From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 00:04:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F137F16A420 for ; Sun, 19 Feb 2006 00:04:51 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DBAC43D45 for ; Sun, 19 Feb 2006 00:04:51 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-247.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.247]) by smtp02.mrf.mail.rcn.net with ESMTP; 18 Feb 2006 19:04:49 -0500 X-IronPort-AV: i="4.02,127,1139202000"; d="scan'208"; a="206747094:sNHT26087032" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17399.46490.172795.666503@jerusalem.litteratus.org> Date: Sat, 18 Feb 2006 19:02:34 -0500 To: freebsd-questions@freebsd.org In-Reply-To: References: X-Mailer: VM 7.17 under 21.5 (beta24) "dandelion" XEmacs Lucid Subject: Linksys EG1032 -- couldn't map ports/memory; skc0 attach returned 6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 00:04:52 -0000 Brent Hostetler writes: > I am trying to get a linksys EG1032 working with freebsd 6.0. The > driver appears to not be loading properly giving error that it > could not map ports/memory and attach returned 6. Not sure what > is wrong, or what needs to be done to fix. > > Please advise, If it is a recent model 1032, then "skc" is the wrong driver. Try "re" instead; you may want, or need, to put if_re_load="YES in "/boot/loader.conf". Robert "been there, done that" Huff " From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 00:18:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65E8916A422 for ; Sun, 19 Feb 2006 00:18:26 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92CA943D48 for ; Sun, 19 Feb 2006 00:18:24 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (dialup158.ach.sch.gr [81.186.70.158]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1J0Hx6w016526 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 19 Feb 2006 02:18:06 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1J0HmRb062816; Sun, 19 Feb 2006 02:17:48 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1J0HmwG062815; Sun, 19 Feb 2006 02:17:48 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 19 Feb 2006 02:17:48 +0200 From: Giorgos Keramidas To: Tom Grove Message-ID: <20060219001748.GA62793@flame.pc> References: <43F68C7D.9010403@voidmain.net> <1140233843.982.21.camel@chaucer.jeays.ca> <43F74361.90109@voidmain.net> <43F75DF6.3050903@mac.com> <43F75F3C.7080903@voidmain.net> <43F76296.4010407@mac.com> <43F784AA.50206@voidmain.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43F784AA.50206@voidmain.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.387, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: getline function X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 00:18:26 -0000 On 2006-02-18 15:33, Tom Grove wrote: >Chuck Swiger wrote: >>Tom Grove wrote: >>>Chuck Swiger wrote: >>[ ... ] >>>> getline() is not part of the standard C library. >>>> What makes you think gcc is broken...? >>> >>> Yeah...I see that after some more research. So, now I guess my question >>> is being that it's not standard and gets() is not safe to use what >>> should I use to grab lines? My gut tells me to copy the getline() >>> function from the K&R book but I'm not totally sure that's a great idea >>> either. Stupid strings always causing problems! >>> >> >> Depending on what you'd like to do, GNU readline may be a fine >> solution to your situation. Otherwise, getch(stdin) with a bit of >> code to "cook" DEL/BS/CR/NL, or just use the getline port as you've >> already done. :-) > > Okay...I think I'm either an idiot or going slowly insane. I'll admit > I'm not the most savvy C programmer but the following code gives me an > error: > > ## Source File## > #include > #include > #include > > int main() { > char *line; > > line = readline("Test: "); > > return 0; > } > ##Source File## > > ##Error## > /var/tmp//ccqxIZxQ.o(.text+0x25): In function `main': > : undefined reference to `readline' > ##Error## You're missing an ``-lreadline'' option at the end of your build command. You may be interested to know that the BSDs have editline(3) too, a command-line editing library that supports at least `some' of the GNU readline features, but is BSD-licensed: % man editline From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 00:19:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 300D916A422 for ; Sun, 19 Feb 2006 00:19:56 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732C643D55 for ; Sun, 19 Feb 2006 00:19:51 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (dialup158.ach.sch.gr [81.186.70.158]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1J0JEpf016558 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 19 Feb 2006 02:19:29 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1IIL3Rr002663; Sat, 18 Feb 2006 20:21:33 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1IIKWLd002662; Sat, 18 Feb 2006 20:20:32 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 18 Feb 2006 20:20:31 +0200 From: Giorgos Keramidas To: Tom Grove Message-ID: <20060218182031.GA2653@flame.pc> References: <43F68C7D.9010403@voidmain.net> <1140233843.982.21.camel@chaucer.jeays.ca> <43F74361.90109@voidmain.net> <43F75DF6.3050903@mac.com> <43F75F3C.7080903@voidmain.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43F75F3C.7080903@voidmain.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.388, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: getline function X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 00:19:56 -0000 On 2006-02-18 12:54, Tom Grove wrote: >Chuck Swiger wrote: >>Tom Grove wrote: >>>Mike Jeays wrote: >>> That works and I had looked into that earlier...it seems like >>> it does a lot more than just one function from the man page. >>> I guess I can use that for now but I wonder why getline() is >>> broken in gcc on FreeBSD? >> >> getline() is not part of the standard C library. >> What makes you think gcc is broken...? > > Yeah...I see that after some more research. So, now I guess my > question is being that it's not standard and gets() is not safe > to use what should I use to grab lines? My gut tells me to > copy the getline() function from the K&R book but I'm not > totally sure that's a great idea either. Stupid strings always > causing problems! This is a frequently recurring question in comp.lang.c. There are perfectly portable ways to use only ANSI C functions to read a full line of text, allocating dynamically as much memory as needed. For example, a search in the archives of the newsgroup will provide easily pointers to safe ways to use fgets() to read a line. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 01:25:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5BE216A420 for ; Sun, 19 Feb 2006 01:25:29 +0000 (GMT) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-3.gradwell.net (lon-mail-3.gradwell.net [193.111.201.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2293A43D48 for ; Sun, 19 Feb 2006 01:25:28 +0000 (GMT) (envelope-from freebsd01@dgmm.net) Received: from 82-39-194-120.stb.ubr02.jarr.blueyonder.co.uk ([82.39.194.120] helo=webmaker ident=dave$pop3&dgmm&net) by lon-mail-3.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.208) id 43f7c907.12204.68 for freebsd-questions@freebsd.org; Sun, 19 Feb 2006 01:25:27 +0000 (envelope-sender ) From: dgmm To: freebsd-questions@freebsd.org Date: Sun, 19 Feb 2006 01:25:28 +0000 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200602190125.28612.freebsd01@dgmm.net> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Bluetooth - obexapp - get/put files with spaces in names X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 01:25:29 -0000 After some fiddling and hair pulling I eventually got my bluetooth adapter to "see" the mobile phone. I'd like to pull some files from it but either I'm not seeing the obvious or it just ain't obvious. Does anyone know how to change to a directory which has spaces in the name or "get" a file which has spaces in the name? /home/dave %obexapp -c -f -a 00:15:b9:0e:ef:1d -C FTRN obex> ls Access Owner Group Size Modified Name n/a n/a n/a n/a Photos/ n/a n/a n/a n/a DownLoaded Images/ n/a n/a n/a n/a Favorite Images/ n/a n/a n/a n/a Video clips/ n/a n/a n/a n/a DownLoaded Videos/ n/a n/a n/a n/a Favorite Videos/ n/a n/a n/a n/a Music/ n/a n/a n/a n/a Voice list/ n/a n/a n/a n/a Downloaded Sounds/ n/a n/a n/a n/a Favorite Sounds/ n/a n/a n/a n/a Other Files/ Success, response: OK, Success (0x20) obex> cd Video clips Failure, response: Not found (0x44) obex> cd "Video clips" Failure, response: Not found (0x44) obex> cd "Video clips/" Failure, response: Not found (0x44) obex> cd Video clips/ Failure, response: Not found (0x44) obex> cd Video\ clips Failure, response: Not found (0x44) obex> cd 'Video clips' Failure, response: Not found (0x44) obex> -- Dave From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 02:40:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CDF416A420 for ; Sun, 19 Feb 2006 02:40:14 +0000 (GMT) (envelope-from snailboy1@yahoo.com) Received: from web53702.mail.yahoo.com (web53702.mail.yahoo.com [206.190.37.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 9DDDA43D45 for ; Sun, 19 Feb 2006 02:40:13 +0000 (GMT) (envelope-from snailboy1@yahoo.com) Received: (qmail 50306 invoked by uid 60001); 19 Feb 2006 02:40:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=XTOhPv7UbXDfQFtY4WP7SDryT9rMhQ1lIJM291h5FykfNXv6v+e6JJ6lIQJPRcWQLuIs+MrzB9c2zeUFaN01EWCmS03vqj0gAwFkw22f1N0i79QqKzVVGJwlsCGQfWAnmiVZgXXSEOoI+hyGBnuyR1ddTMIkB8sm7QXriqjDgHI= ; Message-ID: <20060219024012.50304.qmail@web53702.mail.yahoo.com> Received: from [206.255.43.58] by web53702.mail.yahoo.com via HTTP; Sat, 18 Feb 2006 18:40:12 PST Date: Sat, 18 Feb 2006 18:40:12 -0800 (PST) From: David LeCount To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Issues with new soundcard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 02:40:14 -0000 I just got a new motherboard (Tyan S2895) with a soundcard built in. I really don't have any choice at the time but to use that soundcard since there isn't a free PCI slot for my old one. The card is detected by the module snd_ich and I can play music and adjust the mixer with no errors, but there is simply no volume whatsoever. I've checked to make sure my sound system was connected properly and that both the main and pcm volumes were turned up. The card is enabled in the CMOS. I've ran out of ideas. I'm running FreeBSD 6 stable updated just today. Here's the output from cat /dev/sndstat. FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x1800, 0x1400 irq 22 bufsz 16384 kld snd_ich (1p/1r/4v channels duplex default) I appreciate any help. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 03:22:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9873B16A420 for ; Sun, 19 Feb 2006 03:22:45 +0000 (GMT) (envelope-from brenthostetler@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278C643D45 for ; Sun, 19 Feb 2006 03:22:45 +0000 (GMT) (envelope-from brenthostetler@gmail.com) Received: by pproxy.gmail.com with SMTP id n25so788498pyg for ; Sat, 18 Feb 2006 19:22:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ESi+V7H8EPCJo2dv+nmGDiSt7UTbPoZ06AuT2ZpiowTU4K7nFP26vY8mhov2DnG06RH0S6R6DNVyG4l/YwPmwatExXoYR34XqbDGAxbbcgu2eBIWIZTgvSKAnBET+rSGSQYTyVtX/ztd8styLwboIMuwbfqQ+EZQY0qPdQRtkTE= Received: by 10.35.113.12 with SMTP id q12mr1956867pym; Sat, 18 Feb 2006 15:29:42 -0800 (PST) Received: by 10.35.74.17 with HTTP; Sat, 18 Feb 2006 15:29:42 -0800 (PST) Message-ID: Date: Sat, 18 Feb 2006 15:29:42 -0800 From: "Brent Hostetler" To: "Benjamin Lutz" In-Reply-To: <200602182303.19803.benlutz@datacomm.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602182303.19803.benlutz@datacomm.ch> Cc: freebsd-questions@freebsd.org Subject: Re: Linksys EG1032 -- couldn't map ports/memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 03:22:45 -0000 So from what I gather, "rev=3D0x10" indicates the use of the realteak chipset and the 6.0 release kernel does not recognize this variant and must be patched to load the correct driver "re". I have not manually done source patches and am kind of adverse to using blind patches from mailing lists. Is the only other solution to update to current? thanks. Brent On 2/18/06, Benjamin Lutz wrote: > On Saturday 18 February 2006 21:11, Brent Hostetler wrote: > > Hello, > > I am trying to get a linksys EG1032 working with freebsd 6.0. The > > driver appears to not be loading properly giving error that it could > > not map ports/memory and attach returned 6. Not sure what is wrong, or > > what needs to be done to fix. > > I've had the same issue a few months ago. This will probably help you: > http://marc.theaimsgroup.com/?l=3Dfreebsd-current&m=3D112851499907268&w= =3D2 > > Cheers > Benjamin From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 03:27:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 558CF16A422 for ; Sun, 19 Feb 2006 03:27:27 +0000 (GMT) (envelope-from akbeech@alaskaparadise.com) Received: from pinnacle.akherb.com (94-37-237-24.gci.net [24.237.37.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC7AA43D72 for ; Sun, 19 Feb 2006 03:27:22 +0000 (GMT) (envelope-from akbeech@alaskaparadise.com) Received: by pinnacle.akherb.com (Postfix, from userid 1007) id 363265DA1; Sat, 18 Feb 2006 18:27:22 -0900 (AKST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pinnacle.akherb.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=4.0 tests=AWL autolearn=ham version=3.1.0 Received: from [192.168.2.131] (209-124-141-064.ip.arctic.net [209.124.141.64]) by pinnacle.akherb.com (Postfix) with ESMTP id CC1D95D77; Sat, 18 Feb 2006 18:27:19 -0900 (AKST) From: Beech Rintoul Organization: Alaska Paradise Travel To: freebsd-questions@freebsd.org Date: Sat, 18 Feb 2006 18:26:56 -0900 User-Agent: KMail/1.9.1 References: <20060219024012.50304.qmail@web53702.mail.yahoo.com> In-Reply-To: <20060219024012.50304.qmail@web53702.mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart8545593.p5CxSliE4A"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200602181827.16060.akbeech@alaskaparadise.com> Cc: David LeCount Subject: Re: Issues with new soundcard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 03:27:27 -0000 --nextPart8545593.p5CxSliE4A Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 18 February 2006 17:40, David LeCount wrote: > I just got a new motherboard (Tyan S2895) with a > soundcard built in. I really don't have any choice at > the time but to use that soundcard since there isn't a > free PCI slot for my old one. The card is detected by > the module snd_ich and I can play music and adjust the > mixer with no errors, but there is simply no volume > whatsoever. I've checked to make sure my sound system > was connected properly and that both the main and pcm > volumes were turned up. The card is enabled in the > CMOS. I've ran out of ideas. I'm running FreeBSD 6 > stable updated just today. Here's the output from cat > /dev/sndstat. > > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0x1800, 0x1400 irq 22 > bufsz 16384 kld snd_ich (1p/1r/4v channels duplex > default) Check your line-out jumpers. Most new motherboards come with the option of= =20 front panel sound, in which case the sound loops through the front panel=20 connector. If you're not using front panel sound you probably need jumpers = on=20 the motherboard. Your manual should tell you about this. I ran into a simil= ar=20 problem with another motherboard a few weeks ago. Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - Sys. Administrator - akbeech@alaskaparadise.com /"\ ASCII Ribbon Campaign | Alaska Paradise Travel \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com =2D------------------------------------------------------------------------= =2D------------- --nextPart8545593.p5CxSliE4A Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD4DBQBD9+WT1HPO4IQJSE0RAvinAKDbQIcoshU0y9SqfrK32nouRl/25wCY98md caCPlV2RHXc8+hyRjMZ6jA== =b7sM -----END PGP SIGNATURE----- --nextPart8545593.p5CxSliE4A-- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 03:47:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9643816A420 for ; Sun, 19 Feb 2006 03:47:35 +0000 (GMT) (envelope-from snailboy1@yahoo.com) Received: from web53714.mail.yahoo.com (web53714.mail.yahoo.com [206.190.39.63]) by mx1.FreeBSD.org (Postfix) with SMTP id A8BD743D55 for ; Sun, 19 Feb 2006 03:47:34 +0000 (GMT) (envelope-from snailboy1@yahoo.com) Received: (qmail 94234 invoked by uid 60001); 19 Feb 2006 03:47:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=gEE8bvqeqhRQoJK1ee48//yJTX5e2vUAx5uSeCoLUDwhu/Pg62iD9Q4p6PiwXURAQqM6J86wkcls+sC8kpQuet9st64dz8hOuIdYGZZUYLe8TtE0D6mX8fT4VOeNtzw0bSbfrlyd170nLTMiwBU0lwLmxl+mwDpR9+ERe8ClHwY= ; Message-ID: <20060219034730.94232.qmail@web53714.mail.yahoo.com> Received: from [206.255.43.58] by web53714.mail.yahoo.com via HTTP; Sat, 18 Feb 2006 19:47:30 PST Date: Sat, 18 Feb 2006 19:47:30 -0800 (PST) From: David LeCount To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Issues with new soundcard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 03:47:35 -0000 > Check your line-out jumpers. Most new motherboards > come with the option of > front panel sound, in which case the sound loops > through the front panel > connector. If you're not using front panel sound you > probably need jumpers on > the motherboard. Your manual should tell you about > this. I ran into a similar > problem with another motherboard a few weeks ago. The motherboard already has jumpers on the pins specified in the manual. That was a good idea that hadn't occured to me though. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 04:09:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1630616A422 for ; Sun, 19 Feb 2006 04:09:47 +0000 (GMT) (envelope-from benlutz@datacomm.ch) Received: from maxlor.mine.nu (c-213-160-32-54.customer.ggaweb.ch [213.160.32.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA59F43D46 for ; Sun, 19 Feb 2006 04:09:46 +0000 (GMT) (envelope-from benlutz@datacomm.ch) Received: from localhost (unknown [127.0.0.1]) by maxlor.mine.nu (Postfix) with ESMTP id E5D022E03D; Sun, 19 Feb 2006 05:09:43 +0100 (CET) Received: from maxlor.mine.nu ([127.0.0.1]) by localhost (atlantis.intranet [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73323-09; Sun, 19 Feb 2006 05:09:42 +0100 (CET) Received: from mini.intranet (mini.intranet [10.0.0.17]) by maxlor.mine.nu (Postfix) with ESMTP id F27D62E01D; Sun, 19 Feb 2006 05:09:41 +0100 (CET) From: Benjamin Lutz To: freebsd-questions@freebsd.org Date: Sun, 19 Feb 2006 05:09:35 +0100 User-Agent: KMail/1.8.3 References: <200602182303.19803.benlutz@datacomm.ch> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart15031297.0GIhvYJoNs"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200602190509.38313.benlutz@datacomm.ch> X-Virus-Scanned: amavisd-new at atlantis.intranet Cc: Brent Hostetler Subject: Re: Linksys EG1032 -- couldn't map ports/memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 04:09:48 -0000 --nextPart15031297.0GIhvYJoNs Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline > So from what I gather, "rev=3D0x10" indicates the use of the realteak > chipset and the 6.0 release kernel does not recognize this variant and > must be patched to load the correct driver "re". > > I have not manually done source patches and am kind of adverse to > using blind patches from mailing lists. Is the only other solution to > update to current? =46reeBSD 6.1 will have support for these cards as well. If you don't want = to=20 wait, you can cvsup with tag=3DRELENG_6, which should give you=20 =46reeBSD-6.1-PRERELEASE or something like that. Cheers Benjamin PS: Please don't top post. --nextPart15031297.0GIhvYJoNs Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (GNU/Linux) iD8DBQBD9++CgShs4qbRdeQRAhphAJ92vUsEjxXT6jQbrvwVxBcy/hiS7QCdEC8y fbXtsnXM7J3F96HylwQBhyA= =as+J -----END PGP SIGNATURE----- --nextPart15031297.0GIhvYJoNs-- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 04:12:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D660716A422 for ; Sun, 19 Feb 2006 04:12:10 +0000 (GMT) (envelope-from kokming.ang@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6627743D45 for ; Sun, 19 Feb 2006 04:12:10 +0000 (GMT) (envelope-from kokming.ang@gmail.com) Received: by wproxy.gmail.com with SMTP id i7so873801wra for ; Sat, 18 Feb 2006 20:12:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=oO8BPSPTclpKvt0XmvvA8Rb+PtrETR8fqa0yu0hDuWwjkaSflT3OodyzCWDvsaYF8+IALoiJwHVGOhsh9G/vfsNTshc/PJQrmqjXy3nrERFls/w6Y2mpkOJ2PshOsDQ9VcREbKWmwh4bK77dHR+EzkDwCF/RgRnd1wz+ZE09k7w= Received: by 10.65.228.9 with SMTP id f9mr29065qbr; Sat, 18 Feb 2006 20:12:09 -0800 (PST) Received: by 10.65.138.7 with HTTP; Sat, 18 Feb 2006 20:12:09 -0800 (PST) Message-ID: <6a1f31390602182012n6cd1315x@mail.gmail.com> Date: Sun, 19 Feb 2006 12:12:09 +0800 From: "Ang Kok Ming" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD installer crash on Epox + HighPoint 372 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 04:12:11 -0000 Hi, I'm trying to set up FreeBSD on an Epox 845 chipset motherboard, P4 1.3 wit= h a builtin HighPoint 372 RAID controller. The boot process would fail and it would go into a boot-splashscreen-reboot cycle. Several BSD versions were tried but to no avail. I've also tried the HighPoint FreeBSD drivers for the 5.4 release, and afte= r loading the driver and typing 'boot', it would 'silently' crash and reboot. Windows installation can go through on the system w/o RAID drivers without = a glitch, but not FreeBSD or Linux. I need to run a *nix box without any RAID= . The installation is to be done on a unpartitioned disk. Does anybody has any info on resolving such a problem. Thanks. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 07:08:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 437AA16A420 for ; Sun, 19 Feb 2006 07:08:34 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from mail07.powweb.com (mail07.powweb.com [66.152.97.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A4543D45 for ; Sun, 19 Feb 2006 07:08:34 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (24-119-205-114.cpe.cableone.net [24.119.205.114]) by mail07.powweb.com (Postfix) with ESMTP id 8B9C514DA56 for ; Sat, 18 Feb 2006 23:08:33 -0800 (PST) Date: Sun, 19 Feb 2006 01:17:58 -0600 From: Vulpes Velox To: freebsd-questions@freebsd.org Message-ID: <20060219011758.7042fa60@vixen42.vulpes> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Problems with createing a tap interface. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 07:08:34 -0000 #ifconfig tap create ifconfig: SIOCIFCREATE: Invalid argument The if_tap module is loaded, but I can't seem to get around this. Any suggestions? From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 07:43:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0631516A420 for ; Sun, 19 Feb 2006 07:43:54 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CCE243D45 for ; Sun, 19 Feb 2006 07:43:52 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 20723 invoked by uid 510); 19 Feb 2006 07:46:15 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.88/1261. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-3.4/5.0):. Processed in 0.986698 secs); 19 Feb 2006 07:46:15 -0000 X-Spam-Status: No, hits=-3.4 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-3.4/5.0):. Processed in 0.986698 secs Process 20716) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 19 Feb 2006 07:46:14 +0000 From: Robert Slade To: "freebsd-questions@freebsd.org" Content-Type: text/plain Message-Id: <1140335174.19974.19.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sun, 19 Feb 2006 07:46:14 +0000 Content-Transfer-Encoding: 7bit Subject: Multiple DNS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 07:43:54 -0000 Hi, I am looking for some advice. I have a network which is based on a number of servers running FreeBsd 6.0 serving Win XP work stations. (yes I know but..) The network is large enough to use DHCP and DNS for the internal network, I have setup a DHCP server with a Dynamic DNS (Bind 9) on one of the servers. That server is handling the LDAP side of the domain. There appears to be a fair bit of DNS Traffic which leads to a secondary DNS being required to take some of the load as DNS lookup are slow. The question I have is should I just setup a cashing DNS on another server using the primary as a forwarder or even several servers eg the mail server and the secondary LDAP server, or should I setup a proper secondary DNS using my ISP as a forwarder with dynamic updates from the primary. Sorry if this is a bit vague, but I have no experience in this area. Rob From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 08:08:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D1A116A45A for ; Sun, 19 Feb 2006 08:08:54 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-03-eri0.ohiordc.rr.com (ms-smtp-03-smtplb.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB47B43D46 for ; Sun, 19 Feb 2006 08:08:53 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-41-159.woh.res.rr.com [65.31.41.159]) by ms-smtp-03-eri0.ohiordc.rr.com (8.13.4/8.13.4) with SMTP id k1J88piA023528 for ; Sun, 19 Feb 2006 03:08:52 -0500 (EST) Message-ID: <000301c6352a$7bd8c460$0200a8c0@satellite> From: "Dave" To: Date: Sun, 19 Feb 2006 03:00:00 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: SpamAssassin and country-specific blocking X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 08:08:54 -0000 Hello, I just installed the latest SpamAssassin port and noticed it had country-specific spam filtering as well as spf and ssl support. Does anyone have a howto on getting all this going with an mta in a production environment? I'm not looking for anything like a manual, but practical experiences. Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 08:09:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD9B116A459 for ; Sun, 19 Feb 2006 08:09:53 +0000 (GMT) (envelope-from dan@havoc.unixathome.org) Received: from havoc.unixathome.org (havoc.unixathome.org [66.154.98.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48CCF43D48 for ; Sun, 19 Feb 2006 08:09:53 +0000 (GMT) (envelope-from dan@havoc.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by havoc.unixathome.org (Postfix) with ESMTP id BC00C56481 for ; Sun, 19 Feb 2006 00:10:03 -0800 (PST) Received: from havoc.unixathome.org ([127.0.0.1]) by localhost (havoc.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 77927-02 for ; Sun, 19 Feb 2006 00:10:01 -0800 (PST) Received: by havoc.unixathome.org (Postfix, from userid 1001) id BA65E56478; Sun, 19 Feb 2006 00:10:01 -0800 (PST) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20060219081001.BA65E56478@havoc.unixathome.org> Date: Sun, 19 Feb 2006 00:10:01 -0800 (PST) X-Virus-Scanned: by amavisd-new at unixathome.org Subject: The FreeBSD Diary: 2006-01-29 - 2006-02-18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 08:09:53 -0000 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: 10-Feb : Is your ISP blocking port 25? Here's a Postfix solution. Don't submit! Use submission. http://freebsddiary.org/postfix-transport.php?2 5-Feb : IPv6 - getting your LAN connected IPv6 avoids NAT, and gives you more than you'll ever need. http://freebsddiary.org/ipv6.php?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 09:09:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD78216A420 for ; Sun, 19 Feb 2006 09:09:09 +0000 (GMT) (envelope-from jerik@jerik.de) Received: from mail.jerik.de (srv017.dedi32.de [83.151.25.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D303843D55 for ; Sun, 19 Feb 2006 09:09:05 +0000 (GMT) (envelope-from jerik@jerik.de) Received: by mail.jerik.de (Postfix, from userid 1001) id 0BFD6613A; Sun, 19 Feb 2006 10:08:24 +0100 (CET) Date: Sun, 19 Feb 2006 10:08:24 +0100 From: "J. Erik Heinz" To: freebsd-questions@freebsd.org Message-ID: <20060219090822.GA85842@srv017.dedi32.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060218161226.A611.GERARD@seibercom.net> <1140298493.8388.12.camel@localhost> <20060218165306.C5D2.GERARD@seibercom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20060218165306.C5D2.GERARD@seibercom.net> User-Agent: Mutt/1.4.2.1i Subject: Re: Removing BOM from UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 09:09:10 -0000 Hi, Gerard Seibert words on 18.02.2006 - 16:57 (-0500 Zulu-Time): > Benjamin A'Lee wrote: > > It shouldn't be writing any new files; it prints the filtered text to > > stdout. > > > > Ben > > OK, then that is the problem. I need it to actually write the file. It > could either rename the old file and then rewrite it which would be nice, > or just over write the old file. The BOM is just the first three > characters in the file. I am assuming that it would not be removing > anything else in the file. use a for-loop in your shell: # bash # cd to/your/directory # for i in *; do # nobom.sh $i > $i.new # done this will take all your files in your directory and proceed each one it with nobom.sh, which then will write it to new file. Be sure that your perlscript points to your perl installation on your system. You can use 'which perl' to get the location of your perl installation. Cheers Erik -- J. Erik Heinz Keyboard-samuraing in process :: All non-mailinglist mail to this emailadress will be deleted. OpenBC: https://www.openbc.com/hp/JErik_Heinz From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 09:54:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1700216A420 for ; Sun, 19 Feb 2006 09:54:15 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D6543D46 for ; Sun, 19 Feb 2006 09:54:14 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-41-159.woh.res.rr.com [65.31.41.159]) by ms-smtp-01-eri0.ohiordc.rr.com (8.13.4/8.13.4) with SMTP id k1J9sCH0000998 for ; Sun, 19 Feb 2006 04:54:13 -0500 (EST) Message-ID: <000901c63539$332fdaa0$0200a8c0@satellite> From: "Dave" To: Date: Sun, 19 Feb 2006 04:45:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: incorrect superblock error when mounting partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 09:54:15 -0000 Hello, I've got a 10 gb ide drive that has critical data on one of it's partitions /dev/ad1e. This drive was originally gmirrored in another box it worked fine, it was the master drive. Now i've installed this drive as a slave in another 6.0 box, and now it shows up as ad1 with the partition i want being ad1e. I did a mount -o ro /dev/ad1e /mnt and i'm getting an error "Incorrect superblock" from mount. I then tried fsck /dev/ad1e and got the same error msg. These partitions were formatted with ufs2 as their filesystem. I then ran bsdlabel ad1 and got a printout of my label, this showed up which gives me hope that this data can be retrieved. An error i'm getting says that the c: partition does not cover the entire disk and that may result in utilities not working. Any help appreciated. Some urgency! Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 09:55:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C89BA16A420 for ; Sun, 19 Feb 2006 09:55:17 +0000 (GMT) (envelope-from luck@computerking.ca) Received: from shoemasters.com (shoemasters.com [68.144.188.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D50E43D70 for ; Sun, 19 Feb 2006 09:55:09 +0000 (GMT) (envelope-from luck@computerking.ca) Received: from localhost (localhost.localdomain [127.0.0.1]) by shoemasters.com (Postfix) with ESMTP id 55DAB7DC283 for ; Sun, 19 Feb 2006 02:51:27 -0700 (MST) Received: from shoemasters.com ([127.0.0.1]) by localhost (shoemasters.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21436-10 for ; Sun, 19 Feb 2006 02:51:26 -0700 (MST) Received: from shoemasters.com (unknown [192.168.1.1]) by shoemasters.com (Postfix) with ESMTP id 705A17DC246 for ; Sun, 19 Feb 2006 02:51:26 -0700 (MST) Message-ID: <21946635.121140342685528.JavaMail.root@shoemasters.com> Date: Sun, 19 Feb 2006 02:51:25 -0700 (MST) From: "RYAN M. vAN GINNEKEN" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at X-Spam-Status: No, hits=-5.899 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-3.3, BAYES_00=-2.599] X-Spam-Level: Subject: wdm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 09:55:17 -0000 Anyone been able to get wdm working with flux box and gnome? I seem to be able to login to kde and wmaker but that is all. I have the options in the session menu but when i choose fluxbox or gnome either nothing happens or i get wmaker. I followed the instructions here. http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm here is some of my /usr/X11R6/lib/X11/wdm/Xclients fluxbox*|FluxBox) # startup fluxbox FLUXBOX_PATH=/usr/X11r6/bin/fluxbox if ! test -x $FLUXBOX_PATH ; then FindInPath $FLUXBOX_PATH if test -n "$result" -a -x "$result"; then $FLUXBOX_PATH="$result"; fi fi if [ -x $FLUXBOX_PATH ] ; then echo Starting FluxBox >$HOME/.xwm.msgs exec $FLUXBOX_PATH >>$HOME/.xwm.msgs 2>&1 fi ;; gnome*|GNome) # startup gnome GNOME_PATH=/usr/X11R6/bin/gnome-wm if ! test -x $GNOME_PATH ; then FindInPath $GNOME_PATH if test -n "$result" -a -x "$result"; then $GNOME_PATH="$result"; fi fi if [ -x $GNOME_PATH ] ; then echo Starting GNome >$HOME/.xwm.msgs exec $GNOME_PATH >>$HOME/.xwm.msgs 2>&1 fi ;; icewm*|IceWm) # startup icewm ICEWM_PATH=icewm if ! test -x $ICEWM_PATH ; then FindInPath $ICEWM_PATH if test -n "$result" -a -x "$result"; then here is the line from wdm-config DisplayManager*wdmWm: wmaker:enlightenment:gnome:kde:fluxbox please help -- Computer King/CaNMail http://www.computerking.ca http://www.canmail.org Sales, Service, and Hosting Email, Data, and Web Packages Ask about web design specials Affiliates http://www.computerking.ca/pages/links/affiliates/affiliates.htm Maybe Computer Science should be in the College of Theology. -- R. S. Barton -- Computer King/CaNMail http://www.computerking.ca http://www.canmail.org Sales, Service, and Hosting Email, Data, and Web Packages Ask about web design specials Affiliates http://www.computerking.ca/pages/links/affiliates/affiliates.htm Maybe Computer Science should be in the College of Theology. -- R. S. Barton From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 10:00:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58C8716A420 for ; Sun, 19 Feb 2006 10:00:07 +0000 (GMT) (envelope-from jdow@earthlink.net) Received: from smtpauth01.mail.atl.earthlink.net (smtpauth01.mail.atl.earthlink.net [209.86.89.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB01543D45 for ; Sun, 19 Feb 2006 10:00:06 +0000 (GMT) (envelope-from jdow@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=o2726nDXPhYbL6vgu1r+Gfmmua7HIYhqpfN4r1rh5GmYkLpl3YXt4vkp1UU67arf; h=Received:Message-ID:From:To:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE:X-ELNK-Trace:X-Originating-IP; Received: from [71.116.164.67] (helo=oddball) by smtpauth01.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1FAlMK-0007oU-4i for freebsd-questions@freebsd.org; Sun, 19 Feb 2006 05:00:04 -0500 Message-ID: <06b401c6353b$414102c0$0225a8c0@oddball> From: "jdow" To: References: <000301c6352a$7bd8c460$0200a8c0@satellite> Date: Sun, 19 Feb 2006 02:00:03 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-ELNK-Trace: bb89ecdb26a8f9f24d2b10475b5711205007c14c9c7b30f72078b9d65cfa25e878379ccf2cfa2e9f350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.116.164.67 Subject: Re: SpamAssassin and country-specific blocking X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 10:00:07 -0000 From: "Dave" > Hello, > I just installed the latest SpamAssassin port and noticed it had > country-specific spam filtering as well as spf and ssl support. Does anyone > have a howto on getting all this going with an mta in a production > environment? I'm not looking for anything like a manual, but practical > experiences. > Thanks. > Dave. mailto:users-subscribe@spamassassin.apache.org That list is quite handy for solving SPF problems if you have any. (It should work "outa the box.") It can also help you setup the "trusted_network" concept. It's not quite what you might think it is. It simply means that "this network is one I trust not to falsify header information." Usually SA can figure this out for itself. But if you see ALL_TRUSTED as a spam rule that got listed for all or most messages then it needs to be setup. The ssl support is something I've not looked at. (I am still running a tweaked 3.04 brought up to 3.05 for bug fixes. I have some special debugging crammed into my spamassassin install.) Interesting places to look for "ideas" is the /usr/share/spamassassin (in Linux speak - my install's on linux for now) for the common rules. You can search for "score" for scores and look at the rules to get some idea of what's going on with them. The users's list, though, is generally the best help. Folks with LARGE ISPs are there as well as my "ISP For Two" setup. {^_^} From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 10:01:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71BC216A420 for ; Sun, 19 Feb 2006 10:01:27 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D2243D5F for ; Sun, 19 Feb 2006 10:01:25 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (cpe-72-132-244-217.san.res.rr.com [72.132.244.217]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k1JA1NSg024294 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 19 Feb 2006 02:01:24 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060219015741.022aa108@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Sun, 19 Feb 2006 02:01:01 -0800 To: Dave , From: Glenn Dawson In-Reply-To: <000901c63539$332fdaa0$0200a8c0@satellite> References: <000901c63539$332fdaa0$0200a8c0@satellite> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: incorrect superblock error when mounting partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 10:01:27 -0000 At 01:45 AM 2/19/2006, Dave wrote: >Hello, > I've got a 10 gb ide drive that has critical data on one of it's > partitions /dev/ad1e. This drive was originally gmirrored in > another box it worked fine, it was the master drive. Now i've > installed this drive as a slave in another 6.0 box, and now it > shows up as ad1 with the partition i want being ad1e. I did a mount > -o ro /dev/ad1e /mnt and i'm getting an error "Incorrect > superblock" from mount. I then tried fsck /dev/ad1e and got the > same error msg. These partitions were formatted with ufs2 as their > filesystem. I then ran bsdlabel ad1 and got a printout of my label, > this showed up which gives me hope that this data can be retrieved. > An error i'm getting says that the c: partition does not cover the > entire disk and that may result in utilities not working. Any help appreciated. > Some urgency! Are you sure you don't want ad1s1e? Also, posting the output from the following commands would go a long way in helping you figure out what to do: fdisk /dev/ad1 bsdlabel /dev/ad1 bsdlabel /dev/ad1s1 And possibly: bsdlabel /dev/ad1s2 bsdlabel /dev/ad1s3 bsdlabel /dev/ad1s4 depending on what fdisk shows. -Glenn >Thanks. >Dave. > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 10:24:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C43816A420 for ; Sun, 19 Feb 2006 10:24:31 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CDB343D46 for ; Sun, 19 Feb 2006 10:24:30 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FAljs-0004ZS-34 for freebsd-questions@freebsd.org; Sun, 19 Feb 2006 11:24:24 +0100 Received: from 155.red-83-40-143.dynamicip.rima-tde.net ([83.40.143.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 11:24:24 +0100 Received: from matiassurdi by 155.red-83-40-143.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 11:24:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Surdi Date: Sun, 19 Feb 2006 11:23:56 +0100 Lines: 14 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 155.red-83-40-143.dynamicip.rima-tde.net User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060209) X-Accept-Language: es-es, es Sender: news Subject: shutdown not shutting down :-( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 10:24:31 -0000 Hi, Linux-user, FreeBSD-newbie posting here. I've a recent installation of FreeBSD, and when I do # shutdown now It starts the shutdown process but it hangs promting for the shell path. I think that this could be something related to the order in which partitions are unmounted. Any idea? Thanks. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 10:34:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2F1016A420 for ; Sun, 19 Feb 2006 10:34:02 +0000 (GMT) (envelope-from freebsd@orchid.homeunix.org) Received: from orchid.homeunix.org (aue150.neoplus.adsl.tpnet.pl [83.27.12.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9447F43D49 for ; Sun, 19 Feb 2006 10:34:01 +0000 (GMT) (envelope-from freebsd@orchid.homeunix.org) Received: from [192.168.1.66] (blackacidevil.orchid.homeunix.org [192.168.1.66]) (authenticated bits=0) by orchid.homeunix.org (8.13.4/8.13.4) with ESMTP id k1JAXoQc068377 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sun, 19 Feb 2006 11:33:59 +0100 (CET) (envelope-from freebsd@orchid.homeunix.org) Message-ID: <43F84984.8040201@orchid.homeunix.org> Date: Sun, 19 Feb 2006 11:33:40 +0100 From: Karol Kwiatkowski User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: Matias Surdi References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5338F857E5C80BADF9DF9C45" X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on orchid.homeunix.org X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: shutdown not shutting down :-( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@orchid.homeunix.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 10:34:03 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5338F857E5C80BADF9DF9C45 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Matias Surdi wrote: > Hi, Linux-user, FreeBSD-newbie posting here. >=20 > I've a recent installation of FreeBSD, and when I do >=20 > # shutdown now >=20 > It starts the shutdown process but it hangs promting for the shell path= =2E >=20 > I think that this could be something related to the order in which > partitions are unmounted. >=20 > Any idea? Hi Matias, no, everything is OK. 'shutdown now' brings the system to 'single user' state. If you want to restart or power down the machine have a look at man 8 shutdown (especially '-p' or '-r' options). Also: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-shutdown.h= tml Best regards, Karol --=20 Karol Kwiatkowski GPGKey: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc --------------enig5338F857E5C80BADF9DF9C45 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD+EmOezeoPAwGIYsRAhGtAKCWDlSACoSZpHO1UNVT9BfSMYkhWwCgnEB4 kTca86wGawstc0MUDbWJ5kU= =NiUf -----END PGP SIGNATURE----- --------------enig5338F857E5C80BADF9DF9C45-- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 10:35:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FF616A420 for ; Sun, 19 Feb 2006 10:35:43 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 963BA43D49 for ; Sun, 19 Feb 2006 10:35:42 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (cpe-72-132-244-217.san.res.rr.com [72.132.244.217]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k1JAZfut024898 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 19 Feb 2006 02:35:42 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060219023338.09321e78@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Sun, 19 Feb 2006 02:35:19 -0800 To: Matias Surdi , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: shutdown not shutting down :-( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 10:35:43 -0000 At 02:23 AM 2/19/2006, Matias Surdi wrote: >Hi, Linux-user, FreeBSD-newbie posting here. > >I've a recent installation of FreeBSD, and when I do > ># shutdown now > >It starts the shutdown process but it hangs promting for the shell path. > >I think that this could be something related to the order in which >partitions are unmounted. > >Any idea? that's exactly what shutdown now is supposed to do. If you want the machine to power off you can use shutdown -p now or if you just want it to halt but stay on you can use shutdown -h now the shutdown(8) man page has all the details. -Glenn >Thanks. > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 10:43:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2104016A420 for ; Sun, 19 Feb 2006 10:43:47 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E2943D45 for ; Sun, 19 Feb 2006 10:43:46 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from [192.168.0.140] (tui75-2-82-229-178-102.fbx.proxad.net [82.229.178.102]) by smtp3-g19.free.fr (Postfix) with ESMTP id 816884448D; Sun, 19 Feb 2006 11:43:45 +0100 (CET) Date: Sun, 19 Feb 2006 11:43:49 +0100 From: Mathieu CHATEAU X-Mailer: The Bat! (v3.62.12) Professional X-Priority: 3 (Normal) Message-ID: <55717469.20060219114349@free.fr> To: ptitoliv In-Reply-To: <43F76BA9.1000300@frenchsuballiance.cjb.net> References: <43F73267.6010807@frenchsuballiance.cjb.net> <1989705175.20060218193212@free.fr> <43F76BA9.1000300@frenchsuballiance.cjb.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re[2]: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mathieu CHATEAU List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 10:43:47 -0000 Saturday, February 18, 2006, 7:47:05 PM, you wrote: p> Mathieu CHATEAU a écrit : >>what about netstat -e on each host ? >>(looking for errors) >> >> p> no errors detected >>are you on swicthes ? >>Are the switches port on auto or forced ? >> >> p> I don't know exactly : the servers are hosted by a company. So I think p> they are in autoselect mode. >>when doing an ifconfig -a, are you in 100 full duplex ? >> >> p> Yeah and I tried to forced in all possibles modes. (10/100 and half/full p> duplex) >>Are you using proftpd /wuftpd ? >> >> p> Proftpd but I made some new tests with HTTP and SCP and it is the same p> problem. p> Regards, p> ptitoliv You MUST'NT force speed and duplex if the switch is in autoselect ! you will lost 20 to 30% of packets !! Try autoselect, if you get 100 full, stay in autoselect. (If you force 100 full and the switch is auto, then the switch will be in 100 half !) try this: ping -c 1000 -s 1500 IP_TO_PING wait for the 1000 ping to go trough. You should not have more than 0,5% of loss (is the servers aren't overload). If it's more or equal than 0,5%, it comes from the network (cables or switches fault). Each host would be in 100 full (via autoselect to be sure the conf is ok on the switch). Mathieu CHATEAU From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 12:06:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAF2816A420 for ; Sun, 19 Feb 2006 12:06:30 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E7D43D53 for ; Sun, 19 Feb 2006 12:06:30 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id DBB9B1D0004 for ; Sun, 19 Feb 2006 07:09:21 -0500 (EST) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20847-06 for ; Sun, 19 Feb 2006 07:09:21 -0500 (EST) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id 872D61D0003 for ; Sun, 19 Feb 2006 07:09:21 -0500 (EST) Received: from [192.168.0.4] (boss [192.168.0.4]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k1JC6PYN015248 for ; Sun, 19 Feb 2006 07:06:28 -0500 (EST) (envelope-from gerard@seibercom.net) Date: Sun, 19 Feb 2006 07:06:30 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom In-Reply-To: <20060219090822.GA85842@srv017.dedi32.de> References: <20060218165306.C5D2.GERARD@seibercom.net> <20060219090822.GA85842@srv017.dedi32.de> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060219070536.3474.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.24.01 [en] X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at suscom.net Subject: Re: Removing BOM from UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 12:06:30 -0000 J. Erik Heinz wrote: > use a for-loop in your shell: > > # bash > # cd to/your/directory > # for i in *; do > # nobom.sh $i > $i.new > # done > > this will take all your files in your directory and proceed each one it > with nobom.sh, which then will write it to new file. > > Be sure that your perlscript points to your perl installation on your > system. You can use 'which perl' to get the location of your perl > installation. > > Cheers Erik Thanks! I'll give it a try when I return to work. -- Gerard From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 12:35:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4075116A420 for ; Sun, 19 Feb 2006 12:35:27 +0000 (GMT) (envelope-from don@lizardhill.com) Received: from bigbird.whtech.com (bigbird.whtech.com [64.125.72.2]) by mx1.FreeBSD.org (Postfix) with SMTP id ED40643D45 for ; Sun, 19 Feb 2006 12:35:26 +0000 (GMT) (envelope-from don@lizardhill.com) Received: (qmail 42820 invoked by uid 0); 19 Feb 2006 12:29:53 -0000 Received: from unknown (HELO MickeyLaptop) (unknown) by unknown with SMTP; 19 Feb 2006 12:29:53 -0000 From: "Don O'Neil" To: Date: Sun, 19 Feb 2006 04:29:44 -0800 Message-ID: <008201c63550$2a413490$6d00a8c0@MickeyLaptop> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcY1UCm7/OStR+Q1Rde+TcJzEC6cmQ== Subject: 3Ware Escalade Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 12:35:27 -0000 Hi all, I've been experiencing some problems with my 3ware Escalade 6000 array lately that has been causing spontaneous reboots of the system. There appears to be a bad sector on one of the drives according to smartctl, but nothing serious. However, every time the system tried to write to that sector in the array, the system would freeze, and then reboot, and of course it would say the file system isn't clean, etc... Since the file system is 1 TB in size, it would take 8+ hours to FSCK it. The array is only striped, and not mirrored or built with redunancy. I'm basically using the card/driver to make one large volume for a web server. I have a few questions: 1) Is this a known bug? I'm running FreeBSD 4.11 (for software compatibility issues at the moment, I will upgrade at some point in the future) 2) How can I trap the errors and eliminate the re-boot issue? 3) Is there some way I can do a faster FSCK, or perhaps 'fool' the system into thinking the file system is clean? 4) Any suggestions on how to fix this? Thanks all!!! From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 13:05:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E5F216A420 for ; Sun, 19 Feb 2006 13:05:58 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-03-eri0.ohiordc.rr.com (ms-smtp-03-smtplb.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0017443D48 for ; Sun, 19 Feb 2006 13:05:57 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-41-159.woh.res.rr.com [65.31.41.159]) by ms-smtp-03-eri0.ohiordc.rr.com (8.13.4/8.13.4) with SMTP id k1JD5sYV027759; Sun, 19 Feb 2006 08:05:54 -0500 (EST) Message-ID: <001901c63553$fa5a08c0$0200a8c0@satellite> From: "Dave" To: "Glenn Dawson" , References: <000901c63539$332fdaa0$0200a8c0@satellite> <7.0.1.0.2.20060219015741.022aa108@antimatter.net> Date: Sun, 19 Feb 2006 07:57:01 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Subject: Re: incorrect superblock error when mounting partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 13:05:58 -0000 Hello, Thanks for your reply. Below is the requested information, and no it is showing ad1e not ad1s1e. Dave. Script started on Sun Feb 19 07:56:47 2006 root@webserver:/dev#ls ad1* ad1 ad1a ad1b ad1c ad1d ad1e ad1f ad1g root@webserver:/dev#fdisk /dev/ad1 ******* Working on device /dev/ad1 ******* parameters extracted from in-core disklabel are: cylinders=19386 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=19386 heads=16 sectors/track=63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 0, size 50000 (24 Meg), flag 80 (active) beg: cyl 0/ head 0/ sector 1; end: cyl 1023/ head 254/ sector 63 root@webserver:/dev#bsdlabel /dev/ad1 # /dev/ad1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 266240 16 4.2BSD 2048 16384 16648 b: 524288 266256 swap c: 19541024 0 unused 0 0 # "raw" part, don't edit d: 7340032 790544 4.2BSD 2048 16384 28552 e: 8388608 8130576 4.2BSD 2048 16384 28552 f: 2097152 16519184 4.2BSD 2048 16384 28552 g: 921600 18616336 4.2BSD 2048 16384 57608 bsdlabel: partition c doesn't cover the whole unit! bsdlabel: An incorrect partition c may cause problems for standard system utilities root@webserver:/dev#bsdlabl el /dev/ad1s1 bsdlabel: /dev/ad1s1: No such file or directory root@webserver:/dev#bsdlabel /dev/ad1s2 bsdlabel: /dev/ad1s2: No such file or directory root@webserver:/dev#bsdlabel /dev/ad1s3 bsdlabel: /dev/ad1s3: No such file or directory root@webserver:/dev#bsdlabel /dev/ad1s4 bsdlabel: /dev/ad1s4: No such file or directory root@webserver:/dev#exit exit Script done on Sun Feb 19 08:02:34 2006 ----- Original Message ----- From: "Glenn Dawson" To: "Dave" ; Sent: Sunday, February 19, 2006 5:01 AM Subject: Re: incorrect superblock error when mounting partition > At 01:45 AM 2/19/2006, Dave wrote: >>Hello, >> I've got a 10 gb ide drive that has critical data on one of it's >> partitions /dev/ad1e. This drive was originally gmirrored in another box >> it worked fine, it was the master drive. Now i've installed this drive as >> a slave in another 6.0 box, and now it shows up as ad1 with the partition >> i want being ad1e. I did a mount -o ro /dev/ad1e /mnt and i'm getting an >> error "Incorrect superblock" from mount. I then tried fsck /dev/ad1e and >> got the same error msg. These partitions were formatted with ufs2 as >> their filesystem. I then ran bsdlabel ad1 and got a printout of my label, >> this showed up which gives me hope that this data can be retrieved. An >> error i'm getting says that the c: partition does not cover the entire >> disk and that may result in utilities not working. Any help appreciated. >> Some urgency! > > Are you sure you don't want ad1s1e? > > Also, posting the output from the following commands would go a long way > in helping you figure out what to do: > > fdisk /dev/ad1 > bsdlabel /dev/ad1 > bsdlabel /dev/ad1s1 > > And possibly: > bsdlabel /dev/ad1s2 > bsdlabel /dev/ad1s3 > bsdlabel /dev/ad1s4 > depending on what fdisk shows. > > -Glenn > >>Thanks. >>Dave. >> >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to >>"freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 13:09:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E49D016A420 for ; Sun, 19 Feb 2006 13:09:50 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33310.mail.mud.yahoo.com (web33310.mail.mud.yahoo.com [68.142.206.125]) by mx1.FreeBSD.org (Postfix) with SMTP id 6686D43D48 for ; Sun, 19 Feb 2006 13:09:50 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 6164 invoked by uid 60001); 19 Feb 2006 13:09:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2QLXqi5cxKiR9qD0TvFJQ0pIBvv1Ql8xpmIRzd9ZaOQme6k3iHJGB7a7tRnw6gc7zsnD2qI9ss3S7vLPRpGkZ8Ma6UdQuheK2WDzRTTtWFiykUOZk1nQl6yTaz3hzBTF5SaxNvF9IXg1UwH+jxB7z9+itmAmXQ29nljPx/xX96A= ; Message-ID: <20060219130949.6162.qmail@web33310.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33310.mail.mud.yahoo.com via HTTP; Sun, 19 Feb 2006 05:09:49 PST Date: Sun, 19 Feb 2006 05:09:49 -0800 (PST) From: Danial Thom To: ptitoliv , Mathieu CHATEAU In-Reply-To: <43F76BA9.1000300@frenchsuballiance.cjb.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 13:09:51 -0000 --- ptitoliv wrote: > Mathieu CHATEAU a écrit : > > >what about netstat -e on each host ? > >(looking for errors) > > > > > no errors detected > > >are you on swicthes ? > >Are the switches port on auto or forced ? > > > > > I don't know exactly : the servers are hosted > by a company. So I think > they are in autoselect mode. > > >when doing an ifconfig -a, are you in 100 full > duplex ? > > > > > Yeah and I tried to forced in all possibles > modes. (10/100 and half/full > duplex) > > >Are you using proftpd /wuftpd ? > > > > > Proftpd but I made some new tests with HTTP and > SCP and it is the same > problem. > > Regards, > ptitoliv It seems unlikely that he'd get good throughput in one direction if the link was hosed. One dropped packets and you're shot. The easy way to test this is to eliminate the switch..hook the Freebsd box directly to the linux box. DT __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 13:56:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7198F16A420 for ; Sun, 19 Feb 2006 13:56:08 +0000 (GMT) (envelope-from f@7f000001.org) Received: from roo.7f000001.org (frankie.ba.netlab.sk [84.245.66.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1508F43D46 for ; Sun, 19 Feb 2006 13:56:07 +0000 (GMT) (envelope-from f@7f000001.org) Received: by roo.7f000001.org (Postfix, from userid 19508) id B11902E282; Sun, 19 Feb 2006 14:58:23 +0100 (CET) Date: Sun, 19 Feb 2006 14:58:23 +0100 From: "Michal F. Hanula" To: freebsd-questions@freebsd.org Message-ID: <20060219135823.GA922@roo.7f000001.org> References: <200602190125.28612.freebsd01@dgmm.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200602190125.28612.freebsd01@dgmm.net> User-Agent: Mutt/1.5.11 Subject: Re: Bluetooth - obexapp - get/put files with spaces in names X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 13:56:08 -0000 On Sun, Feb 19, 2006 at 01:25:28AM +0000, dgmm wrote: > After some fiddling and hair pulling I eventually got my bluetooth adapter to > "see" the mobile phone. > > I'd like to pull some files from it but either I'm not seeing the obvious or > it just ain't obvious. > > Does anyone know how to change to a directory which has spaces in the name or > "get" a file which has spaces in the name? $ obexapp -a siemens -c -C ftrn -f obex> ls Access Owner Group Size Modified Name RWD W n/a n/a n/a 01-Jan-04 00:00 Data/ RWD W n/a n/a n/a 15-Jan-04 00:00 MMCard/ Success, response: OK, Success (0x20) obex> cd Data Success, response: OK, Success (0x20) obex> ls Access Owner Group Size Modified Name WD W n/a n/a n/a 01-Apr-04 03:00 System/ RWD W n/a n/a n/a 01-Apr-04 03:00 Misc/ RWD W n/a n/a n/a 01-Apr-04 03:00 Animations/ RWD W n/a n/a n/a 01-Apr-04 03:00 Pictures/ RWD W n/a n/a n/a 01-Apr-04 03:00 Sounds/ RWD W n/a n/a n/a 01-Apr-04 03:00 Themes/ RWD W n/a n/a n/a 01-Apr-04 03:00 Videos/ RWD W n/a n/a n/a 01-Apr-04 03:00 Java/ RWD W n/a n/a n/a 01-Apr-04 03:07 Skins/ RWD W n/a n/a n/a 01-Apr-04 05:00 Voice memo/ RWD W n/a n/a n/a 21-Oct-05 21:11 Sms archive/ RWD W n/a n/a n/a 19-Feb-06 14:55 Video clips/ Success, response: OK, Success (0x20) obex> cd cd: remote directory> Video clips Success, response: OK, Success (0x20) obex> Not really intuitive. m&f From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 08:54:23 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4C2816A420 for ; Sun, 19 Feb 2006 08:54:23 +0000 (GMT) (envelope-from fullblaststorm@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A77F43D46 for ; Sun, 19 Feb 2006 08:54:22 +0000 (GMT) (envelope-from fullblaststorm@gmail.com) Received: by nproxy.gmail.com with SMTP id l23so485726nfc for ; Sun, 19 Feb 2006 00:54:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=UdFJgn9uZu8NtmVRh9rhHcXdycvuzrV3m8jLSvsmavJbl4ABiS5hMD17Be8GdiM9569uq6DLi417o7el7MxS6k1mewx2mE3BCIyZrkRhsIkE/yZ7KNb4VPY5ICvz92oEc5k3nQnB3ISliYPq7+SIt/Ed1j13leJQYprsDz72KkY= Received: by 10.49.80.12 with SMTP id h12mr880501nfl; Sun, 19 Feb 2006 00:54:21 -0800 (PST) Received: by 10.48.223.3 with HTTP; Sun, 19 Feb 2006 00:54:21 -0800 (PST) Message-ID: <6c51dbb10602190054v3b5699acn@mail.gmail.com> Date: Sun, 19 Feb 2006 14:54:21 +0600 From: FuLLBLaST To: "FreeBSD support" MIME-Version: 1.0 X-Mailman-Approved-At: Sun, 19 Feb 2006 13:57:47 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 08:54:23 -0000 Dear FreeBSD developers, I've installed FreeBSD on my home computer and i'm having following problems: 1) When starting up system, after each login i must type "startx" to enable the desktop environment. 2) I've installed KDE, as it's described in your handbook, but when i try to improve screen resolution, there're only "640x480" option. This screen resolution is very poor for my 17-inch TFT display. Please, help me to resolve described problems. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 11:01:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E058016A420 for ; Sun, 19 Feb 2006 11:01:37 +0000 (GMT) (envelope-from ginis.george@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E0943D45 for ; Sun, 19 Feb 2006 11:01:37 +0000 (GMT) (envelope-from ginis.george@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so697863wri for ; Sun, 19 Feb 2006 03:01:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=I5SObJjeIsVtRggH84bDcD5QeqxskcorV2xb0JaEozy34smBSr+R77SOu/eBNexz+kX9b+LlnhxmlktqBhDegWtJYl65KdK2iKuCGX5sbxKSK9ZdGVFLu349397xZHSkJE52MfX+rVAt981P1XW0qZ3hcrggJ4EY63CCuPeXlts= Received: by 10.64.181.15 with SMTP id d15mr131407qbf; Sun, 19 Feb 2006 03:01:29 -0800 (PST) Received: from vassiliki ( [80.39.195.199]) by mx.gmail.com with ESMTP id f17sm2083708qba.2006.02.19.03.01.27; Sun, 19 Feb 2006 03:01:28 -0800 (PST) Message-ID: <000601c63543$d5d4c590$0201a8c0@vassiliki> From: "George Ginis" To: Date: Sun, 19 Feb 2006 12:01:10 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailman-Approved-At: Sun, 19 Feb 2006 13:59:02 +0000 Content-Type: text/plain; charset="windows-1253" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Hello X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 11:01:38 -0000 Hello, for the freeBSD does exist Live-CD?=20 thanks a lot... From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 14:07:19 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E52016A420 for ; Sun, 19 Feb 2006 14:07:19 +0000 (GMT) (envelope-from danger@rulez.sk) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A9843D48 for ; Sun, 19 Feb 2006 14:07:18 +0000 (GMT) (envelope-from danger@rulez.sk) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id 0B26E10E514; Sun, 19 Feb 2006 15:07:15 +0100 (CET) Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50047-06; Sun, 19 Feb 2006 15:07:12 +0100 (CET) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id 03CEC10E533; Sun, 19 Feb 2006 15:07:11 +0100 (CET) Date: Sun, 19 Feb 2006 15:06:19 +0100 From: Daniel Gerzo X-Mailer: The Bat! (v3.62.14) Professional X-Priority: 3 (Normal) Message-ID: <976147668.20060219150619@rulez.sk> To: "George Ginis" In-Reply-To: <000601c63543$d5d4c590$0201a8c0@vassiliki> References: <000601c63543$d5d4c590$0201a8c0@vassiliki> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Cc: freebsd-questions@FreeBSD.org Subject: Re: Hello X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 14:07:19 -0000 Programator George, Sunday, February 19, 2006, 12:01:10 PM, si tukal: > Hello, > for the freeBSD does exist Live-CD? you can use FreeSBIE: http://www.freesbie.org/ -- Sincerely, Daniel Gerzo From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 14:10:39 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 368A716A420 for ; Sun, 19 Feb 2006 14:10:39 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id C099B43D46 for ; Sun, 19 Feb 2006 14:10:38 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:10019 helo=assata.aseed.net) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1FApGn-000LRL-F2; Sun, 19 Feb 2006 14:10:37 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by assata.aseed.net (Postfix) with ESMTP id CBD002A06EC; Sun, 19 Feb 2006 15:11:10 +0100 (CET) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 7FC3958C7E4; Sun, 19 Feb 2006 15:11:21 +0100 (CET) Date: Sun, 19 Feb 2006 15:10:26 +0100 From: albi To: "George Ginis" Message-Id: <20060219151026.ab1d8a9f.albi@scii.nl> In-Reply-To: <000601c63543$d5d4c590$0201a8c0@vassiliki> References: <000601c63543$d5d4c590$0201a8c0@vassiliki> X-Mailer: Sylpheed version 2.1.1 (GTK+ 2.8.6; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Hello X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 14:10:39 -0000 On Sun, 19 Feb 2006 12:01:10 +0100 "George Ginis" wrote: > for the freeBSD does exist Live-CD? here's one to try : http://www.freesbie.org/ -- grtjs, albi gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 14:34:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43A7C16A422 for ; Sun, 19 Feb 2006 14:34:50 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8132643D49 for ; Sun, 19 Feb 2006 14:34:49 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 722A19975A3 for ; Sun, 19 Feb 2006 15:34:47 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30781-03 for ; Sun, 19 Feb 2006 15:34:44 +0100 (CET) Received: from [192.168.2.186] (catv-5062e7e3.catv.broadband.hu [80.98.231.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id EE403997465 for ; Sun, 19 Feb 2006 15:34:43 +0100 (CET) Message-ID: <43F88203.7060205@t-hosting.hu> Date: Sun, 19 Feb 2006 15:34:43 +0100 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at t-hosting.hu Subject: Ruby crashes with portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 14:34:50 -0000 Hello, Ruby always crashes and makes a coredump when I try to use portupgrade: root@server# portupgrade -ai ---> Session started at: Sun, 19 Feb 2006 15:32:51 +0100 [Updating the pkgdb in /var/db/pkg ... - 313 packages found (-5 +4) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [amd64-freebsd5] Abort trap (core dumped) I tried to reinstall both of them but no use. Have somebody experiencd and fixed such issue? Thanks, Gabor Kovesdan From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 14:47:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62B2616A420 for ; Sun, 19 Feb 2006 14:47:09 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0396043D45 for ; Sun, 19 Feb 2006 14:47:08 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout04/MantshX 4.0) with ESMTP id k1JEl81E004698; Sun, 19 Feb 2006 06:47:08 -0800 (PST) Received: from [192.168.1.3] (pool-68-160-251-207.ny325.east.verizon.net [68.160.251.207]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id k1JEl5B9025896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 19 Feb 2006 06:47:07 -0800 (PST) Message-ID: <43F884EC.70902@mac.com> Date: Sun, 19 Feb 2006 09:47:08 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "Don O'Neil" References: <008201c63550$2a413490$6d00a8c0@MickeyLaptop> In-Reply-To: <008201c63550$2a413490$6d00a8c0@MickeyLaptop> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 3Ware Escalade Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 14:47:09 -0000 Don O'Neil wrote: > There appears to be a bad sector on one of the drives according to smartctl, > but nothing serious. What that may mean is that there have been many bad sectors, which have been corrected using the spares, until no more spare sectors are left for replacements. That drive may well fail catastrophically, soon. > However, every time the system tried to write to that sector in the array, > the system would freeze, and then reboot, and of course it would say the > file system isn't clean, etc... > > Since the file system is 1 TB in size, it would take 8+ hours to FSCK it. > The array is only striped, and not mirrored or built with redunancy. I'm > basically using the card/driver to make one large volume for a web server. OK. Well, if this data is important to you, you should give consideration to using a RAID-1, RAID-10, or RAID-5 configuration to gain redundancy. > I have a few questions: > > 1) Is this a known bug? I'm running FreeBSD 4.11 (for software compatibility > issues at the moment, I will upgrade at some point in the future) Normally, the OS will only kill the affected processes using that sector, but without knowing where it is, perhaps it's affecting some important file like the kernel itself, /bin/sh...? > 2) How can I trap the errors and eliminate the re-boot issue? Shut down the system. Replace the failing hard drive. Use dd to make an exact copy onto the new drive on some other system. and put the new drive back into the array. Note that the replacement drive must be an exact match for this to work, otherwise you will have to backup your data and rebuild the array. Speaking of which, do you have known-good backups available? > 3) Is there some way I can do a faster FSCK, or perhaps 'fool' the system > into thinking the file system is clean? If you update to 5.x or later, you can use background FSCK rather than having to wait for the FSCK to complete the way it does under 4.x. > 4) Any suggestions on how to fix this? Also, if you update to 5.x, you can run the smartmon tools, which will let you do a drive self-test using SMART, this will give much better information about what is going on with the drive, and also give an estimate of its remaining lifespan. How old are the drives, if you know? -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 14:54:20 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D586316A420 for ; Sun, 19 Feb 2006 14:54:20 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0931443D64 for ; Sun, 19 Feb 2006 14:54:15 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout10/MantshX 4.0) with ESMTP id k1JEsFr5009850; Sun, 19 Feb 2006 06:54:15 -0800 (PST) Received: from [192.168.1.3] (pool-68-160-251-207.ny325.east.verizon.net [68.160.251.207]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id k1JEsCAn010517 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 19 Feb 2006 06:54:14 -0800 (PST) Message-ID: <43F88696.20205@mac.com> Date: Sun, 19 Feb 2006 09:54:14 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: FuLLBLaST References: <6c51dbb10602190054v3b5699acn@mail.gmail.com> In-Reply-To: <6c51dbb10602190054v3b5699acn@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD support Subject: Re: help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 14:54:21 -0000 FuLLBLaST wrote: > 1) > When starting up system, after each login i must type "startx" to enable > the desktop environment. If you want X to always be running, try: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-xdm.html > 2) > I've installed KDE, as it's described in your handbook, but when i try to > improve screen resolution, there're only "640x480" option. This screen > resolution is very poor for my 17-inch TFT display. You didn't provide enough information about which version of FreeBSD you are using to give exact advice, but you will be using either XFree86 or Xorg's version of X11, which are documented here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html ...basicly run the -configure, and adjust the config file it produces from there to match your TFT's display resolution. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 14:57:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FD6716A420 for ; Sun, 19 Feb 2006 14:57:50 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B4FD43D75 for ; Sun, 19 Feb 2006 14:57:43 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FAq0I-0006YO-5z for freebsd-questions@freebsd.org; Sun, 19 Feb 2006 15:57:38 +0100 Received: from 155.red-83-40-143.dynamicip.rima-tde.net ([83.40.143.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 15:57:38 +0100 Received: from matiassurdi by 155.red-83-40-143.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 15:57:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Surdi Date: Sun, 19 Feb 2006 15:57:09 +0100 Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 155.red-83-40-143.dynamicip.rima-tde.net User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060209) X-Accept-Language: es-es, es In-Reply-To: Sender: news Subject: Re: shutdown not shutting down :-( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 14:57:50 -0000 Matias Surdi escribió: > Hi, Linux-user, FreeBSD-newbie posting here. > > I've a recent installation of FreeBSD, and when I do > > # shutdown now > > It starts the shutdown process but it hangs promting for the shell path. > > I think that this could be something related to the order in which > partitions are unmounted. > > Any idea? > > Thanks. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Thanks for the help!! From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 15:01:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1180B16A420 for ; Sun, 19 Feb 2006 15:01:01 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9612743D45 for ; Sun, 19 Feb 2006 15:01:00 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FAq3X-00078V-2j for freebsd-questions@freebsd.org; Sun, 19 Feb 2006 16:00:59 +0100 Received: from 155.red-83-40-143.dynamicip.rima-tde.net ([83.40.143.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 16:00:59 +0100 Received: from matiassurdi by 155.red-83-40-143.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 16:00:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Surdi Date: Sun, 19 Feb 2006 15:58:25 +0100 Lines: 9 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 155.red-83-40-143.dynamicip.rima-tde.net User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060209) X-Accept-Language: es-es, es Sender: news Subject: equivalent to linux cp -al X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 15:01:01 -0000 Hi, I've a script on a linux box wich makes backups, it uses the "cp -al" command to make hard links and preserve atributes. Is there an equivalent on FreeBSD? Thanks. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 15:09:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED8C16A422 for ; Sun, 19 Feb 2006 15:09:12 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FA243D6B for ; Sun, 19 Feb 2006 15:09:05 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FAqBA-0008UE-L1 for freebsd-questions@freebsd.org; Sun, 19 Feb 2006 16:08:53 +0100 Received: from 155.red-83-40-143.dynamicip.rima-tde.net ([83.40.143.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 16:08:52 +0100 Received: from matiassurdi by 155.red-83-40-143.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 16:08:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Surdi Date: Sun, 19 Feb 2006 16:08:21 +0100 Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 155.red-83-40-143.dynamicip.rima-tde.net User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060209) X-Accept-Language: es-es, es In-Reply-To: Sender: news Subject: Re: equivalent to linux cp -al X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 15:09:12 -0000 Matias Surdi escribió: > Hi, > > > I've a script on a linux box wich makes backups, it uses the "cp -al" > command to make hard links and preserve atributes. > > Is there an equivalent on FreeBSD? > > Thanks. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Replying to myself..... I've noticed that I've to use cpio instead. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 15:14:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE4016A420 for ; Sun, 19 Feb 2006 15:14:22 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B2143D45 for ; Sun, 19 Feb 2006 15:14:22 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout03/MantshX 4.0) with ESMTP id k1JFEMdX012931; Sun, 19 Feb 2006 07:14:22 -0800 (PST) Received: from [192.168.1.3] (pool-68-160-251-207.ny325.east.verizon.net [68.160.251.207]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id k1JFEJ7I002235 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 19 Feb 2006 07:14:21 -0800 (PST) Message-ID: <43F88B4E.4010104@mac.com> Date: Sun, 19 Feb 2006 10:14:22 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Matias Surdi References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: equivalent to linux cp -al X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 15:14:22 -0000 Matias Surdi wrote: > I've a script on a linux box wich makes backups, it uses the "cp -al" > command to make hard links and preserve atributes. > > Is there an equivalent on FreeBSD? "cp -p" comes reasonably close, but will duplicate files rather than creating hard links. If you need to preserve hard links, consider using tar or maybe rsync to do the copying instead. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 15:34:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A14816A420 for ; Sun, 19 Feb 2006 15:34:23 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp5.suscom.net (smtp5.suscom.net [64.78.83.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id C589A43D4C for ; Sun, 19 Feb 2006 15:34:22 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp5.suscom.net (Postfix) with ESMTP id 171445100F4 for ; Sun, 19 Feb 2006 10:34:21 -0500 (EST) Received: from smtp5.suscom.net ([127.0.0.1]) by localhost (smtp5 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17150-01-46 for ; Sun, 19 Feb 2006 10:34:18 -0500 (EST) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp5.suscom.net (Postfix) with SMTP id 018E35100F7 for ; Sun, 19 Feb 2006 10:34:17 -0500 (EST) Received: from seibercom.net (localhost [127.0.0.1]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k1JFYIss076363 for ; Sun, 19 Feb 2006 10:34:18 -0500 (EST) (envelope-from gerard@seibercom.net) Received: from localhost (localhost [[UNIX: localhost]]) by seibercom.net (8.13.4/8.13.4/Submit) id k1JFYHIX076362 for freebsd-questions@freebsd.org; Sun, 19 Feb 2006 10:34:17 -0500 (EST) (envelope-from gerard@seibercom.net) From: Gerard Seibert Organization: Seibercom,net To: freebsd-questions@freebsd.org Date: Sun, 19 Feb 2006 10:34:02 -0500 User-Agent: KMail/1.9.1 X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09RnSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2282040.icInMQGJCq"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200602191034.17283.gerard@seibercom.net> X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new .250 at suscom.net Subject: Duplicate INDEX entry X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gerard@seibercom.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 15:34:23 -0000 --nextPart2282040.icInMQGJCq Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline When running this command: portsdb -Uu, I am frequently presented with a=20 message similar to this one: portsdb -Uu Updating the ports index ... Generating INDEX.tmp - please wait.. Warning: Duplicate INDEX entry: apr-gdbm-db4-1.2.2_2 Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.7 Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4 Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 Done. done [Updating the portsdb in /usr/ports ... - 14143 port=20 entries =20 found .........1000.........2000.........3000.........4000.........5000....= =2E... =2E6000.........7000.........8000.........9000.........10000.........11000.= =2E...... =2E12000.........13000.........14000. ..... done] I have checked the archives and found that this is not suppose to be a=20 serious problem. I was wondering that while this might not be a serious=20 problem, just why is it happening at all. Is there some method or=20 procedure to correct this phenomena, or can I just safely ignore it? Thanks! =2D-=20 Gerard Seibert gerard@seibercom.net PGP: http://www.seibercom.net/sig/gerard.asc --nextPart2282040.icInMQGJCq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD+I/5chM2dIO+3uMRAi7VAJwI00ccuLsDz8QYB2wDZNKrrXP7+QCgi1lX Nys5FMFygMBfNwrU3GN1ol8= =nfO8 -----END PGP SIGNATURE----- --nextPart2282040.icInMQGJCq-- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 15:38:11 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D0B116A420 for ; Sun, 19 Feb 2006 15:38:11 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A25243D46 for ; Sun, 19 Feb 2006 15:38:09 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 25636 invoked by uid 510); 19 Feb 2006 15:40:37 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.88/1261. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-3.4/5.0):. Processed in 2.354679 secs); 19 Feb 2006 15:40:37 -0000 X-Spam-Status: No, hits=-3.4 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-3.4/5.0):. Processed in 2.354679 secs Process 25629) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 19 Feb 2006 15:40:34 +0000 From: Robert Slade To: FuLLBLaST In-Reply-To: <6c51dbb10602190054v3b5699acn@mail.gmail.com> References: <6c51dbb10602190054v3b5699acn@mail.gmail.com> Content-Type: text/plain Message-Id: <1140363634.24516.20.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sun, 19 Feb 2006 15:40:34 +0000 Content-Transfer-Encoding: 7bit Cc: FreeBSD support Subject: Re: help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 15:38:11 -0000 On Sun, 2006-02-19 at 08:54, FuLLBLaST wrote: > Dear FreeBSD developers, > I've installed FreeBSD on my home computer and i'm having following > problems: > Hello and welcome > 1) > When starting up system, after each login i must type "startx" to enable > the desktop environment. This is covered in the handbook. You need to use a display manager to give you graphical logons; see the section on KDM etc on this page: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-xdm.html > > 2) > I've installed KDE, as it's described in your handbook, but when i try to > improve screen resolution, there're only "640x480" option. This screen > resolution is very poor for my 17-inch TFT display. > > Please, help me to resolve described problems. Have you tied to set the default resolution as per the handbook? You should have only one resolution listed. Rob From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 15:54:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EF2216A420 for ; Sun, 19 Feb 2006 15:54:44 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id E655743D45 for ; Sun, 19 Feb 2006 15:54:43 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id 3FC971D0005 for ; Sun, 19 Feb 2006 10:57:33 -0500 (EST) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26767-03 for ; Sun, 19 Feb 2006 10:57:33 -0500 (EST) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id DE06A1D0004 for ; Sun, 19 Feb 2006 10:57:32 -0500 (EST) Received: from [192.168.0.4] (boss [192.168.0.4]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k1JFse7X076479 for ; Sun, 19 Feb 2006 10:54:40 -0500 (EST) (envelope-from gerard@seibercom.net) Date: Sun, 19 Feb 2006 10:54:40 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom In-Reply-To: <200602190125.28612.freebsd01@dgmm.net> References: <200602190125.28612.freebsd01@dgmm.net> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060219105246.4842.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.24.01 [en] X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at suscom.net Subject: Re: Bluetooth - obexapp - get/put files with spaces in names X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 15:54:44 -0000 dgmm wrote: > After some fiddling and hair pulling I eventually got my bluetooth adapter to > "see" the mobile phone. > > I'd like to pull some files from it but either I'm not seeing the obvious or > it just ain't obvious. > > Does anyone know how to change to a directory which has spaces in the name or > "get" a file which has spaces in the name? I have no idea if this will help you or not; however, you could try enclosing the directory or file name in quotes. I have used that method on a few occasions when accessing a WinXP machine. -- Gerard From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 17:44:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B3BC16A422 for ; Sun, 19 Feb 2006 17:44:22 +0000 (GMT) (envelope-from peter@pean.org) Received: from mxfep01.bredband.com (mxfep01.bredband.com [195.54.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id E184E43D45 for ; Sun, 19 Feb 2006 17:44:20 +0000 (GMT) (envelope-from peter@pean.org) Received: from [192.168.1.24] ([213.114.218.35] [213.114.218.35]) by mxfep01.bredband.com with ESMTP id <20060219174416.RHKW16046.mxfep01.bredband.com@[192.168.1.24]> for ; Sun, 19 Feb 2006 18:44:16 +0100 Message-ID: <43F8AE66.3040500@pean.org> Date: Sun, 19 Feb 2006 18:44:06 +0100 From: =?ISO-8859-1?Q?Peter_Ankerst=E5l?= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Configuring NanoBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 17:44:22 -0000 I can't any information on how to configure NanoBSD before a build. Everything I have is a nanobsd.sh. http://www.freebsd.org/projects/nanobsd/ talks about a make.conf and to exec a make in that directory but there is no Makefile or make.conf. What have I missed? =) Should I use /usr/src/share/examples/etc/make.conf or what? If so, where should I put it? will /usr/src/tools/tools/nanobsd/make.conf do? Please help. :P From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 17:54:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF14616A422 for ; Sun, 19 Feb 2006 17:54:37 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from gatekeeper.ptitoliv.net (gatekeeper.ptitoliv.net [213.41.240.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D9AB43D5F for ; Sun, 19 Feb 2006 17:54:35 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from [192.168.1.1] (misato.ptitoliv.lan [192.168.1.1]) by gatekeeper.ptitoliv.net (8.13.4/8.13.4/Debian-3) with ESMTP id k1JIuAph000686; Sun, 19 Feb 2006 19:56:11 +0100 Message-ID: <43F8B0D9.3000905@frenchsuballiance.cjb.net> Date: Sun, 19 Feb 2006 18:54:33 +0100 From: ptitoliv User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fr, en MIME-Version: 1.0 To: Mathieu CHATEAU , freebsd-questions@freebsd.org References: <43F73267.6010807@frenchsuballiance.cjb.net> <1989705175.20060218193212@free.fr> <43F76BA9.1000300@frenchsuballiance.cjb.net> <55717469.20060219114349@free.fr> In-Reply-To: <55717469.20060219114349@free.fr> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on gatekeeper.ptitoliv.net X-Virus-Status: Clean Cc: Subject: Re: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 17:54:37 -0000 Mathieu CHATEAU a écrit : >try this: >ping -c 1000 -s 1500 IP_TO_PING > >wait for the 1000 ping to go trough. You should not have more than >0,5% of loss (is the servers aren't overload). If it's more or equal >than 0,5%, it comes from the network (cables or switches fault). >Each host would be in 100 full (via autoselect to be sure the conf is >ok on the switch). > I made the tests on the two boxes => 0 % packet loss. I man an other interesting test. I try to transfert between the BSD Box and a server located at home behind my 1MB/s ADSL Line. Here are the results : FreeBSD box => Workstation at home : 300 kB/s Debian box on the same network => Workstation at home : 950 kB/s. This test confirms cleraly that there is a problem with the BSD, I guess. Could it be a bug from the VR driver ? Regards, Ptitoliv From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 18:21:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EFAA16A420 for ; Sun, 19 Feb 2006 18:21:30 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E2443D49 for ; Sun, 19 Feb 2006 18:21:29 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id i11so733246nzh for ; Sun, 19 Feb 2006 10:21:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VpOeE2Uo5IZ9pEEKWIZd47JAYCA1oa/LS/WafFZ+XQ2xLc32O10TRQSRA9NmBY+rcp847MpkmLq6NOHP+kkDNveAZrUD/pBx+3758hRhWA9O05RjVUU7GknjXfjD4DY4kSkHvHZ7yp56eOC5QJ1ueVnorhJP1TkgbOdG0u3qgeQ= Received: by 10.36.227.24 with SMTP id z24mr4527194nzg; Sun, 19 Feb 2006 10:21:29 -0800 (PST) Received: by 10.37.20.11 with HTTP; Sun, 19 Feb 2006 10:21:29 -0800 (PST) Message-ID: Date: Sun, 19 Feb 2006 21:21:29 +0300 From: "Andrew Pantyukhin" To: "=?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?=" In-Reply-To: <43F88203.7060205@t-hosting.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43F88203.7060205@t-hosting.hu> Cc: freebsd-questions Subject: Re: Ruby crashes with portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 18:21:30 -0000 On 2/19/06, K=F6vesd=E1n G=E1bor wrote: > Hello, > > Ruby always crashes and makes a coredump when I try to use portupgrade: > > root@server# portupgrade -ai > ---> Session started at: Sun, 19 Feb 2006 15:32:51 +0100 > [Updating the pkgdb in /var/db/pkg ... - 313 packages > found (-5 +4) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: [BUG] > Segmentation fault > ruby 1.8.4 (2005-12-24) [amd64-freebsd5] > > Abort trap (core dumped) > > I tried to reinstall both of them but no use. Have somebody experiencd > and fixed such issue? 1. Try removing /var/db/pkg/pkgdb.db 2. Try rebuilding ruby WITHOUT_PTHREADS From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 18:28:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1992A16A420 for ; Sun, 19 Feb 2006 18:28:37 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id A467943D46 for ; Sun, 19 Feb 2006 18:28:36 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id f1so733676nzc for ; Sun, 19 Feb 2006 10:28:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l/gNq+Qhg/oNgOTrWDrG3hrqeVSOwKvCb4k4usuADJQz/zOoAcdXm+h+sB49+5/6JlgET7ZrjVXYVAYOeiGORgHRW2hoXgpKIukNOsZlHOXnmVSEX6Lv4QbsYHO/85U5gBjKq+IvbhlD902HlCnu5A4nYmatZ9T7vZA1+I9wKc4= Received: by 10.36.140.6 with SMTP id n6mr4533598nzd; Sun, 19 Feb 2006 10:28:35 -0800 (PST) Received: by 10.37.20.11 with HTTP; Sun, 19 Feb 2006 10:28:35 -0800 (PST) Message-ID: Date: Sun, 19 Feb 2006 21:28:35 +0300 From: "Andrew Pantyukhin" To: gerard@seibercom.net In-Reply-To: <200602191034.17283.gerard@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602191034.17283.gerard@seibercom.net> Cc: freebsd-questions@freebsd.org Subject: Re: Duplicate INDEX entry X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 18:28:37 -0000 On 2/19/06, Gerard Seibert wrote: > When running this command: portsdb -Uu, I am frequently presented with a > message similar to this one: > > portsdb -Uu > Updating the ports index ... Generating INDEX.tmp - please wait.. > Warning: Duplicate INDEX entry: apr-gdbm-db4-1.2.2_2 > Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.7 > Warning: Duplicate INDEX entry: mod_jk2-apache2-2.0.4 > Warning: Duplicate INDEX entry: mod_rpaf-ap2-0.5 > Done. > done > [Updating the portsdb in /usr/ports ... - 14143 port > entries > > found .........1000.........2000.........3000.........4000.........5000..= ...... > .6000.........7000.........8000.........9000.........10000.........11000.= ....... > .12000.........13000.........14000. ..... done] > > I have checked the archives and found that this is not suppose to be a > serious problem. I was wondering that while this might not be a serious > problem, just why is it happening at all. Is there some method or > procedure to correct this phenomena, or can I just safely ignore it? Well, for one thing, it's the way master/slave ports work. Many slave ports just set a flag (like WITH_GTK2). If you already have this flag enabled in make.conf the two ports are effectively identical. In general, such slave ports only appear because of the inflexibilities of the ports system. Their presence is not really a Bad Thing in the absence of a better solution. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 18:40:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4272E16A422 for ; Sun, 19 Feb 2006 18:40:44 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8818B43D4C for ; Sun, 19 Feb 2006 18:40:40 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 13so734651nzn for ; Sun, 19 Feb 2006 10:40:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FrxkRI59TsGisr27rHTtHe0QTo8LRfhtzgUNrSDBuaPXm3PMxcHStT4DLQZkvKeF7WEv+AozuAXwzHtosfjFzOX+M5N0O280nn65VKbiO2FoAjBSWvQi66Rlt4AgM9Iz5WzXBWFwgAAvQz5VdifrTPBA+Sod7To7DtTmhVSQRHQ= Received: by 10.36.68.16 with SMTP id q16mr4570162nza; Sun, 19 Feb 2006 10:40:39 -0800 (PST) Received: by 10.37.20.11 with HTTP; Sun, 19 Feb 2006 10:40:39 -0800 (PST) Message-ID: Date: Sun, 19 Feb 2006 21:40:39 +0300 From: "Andrew Pantyukhin" To: "Robert Slade" In-Reply-To: <1140335174.19974.19.camel@lmail.bathnetworks.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1140335174.19974.19.camel@lmail.bathnetworks.co.uk> Cc: "freebsd-questions@freebsd.org" Subject: Re: Multiple DNS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 18:40:44 -0000 On 2/19/06, Robert Slade wrote: > Hi, > > I am looking for some advice. I have a network which is based on a > number of servers running FreeBsd 6.0 serving Win XP work stations. (yes > I know but..) The network is large enough to use DHCP and DNS for the > internal network, I have setup a DHCP server with a Dynamic DNS (Bind 9) > on one of the servers. That server is handling the LDAP side of the > domain. > > There appears to be a fair bit of DNS Traffic which leads to a secondary > DNS being required to take some of the load as DNS lookup are slow. The > question I have is should I just setup a cashing DNS on another server > using the primary as a forwarder or even several servers eg the mail > server and the secondary LDAP server, or should I setup a proper > secondary DNS using my ISP as a forwarder with dynamic updates from the > primary. > > Sorry if this is a bit vague, but I have no experience in this area. > > Rob > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > A secondary server using the primary as a forwarder is generally a better idea if the primary is stable enough. The secondary will share some load without taking up extra bandwidth. In case the primary is not stable enough, or if you really need to scale by 2 (i.e. share the load evenly between the servers), you'll have to use the ISP's dns servers as forwarders instead. This will cut the efficiency of your DNS cache by two. At our place (3000+ hosts) we have our primary on a rock-solid box and secondaries using it as forwarder. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 18:43:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B159016A422 for ; Sun, 19 Feb 2006 18:43:15 +0000 (GMT) (envelope-from ggroth99@hotmail.com) Received: from hotmail.com (bay14-f5.bay14.hotmail.com [64.4.49.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99AED43D76 for ; Sun, 19 Feb 2006 18:43:04 +0000 (GMT) (envelope-from ggroth99@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 19 Feb 2006 10:43:04 -0800 Message-ID: Received: from 64.36.27.226 by by14fd.bay14.hotmail.msn.com with HTTP; Sun, 19 Feb 2006 18:43:03 GMT X-Originating-IP: [64.36.27.226] X-Originating-Email: [ggroth99@hotmail.com] X-Sender: ggroth99@hotmail.com In-Reply-To: From: "Greg Groth" To: tedm@toybox.placo.com, joe@netmusician.org Date: Sun, 19 Feb 2006 12:43:03 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 19 Feb 2006 18:43:04.0004 (UTC) FILETIME=[51260840:01C63584] Cc: freebsd-questions@freebsd.org Subject: RE: Sendmail - IMAP-UW - Cyrus-SASL2 - SMTPAUTH problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 18:43:15 -0000 First, thank you for your reply. Second, I have figured out the problem of not being able to delete IMAP folders in Thunderbird. Apparently this is a client-side issue, not a server one. The answer is to unsubscribe the trash folder in Thunderbird. After unsubscribing, it still appears and operates normally, and you are then able to delete folders. I found the answer in forums regarding older versions of Mozilla Mail, which is why nothing turned up on a search for Thunderbird. Not sure of the exact cause, or if this indeed a bug or just something I missed in the documentation, but it works now. >From: "Ted Mittelstaedt" >To: "Greg Groth" , >CC: >Subject: RE: Sendmail - IMAP-UW - Cyrus-SASL2 - SMTPAUTH problems >Date: Fri, 17 Feb 2006 04:11:15 -0800 > >Hi Greg, > > It is true there's a lot of software available but I have found >over the years that a lot of the packages are good, and will work >equally well on the back end. Most of the older ones have matured >to the point that a rather common selection criteria is "I chose >that because that's what all my friends are running" > > You really won't know what works the best unless you try all of >the packages, and nobody has the time for that. So what you have >to do is just pick one based on whatever sketchy research you turn >up and spend some time on it, after a few months you will know if it's >going to work for you or not. Most times it will work OK for you >so your choice becomes one of which is better: knowing a few packages >well, or a lot of packages not very well. > > A hobbiest/amateur is better off knowing a lot of packages not >very well, because their fun is in trying out new things and learning >how different things are done. But a manager of a production system >is in the other boat, they need to know a few packages very, very >well. You need to be aware of which kind of person your taking advice >from. > > IMHO RedHat isn't much good unless you go the full meal deal >and buy a support contract from RedHat. If you are upgrading from >old 7/9 RH and you want to keep the RH universe, and you don't >want to buy into support, then go to CentOS. RedHat was becoming a pain to deal with. It seemed to me, and this is just my opinion and worth the paper this email is printed on, that a lot of the software had been tweaked to where common solutions to common problems didn't work, and solutions had to be found for the specific version of RedHat I was using. Not that there's anything morally wrong with RedHat doing this, I just found it a pain when looking for answers to problems. > > Frankly I feel that one of the big problems with Linux right >now is they are missing the boat on SATA RAID big time, and I >mean really, really big time. Most server-quality motherboards >these days come with RAID0/1 SATA chipsets, and disk drives are >so cheap now that even people putting together little crummy servers >are going mirrored SATA disks. But Linux has ignored this, claiming >it's the responsibility of the manufacturers to write drivers, and >most of them haven't. The Linux people all seem to think it's >perfectly OK to go buy an Intel motherboard with onboard ICH7R >RAID and disable that and drop $200 into a 3ware RAID card and >plug that into the motherboard if you have the nerve to run >RAID on anything other than a Real SCSI RAID array. Fine, let >them delude themselves, it just puts Linux further and further >away from the server arena. Most Linux distros have terrible >or nonexistent support for Promise RAID cards as well, once again, >really short-sighted. I don't know much on this subject I'm afraid, but I'm about to get into this because KnoppMyth apparently has issues running a SATA drive as a primary boot device. (Off the subject, but I tried getting MythTV running on RedHat FC4, and ran into too many issues getting it running to continue on that route). > > Anyway, getting back to your situation. We run SSL imap and >pop3, with uw-imap. I recommend this route since it allows >people to hit their maibox with both pop3 and imap and not >get a lot of funny messages about popping down the placeholder >message. uw-imap used to have a problem with really big e-mails >years ago, it would swap itself to death building the tempfiles, >this was fixed years ago. I did solve my SSL problem by recompiling UW-IMAP and Sendmail without SSL, and installing stunnel. Everything is working the way I want it configured. Hopefully there won't be any scalability issues, but I don't expect any in our tiny environment. > > We run SMTP AUTH but we don't run SSL SMTP. Why? Because >way too many customers out there still run elderly versions of >e-mail clients that can't handle SSL SMTP. If I was doing up a >mailserver for a corporation I might consider SSL SMTP, but >frankly, I think the idea that someone's going to sniff your >password is highly overrated. Most people set their e-mail >clients up to permanently save the password so there goes your >security right out the window. And your foolish if you let people >use the same userID and password for the mailserver. What I'm >doing these days is setting up the users with full name >userIDs. For example userID ted.mittelstaedt, password goglafrich. >Or some such. e-mail addy then becomes ted.mittelstaedt@example.com >Needless to say this userID is only present on the mailserver >and nowhere else, same with the password. A cracker already >can get the targets full name by calling the companies directory >assistance line or off their business card, so they gain >no new information item by breaking this userID. And these >userIDs and passwords are too long to be suceptable to a spammers >dictionary attack. Particularly if the employee is popping the >mail off the server, if the attacker gets the userID and password >they are generally going to only be able to get a few pieces of >mail out of the server. Decision makers above me decided that SSL is a "good thing", and I can't really argue with that. I doubt that sniffing is that big of a deal as well, we used POP-before-SMTP for the last 6 years without a problem (knock on wood). I'm not going to argue with "the powers that be" though, but I'm not going to kill myself getting Microsoft to work correctly. Internally we are switching to Thunderbird, not because of the SSL issues, but due to the lack of filtering rules for IMAP in Outlook Express. Outlook was discarded as an option because it did way more than we needed it to do, and proved to be confusing to our end users. My only other issue is a handful of accounts that connect remotely, and I believe use Outlook Express. They do not understand, and don't care to understand, technical issues revolving email, and will be quite satisfied on ports 110, 143 and 25. > > You can argue it however you want but today with ethernet switches >being as cheap as they are, even a malevolent employee on a corporate >network is going to have a hard time sniffing passwords on a decent >net. Anything they do to convince the switches to stop being switches >is going to bring the network to it's knees and attract a lot of >attention quick. I discount most of those scenarios as provable >in the lab, but useless in real life. I'm the only one in the office that knows that a switch is something other than the thing to turn the lights on and off, so it's not really an issue. > > In real life the preferred attack vector is to insert a keyboard >logger on the users desktop, which is rediculously easy, all you >have to do is wait for Microsoft's patch tuesday, reverse engineer >the patches to see what they patched, and write a worm to take >advantage of that hole, and drop a keyboard logger when it infects. >That buypasses all the SSL horseshit and if you want to get fancy >you can scan the users system for the outlook files and extract the >saved password from outlooks ini files, it's not like Microsoft >encrypts it or anything. The worm leaves a back door and you scan >the internet looking for the back doors. You will find plenty to >keep yourself busy. We see customers that have had this done to >them almost every day. By contrast I've never once seen a customer >with an employee who wasn't a network administrator that knew what >a packet sniffer was and how to use it. As far as WEP is concerned >the trade rags constantly claim how insecure it is and how easy it is >to brute force crack and obtain keys - once again, this is laboratory >stuff, it's not visible in the real world. In the real world there >are so many unsecured wireless networks in the average city that >a cracker that turns on a wireless promiscious sniffer is going to >see 3-4 networks, 3/4 of which are wide open, no matter where they >go. What incentive is there to crack? And that's just the people >dumb enough to leave SSID broadcasting turned on. Again not an issue, half the users can't plug in a phone, much less a keyboard logger. > > Anyway, one last note for you. No matter what you use, just >about all the instructions out there tell you to create a self-signed >certificate for imap/ssl smtp/etc. do not do this! The Microsoft >e-mail clients can't handle this. What you want to do is create a >root certificate, then create certificates for all your https servers, >your secure imap and pop servers, your ssl smtp, you name it. Sign >all of them with the root CA. Then, insert the root CA into the >list of trusted root CA's in the Microsoft browser on the client, and >from that point on the Microsoft clients don't think you are running >self-signed certificates anymore and do not whine, bitch and complain >and you don't have to fumble around inserting a bunch of self-signed >certificates for every little service you run into all your clients. >That is for example how you get Outlook to speak SSL without paying >Verisign. A lot of people fooling with self-signed certs have discovered >to their dismay that only outlook express can have a self-signed >cert installed, regular outlook from ms office cannot. You may not care for this, but I did use a self-signed certificate. Thunderbird has no problems, and my Outlook Express users aren't going to use SSL anyway. By having SSL as an option using stunnel, and still leaving the standard ports open, I have been able to fulfill the needs and desires set by those above me and should avoid any issues with MS products. > >Ted Again, many thanks for your insight. It's difficult to find practical advice for noobs like myself that doesn't immediately jump into arcane technical discussions that I have difficulty following. Now, off to do battle with Mailscanner. Best regards, Greg Groth _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 18:52:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B89C16A422 for ; Sun, 19 Feb 2006 18:52:36 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp5.suscom.net (smtp5.suscom.net [64.78.83.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D6543D5A for ; Sun, 19 Feb 2006 18:52:29 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp5.suscom.net (Postfix) with ESMTP id A631C5100F5 for ; Sun, 19 Feb 2006 13:52:27 -0500 (EST) Received: from smtp5.suscom.net ([127.0.0.1]) by localhost (smtp5 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01186-01-74 for ; Sun, 19 Feb 2006 13:52:25 -0500 (EST) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp5.suscom.net (Postfix) with SMTP id C16E95100F6 for ; Sun, 19 Feb 2006 13:52:24 -0500 (EST) Received: from seibercom.net (localhost [127.0.0.1]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k1JIqPYh077083 for ; Sun, 19 Feb 2006 13:52:25 -0500 (EST) (envelope-from gerard@seibercom.net) Received: from localhost (localhost [[UNIX: localhost]]) by seibercom.net (8.13.4/8.13.4/Submit) id k1JIqOpZ077082 for freebsd-questions@freebsd.org; Sun, 19 Feb 2006 13:52:24 -0500 (EST) (envelope-from gerard@seibercom.net) From: Gerard Seibert Organization: Seibercom,net To: freebsd-questions@freebsd.org Date: Sun, 19 Feb 2006 13:52:23 -0500 User-Agent: KMail/1.9.1 References: <20060219131507.71488829@skazat.com> In-Reply-To: <20060219131507.71488829@skazat.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09RnSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1218101.vxLa1FQgXl"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200602191352.24371.gerard@seibercom.net> X-Virus-Scanned: ClamAV 0.88/1293/Sun Feb 19 11:40:25 2006 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new .250 at suscom.net X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: [dadadev] Problems with Discussion List plug-in sneding many many times ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gerard@seibercom.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 18:52:36 -0000 --nextPart1218101.vxLa1FQgXl Content-Type: multipart/mixed; boundary="Boundary-01=_o5L+DE7swvu8Nle" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_o5L+DE7swvu8Nle Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline SDC Web Facilitator wrote: > OK .. the discussion list functionality seems to be up and working .. > with a small problem ... > > The mail sent to the discussion list is being pick up and sent to all > the members but it isn't being removewd from the queue .. so when I > send a message it sends it every minute on the minute when my chron > job (*/usr/bin/perl > /home/springde/www/cgi-bin/dada/plugins/dada_bridge.pl >/dev/null > 2>&1) runs ... > > What am I doing wrong?*** Welcome to the club. I run my own server, a FreeBSD 5.4 with Sendmail as=20 the MTA. I have never gotten the discussion list program to operate=20 correctly. I finally gave up and abandoned the exercise. One of these days I will attach a debugger to the process and see what I=20 can decipher. However, that would also require Justin to participate in=20 the process, and he is busy right now. Out of curiosity, what are your system specifications? =2D-=20 Gerard Seibert gerard@seibercom.net PGP: http://www.seibercom.net/sig/gerard.asc --Boundary-01=_o5L+DE7swvu8Nle-- --nextPart1218101.vxLa1FQgXl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD+L5ochM2dIO+3uMRAumZAJ4xzInR3RdmExzzhkvJ2CnZOESb7gCfYv5I u8H91ScQrj9G/Le6Px69HLM= =5Wa+ -----END PGP SIGNATURE----- --nextPart1218101.vxLa1FQgXl-- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 20:17:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20FB016A420 for ; Sun, 19 Feb 2006 20:17:00 +0000 (GMT) (envelope-from freebsd-01@jeremykister.com) Received: from qmail-01.nntx.net (qmail-01.nntx.net [204.9.96.15]) by mx1.FreeBSD.org (Postfix) with SMTP id B5D9B43D5F for ; Sun, 19 Feb 2006 20:16:58 +0000 (GMT) (envelope-from freebsd-01@jeremykister.com) Received: (qmail 27111 invoked by uid 1010); 19 Feb 2006 15:16:57 -0500 Received: by simscan 1.2.0 ppid: 27084, pid: 27108, t: 0.1913s scanners:none Received: from unknown (HELO ?10.9.1.2?) (smtpauth-01@jeremykister.com@68.37.176.150) by qmail-01.nntx.net with SMTP; 19 Feb 2006 15:16:57 -0500 Message-ID: <43F8D231.4000006@jeremykister.com> Date: Sun, 19 Feb 2006 15:16:49 -0500 From: Jeremy Kister User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43F500BE.3070903@jeremykister.com> In-Reply-To: <43F500BE.3070903@jeremykister.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Crashing with FreeBSD 6.0R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 20:17:00 -0000 On 2/16/2006 5:46 PM, Jeremy Kister wrote: > I've got four brand new identical HP DL360 systems, each with Dual Xeon > 2.8ghz (with Hyperthreading on). > > All four of them are randomly crashing in the same manner. [...] I have disabled Hyperthreading in the BIOS. They're still crashing. -- Jeremy Kister http://jeremy.kister.net./ From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 20:18:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D60B316A420 for ; Sun, 19 Feb 2006 20:18:16 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76EE743D46 for ; Sun, 19 Feb 2006 20:18:16 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from [192.168.0.140] (tui75-2-82-229-178-102.fbx.proxad.net [82.229.178.102]) by smtp6-g19.free.fr (Postfix) with ESMTP id 9409C17F74; Sun, 19 Feb 2006 21:18:15 +0100 (CET) Date: Sun, 19 Feb 2006 21:18:17 +0100 From: Mathieu CHATEAU X-Mailer: The Bat! (v3.62.12) Professional X-Priority: 3 (Normal) Message-ID: <259257427.20060219211817@free.fr> To: ptitoliv In-Reply-To: <43F8B0D9.3000905@frenchsuballiance.cjb.net> References: <43F73267.6010807@frenchsuballiance.cjb.net> <1989705175.20060218193212@free.fr> <43F76BA9.1000300@frenchsuballiance.cjb.net> <55717469.20060219114349@free.fr> <43F8B0D9.3000905@frenchsuballiance.cjb.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re[2]: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mathieu CHATEAU List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 20:18:17 -0000 Hello ptitoliv, Sunday, February 19, 2006, 6:54:33 PM, you wrote: p> Mathieu CHATEAU a écrit : >>try this: >>ping -c 1000 -s 1500 IP_TO_PING >> >>wait for the 1000 ping to go trough. You should not have more than >>0,5% of loss (is the servers aren't overload). If it's more or equal >>than 0,5%, it comes from the network (cables or switches fault). >>Each host would be in 100 full (via autoselect to be sure the conf is >>ok on the switch). >> p> I made the tests on the two boxes => 0 % packet loss. p> I man an other interesting test. I try to transfert between the BSD Box p> and a server located at home behind my 1MB/s ADSL Line. Here are the p> results : FreeBSD box =>> Workstation at home : 300 kB/s p> Debian box on the same network => Workstation at home : 950 kB/s. p> This test confirms cleraly that there is a problem with the BSD, I guess. p> Could it be a bug from the VR driver ? p> Regards, p> Ptitoliv At this point, a tcpdump while transfering may help. Are the debian & freebsd on the same segment ? if so, are they using the same router/gateway ? did you customize/set up things, like ipfw or set specific things via sysctl ? Mathieu CHATEAU From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 20:50:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFEDD16A420 for ; Sun, 19 Feb 2006 20:50:22 +0000 (GMT) (envelope-from tino.boss.1@students.unibe.ch) Received: from mail02.solnet.ch (mail02.solnet.ch [212.101.4.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B9A343D48 for ; Sun, 19 Feb 2006 20:50:21 +0000 (GMT) (envelope-from tino.boss.1@students.unibe.ch) Received: from mail02.solnet.ch ([127.0.0.1]) by localhost (mail02.solnet.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 95219-01-52 for ; Sun, 19 Feb 2006 20:50:19 +0000 (UTC) Received: from [192.168.1.102] (212-41-68-212.adsl.solnet.ch [212.41.68.212]) by mail02.solnet.ch (Postfix) with ESMTP id 5F30A5CBF3 for ; Sun, 19 Feb 2006 20:50:19 +0000 (UTC) Message-ID: <43F8DA4D.4020307@students.unibe.ch> Date: Sun, 19 Feb 2006 21:51:25 +0100 From: Tino Boss User-Agent: Thunderbird 1.5 (X11/20060216) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail02.solnet.ch Subject: Keyboard / xkbcomp trouble with xorg 6.9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 20:50:22 -0000 Hi all, I have 5.4 and recently upgraded my ports. Now my keyboard settings in X don't work properly anymore. It seems I lost my swiss-german keyboard layout and have a german one now, so it's kind of half-functional. For example it's not possible to switch to the console by Ctrl-Alt-F1. After killing X I can see the the following msg on ttyv0: The XKEYBOARD keymap compiler (xkbcomp) reports: > Error: Can't find file "pc/de_CH" for symbols include > Exiting > Abandoning symbols file "default" settings in xorg.conf: Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de_CH" the following file is present: /usr/X11R6/lib/X11/xkb/symbols/de_CH X installed: xorg-clients-6.9.0_1 xorg-server-6.9.0 Any hints? regards Tino From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 21:20:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E6BC16A420 for ; Sun, 19 Feb 2006 21:20:17 +0000 (GMT) (envelope-from tino.boss.1@students.unibe.ch) Received: from mail02.solnet.ch (mail02.solnet.ch [212.101.4.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2FC643D46 for ; Sun, 19 Feb 2006 21:20:16 +0000 (GMT) (envelope-from tino.boss.1@students.unibe.ch) Received: from mail02.solnet.ch ([127.0.0.1]) by localhost (mail02.solnet.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 95835-01-73 for ; Sun, 19 Feb 2006 21:20:15 +0000 (UTC) Received: from [192.168.1.102] (212-41-68-212.adsl.solnet.ch [212.41.68.212]) by mail02.solnet.ch (Postfix) with ESMTP id 083D95CA86 for ; Sun, 19 Feb 2006 21:20:14 +0000 (UTC) Message-ID: <43F8E151.8030505@students.unibe.ch> Date: Sun, 19 Feb 2006 22:21:21 +0100 From: Tino Boss User-Agent: Thunderbird 1.5 (X11/20060216) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43F8DA4D.4020307@students.unibe.ch> In-Reply-To: <43F8DA4D.4020307@students.unibe.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail02.solnet.ch Subject: Re: Keyboard / xkbcomp trouble with xorg 6.9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 21:20:17 -0000 Just solved it. Xorg apparently changed some layout-names. So de_CH is now simply ch. A change in xorg.conf and it works again. =) cheers Tino From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 21:26:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D09416A420 for ; Sun, 19 Feb 2006 21:26:02 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [64.2.229.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 792DA43D46 for ; Sun, 19 Feb 2006 21:25:59 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by eskimo.tundraware.com (8.13.4/8.13.4) with ESMTP id k1JLPw4B047188 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 19 Feb 2006 15:25:59 -0600 (CST) (envelope-from tundra@tundraware.com) Message-ID: <43F8E25D.5030503@tundraware.com> Date: Sun, 19 Feb 2006 15:25:49 -0600 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner: Found to be clean X-MailScanner-From: tundra@tundraware.com Subject: Path And 'cron' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 21:26:02 -0000 Where is the default path for cron jobs established? (And can it be changed...) TIA, -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 21:29:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B582116A420 for ; Sun, 19 Feb 2006 21:29:52 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D41D43D46 for ; Sun, 19 Feb 2006 21:29:52 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1JLTpEq014011 for ; Sun, 19 Feb 2006 13:29:52 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43F8E35F.4000005@chrismaness.com> Date: Sun, 19 Feb 2006 13:30:07 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Dependency Issues. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 21:29:52 -0000 I'm trying to compile openoffice and I get the following dependency issue. I have applications that depend on the 1.75 version of bison. How do I resolve this. Thanks. bison-2.1_1 conflicts with installed package(s): bison-1.75_2,1 From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 21:32:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4A4616A420 for ; Sun, 19 Feb 2006 21:32:05 +0000 (GMT) (envelope-from dthomas53@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8421043D62 for ; Sun, 19 Feb 2006 21:32:01 +0000 (GMT) (envelope-from dthomas53@gmail.com) Received: by uproxy.gmail.com with SMTP id s2so497191uge for ; Sun, 19 Feb 2006 13:32:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=nyUgEGAxSG7wCjmHpG4oHJyrHKHLaulZSFgHlrl/0ppLjm3jdrlNu9Fjb1wEPodzWXEnc5i5lFZlxWJzQXrQo2AFQ52+EVysZZdCvRyhCvXyWrCMy7hK2J8Ft1O+bYZ2BlXcf/qStEVK+4a2MDxQy2IyLT72H0UlblwSBXHqdlY= Received: by 10.66.222.14 with SMTP id u14mr2286788ugg; Sun, 19 Feb 2006 13:32:00 -0800 (PST) Received: by 10.66.220.5 with HTTP; Sun, 19 Feb 2006 13:32:00 -0800 (PST) Message-ID: Date: Sun, 19 Feb 2006 16:32:00 -0500 From: "David Stanford" To: tundra@tundraware.com In-Reply-To: <43F8E25D.5030503@tundraware.com> MIME-Version: 1.0 References: <43F8E25D.5030503@tundraware.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Path And 'cron' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 21:32:05 -0000 Tim, The default location crontabs are stored in is /var/cron/tabs//, and yes they can be edited manually. -David On 2/19/06, Tim Daneliuk wrote: > > Where is the default path for cron jobs established? (And can it > be changed...) > > TIA, > -- > > -------------------------------------------------------------------------= --- > Tim Daneliuk tundra@tundraware.com > PGP Key: http://www.tundraware.com/PGP/ > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 21:43:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB85416A420 for ; Sun, 19 Feb 2006 21:43:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C5E43D45 for ; Sun, 19 Feb 2006 21:43:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 481461A3C19; Sun, 19 Feb 2006 13:43:55 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2C228514CC; Sun, 19 Feb 2006 16:43:53 -0500 (EST) Date: Sun, 19 Feb 2006 16:43:52 -0500 From: Kris Kennaway To: Chris Maness Message-ID: <20060219214352.GA68222@xor.obsecurity.org> References: <43F8E35F.4000005@chrismaness.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: <43F8E35F.4000005@chrismaness.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Dependency Issues. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 21:43:56 -0000 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 19, 2006 at 01:30:07PM -0800, Chris Maness wrote: > I'm trying to compile openoffice and I get the following dependency=20 > issue. I have applications that depend on the 1.75 version of bison. =20 > How do I resolve this. >=20 > Thanks. >=20 > bison-2.1_1 conflicts with installed package(s): > bison-1.75_2,1 Delete the other one. Kris --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD+OaYWry0BWjoQKURAljZAJ9qpFXWDhChyt9ZHj3pTBjGRqZofwCglPak ZLUNV6nhjAFyq3Db5Z2cjtI= =ID4f -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 21:47:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C39D916A420 for ; Sun, 19 Feb 2006 21:47:51 +0000 (GMT) (envelope-from bsd-unix@comcast.net) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [63.240.77.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5241A43D45 for ; Sun, 19 Feb 2006 21:47:51 +0000 (GMT) (envelope-from bsd-unix@comcast.net) Received: from kt.weeble.com (c-68-56-224-228.hsd1.fl.comcast.net[68.56.224.228]) by comcast.net (sccrmhc11) with SMTP id <2006021921474601100klrnpe>; Sun, 19 Feb 2006 21:47:50 +0000 Date: Sun, 19 Feb 2006 16:48:05 -0500 From: Randy Pratt To: tundra@tundraware.com Message-Id: <20060219164805.0de1772d.bsd-unix@comcast.net> In-Reply-To: <43F8E25D.5030503@tundraware.com> References: <43F8E25D.5030503@tundraware.com> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Path And 'cron' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 21:47:51 -0000 On Sun, 19 Feb 2006 15:25:49 -0600 Tim Daneliuk wrote: > Where is the default path for cron jobs established? (And can it > be changed...) > Take a look at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-cron.html and see if that answers your question. Best regards, Randy -- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 21:54:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6260716A420 for ; Sun, 19 Feb 2006 21:54:43 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC6443D45 for ; Sun, 19 Feb 2006 21:54:42 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1JLsgn7014240; Sun, 19 Feb 2006 13:54:42 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43F8E932.6040906@chrismaness.com> Date: Sun, 19 Feb 2006 13:54:58 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: Kris Kennaway References: <43F8E35F.4000005@chrismaness.com> <20060219214352.GA68222@xor.obsecurity.org> In-Reply-To: <20060219214352.GA68222@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Dependency Issues. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 21:54:43 -0000 Won't that break whatever is depending on bison 1.75? Kris Kennaway wrote: > On Sun, Feb 19, 2006 at 01:30:07PM -0800, Chris Maness wrote: > >> I'm trying to compile openoffice and I get the following dependency >> issue. I have applications that depend on the 1.75 version of bison. >> How do I resolve this. >> >> Thanks. >> >> bison-2.1_1 conflicts with installed package(s): >> bison-1.75_2,1 >> > > Delete the other one. > > Kris > From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 22:00:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D9AC16A420 for ; Sun, 19 Feb 2006 22:00:31 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035E743D45 for ; Sun, 19 Feb 2006 22:00:31 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id D10A11A3C19; Sun, 19 Feb 2006 14:00:30 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0C2DA514CC; Sun, 19 Feb 2006 17:00:30 -0500 (EST) Date: Sun, 19 Feb 2006 17:00:29 -0500 From: Kris Kennaway To: Chris Maness Message-ID: <20060219220029.GA68546@xor.obsecurity.org> References: <43F8E35F.4000005@chrismaness.com> <20060219214352.GA68222@xor.obsecurity.org> <43F8E932.6040906@chrismaness.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: <43F8E932.6040906@chrismaness.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: Dependency Issues. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 22:00:31 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Feb 19, 2006 at 01:54:58PM -0800, Chris Maness wrote: > Won't that break whatever is depending on bison 1.75? No, since it's a build dependency only. The package system wouldn't let you delete it if it was truly in use. Kris --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD+Op9Wry0BWjoQKURAsQcAJ9USWDAXEp976PMh0IxwPIjtpAZDACeJeCQ EatCpDDG0isWvdH9NVL9qf4= =F4sj -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 22:22:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08DAB16A424 for ; Sun, 19 Feb 2006 22:22:27 +0000 (GMT) (envelope-from idmc_vivr@intgdev.com) Received: from mail.networksolutionsemail.com (omr2.networksolutionsemail.com [205.178.146.52]) by mx1.FreeBSD.org (Postfix) with SMTP id 77E9743DF0 for ; Sun, 19 Feb 2006 22:21:31 +0000 (GMT) (envelope-from idmc_vivr@intgdev.com) Received: (qmail 25716 invoked from network); 19 Feb 2006 22:21:04 -0000 Received: from unknown (HELO webmail15) (205.178.146.50) by omr2.mgt.bos.netsol.com with SMTP; 19 Feb 2006 22:21:04 -0000 Received: from 69.40.204.177 (unverified [69.40.204.177]) by webmail15 (VisualOffice 4.01) with WEBMAIL id 13080; Sun, 19 Feb 2006 22:21:04 +0000 From: "V.I.Victor" To: freebsd-questions@freebsd.org Importance: Normal Sensitivity: Normal Message-ID: X-Mailer: Mintersoft VisualOffice, Build 4.01.1003 X-Originating-IP: [69.40.204.177] Date: Sun, 19 Feb 2006 22:21:04 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Every 12-hrs -- "ad0: TIMEOUT - WRITE DMA" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 22:22:27 -0000 On Thu, 16 Feb 2006, Mike Tancsa wrote: >> For the last 4-days, our (otherwise OK) 5.4-RELEASE machine has been >> reporting: >> >> Feb 12 12:08:05 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2701279 >> Feb 13 00:08:51 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2701279 >> Feb 13 12:09:38 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2963331 >> Feb 14 00:10:24 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2705947 >> >> So -- can anyone help track this down? > > > It sounds like a hardware issue. Install > /usr/ports/sysutils/smartmontools and "ask" the drive to see whats up. I installed 'smartmontools' but haven't used as yet. I've been waiting to see what happens -- the "problem" simply stopped. There've been no "ad0: TIMEOUT" messages for 3-days. The only thing done outside of the ordinary, prior to the messages stopping, was to set the date. It's probably a coincidence but setting the date was also the last thing done before the the messages started. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 22:23:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B627B16A423 for ; Sun, 19 Feb 2006 22:23:27 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D5D43D7B for ; Sun, 19 Feb 2006 22:23:07 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1JMN69m014528; Sun, 19 Feb 2006 14:23:07 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43F8EFDA.4070501@chrismaness.com> Date: Sun, 19 Feb 2006 14:23:22 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: Kris Kennaway References: <43F8E35F.4000005@chrismaness.com> <20060219214352.GA68222@xor.obsecurity.org> <43F8E932.6040906@chrismaness.com> <20060219220029.GA68546@xor.obsecurity.org> In-Reply-To: <20060219220029.GA68546@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Dependency Issues. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 22:23:27 -0000 Kris Kennaway wrote: > On Sun, Feb 19, 2006 at 01:54:58PM -0800, Chris Maness wrote: > >> Won't that break whatever is depending on bison 1.75? >> > > No, since it's a build dependency only. The package system wouldn't > let you delete it if it was truly in use. > > Kris > Thanks, worked like a charm. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 22:44:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5013E16A420 for ; Sun, 19 Feb 2006 22:44:40 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A03E943D66 for ; Sun, 19 Feb 2006 22:44:39 +0000 (GMT) (envelope-from mike@sentex.net) Received: from BLUELAPIS.sentex.ca (cage.simianscience.com [64.7.134.1]) by smarthost2.sentex.ca (8.13.4/8.13.4) with SMTP id k1JMibNH031554; Sun, 19 Feb 2006 17:44:38 -0500 (EST) (envelope-from mike@sentex.net) From: Mike Tancsa To: "V.I.Victor" Date: Sun, 19 Feb 2006 17:44:39 -0500 Message-ID: References: In-Reply-To: X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.51 on 205.211.164.50 Cc: freebsd-questions@freebsd.org Subject: Re: Every 12-hrs -- "ad0: TIMEOUT - WRITE DMA" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 22:44:40 -0000 On Sun, 19 Feb 2006 22:21:04 +0000, in sentex.lists.freebsd.questions you wrote: >On Thu, 16 Feb 2006, Mike Tancsa wrote: > >>> For the last 4-days, our (otherwise OK) 5.4-RELEASE machine has been >>> reporting: >>> >>> Feb 12 12:08:05 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) = LBA=3D2701279 >>> Feb 13 00:08:51 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) = LBA=3D2701279 >>> Feb 13 12:09:38 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) = LBA=3D2963331 >>> Feb 14 00:10:24 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) = LBA=3D2705947 >>> >>> So -- can anyone help track this down? >> >> >> It sounds like a hardware issue. Install >> /usr/ports/sysutils/smartmontools and "ask" the drive to see whats up. > >I installed 'smartmontools' but haven't used as yet. I've been waiting = to >see what happens -- the "problem" simply stopped. There've been no "ad0: >TIMEOUT" messages for 3-days. The errors get logged in the drive so you dont have to wait for more errors to happen. Start it running now so you can see if any of the "bad" counters are changing as well as to ask the drive what it was. My guess is you have some bad sectors the drive remapped. ---Mike -------------------------------------------------------- Mike Tancsa, Sentex communications http://www.sentex.net Providing Internet Access since 1994 mike@sentex.net, (http://www.tancsa.com) From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 22:55:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 905A216A420 for ; Sun, 19 Feb 2006 22:55:20 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8026043D4C for ; Sun, 19 Feb 2006 22:55:19 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 66636 invoked by uid 89); 20 Feb 2006 09:55:18 +1100 Received: by simscan 1.1.0 ppid: 66571, pid: 66583, t: 2.1419s scanners: clamav: 0.87/m:34/d:1169 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from unknown (HELO ?192.168.1.34?) (194.125.96.72) by 0 with SMTP; 20 Feb 2006 09:55:16 +1100 Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <9E440663-1793-43C3-A188-2B12012D8F90@redry.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd From: eoghan Date: Sun, 19 Feb 2006 22:55:14 +0000 X-Mailer: Apple Mail (2.746.2) Subject: hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 22:55:20 -0000 Hello Im wondering what the hostname value should read in my rc.conf... I booted to gnome and it was complaining it couldnt find "myhostname"... suggested adding it to /etc/hosts So i added 127.0.0.1 nathaniel also in here was: 127.0.0.1 localhost reboot and i was getting errors about not being able to bind to nathanie Check my rc.conf and hostname now read nathanie (without the l) I changed it to localhost and im still getting these boot errors and message when i startx. What should this read. I has been long since i have edited my rc.conf... Thanks Eoghan From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 22:59:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8E8B16A420 for ; Sun, 19 Feb 2006 22:59:01 +0000 (GMT) (envelope-from snailboy1@yahoo.com) Received: from web53714.mail.yahoo.com (web53714.mail.yahoo.com [206.190.39.63]) by mx1.FreeBSD.org (Postfix) with SMTP id 0970143D68 for ; Sun, 19 Feb 2006 22:58:58 +0000 (GMT) (envelope-from snailboy1@yahoo.com) Received: (qmail 51548 invoked by uid 60001); 19 Feb 2006 22:58:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=S01kOn+Y6yABJpBDWq4IImxwoIM+/x1jPjDI3ZCbt6zDRbBs+8uu0Nq0Kgb2KxgIqSW3J1cXBtRdI89AgELhPi/QMEmMTLORYYszgXmVyf599FHVEoRsXCedbrsIHVq5m4f7XfRS/EOV8dJbgBBr82KX4mYX4aPG0JBOjANB5yI= ; Message-ID: <20060219225858.51546.qmail@web53714.mail.yahoo.com> Received: from [206.255.43.58] by web53714.mail.yahoo.com via HTTP; Sun, 19 Feb 2006 14:58:58 PST Date: Sun, 19 Feb 2006 14:58:58 -0800 (PST) From: David LeCount To: freebsd-questions@freebsd.org In-Reply-To: <20060219034730.94232.qmail@web53714.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Issues with new soundcard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 22:59:02 -0000 Okay, I've almost got this sound issue figured out. I am able to get my volume back by unloading and reloading snd_ich. However, any time I restart X, there is no volume again. I can't figure out what in the hell X has to do with my sound driver. It occured to be that artsd might have something to do with it, but if I disable and reenable artsd, I still have volume, whereas if I disable it (still having volume) and then restart X, I lose volume. Again, my main and pcm volumes are turned up, so I don't really know what it's doing. Does anyone have any clues before I file a bug report? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 23:13:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 112A116A420 for ; Sun, 19 Feb 2006 23:13:58 +0000 (GMT) (envelope-from bsd-unix@comcast.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F6D343D48 for ; Sun, 19 Feb 2006 23:13:57 +0000 (GMT) (envelope-from bsd-unix@comcast.net) Received: from kt.weeble.com (c-68-56-224-228.hsd1.fl.comcast.net[68.56.224.228]) by comcast.net (sccrmhc12) with SMTP id <2006021923134801200j0m74e>; Sun, 19 Feb 2006 23:13:49 +0000 Date: Sun, 19 Feb 2006 18:14:07 -0500 From: Randy Pratt To: eoghan Message-Id: <20060219181407.03e1625b.bsd-unix@comcast.net> In-Reply-To: <9E440663-1793-43C3-A188-2B12012D8F90@redry.net> References: <9E440663-1793-43C3-A188-2B12012D8F90@redry.net> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 23:13:58 -0000 On Sun, 19 Feb 2006 22:55:14 +0000 eoghan wrote: > Hello > Im wondering what the hostname value should read in my rc.conf... I > booted to gnome and it was complaining it couldnt find "myhostname"... > suggested adding it to /etc/hosts > So i added > 127.0.0.1 nathaniel > also in here was: > 127.0.0.1 localhost > reboot and i was getting errors about not being able to bind to nathanie > Check my rc.conf and hostname now read nathanie (without the l) > I changed it to localhost and im still getting these boot errors and > message when i startx. > What should this read. I has been long since i have edited my rc.conf... /etc/rc.conf should contain the hostname in the form of: hostname="mymachine.example.net" Some further information can be found in the Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-core-configuration.html HTH, Randy -- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 23:24:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB91216A420 for ; Sun, 19 Feb 2006 23:24:12 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4431043D45 for ; Sun, 19 Feb 2006 23:24:12 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 6579 invoked by uid 89); 20 Feb 2006 10:24:11 +1100 Received: by simscan 1.1.0 ppid: 6542, pid: 6559, t: 1.1466s scanners: clamav: 0.87/m:34/d:1169 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from unknown (HELO ?192.168.1.34?) (194.125.96.72) by 0 with SMTP; 20 Feb 2006 10:24:10 +1100 In-Reply-To: <20060219181407.03e1625b.bsd-unix@comcast.net> References: <9E440663-1793-43C3-A188-2B12012D8F90@redry.net> <20060219181407.03e1625b.bsd-unix@comcast.net> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <71911BE8-0176-4C92-9ADF-40980EB336EA@redry.net> Content-Transfer-Encoding: 7bit From: eoghan Date: Sun, 19 Feb 2006 23:24:08 +0000 To: Randy Pratt X-Mailer: Apple Mail (2.746.2) Cc: freebsd-questions@freebsd.org Subject: Re: hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 23:24:12 -0000 On 19 Feb 2006, at 23:14, Randy Pratt wrote: > /etc/rc.conf should contain the hostname in the form of: > > hostname="mymachine.example.net" > > Some further information can be found in the Handbook: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ > configtuning-core-configuration.html > > HTH, > > Randy Thanks I have changed it to "home.nathaniel" im getting this on boot: Feb 19 23:19:37 home sm-mta[405]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon Daemon0: cannot bind: Can't assign requested address Feb 19 23:19:37 home sm-mta[405]: daemon Daemon0: problem creating SMTP socket Feb 19 23:19:37 home sm-mta[405]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon Daemon0: server SMTP socket wedged: exiting From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 23:25:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A32F816A420 for ; Sun, 19 Feb 2006 23:25:14 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id D68EB43D53 for ; Sun, 19 Feb 2006 23:25:09 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 1835 invoked from network); 20 Feb 2006 10:25:09 +1100 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 20 Feb 2006 10:25:08 +1100 Message-ID: <43F8FE4E.2020400@meijome.net> Date: Mon, 20 Feb 2006 10:25:02 +1100 From: Norberto Meijome User-Agent: Thunderbird 1.5 (X11/20060206) MIME-Version: 1.0 To: Brian Bobowski References: <43F0935B.4020901@gmail.com> <43F095E6.2070901@meijome.net> <43F097BC.80308@gmail.com> <43F098D1.2000708@meijome.net> <43F0E3B6.9080407@gmail.com> In-Reply-To: <43F0E3B6.9080407@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Norberto Meijome , FreeBSD User Questions List Subject: Re: Firewall/Web server difficulties X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@meijome.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 23:25:14 -0000 Brian Bobowski wrote: > Norberto Meijome wrote: > >> Brian Bobowski wrote: >> >> >>> I'm poking at that now, yes. I had difficulty getting it to work with >>> virtual hosts... but I can at least reference it by the private-side IP >>> address and get places. >>> >> >> assuming you are using Apache, you can use * for Ip address and let it >> be name-based virt host. >> >> > Already running thus. DNS seems to be the problem, then. (Which I'll > poke at later assuming hosting alternatives don't work out.) (sorry for the delay in replying) One thing you want to make sure you have off is the reverse dns lookup setting in your httpd.conf - it's rather useless and it will add a dependency on DNS to your web services. > >>> WAN. People have tried pinging and browsing, with no success. >>> >> >> then I would review the rules... >> >> > Relevant rules text(and based on both startup text and behaviour of > the firewall for other tasks, I know the rules file is being parsed) > excerpted below: > for proper diagnosing, it'd be better to have the whole thing :) hopefully it's already fixed... --- > cmd="ipfw -q add" > pif="rl0" #Interface which opens to the WAN; NAT interface Is your NAT properly configured? > prif="ed0" #LAN interface, private-side > ks="keep-state" > > # More stuff here... > > $cmd 400 allow udp from 24.226.1.121 to me 68 in via $pif # DHCP server > $cmd 401 allow tcp from any to me 80 in via $pif # Apache > $cmd 402 allow tcp from any to me 22 in via $pif # SSH > $cmd 403 allow icmp from any to me in via $pif # For testing; > low-traffic, not worried about ping floods at this time > --- > > The firewall's DHCP requests are working fine, so #400 is working > properly. ok > Other machines, however, cannot see it. what do you mean by this? the fact that #400 is working doesnt mean that #401 will :) (there's nothing particularly wrong with #401..just saying you are making the wrong assumption) > > > That's one problem. The other is DNS. I'm still looking through the > named.conf file and poking at the settings given for a secondary > server... all I really want is a caching server that will first look > at my own /etc/hosts file (where the domain names which refer to this > machine are specified by their private-facing address). hmm .. why would named.conf look into /etc/hosts ? If this is your main DNS server for your zone, then make sure that it's properly delegated, that all the relevant hosts are defined IN YOUR BIND config , (well, /etc/hosts can't hurt, but you are just adding extra variables that can muddle things up). There's lots of good docs on BIND out there. If you want a rather easy UI, why not install webmin from the ports? good luck, Beto From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 00:25:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA3AA16A420 for ; Mon, 20 Feb 2006 00:25:21 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F9AA43D46 for ; Mon, 20 Feb 2006 00:25:21 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k1K0PKRH019990 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 19 Feb 2006 16:25:20 -0800 X-Auth-Received: from [128.208.4.27] (shiina.dyn.cs.washington.edu [128.208.4.27]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k1K0PKlh021803 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sun, 19 Feb 2006 16:25:20 -0800 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <71911BE8-0176-4C92-9ADF-40980EB336EA@redry.net> References: <9E440663-1793-43C3-A188-2B12012D8F90@redry.net> <20060219181407.03e1625b.bsd-unix@comcast.net> <71911BE8-0176-4C92-9ADF-40980EB336EA@redry.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <25F16C5D-081F-41DF-A631-FC2B3E3D0145@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Sun, 19 Feb 2006 16:26:49 -0800 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.746.2) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 00:25:21 -0000 On Feb 19, 2006, at 3:24 PM, eoghan wrote: > On 19 Feb 2006, at 23:14, Randy Pratt wrote: > >> /etc/rc.conf should contain the hostname in the form of: >> >> hostname="mymachine.example.net" >> >> Some further information can be found in the Handbook: >> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ >> configtuning-core-configuration.html >> >> HTH, >> >> Randy > > Thanks > I have changed it to "home.nathaniel" > im getting this on boot: > Feb 19 23:19:37 home sm-mta[405]: NOQUEUE: SYSERR(root): > opendaemonsocket: daemon Daemon0: cannot bind: Can't assign > requested address > Feb 19 23:19:37 home sm-mta[405]: daemon Daemon0: problem creating > SMTP socket > Feb 19 23:19:37 home sm-mta[405]: NOQUEUE: SYSERR(root): > opendaemonsocket: daemon Daemon0: server SMTP socket wedged: exiting Try something similar to nathan.localdomain if you don't have either an NIS or DNS domain, since localdomain's kind of like a special keyword AFAIK for non-domain affiliated machines. -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 01:27:38 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ACDF16A422 for ; Mon, 20 Feb 2006 01:27:38 +0000 (GMT) (envelope-from l_thillet@hotmail.com) Received: from hotmail.com (bay7-f6.bay7.hotmail.com [64.4.11.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E272B43D45 for ; Mon, 20 Feb 2006 01:27:37 +0000 (GMT) (envelope-from l_thillet@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 19 Feb 2006 17:27:35 -0800 Message-ID: Received: from 63.111.126.22 by by7fd.bay7.hotmail.msn.com with HTTP; Mon, 20 Feb 2006 01:27:34 GMT X-Originating-IP: [63.111.126.22] X-Originating-Email: [l_thillet@hotmail.com] X-Sender: l_thillet@hotmail.com From: "Luis Thillet" To: freebsd-questions@FreeBSD.org Date: Mon, 20 Feb 2006 01:27:34 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 20 Feb 2006 01:27:35.0543 (UTC) FILETIME=[D41CF870:01C635BC] Cc: Subject: Download X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 01:27:38 -0000 Dear Developers: I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS (i.e. 5.4, 6.0-RELEASE iso.i386). But it has never worked. I was wondering if your company/team/crew have disabled it. If no then how can I go about doing that. Thank You... _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 01:43:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 141EF16A420 for ; Mon, 20 Feb 2006 01:43:17 +0000 (GMT) (envelope-from chris@monochrome.org) Received: from mail.monochrome.org (b4.ebbed1.client.atlantech.net [209.190.235.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7946443D46 for ; Mon, 20 Feb 2006 01:43:15 +0000 (GMT) (envelope-from chris@monochrome.org) Received: from tripel (tripel [192.168.1.11]) by mail.monochrome.org (8.9.3/8.9.3) with ESMTP id UAA75005; Sun, 19 Feb 2006 20:43:13 -0500 (EST) (envelope-from chris@monochrome.org) Date: Sun, 19 Feb 2006 20:44:49 -0500 (EST) From: Chris Hill To: Luis Thillet In-Reply-To: Message-ID: <20060219203817.F3437@tripel.monochrome.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Download X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 01:43:17 -0000 On Mon, 20 Feb 2006, Luis Thillet wrote: > I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS > (i.e. 5.4, 6.0-RELEASE iso.i386). But it has never worked. I was > wondering if your company/team/crew have disabled it. If no then how > can I go about doing that. 1) Go to ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/6.0/ 2) Download the file 6.0-RELEASE-i386-disc1.iso 3) If you want to, burn a CD of that file, boot from it, and install FreeBSD. For versions other than 6.0-RELEASE or architectures other than i386 (e.g. AMD 64-bit), browse around the ftp site; they're not hard to find. HTH. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ] From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 02:12:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78BAE16A420 for ; Mon, 20 Feb 2006 02:12:14 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B17643D45 for ; Mon, 20 Feb 2006 02:12:13 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 5578 invoked from network); 20 Feb 2006 13:12:13 +1100 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 20 Feb 2006 13:12:13 +1100 Message-ID: <43F92573.9020401@meijome.net> Date: Mon, 20 Feb 2006 13:12:03 +1100 From: Norberto Meijome User-Agent: Thunderbird 1.5 (X11/20060206) MIME-Version: 1.0 To: "RYAN M. vAN GINNEKEN" References: <12061052.211140154109342.JavaMail.root@shoemasters.com> In-Reply-To: <12061052.211140154109342.JavaMail.root@shoemasters.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Norberto Meijome , freebsd-questions@freebsd.org Subject: Re: kdm and fluxbox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@meijome.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 02:12:14 -0000 RYAN M. vAN GINNEKEN wrote: > Thanks to all and i will take your advice Norberto as i do not really like kde that much anyway. If i wanted window i would just install windowsxp or maybe vista would be more like Kde any how i digress. > > I am tiring to set up wdm and added this line to my /etc/ttys > > ttyv8 "/usr/X11R6/bin/wdm -nodaemon" xterm on secure > > followed the instructions below found on the fulxbox site but it does not quite work > > http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm > > I get the wdm ok beasty is there, very cool backgound i might add, seen it used in a theme somewhere. No matter what i pick for a windows manager i get the stock Freebsd one wmaker i think? u know the one with the terminal and green menu bars very vanilla. green menu bars = twm wmaker = much better, check it out @ http://www.windowmaker.org > An exception to this kde still works and failsafe gives me control of the terminal window bottom right. > > Also i removed a bunch of managers out of the wdm-config file as i was not using them like this. > > DisplayManager*wdmWm: wmaker:enlightenment:gnome:kde:fluxbox > > I still get failsafe and wmaker where do us suppose these come from. Kde still works but not enlightenment gnome or flux box > > After editing the wdm-config, you need to restart wdm. Ctrl-Alt-Backspace will kill the X server and re-read all the configs. can you please post your wdm-config and a list of your package installed ? (or make them available online) the relevant section in my config: --- ! It will run .xsession !DisplayManager*wdmWm: None --- which means it will read .xsession in my home. my .xsession is : $ cat ~/.xsession ## RUNNING bbkeys from Blackbox because it feels more powerful ## to avoid conflicts with fluxbox's key mgr, I emptied .fluxbox/keys bbkeys & xscreensaver -no-splash & fbpager -w & #wmwifi & sleep 1 && gkrellm -w & #fbdesk & torsmo & tilda & skype & gaim & fluxbox --- though I realise that I should be simply running startfluxbox and adding all the other cmds to ~/.fluxbox/startup HIH, beto From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 02:17:46 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E6716A423 for ; Mon, 20 Feb 2006 02:17:45 +0000 (GMT) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED6F43D48 for ; Mon, 20 Feb 2006 02:17:42 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 11659 invoked by uid 1008); 20 Feb 2006 02:17:57 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 20 Feb 2006 02:17:57 -0000 Received: from 24.90.33.115 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Sun, 19 Feb 2006 21:17:57 -0500 (EST) Message-ID: <61727.24.90.33.115.1140401877.squirrel@mail.el.net> Date: Sun, 19 Feb 2006 21:17:57 -0500 (EST) From: "kalin mintchev" To: freebsd-questions@FreeBSD.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Subject: sound recording X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalin@el.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 02:17:46 -0000 hi all... in 5.4 there used to be a fader that controlled the recording level under Sound & Video > Volume Control.. now in 6.0 is gone and i need to turn it up so skype people can hear me - i can hear them just fine... when i try the recorder it doesnt record anything either... where to look for it? thanks.. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 02:32:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED3016A420 for ; Mon, 20 Feb 2006 02:32:05 +0000 (GMT) (envelope-from freebsd@akruijff.dds.nl) Received: from psmtp04.wxs.nl (psmtp04.wxs.nl [195.121.247.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F56F43D48 for ; Mon, 20 Feb 2006 02:32:04 +0000 (GMT) (envelope-from freebsd@akruijff.dds.nl) Received: from smtp.planet.nl (ip51cc8423.speed.planet.nl [81.204.132.35]) by psmtp04.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.07 (built Jun 24 2005)) with ESMTP id <0IUY004ZGSDFQA@psmtp04.wxs.nl> for freebsd-questions@freebsd.org; Mon, 20 Feb 2006 03:32:03 +0100 (MET) Received: from Alex1.kruijff.org (localhost [127.0.0.1]) by smtp.planet.nl (8.13.4/8.13.4) with ESMTP id k1K2W2t7060822; Mon, 20 Feb 2006 03:32:02 +0100 Received: (from akruijff@localhost) by Alex1.kruijff.org (8.13.4/8.13.4/Submit) id k1K2W2xU060819; Mon, 20 Feb 2006 03:32:02 +0100 Content-return: prohibited Date: Mon, 20 Feb 2006 03:32:02 +0100 From: Alex de Kruijff In-reply-to: To: Matias Surdi Message-id: <20060220023202.GA59825@Alex1.kruijff.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.2.1i References: X-Authentication-warning: Alex1.kruijff.org: akruijff set sender to freebsd@akruijff.dds.nl using -f Cc: freebsd-questions@freebsd.org Subject: Re: shutdown not shutting down :-( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@akruijff.dds.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 02:32:06 -0000 On Sun, Feb 19, 2006 at 11:23:56AM +0100, Matias Surdi wrote: > Hi, Linux-user, FreeBSD-newbie posting here. > > I've a recent installation of FreeBSD, and when I do > > # shutdown now > > It starts the shutdown process but it hangs promting for the shell path. > > I think that this could be something related to the order in which > partitions are unmounted. > > Any idea? > > Thanks. Check if there is a new bios for you PC. I had this to with one of my boxes. ACPI (thats what shuts you computer down) didn't work ride. I needed to update my bios. -- Alex Please copy the original recipients, otherwise I may not read your reply. Howto's based on my ppersonal use, including information about setting up a firewall and creating traffic graphs with MRTG http://www.kruijff.org/alex/FreeBSD/ From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 03:13:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E086E16A420 for ; Mon, 20 Feb 2006 03:13:13 +0000 (GMT) (envelope-from rczero@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing2.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D36443D48 for ; Mon, 20 Feb 2006 03:13:13 +0000 (GMT) (envelope-from rczero@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 60306180012C for ; Mon, 20 Feb 2006 03:13:14 +0000 (GMT) X-OB-Received: from unknown (205.158.62.55) by wfilter.us4.outblaze.com; 20 Feb 2006 03:13:08 -0000 Received: by ws1-3.us4.outblaze.com (Postfix, from userid 1001) id E37F9101D9; Mon, 20 Feb 2006 03:13:15 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Steve Pauly" To: freebsd-questions@freebsd.org Date: Sun, 19 Feb 2006 22:13:15 -0500 Received: from [72.177.196.13] by ws1-3.us4.outblaze.com with http for rczero@mail.com; Sun, 19 Feb 2006 22:13:15 -0500 X-Originating-Ip: 72.177.196.13 X-Originating-Server: ws1-3.us4.outblaze.com Message-Id: <20060220031315.E37F9101D9@ws1-3.us4.outblaze.com> Subject: portupgrade avr-libc error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 03:13:14 -0000 Greetings, I am running FreeBSD 6.0-RELEASE #0 I am attempting to upgrade my avr-libc port. (/usr/ports/devel/avr-libc) pkg_version -v shows: avr-libc-1.2.5,1 < needs updating (port has 1.4.3,1) Note: all other ports show current except kde related items. So, I updated my port collection: /usr/local/bin/cvsup -L 2 ~/ports-supfile pkgdb -vF Next, I try to upgrade the port: portupgrade avr-libc I get: ** Port marked as IGNORE: devel/avr-libc: is marked as broken: Incomplete pkg-plist Opening the /usr/ports/devel/avr-libc/Makefile, I see this line: BROKEN=3D Incomplete pkg-plist What should I do to fix this error?=20 Thanks. ps On a related note, I see http://www.freebsd.org/cgi/query-pr.cgi?pr=3D91145= mentions a problem, but it appears to relate to 7.0-CURRENT so I do not kn= ow if it applies. --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 03:27:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 359E116A420 for ; Mon, 20 Feb 2006 03:27:32 +0000 (GMT) (envelope-from email@demonlord.de) Received: from alpha-labs.net (alpha-labs.net [81.169.185.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E6843D48 for ; Mon, 20 Feb 2006 03:27:29 +0000 (GMT) (envelope-from email@demonlord.de) Received: from localhost (localhost [127.0.0.1]) by alpha-labs.net (Postfix) with ESMTP id 772762280FA; Mon, 20 Feb 2006 04:27:28 +0100 (CET) Received: from alpha-labs.net ([127.0.0.1]) by localhost (alpha-labs.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11944-08; Mon, 20 Feb 2006 04:27:27 +0100 (CET) Received: from [10.10.0.10] (i53878A6B.versanet.de [83.135.138.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by alpha-labs.net (Postfix) with ESMTP id 217BD228031; Mon, 20 Feb 2006 04:27:27 +0100 (CET) Message-ID: <43F9371D.20101@demonlord.de> Date: Mon, 20 Feb 2006 04:27:25 +0100 From: Christian Reiss User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: freebsd@akruijff.dds.nl References: <20060220023202.GA59825@Alex1.kruijff.org> In-Reply-To: <20060220023202.GA59825@Alex1.kruijff.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at alpha-labs.net Cc: Matias Surdi , freebsd-questions@freebsd.org Subject: Re: shutdown not shutting down :-( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 03:27:32 -0000 Alex de Kruijff wrote: > On Sun, Feb 19, 2006 at 11:23:56AM +0100, Matias Surdi wrote: >> Hi, Linux-user, FreeBSD-newbie posting here. >> >> I've a recent installation of FreeBSD, and when I do >> >> # shutdown now >> >> It starts the shutdown process but it hangs promting for the shell path. >> >> I think that this could be something related to the order in which >> partitions are unmounted. >> >> Any idea? >> >> Thanks. > > Check if there is a new bios for you PC. I had this to with one of my > boxes. ACPI (thats what shuts you computer down) didn't work ride. I > needed to update my bios. > Hey, Try shutdown -p now. -Christian -- ,--------------------------------------------------------------------- | Christian Reiss |--------------------------------------------------------------------- | email@demonlord.de | PGP-Key ID | | email@christian-reiss.de | 02FF71B2 | /"\ ASCII Ribbon | Public Key: http://demonlord.de/pgp.txt | \ / Campaign | Jabber: demonlord@alpha-labs.net | X against HTML | | / \ in eMails | "Don't give up. Lose interest." | `--------------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 03:37:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB7F716A420 for ; Mon, 20 Feb 2006 03:37:42 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F50543D45 for ; Mon, 20 Feb 2006 03:37:42 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout7.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k1K3bfNG000833 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 19 Feb 2006 19:37:42 -0800 X-Auth-Received: from [192.168.0.50] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k1K3bfDb029793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 19 Feb 2006 19:37:41 -0800 Message-ID: <43F9397A.1010102@u.washington.edu> Date: Sun, 19 Feb 2006 19:37:30 -0800 From: Garrett Cooper User-Agent: Mail/News 1.5 (X11/20060207) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060220023202.GA59825@Alex1.kruijff.org> <43F9371D.20101@demonlord.de> In-Reply-To: <43F9371D.20101@demonlord.de> X-Enigmail-Version: 0.93.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: shutdown not shutting down :-( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 03:37:43 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Christian Reiss wrote: > Alex de Kruijff wrote: >> On Sun, Feb 19, 2006 at 11:23:56AM +0100, Matias Surdi wrote: >>> Hi, Linux-user, FreeBSD-newbie posting here. >>> >>> I've a recent installation of FreeBSD, and when I do >>> >>> # shutdown now >>> >>> It starts the shutdown process but it hangs promting for the shell path. >>> >>> I think that this could be something related to the order in which >>> partitions are unmounted. >>> >>> Any idea? >>> >>> Thanks. >> >> Check if there is a new bios for you PC. I had this to with one of my >> boxes. ACPI (thats what shuts you computer down) didn't work ride. I >> needed to update my bios. >> > > Hey, > > Try shutdown -p now. > > -Christian > If it doesn't work now, check and see if the kernel you have has acpi support compiled in (if you have a generic kernel, this is probably not the case). - -Garrett -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD+Tl66CkrZkzMC68RAmwkAJ4gfZ30PaNkBdm1IpB/1ydPbcqdJwCePQND sSXc3yXAaNSk9kUis79q50Y= =P8Au -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 03:23:10 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98F2016A420 for ; Mon, 20 Feb 2006 03:23:10 +0000 (GMT) (envelope-from ktrw25@hotmail.com) Received: from hotmail.com (bay103-f30.bay103.hotmail.com [65.54.174.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D15243D48 for ; Mon, 20 Feb 2006 03:23:10 +0000 (GMT) (envelope-from ktrw25@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 19 Feb 2006 19:23:09 -0800 Message-ID: Received: from 65.54.174.200 by by103fd.bay103.hotmail.msn.com with HTTP; Mon, 20 Feb 2006 03:23:09 GMT X-Originating-IP: [204.184.39.245] X-Originating-Email: [ktrw25@hotmail.com] X-Sender: ktrw25@hotmail.com From: "Kris Wieschhaus" To: freebsd-questions@FreeBSD.org Date: Sun, 19 Feb 2006 21:23:09 -0600 X-OriginalArrivalTime: 20 Feb 2006 03:23:09.0850 (UTC) FILETIME=[F9483FA0:01C635CC] X-Mailman-Approved-At: Mon, 20 Feb 2006 03:43:10 +0000 MIME-Version: 1.0 Content-Type: text/plain; format="flowed" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBsd Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 03:23:10 -0000 I am a college student at HLG college. I am a Computer Information Systems major and I have chosen to present FreeBSD to my class as a final project. I downloaded version 6.0 from the freeBSD Site. I made a bootable CD-ROM from the ISO image disc one. The installation seemed to have went ok, but when I go to put a password in for the root user nothing happens. When I type letters the insertion point (cursor) just stays in the same place as if no letters are being typed. When I turn it on now it seems to boot up fine. After I type in my login name and password I am unsure of how to install or run an application, which I am required to do for the project. I have tried finding a basic tutorial on the internet, but have been unable to do so. Please Help!!! _________________________________________________________________ [1]Find just what you're after with the new, more precise MSN Search - try it now! References 1. http://g.msn.com/8HMAENUS/2755??PS=47575 From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 04:04:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8474C16A420 for ; Mon, 20 Feb 2006 04:04:53 +0000 (GMT) (envelope-from mfatihakbulut@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C6C43D46 for ; Mon, 20 Feb 2006 04:04:52 +0000 (GMT) (envelope-from mfatihakbulut@gmail.com) Received: by pproxy.gmail.com with SMTP id o67so989697pye for ; Sun, 19 Feb 2006 20:04:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bmEuRjJJragYqsPpoyCMXDAban2uXCsme/plj3cqnK7pZsP1DkrWcbttthEGEBO3M9irSkjB5NpOBH6GbhqIi2IM8L2ccUzNVg8qmbtW6AMtsZWUpB/1V9Z9lsBPSI/HHfIRqFLhOyuQWUeIC+lNPdJNoUIYM57Xovv7d0raQCg= Received: by 10.35.79.3 with SMTP id g3mr1674675pyl; Sun, 19 Feb 2006 19:36:42 -0800 (PST) Received: by 10.35.10.8 with HTTP; Sun, 19 Feb 2006 19:36:42 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 05:36:42 +0200 From: "Mehmet Fatih Akbulut" To: freebsd@akruijff.dds.nl In-Reply-To: <20060220023202.GA59825@Alex1.kruijff.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060220023202.GA59825@Alex1.kruijff.org> Cc: freebsd-questions@freebsd.org Subject: Re: shutdown not shutting down :-( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 04:04:53 -0000 try #shutdown -h now or #poweroff ;) From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 04:09:43 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA7716A420 for ; Mon, 20 Feb 2006 04:09:43 +0000 (GMT) (envelope-from wbs@infowest.com) Received: from tozar.infowest.com (tozar.out.smtp.infowest.com [204.17.177.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D5B43D45 for ; Mon, 20 Feb 2006 04:09:43 +0000 (GMT) (envelope-from wbs@infowest.com) Received: from alora.infowest.com (alora.client.smtp.infowest.com [204.17.177.61]) by tozar.infowest.com (Postfix) with ESMTP id 60AE42476C9; Sun, 19 Feb 2006 21:09:43 -0700 (MST) Received: from [127.0.0.1] (207-224-214-244.slkc.qwest.net [207.224.214.244]) by alora.infowest.com (Postfix) with ESMTP id 1D5B71E3075; Sun, 19 Feb 2006 21:09:43 -0700 (MST) Message-ID: <43F94100.9040602@infowest.com> Date: Sun, 19 Feb 2006 21:09:36 -0700 From: Lorin Lund User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Luis Thillet References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Download X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 04:09:44 -0000 Luis Thillet wrote: > Dear Developers: > > > I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS > (i.e. 5.4, 6.0-RELEASE iso.i386). But it has never worked. I was > wondering if your company/team/crew have disabled it. > If no then how can I go about doing that. > > > Thank You... > > _________________________________________________________________ > Don’t just search. Find. Check out the new MSN Search! > http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Many weeks ago I succeeded in downloading 6.0. But if you don't have broadband it's nearly hopeless. When I first learned of FreeBSD - years ago - I tried downloading the ISO disks by modem. I would start a download at bedtime but it never worked for me. I had to do it with just the boot floppies and let the rest of the distribution packages download as they installed. I had a lot of restarts to get the whole thing. But even if you've got broadband it will probably take a while. I don't know if there are traffic shapers installed on the server or if it always fairly busy but you are likely to get an average speed lower than your broadband max speed. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 04:32:57 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A03AB16A420 for ; Mon, 20 Feb 2006 04:32:57 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from mail07.powweb.com (mail07.powweb.com [66.152.97.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6984743D48 for ; Mon, 20 Feb 2006 04:32:57 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (24-119-205-114.cpe.cableone.net [24.119.205.114]) by mail07.powweb.com (Postfix) with ESMTP id BA77214DD83; Sun, 19 Feb 2006 20:32:56 -0800 (PST) Date: Sun, 19 Feb 2006 22:42:34 -0600 From: Vulpes Velox To: "Kris Wieschhaus" Message-ID: <20060219224234.53f0eada@vixen42.vulpes> In-Reply-To: References: X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBsd Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 04:32:57 -0000 On Sun, 19 Feb 2006 21:23:09 -0600 "Kris Wieschhaus" wrote: > > I am a college student at HLG college. I am a Computer > Information Systems major and I have chosen to present FreeBSD to > my class as a final project. I downloaded version 6.0 from the > freeBSD Site. I made a bootable CD-ROM from the ISO image disc one. > The installation seemed to have went ok, but when I go to put a > password in for the root user nothing happens. When I type letters > the insertion point (cursor) just stays in the same place as if no > letters are being typed. When I turn it on now it seems to boot up > fine. After I type in my login name and password I am unsure of how > to install or run an application, which I am required to do for the > project. I have tried finding a basic tutorial on the internet, but > have been unable to do so. Please Help!!! Check out the documentation on freebsd.org. You want to specifically pay lots of attention to the handbook. The password part is suppose to work that way. It does not show what is being typed nor does it show how many characters are present. This feature makes it in possible to guess the number of characters by watching the screen. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 04:38:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2969A16A420 for ; Mon, 20 Feb 2006 04:38:18 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 8643143D53 for ; Mon, 20 Feb 2006 04:38:17 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 4671 invoked by uid 0); 20 Feb 2006 04:38:17 -0000 Received: from user-69-73-60-132.knology.net (HELO ?10.0.0.6?) (69.73.60.132) by smtp1.knology.net with SMTP; 20 Feb 2006 04:38:17 -0000 In-Reply-To: <20060220031315.E37F9101D9@ws1-3.us4.outblaze.com> References: <20060220031315.E37F9101D9@ws1-3.us4.outblaze.com> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <120BA1D1-A7CC-4DDB-BD5A-7412491F378B@HiWAAY.net> Content-Transfer-Encoding: 7bit From: David Kelly Date: Sun, 19 Feb 2006 22:38:15 -0600 To: Steve Pauly X-Mailer: Apple Mail (2.746.2) Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade avr-libc error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 04:38:18 -0000 On Feb 19, 2006, at 9:13 PM, Steve Pauly wrote: > pkg_version -v shows: > avr-libc-1.2.5,1 < needs updating (port has > 1.4.3,1) > Note: all other ports show current except kde related items. > > So, I updated my port collection: > /usr/local/bin/cvsup -L 2 ~/ports-supfile > pkgdb -vF > > Next, I try to upgrade the port: > portupgrade avr-libc > > I get: > ** Port marked as IGNORE: devel/avr-libc: > is marked as broken: Incomplete pkg-plist > > Opening the /usr/ports/devel/avr-libc/Makefile, I see this line: > BROKEN= Incomplete pkg-plist > > > > What should I do to fix this error? does pkg_version -v still say the same thing as it did before your cvsup? There is not a BROKEN line in the 1.4.3,1 version I have. It built just now with a simple (so as not to disturb my installed version): % cd /usr/ports/devel/avr-libc % make -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 04:44:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C37E16A420 for ; Mon, 20 Feb 2006 04:44:14 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25BB543D48 for ; Mon, 20 Feb 2006 04:44:14 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 02DB01A3C20; Sun, 19 Feb 2006 20:44:14 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 21D055429A; Sun, 19 Feb 2006 23:44:13 -0500 (EST) Date: Sun, 19 Feb 2006 23:44:12 -0500 From: Kris Kennaway To: David Kelly Message-ID: <20060220044412.GA82679@xor.obsecurity.org> References: <20060220031315.E37F9101D9@ws1-3.us4.outblaze.com> <120BA1D1-A7CC-4DDB-BD5A-7412491F378B@HiWAAY.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: <120BA1D1-A7CC-4DDB-BD5A-7412491F378B@HiWAAY.net> User-Agent: Mutt/1.4.2.1i Cc: Steve Pauly , freebsd-questions@freebsd.org Subject: Re: portupgrade avr-libc error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 04:44:14 -0000 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 19, 2006 at 10:38:15PM -0600, David Kelly wrote: >=20 > On Feb 19, 2006, at 9:13 PM, Steve Pauly wrote: >=20 > >pkg_version -v shows: > >avr-libc-1.2.5,1 < needs updating (port has =20 > >1.4.3,1) > >Note: all other ports show current except kde related items. > > > >So, I updated my port collection: > >/usr/local/bin/cvsup -L 2 ~/ports-supfile > >pkgdb -vF > > > >Next, I try to upgrade the port: > >portupgrade avr-libc > > > >I get: > >** Port marked as IGNORE: devel/avr-libc: > > is marked as broken: Incomplete pkg-plist > > > >Opening the /usr/ports/devel/avr-libc/Makefile, I see this line: > >BROKEN=3D Incomplete pkg-plist > > > > > > > >What should I do to fix this error? >=20 > does pkg_version -v still say the same thing as it did before your =20 > cvsup? There is not a BROKEN line in the 1.4.3,1 version I have. It =20 > built just now with a simple (so as not to disturb my installed =20 > version): I added it a little while ago. If the OP doesn't care about stale files being left behind by the port, he can build with TRYBROKEN set. Kris --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD+UkcWry0BWjoQKURAoRRAJ94BKIubgQU71QBT+HKQNTxgFZ6xQCg45Eo 3wjJHFdwZuoztIB+q0MCVTQ= =d2K2 -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 05:28:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9EA616A420 for ; Mon, 20 Feb 2006 05:27:59 +0000 (GMT) (envelope-from rczero@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C87343D45 for ; Mon, 20 Feb 2006 05:27:59 +0000 (GMT) (envelope-from rczero@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id E2DE61800120 for ; Mon, 20 Feb 2006 05:28:00 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 20 Feb 2006 05:27:52 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id 3BE2783C0A; Mon, 20 Feb 2006 05:27:49 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Steve Pauly" To: freebsd-questions@freebsd.org Date: Mon, 20 Feb 2006 00:27:49 -0500 Received: from [72.177.196.13] by ws1-1.us4.outblaze.com with http for rczero@mail.com; Mon, 20 Feb 2006 00:27:49 -0500 X-Originating-Ip: 72.177.196.13 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20060220052749.3BE2783C0A@ws1-1.us4.outblaze.com> Cc: kris@obsecurity.org Subject: Re: portupgrade avr-libc error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 05:28:00 -0000 Kris, I added TRYBROKEN=3D yes in the Makefile and ran portupgrade avr-libc (getting further than=20 before) with the following results: install -o root -g wheel -m 444=20=20 /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE=20=20 /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS=20=20 /usr/local/share/doc/avr-libc install: wrong number or types of arguments usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop in /usr/ports/devel/avr-libc. *** Error code 1 Stop in /usr/ports/devel/avr-libc. ** Command failed [exit code 1]: /usr/bin/script -qa=20 /tmp/portupgrade4660.0 make reinstall egrep: /var/db/pkg/avr-libc-1.2.5,1/+CONTENTS: No such file or directory ---> Restoring the old version ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 172=20 packages found (-0 +1) . done] ** Listing the failed packages (*:skipped / !:failed) ! devel/avr-libc (avr-libc-1.2.5,1) (install error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed As expected pkg_version shows the old libc still there. Looking at this line: install -o root -g wheel -m 444=20=20 /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE=20=20 /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS=20=20 /usr/local/share/doc/avr-libc I notice that that the first two file parameters specify files, while=20 the last one specifies a directory. Is that the issue? Just guessing,=20 newbie here. The other parameters seem okay I guess. What am I doing wrong? Thanks. Steve. > ----- Original Message ----- > From: "Kris Kennaway" > To: "David Kelly" > Subject: Re: portupgrade avr-libc error > Date: Sun, 19 Feb 2006 23:44:12 -0500 >=20 >=20 > On Sun, Feb 19, 2006 at 10:38:15PM -0600, David Kelly wrote: > > > > On Feb 19, 2006, at 9:13 PM, Steve Pauly wrote: > > > > >pkg_version -v shows: > > >avr-libc-1.2.5,1 < needs updating (port=20 > has >1.4.3,1) > > >Note: all other ports show current except kde related items. > > > > > >So, I updated my port collection: > > >/usr/local/bin/cvsup -L 2 ~/ports-supfile > > >pkgdb -vF > > > > > >Next, I try to upgrade the port: > > >portupgrade avr-libc > > > > > >I get: > > >** Port marked as IGNORE: devel/avr-libc: > > > is marked as broken: Incomplete pkg-plist > > > > > >Opening the /usr/ports/devel/avr-libc/Makefile, I see this line: > > >BROKEN=3D Incomplete pkg-plist > > > > > > > > > > > >What should I do to fix this error? > > > > does pkg_version -v still say the same thing as it did before=20 > > your cvsup? There is not a BROKEN line in the 1.4.3,1 version I=20 > > have. It built just now with a simple (so as not to disturb my=20 > > installed version): >=20 > I added it a little while ago. If the OP doesn't care about stale > files being left behind by the port, he can build with TRYBROKEN set. >=20 > Kris > << 2.dat >> >=20 --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 05:31:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4470E16A420 for ; Mon, 20 Feb 2006 05:31:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F244643D46 for ; Mon, 20 Feb 2006 05:31:58 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id D25251A3C20; Sun, 19 Feb 2006 21:31:58 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CEA605429A; Mon, 20 Feb 2006 00:31:57 -0500 (EST) Date: Mon, 20 Feb 2006 00:31:57 -0500 From: Kris Kennaway To: Steve Pauly Message-ID: <20060220053157.GA83670@xor.obsecurity.org> References: <20060220052749.3BE2783C0A@ws1-1.us4.outblaze.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <20060220052749.3BE2783C0A@ws1-1.us4.outblaze.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, kris@obsecurity.org Subject: Re: portupgrade avr-libc error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 05:31:59 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 20, 2006 at 12:27:49AM -0500, Steve Pauly wrote: > Kris, > I added TRYBROKEN=3D yes > in the Makefile and ran portupgrade avr-libc (getting further than=20 > before) with the following results: >=20 > install -o root -g wheel -m 444 =20 > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE =20 > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS =20 > /usr/local/share/doc/avr-libc > install: wrong number or types of arguments > usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] > [-o owner] file1 file2 > install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] > [-o owner] file1 ... fileN directory > install -d [-v] [-g group] [-m mode] [-o owner] directory ... > *** Error code 64 >=20 > Stop in /usr/ports/devel/avr-libc. > *** Error code 1 >=20 > Stop in /usr/ports/devel/avr-libc. > ** Command failed [exit code 1]: /usr/bin/script -qa=20 > /tmp/portupgrade4660.0 make reinstall > egrep: /var/db/pkg/avr-libc-1.2.5,1/+CONTENTS: No such file or directory > ---> Restoring the old version > ** Fix the installation problem and try again. > [Updating the pkgdb in /var/db/pkg ... - 172=20 > packages found (-0 +1) . done] > ** Listing the failed packages (*:skipped / !:failed) > ! devel/avr-libc (avr-libc-1.2.5,1) (install error) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed >=20 > As expected pkg_version shows the old libc still there. >=20 > Looking at this line: install -o root -g wheel -m 444 =20 > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE =20 > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS =20 > /usr/local/share/doc/avr-libc > I notice that that the first two file parameters specify files, while=20 > the last one specifies a directory. Is that the issue? Just guessing,=20 > newbie here. The other parameters seem okay I guess. >=20 > What am I doing wrong? Dunno, the port builds fine on a clean system. Is /usr/local/share/doc/avr-libc not a directory on your system? Kris --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD+VRNWry0BWjoQKURAjOpAKDL1JV78kGgQNK4XXJxByVt0bKXbQCfaEeB bd5fjyYLLMCtAY6gbK1Wpsk= =dM2+ -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 05:32:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7369B16A420 for ; Mon, 20 Feb 2006 05:32:59 +0000 (GMT) (envelope-from wharms@bak.rr.com) Received: from ms-smtp-02-eri0.socal.rr.com (ms-smtp-02-qfe0.socal.rr.com [66.75.162.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E31D43D45 for ; Mon, 20 Feb 2006 05:32:59 +0000 (GMT) (envelope-from wharms@bak.rr.com) Received: from acer2e68c49b20 (cpe-67-49-192-160.bak.res.rr.com [67.49.192.160]) by ms-smtp-02-eri0.socal.rr.com (8.13.4/8.13.4) with SMTP id k1K5WuBI019326 for ; Sun, 19 Feb 2006 21:32:58 -0800 (PST) Message-ID: <001401c635df$14788660$a0c03143@acer2e68c49b20> From: "Wayne" To: Date: Sun, 19 Feb 2006 21:32:45 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: Symantec AntiVirus Scan Engine Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how do I X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 05:32:59 -0000 How Do I get the terminal on the screen. I am having problems with the = GUI part of Either the KDE or the Gnome it was installed. Wayne From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 05:35:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CA3F16A420 for ; Mon, 20 Feb 2006 05:35:31 +0000 (GMT) (envelope-from addisk22@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0297743D46 for ; Mon, 20 Feb 2006 05:35:30 +0000 (GMT) (envelope-from addisk22@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so809898nzf for ; Sun, 19 Feb 2006 21:35:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=ojyljQRWDX2aDjsQ/RA+F2m4iihs9V7Do5dbe78Nbv4Ikmg0jsVb9BELJa2fIxxjELEqwKkqo2jGawysLLc4fUQR9oOyzzw4wX2OPvpBZR6fxNRgGWWxYw2ZUf9noTMCrSzkPDkb17B/FSFRwToEGn+5uDQ7Mlufw54dNBSSbGQ= Received: by 10.36.154.10 with SMTP id b10mr2465783nze; Sun, 19 Feb 2006 21:35:30 -0800 (PST) Received: from kyledesktop ( [68.75.28.47]) by mx.gmail.com with ESMTP id 16sm7670225nzo.2006.02.19.21.35.28; Sun, 19 Feb 2006 21:35:29 -0800 (PST) Message-ID: <000601c635df$76033a60$6401a8c0@kyledesktop> From: "Kyle Addis" To: Date: Mon, 20 Feb 2006 00:35:24 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Resolution Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 05:35:31 -0000 Dear FreeBSD, I installed freebsd with kde as my environment, but when I start kde, = through the kdm command, my =20 resolution is stuck at 640x320 or something like that, when I go into = the desktop configure menu, in kde. My laptop can do up to 1600x1400. = Is there anything I can do to make my resolution go higher. Thank You, Kyle Addis From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 05:42:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E18C916A420 for ; Mon, 20 Feb 2006 05:42:57 +0000 (GMT) (envelope-from rczero@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8759943D45 for ; Mon, 20 Feb 2006 05:42:57 +0000 (GMT) (envelope-from rczero@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id EAD7D180013E for ; Mon, 20 Feb 2006 05:42:58 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 20 Feb 2006 05:42:50 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id 8FB2283C0A; Mon, 20 Feb 2006 05:42:46 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Steve Pauly" To: freebsd-questions@freebsd.org Date: Mon, 20 Feb 2006 00:42:46 -0500 Received: from [72.177.196.13] by ws1-1.us4.outblaze.com with http for rczero@mail.com; Mon, 20 Feb 2006 00:42:46 -0500 X-Originating-Ip: 72.177.196.13 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20060220054246.8FB2283C0A@ws1-1.us4.outblaze.com> Subject: Re: portupgrade avr-libc error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 05:42:58 -0000 Kris, /usr/local/share/doc/avr-libc is a good directory. Should the=20 parameter to install be files or directories? Do you think I should pkg_delete avr-libc ? Also, avr-libc was built from ports as part of avr-gcc, not that long=20 ago. The whole install is but a few weeks old. Thanks. > ----- Original Message ----- > From: "Kris Kennaway" > To: "Steve Pauly" > Subject: Re: portupgrade avr-libc error > Date: Mon, 20 Feb 2006 00:31:57 -0500 >=20 >=20 > On Mon, Feb 20, 2006 at 12:27:49AM -0500, Steve Pauly wrote: > > Kris, > > I added TRYBROKEN=3D yes > > in the Makefile and ran portupgrade avr-libc (getting further=20 > > than before) with the following results: > > > > install -o root -g wheel -m 444=20=20 > > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE=20=20 > > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS=20=20 > > /usr/local/share/doc/avr-libc > > install: wrong number or types of arguments > > usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] > > [-o owner] file1 file2 > > install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] > > [-o owner] file1 ... fileN directory > > install -d [-v] [-g group] [-m mode] [-o owner] directory ... > > *** Error code 64 > > > > Stop in /usr/ports/devel/avr-libc. > > *** Error code 1 > > > > Stop in /usr/ports/devel/avr-libc. > > ** Command failed [exit code 1]: /usr/bin/script -qa=20 > > /tmp/portupgrade4660.0 make reinstall > > egrep: /var/db/pkg/avr-libc-1.2.5,1/+CONTENTS: No such file or directory > > ---> Restoring the old version > > ** Fix the installation problem and try again. > > [Updating the pkgdb in /var/db/pkg ... - 172=20 > > packages found (-0 +1) . done] > > ** Listing the failed packages (*:skipped / !:failed) > > ! devel/avr-libc (avr-libc-1.2.5,1) (install error) > > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > > > > As expected pkg_version shows the old libc still there. > > > > Looking at this line: install -o root -g wheel -m 444=20=20 > > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE=20=20 > > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS=20=20 > > /usr/local/share/doc/avr-libc > > I notice that that the first two file parameters specify files,=20 > > while the last one specifies a directory. Is that the issue? Just=20 > > guessing, newbie here. The other parameters seem okay I guess. > > > > What am I doing wrong? >=20 > Dunno, the port builds fine on a clean system. Is > /usr/local/share/doc/avr-libc not a directory on your system? >=20 > Kris > << 2.dat >> > --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 06:42:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43A3116A420 for ; Mon, 20 Feb 2006 06:42:41 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB6A243D45 for ; Mon, 20 Feb 2006 06:42:40 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: by zproxy.gmail.com with SMTP id x7so822661nzc for ; Sun, 19 Feb 2006 22:42:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:organization:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=NeI6qNrQUrVym3EHmbAXalzbpKskjgFwwO+s0igfb5GkOAn/TDr6X/7X5JtqARcePBdbT/3JNfpUHkk2U8lwedMdAEmP8Lv1kACIRth8SoCg8fZLmGcjhHwuTQas71UnramFnDvPWCPPzO0OM8nF+mEcUjUu2bGLCJRy/NTa6Yc= Received: by 10.36.227.61 with SMTP id z61mr2514797nzg; Sun, 19 Feb 2006 22:42:39 -0800 (PST) Received: from ?192.168.0.100? ( [59.144.35.12]) by mx.gmail.com with ESMTP id 7sm7772995nzn.2006.02.19.22.42.36; Sun, 19 Feb 2006 22:42:37 -0800 (PST) Message-ID: <43F96644.3070306@gmail.com> Date: Mon, 20 Feb 2006 12:18:36 +0530 From: Chandan Haldar Organization: TISRA User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051210) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 6.0 stable: linuxpluginwrapper port build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 06:42:41 -0000 Trying to build port linuxpluginwrapper on FreeBSD 6.0-Stable (final goal is to get linux flash player work with firefox 1.0.7 on FreeBSD 6.0-Stable) fails at fetch of atk-1.2.0-2.i386.rpm. Fetching manually results in checksum mismatch error. Any known workaround? Transcript of session below. Thanks. Chandan ===> Installing for linuxpluginwrapper-20050613 ===> linuxpluginwrapper-20050613 depends on file: /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so - found ===> linuxpluginwrapper-20050613 depends on file: /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so - not found ===> Verifying install for /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so in /usr/ports/multimedia/linux-realplayer ===> Installing for linux-realplayer-10.0.5 ===> linux-realplayer-10.0.5 depends on file: /compat/linux/usr/lib/libgtk-x11-2.0.so.0 - not found ===> Verifying install for /compat/linux/usr/lib/libgtk-x11-2.0.so.0 in /usr/ports/x11-toolkits/linux-gtk2 ===> linux-gtk2-2.2.1_5 depends on file: /compat/linux/usr/lib/libglib-2.0.so.0 - found ===> linux-gtk2-2.2.1_5 depends on file: /compat/linux/usr/lib/libatk-1.0.so.0 - not found ===> Verifying install for /compat/linux/usr/lib/libatk-1.0.so.0 in /usr/ports/accessibility/linux-atk ===> Vulnerability check disabled, database not found ===> Extracting for linux-atk-1.2.0_3 => Checksum mismatch for rpm/atk-1.2.0-2.i386.rpm. ===> Refetch for 1 more times files: rpm/atk-1.2.0-2.i386.rpm ===> Vulnerability check disabled, database not found => atk-1.2.0-2.i386.rpm doesn't seem to exist in /usr/ports/distfiles/rpm. => Attempting to fetch from ftp://ftp.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/. fetch: ftp://ftp.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/atk-1.2.0-2.i386.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/linux/9/en/os/i386/RedHat/RPMS/. fetch: ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/linux/9/en/os/i386/RedHat/RPMS/atk-1.2.0-2.i386.rpm: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rpm/atk-1.2.0-2.i386.rpm: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/rpm and try again. *** Error code 1 From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 06:44:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A55016A420 for ; Mon, 20 Feb 2006 06:44:20 +0000 (GMT) (envelope-from rczero@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C07743D48 for ; Mon, 20 Feb 2006 06:44:20 +0000 (GMT) (envelope-from rczero@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 462FA180030F for ; Mon, 20 Feb 2006 06:44:18 +0000 (GMT) X-OB-Received: from unknown (205.158.62.62) by wfilter.us4.outblaze.com; 20 Feb 2006 06:44:10 -0000 Received: by ws1-7.us4.outblaze.com (Postfix, from userid 1001) id 4BD25115746; Mon, 20 Feb 2006 06:44:18 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Steve Pauly" To: freebsd-questions@freebsd.org Date: Mon, 20 Feb 2006 01:44:18 -0500 Received: from [72.177.196.13] by ws1-7.us4.outblaze.com with http for rczero@mail.com; Mon, 20 Feb 2006 01:44:18 -0500 X-Originating-Ip: 72.177.196.13 X-Originating-Server: ws1-7.us4.outblaze.com Message-Id: <20060220064418.4BD25115746@ws1-7.us4.outblaze.com> Subject: Re: portupgrade avr-libc error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 06:44:20 -0000 Issue was resolved. in=20 /etc/make.conf I had added a line NOPORTDOCS=3Dyes to keep from building the docs, which would require Latex, etc.=20 Once I commented out that line, the port upgraded without issue. At least o= ne 87MB file had to be downloaded though! Thanks for your help. Steve.=20 > ----- Original Message ----- > From: "Kris Kennaway" > To: "Steve Pauly" > Subject: Re: portupgrade avr-libc error > Date: Mon, 20 Feb 2006 00:31:57 -0500 >=20 >=20 > On Mon, Feb 20, 2006 at 12:27:49AM -0500, Steve Pauly wrote: > > Kris, > > I added TRYBROKEN=3D yes > > in the Makefile and ran portupgrade avr-libc (getting further=20 > > than before) with the following results: > > > > install -o root -g wheel -m 444=20=20 > > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE=20=20 > > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS=20=20 > > /usr/local/share/doc/avr-libc > > install: wrong number or types of arguments > > usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] > > [-o owner] file1 file2 > > install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] > > [-o owner] file1 ... fileN directory > > install -d [-v] [-g group] [-m mode] [-o owner] directory ... > > *** Error code 64 > > > > Stop in /usr/ports/devel/avr-libc. > > *** Error code 1 > > > > Stop in /usr/ports/devel/avr-libc. > > ** Command failed [exit code 1]: /usr/bin/script -qa=20 > > /tmp/portupgrade4660.0 make reinstall > > egrep: /var/db/pkg/avr-libc-1.2.5,1/+CONTENTS: No such file or directory > > ---> Restoring the old version > > ** Fix the installation problem and try again. > > [Updating the pkgdb in /var/db/pkg ... - 172=20 > > packages found (-0 +1) . done] > > ** Listing the failed packages (*:skipped / !:failed) > > ! devel/avr-libc (avr-libc-1.2.5,1) (install error) > > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > > > > As expected pkg_version shows the old libc still there. > > > > Looking at this line: install -o root -g wheel -m 444=20=20 > > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/LICENSE=20=20 > > /usr/ports/devel/avr-libc/work/avr-libc-1.4.3/AUTHORS=20=20 > > /usr/local/share/doc/avr-libc > > I notice that that the first two file parameters specify files,=20 > > while the last one specifies a directory. Is that the issue? Just=20 > > guessing, newbie here. The other parameters seem okay I guess. > > > > What am I doing wrong? >=20 > Dunno, the port builds fine on a clean system. Is > /usr/local/share/doc/avr-libc not a directory on your system? >=20 > Kris > << 2.dat >> > --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 06:50:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53CEF16A420 for ; Mon, 20 Feb 2006 06:50:16 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D31743D46 for ; Mon, 20 Feb 2006 06:50:15 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so584026nfc for ; Sun, 19 Feb 2006 22:50:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Mv2oC9Sz4R8VKEUvnDv4EMnFZOz6h7WHPvyCICD991JZM9O1hekiHYdthcNkI6AgA054Q3xZD5Um/kJuuzwUqe6Rlx2AF1Ach5Qqy5oEzZVpuVhLUypJ4FU/z3v8IzB8RvXUTBPL20YxLG5dbtAIH411VzFgrGN89Rb9eU+zi3I= Received: by 10.49.80.12 with SMTP id h12mr1136817nfl; Sun, 19 Feb 2006 22:50:14 -0800 (PST) Received: by 10.48.211.7 with HTTP; Sun, 19 Feb 2006 22:50:14 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 01:50:14 -0500 From: "Xn Nooby" To: "Kris Wieschhaus" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBsd Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 06:50:16 -0000 PC-BSD is based on FreeBSD, but is easier to install. Maybe demo that. On 2/19/06, Kris Wieschhaus wrote: > > > I am a college student at HLG college. I am a Computer Information > Systems major and I have chosen to present FreeBSD to my class as a > final project. I downloaded version 6.0 from the freeBSD Site. I made > a bootable CD-ROM from the ISO image disc one. The installation seemed > to have went ok, but when I go to put a password in for the root user > nothing happens. When I type letters the insertion point (cursor) just > stays in the same place as if no letters are being typed. When I turn > it on now it seems to boot up fine. After I type in my login name and > password I am unsure of how to install or run an application, which I > am required to do for the project. I have tried finding a basic > tutorial on the internet, but have been unable to do so. Please > Help!!! > _________________________________________________________________ > > [1]Find just what you're after with the new, more precise MSN Search - > try it now! > > References > > 1. http://g.msn.com/8HMAENUS/2755??PS=3D47575 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 06:51:56 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95A2116A422 for ; Mon, 20 Feb 2006 06:51:56 +0000 (GMT) (envelope-from jekillen@prodigy.net) Received: from smtp107.sbc.mail.mud.yahoo.com (smtp107.sbc.mail.mud.yahoo.com [68.142.198.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 13B3E43D53 for ; Mon, 20 Feb 2006 06:51:55 +0000 (GMT) (envelope-from jekillen@prodigy.net) Received: (qmail 40616 invoked from network); 20 Feb 2006 06:51:55 -0000 Received: from unknown (HELO ?10.0.0.6?) (jekillen@prodigy.net@69.235.34.6 with plain) by smtp107.sbc.mail.mud.yahoo.com with SMTP; 20 Feb 2006 06:51:55 -0000 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3e485677340edd161c892b0f27caeab0@prodigy.net> Content-Transfer-Encoding: 7bit From: je killen Date: Sun, 19 Feb 2006 22:51:54 -0800 To: "Kris Wieschhaus" X-Mailer: Apple Mail (2.622) Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBsd Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 06:51:56 -0000 On Feb 19, 2006, at 7:23 PM, Kris Wieschhaus wrote: > > I am a college student at HLG college. I am a Computer Information > Systems major and I have chosen to present FreeBSD to my class as a > final project. I downloaded version 6.0 from the freeBSD Site. I made > a bootable CD-ROM from the ISO image disc one. The installation > seemed > to have went ok, but when I go to put a password in for the root user > nothing happens. When I type letters the insertion point (cursor) > just > stays in the same place as if no letters are being typed. When I turn > it on now it seems to boot up fine. After I type in my login name and > password I am unsure of how to install or run an application, which I > am required to do for the project. I have tried finding a basic > tutorial on the internet, but have been unable to do so. Please > Help!!! You can get a printed manual both user and admin volumes from www.freebsdmall.com. Also No Starch Press publishes a book titled 'Absolute BSD' by Michael Lewis. It is available through the O'Reilly publications site, or from stores like Barnes and Noble. There is also a book called FreeBSD Unleashed, but it may be out of date as it seems only to cover versions up to 4x. None of these cover changes in v6, specifically xfree86 has been replaced by x.org. This might throw you off, it did me but I learned that there doesn't seem to be a significant difference. The only difference I found was the X windows configuration script name, xorgconfig. Hope this helps; JK > _________________________________________________________________ > > [1]Find just what you're after with the new, more precise MSN Search > - > try it now! > References > > 1. http://g.msn.com/8HMAENUS/2755??PS=47575 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 06:54:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3713116A420 for ; Mon, 20 Feb 2006 06:54:42 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C87943D46 for ; Mon, 20 Feb 2006 06:54:41 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so584298nfc for ; Sun, 19 Feb 2006 22:54:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=J1u+HR17eM3Leh83Na+udXY+SFyg63MglqUaeD0izaK69MthEja6TGshgU2Hzh6hVWskSVpqHb9YEmXLT3h+svSpXUGiw2L8kEzpVPxVXE1oijuLiKgov5KzqpxOYDc5zKzMyOtQ46Myu6nZnmbqt30lOJ4/7YGa3tfTvqTWQQc= Received: by 10.49.68.13 with SMTP id v13mr1144047nfk; Sun, 19 Feb 2006 22:54:40 -0800 (PST) Received: by 10.48.211.7 with HTTP; Sun, 19 Feb 2006 22:54:40 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 01:54:40 -0500 From: "Xn Nooby" To: "Kent Stewart" In-Reply-To: <200602181340.02062.kstewart@owt.com> MIME-Version: 1.0 References: <200602181340.02062.kstewart@owt.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: fresh install, portupgrade fails on xterm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 06:54:42 -0000 I did a pkg_delete and I think a 'make deinstall clean', then re-did my update process - which worked. All these months experimenting with FreeBSD I never saw anything in the UPDATING that effected me, and the first time I didn't look, it had the answer to my question, lol. thanks! On 2/18/06, Kent Stewart wrote: > > On Saturday 18 February 2006 12:08, Xn Nooby wrote: > > its depressing when a fresh install fails > > > > i followed my normal fail-proof slow method of updating a fresh > > install, and it fails to update xterm, some of the messages are: > > > > =3D=3D> xterm-206_1 conflicts with installed packages: > > xorg-clients-6.8.2 > > *** Error code 1 > > > > .... > > > > ** Listing the failed packages > > ! x11/xterm (xterm-203) (install error) > > * x11/xorg-clients (xorg-clients-6.8.2) > > > > > > I'm trying to install FreeBSD 6.1. I hadnt even gotten to > > configuring with X, so I was surprised there was a problem there. > > the command tat generated the error was: > > > > portpgrade -arR > > > > > > I'm guessing other people will also be getting this error soon. > > > Maybe they read /usr/ports/UPDATING where > > 20051113: > AFFECTS: users of x11/xterm, x11/xorg-clients, x11/XFree86-4-clients > AUTHOR: x11@FreeBSD.org > > Xterm no longer installs with '-static' prefix. Users should upgrade > XFree86-clients to 4.5.0_1 or xorg-clients to 6.8.2_1 or newer before > attempting upgrade of xterm to 206_1 or newer. Previous versions > remove > xterm on deinstall so CONFLICTS have been set accordingly. > > It worked for me back in November :). > > Kent > > -- > Kent Stewart > Richland, WA > > http://www.soyandina.com/ "I am Andean project". > http://users.owt.com/kstewart/index.html > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 07:00:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30EB516A420 for ; Mon, 20 Feb 2006 07:00:58 +0000 (GMT) (envelope-from rczero@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B3D43D45 for ; Mon, 20 Feb 2006 07:00:57 +0000 (GMT) (envelope-from rczero@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id A8914180030F for ; Mon, 20 Feb 2006 07:00:56 +0000 (GMT) X-OB-Received: from unknown (205.158.62.81) by wfilter.us4.outblaze.com; 20 Feb 2006 07:00:49 -0000 Received: by ws1-2.us4.outblaze.com (Postfix, from userid 1001) id 2ECAF1F50B1; Mon, 20 Feb 2006 07:00:56 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Steve P." To: "Xn Nooby" , "Kris Wieschhaus" Date: Mon, 20 Feb 2006 02:00:56 -0500 Received: from [72.177.196.13] by ws1-2.us4.outblaze.com with http for rczero@mail.com; Mon, 20 Feb 2006 02:00:56 -0500 X-Originating-Ip: 72.177.196.13 X-Originating-Server: ws1-2.us4.outblaze.com Message-Id: <20060220070056.2ECAF1F50B1@ws1-2.us4.outblaze.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBsd Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 07:00:58 -0000 or try desktopbsd. www.desktopbsd.net pcbsd and desktopbsd both "very" easy. Freebsd is just "easy", demo-wise th= at is.=20 > ----- Original Message ----- > From: "Xn Nooby" > To: "Kris Wieschhaus" > Subject: Re: FreeBsd Help > Date: Mon, 20 Feb 2006 01:50:14 -0500 >=20 >=20 > PC-BSD is based on FreeBSD, but is easier to install. Maybe demo that. >=20 >=20 >=20 > On 2/19/06, Kris Wieschhaus wrote: > > > > > > I am a college student at HLG college. I am a Computer Information > > Systems major and I have chosen to present FreeBSD to my class as a > > final project. I downloaded version 6.0 from the freeBSD Site. I made > > a bootable CD-ROM from the ISO image disc one. The installation seem= ed > > to have went ok, but when I go to put a password in for the root user > > nothing happens. When I type letters the insertion point (cursor) ju= st > > stays in the same place as if no letters are being typed. When I turn > > it on now it seems to boot up fine. After I type in my login name and > > password I am unsure of how to install or run an application, which I > > am required to do for the project. I have tried finding a basic > > tutorial on the internet, but have been unable to do so. Please > > Help!!! > > _________________________________________________________________ > > > > [1]Find just what you're after with the new, more precise MSN Search= - > > try it now! > > > > References > > > > 1. http://g.msn.com/8HMAENUS/2755??PS=3D47575 > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > > freebsd-questions-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 07:05:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAC6716A420 for ; Mon, 20 Feb 2006 07:05:29 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD2043D48 for ; Mon, 20 Feb 2006 07:05:28 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by nproxy.gmail.com with SMTP id c29so584843nfb for ; Sun, 19 Feb 2006 23:05:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=tAAy828uBWEKK/AzkShZzfXyZ/zJWwXr0Rbe2K72ZD5VXsUKYn1nWydBtRYXci0E6vaaDKis3gDrkfIfvJIcT9eTMouaLAKo6CVW6ffyQSjJ8+YYV+zDPGqM1yB7HQcRonf93qm4t53sh1Cp0kNHMTh8T7S+Qll+geQRvWaQ52A= Received: by 10.49.29.9 with SMTP id g9mr1146866nfj; Sun, 19 Feb 2006 23:05:27 -0800 (PST) Received: by 10.48.211.7 with HTTP; Sun, 19 Feb 2006 23:05:27 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 02:05:27 -0500 From: "Xn Nooby" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: WinSCP mega-slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 07:05:29 -0000 For about a year I have noticed that whenever my Windows boxes talk to my Unix boxes, they communicate at about 1/10 normal speed. I copy lots (300GB= ) of large files back and forth between machines as I try different OS's, and I always see this. Specifically, if I copy from FreeBSD to FreeBSD, files transfer at 11 megs per second. Between FreeBSD and Linux, at about 8 megs per second. Betwee= n FreeBSD and Windows, about 1 megabyte per second. This is on identical hardware. I've told other people about this, and they usually say I must b= e doing something wrong, but recently a friend of mine upgraded a Windows box to SP2, and now they are getting this same slowness. When I copy from Windows to WIndows (XP or W2k), I get 11 megs per second. My machines are two P4's with gigabit NICs, and I'm using WinSCP and (somtimes) pscp.exe on WIndows to talk to sshd on FreeBSD. It's always a shock when I have to copy my data to WIndows, and it takes 30 hours instead of 3. Does anyone else ever see this slowness when copying files between FreeBSD and Windows? Is Windows maybe capping the transfer speed when it talks to Unix? From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 07:59:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED5A16A420 for ; Mon, 20 Feb 2006 07:59:46 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A75043D45 for ; Mon, 20 Feb 2006 07:59:46 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k1K7xjbB009480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 19 Feb 2006 23:59:45 -0800 X-Auth-Received: from [192.168.0.50] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k1K7xiMv007809 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 19 Feb 2006 23:59:45 -0800 Message-ID: <43F976E5.7080207@u.washington.edu> Date: Sun, 19 Feb 2006 23:59:33 -0800 From: Garrett Cooper User-Agent: Mail/News 1.5 (X11/20060207) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <001401c635df$14788660$a0c03143@acer2e68c49b20> In-Reply-To: <001401c635df$14788660$a0c03143@acer2e68c49b20> X-Enigmail-Version: 0.93.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: how do I X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 07:59:47 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Wayne wrote: > How Do I get the terminal on the screen. I am having problems with the GUI part of Either the KDE or the Gnome it was installed. > Wayne If you mean switch from X to the console, press Ctrl-Alt-F[1-5]. - -Garrett -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD+Xbk6CkrZkzMC68RAl87AJ0QGdwmI8mX5sKnLmMwTzoihlFLJACeJhwC uRIKabXRCfwdJBen1YPij28= =xdf3 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 08:00:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD3116A420 for ; Mon, 20 Feb 2006 08:00:25 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B0443D45 for ; Mon, 20 Feb 2006 08:00:25 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so827093nzo for ; Mon, 20 Feb 2006 00:00:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ijHKqivTt6M4FZbHcbcT6SXpAIoLaVG6W174kCIOfutCOh2yZdDIzvrqhjBqZzfHkf9T0+Zo5Ks9p22wkqLJb8quZbtn0mLD+P000TqHcoe4OpZcKB8/Vr5PRz52faeVSIDaLgMxk+BtZXrYAo9tRX2yR5ZzVwXfWhUMuJ4kRmU= Received: by 10.36.227.24 with SMTP id z24mr5269259nzg; Mon, 20 Feb 2006 00:00:24 -0800 (PST) Received: by 10.37.20.11 with HTTP; Mon, 20 Feb 2006 00:00:24 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 11:00:24 +0300 From: "Andrew Pantyukhin" To: "Xn Nooby" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: WinSCP mega-slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:00:26 -0000 On 2/20/06, Xn Nooby wrote: > For about a year I have noticed that whenever my Windows boxes talk to my > Unix boxes, they communicate at about 1/10 normal speed. I copy lots (300= GB) > of large files back and forth between machines as I try different OS's, a= nd > I always see this. > > Specifically, if I copy from FreeBSD to FreeBSD, files transfer at 11 meg= s > per second. Between FreeBSD and Linux, at about 8 megs per second. Betw= een > FreeBSD and Windows, about 1 megabyte per second. This is on identical > hardware. I've told other people about this, and they usually say I must= be > doing something wrong, but recently a friend of mine upgraded a Windows b= ox > to SP2, and now they are getting this same slowness. When I copy from > Windows to WIndows (XP or W2k), I get 11 megs per second. > > My machines are two P4's with gigabit NICs, and I'm using WinSCP and > (somtimes) pscp.exe on WIndows to talk to sshd on FreeBSD. It's always a > shock when I have to copy my data to WIndows, and it takes 30 hours inste= ad > of 3. > > Does anyone else ever see this slowness when copying files between FreeBS= D > and Windows? > > Is Windows maybe capping the transfer speed when it talks to Unix? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > It is very certainly a known issue. Not that its specifics and origins are clearly known, but most of us stumble upon it sooner or later. You can usually achieve wire speed only between two OSes of a kind. TCP/IP optimizations are very important here: if they differ, performance plummets. Depends on a multitude of things from quality of NICs to weather in your area. I've never been able to get more than 70Mbit/s between FreeBSD and Windows XP. I always get 90-100Mbit/s between two BSDs or two Win's. As for your case, 1MB/s is a serious limit. What can you tell us about CPU load? Interrupts? Can you try this: http://www.psc.edu/networking/projects/hpn-ssh/ From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 08:01:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62C2216A420 for ; Mon, 20 Feb 2006 08:01:07 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA0A343D45 for ; Mon, 20 Feb 2006 08:01:06 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id o37so828888nzf for ; Mon, 20 Feb 2006 00:01:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L3I3qrHO9243zD/V8GotiPDmnHyXoDa5/uQBULrv5djb0gVXzYQt80KSPmUYAe7TnszAMLg5w/ZL6jpOlAywKDB5F+/mSJFVy4grbE58nNO34EvPjSnpMzgpRo5n6RhH3mhiUpnqJEqV8U03FW3SSDu3f8oKNPx481qmRZbonHI= Received: by 10.36.158.10 with SMTP id g10mr5233100nze; Mon, 20 Feb 2006 00:01:06 -0800 (PST) Received: by 10.37.20.11 with HTTP; Mon, 20 Feb 2006 00:01:06 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 11:01:06 +0300 From: "Andrew Pantyukhin" To: Wayne In-Reply-To: <001401c635df$14788660$a0c03143@acer2e68c49b20> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <001401c635df$14788660$a0c03143@acer2e68c49b20> Cc: freebsd-questions@freebsd.org Subject: Re: how do I X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:01:07 -0000 On 2/20/06, Wayne wrote: > How Do I get the terminal on the screen. I am having problems with the GU= I part of Either the KDE or the Gnome it was installed. > Wayne > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Try Ctrl+Alt+Backspace From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 08:05:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 524A216A422 for ; Mon, 20 Feb 2006 08:05:37 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE75843D5E for ; Mon, 20 Feb 2006 08:05:27 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id n29so829209nzf for ; Mon, 20 Feb 2006 00:05:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JHsM6L39JaQWA1eiCRyWC8g9YAlU3VwfYN/qz22h5gq/ETKy5YoIFTPOifoXa0Z2aSYAv9Z+E7pw7RCBV4XMHXfI2GdBWFSf060rRNA0/EKkM5EdRw0L4fLAUsE5ihlqQXSATgwPWDSrS1WFoiorU23wc0EXPWUD8xroikonwhA= Received: by 10.36.158.10 with SMTP id g10mr5237898nze; Mon, 20 Feb 2006 00:05:26 -0800 (PST) Received: by 10.37.20.11 with HTTP; Mon, 20 Feb 2006 00:05:26 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 11:05:26 +0300 From: "Andrew Pantyukhin" To: "Kyle Addis" In-Reply-To: <000601c635df$76033a60$6401a8c0@kyledesktop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000601c635df$76033a60$6401a8c0@kyledesktop> Cc: freebsd-questions@freebsd.org Subject: Re: Resolution Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:05:37 -0000 On 2/20/06, Kyle Addis wrote: > Dear FreeBSD, > I installed freebsd with kde as my environment, but when I start > kde, through the kdm command, my resolution is stuck at 640x320 > or something like that, when I go into the desktop configure menu, > in kde. My laptop can do up to 1600x1400. Is there anything I can > do to make my resolution go higher. Dear Userland :-) I don't use KDE, but resolutions can be changed by editing /etc/X11/xorg.conf. Please, read its manpage or find a good guide. I have this in my screen section: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection If anything goes wrong (or have already) you can look at error messages in /var/log/Xorg.0.log From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 08:14:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9215816A420 for ; Mon, 20 Feb 2006 08:14:30 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6779F43D45 for ; Mon, 20 Feb 2006 08:14:24 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1K8EO1a023295 for ; Mon, 20 Feb 2006 00:14:24 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43F97A60.90905@chrismaness.com> Date: Mon, 20 Feb 2006 00:14:24 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: CUPS Login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:14:30 -0000 I installed the port cups. I did the http://localhost:631 thing. That brought up the cups main page, but when I try to loging in as root, the thing just hangs forever. Any suggestions? Thanks Chris Maness From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 08:15:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E186416A420 for ; Mon, 20 Feb 2006 08:15:41 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFBF843D48 for ; Mon, 20 Feb 2006 08:15:40 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id n29so830728nzf for ; Mon, 20 Feb 2006 00:15:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cA962eSI+JFkxNsFGXO3qPe+spOKAenIMnv/qH2E5jqIgel1wlH3sCaMevMVMp6ogRvJB3CstaRB+Q45M1VVcEx4TWaU4H4IqO2xNnwJgfdSYarcrW4mA+1ljbd5NRVRnpkqR/QIEamcvUN4XmVrTjWCrE+n/baMcrkzJJ3Vx10= Received: by 10.36.139.7 with SMTP id m7mr2598903nzd; Mon, 20 Feb 2006 00:15:39 -0800 (PST) Received: by 10.37.20.11 with HTTP; Mon, 20 Feb 2006 00:15:39 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 11:15:39 +0300 From: "Andrew Pantyukhin" To: "Chandan Haldar" In-Reply-To: <43F96644.3070306@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43F96644.3070306@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: 6.0 stable: linuxpluginwrapper port build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:15:42 -0000 On 2/20/06, Chandan Haldar wrote: > Trying to build port linuxpluginwrapper on FreeBSD 6.0-Stable > (final goal is to get linux flash player work with firefox 1.0.7 > on FreeBSD 6.0-Stable) fails at fetch of atk-1.2.0-2.i386.rpm. > Fetching manually results in checksum mismatch error. Any known > workaround? Transcript of session below. # mv /usr/ports/distfiles /usr/ # rm -rf /usr/ports # mkdir /usr/ports # man portsnap ... # portsnap fetch # portsnap extract # mv /usr/distfiles /usr/ports/ # echo '0 7 * * * root portsnap cron && portsnap update' >> /etc/crontab # cd /usr/ports/sysutils/portupgrade/ # make install clean # rehash # portupgrade -ak ... # cd /usr/ports/www/linuxpluginwrapper/ # make install clean # cp /usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6 /etc= / # cd /usr/ports/www/linux-flashplugin6/ # make install clean # firefox & From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 08:21:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B23B16A420 for ; Mon, 20 Feb 2006 08:21:08 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE2FB43D48 for ; Mon, 20 Feb 2006 08:21:07 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id m22so828871nzf for ; Mon, 20 Feb 2006 00:21:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iIp1+sLri1sHWmeJlykzp8wN/m1gKAhnMCAyL2ltDG9b7n7BHoUbzWJr6KW0Hy7+j1nD8TWXnf8FpNBkFJNaKtNQ/kzeddgKhhRtOU2hgpF1uNOtSbkqEh9bpPeJtr0eN/nHE/7QQE4wVMHxISh/MVsI3unXz4+spD0vv78ymCI= Received: by 10.36.154.10 with SMTP id b10mr2614158nze; Mon, 20 Feb 2006 00:21:07 -0800 (PST) Received: by 10.37.20.11 with HTTP; Mon, 20 Feb 2006 00:21:07 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 11:21:07 +0300 From: "Andrew Pantyukhin" To: "ph rhole oper" In-Reply-To: <1140287609.26596.254703432@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1140287609.26596.254703432@webmail.messagingengine.com> Cc: freebsd-questions@freebsd.org Subject: Re: SATA RAID0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:21:08 -0000 On 2/18/06, ph rhole oper wrote: > What should i use to setup a RAID-0 array using 2 SATA drives and a VIA > software-raid controller (pseudo)? vinum ? ccd? or atacontrol? > PS: suppose the metadata format of my "raid" controller is recognized by > the ata driver > > -- > http://www.fastmail.fm - And now for something completely different=85 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > gstripe(8) - works like a charm. We have two 10K rpm SCSI disks in gstripe. I tell you, it's charged. Like "wow". $0 for RAID and about 5 minutes of configuration. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 08:21:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3856E16A422 for ; Mon, 20 Feb 2006 08:21:44 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F2BA43D45 for ; Mon, 20 Feb 2006 08:21:42 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1K8LOvR015146 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 20 Feb 2006 10:21:28 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1K8L7VO001433; Mon, 20 Feb 2006 10:21:07 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1K8L6Cn001432; Mon, 20 Feb 2006 10:21:06 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 20 Feb 2006 10:21:06 +0200 From: Giorgos Keramidas To: Kris Wieschhaus Message-ID: <20060220082106.GA1419@flame.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.359, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.84, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: FreeBsd Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:21:44 -0000 On 2006-02-19 21:23, Kris Wieschhaus wrote: > > I am a college student at HLG college. I am a Computer > Information Systems major and I have chosen to present FreeBSD > to my class as a final project. I downloaded version 6.0 from > the freeBSD Site. I made a bootable CD-ROM from the ISO image > disc one. The installation seemed to have went ok, but when I > go to put a password in for the root user nothing happens. When > I type letters the insertion point (cursor) just stays in the > same place as if no letters are being typed. When I turn it on > now it seems to boot up fine. After I type in my login name and > password I am unsure of how to install or run an application, > which I am required to do for the project. I have tried finding > a basic tutorial on the internet, but have been unable to do > so. Please Help!!! You should start with the Handbook and the rest of the online documentation: http://www.FreeBSD.org/docs.html If you haven't found these already, then do yourself a favor and, at the very least, skim through the contents of these help documents. Then, you will know what is documented, where it is documented, and how to find more. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 08:24:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99FCF16A420 for ; Mon, 20 Feb 2006 08:24:52 +0000 (GMT) (envelope-from ofsen@enderunix.org) Received: from istanbul.enderunix.org (freefall.marmara.edu.tr [193.140.143.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id C22C043D4C for ; Mon, 20 Feb 2006 08:24:51 +0000 (GMT) (envelope-from ofsen@enderunix.org) Received: (qmail 13226 invoked by uid 89); 20 Feb 2006 08:25:03 -0000 X-Mail-Scanner: Scanned by qSheff 1.0-r5 (http://www.enderunix.org/qsheff/) Message-ID: <20060220082502.13223.qmail@istanbul.enderunix.org> From: Omer Faruk Sen To: freebsd-questions@freebsd.org Date: Mon, 20 Feb 2006 10:25:02 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-9" Content-Transfer-Encoding: 7bit Subject: sangoma s518 adsl card sppp driver problem. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:24:52 -0000 Hi, I have a problem with s518 sangoma adsl card. I have FreeBSD-5.4 Release installed and installed wanpipe driver and software. Card has been detected perfectly that I can see on dmesg output. I have created a conf file using wancfg command and after running wanrouter start I get following error: wanpipe: S518-PCI ADSL card found, cpu(s) 1, bus #0, slot #19, irq #10 WANPIPE: Allocating maximum 1 devices: WANPIPE: wanpipe1-wanpipe1. WANPIPE(tm) L.I.P Network Layer Beta5-2.8.2 (c) 1995-2004 Sangoma Technologies I nc. WanpipeLIP: Protocols: FR PPP CHDLC Registering Wanpipe Lip protocol Processing WAN device wanpipe1... wanpipe1: Locating: ADSL card, CPU , PciSlot=19, PciBus=0 wanpipe1: Found: ADSL card, CPU A, PciSlot=19, PciBus=0 wanpipe1: Starting hardware setup... wanpipe1: ADSL PCI memory at 0xe8000000 wanpipe1: IRQ 10 allocated to the ADSL card wanpipe1: Set interrupt handler... wanpipe1: Starting ADSL device. wanpipe1: Initializing S518 ADSL card... wanpipe1: Initializing LAN Interface wanpipe1: Enabling ADSL (ATM OAM) Watchdog wanpipe1: ADSL HW Addr: 00:77:77:77:7a:db wanpipe1: Creating new WAN interface waad0... wanpipe1: Please verify that SPPP is enabled in your kernel! wanpipe1: Failed to create new interface (-22)! wanpipe1: Device already configured! # wanrouter debug Wanpipe environment/utilites/modules/operation OK I have compiled sppp in to the kernel but no luck again. I take wanpipe1: Please verify that SPPP is enabled in your kernel! message. Has anyone has a solution for that? ----------------------- Omer Faruk Sen http://www.EnderUNIX.ORG Software Development Team @ Turkey http://www.Faruk.NET For Public key: http://www.enderunix.org/ofsen/ofsen.asc ******************************************************* AcikAcademy published a Turkish TCP/IP Book Acik Akademi'nin yeni kitabini duydunuz mu? http://www.acikakademi.com/catalog/tcpip/ Life is trouble.. Only Death is not! -Alexis Zorba From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 08:40:29 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66CAC16A420 for ; Mon, 20 Feb 2006 08:40:29 +0000 (GMT) (envelope-from peter@bgnett.no) Received: from vs3.bgnett.no (vs3.bgnett.no [194.54.96.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D1643D48 for ; Mon, 20 Feb 2006 08:40:27 +0000 (GMT) (envelope-from peter@bgnett.no) Received: from amidala.datadok.no (amidala.datadok.no [194.54.103.98]) by vs3.bgnett.no (8.12.9p2/8.12.9) with ESMTP id k1K8eF0E057479; Mon, 20 Feb 2006 09:40:15 +0100 (CET) (envelope-from peter@bgnett.no) To: questions@freebsd.org References: From: peter@bgnett.no (Peter N. M. Hansteen) Date: Mon, 20 Feb 2006 09:37:51 +0100 In-Reply-To: (Luis Thillet's message of "Mon, 20 Feb 2006 01:27:34 +0000") Message-ID: <86wtfqv31c.fsf@amidala.datadok.no> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-bgnett.no-virusscanner: Found to be clean X-bgnett.no-SpamScore: s X-Envelope-To: l_thillet@hotmail.com, questions@freebsd.org Cc: Luis Thillet Subject: Re: Download X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:40:29 -0000 "Luis Thillet" writes: > I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS (i.e. 5.4, > 6.0-RELEASE iso.i386). But it has never worked. I was wondering if your > company/team/crew have disabled it. Neither the operating system itself nor its download sites have been disabled for any noticeable length of time, if ever. The files needed to install FreeBSD have to the best of my knowledge been available continuously from the moment the respective versions were released. The description is a little short on details, so any suggestions from here are pure guesswork. Off the top of my head, - did the download complete? The size of a typical release ISO CD image file is likely to be in the 550 to 650 megabytes range, and could take considerable time if you are on a skinny line or downloading from somewhere distant network-wise. The Handbook lists a number of mirror sites which could be closer to your location than the primary site at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html - if the download did complete, what did you download and what did you do with it? Assuming you downloaded an ISO image, you would need to burn the file as an image, not a file, to a suitable CD medium. If you opted for the floppy images, you would need to follow the procedure outlined in the install docs to create a usable set. Installing by letting the installer fetch packages as needed could be time consuming as well, depending on your line speed and network conditions between your location and the chosen installation source. I suppose the most sensible thing to do is first to try to locate a user group or other friendly FreeBSD people in your area. People on this list should be able to provide pointers. I suppose even people not in your area should be able to burn you an install CD and mail it to you if that is what you need to get started. -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/ "First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales" 20:11:56 delilah spamd[26905]: 146.151.48.74: disconnected after 36099 seconds. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 08:53:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8927916A420 for ; Mon, 20 Feb 2006 08:53:14 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1322243D49 for ; Mon, 20 Feb 2006 08:53:13 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: by zproxy.gmail.com with SMTP id i11so905942nzi for ; Mon, 20 Feb 2006 00:53:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:organization:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=sL40K31iC+733S+Pix/Gtkh6F5Bt+C60DgOVMXjwnOpnes2hzNXzheUpHa4M/uiyzwYKHO8bkU1OXUboUG7TJErqwe6dA6QhzK+T4PV3DxH+Tv2LukvkGzubgdrGisU6GPl5zo4aVRXy8noLEo9On9F7MkkY0OWMR1Z+xaPsZsQ= Received: by 10.36.160.11 with SMTP id i11mr5177824nze; Mon, 20 Feb 2006 00:53:13 -0800 (PST) Received: from ?192.168.0.100? ( [59.144.35.12]) by mx.gmail.com with ESMTP id 6sm7858474nzn.2006.02.20.00.53.11; Mon, 20 Feb 2006 00:53:12 -0800 (PST) Message-ID: <43F984D8.5010803@gmail.com> Date: Mon, 20 Feb 2006 14:29:04 +0530 From: Chandan Haldar Organization: TISRA User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051210) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43EC456C.10405@gmail.com> In-Reply-To: <43EC456C.10405@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Multiple MSDOSFS partitions on iomega 250GB external disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 08:53:14 -0000 Answering myself. Iomega support confirmed that partitioning the 250GB external HDD was possible. I partitioned and formatted the disk into two approx 125GB FAT32 partitions using Win2K disk manager. Both the partitions show up, mount, and work fine under FreeBSD (and also under Win2K). Chandan Chandan Haldar wrote: >I have browsed the threads on using >128GB disks with MSDOSFS >(msdosfsmount()disk too big. Sorry" etc...). It seems to me from the >mails in the archive that there are basically two ways to cope with this >problem: > > >1. Rebuild kernel with MSDOSFS_LARGE enabled and pay the price in terms >of extra 32 bytes per file memory usage. > > >2. Partition the disk into multiple <128GB partitions. > > >I'm using a iomega 250GB firewire/usb external disk that I need to >access from Windoz as well as from FreeBSD. I'm inclined to go the >second way and chop it up into multiple pieces. At the iomega website, >they are washing their hands off the problem with something like this: >iomega does not recommend partitioning the disk into multiple >partitions... etc. > > >Can anyone on this list confirm actually making two or more FAT32 >partitions on a iomega 250 GB desktop external firewire/usb harddrive >and successfully using all partitions on both Windows and FreeBSD? Any >issues and experiences to share? > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 09:12:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B04916A420 for ; Mon, 20 Feb 2006 09:12:53 +0000 (GMT) (envelope-from jresch@cleversafe.com) Received: from omta14.mta.everyone.net (sitemail2.everyone.net [216.200.145.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2482643D46 for ; Mon, 20 Feb 2006 09:12:53 +0000 (GMT) (envelope-from jresch@cleversafe.com) Received: from dm18.mta.everyone.net (bigiplb-dsnat [172.16.0.19]) by omta14.mta.everyone.net (Postfix) with ESMTP id 060D74003A for ; Mon, 20 Feb 2006 01:12:53 -0800 (PST) X-Eon-Dm: dm18 Received: by dm18.mta.everyone.net (EON-AUTHRELAY2[SSL] - c6251b32) id dm18.43f5ea23.33cb0 for ; Mon, 20 Feb 2006 01:12:52 -0800 (PST) X-Eon-Sig: AQAwHTFD+YgUzelfcAIAAAAB,21db80f141b03feeb9ea6df7ba82e517 Message-ID: <43F98807.5000205@cleversafe.com> Date: Mon, 20 Feb 2006 03:12:39 -0600 From: Jason Resch User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: IPC Queues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 09:12:53 -0000 Hello everyone, My company is implementing an application which we plan will use shared memory and IPC mechanisms to coordinate work. We would prefer to use POSIX message queues due to their better support for priorities, but from the research I have done thus far it appears none of the BSDs support POSIX queues. My question is, does there exist some kernel patch or port that implements POSIX queues for FreeBSD? I would also be grateful for any insight others could provide regarding alternatives. For instance, how well socket performance stacks up against shared memory, particularly in a multi-threaded enviornment. Thank you in advance for any assitance you can provide. Regards, Jason Resch From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 09:27:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C0516A420 for ; Mon, 20 Feb 2006 09:27:23 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 022A043D45 for ; Mon, 20 Feb 2006 09:27:22 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by nproxy.gmail.com with SMTP id p46so600648nfa for ; Mon, 20 Feb 2006 01:27:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Cy8np+2XFNKphalo6JG2f4HbLib17Xzigai6S6y+gqlfr6UCZEBTEzMIW0Qc+6V8gRIoFHQL1oLSW+OPcFbGG5GWs+OlOFVhJluS+gV/Q/wjEj89zOWozql+WkkjzSjJemo9C8ngs1mAWjdFR7hE2+//3R9eC0vSwezhHyd17So= Received: by 10.49.10.15 with SMTP id n15mr894102nfi; Mon, 20 Feb 2006 01:27:21 -0800 (PST) Received: by 10.48.211.7 with HTTP; Mon, 20 Feb 2006 01:27:21 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 04:27:21 -0500 From: "Xn Nooby" To: "Andrew Pantyukhin" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: WinSCP mega-slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 09:27:23 -0000 Well, it's good to know I'm not the only one seing this. Right now both machines are running FreeBSD, since I gave up on waiting for Windows to cop= y the files. The CPU load on Window when sending 1 meg per second is usuall= y about 30%, while the Unix box is only at 1-2%. When I have 2 Unix boxes sending/receiving, I think the load is like 4-5% on both. I'm building a bunch of packages right now, so I can't get the exact number. I could try the openssh patch later in the week, that would be great if there was a unix-side fix for this. Of course as I run FreeBSD more, and Windows less, the problem will go away, too. thanks! On 2/20/06, Andrew Pantyukhin wrote: > > On 2/20/06, Xn Nooby wrote: > > For about a year I have noticed that whenever my Windows boxes talk to > my > > Unix boxes, they communicate at about 1/10 normal speed. I copy lots > (300GB) > > of large files back and forth between machines as I try different OS's, > and > > I always see this. > > > > Specifically, if I copy from FreeBSD to FreeBSD, files transfer at 11 > megs > > per second. Between FreeBSD and Linux, at about 8 megs per > second. Between > > FreeBSD and Windows, about 1 megabyte per second. This is on identical > > hardware. I've told other people about this, and they usually say I > must be > > doing something wrong, but recently a friend of mine upgraded a Windows > box > > to SP2, and now they are getting this same slowness. When I copy from > > Windows to WIndows (XP or W2k), I get 11 megs per second. > > > > My machines are two P4's with gigabit NICs, and I'm using WinSCP and > > (somtimes) pscp.exe on WIndows to talk to sshd on FreeBSD. It's always > a > > shock when I have to copy my data to WIndows, and it takes 30 hours > instead > > of 3. > > > > Does anyone else ever see this slowness when copying files between > FreeBSD > > and Windows? > > > > Is Windows maybe capping the transfer speed when it talks to Unix? > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > > It is very certainly a known issue. Not that its specifics and > origins are clearly known, but most of us stumble upon it > sooner or later. You can usually achieve wire speed only > between two OSes of a kind. TCP/IP optimizations are > very important here: if they differ, performance plummets. > Depends on a multitude of things from quality of NICs to > weather in your area. I've never been able to get more > than 70Mbit/s between FreeBSD and Windows XP. I > always get 90-100Mbit/s between two BSDs or two Win's. > > As for your case, 1MB/s is a serious limit. What can you > tell us about CPU load? Interrupts? Can you try this: > http://www.psc.edu/networking/projects/hpn-ssh/ > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 09:30:28 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7139116A420 for ; Mon, 20 Feb 2006 09:30:28 +0000 (GMT) (envelope-from john@yoafrica.com) Received: from smtp2.yoafrica.com (smtp2.yoafrica.com [196.44.176.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1519943D5D for ; Mon, 20 Feb 2006 09:30:22 +0000 (GMT) (envelope-from john@yoafrica.com) Received: from smtp.yoafrica.com ([196.44.176.8]) by smtp2.yoafrica.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FB7Nt-0007xz-5i for questions@freebsd.org; Mon, 20 Feb 2006 11:31:10 +0200 Received: from hades.yoafrica.com ([196.44.177.50]) by smtp.yoafrica.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FB7Na-0003g7-5B for questions@freebsd.org; Mon, 20 Feb 2006 11:30:50 +0200 Received: from sysjo by hades.yoafrica.com with local (Exim 4.60) (envelope-from ) id 1FB7My-0004QY-Lp for questions@freebsd.org; Mon, 20 Feb 2006 11:30:12 +0200 Date: Mon, 20 Feb 2006 11:30:12 +0200 From: John Oxley To: questions@freebsd.org Message-ID: <20060220093012.GA16926@yoafrica.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060126 Cc: Subject: PPPoE Max Tunnels X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 09:30:28 -0000 I hope this is the right place to post. I'm having a problem with my PPPoE server in that it refuses to create more than 30 tunnels. net 10.42.73.38 --> xxx.xx.xxx.xx netmask 0xffffffff Opened by PID 2534 tun31: flags=8010 mtu 1500 tun32: flags=8010 mtu 1500 Are there any limits by default in the kernel that say you can only create 32 tunnels, or could it be in the ppp.conf or pppoe setup somewhere. TIA, -John From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 09:47:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A983416A50F for ; Mon, 20 Feb 2006 09:47:36 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 161D643D46 for ; Mon, 20 Feb 2006 09:47:34 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 6499 invoked by uid 510); 20 Feb 2006 09:50:04 +0000 Received: from 127.0.0.1 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.88/1261. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(127.0.0.1):SA:0(-4.7/5.0):. Processed in 2.898171 secs); 20 Feb 2006 09:50:04 -0000 X-Spam-Status: No, hits=-4.7 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(127.0.0.1):SA:0(-4.7/5.0):. Processed in 2.898171 secs Process 6483) Received: from localhost (HELO 192.168.0.50) (bsd@bathnetworks.com@127.0.0.1) by lmail.bathnetworks.co.uk with SMTP; 20 Feb 2006 09:50:01 +0000 Received: from 192.168.0.107 (SquirrelMail authenticated user bsd@bathnetworks.com) by 192.168.0.50 with HTTP; Mon, 20 Feb 2006 09:50:01 -0000 (GMT) Message-ID: <1236.192.168.0.107.1140429001.squirrel@192.168.0.50> In-Reply-To: References: Date: Mon, 20 Feb 2006 09:50:01 -0000 (GMT) From: bsd@bathnetworks.com To: "Xn Nooby" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: WinSCP mega-slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 09:47:36 -0000 > Well, it's good to know I'm not the only one seing this. Right now both > machines are running FreeBSD, since I gave up on waiting for Windows to > copy > the files. The CPU load on Window when sending 1 meg per second is > usually > about 30%, while the Unix box is only at 1-2%. When I have 2 Unix boxes > sending/receiving, I think the load is like 4-5% on both. I'm building a > bunch of packages right now, so I can't get the exact number. I could try > the openssh patch later in the week, that would be great if there was a > unix-side fix for this. Of course as I run FreeBSD more, and Windows less, > the problem will go away, too. > > thanks! > > > > On 2/20/06, Andrew Pantyukhin wrote: >> >> On 2/20/06, Xn Nooby wrote: >> > For about a year I have noticed that whenever my Windows boxes talk to >> my >> > Unix boxes, they communicate at about 1/10 normal speed. I copy lots >> (300GB) >> > of large files back and forth between machines as I try different >> OS's, >> and >> > I always see this. >> > >> > Specifically, if I copy from FreeBSD to FreeBSD, files transfer at 11 >> megs >> > per second. Between FreeBSD and Linux, at about 8 megs per >> second. Between >> > FreeBSD and Windows, about 1 megabyte per second. This is on >> identical >> > hardware. I've told other people about this, and they usually say I >> must be >> > doing something wrong, but recently a friend of mine upgraded a >> Windows >> box >> > to SP2, and now they are getting this same slowness. When I copy from >> > Windows to WIndows (XP or W2k), I get 11 megs per second. >> > >> > My machines are two P4's with gigabit NICs, and I'm using WinSCP and >> > (somtimes) pscp.exe on WIndows to talk to sshd on FreeBSD. It's >> always >> a >> > shock when I have to copy my data to WIndows, and it takes 30 hours >> instead >> > of 3. >> > >> > Does anyone else ever see this slowness when copying files between >> FreeBSD >> > and Windows? >> > >> > Is Windows maybe capping the transfer speed when it talks to Unix? >> > _______________________________________________ >> > freebsd-questions@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> > To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > >> >> It is very certainly a known issue. Not that its specifics and >> origins are clearly known, but most of us stumble upon it >> sooner or later. You can usually achieve wire speed only >> between two OSes of a kind. TCP/IP optimizations are >> very important here: if they differ, performance plummets. >> Depends on a multitude of things from quality of NICs to >> weather in your area. I've never been able to get more >> than 70Mbit/s between FreeBSD and Windows XP. I >> always get 90-100Mbit/s between two BSDs or two Win's. >> >> As for your case, 1MB/s is a serious limit. What can you >> tell us about CPU load? Interrupts? Can you try this: >> http://www.psc.edu/networking/projects/hpn-ssh/ >> If you have both the XP and FreeBSD machines on the same internal network, why not enable file sharing on the XP box and use Samba Client on the freeBSD box. I have found SMB to be a lot faster as it is running as a service on XP. Rob From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 10:21:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC13816A420 for ; Mon, 20 Feb 2006 10:21:05 +0000 (GMT) (envelope-from elessar@bsdforen.de) Received: from postfix.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B5143D45 for ; Mon, 20 Feb 2006 10:21:05 +0000 (GMT) (envelope-from elessar@bsdforen.de) Received: by postfix.bsdforen.de (Postfix, from userid 20000) id B6A406844BA; Mon, 20 Feb 2006 11:21:03 +0100 (CET) Received: from localhost (postfix [127.0.0.3]) by postfix.bsdforen.de (Postfix) with ESMTP id E35E36844B7 for ; Mon, 20 Feb 2006 11:21:02 +0100 (CET) Received: from postfix.bsdforen.de ([127.0.0.3]) by localhost (postfix.bsdforen.de [127.0.0.3]) (amavisd-new, port 10024) with LMTP id 79685-10 for ; Mon, 20 Feb 2006 11:21:02 +0100 (CET) Received: from loki (p549CCFA4.dip.t-dialin.net [84.156.207.164]) by postfix.bsdforen.de (Postfix) with ESMTP id 4D14C6844B6 for ; Mon, 20 Feb 2006 11:20:57 +0100 (CET) Date: Mon, 20 Feb 2006 11:20:12 +0100 From: Joerg Pernfuss To: freebsd-questions@freebsd.org Message-ID: <20060220112012.0bce0c61@loki> In-Reply-To: <43F98807.5000205@cleversafe.com> References: <43F98807.5000205@cleversafe.com> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_W3pE3lu++900HW+pwjVf.1s; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Virus-Scanned: amavisd-new at bsdforen.de X-DSPAM-Result: Innocent X-DSPAM-Confidence: 0.9997 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 43f9980f872661466616677 X-DSPAM-User: global Subject: Re: IPC Queues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 10:21:05 -0000 --Sig_W3pE3lu++900HW+pwjVf.1s Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 20 Feb 2006 03:12:39 -0600 Jason Resch wrote: > Hello everyone, >=20 > My company is implementing an application which we plan will use > shared memory and IPC mechanisms to coordinate work. We would prefer > to use POSIX message queues due to their better support for > priorities, but from the research I have done thus far it appears > none of the BSDs support POSIX queues. My question is, does there > exist some kernel patch or port that implements POSIX queues for > FreeBSD? FreeBSD-Current has POSIX message queues since last november thanks to David Xu. In regard to stability and/or performance I can't say anything though as I don't run current. --=20 | /"\ ASCII ribbon | GnuPG Key ID | e86d b753 3deb e749 6c3a | | \ / campaign against | 0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 | | X HTML in email | Now featuring a brand new GPG-Key! | | / \ and news | Please update your keyring. | --Sig_W3pE3lu++900HW+pwjVf.1s Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD+ZfrH31s/bvKrSQRAgQ1AJoCzVy1qvCd0HALKf9CZAtkWK2/lACePL7U W4a1ht/Q/EtdFjS/78ZTNOU= =0axD -----END PGP SIGNATURE----- --Sig_W3pE3lu++900HW+pwjVf.1s-- From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 10:45:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B86D16A420 for ; Mon, 20 Feb 2006 10:45:08 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABB1A43D46 for ; Mon, 20 Feb 2006 10:45:07 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so924862nzo for ; Mon, 20 Feb 2006 02:45:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:organization:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=cH5FIpsSWFXKL8448n2Ec/Y0OYsMVRluewaTcpbwspY/KYaX+LDCdiXMy4WUBtRvVMNgTst8XkAgxcHNHvFg5IEaln5ym/FNhyQJF0kvrmJpkeFn/hnvEP2LHvRPDwueUvkTr0HTf2/0nBfwg+kr66m6YRG1tzYpXyNKGSRhFdU= Received: by 10.36.96.17 with SMTP id t17mr5309955nzb; Mon, 20 Feb 2006 02:45:06 -0800 (PST) Received: from ?192.168.0.100? ( [59.144.35.12]) by mx.gmail.com with ESMTP id 10sm2158099nzo.2006.02.20.02.45.05; Mon, 20 Feb 2006 02:45:06 -0800 (PST) Message-ID: <43F99F17.1040407@gmail.com> Date: Mon, 20 Feb 2006 16:21:03 +0530 From: Chandan Haldar Organization: TISRA User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051210) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43F96644.3070306@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 6.0 stable: linuxpluginwrapper port build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 10:45:08 -0000 Thanks a lot for the direction. All goes well until portupgrade asks me to run 'pkgdb -F', which asks me to resolve stale dependencies. I have a large number of ports installed and the dependencies seem somewhat intractable for manual resolution. Is this the only way to resolve the stale dependencies or am I as usual missing something :-( ? From the pkgdb manpage I could not understand the implication of the score and how that helps me select a new dependency... Chandan Andrew Pantyukhin wrote: >On 2/20/06, Chandan Haldar wrote: > > >>Trying to build port linuxpluginwrapper on FreeBSD 6.0-Stable >>(final goal is to get linux flash player work with firefox 1.0.7 >>on FreeBSD 6.0-Stable) fails at fetch of atk-1.2.0-2.i386.rpm. >>Fetching manually results in checksum mismatch error. Any known >>workaround? Transcript of session below. >> >> > ># mv /usr/ports/distfiles /usr/ ># rm -rf /usr/ports ># mkdir /usr/ports ># man portsnap ... ># portsnap fetch ># portsnap extract ># mv /usr/distfiles /usr/ports/ ># echo '0 7 * * * root portsnap cron && portsnap update' >> /etc/crontab ># cd /usr/ports/sysutils/portupgrade/ ># make install clean ># rehash ># portupgrade -ak ... ># cd /usr/ports/www/linuxpluginwrapper/ ># make install clean ># cp /usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6 /etc/ ># cd /usr/ports/www/linux-flashplugin6/ ># make install clean ># firefox & > > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 10:51:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F77216A420 for ; Mon, 20 Feb 2006 10:51:00 +0000 (GMT) (envelope-from obonhomme@nerim.net) Received: from mail.b2i-toulouse.com (mail.b2i-toulouse.com [195.115.64.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 770B143D48 for ; Mon, 20 Feb 2006 10:50:58 +0000 (GMT) (envelope-from obonhomme@nerim.net) Received: from [172.20.0.182] ([172.20.0.182]) by mail.b2i-toulouse.com (8.12.8/8.12.8) with ESMTP id k1KAp0fQ006711 for ; Mon, 20 Feb 2006 11:51:04 +0100 Message-ID: <43F9A03D.6080200@nerim.net> Date: Mon, 20 Feb 2006 11:55:57 +0100 From: Olivier BONHOMME User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: fr, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43F8DDFA.5050503@frenchsuballiance.cjb.net> In-Reply-To: <43F8DDFA.5050503@frenchsuballiance.cjb.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.83/1293/Sun Feb 19 17:40:25 2006 on mail.b2i-toulouse.com X-Virus-Status: Clean Subject: Re: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 10:51:00 -0000 ptitoliv a écrit : >Are the debian & freebsd on the same segment ? >if so, are they using the same router/gateway ? > > There is a CISCO router between the two boxes. >did you customize/set up things, like ipfw or set specific things via >sysctl ? > > I tried to customiser window scaling and tcp sendspace and recvspace Regards, ptitoliv From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 11:04:35 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4413F16A420 for ; Mon, 20 Feb 2006 11:04:35 +0000 (GMT) (envelope-from psl02@uow.edu.au) Received: from beru.its.uow.edu.au (beru.its.uow.edu.au [130.130.68.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D803343D48 for ; Mon, 20 Feb 2006 11:04:34 +0000 (GMT) (envelope-from psl02@uow.edu.au) Received: from csm-server-nat-ip.its.uow.edu.au ([130.130.68.220] helo=febris.its.uow.edu.au) by beru.its.uow.edu.au with esmtp (Exim 4.54) id 1FB8qH-0005M1-0w for questions@FreeBSD.org; Mon, 20 Feb 2006 22:04:33 +1100 Received: from minerva.its.uow.edu.au (csm-server-nat-ip.its.uow.edu.au [130.130.68.220]) by febris.its.uow.edu.au (MOS 3.7.2-GA) with ESMTP id CLH63525; Mon, 20 Feb 2006 22:00:04 +1100 (EST) Received: (from minerva.its.uow.edu.au [202.154.112.165]) by minerva.its.uow.edu.au (MOS 3.7.2-GA) with HTTP/1.1 id ABZ59210 (AUTH psl02); Mon, 20 Feb 2006 22:00:03 +1100 (EST) From: Philip Sydney Lavers To: questions@FreeBSD.org X-Mailer: Mirapoint Webmail Direct 3.7.2-GA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20060220220003.ABZ59210@minerva.its.uow.edu.au> Date: Mon, 20 Feb 2006 22:00:03 +1100 (EST) Cc: Subject: linux compatibility on 64 bit FreeBSD 5.4 and 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 11:04:35 -0000 Gentlemen, I have spent several days reading all the documentation I can find but no reference to my problem. linux compatibility: # kldload linux# OR linux_enable="YES" both work on my FreeBSD 5.4 32 bit athlon. On my opteron and athlon64 machines with FreeBSD 5.4 or 6.0 (both 64 bit versions) the linux_enable="YES" in rc.conf has no effect, whilst # kldload linux gives kldload: can't load linuxkldload: can't load linux: File exists kldstat confirms that no linux.ko is present I would be grateful for any advice as I have a 64 bit linux binary that i need to run Thanking you, Philip Lavers From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 11:39:07 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49C6A16A420 for ; Mon, 20 Feb 2006 11:39:07 +0000 (GMT) (envelope-from Akoola@brutele.Be) Received: from amsfep18-int.chello.nl (amsfep18-int.chello.nl [213.46.243.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D85043D45 for ; Mon, 20 Feb 2006 11:39:05 +0000 (GMT) (envelope-from Akoola@brutele.Be) Received: from [192.168.100.19] (really [62.205.86.44]) by amsfep18-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060220113904.IBXC29873.amsfep18-int.chello.nl@[192.168.100.19]> for ; Mon, 20 Feb 2006 12:39:04 +0100 Message-ID: <43F9AA1C.2040103@brutele.Be> Date: Mon, 20 Feb 2006 12:38:04 +0100 From: Akoola User-Agent: Thunderbird 1.5 (X11/20060211) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: fxp0 not working after update freebsd 4.10 -> 4.11 STABLE] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 11:39:07 -0000 Hello, I have done an update of my freebsd 4.10 to 4.11. after the update finished compiling kernel and mergemaster. I have my nic fxp0 always show the link status to 'no carrier' I trie to force media and media opt on ifconfig to value has mentioned on man fxp. I have trie to recompile all the src and it's not working. when I trie to force media with ifconfig the first time i ifconfig fxp0 media 10baseT/UTP, the status changer to active. but when i trie to ping my gateway; nothing done. The driver has correctly loaded in dmesg I don't see any mistake. all of my service working on localhost and inet adresse of fxp0. but impossible to contact any server name or ip adresse with ping. I have ask to freenode irc channel after ask question@ but nobody can help me. I have ask to unplug and plug in the cable. no result. Thanks you. Ha. Hakim akoola@brutele.be From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 12:04:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2AF516A420 for ; Mon, 20 Feb 2006 12:04:20 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2212243D70 for ; Mon, 20 Feb 2006 12:04:11 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id a25so618318nfc for ; Mon, 20 Feb 2006 04:04:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cTTtpkhe1k63kAPtYmKZgfFSIlq5soM1/nVCHZe1ljXHfeCPvRvbKa02UpzYejRUpyaHVFLPHImp9TBjyWyYU6ctupszKx6VYxm4ZlSpj8Lz6EDZPBG+v7rCc+qDPAleGv8WtnP8sqjMvv503PrB5SnXoA/+kxF6aMPJGyS9nmg= Received: by 10.49.2.4 with SMTP id e4mr1200033nfi; Mon, 20 Feb 2006 04:04:10 -0800 (PST) Received: by 10.48.108.10 with HTTP; Mon, 20 Feb 2006 04:04:10 -0800 (PST) Message-ID: <5ceb5d550602200404v66aa5f89y147658431957bf9a@mail.gmail.com> Date: Mon, 20 Feb 2006 13:04:10 +0100 From: "Daniel A." To: "Xn Nooby" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: WinSCP mega-slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 12:04:20 -0000 Hi, I have the same issue here. When I use SFTP (WinSCP) to transfer from my Windows XP SP2 box to my local server, I can only utilize about 1/10'th of the bandwith (100mbit). On the other hand, when I use FTP or SMB to transfer files, I can utilize the maximum bandwith. On both boxes, the "symptoms" are the same: - Lots of available CPU time - No significant disk I/O - Quite a lot of available RAM. On 2/20/06, Xn Nooby wrote: > For about a year I have noticed that whenever my Windows boxes talk to my > Unix boxes, they communicate at about 1/10 normal speed. I copy lots (300= GB) > of large files back and forth between machines as I try different OS's, a= nd > I always see this. > > Specifically, if I copy from FreeBSD to FreeBSD, files transfer at 11 meg= s > per second. Between FreeBSD and Linux, at about 8 megs per second. Betw= een > FreeBSD and Windows, about 1 megabyte per second. This is on identical > hardware. I've told other people about this, and they usually say I must= be > doing something wrong, but recently a friend of mine upgraded a Windows b= ox > to SP2, and now they are getting this same slowness. When I copy from > Windows to WIndows (XP or W2k), I get 11 megs per second. > > My machines are two P4's with gigabit NICs, and I'm using WinSCP and > (somtimes) pscp.exe on WIndows to talk to sshd on FreeBSD. It's always a > shock when I have to copy my data to WIndows, and it takes 30 hours inste= ad > of 3. > > Does anyone else ever see this slowness when copying files between FreeBS= D > and Windows? > > Is Windows maybe capping the transfer speed when it talks to Unix? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 12:13:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F012C16A422 for ; Mon, 20 Feb 2006 12:13:08 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50D9843D45 for ; Mon, 20 Feb 2006 12:13:07 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id m22so865383nzf for ; Mon, 20 Feb 2006 04:13:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dGulde4I6UOoc+oDqptv3OQumXLqXPKwaduoxMIbeRgl4b79ic9mwwFdz1McSRtTapavJmkCmDMFzJjtMWryGtBufy3dCnBL7YYLAoPW40DDD9JE0/thrifV1MRU17cWGha+CuawNTpuV1tLqC+tT0KbAGDRveldM3v+mmAR/8E= Received: by 10.36.68.16 with SMTP id q16mr5553187nza; Mon, 20 Feb 2006 04:13:06 -0800 (PST) Received: by 10.37.20.11 with HTTP; Mon, 20 Feb 2006 04:13:06 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 15:13:06 +0300 From: "Andrew Pantyukhin" To: "Chandan Haldar" In-Reply-To: <43F99F17.1040407@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43F96644.3070306@gmail.com> <43F99F17.1040407@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: 6.0 stable: linuxpluginwrapper port build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 12:13:09 -0000 On 2/20/06, Chandan Haldar wrote: > Thanks a lot for the direction. All goes well until portupgrade asks me > to run 'pkgdb -F', > which asks me to resolve stale dependencies. I have a large number of > ports installed and > the dependencies seem somewhat intractable for manual resolution. Is > this the only way > to resolve the stale dependencies or am I as usual missing something :-( > ? From the pkgdb > manpage I could not understand the implication of the score and how that > helps me > select a new dependency... If you have some spare time, consider reinstalling all the ports. # pkg_delete -a # cd /usr/ports/sysutils/portupgrade # make install clean # portinstall firefox mplayer whatever (You only need to portinstall the leaf ports, everything else will be installed by dependencies, naturally) pkgdb -F is not a complicated process, but you'll have to learn things like 'fam and gamin do the same thing' or 'I don't have something, but I have something-core'. Pkgdb tries to guess, but it does a poor job at that. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 13:24:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEBE216A420 for ; Mon, 20 Feb 2006 13:24:55 +0000 (GMT) (envelope-from hubertus.kohl@bwg.de) Received: from fw01.bwg.de (fw01.bwg.de [213.144.14.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 532EB43D45 for ; Mon, 20 Feb 2006 13:24:54 +0000 (GMT) (envelope-from hubertus.kohl@bwg.de) Received: from fw01.bwg.de (localhost [127.0.0.1]) by fw01.bwg.de (8.13.3/8.13.3) with ESMTP id k1KDOqAO008450 for ; Mon, 20 Feb 2006 14:24:53 +0100 (CET) Received: (from localhost) by fw01.bwg.de (MSCAN) id 2/fw01.bwg.de/smtp-gw/mscan; Mon Feb 20 14:24:52 2006 From: "Hubertus Kohl" To: freebsd-questions@freebsd.org Date: Mon, 20 Feb 2006 13:24:49 +0000 Priority: normal X-Priority: 3 (Normal) Importance: normal X-Mailer: DvISE by Tobit Software, Germany (0231.434744454E47484F504A), Mime Converter 101.20 X-David-Sym: 0 X-David-Flags: 0 Message-ID: <000961B5.43F9D131@cs-et-01-dc.bwg.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Daemon.gif for my private Website X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 13:24:56 -0000 =20 Can I put the little Daemon on my privat Website? Is there somewhere a Banner or something that I can use for my private = site? Who can tell me this with a little Background of the rights ? Sorry for my bad english - but I think you understand what I mean. Mit freundlichen Gr=FC=DFen, Hubertus Kohl Vertrieb BWG Informationssysteme GmbH Nobelstr. 22, 76275 Ettlingen =20 Tel.: +49 7243 7744-19 Fax: +49 7243 7744-7719 Email: Hubertus.Kohl@bwg.de Internet: http://www.bwg.de/ =20 www.schnelleralsdieposterlaubt.de =20 Kostenlos - aber nicht umsonst: unsere n=E4chsten Veranstaltungen f=FCr = Sie: =20 Bitte beachten Sie unsere n=E4chsten Termine: 17.01.2006 - "know-how: IT-Security" in Ettlingen=20 16.02.2006 - "BWG IT-Kinoerlebnis 2006 - Server & Storage" in Ettlingen 28.02.2006 - "know-how: IT-Security" in Ettlingen 21.03.2006 - "know-how: IT-Security" in Stuttgart Weitere Informationen auf www.bwg.de im Bereich News/Events! From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 14:11:38 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 133A616A420 for ; Mon, 20 Feb 2006 14:11:38 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF0743D49 for ; Mon, 20 Feb 2006 14:11:37 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id k1KEAniU023725; Mon, 20 Feb 2006 09:10:49 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id k1KEAnwE023724; Mon, 20 Feb 2006 09:10:49 -0500 (EST) From: Jerry McAllister Message-Id: <200602201410.k1KEAnwE023724@clunix.cl.msu.edu> To: Akoola@brutele.Be (Akoola) Date: Mon, 20 Feb 2006 09:10:49 -0500 (EST) In-Reply-To: <43F9AA1C.2040103@brutele.Be> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: fxp0 not working after update freebsd 4.10 -> 4.11 STABLE] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 14:11:38 -0000 > > Hello, > > I have done an update of my freebsd 4.10 to 4.11. Before worrying about this, I would suggest you forget 4.11 and upgrade to FreeBSD 6.0 or soon to 6.1. I don't think any of the 4.xxx or earlier versions area any longer supported. I have not had any trouble with fxp[n] NICs on it. ////jerry ` > > after the update finished compiling kernel and mergemaster. > > I have my nic fxp0 always show the link status to 'no carrier' > > I trie to force media and media opt on ifconfig to value has mentioned > on man fxp. > > I have trie to recompile all the src and it's not working. > > when I trie to force media with ifconfig > the first time i ifconfig fxp0 media 10baseT/UTP, the status changer to > active. > > but when i trie to ping my gateway; nothing done. > > The driver has correctly loaded in dmesg I don't see any mistake. > > all of my service working on localhost and inet adresse of fxp0. > > but impossible to contact any server name or ip adresse with ping. > > I have ask to freenode irc channel after ask question@ > but nobody can help me. > I have ask to unplug and plug in the cable. > no result. > > > Thanks you. > > > Ha. Hakim > akoola@brutele.be > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 14:22:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 092B516A420 for ; Mon, 20 Feb 2006 14:22:24 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8080043D45 for ; Mon, 20 Feb 2006 14:22:23 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id k1KEMMiU023772; Mon, 20 Feb 2006 09:22:23 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id k1KEMMLE023771; Mon, 20 Feb 2006 09:22:22 -0500 (EST) From: Jerry McAllister Message-Id: <200602201422.k1KEMMLE023771@clunix.cl.msu.edu> To: ktrw25@hotmail.com (Kris Wieschhaus) Date: Mon, 20 Feb 2006 09:22:22 -0500 (EST) In-Reply-To: X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBsd Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 14:22:24 -0000 > > > I am a college student at HLG college. I am a Computer Information > Systems major and I have chosen to present FreeBSD to my class as a > final project. I downloaded version 6.0 from the freeBSD Site. I made > a bootable CD-ROM from the ISO image disc one. The installation seemed > to have went ok, but when I go to put a password in for the root user > nothing happens. When I type letters the insertion point (cursor) just > stays in the same place as if no letters are being typed. When I turn > it on now it seems to boot up fine. After I type in my login name and > password I am unsure of how to install or run an application, which I > am required to do for the project. I have tried finding a basic > tutorial on the internet, but have been unable to do so. Please > Help!!! > _________________________________________________________________ > That is the normal behavior with passwords. That is a security feature to make it less likely that someone will be able to pick up or guess your password from the screen. The entire handbook for FreeBSD is online at the www.freebsd.org weg site. The web site also has FAQs and links to many other sites with such things as tutorials and people's personal experiences and solutions. In addition, if you use Google to search for any FreeBSD topic you will find links to many handbook items, FAQs, questions postings tutorials and online publication articles on almost every subject and question you can think of, including what makes FreeBSD is so wonderful. For example, try thinking of a topic such as password or root password and Google it +FreeBSD and you should find interesting things. eg Google password+freebsd or configure+freebsd or whatever ////jerry From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 14:26:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B950816A420 for ; Mon, 20 Feb 2006 14:26:19 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FFDD43D45 for ; Mon, 20 Feb 2006 14:26:19 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id k1KEQIiU023793; Mon, 20 Feb 2006 09:26:18 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id k1KEQIm4023792; Mon, 20 Feb 2006 09:26:18 -0500 (EST) From: Jerry McAllister Message-Id: <200602201426.k1KEQIm4023792@clunix.cl.msu.edu> To: l_thillet@hotmail.com (Luis Thillet) Date: Mon, 20 Feb 2006 09:26:18 -0500 (EST) In-Reply-To: X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Download X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 14:26:19 -0000 > > Dear Developers: > > > I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS (i.e. 5.4, > 6.0-RELEASE iso.i386). But it has never worked. I was wondering if your > company/team/crew have disabled it. > If no then how can I go about doing that. It is not disabled. But your site or ISP may have set things up so that you have to use passive ftp or some port of your ports may be blocked by the ISP or a local firewall. Those are the likely problems. Try switching to passive ftp first, or if that is they way you are already running, try switching to active ftp. The FreeBSD site will do both. If that doesn't help, start checking ports and your ISP's policies. Good luck, ////jerry > > Thank You... From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 14:32:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7916B16A424 for ; Mon, 20 Feb 2006 14:32:17 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6543143D77 for ; Mon, 20 Feb 2006 14:32:14 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id D46D55CB6; Mon, 20 Feb 2006 09:32:13 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00597-06; Mon, 20 Feb 2006 09:32:13 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-251-207.ny325.east.verizon.net [68.160.251.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id E6D315CB5; Mon, 20 Feb 2006 09:32:12 -0500 (EST) Message-ID: <43F9D2EE.8020301@mac.com> Date: Mon, 20 Feb 2006 09:32:14 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Hubertus Kohl References: <000961B5.43F9D131@cs-et-01-dc.bwg.de> In-Reply-To: <000961B5.43F9D131@cs-et-01-dc.bwg.de> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Daemon.gif for my private Website X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 14:32:17 -0000 Hubertus Kohl wrote: > Can I put the little Daemon on my privat Website? > Is there somewhere a Banner or something that I can use for my private site? > Who can tell me this with a little Background of the rights ? > Sorry for my bad english - but I think you understand what I mean. Your english is OK, the information you've asked about is here: http://www.freebsd.org/copyright/daemon.html Or contact directly... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 14:34:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98A2516A422 for ; Mon, 20 Feb 2006 14:34:38 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id F247A43D79 for ; Mon, 20 Feb 2006 14:34:28 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so639164nfc for ; Mon, 20 Feb 2006 06:34:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=aGhCZBAvNB+ff4vZdBmj6DDesDHZA7oSiL0jGSXsfvQArvXkYj/EKT/3D0UwMHAPgKOJj8vhAhv/25jhgwg3UkgnlWCnTiDsjBOvsO5NVZ43doAo18XX5LdkWQh4EIGg7stTjOX5DVoMe59Dj2HvE6Pg159irzkP8DQDv3N/us4= Received: by 10.49.80.12 with SMTP id h12mr1238614nfl; Mon, 20 Feb 2006 06:34:27 -0800 (PST) Received: by 10.48.211.7 with HTTP; Mon, 20 Feb 2006 06:34:26 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 09:34:26 -0500 From: "Xn Nooby" To: "bsd@bathnetworks.com" In-Reply-To: <1236.192.168.0.107.1140429001.squirrel@192.168.0.50> MIME-Version: 1.0 References: <1236.192.168.0.107.1140429001.squirrel@192.168.0.50> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: WinSCP mega-slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 14:34:38 -0000 I can try that. I'm not sure how to use Samba3, though. I was trying to help a friend use Samba, but I was use to Sama2, and Samba3 apparently recquires a smb.conf file. You use to be able to just do everything from the command line, like (I think): smbclient //server/share /mnt/pnt -o username=3D,password=3D Apparently that doesnt work anymore, and I havent had time to figure out th= e new way. I think smbclient isn't even part of Samab3 (it could find it after installing it). On 2/20/06, bsd@bathnetworks.com wrote: > > > Well, it's good to know I'm not the only one seing this. Right now both > > machines are running FreeBSD, since I gave up on waiting for Windows to > > copy > > the files. The CPU load on Window when sending 1 meg per second is > > usually > > about 30%, while the Unix box is only at 1-2%. When I have 2 Unix boxe= s > > sending/receiving, I think the load is like 4-5% on both. I'm building > a > > bunch of packages right now, so I can't get the exact number. I could > try > > the openssh patch later in the week, that would be great if there was a > > unix-side fix for this. Of course as I run FreeBSD more, and Windows > less, > > the problem will go away, too. > > > > thanks! > > > > > > > > On 2/20/06, Andrew Pantyukhin wrote: > >> > >> On 2/20/06, Xn Nooby wrote: > >> > For about a year I have noticed that whenever my Windows boxes talk > to > >> my > >> > Unix boxes, they communicate at about 1/10 normal speed. I copy lots > >> (300GB) > >> > of large files back and forth between machines as I try different > >> OS's, > >> and > >> > I always see this. > >> > > >> > Specifically, if I copy from FreeBSD to FreeBSD, files transfer at 1= 1 > >> megs > >> > per second. Between FreeBSD and Linux, at about 8 megs per > >> second. Between > >> > FreeBSD and Windows, about 1 megabyte per second. This is on > >> identical > >> > hardware. I've told other people about this, and they usually say I > >> must be > >> > doing something wrong, but recently a friend of mine upgraded a > >> Windows > >> box > >> > to SP2, and now they are getting this same slowness. When I copy > from > >> > Windows to WIndows (XP or W2k), I get 11 megs per second. > >> > > >> > My machines are two P4's with gigabit NICs, and I'm using WinSCP and > >> > (somtimes) pscp.exe on WIndows to talk to sshd on FreeBSD. It's > >> always > >> a > >> > shock when I have to copy my data to WIndows, and it takes 30 hours > >> instead > >> > of 3. > >> > > >> > Does anyone else ever see this slowness when copying files between > >> FreeBSD > >> > and Windows? > >> > > >> > Is Windows maybe capping the transfer speed when it talks to Unix? > >> > _______________________________________________ > >> > freebsd-questions@freebsd.org mailing list > >> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> > To unsubscribe, send any mail to " > >> freebsd-questions-unsubscribe@freebsd.org" > >> > > >> > >> It is very certainly a known issue. Not that its specifics and > >> origins are clearly known, but most of us stumble upon it > >> sooner or later. You can usually achieve wire speed only > >> between two OSes of a kind. TCP/IP optimizations are > >> very important here: if they differ, performance plummets. > >> Depends on a multitude of things from quality of NICs to > >> weather in your area. I've never been able to get more > >> than 70Mbit/s between FreeBSD and Windows XP. I > >> always get 90-100Mbit/s between two BSDs or two Win's. > >> > >> As for your case, 1MB/s is a serious limit. What can you > >> tell us about CPU load? Interrupts? Can you try this: > >> http://www.psc.edu/networking/projects/hpn-ssh/ > >> > > If you have both the XP and FreeBSD machines on the same internal network= , > why not enable file sharing on the XP box and use Samba Client on the > freeBSD box. I have found SMB to be a lot faster as it is running as a > service on XP. > > > Rob > > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 14:37:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B5C416A420 for ; Mon, 20 Feb 2006 14:37:43 +0000 (GMT) (envelope-from tech.junk@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E448943D48 for ; Mon, 20 Feb 2006 14:37:42 +0000 (GMT) (envelope-from tech.junk@verizon.net) Received: from [192.168.0.11] ([71.255.112.213]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IUZ00C5TPYTJ0X4@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Mon, 20 Feb 2006 08:37:42 -0600 (CST) Date: Mon, 20 Feb 2006 09:37:41 -0500 From: Sean To: freebsd-questions@freebsd.org Message-id: <43F9D435.8030804@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5 (X11/20060126) Subject: ftp problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tech.junk@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 14:37:43 -0000 I have my bsd system setup to allow ftp. However when I try to ftp a directory and the contents from another system it basically uses the directory as a file name and all contents in that directory are ignored. I am guessing that I am doing something wrong when I type to get the directory and files, and not a system setup. Any advice? Sean From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 14:39:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD1AC16A423 for ; Mon, 20 Feb 2006 14:39:07 +0000 (GMT) (envelope-from simon@olofsson.de) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D39443D53 for ; Mon, 20 Feb 2006 14:39:05 +0000 (GMT) (envelope-from simon@olofsson.de) Received: from mail-in-06-z2.arcor-online.net (mail-in-06-z2.arcor-online.net [151.189.8.18]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 7EEF61C3B39 for ; Mon, 20 Feb 2006 15:39:04 +0100 (CET) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-06-z2.arcor-online.net (Postfix) with ESMTP id BD63416BA5B for ; Mon, 20 Feb 2006 15:39:03 +0100 (CET) Received: from gul.lan.gath3n.de (dslb-084-060-138-012.pools.arcor-ip.net [84.60.138.12]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 9067D15890F for ; Mon, 20 Feb 2006 15:39:03 +0100 (CET) Received: from [192.168.178.21] (gul.lan.gath3n.de [192.168.178.21]) by gul.lan.gath3n.de (Postfix) with ESMTP id 775A25C38 for ; Mon, 20 Feb 2006 15:39:03 +0100 (CET) Message-ID: <43F9D487.9040702@olofsson.de> Date: Mon, 20 Feb 2006 15:39:03 +0100 From: Simon Olofsson User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.94.0.0 OpenPGP: url=http://www.olofsson.de/simon/keys/simon_olofsson.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Daemon.gif for my private Website X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 14:39:08 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, you might want to look at this two websites: http://www.freebsd.org/art.html and http://www.freebsd.org/copyright/daemon.html on 02/20/06 14:24 Hubertus Kohl said the following: > Can I put the little Daemon on my privat Website? > Is there somewhere a Banner or something that I can use for my private site? > Who can tell me this with a little Background of the rights ? - -- Mit freundlichem Gruß, With best regards, Simon Olofsson http://www.olofsson.de GPG-Key: 0x3D001BE0 http://www..olofsson.de/simon/keys/simon_olofsson.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD+dSFRM/k9z0AG+ARAlq0AJ0VJzJgmVVHKhVPwN+arpItuu6A7gCgwQh2 CcVgjLgAsyKhZZ8z1ZlLtws= =YoX6 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 14:50:58 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BF5716A422 for ; Mon, 20 Feb 2006 14:50:58 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D6543D46 for ; Mon, 20 Feb 2006 14:50:55 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id EA0B05C94; Mon, 20 Feb 2006 09:50:54 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03058-07; Mon, 20 Feb 2006 09:50:54 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-251-207.ny325.east.verizon.net [68.160.251.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id EBEB85C50; Mon, 20 Feb 2006 09:50:53 -0500 (EST) Message-ID: <43F9D74F.8020407@mac.com> Date: Mon, 20 Feb 2006 09:50:55 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Lorin Lund References: <43F94100.9040602@infowest.com> In-Reply-To: <43F94100.9040602@infowest.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: Luis Thillet , freebsd-questions@FreeBSD.org Subject: Re: Download X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 14:50:58 -0000 Lorin Lund wrote: > Luis Thillet wrote: [ ... ] > Many weeks ago I succeeded in downloading 6.0. But if you don't have > broadband it's nearly hopeless. When I first learned of FreeBSD - years > ago - I tried downloading the ISO disks by modem. I would start a > download at bedtime but it never worked for me. I had to do it with just > the boot floppies and let the rest of the distribution packages download > as they installed. I had a lot of restarts to get the whole thing. If you are downloading big files via modem, try a Windows "download manager" like GetRight, http://www.getright.com/. -- -Chuck PS: A long time ago, the trial version used to display banner ads, but when Gator tried to push the author into bundling more intrusive spyware with the GetRight installer, he refused and switched to the trial version being completely ad-free instead. There are people on the right side of that line, and those on the wrong side: http://www.getright.com/statement.html From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 15:05:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E0716A420 for ; Mon, 20 Feb 2006 15:05:54 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.ru (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E5AD43D72 for ; Mon, 20 Feb 2006 15:05:49 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from [192.168.2.26] (helo=sysadm.stc) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1FBCbg-000MAr-Si for freebsd-questions@freebsd.org; Mon, 20 Feb 2006 18:05:45 +0300 Received: from localhost.stc ([127.0.0.1] helo=sysadm.stc) by sysadm.stc with esmtp (Exim 4.54 (FreeBSD)) id 1FBCbW-000DZq-CN for freebsd-questions@freebsd.org; Mon, 20 Feb 2006 18:05:34 +0300 Received: (from igorr@localhost) by sysadm.stc (8.13.4/8.13.3/Submit) id k1KF5XVj052193 for freebsd-questions@freebsd.org; Mon, 20 Feb 2006 18:05:33 +0300 (MSK) (envelope-from igorr) Date: Mon, 20 Feb 2006 18:05:33 +0300 From: Igor Robul To: freebsd-questions@freebsd.org Message-ID: <20060220150533.GB49429@sysadm.stc> References: <43F9D435.8030804@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43F9D435.8030804@verizon.net> User-Agent: Mutt/1.5.11 X-Archived: Yes Subject: Re: ftp problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 15:05:54 -0000 On Mon, Feb 20, 2006 at 09:37:41AM -0500, Sean wrote: > I have my bsd system setup to allow ftp. > > However when I try to ftp a directory and the contents from another > system it basically uses the directory as a file name and all contents > in that directory are ignored. Do you use Internet Explorer as FTP client? From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 15:19:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5986616A428 for ; Mon, 20 Feb 2006 15:19:39 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF08C43D58 for ; Mon, 20 Feb 2006 15:19:36 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k1KFJYuq022179; Mon, 20 Feb 2006 17:19:34 +0200 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Mon, 20 Feb 2006 17:16:21 +0200 User-Agent: KMail/1.8.3 References: <20060219011758.7042fa60@vixen42.vulpes> In-Reply-To: <20060219011758.7042fa60@vixen42.vulpes> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602201716.21932.nvass@teledomenet.gr> Cc: Vulpes Velox Subject: Re: Problems with createing a tap interface. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 15:19:39 -0000 On Sunday 19 February 2006 09:17, Vulpes Velox wrote: > #ifconfig tap create > ifconfig: SIOCIFCREATE: Invalid argument > > The if_tap module is loaded, but I can't seem to get around this. Any > suggestions? Yes, try to open the tap device and it will be created automagically... root@brad:0:/usr/ports/mail/imp# ifconfig tap0 ifconfig: interface tap0 does not exist root@brad:0:/usr/ports/mail/imp# < /dev/tap0 root@brad:0:/usr/ports/mail/imp# ifconfig tap0 tap0: flags=8842 mtu 1500 ether 00:bd:dc:d6:84:00 root@brad:0:/usr/ports/mail/imp# From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 15:27:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559D716A420 for ; Mon, 20 Feb 2006 15:27:57 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA1B43D68 for ; Mon, 20 Feb 2006 15:27:56 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 66BBF5CB6; Mon, 20 Feb 2006 10:27:56 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03058-10; Mon, 20 Feb 2006 10:27:55 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-251-207.ny325.east.verizon.net [68.160.251.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 8605D5CB3; Mon, 20 Feb 2006 10:27:55 -0500 (EST) Message-ID: <43F9DFFD.6040506@mac.com> Date: Mon, 20 Feb 2006 10:27:57 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: tech.junk@verizon.net References: <43F9D435.8030804@verizon.net> In-Reply-To: <43F9D435.8030804@verizon.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: ftp problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 15:27:57 -0000 Sean wrote: > I have my bsd system setup to allow ftp. > > However when I try to ftp a directory and the contents from another > system it basically uses the directory as a file name and all contents > in that directory are ignored. > > I am guessing that I am doing something wrong when I type to get the > directory and files, and not a system setup. > > Any advice? FTP isn't really designed for recursive retrieval of a hierarchy of files, although you can use an FTP mirror script from ports if need be. rsync is a much better solution to the problem. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 15:45:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73CC516A420 for ; Mon, 20 Feb 2006 15:45:52 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A2843D45 for ; Mon, 20 Feb 2006 15:45:51 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by nproxy.gmail.com with SMTP id l23so647731nfc for ; Mon, 20 Feb 2006 07:45:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Y8+EQqRZ6RUnO2KYhB5YBsaPgojMoGRM9rl2dLx6Yo+uAKm3EcIiDX6RaCm+CwuYyV3n7lgq6ZGbr8uBdmJZE2KbO4O8eubpcGsz6yfnyoqvkx1LyaD3kkxQtrTvGC80n7K6cKalpgXVbo25n8nSa+nl7Jt3LwXj0c3P9dWq1rw= Received: by 10.48.202.15 with SMTP id z15mr1259594nff; Mon, 20 Feb 2006 07:45:50 -0800 (PST) Received: by 10.48.211.7 with HTTP; Mon, 20 Feb 2006 07:45:49 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 10:45:49 -0500 From: "Xn Nooby" To: "Jerry McAllister" In-Reply-To: <200602201426.k1KEQIm4023792@clunix.cl.msu.edu> MIME-Version: 1.0 References: <200602201426.k1KEQIm4023792@clunix.cl.msu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Luis Thillet , freebsd-questions@freebsd.org Subject: Re: Download X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 15:45:52 -0000 Maybe try this download manager: http://www.freedownloadmanager.org On 2/20/06, Jerry McAllister wrote: > > > > > Dear Developers: > > > > > > I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS (i.e. > 5.4, > > 6.0-RELEASE iso.i386). But it has never worked. I was wondering if > your > > company/team/crew have disabled it. > > If no then how can I go about doing that. > > It is not disabled. > But your site or ISP may have set things up so that you have to > use passive ftp or some port of your ports may be blocked by the ISP > or a local firewall. Those are the likely problems. > > Try switching to passive ftp first, or if that is they way you > are already running, try switching to active ftp. The FreeBSD site > will do both. > > If that doesn't help, start checking ports and your ISP's policies. > > Good luck, > > ////jerry > > > > > Thank You... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 16:16:20 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2713E16A420 for ; Mon, 20 Feb 2006 16:16:20 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from asmtp-out3.blueyonder.co.uk (asmtp-out3.blueyonder.co.uk [195.188.213.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id C092C43D45 for ; Mon, 20 Feb 2006 16:16:19 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.33.116] (helo=[192.168.0.2]) by asmtp-out3.blueyonder.co.uk with esmtp (Exim 4.52) id 1FBDhx-00051F-SU; Mon, 20 Feb 2006 16:16:17 +0000 Message-ID: <43F9EB51.6090800@dial.pipex.com> Date: Mon, 20 Feb 2006 16:16:17 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: Luis Thillet References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Download X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 16:16:20 -0000 Luis Thillet wrote: > Dear Developers: > > > I have been trying (FOR A LONGTIME) to download a FreeBSD Unix OS > (i.e. 5.4, 6.0-RELEASE iso.i386). But it has never worked. I was > wondering if your company/team/crew have disabled it. > If no then how can I go about doing that. You can buy a CD from somewhere like http://www.freebsdmall.com/cgi-bin/fm --Alex From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 16:20:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 976C816A420 for ; Mon, 20 Feb 2006 16:20:35 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from mail.dc-servers.com (mail.dc-servers.com [83.243.101.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 7BE3743D55 for ; Mon, 20 Feb 2006 16:20:32 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: (qmail 12655 invoked by uid 399); 20 Feb 2006 16:20:33 -0000 Received: from unknown (HELO alfie.jigsawhq.com) (work@ashleymoran.me.uk@213.106.224.113) by mail.dc-servers.com with SMTP; 20 Feb 2006 16:20:33 -0000 From: Ashley Moran Organization: Codeweavers Ltd To: freebsd-questions@freebsd.org Date: Mon, 20 Feb 2006 16:19:07 +0000 User-Agent: KMail/1.9.1 References: <200602161418.32982.ashley.moran@codeweavers.net> <43F4951E.5090203@wmptl.com> In-Reply-To: <43F4951E.5090203@wmptl.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602201619.08235.work@ashleymoran.me.uk> Cc: Nathan Vidican Subject: Re: Log analysis server suggestions? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 16:20:35 -0000 On Thursday 16 February 2006 15:07, Nathan Vidican wrote: >I would advise against trying to log everything into SQL records, aside > from the performance hit on translating log/write outputs to SQL > inserts/queries then having the SQL server write to disk anyway, it just > complicates things uneccessarily. You are probably right. I was thinking that it would be easier to search through in a database, but then, most of the issues we are interested in (eg disk failure) we want to know about *now*, rather than the sort of thing that are revealed by historical analysis. > My advice would be to take a step back and look at what's important to you. > I find it's best to > work with a mixture of things and hack your own scripts to fill in the > gaps. Having looked at some logs, most of the stuff we are interested in probably is specific to our setup. Log formats are so loose I doubt any off-the-shelf log analysis tool would be much good unless it was 10x more complex than most of the software we want to log anyway. It's surprised me how much time and effort it takes to turn logs into useful data. And I wonder how Windows admins get by at all? Thanks for the advice Ashley From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 16:21:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C6B16A425 for ; Mon, 20 Feb 2006 16:21:35 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [64.2.229.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A9C43D76 for ; Mon, 20 Feb 2006 16:21:29 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by eskimo.tundraware.com (8.13.4/8.13.4) with ESMTP id k1KGLVSY037016 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 20 Feb 2006 10:21:31 -0600 (CST) (envelope-from tundra@tundraware.com) Message-ID: <43F9EC82.80609@tundraware.com> Date: Mon, 20 Feb 2006 10:21:22 -0600 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Randy Pratt References: <43F8E25D.5030503@tundraware.com> <20060219164805.0de1772d.bsd-unix@comcast.net> In-Reply-To: <20060219164805.0de1772d.bsd-unix@comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner: Found to be clean X-MailScanner-From: tundra@tundraware.com Cc: freebsd-questions@freebsd.org Subject: Re: Path And 'cron' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 16:21:36 -0000 Randy Pratt wrote: > On Sun, 19 Feb 2006 15:25:49 -0600 > Tim Daneliuk wrote: > > >>Where is the default path for cron jobs established? (And can it >>be changed...) >> > > > Take a look at: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-cron.html > > and see if that answers your question. > > Best regards, > > Randy > -- > Well ... it answered my question partially. But as I looked back over it, I realized my central questions are still unanswered: If I do not have a PATH= statement in a particular user's crontab, what is used for a default PATH? Is the path in /etc/crontab inherited somehow? Given that the default shell is /bin/sh, are the settings in /etc/profile observed? If no PATH is established there either, what will cron use? I am trying to determine the best place to establish correct global PATH settings for all cron users so I don't have to edit each users' crontab file when file locations are updated or changed. TIA, -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 16:32:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87DE316A420 for ; Mon, 20 Feb 2006 16:32:32 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from viefep15-int.chello.at (viefep15-int.chello.at [213.46.255.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24E3643D6B for ; Mon, 20 Feb 2006 16:32:24 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from [192.168.2.186] (really [80.98.231.227]) by viefep15-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060220163222.VYKQ18248.viefep15-int.chello.at@[192.168.2.186]>; Mon, 20 Feb 2006 17:32:22 +0100 Message-ID: <43F9EF13.6080509@t-hosting.hu> Date: Mon, 20 Feb 2006 17:32:19 +0100 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Pantyukhin References: <43F88203.7060205@t-hosting.hu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions Subject: Re: Ruby crashes with portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 16:32:32 -0000 Andrew Pantyukhin wrote: >On 2/19/06, Kövesdán Gábor wrote: > > >>Hello, >> >>Ruby always crashes and makes a coredump when I try to use portupgrade: >> >>root@server# portupgrade -ai >>---> Session started at: Sun, 19 Feb 2006 15:32:51 +0100 >>[Updating the pkgdb in /var/db/pkg ... - 313 packages >>found (-5 +4) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:466: [BUG] >>Segmentation fault >>ruby 1.8.4 (2005-12-24) [amd64-freebsd5] >> >>Abort trap (core dumped) >> >>I tried to reinstall both of them but no use. Have somebody experiencd >>and fixed such issue? >> >> > > >1. Try removing /var/db/pkg/pkgdb.db > > Thanks, it helped. >2. Try rebuilding ruby WITHOUT_PTHREADS > > Gabor Kovesdan From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 16:49:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 989A016A420 for ; Mon, 20 Feb 2006 16:49:37 +0000 (GMT) (envelope-from beni.brinckman@dommel.be) Received: from laura.schedom-europe.net (laura.schedom-europe.net [193.109.184.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 5CB4143D46 for ; Mon, 20 Feb 2006 16:49:35 +0000 (GMT) (envelope-from beni.brinckman@dommel.be) Received: (qmail 3747 invoked by alias); 20 Feb 2006 16:49:03 -0000 Received: from els.schedom-europe.net (193.109.184.81) by laura.schedom-europe.net with SMTP; 20 Feb 2006 16:49:03 -0000 Received: (qmail 15108 invoked from network); 20 Feb 2006 17:49:35 +0100 Received: from localhost (127.0.0.1) by localhost with SMTP; 20 Feb 2006 17:49:35 +0100 Received: from user5.silver1.brussel1.schedom-europe.net (user5.silver1.brussel1.schedom-europe.net [83.101.7.5]) by webmail.dommel.be (Horde MIME library) with HTTP for ; Mon, 20 Feb 2006 17:49:34 +0100 Message-ID: <20060220174934.6e1kjfqopv404skg@webmail.dommel.be> Date: Mon, 20 Feb 2006 17:49:34 +0100 From: beni.brinckman@dommel.be To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 16:49:37 -0000 Hi all, When attaching (hotplugging) my mp3 player (its a BeQube) to my fbsd 6.1-PreRelease, the whole pc freezes and a reset/reboot is all that is left. In /var/log/messages this is what I get : Feb 16 20:41:25 www kernel: umass1: vendor 0x10d6 USB 2.0(FS) FLASH DISK, rev 1.10/1.00, addr 2 Feb 16 20:41:26 www kernel: da5 at umass-sim1 bus 1 target 0 lun 0 Feb 16 20:41:26 www kernel: da5: Removable Direct Access SCSI-0 device Feb 16 20:41:26 www kernel: da5: 1.000MB/s transfers Feb 16 20:41:26 www kernel: da5: 245MB (503521 512 byte sectors: 64H 32S/T 245C) Feb 16 20:41:27 www kernel: umass1: BBB reset failed, STALLED Feb 16 20:41:27 www kernel: umass1: BBB bulk-in clear stall failed, STALLED Feb 16 20:41:27 www kernel: umass1: BBB bulk-out clear stall failed, STALLED Feb 16 20:41:27 www kernel: (da5:umass-sim1:1:0:0): Synchronize cache failed, status == 0x4, scsi status == 0x0 Feb 16 20:41:27 www kernel: umass1: at uhub2 port 1 (addr 2) disconnected Feb 16 20:41:27 www kernel: (da5:umass-sim1:1:0:0): lost device Feb 16 20:41:27 www kernel: (da5:umass-sim1:1:0:0): removing device entry Feb 16 20:41:27 www kernel: umass1: detached What goes wrong and more importend, how do I get my mp3 player attached without freezing the whole pc ? Thanks for any hints. Beni. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 17:02:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4190216A420 for ; Mon, 20 Feb 2006 17:02:07 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from mail.dc-servers.com (mail.dc-servers.com [83.243.101.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 7A35243D5D for ; Mon, 20 Feb 2006 17:02:06 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: (qmail 13651 invoked by uid 399); 20 Feb 2006 17:02:08 -0000 Received: from unknown (HELO alfie.jigsawhq.com) (work@ashleymoran.me.uk@213.106.224.113) by mail.dc-servers.com with SMTP; 20 Feb 2006 17:02:08 -0000 From: Ashley Moran Organization: Codeweavers Ltd To: freebsd-questions@freebsd.org Date: Mon, 20 Feb 2006 17:00:44 +0000 User-Agent: KMail/1.9.1 References: <200602161418.32982.ashley.moran@codeweavers.net> <43F4951E.5090203@wmptl.com> <43F49A81.4090203@mac.com> In-Reply-To: <43F49A81.4090203@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602201700.44440.work@ashleymoran.me.uk> Cc: Subject: Re: Log analysis server suggestions? [long] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 17:02:07 -0000 On Thursday 16 February 2006 15:30, Chuck Swiger wrote: > I'm not sure who the original poster was, but whoever is interested in this > topic might benefit by reading a thread from the firewall-wizards mailing > list: Cheers that was very useful- I've put it into our company Wiki so it can be ignored by everyone :) I like the 3-stage processing: > Simply design your analysis as an always 3-stage process consisting of: > - weeding out and counting instances of uninteresting events > - selecting, parsing sub-fields of, and processing interesting events > - retaining events that fell through the first two steps as "unusual" That solves the problem of missing logs that you didn't anticipate, although it adds a lot to the initial server configuration. Ashley From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 17:42:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E820816A420 for ; Mon, 20 Feb 2006 17:42:04 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 638AE43D45 for ; Mon, 20 Feb 2006 17:42:04 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (unknown[208.206.151.59]) by comcast.net (rwcrmhc11) with ESMTP id <20060220174203m110096jkje>; Mon, 20 Feb 2006 17:42:03 +0000 Message-ID: <43F9FF6A.4000602@computer.org> Date: Mon, 20 Feb 2006 11:42:02 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: Chris Maness References: <43F97A60.90905@chrismaness.com> In-Reply-To: <43F97A60.90905@chrismaness.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: CUPS Login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 17:42:05 -0000 Chris Maness wrote: > I installed the port cups. I did the http://localhost:631 thing. That > brought up the cups main page, but when I try to loging in as root, the > thing just hangs forever. Any suggestions? Is cupsd in fact running? > > Thanks > Chris Maness > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 17:42:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48A6E16A420 for ; Mon, 20 Feb 2006 17:42:34 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9F4343D45 for ; Mon, 20 Feb 2006 17:42:33 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1KHgWFJ033283 for ; Mon, 20 Feb 2006 09:42:33 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43F9FF88.5070305@chrismaness.com> Date: Mon, 20 Feb 2006 09:42:32 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: CUPS Problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 17:42:34 -0000 It looks like cups accepts my root account and password, but it is just hanging when it authenticates. There is nothing suspicious in the log. This is a fresh install of CUPS with FreeBSD 6.0 I had also had synced my ports tree a couple of weeks ago, so the CUPS port should be the latest. Also, after it hangs, if I try a killall -9 cupsd, I get: killall: warning: kill -KILL 20896: No such process Did it crash? From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 17:43:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A5F416A422 for ; Mon, 20 Feb 2006 17:43:33 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B86443D76 for ; Mon, 20 Feb 2006 17:43:25 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so938506nzd for ; Mon, 20 Feb 2006 09:43:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=eeOW6Rgk8l9H3EIVfDazjTjrZJb1KzvJZ7jN7p2e6rH5GMSbbHiqqRHnCfyzn0fk4cHnckx37dPl97QX75i64FL2Y+waEkmsWrnq/VNHSc7JGxi0L7KvitoWS+ZpllCor9EE1YAJ9N5/DpU58TwOIvcaDNoJ/ellZ5Ocz3B+rGI= Received: by 10.36.154.3 with SMTP id b3mr2303825nze; Mon, 20 Feb 2006 09:43:23 -0800 (PST) Received: by 10.37.20.11 with HTTP; Mon, 20 Feb 2006 09:43:22 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 20:43:22 +0300 From: "Andrew Pantyukhin" To: "beni.brinckman@dommel.be" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: freebsd-questions@freebsd.org Subject: Re: BBB reset failed (Was: no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 17:43:33 -0000 On 2/20/06, beni.brinckman@dommel.be wrote: > Hi all, > > When attaching (hotplugging) my mp3 player (its a BeQube) to my fbsd > 6.1-PreRelease, the whole pc freezes and a reset/reboot is all that is le= ft. > > In /var/log/messages this is what I get : > > Feb 16 20:41:25 www kernel: umass1: vendor 0x10d6 USB 2.0(FS) FLASH DISK,= rev > 1.10/1.00, addr 2 > Feb 16 20:41:26 www kernel: da5 at umass-sim1 bus 1 target 0 lun 0 > Feb 16 20:41:26 www kernel: da5: Removable > Direct Access SCSI-0 device > Feb 16 20:41:26 www kernel: da5: 1.000MB/s transfers > Feb 16 20:41:26 www kernel: da5: 245MB (503521 512 byte sectors: 64H 32S/= T > 245C) > Feb 16 20:41:27 www kernel: umass1: BBB reset failed, STALLED > Feb 16 20:41:27 www kernel: umass1: BBB bulk-in clear stall failed, STALL= ED > Feb 16 20:41:27 www kernel: umass1: BBB bulk-out clear stall failed, STAL= LED > Feb 16 20:41:27 www kernel: (da5:umass-sim1:1:0:0): Synchronize cache fai= led, > status =3D=3D 0x4, scsi status =3D=3D 0x0 > Feb 16 20:41:27 www kernel: umass1: at uhub2 port 1 (addr 2) disconnected > Feb 16 20:41:27 www kernel: (da5:umass-sim1:1:0:0): lost device > Feb 16 20:41:27 www kernel: (da5:umass-sim1:1:0:0): removing device entry > Feb 16 20:41:27 www kernel: umass1: detached > > What goes wrong and more importend, how do I get my mp3 player attached > without freezing the whole pc ? > > Thanks for any hints. > > Beni. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Please, do not post with empty subject line. Google on this: "BBB reset failed", see the solutions, try them, report here in case of trouble. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 17:43:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2836016A437 for ; Mon, 20 Feb 2006 17:43:52 +0000 (GMT) (envelope-from flyweight@casema.nl) Received: from mta-fe.casema.nl (cas-mta1-fe.casema.nl [83.80.1.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36C1A43D48 for ; Mon, 20 Feb 2006 17:43:47 +0000 (GMT) (envelope-from flyweight@casema.nl) Received: from casema.nl (cas-mail3.mgmt.casema.nl [10.42.32.110]) by mta-fe.casema.nl (Postfix) with ESMTP id 38A3C4671 for ; Mon, 20 Feb 2006 18:43:46 +0100 (CET) Received: from [10.42.32.152] (Forwarded-For: [81.59.115.75]) by store2.mgmt.casema.nl (mshttpd); Mon, 20 Feb 2006 18:43:46 +0100 From: Tim T Bos To: freebsd-questions@freebsd.org Message-ID: Date: Mon, 20 Feb 2006 18:43:46 +0100 X-Mailer: Sun Java(tm) System Messenger Express 6.1 HotFix 0.11 (built Jan 28 2005) MIME-Version: 1.0 Content-Language: en X-Accept-Language: en Priority: normal Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 7bit Subject: FreeBSD 6.1 and opensound X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: timbos.prive@casema.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 17:43:53 -0000 What are the right dev permissions for a soundcard (M audio delta 1010le ) 10 in 10 out running the OpenSoundSystem /dev/dsp* /dev/audio* /dev/mixer* /dev/dspW* /dev/midi* It works under root but thats really no option. I need to get the users (me myself and i) to acces the sound card and i think /dev/dsp1 tm 10 are the audio outputs and /dev/dspW1 tm 10 are the audio inputs. I'm (as a user) a member of wheel and the permission currently say CRW----.it is owned by the user (me) and the group is wheel. I also have to mention i run FBSD 6.1 but the current available Opensound driver is for 6.0. I did a chmod 666 to all audio devs and then the system hangs. Is there work going on on the audio subsystem? Or i'm a doing sometheing stuppid? My soundcard needs a pro licence from oss but that will cost me $60 for driver and pro option.:( Please i'm desperado.. any pointers are welcome. Peace T. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 17:44:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3693616A420 for ; Mon, 20 Feb 2006 17:44:52 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1DF443D46 for ; Mon, 20 Feb 2006 17:44:51 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1KHih6J033322; Mon, 20 Feb 2006 09:44:43 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43FA000B.6010000@chrismaness.com> Date: Mon, 20 Feb 2006 09:44:43 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: Eric Schuele References: <43F97A60.90905@chrismaness.com> <43F9FF6A.4000602@computer.org> In-Reply-To: <43F9FF6A.4000602@computer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: CUPS Login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 17:44:52 -0000 Eric Schuele wrote: > Chris Maness wrote: >> I installed the port cups. I did the http://localhost:631 thing. >> That brought up the cups main page, but when I try to loging in as >> root, the thing just hangs forever. Any suggestions? > > Is cupsd in fact running? > >> >> Thanks >> Chris Maness >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > Yes From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 17:47:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 554EE16A420 for ; Mon, 20 Feb 2006 17:47:12 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A47B43D46 for ; Mon, 20 Feb 2006 17:47:06 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1KHl0OG033345; Mon, 20 Feb 2006 09:47:00 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43FA0094.2020708@chrismaness.com> Date: Mon, 20 Feb 2006 09:47:00 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: freebsd-questions@freebsd.org, e.schuele@computer.org Content-Type: multipart/mixed; boundary="------------060005090708060309070204" Cc: Subject: Append: CUPS Problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 17:47:12 -0000 This is a multi-part message in MIME format. --------------060005090708060309070204 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit There are some errors in the CUPS log: W [20/Feb/2006:09:44:19 -0800] Unknown username "lp" I [20/Feb/2006:09:44:19 -0800] Loaded configuration file "/usr/local/etc/cups/cupsd.conf" I [20/Feb/2006:09:44:19 -0800] Configured for up to 100 clients. I [20/Feb/2006:09:44:19 -0800] Allowing up to 100 client connections per host. I [20/Feb/2006:09:44:19 -0800] Full reload is required. E [20/Feb/2006:09:44:19 -0800] LoadDevices: Unable to open backend directory "/usr/lib/cups/backend": No such file or directory I [20/Feb/2006:09:44:19 -0800] LoadPPDs: Read "/usr/local/etc/cups/ppds.dat", 16 PPDs... I [20/Feb/2006:09:44:19 -0800] LoadPPDs: No new or changed PPDs... I [20/Feb/2006:09:44:19 -0800] Full reload complete. --------------060005090708060309070204 Content-Type: message/rfc822; name="CUPS Problems" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="CUPS Problems" Message-ID: <43F9FF88.5070305@chrismaness.com> Date: Mon, 20 Feb 2006 09:42:32 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: CUPS Problems Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit It looks like cups accepts my root account and password, but it is just hanging when it authenticates. There is nothing suspicious in the log. This is a fresh install of CUPS with FreeBSD 6.0 I had also had synced my ports tree a couple of weeks ago, so the CUPS port should be the latest. Also, after it hangs, if I try a killall -9 cupsd, I get: killall: warning: kill -KILL 20896: No such process Did it crash? --------------060005090708060309070204-- From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 18:01:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C8E916A420 for ; Mon, 20 Feb 2006 18:01:25 +0000 (GMT) (envelope-from bhouse2@unifiednetworkservices.ca) Received: from tomts20-srv.bellnexxia.net (tomts20-srv.bellnexxia.net [209.226.175.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id C804543D64 for ; Mon, 20 Feb 2006 18:01:23 +0000 (GMT) (envelope-from bhouse2@unifiednetworkservices.ca) Received: from mail.unifiednetworkservices.ca ([65.93.58.216]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060220180122.ISBH16051.tomts20-srv.bellnexxia.net@mail.unifiednetworkservices.ca> for ; Mon, 20 Feb 2006 13:01:22 -0500 Received: (qmail 40582 invoked by uid 1009); 20 Feb 2006 13:07:30 -0000 Received: from d235-235-208.home1.cgocable.net (HELO NOTEBOOK) (bhouse2@unifiednetworkservices.ca@24.235.235.208) by mail.unifiednetworkservices.ca with SMTP; 20 Feb 2006 13:07:30 -0000 From: "Ben House" To: "Chuck Swiger" , "Matias Surdi" Date: Mon, 20 Feb 2006 13:01:20 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-Reply-To: <43F88B4E.4010104@mac.com> Cc: freebsd-questions@freebsd.org Subject: RE: equivalent to linux cp -al X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 18:01:25 -0000 What about cpio? cpio -dplm should do what you need it to. This operates in pass-through to give you a recreation of the directories rather than an archive. Input is from standard i/p. HTH. BH -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Chuck Swiger Sent: Sunday, February 19, 2006 10:14 AM To: Matias Surdi Cc: freebsd-questions@freebsd.org Subject: Re: equivalent to linux cp -al Matias Surdi wrote: > I've a script on a linux box wich makes backups, it uses the "cp -al" > command to make hard links and preserve atributes. > > Is there an equivalent on FreeBSD? "cp -p" comes reasonably close, but will duplicate files rather than creating hard links. If you need to preserve hard links, consider using tar or maybe rsync to do the copying instead. -- -Chuck _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 18:22:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0087F16A422 for ; Mon, 20 Feb 2006 18:22:30 +0000 (GMT) (envelope-from dennyboy@cableone.net) Received: from S2.cableone.net (s2.cableone.net [24.116.0.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A2643D53 for ; Mon, 20 Feb 2006 18:22:29 +0000 (GMT) (envelope-from dennyboy@cableone.net) Received: from badboybox.cableone.net (unverified [69.92.7.117]) by S2.cableone.net (CableOne SMTP Service S2) with ESMTP id 46239177 for multiple; Mon, 20 Feb 2006 12:01:14 -0700 Date: Mon, 20 Feb 2006 12:24:25 +0000 (UTC) From: Denny White To: Eric Schuele In-Reply-To: <43F73BFD.3080702@computer.org> Message-ID: References: <43F73BFD.3080702@computer.org> X-GPG-PUBLIC_KEY: http//wwwkeys.nl.pgp.net X-GPG-FINGERPRINT: D0A9 AD44 1F10 E09E 0E67 EC25 CB44 F2E5 1644 E79A MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-NotAscii: charset=us-ascii; X-IP-stats: Incoming Last 6, First 25, in=10, out=0, spam=0 X-External-IP: 69.92.7.117 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: FreeBSD Questions Subject: Re: apsfilter question/problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 18:22:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Feb 18 Eric Schuele spake forth boldly: >> I read the article at Onlamp about printing for the impatient. >> Installed apsfilter and samba on my old hp netserver so I'd >> be able to print to an hp 722c deskjet printer connected to >> an xp box. > > I don't have a fix to your apsfilter issue, but if you you are interested in > another possible printing solution... try: > > http://www.lanside.net/article.php?story=20031007161002250 > > It works well for me. And is simple to setup. > >> Gimp-print was also installed. Ghostscript was >> already installed. I ran /usr/local/share/apsfilter/./SETUP >> & thought I had it whipped. That's where the fun started. >> Apparently I've missed something along the way, since the >> print job never gets sent to the xp box. I also found out >> at linuxprinting.org that the recommended hp 722c driver >> is pnm2ppa. There was only one section in the install script >> that mentioned that driver, 10) PPA printer, so I chose that. >> It plugs it into the setup, but when I try to print a test >> page, I get ERROR: additional filter 'pnm2ppa' not found. >> I found the driver at linuxprinting.org & downloaded it. >> How do I go about using it? Is there a way to compile it >> into ghostscript? I have ghostscript-gnu-nox11-7.07_14 & >> the apsfilter setup script found it & didn't complain. >> Do I need to install another more complete version? I know >> if I install ghostscript-afpl, I'll also have to recompile >> & reinstall apsfilter with the proper make options. When >> I choose the more generic just plain deskjet printer driver, >> the script accepts it, and when I try to print a test page, >> there's no complaining about the driver like when I try the >> ppa driver. Test page is created, supposedly sent to the >> xp printer with even a speed, average around 950 kb/s, but >> I see where it only goes to stdin. I'm definitely not a >> programmer, but another filter, ghostscript, something, has >> to relay it to stdout, is that correct? >> So, I could use some pointers on this. If anyone interested >> in answering needs more info, I'll be glad to plug it in to >> a reply. Like smb.conf, apsfilterrc, & so forth. Thanks. >> Denny White >> > -- > Regards, > Eric Thanks. Got it installed but couldn't get it to work. Ran into some real problems with what it did regarding my old Star 2410 dot-matrix printer. I shouldn't have fooled with that to begin with. I had tried to set the old Star up with CUPS, but there was no mention of a driver for it, or even the brand of printer. I know some of the Epson drivers may work with it, but in the meantime, I kept getting something sent to that printer, even after I'd removed it from printcap & even rebooted. I fooled around with the files I could find in /var/spool & downward, moved some into a backup directory until I could get the old printer to behave, & then started putting the files back. Afterward, cups could no longer communicate with anything. I tried doing a deinstall & reinstall, but the problem persisted. So, it's all gone now, uninstalled. Will try again later with the other solution I received in another post. Thanks for trying to help. I think I've been eaten up by the dumbass in this issue. :) I know others have trouble too, sometimes, setting up printing, but I almost screwed my system up, just to print to a damned winblows puter! :) GnuPG key : 0x1644E79A | http://wwwkeys.nl.pgp.net Fingerprint: D0A9 AD44 1F10 E09E 0E67 EC25 CB44 F2E5 1644 E79A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (OpenBSD) iD8DBQFD+bUAy0Ty5RZE55oRAtVDAJ9w+r5DA5t2usGFMl7gWyazuLMJmQCfQhQa 5BO7cQZd4FHMUpV6eHyBycI= =ql/x -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 18:39:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF38E16A422 for ; Mon, 20 Feb 2006 18:39:44 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2140943D53 for ; Mon, 20 Feb 2006 18:39:43 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from PC02.xxiii.com (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.12.10/8.12.10) with ESMTP id k1KIdeRv049139 for ; Mon, 20 Feb 2006 13:39:40 -0500 (EST) (envelope-from wc_fbsd@xxiii.com) Message-Id: <6.2.5.6.2.20060220133249.026ebae8@xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Mon, 20 Feb 2006 13:39:43 -0500 To: freebsd-questions@freebsd.org From: Wayne In-Reply-To: References: <43F73BFD.3080702@computer.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: How to remove Boot Menu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 18:39:44 -0000 Hi All, I have a new server loaded with 6.0-Release. During the installation, I told it to use the "boot manager" -- boot0 if I have my terminology straight. So on every start, I get the: F1 FreeBSD Default: F1 menu. How can I get rid of this, and just boot straight into BSD? Some online docs suggested: fdisk -b /boot/mbr /dev/ad4 would work, but I've still got the menu. Usually I'll poke around more before asking, but I really don't want to trash something, loose the partition table and have to start from scratch. Suggestions? -Thanks, Wayne From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 18:49:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 248AC16A420 for ; Mon, 20 Feb 2006 18:49:54 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 901C143D53 for ; Mon, 20 Feb 2006 18:49:53 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 412 invoked by uid 89); 21 Feb 2006 05:49:52 +1100 Received: by simscan 1.1.0 ppid: 370, pid: 380, t: 1.6798s scanners: clamav: 0.87/m:34/d:1169 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.0 Received: from unknown (HELO ?192.168.1.34?) (212.2.182.202) by 0 with SMTP; 21 Feb 2006 05:49:51 +1100 In-Reply-To: <25F16C5D-081F-41DF-A631-FC2B3E3D0145@u.washington.edu> References: <9E440663-1793-43C3-A188-2B12012D8F90@redry.net> <20060219181407.03e1625b.bsd-unix@comcast.net> <71911BE8-0176-4C92-9ADF-40980EB336EA@redry.net> <25F16C5D-081F-41DF-A631-FC2B3E3D0145@u.washington.edu> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: eoghan Date: Mon, 20 Feb 2006 18:49:48 +0000 To: Garrett Cooper X-Mailer: Apple Mail (2.746.2) Cc: freebsd-questions@freebsd.org Subject: Re: hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 18:49:54 -0000 On 20 Feb 2006, at 00:26, Garrett Cooper wrote: >> Thanks >> I have changed it to "home.nathaniel" >> im getting this on boot: >> Feb 19 23:19:37 home sm-mta[405]: NOQUEUE: SYSERR(root): >> opendaemonsocket: daemon Daemon0: cannot bind: Can't assign >> requested address >> Feb 19 23:19:37 home sm-mta[405]: daemon Daemon0: problem creating >> SMTP socket >> Feb 19 23:19:37 home sm-mta[405]: NOQUEUE: SYSERR(root): >> opendaemonsocket: daemon Daemon0: server SMTP socket wedged: exiting > > Try something similar to nathan.localdomain if you don't have > either an NIS or DNS domain, since localdomain's kind of like a > special keyword AFAIK for non-domain affiliated machines. > -Garrett Thanks. I set sendmail_enable="NONE" in my rc.conf and I no longer get the messages. Curious as I dont use sendmail and it only started to happen last night... From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 19:12:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 683B116A422 for ; Mon, 20 Feb 2006 19:12:45 +0000 (GMT) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [195.115.46.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E0943D6E for ; Mon, 20 Feb 2006 19:12:38 +0000 (GMT) (envelope-from bsd@todoo.biz) Received: from localhost (localhost [127.0.0.1]) by newmail.rmm.fr (Postfix) with ESMTP id 359A229F9D; Mon, 20 Feb 2006 20:12:34 +0100 (CET) Received: from newmail.rmm.fr ([127.0.0.1]) by localhost (newmail.rmm.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27477-09; Mon, 20 Feb 2006 20:12:32 +0100 (CET) Received: from [10.0.1.201] (me.todoo.biz [82.66.93.242]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by newmail.rmm.fr (Postfix) with ESMTP id CC38329F9B; Mon, 20 Feb 2006 20:12:31 +0100 (CET) In-Reply-To: <1140335174.19974.19.camel@lmail.bathnetworks.co.uk> References: <1140335174.19974.19.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: bsd Date: Mon, 20 Feb 2006 20:12:20 +0100 To: Robert Slade X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: by amavisd-new at rmm.fr Cc: Liste FreeBSD Subject: Re: Multiple DNS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 19:12:45 -0000 Le 19 f=E9vr. 06 =E0 08:46, Robert Slade a =E9crit : > Hi, > > I am looking for some advice. I have a network which is based on a > number of servers running FreeBsd 6.0 serving Win XP work stations. =20= > (yes > I know but..) The network is large enough to use DHCP and DNS for the > internal network, I have setup a DHCP server with a Dynamic DNS =20 > (Bind 9) > on one of the servers. That server is handling the LDAP side of the > domain. > Is your DNS server busy resolving internal requests or external ones ? > There appears to be a fair bit of DNS Traffic which leads to a =20 > secondary > DNS being required to take some of the load as DNS lookup are slow. =20= > The > question I have is should I just setup a cashing DNS on another server > using the primary as a forwarder or even several servers eg the mail > server and the secondary LDAP server, or should I setup a proper > secondary DNS using my ISP as a forwarder with dynamic updates from =20= > the > primary. > You should not forward anything to your ISP. This is probably the =20 main reason for your DNS beeing slow. You should make shure you have well defined your network in your conf =20= (so that you don't resolve queries for outside users...)- I would not advise you to forward any queries to your ISP as this =20 will disable the capacity for your own server to build It's own =20 resolver database and forward all the queries to the ISP (resulting =20 in slow answers)! Normaly you should configure the master and the slave to be =20 authoritative for your internal domains. And configure the master and the slave to resolve ALL the Internet =20 domains for your internal network and none for outside domains. DNS is very tightly related to network... And we don't have any clue =20 for the topology of your Net. SHORT ANSWER : DON'T FORWARD --> BUILD YOUR OWN DATABASE!! > Sorry if this is a bit vague, but I have no experience in this area. > > Rob > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-=20 > unsubscribe@freebsd.org" ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF Gregober ---> PGP ID --> 0x1BA3C2FD bsd @at@ todoo.biz ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 19:16:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58F3C16A422 for ; Mon, 20 Feb 2006 19:16:28 +0000 (GMT) (envelope-from maxsec@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91BC543D45 for ; Mon, 20 Feb 2006 19:16:27 +0000 (GMT) (envelope-from maxsec@gmail.com) Received: by wproxy.gmail.com with SMTP id i24so673768wra for ; Mon, 20 Feb 2006 11:16:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:references; b=iKUSu0sIaAz/1N4PahC79xiVO79zxFRLtaV/J0KkgIUHjp33X9aa71q86o5a8HVTQxLK+KHYL7sXomzoMMgWAzS0/p1JJpomMFy+RGhCa8N9uwLcykD/vtVlrbuBFlvo/VTEctgbc/ZcSFBzWIPyANPpWFesdAcmDsKZADtCpXY= Received: by 10.64.10.11 with SMTP id 11mr415262qbj; Mon, 20 Feb 2006 11:16:25 -0800 (PST) Received: by 10.64.210.18 with HTTP; Mon, 20 Feb 2006 11:16:24 -0800 (PST) Message-ID: <72cf361e0602201116g5fcc5551p5bc4f5e77af6a5d4@mail.gmail.com> Date: Mon, 20 Feb 2006 19:16:24 +0000 From: "Martin Hepworth" Cc: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: WinSCP mega-slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 19:16:28 -0000 Hate to do a me too, but I gotta agree. I did the same file transfer using cygwin's scp and winscp and cygwin was about 10x faster..... On 2/20/06, Xn Nooby wrote: > > For about a year I have noticed that whenever my Windows boxes talk to my > Unix boxes, they communicate at about 1/10 normal speed. I copy lots > (300GB) > of large files back and forth between machines as I try different OS's, > and > I always see this. > > Specifically, if I copy from FreeBSD to FreeBSD, files transfer at 11 meg= s > per second. Between FreeBSD and Linux, at about 8 megs per > second. Between > FreeBSD and Windows, about 1 megabyte per second. This is on identical > hardware. I've told other people about this, and they usually say I must > be > doing something wrong, but recently a friend of mine upgraded a Windows > box > to SP2, and now they are getting this same slowness. When I copy from > Windows to WIndows (XP or W2k), I get 11 megs per second. > > My machines are two P4's with gigabit NICs, and I'm using WinSCP and > (somtimes) pscp.exe on WIndows to talk to sshd on FreeBSD. It's always a > shock when I have to copy my data to WIndows, and it takes 30 hours > instead > of 3. > > Does anyone else ever see this slowness when copying files between FreeBS= D > and Windows? > > Is Windows maybe capping the transfer speed when it talks to Unix? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 19:28:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A719416A420 for ; Mon, 20 Feb 2006 19:28:28 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9378043D62 for ; Mon, 20 Feb 2006 19:28:25 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so743235wxc for ; Mon, 20 Feb 2006 11:28:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ksc4oYKpe89Tk4/FyB+GKAWpa9+po3+9CLwpxDBizTooBjLCRqalVxb2WT64+X3skc8c8ax4foxTSniEUMYSDzXFFqa16DlesmmHgYebUWAqgMgSHxTzxLmrntVaNSRJXH1Q2qxLEvoBKOqNmfNXpzzaCnKHDKsvOaQAxHuqbBE= Received: by 10.70.21.19 with SMTP id 19mr3865812wxu; Mon, 20 Feb 2006 11:28:24 -0800 (PST) Received: by 10.70.58.15 with HTTP; Mon, 20 Feb 2006 11:28:24 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 13:28:24 -0600 From: "illoai@gmail.com" To: Wayne In-Reply-To: <6.2.5.6.2.20060220133249.026ebae8@xxiii.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43F73BFD.3080702@computer.org> <6.2.5.6.2.20060220133249.026ebae8@xxiii.com> Cc: freebsd-questions@freebsd.org Subject: Re: How to remove Boot Menu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 19:28:28 -0000 On 2/20/06, Wayne wrote: > Hi All, > > I have a new server loaded with 6.0-Release. During the > installation, I told it to use the "boot manager" -- boot0 if I have > my terminology straight. > > So on every start, I get the: > F1 FreeBSD > Default: F1 > menu. > > How can I get rid of this, and just boot straight into BSD? Some > online docs suggested: fdisk -b /boot/mbr /dev/ad4 would work, > but I've still got the menu. bsdlabel -B /dev/ad4 might want to man bsdlabel before you assume I haven't missed something. -- -- From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 19:47:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AAB416A420 for ; Mon, 20 Feb 2006 19:47:25 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from asmtp-out4.blueyonder.co.uk (asmtp-out4.blueyonder.co.uk [195.188.213.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 127BA43D4C for ; Mon, 20 Feb 2006 19:47:24 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [82.35.114.11] (helo=[192.168.10.60]) by asmtp-out4.blueyonder.co.uk with esmtpa (Exim 4.52) id 1FBH0F-0002aZ-1Y for freebsd-questions@freebsd.org; Mon, 20 Feb 2006 19:47:23 +0000 Message-ID: <43FA1C37.1070607@childeric.freeserve.co.uk> Date: Mon, 20 Feb 2006 19:44:55 +0000 From: Chris Whitehouse User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <43F96644.3070306@gmail.com> <43F99F17.1040407@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 6.0 stable: linuxpluginwrapper port build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 19:47:25 -0000 Andrew Pantyukhin wrote: > On 2/20/06, Chandan Haldar wrote: > >>Thanks a lot for the direction. All goes well until portupgrade asks me >>to run 'pkgdb -F', >>which asks me to resolve stale dependencies. I have a large number of >>ports installed and >>the dependencies seem somewhat intractable for manual resolution. Is >>this the only way >>to resolve the stale dependencies or am I as usual missing something :-( >>? From the pkgdb >>manpage I could not understand the implication of the score and how that >>helps me >>select a new dependency... > > > > If you have some spare time, consider reinstalling all > the ports. You might try sysutils/portmanager first. It upgrades lowest dependencies first then works it's way up the dependency tree so stale dependencies are not usually a problem. It works very well. Chris From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 19:57:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F10EC16A420 for ; Mon, 20 Feb 2006 19:57:10 +0000 (GMT) (envelope-from don@lizardhill.com) Received: from bigbird.whtech.com (bigbird.whtech.com [64.125.72.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 78C7D43D53 for ; Mon, 20 Feb 2006 19:57:10 +0000 (GMT) (envelope-from don@lizardhill.com) Received: (qmail 63435 invoked by uid 0); 20 Feb 2006 19:56:01 -0000 Received: from unknown (HELO mickey) (unknown) by unknown with SMTP; 20 Feb 2006 19:56:01 -0000 From: "Don O'Neil" To: Date: Mon, 20 Feb 2006 11:56:09 -0800 Message-ID: <047901c63657$b19d2b80$0300020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 thread-index: AcY1nqqafAI9ZkcWRh6M2m11n/geCwAt11Jg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 In-Reply-To: <20060219214815.30F6A16A423@hub.freebsd.org> Cc: Subject: RE: freebsd-questions Digest, Vol 124, Issue 26 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 19:57:11 -0000 Chuck, Thanks for the response, this helps me a lot... My answers are inline: >Date: Sun, 19 Feb 2006 09:47:08 -0500 >From: Chuck Swiger >Subject: Re: 3Ware Escalade Issues >To: "Don O'Neil" >Cc: freebsd-questions@freebsd.org >Message-ID: <43F884EC.70902@mac.com> >Content-Type: text/plain; charset=ISO-8859-1 >Don O'Neil wrote: >> There appears to be a bad sector on one of the drives according to smartctl, >> but nothing serious. >What that may mean is that there have been many bad sectors, which have been >corrected using the spares, until no more spare sectors are left for replacements. >That drive may well fail catastrophically, soon. I figured as much, which is why I'm going to re-build the whole array with a new drive, etc... Fortunatly I got all my data off ok without any issues. >> However, every time the system tried to write to that sector in the array, >> the system would freeze, and then reboot, and of course it would say the >> file system isn't clean, etc... >> >> Since the file system is 1 TB in size, it would take 8+ hours to FSCK it. >> The array is only striped, and not mirrored or built with redunancy. I'm >> basically using the card/driver to make one large volume for a web server. >OK. Well, if this data is important to you, you should give consideration to >using a RAID-1, RAID-10, or RAID-5 configuration to gain redundancy. Yes, and when I re-build it with will be RAID-5 rather than just RAID-0 >> I have a few questions: >> >> 1) Is this a known bug? I'm running FreeBSD 4.11 (for software compatibility .> issues at the moment, I will upgrade at some point in the future) >Normally, the OS will only kill the affected processes using that sector, but >without knowing where it is, perhaps it's affecting some important file like the >kernel itself, /bin/sh...? Actually the only thing that was on the array was a DB, so I think the failure may have been causing MySQL to go nuts, and cascading up. >> 2) How can I trap the errors and eliminate the re-boot issue? >Shut down the system. Replace the failing hard drive. Use dd to make an exact >copy onto the new drive on some other system. and put the new drive back into >the array. Note that the replacement drive must be an exact match for this to >work, otherwise you will have to backup your data and rebuild the array. >Speaking of which, do you have known-good backups available? Of course I have backups!! Never work without them. I'm going to re-build with RAID-5 this time. >> 3) Is there some way I can do a faster FSCK, or perhaps 'fool' the system >> into thinking the file system is clean? >If you update to 5.x or later, you can use background FSCK rather than having to >wait for the FSCK to complete the way it does under 4.x. I wasn't aware 5.x could do this. My next question is how are my existing apps going to be affected by upgrading to 5.x? I have some builds of packages that were done by a company that is no longer in operation. I haven't fully figured out how they built the software yet so I can't re-build under 5.X yet. If I try to put the elf binaries and the other builds from 4.X on 5.X are they going to run ok or do I just need to give it a try? Would you suggest going all the way to 6.x or sticking with the 5.x chain? >> 4) Any suggestions on how to fix this? >Also, if you update to 5.x, you can run the smartmon tools, which will let you >do a drive self-test using SMART, this will give much better information about >what is going on with the drive, and also give an estimate of its remaining >lifespan. Yes, this would help a lot!!! >How old are the drives, if you know? They're less than 2 years old, and still under warranty. This is the second drive to fail and it's driving me nuts. They're Maxtor DiamondMax Plus 9 6Y250P0 250 GB PATA drives... Never had a problem with that particular drive until this batch. Can anyone suggest some good 250GB PATA drives for me to use? I might as well swap them all out since I'm starting over. The 6000 series Escalade card I'm using doesn't support anything more than 250 GB. Thanks all again!!! Don From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 19:57:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9D2116A420 for ; Mon, 20 Feb 2006 19:57:23 +0000 (GMT) (envelope-from bogo.readlist@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B61B43D55 for ; Mon, 20 Feb 2006 19:57:22 +0000 (GMT) (envelope-from bogo.readlist@gmail.com) Received: by nproxy.gmail.com with SMTP id c31so634185nfb for ; Mon, 20 Feb 2006 11:57:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=gFXLpyKf9IjpLzFoMVY1+mGR2hqyAnVv/gxNkRzNnn2+nGHVMapQzXpSeBoYmuF+7RqZeC6onR4x0LXaP6R7xlJrvfm3zF2moM9xS0ewLYquqi08IiDC61SrCNEjB57B70PyQm72vRJYCICW8KNJAirHPTk7lmMDs+wRN6gkf2E= Received: by 10.49.18.20 with SMTP id v20mr1307387nfi; Mon, 20 Feb 2006 11:57:21 -0800 (PST) Received: by 10.48.233.9 with HTTP; Mon, 20 Feb 2006 11:57:21 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 11:57:21 -0800 From: "bogo logo" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: serious 3ware 9500 problem on 5-stable and 6-stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 19:57:23 -0000 hi list, i have a 3ware 9500-8 with 4x 400gb drives in a raid5 configuration running FreeBSD 5.4-stable (as of last week) on amd64. during a recent update, we try to mount the 1.1TB partition, and we can see the first few directory listings and so on, but when we try to `cd ` on a dir, the computer just reboots. is this a known problem? and everytime i run fsck on the raid5, it says that it cannot read superblock info and that some negatve sectors could not be read.. THE FOLLOWING DISK SECTORS COULD NOT BE READ: -2003455344, -2003455343, -2003455342, -2003455341, -2003455340, -2003455339, -2003455338, -2003455337, -2003455336, -2003455335, -2003455334, -2003455333, -2003455332, -2003455331, -2003455330, -2003455329, .. anyone ran into thsi before? any hel pwoudl be appreciated. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 20:23:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B585A16A420 for ; Mon, 20 Feb 2006 20:23:12 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46BE943D46 for ; Mon, 20 Feb 2006 20:23:12 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060220202311.PKNH7811.mta11.adelphia.net@barbish>; Mon, 20 Feb 2006 15:23:11 -0500 From: "fbsd_user" To: "Martin Hepworth" Date: Mon, 20 Feb 2006 15:23:10 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <72cf361e0602201116g5fcc5551p5bc4f5e77af6a5d4@mail.gmail.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Cc: freebsd-questions@freebsd.org Subject: RE: WinSCP mega-slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 20:23:12 -0000 There is a patch to OpenSSH to fix the buffer size problem caused be the different operating systems OpenSSH runs on. When the host and remote are different operating systems the send/receive buffer sizes do not match and this causes drastic slow down. Like in using Winscp client connecting to a FreeBSD box or Linux box. ports/security/hpn-ssh/ contains the patch code to fix this problem in sshd/ssh. Check out the patches home page at http://www.psc.edu/networking/projects/hpn-ssh/ -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Martin Hepworth Sent: Monday, February 20, 2006 2:16 PM Cc: freebsd-questions@freebsd.org Subject: Re: WinSCP mega-slowness Hate to do a me too, but I gotta agree. I did the same file transfer using cygwin's scp and winscp and cygwin was about 10x faster..... On 2/20/06, Xn Nooby wrote: > > For about a year I have noticed that whenever my Windows boxes talk to my > Unix boxes, they communicate at about 1/10 normal speed. I copy lots > (300GB) > of large files back and forth between machines as I try different OS's, > and > I always see this. > > Specifically, if I copy from FreeBSD to FreeBSD, files transfer at 11 megs > per second. Between FreeBSD and Linux, at about 8 megs per > second. Between > FreeBSD and Windows, about 1 megabyte per second. This is on identical > hardware. I've told other people about this, and they usually say I must > be > doing something wrong, but recently a friend of mine upgraded a Windows > box > to SP2, and now they are getting this same slowness. When I copy from > Windows to WIndows (XP or W2k), I get 11 megs per second. > > My machines are two P4's with gigabit NICs, and I'm using WinSCP and > (somtimes) pscp.exe on WIndows to talk to sshd on FreeBSD. It's always a > shock when I have to copy my data to WIndows, and it takes 30 hours > instead > of 3. > > Does anyone else ever see this slowness when copying files between FreeBSD > and Windows? > > Is Windows maybe capping the transfer speed when it talks to Unix? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 20:30:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A8716A422 for ; Mon, 20 Feb 2006 20:30:29 +0000 (GMT) (envelope-from idmc_vivr@intgdev.com) Received: from mail.networksolutionsemail.com (omr5.networksolutionsemail.com [205.178.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 6C19343D46 for ; Mon, 20 Feb 2006 20:30:27 +0000 (GMT) (envelope-from idmc_vivr@intgdev.com) Received: (qmail 8300 invoked from network); 20 Feb 2006 20:28:18 -0000 Received: from unknown (HELO webmail8) (205.178.146.50) by omr5.mgt.bos.netsol.com with SMTP; 20 Feb 2006 20:28:18 -0000 Received: from 208.40.29.234 (unverified [208.40.29.234]) by webmail8 (VisualOffice 4.01) with WEBMAIL id 18548; Mon, 20 Feb 2006 20:28:18 +0000 From: "V.I.Victor" To: freebsd-questions@freebsd.org Importance: Normal Sensitivity: Normal Message-ID: X-Mailer: Mintersoft VisualOffice, Build 4.01.1003 X-Originating-IP: [208.40.29.234] Date: Mon, 20 Feb 2006 20:28:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Every 12-hrs -- "ad0: TIMEOUT - WRITE DMA" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 20:30:29 -0000 On Sun, 19 Feb 2006, Mike Tancsa wrote: > On Sun, 19 Feb 2006 22:21:04 +0000, in sentex.lists.freebsd.questions > you wrote: > >> On Thu, 16 Feb 2006, Mike Tancsa wrote: >> >>>> For the last 4-days, our (otherwise OK) 5.4-RELEASE machine has been >>>> reporting: >>>> >>>> Feb 12 12:08:05 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2701279 >>>> Feb 13 00:08:51 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2701279 >>>> Feb 13 12:09:38 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2963331 >>>> Feb 14 00:10:24 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2705947 >>>> >>>> So -- can anyone help track this down? >>> >>> >>> It sounds like a hardware issue. Install >>> /usr/ports/sysutils/smartmontools and "ask" the drive to see whats up. >> >> I installed 'smartmontools' but haven't used as yet. I've been waiting to >> see what happens -- the "problem" simply stopped. There've been no "ad0: >> TIMEOUT" messages for 3-days. > > The errors get logged in the drive so you dont have to wait for more > errors to happen. Start it running now so you can see if any of the > "bad" counters are changing as well as to ask the drive what it was. > My guess is you have some bad sectors the drive remapped. OK. No problems found... And -- still -- no more "ad0: TIMEOUTs" But, I'm not really surprised. As mentioned in the original post, a 2-gig file had been created that presumably "moved-past" any bad sector patches; approx. midway during the TIMEOUT report period. Plus -- since the drive is (was) storing email, writing logs, etc. 24-hrs a day, it seems improbable that bad-sectors would only show-up every 12-hrs. Although I'm uncomfortable with "magic-fixes," I wonder if there's more than a coincidental connection between setting the date and the reports starting and stopping. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 21:04:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17DD716A420 for ; Mon, 20 Feb 2006 21:04:27 +0000 (GMT) (envelope-from beni.brinckman@dommel.be) Received: from laura.schedom-europe.net (laura.schedom-europe.net [193.109.184.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 80F5643D70 for ; Mon, 20 Feb 2006 21:04:17 +0000 (GMT) (envelope-from beni.brinckman@dommel.be) Received: (qmail 22089 invoked by alias); 20 Feb 2006 21:03:45 -0000 Received: from els.schedom-europe.net (193.109.184.81) by laura.schedom-europe.net with SMTP; 20 Feb 2006 21:03:45 -0000 Received: (qmail 26625 invoked from network); 20 Feb 2006 22:04:16 +0100 Received: from localhost (127.0.0.1) by localhost with SMTP; 20 Feb 2006 22:04:16 +0100 Received: from user5.silver1.brussel1.schedom-europe.net (user5.silver1.brussel1.schedom-europe.net [83.101.7.5]) by webmail.dommel.be (Horde MIME library) with HTTP for ; Mon, 20 Feb 2006 22:04:16 +0100 Message-ID: <20060220220416.qiggte4obia8c0ks@webmail.dommel.be> Date: Mon, 20 Feb 2006 22:04:16 +0100 From: beni.brinckman@dommel.be To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) Cc: infofarmer@gmail.com Subject: attaching an mp3 player / BBB reset failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 21:04:27 -0000 On Monday 20 February 2006 18:43, Andrew Pantyukhin wrote: > On 2/20/06, beni.brinckman@dommel.be wrote: > > Hi all, > > > > When attaching (hotplugging) my mp3 player (its a BeQube) to my fbsd > > 6.1-PreRelease, the whole pc freezes and a reset/reboot is all that is > > left. > > > > In /var/log/messages this is what I get : > > > > Feb 16 20:41:25 www kernel: umass1: vendor 0x10d6 USB 2.0(FS) FLASH DISK, > > rev 1.10/1.00, addr 2 > > Feb 16 20:41:26 www kernel: da5 at umass-sim1 bus 1 target 0 lun 0 > > Feb 16 20:41:26 www kernel: da5: Removable > > Direct Access SCSI-0 device > > Feb 16 20:41:26 www kernel: da5: 1.000MB/s transfers > > Feb 16 20:41:26 www kernel: da5: 245MB (503521 512 byte sectors: 64H > > 32S/T 245C) > > Feb 16 20:41:27 www kernel: umass1: BBB reset failed, STALLED > > Feb 16 20:41:27 www kernel: umass1: BBB bulk-in clear stall failed, > > STALLED Feb 16 20:41:27 www kernel: umass1: BBB bulk-out clear stall > > failed, STALLED Feb 16 20:41:27 www kernel: (da5:umass-sim1:1:0:0): > > Synchronize cache failed, status == 0x4, scsi status == 0x0 > > Feb 16 20:41:27 www kernel: umass1: at uhub2 port 1 (addr 2) disconnected > > Feb 16 20:41:27 www kernel: (da5:umass-sim1:1:0:0): lost device > > Feb 16 20:41:27 www kernel: (da5:umass-sim1:1:0:0): removing device entry > > Feb 16 20:41:27 www kernel: umass1: detached > > > > What goes wrong and more importend, how do I get my mp3 player attached > > without freezing the whole pc ? > > > > Thanks for any hints. > > > > Beni. > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > Please, do not post with empty subject line. > > Google on this: "BBB reset failed", see the solutions, > try them, report here in case of trouble. Of course that is what I did... The solution most found is to modify /usr/src/sys/cam/scsi/scsi_da.c with adding something like this : {T_DIRECT, SIP_MEDIA_REMOVABLE, "GENERIC", "USB DISK DEVICE", "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE }, { /* * Time DPA20B 1GB MP3 Player * PR: usb/81846 */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "USB2.0*", "(FS) FLASH DISK*", "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE }, The only thing is, that code is allready in my 6.1-PRERELEASE code, so no need to add it again. I was hoping a "Generic usb device" should do the trick. Another solution was to add "device udbp # USB Double Bulk Pipe devices" to the kernel. Which is by default commented out in the Generic kernel. I decommented and rebuild my kernel. Still no luck... But I admit that I didn't check and test all 2.430 results that Google found. I hoped to get a better answer here. Beni. From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 21:48:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0EC716A420 for ; Mon, 20 Feb 2006 21:48:14 +0000 (GMT) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-4.gradwell.net (lon-mail-4.gradwell.net [193.111.201.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 485A043D49 for ; Mon, 20 Feb 2006 21:48:14 +0000 (GMT) (envelope-from freebsd01@dgmm.net) Received: from 82-39-194-120.stb.ubr02.jarr.blueyonder.co.uk ([82.39.194.120] helo=webmaker@asgard.uk) by lon-mail-4.gradwell.net with esmtp (Gradwell gwh-smtpd 1.211) id 43fa391c.9fca.7e for freebsd-questions@freebsd.org; Mon, 20 Feb 2006 21:48:12 +0000 (envelope-sender ) From: dgmm To: freebsd-questions@freebsd.org Date: Mon, 20 Feb 2006 21:48:11 +0000 User-Agent: KMail/1.7.2 References: <200602190125.28612.freebsd01@dgmm.net> <20060219135823.GA922@roo.7f000001.org> In-Reply-To: <20060219135823.GA922@roo.7f000001.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: base64 Content-Disposition: inline Message-Id: <200602202148.12321.freebsd01@dgmm.net> Subject: Re: Bluetooth - obexapp - get/put files with spaces in names X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 21:48:15 -0000 T24gU3VuZGF5IDE5IEZlYnJ1YXJ5IDIwMDYgMTM6NTgsIE1pY2hhbCBGLiBIYW51bGEgd3JvdGU6 Cj4gT24gU3VuLCBGZWIgMTksIDIwMDYgYXQgMDE6MjU6MjhBTSArMDAwMCwgZGdtbSB3cm90ZToK PiA+IEFmdGVyIHNvbWUgZmlkZGxpbmcgYW5kIGhhaXIgcHVsbGluZyBJIGV2ZW50dWFsbHkgZ290 IG15IGJsdWV0b290aAo+ID4gYWRhcHRlciB0byAic2VlIiB0aGUgbW9iaWxlIHBob25lLgo+ID4K PiA+IEknZCBsaWtlIHRvIHB1bGwgc29tZSBmaWxlcyBmcm9tIGl0IGJ1dCBlaXRoZXIgSSdtIG5v dCBzZWVpbmcgdGhlIG9idmlvdXMKPiA+IG9yIGl0IGp1c3QgYWluJ3Qgb2J2aW91cy4KPiA+Cj4g PiBEb2VzIGFueW9uZSBrbm93IGhvdyB0byBjaGFuZ2UgdG8gYSBkaXJlY3Rvcnkgd2hpY2ggaGFz IHNwYWNlcyBpbiB0aGUKPiA+IG5hbWUgb3IgImdldCIgYSBmaWxlIHdoaWNoIGhhcyBzcGFjZXMg aW4gdGhlIG5hbWU/Cj4KPiCgoKCgoKCgoCQgb2JleGFwcCAtYSBzaWVtZW5zIC1jIC1DIGZ0cm4g LWYKPiCgoKCgoKCgoG9iZXg+IGxzCj4goKCgoKCgoKBBY2Nlc3MgoCCgT3duZXIgoCCgR3JvdXAg oCCgU2l6ZSCgIKAgoCBNb2RpZmllZCCgIKAgoCCgIE5hbWUKPiCgoKCgoKCgoFJXRCCgVyCgIKBu L2EgoCCgIKBuL2EgoCCgIKBuL2EgoCCgIKAgoDAxLUphbi0wNCAwMDowMCCgRGF0YS8KPiCgoKCg oKCgoFJXRCCgVyCgIKBuL2EgoCCgIKBuL2EgoCCgIKBuL2EgoCCgIKAgoDE1LUphbi0wNCAwMDow MCCgTU1DYXJkLwo+IKCgoKCgoKCgU3VjY2VzcywgcmVzcG9uc2U6IE9LLCBTdWNjZXNzICgweDIw KQo+IKCgoKCgoKCgb2JleD4gY2QgRGF0YQo+IKCgoKCgoKCgU3VjY2VzcywgcmVzcG9uc2U6IE9L LCBTdWNjZXNzICgweDIwKQo+IKCgoKCgoKCgb2JleD4gbHMKPiCgoKCgoKCgoEFjY2VzcyCgIKBP d25lciCgIKBHcm91cCCgIKBTaXplIKAgoCCgIE1vZGlmaWVkIKAgoCCgIKAgTmFtZQo+IKCgoKCg oKCgIFdEIKBXIKAgoG4vYSCgIKAgoG4vYSCgIKAgoG4vYSCgIKAgoCCgMDEtQXByLTA0IDAzOjAw IKBTeXN0ZW0vCj4goKCgoKCgoKBSV0QgoFcgoCCgbi9hIKAgoCCgbi9hIKAgoCCgbi9hIKAgoCCg IKAwMS1BcHItMDQgMDM6MDAgoE1pc2MvCj4goKCgoKCgoKBSV0QgoFcgoCCgbi9hIKAgoCCgbi9h IKAgoCCgbi9hIKAgoCCgIKAwMS1BcHItMDQgMDM6MDAgoEFuaW1hdGlvbnMvCj4goKCgoKCgoKBS V0QgoFcgoCCgbi9hIKAgoCCgbi9hIKAgoCCgbi9hIKAgoCCgIKAwMS1BcHItMDQgMDM6MDAgoFBp Y3R1cmVzLwo+IKCgoKCgoKCgUldEIKBXIKAgoG4vYSCgIKAgoG4vYSCgIKAgoG4vYSCgIKAgoCCg MDEtQXByLTA0IDAzOjAwIKBTb3VuZHMvCj4goKCgoKCgoKBSV0QgoFcgoCCgbi9hIKAgoCCgbi9h IKAgoCCgbi9hIKAgoCCgIKAwMS1BcHItMDQgMDM6MDAgoFRoZW1lcy8KPiCgoKCgoKCgoFJXRCCg VyCgIKBuL2EgoCCgIKBuL2EgoCCgIKBuL2EgoCCgIKAgoDAxLUFwci0wNCAwMzowMCCgVmlkZW9z Lwo+IKCgoKCgoKCgUldEIKBXIKAgoG4vYSCgIKAgoG4vYSCgIKAgoG4vYSCgIKAgoCCgMDEtQXBy LTA0IDAzOjAwIKBKYXZhLwo+IKCgoKCgoKCgUldEIKBXIKAgoG4vYSCgIKAgoG4vYSCgIKAgoG4v YSCgIKAgoCCgMDEtQXByLTA0IDAzOjA3IKBTa2lucy8KPiCgoKCgoKCgoFJXRCCgVyCgIKBuL2Eg oCCgIKBuL2EgoCCgIKBuL2EgoCCgIKAgoDAxLUFwci0wNCAwNTowMCCgVm9pY2UgbWVtby8KPiCg oKCgoKCgoFJXRCCgVyCgIKBuL2EgoCCgIKBuL2EgoCCgIKBuL2EgoCCgIKAgoDIxLU9jdC0wNSAy MToxMSCgU21zCj4gYXJjaGl2ZS8gUldEIKBXIKAgoG4vYSCgIKAgoG4vYSCgIKAgoG4vYSCgIKAg oCCgMTktRmViLTA2IDE0OjU1IKBWaWRlbwo+IGNsaXBzLyBTdWNjZXNzLCByZXNwb25zZTogT0ss IFN1Y2Nlc3MgKDB4MjApCj4goKCgoKCgoKBvYmV4PiBjZAo+IKCgoKCgoKCgY2Q6IHJlbW90ZSBk aXJlY3Rvcnk+IFZpZGVvIGNsaXBzCj4goKCgoKCgoKBTdWNjZXNzLCByZXNwb25zZTogT0ssIFN1 Y2Nlc3MgKDB4MjApCj4goKCgoKCgoKBvYmV4Pgo+Cj4gTm90IHJlYWxseSBpbnR1aXRpdmUuCgpU aGFua3MuICBUaGF0IHdvcmtlZCA6LSkKCkknbSBzdXJlIEkgdHJpZWQgdGhhdCwgYnV0Li4uLkkg dHJpZWQgYSBsb3Qgb2YgdGhpbmdzIGFuZCBzb21ldGltZXMgdGhpbmdzIGFyZSAKYSBsaXR0bGUg b2JzY3VyZS4uCgpUaGFua3MgYWdhaW4uCgotLSAKRGF2ZQo= From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 22:43:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA82016A420 for ; Mon, 20 Feb 2006 22:43:54 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB0143D46 for ; Mon, 20 Feb 2006 22:43:54 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: by xproxy.gmail.com with SMTP id s16so770441wxc for ; Mon, 20 Feb 2006 14:43:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Pg6mXWd0zDes533t5+cgyULoYkeY0YjTC+a8vCAiDNmA1/4q6DfjoeXZsR1aSQMa7bnleZ2VfujyDAsPZ3lkCD2p6EYVuUTBScC/IT1tust1+e/HJT4UwarsUKvvJqCIcEDQxtFYh8VqxhSoUEIvC+qJotAwu8yRD9jOex7397w= Received: by 10.70.80.12 with SMTP id d12mr416137wxb; Mon, 20 Feb 2006 14:43:52 -0800 (PST) Received: by 10.70.24.9 with HTTP; Mon, 20 Feb 2006 14:43:52 -0800 (PST) Message-ID: <8e96a0b90602201443g73339521l82e6d176da2024f9@mail.gmail.com> Date: Mon, 20 Feb 2006 22:43:52 +0000 From: "mal content" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Quick question on newfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 22:43:54 -0000 I was setting up encrypted swap with GELI and accidentally blew away my /tmp partition with: # dd if=3D/dev/random of=3D/dev/ad0s1e bs=3D1m Understandably, it will no longer allow me to mount /tmp, so how do I use newfs to recreate the partition? I want to be absolutely sure before entering any disk modifying commands (just like I was absolutely sure last time...). I'm guessing it's as simple as: # newfs /dev/ad0s1e cheers, a1 (ps: please CC as I'm not on the list) From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 22:48:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C3816A420 for ; Mon, 20 Feb 2006 22:48:34 +0000 (GMT) (envelope-from kurt@pinboard.com) Received: from mail.pinboard.com (mail.pinboard.com [194.209.195.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14DE143D49 for ; Mon, 20 Feb 2006 22:48:33 +0000 (GMT) (envelope-from kurt@pinboard.com) Received: from ant.pbdhome.pinboard.com (localhost [127.0.0.1]) by mail.pinboard.com (8.9.3p2-20030920/8.9.3/20011223-00-KK) with ESMTP id XAA18744 for ; Mon, 20 Feb 2006 23:48:31 +0100 (CET) (envelope-from kurt@pinboard.com (kurt@pinboard.com)) (client-IP 127.0.0.1) X-PBD-Envelope-From: kurt@pinboard.com X-PBD-Envelope-To: X-FromHost: ant.pbdhome.pinboard.com Received: from ant.pbdhome.pinboard.com (localhost.pbdhome.pinboard.com [127.0.0.1]) by ant.pbdhome.pinboard.com (8.13.3/8.13.3/20051223-01/KK) with ESMTP id k1KM6OG8071079 for ; Mon, 20 Feb 2006 23:06:24 +0100 (CET) envelope-from: kurt@ant.pbdhome.pinboard.com (kurt@ant.pbdhome.pinboard.com) client: 127.0.0.1:50429 localhost.pbdhome.pinboard.com OK recipients: 1 ultimo: 200602202206 Received: (from kurt@localhost) by ant.pbdhome.pinboard.com (8.13.3/8.13.3/Submit) id k1KM6Ogw071078 for freebsd-questions@freebsd.org; Mon, 20 Feb 2006 23:06:24 +0100 (CET) (envelope-from kurt) Date: Mon, 20 Feb 2006 23:06:24 +0100 From: pbdlists@pinboard.com To: freebsd-questions@freebsd.org Message-ID: <20060220220624.GB70154@pinboard.com> Mail-Followup-To: pbdlists@pinboard.com, freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.88/1293/Sun Feb 19 17:40:25 2006 on ant.pbdhome.pinboard.com X-Virus-Status: Clean X-DspamPD: connection from 194.158.250.78:21522 to 194.209.195.7:25 Subject: Edgeport USB-serial device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 22:48:35 -0000 Hello, Anybody ever tried to run one of the following usb-serial devices on a FreeBSD 5/6 box? Does it work out of the box, not work at all, work with some driver code adjustments? There is something about ETHERPORT4 in /usr/src/sys/dev/usb/usb_quirks.c and /usr/src/sys/dev/usb/usbdevs, but I'm not sure it's the same Edgeport I'm looking at; the code says vendor INSIDEOUT, while I'm looking at a product by Digi. Edgeport/412 USB to 4 port USB and 12 port DB-9 Edgeport/416 USB to 4 port USB and 16 port DB-9 Edgeport/8 USB to 8 port RS-232 DB-9 see http://www.digi.com/products/usb/edgeport.jsp Thanks, Kurt From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 22:51:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B93D416A422 for ; Mon, 20 Feb 2006 22:51:18 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5DBE43D53 for ; Mon, 20 Feb 2006 22:51:17 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by nproxy.gmail.com with SMTP id g2so648836nfe for ; Mon, 20 Feb 2006 14:51:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nKaGOVLmhQNpNbPGB2sEPEQiaMjhiNcPt8tDRTzI7ug5fvcoh6hbHU1wBJuIYoK+zHaFvzIpYsVoBa7CaHQj9E3ayJQ0euaaqf8yAJ46TY6IIPN7XEIO4Zu3TTXn6+kbLOYKS1i+/QVvKFjjCSI9U2uGAAWOmVpTd+IakhCsCao= Received: by 10.48.144.20 with SMTP id r20mr1345036nfd; Mon, 20 Feb 2006 14:51:16 -0800 (PST) Received: by 10.49.35.5 with HTTP; Mon, 20 Feb 2006 14:51:16 -0800 (PST) Message-ID: <2b5f066d0602201451w734fd4c7r901a150ebfb637e4@mail.gmail.com> Date: Mon, 20 Feb 2006 17:51:16 -0500 From: "Brian McCann" To: pbdlists@pinboard.com, freebsd-questions@freebsd.org In-Reply-To: <20060220220624.GB70154@pinboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060220220624.GB70154@pinboard.com> Cc: Subject: Re: Edgeport USB-serial device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 22:51:18 -0000 Tried and failed. It detected the device, but didn't know what to do with it. I was trying the Edgeport/4 and Edgeport/8s. On 2/20/06, pbdlists@pinboard.com wrote: > Hello, > > Anybody ever tried to run one of the following usb-serial devices on a > FreeBSD 5/6 box? Does it work out of the box, not work at all, work with > some driver code adjustments? > > There is something about ETHERPORT4 in /usr/src/sys/dev/usb/usb_quirks.c > and /usr/src/sys/dev/usb/usbdevs, but I'm not sure it's the same > Edgeport I'm looking at; the code says vendor INSIDEOUT, while I'm > looking at a product by Digi. > > Edgeport/412 USB to 4 port USB and 12 port DB-9 > Edgeport/416 USB to 4 port USB and 16 port DB-9 > Edgeport/8 USB to 8 port RS-232 DB-9 > see http://www.digi.com/products/usb/edgeport.jsp > > Thanks, > > Kurt > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > -- _-=3D-_-=3D-_-=3D-_-=3D-_-=3D-_-=3D-_-=3D-_-=3D-_-=3D-_-=3D-_-=3D-_ Brian McCann Systems & Network Administrator, K12USA "I don't have to take this abuse from you -- I've got hundreds of people waiting to abuse me." -- Bill Murray, "Ghostbusters" From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 22:56:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 874EA16A420 for ; Mon, 20 Feb 2006 22:56:26 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C53C43D46 for ; Mon, 20 Feb 2006 22:56:26 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (cpe-72-132-244-217.san.res.rr.com [72.132.244.217]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k1KMuOZY013879 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Feb 2006 14:56:25 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060220145340.081c2530@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Mon, 20 Feb 2006 14:56:00 -0800 To: "mal content" , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <8e96a0b90602201443g73339521l82e6d176da2024f9@mail.gmail.co m> References: <8e96a0b90602201443g73339521l82e6d176da2024f9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Quick question on newfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 22:56:26 -0000 At 02:43 PM 2/20/2006, mal content wrote: >I was setting up encrypted swap with GELI and accidentally >blew away my /tmp partition with: > ># dd if=/dev/random of=/dev/ad0s1e bs=1m > >Understandably, it will no longer allow me to mount /tmp, >so how do I use newfs to recreate the partition? I want to >be absolutely sure before entering any disk modifying >commands (just like I was absolutely sure last time...). > >I'm guessing it's as simple as: > ># newfs /dev/ad0s1e That will do it. -Glenn >cheers, >a1 > >(ps: please CC as I'm not on the list) >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 22:56:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A51E916A420 for ; Mon, 20 Feb 2006 22:56:34 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B6C143D46 for ; Mon, 20 Feb 2006 22:56:34 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id k1KMuXiU025285; Mon, 20 Feb 2006 17:56:33 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id k1KMuXN6025284; Mon, 20 Feb 2006 17:56:33 -0500 (EST) From: Jerry McAllister Message-Id: <200602202256.k1KMuXN6025284@clunix.cl.msu.edu> To: artifact.one@googlemail.com (mal content) Date: Mon, 20 Feb 2006 17:56:33 -0500 (EST) In-Reply-To: <8e96a0b90602201443g73339521l82e6d176da2024f9@mail.gmail.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Quick question on newfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 22:56:34 -0000 > > I was setting up encrypted swap with GELI and accidentally > blew away my /tmp partition with: > > # dd if=/dev/random of=/dev/ad0s1e bs=1m > > Understandably, it will no longer allow me to mount /tmp, > so how do I use newfs to recreate the partition? I want to > be absolutely sure before entering any disk modifying > commands (just like I was absolutely sure last time...). > > I'm guessing it's as simple as: > > # newfs /dev/ad0s1e Yup. For /tmp, I would just take the defaults. They are quite reasonable there. In fact, unless you have an unusually large partition or one with an unusually large number of files (thus a need for extra inodes), generally the defaults work well with most partitions. ////jerry > > cheers, > a1 > > (ps: please CC as I'm not on the list) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 23:03:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E53C016A420 for ; Mon, 20 Feb 2006 23:03:15 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37E0843D45 for ; Mon, 20 Feb 2006 23:03:15 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: by xproxy.gmail.com with SMTP id s10so775016wxc for ; Mon, 20 Feb 2006 15:03:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ufw9g2D7XcacF7quqzXjzWUGtPX6l7faQotGcpJep26cRip/qisCt7aIwiR1Q6qHCTs/ueohcfUrxKN6DfzsfdJqSb8m1qyHJohRl0ZyyNz/WaHhtZmckINhHijC1RrR2NK2Dm7Xu/K0xqd4Dc4lKofzRLo+TO6c4m2jb5Mv9wU= Received: by 10.70.17.2 with SMTP id 2mr152553wxq; Mon, 20 Feb 2006 15:03:14 -0800 (PST) Received: by 10.70.24.9 with HTTP; Mon, 20 Feb 2006 15:03:14 -0800 (PST) Message-ID: <8e96a0b90602201503s7d51dafcyb8783c92320e6073@mail.gmail.com> Date: Mon, 20 Feb 2006 23:03:14 +0000 From: "mal content" To: "Glenn Dawson" In-Reply-To: <7.0.1.0.2.20060220145340.081c2530@antimatter.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8e96a0b90602201443g73339521l82e6d176da2024f9@mail.gmail.com> <7.0.1.0.2.20060220145340.081c2530@antimatter.net> Cc: freebsd-questions@freebsd.org Subject: Re: Quick question on newfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 23:03:16 -0000 Thanks a lot for the confirmation, it worked nicely. # newfs /dev/ad0s1e # mount /tmp # chmod 1777 /tmp a1 From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 23:05:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A12416A420 for ; Mon, 20 Feb 2006 23:05:01 +0000 (GMT) (envelope-from luck@computerking.ca) Received: from shoemasters.com (shoemasters.com [68.144.188.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7411443D46 for ; Mon, 20 Feb 2006 23:04:57 +0000 (GMT) (envelope-from luck@computerking.ca) Received: from localhost (localhost.localdomain [127.0.0.1]) by shoemasters.com (Postfix) with ESMTP id 1EDBA7DC071; Mon, 20 Feb 2006 09:05:35 -0700 (MST) Received: from shoemasters.com ([127.0.0.1]) by localhost (shoemasters.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27618-04; Mon, 20 Feb 2006 09:05:20 -0700 (MST) Received: from V22010.computerking.ca (computerking.ca [68.146.204.152]) by shoemasters.com (Postfix) with ESMTP id E77C37DC04D; Mon, 20 Feb 2006 09:05:19 -0700 (MST) From: RYAN vAN GINNEKEN To: freebsd-questions@freebsd.org, freebsd@meijome.net Content-Type: multipart/mixed; boundary="=-Zi5LLcJ1IBMf3/7/iZpU" Date: Mon, 20 Feb 2006 16:04:31 -0700 Message-Id: <1140476671.897.4.camel@rachel.computerking.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at X-Spam-Status: No, hits=-1.693 tagged_above=-10 required=6.6 autolearn=no tests=[AWL=-0.394, BAYES_00=-2.599, DATE_IN_FUTURE_06_12=1.3] X-Spam-Level: X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: kdm and fluxbox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 23:05:01 -0000 --=-Zi5LLcJ1IBMf3/7/iZpU Content-Type: text/plain Content-Transfer-Encoding: 7bit ----- Original Message ----- From: Norberto Meijome To: RYAN M. vAN GINNEKEN Cc: Norberto Meijome , freebsd-questions@freebsd.org Sent: Sun Feb 19 19:12:03 2006 Subject: Re: kdm and fluxbox RYAN M. vAN GINNEKEN wrote: > Thanks to all and i will take your advice Norberto as i do not really like kde that much anyway. If i wanted window i would just install windowsxp or maybe vista would be more like Kde any how i digress. > > I am tiring to set up wdm and added this line to my /etc/ttys > > ttyv8 "/usr/X11R6/bin/wdm -nodaemon" xterm on secure > > followed the instructions below found on the fulxbox site but it does not quite work > > http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm > > I get the wdm ok beasty is there, very cool backgound i might add, seen it used in a theme somewhere. No matter what i pick for a windows manager i get the stock Freebsd one wmaker i think? u know the one with the terminal and green menu bars very vanilla. green menu bars = twm wmaker = much better, check it out @ http://www.windowmaker.org > An exception to this kde still works and failsafe gives me control of the terminal window bottom right. > > Also i removed a bunch of managers out of the wdm-config file as i was not using them like this. > > DisplayManager*wdmWm: wmaker:enlightenment:gnome:kde:fluxbox > > I still get failsafe and wmaker where do us suppose these come from. Kde still works but not enlightenment gnome or flux box > > After editing the wdm-config, you need to restart wdm. Ctrl-Alt-Backspace will kill the X server and re-read all the configs. I did that can you please post your wdm-config and a list of your package installed ? (or make them available online) I have tried to attached them but my mail server is giving me grief with attachment right now. the relevant section in my config: --- ! It will run .xsession !DisplayManager*wdmWm: None --- which means it will read .xsession in my home. my .xsession is : $ cat ~/.xsession ## RUNNING bbkeys from Blackbox because it feels more powerful ## to avoid conflicts with fluxbox's key mgr, I emptied .fluxbox/keys bbkeys & xscreensaver -no-splash & fbpager -w & #wmwifi & sleep 1 && gkrellm -w & #fbdesk & torsmo & tilda & skype & gaim & fluxbox --- though I realise that I should be simply running startfluxbox and adding all the other cmds to ~/.fluxbox/startup I do not have an .xsession file in my home dir in fact i do not seem to have an .xsession or an xsession file anywhere on my system just Xsession see below root@rachel# find / -name xsession root@rachel# find / -name .xsession root@rachel# find / -name .Xsession root@rachel# find / -name Xsession /usr/local/share/config/kdm/Xsession /usr/X11R6/etc/gdm/Xsession /usr/X11R6/lib/X11/xdm/Xsession /usr/X11R6/lib/X11/wdm/Xsession the contents of the wdm one is also attached HIH, beto _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Computer King/CaNMail http://www.computerking.ca http://www.canmail.org Sales, Service, and Hosting Email, Data, and Web Packages Ask about web design specials Affiliates http://www.computerking.ca/pages/links/affiliates/affiliates.htm Maybe Computer Science should be in the College of Theology. -- R. S. Barton --=-Zi5LLcJ1IBMf3/7/iZpU Content-Disposition: attachment; filename=pkg_info.txt Content-Type: text/plain; name=pkg_info.txt; charset=us-ascii Content-Transfer-Encoding: 7bit ImageMagick-6.2.5.5 Image processing tools ORBit-0.5.17_2 High-performance CORBA ORB with support for the C language ORBit2-2.12.5_1 High-performance CORBA ORB with support for the C language OpenEXR-1.2.2_1 A high dynamic-range (HDR) image file format aalib-1.4.r5_1 An ascii art library akode-2.0,1 Default KDE audio backend akode-plugins-mpc-2.0,1 Musepack decoder plugin for akode akode-plugins-mpeg-2.0,1 MPEG audio decoder plugin for akode akode-plugins-oss-2.0,1 OSS output plugin for akode akode-plugins-resampler-2.0,1 Resampler plugin for akode akode-plugins-xiph-2.0,1 FLAC/Speex/Vorbis decoder plugin for akode amspsfnt-1.0_3 AMSFonts PostScript Fonts (Adobe Type 1 format) apache-ant-1.6.5_1 Java- and XML-based build tool, conceptually similar to mak apr-db4-1.2.2_2 The Apache Group's Portability Library arts-1.5.1,1 Audio system for the KDE integrated X11 desktop artswrapper-1.2.2 Setuid wrapper for arts aspell-0.60.4_2 Spelling checker with better suggestion logic than ispell at-spi-1.6.6_1 An Assistive Technology Service Provider Interface atk-1.10.3 A GNOME accessibility toolkit (ATK) autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms autoconf-2.59_2 Automatically configure source code on many Un*x platforms automake-1.4.6_2 GNU Standards-compliant Makefile generator (1.4) automake-1.9.6 GNU Standards-compliant Makefile generator (1.9) bash-3.0.16_1 The GNU Project's Bourne Again SHell bison-2.1_1 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10_2 Bitstream Vera TrueType font collection boost-python-1.33.1 Free peer-reviewed portable C++ source libraries boxtools-0.70.0 Style tools for the blackbox family of window managers bugbuddy-2.12.1 A bug reporting tool for GNOME 2 cairo-1.0.2_1 Vector graphics library with cross-device output support cairo-java-1.0.1 Java wrapper for the cairo graphics package cdparanoia-3.9.8_8 A CDDA extraction tool (also known as ripper) cdrtools-2.01_2 CD/CD-R[W] and ISO-9660 image creation and extraction tools cmpsfont-1.0_4 Computer Modern PostScript Fonts (Adobe Type 1 format) compat5x-i386-5.4.0.8_5 A convenience package to install the compat5x libraries coreutils-5.2.1 The Free Software Foundation's core utilities cups-base-1.1.23.0_8 The Common UNIX Printing System: headers, libs, & daemons cvsup-16.1h_2 General network file distribution system optimized for CVS cyrus-sasl-2.1.21_2 RFC 2222 SASL (Simple Authentication and Security Layer) dasher-3.2.18_1,1 Information efficient text-entry interface db4-4.0.14_1,1 The Berkeley DB package, revision 4 db42-4.2.52_4 The Berkeley DB package, revision 4.2 dbus-0.60_1 A message bus system for inter-application communication desktop-file-utils-0.10_3 A couple of command line utilities for working with desktop dirmngr-0.9.3_1 A client for managing and downloading certificate revocatio djbfft-0.76_2 An extremely fast library for floating-point convolution djvulibre-nox11-3.5.16 DjVu viewers, encoders, browser plugin, and utilites with o docbook-sk-4.1.2_3 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xsl-1.69.1 XSL DocBook stylesheets dvd+rw-tools-6.0_1 DVD burning software eel-2.12.2 Generally useful classes and extensions to GNOME enlightenment-0.16.7.2_2 A very artistic X window manager enlightenment-docs-0.16.7 Data files of enlightenment DOX enlightenment-theme-BlueSteel-0.16 A themes of enlightenment window menager enlightenment-theme-BrushedMetal-Tigert-0.16 A themes of enlightenment window menager enlightenment-theme-Ganymede-0.16 A themes of enlightenment window menager enlightenment-theme-ShinyMetal-0.16 A themes of enlightenment window menager eog-2.12.3 The Eye Of Gnome image viewer epiphany-1.8.4.1 An extremely lightweight and simple web browser for GNOME 2 esound-0.2.36 A sound library for enlightenment package eterm-0.9.3_3 X11 terminal emulator based on rxvt/xterm evince-0.4.0_2 GNOME 2 multi-format document viewer evolution-2.4.2.1 An integrated mail, calendar and address book distributed s evolution-data-server-1.4.2.1_1 The data backends for the Evolution integrated mail/PIM sui evolution-exchange-2.4.2 Evolution plugin to connect to Microsoft Exchange servers evolution-webcal-2.4.1_1 Webcal(endar) handler for gnome expat-2.0.0 XML 1.0 parser written in C fftw3-3.0.1_5 Fast C routines to compute the Discrete Fourier Transform fileroller-2.12.3,1 An archive manager for zip files, tar, etc firefox-1.5.0.1,1 Web browser based on the browser portion of Mozilla flac-1.1.2 Free lossless audio codec fluxbox-0.1.14_2 A small and fast window manager based on BlackBox fontconfig-2.3.2_2,1 An XML-based font configuration API for X Windows freetype2-2.1.10_2 A free and portable TrueType font rendering engine fribidi-0.10.4_1 A Free Implementation of the Unicode Bidirectional Algorith gail-1.8.8 An implementation of the ATK interfaces for GTK+ widgets gamin-0.1.5_3 A file and directory monitoring system gcalctool-5.7.28,2 A GNOME 2 calculator tool based on the old calctool for Ope gcc-ooo-3.4.1_2 GNU Compiler Collection for OpenOffice.org gconf-editor-2.12.1,1 A gconf database editor for the GNOME 2 environment gconf2-2.12.1 A configuration database system for GNOME gd-2.0.33_4,1 A graphics library for fast creation of images gdm-2.8.0.7_2 GNOME 2 version of xdm display manager gedit-2.12.1 A small but powerful text editor for Gnome 2 Desktop Enviro gettext-0.14.5_1 GNU gettext package ghostscript-gnu-7.07_14 GNU Postscript interpreter gle-3.0.3_1 A GL Tubing and Extrusion Library glib-1.2.10_11 Some useful routines of C programming (previous stable vers glib-2.8.6 Some useful routines of C programming (current stable versi glib-java-0.2.1 Java wrapper GLib 2 glitz-0.4.4 OpenGL image compositing library gmake-3.80_2 GNU version of 'make' utility gmencoder-0.1.0_6 Gmencoder is Gnome2 front-end to mplayer/mencoder gnokii-0.6.10,1 Tools to talk to GSM cellular phones gnome-backgrounds-2.12.3.1 A collection of backgrounds for GNOME 2 gnome-icon-theme-2.12.1_2 A collection of icons for the GNOME 2 desktop gnome-menu-editor-0.5_1 Simple menu editor for Gnome gnome-menus-2.12.0_1 Implementation of the FreeDesktop Desktop Menu Spec gnome-screensaver-0.0.24_1 GNOME screen saver and locker gnome-themes-2.12.3 A collection of themes and icons for GNOME2 gnome2-2.12.2_1 The "meta-port" for the GNOME 2 integrated X11 desktop gnomeapplets2-2.12.3 Applets components for the Gnome 2 Desktop Environment gnomeaudio2-2.0.0 Sound files for use with GNOME 2 gnomecontrolcenter2-2.12.3 Control center for GNOME 2 project gnomedesktop-2.12.3 Additional UI API for GNOME 2 gnomedocutils-0.4.4 GNOME doc utils gnomegames2-2.12.3 The game applications package for the Gnome 2 Desktop Envir gnomehier-2.0_7 A utility port that creates the GNOME directory tree gnomekeyring-0.4.6 A program that keeps passwords and other secrets gnomekeyringmanager-2.12.0 GNOME keyring manager gnomelibs-1.4.2_3 Libraries for GNOME, a GNU desktop environment gnomemag-0.12.3 GNOME screen magnifier gnomemedia2-2.12.0 Multimedia applications for the GNOME 2 desktop gnomemimedata-2.4.2 A MIME and Application database for GNOME gnomenetstatus-2.12.0_2 A GNOME applet that shows network status gnomenettool-1.4.1,1 A GNOME utility that provides network information statistic gnomepanel-2.12.3 Panel component for the GNOME 2 Desktop gnomepilot2-2.0.13_4 3Com PalmPilot conduit system for GNOME 2 gnomesession-2.12.0_1 Session component for the GNOME 2 desktop gnomespeech-0.3.9 GNOME text-to-speech API gnomespell-1.0.6_1 A GNOME/Bonobo component for spell checking gnomesystemmonitor-2.12.2 GNOME 2 system monitor program gnomesystemtools-1.4.1 Tools to configure workstations gnometerminal-2.12.0 Terminal component for the GNOME 2 Desktop gnomeuserdocs2-2.8.1 GNOME 2 users guide gnomeutils2-2.12.2,1 GNOME 2 support utilities gnomevfs2-2.12.2_1 GNOME Virtual File System gnopernicus-0.12.0 Collection of accessibility apps for GNOME 2 gnu-autoconf-2.59 Automatically configure source code on many Un*x platforms gnu-automake-1.9.6 GNU Standards-compliant Makefile generator (GNU unmodified) gnu-libtool-1.5.20 Generic shared library support script (GNU unmodified) gnupg-1.4.2_1 The GNU Privacy Guard gnupg-devel-1.9.20_1 Prerelease package of GnuPG extensions for GnuPG 2.0 gnutls-1.2.9 GNU Transport Layer Security library gob2-2.0.14 A preprocessor for making GObjects with inline C gocr-0.40 GOCR/JOCR is an OCR (Optical Character Recognition) program gok-1.0.5_1 GNOME On-Screen Keyboard (GOK) gpgme-1.0.3 A library to make access to GnuPG easier gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X) gstreamer-0.8.11_1 Development framework for creating media applications gstreamer-ffmpeg-0.8.7_1 GStreamer plug-in for manipulating MPEG video streams gstreamer-plugins-0.8.11_1 GStreamer written collection of plugins handling several me gstreamer-plugins-a52dec-0.8.11_1 Gstreamer a52dec plugin gstreamer-plugins-cdparanoia-0.8.11_2 Gstreamer cdparanoia plugin gstreamer-plugins-core-0.8_6 Core set of typical audio and video gstreamer-plugins gstreamer-plugins-dts-0.8.11_1 Gstreamer dts plugin gstreamer-plugins-dvd-0.8.11_2 Gstreamer dvd plugin gstreamer-plugins-esound-0.8.11_1 Gstreamer esound plugin gstreamer-plugins-flac-0.8.11_1 Gstreamer flac plugin gstreamer-plugins-gconf-0.8.11_1 Gstreamer gconf plugin gstreamer-plugins-gnomevfs-0.8.11_1 Gstreamer gnomevfs plugin gstreamer-plugins-libpng-0.8.11_1 Gstreamer libpng plugin gstreamer-plugins-mad-0.8.11_2 Gstreamer mad plugin gstreamer-plugins-ogg-0.8.11_1 Gstreamer ogg plugin gstreamer-plugins-pango-0.8.11_1 Gstreamer pango plugin gstreamer-plugins-vorbis-0.8.11_1 Gstreamer vorbis plugin gstreamer-plugins-xvid-0.8.11_1 Gstreamer xvid plugin gtar-1.15.1_1 GNU version of the traditional tar archiver gtk-1.2.10_13 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.8.11 Gimp Toolkit for X11 GUI (current stable version) gtk-engines2-2.6.7 Theme engine for the gtk+-2.0 toolkit gtkhtml3-3.8.2 Lightweight HTML rendering/printing/editing engine gtksourceview-1.4.2 A text widget that adds syntax highlighting to the GtkTextV gucharmap-gnome-1.4.4_2 A Unicode/ISO10646 character map and font viewer guile-1.6.7 GNU Ubiquitous Intelligent Language for Extension help2man-1.36.3 Automatically generating simple manual pages from program o hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project howl-1.0.0 Zeroconf/Bonjour(tm) implementation imake-6.9.0 Imake and other utilities from X.Org imlib-1.9.15_2 A graphic library for enlightenment package imlib2-1.2.1.010 The next generation graphic library for enlightenment packa intltool-0.34.2 Tools to internationalize various kinds of data files iso-codes-0.48 Lists of the country, language and currency iso names jackit-0.100.0 A low-latency audio server jasper-1.701.0 An implementation of the codec specified in the JPEG-2000 s javavmwrapper-2.0_6 Wrapper script for various Java Virtual Machines jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jdk-1.4.2p8_2 Java Development Kit 1.4.2 jpeg-6b_3 IJG's jpeg compression utilities kde-3.5.1 The "meta-port" for KDE kdeaccessibility-3.5.1 Accessibility applications for KDE kdeadmin-3.5.1 KDE applications related to system administration kdeartwork-3.5.1 Additional themes, sounds, wallpapers and window styles for kdebase-3.5.1_1 Basic applications for the KDE system kdebase-kompmgr-3.5.1 Utility needed to enable XComposite support in KDE kdeedu-3.5.1 Collection of entertaining, educational programs for KDE kdegames-3.5.1 Games for the KDE integrated X11 desktop kdegraphics-3.5.1_1 Graphics utilities for the KDE3 integrated X11 desktop kdegraphics-kamera-3.5.1 Digital camera support for KDE kdegraphics-kooka-3.5.1 Raster image scan program for KDE kdegraphics-kuickshow-3.5.1 KDE image viewer kdehier-1.0_8 Utility port which installs a hierarchy of shared KDE direc kdelibs-3.5.1 Base set of libraries needed by KDE programs kdemultimedia-3.5.1 Multimedia utilities for the KDE integrated X11 desktop kdemultimedia-mpeglib_artsplug-3.5.1 Legacy KDE audio backend kdemultimedia-xine_artsplugin-3.5.1 Xine-based multimedia backend for KDE kdenetwork-3.5.1 Network-related programs and modules for KDE kdepim-3.5.1 Personal Information Management tools for KDE kdesdk-3.5.1 KDE Software Development Kit kdetoys-3.5.1 Small applications for KDE kdeutils-3.5.1 Utilities for the KDE integrated X11 desktop kdevelop-3.3.1 IDE for a wide variety of programming tasks kdewebdev-3.5.1,2 Comprehensive html/website development environment koffice-1.4.2_2,1 Office Suite for KDE3 lame-3.96.1 ISO code based fast MP3 encoder kit lcms-1.14,1 Light Color Management System -- a color management library libIDL-0.8.6_1 A library for creating trees of CORBA Interface Definition libXft-2.1.7 A client-sided font API for X applications liba52-0.7.4_1 A free library for decoding ATSC A/52 streams, aka AC-3 libart_lgpl2-2.3.17 Library for high-performance 2D graphics libassuan-0.6.10 IPC library used by GnuPG and gpgme libast-0.6.1_1 A library of assorted spiffy things libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.10.1_2 A component and compound document system for GNOME2 libbonoboui-2.10.1_1 GUI frontend to the libbonobo component of GNOME 2 libcddb-1.2.1 A library to access data on a CDDB server libcdio-0.76 Compact Disc Input and Control Library libcroco-0.6.0_2 CSS2 parsing library libdrm-2.0 Userspace interface to kernel Direct Rendering Module servi libdts-0.0.2 Free DTS Coherent Acoustics decoder libdvdcss-1.2.9_1 Portable abstraction library for DVD decryption libdvdnav-0.1.10 The library for the xine-dvdnav plugin libdvdread-0.9.4_1 This is needed by ogle, which is a DVD player that supports libexif-0.6.12_1 Library to read digital camera file meta-data libfame-0.9.1_1 A video encoding library libfpx-1.2.0.12 Library routines for working with Flashpix images libgail-gnome-1.1.3 An implementation of the ATK interfaces for GNOME widgets libgcrypt-1.2.2 "General purpose crypto library based on code used in GnuPG libglade2-2.5.1_3 GNOME glade library libglut-6.4.1 A graphics library similar to SGI's OpenGL libgmp-4.1.4_1 A free library for arbitrary precision arithmetic libgnome-2.12.0.1 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.12.0 A graphics library for GNOME libgnomeprint-2.12.1 Gnome print support library libgnomeprintui-2.12.1 Gnome print support library libgnomeui-2.12.1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.1 Common error values for all GnuPG components libgphoto2-2.1.6_2 A universal digital camera picture control tool libgsf-1.13.3 An extensible i/o abstraction for dealing with structured f libgtkhtml-2.11.0 Lightweight HTML rendering/printing/editing engine libgtop2-2.12.2 GNOME 2 top library libiconv-1.9.2_1 A character set conversion library libid3tag-0.15.1b ID3 tags library (part of MAD project) libidn-0.6.2 Internationalized Domain Names command line tool libksba-0.9.13 KSBA is an X.509 Library libltdl-1.5.22 System independent dlopen wrapper libmad-0.15.1b_1 Libmad library (part of MAD project) libmal-0.40 A library encapsulating malsync libmikmod-esound-3.1.11 MikMod Sound Library libmng-1.0.9 Multiple-image Network Graphics (MNG) reference library libmodplug-0.7 ModPlug mod-like music shared libraries libmusicbrainz-2.1.2_1 2nd generation incarnation of the CD Index - audio metadata libogg-1.1.3,3 Ogg bitstream library libpaper-1.1.14.3 A library providing routines for paper size management librsvg2-2.12.7_3 Library for parsing and rendering SVG vector-graphic files libsamplerate-0.1.2 Secret Rabbit Code: a Sample Rate Converter for audio libsndfile-1.0.13 Reading and writing files containing sampled sound (like WA libsoup-2.2.7_1 A SOAP (Simple Object Access Protocol) implementation in C libtasn1-0.2.17 ASN.1 structure parser library libtheora-1.0.a4 Theora video codec for the Ogg multimedia streaming system libtool-1.3.5_2 Generic shared library support script (1.3) libtool-1.5.22_1 Generic shared library support script (1.5) libungif-4.1.4 Tools and library routines for working with GIF images libusb-0.1.10a_1 Library giving userland programs access to USB devices libvorbis-1.1.2,3 Audio compression codec library libwnck-2.12.3 Library used for writing pagers and taskslists libwpd-0.8.4 Tools for importing and exporting WordPerfect(tm) documents libwww-5.4.0_1 The W3C Reference Library libxine-1.1.1_2 Libraries for xine multimedia player libxklavier-2.1,1 An utility library to make XKB stuff easier libxml-1.8.17_3 XML parser library for GNOME libxml2-2.6.23 XML parser library for GNOME libxslt-1.1.15 The XSLT C library for GNOME linc-1.0.3_4 A library for writing networked servers & clients linux-XFree86-libs-4.3.99.902_7 XFree86 libraries, Linux binary linux-atk-1.8.0_1 Accessibility Toolkit, Linux/i386 binary linux-expat-1.95.7 Linux/i386 binary port of Expat XML-parsing library linux-fontconfig-2.2.3_2 Linux/i386 binary of Fontconfig linux-glib2-2.4.8_1 Version 2.X Linux/i386 binary port of GLib linux-gtk2-2.4.14_3 GTK+ library, version 2.X, Linux binary linux-jpeg-6b.33 RPM of the JPEG lib linux-pango-1.6.0_1 Linux pango binary linux-png-1.2.8 RPM of the PNG lib linux-realplayer-10.0.6.776 Linux RealPlayer 10 from RealNetworks linux-sun-jdk-1.4.2.10 Sun Java Development Kit 1.4 for Linux linux-tiff-3.6.1_5 TIFF library, Linux/i386 binary linux_base-8-8.0_14 Base set of packages needed in Linux mode (for i386/amd64) linux_dri-4.4.0 Binary Linux DRI libraries for 3D hardware acceleration of localedata-5.4 Legacy locale data for FreeBSD 6+ lua-5.0.2_1 Small, compilable scripting language providing easy access m4-1.4.4 GNU m4 mDNSResponder-107.1_2 "Apple's mDNSResponder" man2html-3.0.1_1 Convert nroff(1) man pages to HTML metacity-2.12.3 A window manager for the adult in you mpeg2codec-1.2_1 An MPEG-2 Encoder and Decoder mplayer-fonts-0.50 A font pack for the mplayer OSD and SUB mplayer-gtk-esound-0.99.7_9 High performance media player/encoder supporting many forma mplayer-skins-1.1.2_1 Skins for MPlayer's Graphical User Interface (GUI) mplayerplug-in-3.20 A Mozilla plugin for the MPlayer media player mysql-client-4.1.16_1 Multithreaded SQL database (client) nas-1.7b Network Audio System nasm-0.98.39,1 General-purpose multi-platform x86 assembler nautilus-cd-burner-2.12.3 CD burner view for Nautilus nautilus2-2.12.2 File manager for the GNOME desktop neon-0.25.4_1 An HTTP and WebDAV client library for Unix systems net-snmp-5.2.2 An extendable SNMP implementation netpbm-10.26.23 A toolkit for conversion of images between different format nspr-4.6.1 A platform-neutral API for system level and libc like funct nss-3.11 Libraries to support development of security-enabled applic nvidia-driver-1.0.8178 NVidia graphics card binary drivers for hardware OpenGL ren open-motif-2.2.3_2 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-client-2.2.30 Open source LDAP client implementation openslp-1.2.1_1 Open-source implementation of the Service Location Protocol p5-Archive-Zip-1.16 Perl module to create, manipulate, read, and write Zip arch p5-Authen-SASL-2.09 Perl5 module for SASL authentication p5-Compress-Zlib-1.41 Perl5 interface to zlib compression library p5-Digest-1.14 Modules that calculate message digests p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.36 Perl5 interface to the MD5 algorithm p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm p5-File-Temp-0.16_3 Perl5 module to generate temporary files or directories saf p5-HTML-Parser-3.48 Perl5 module for parsing HTML documents p5-HTML-Tagset-3.10 Some useful data table in parsing HTML p5-IO-Socket-SSL-0.97 Perl5 interface to SSL sockets p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings p5-Mail-SpamAssassin-3.1.0_6 A highly efficient mail filter for identifying spam p5-Mail-Tools-1.73 Perl5 modules for dealing with Internet e-mail messages p5-Net-1.19,1 Perl5 modules to access and use network protocols p5-Net-DNS-0.55 Perl5 interface to the DNS resolver, and dynamic updates p5-Net-IP-1.24 Perl extension for manipulating IPv4/IPv6 addresses p5-Net-SSLeay-1.30_1 Perl5 interface to SSL p5-PathTools-3.16 A Perl module for portably manipulating file specifications p5-Scalar-List-Utils-1.18,1 Perl subroutines that would be nice to have in the perl cor p5-Test-Harness-2.56 Run perl standard test scripts with statistics p5-Test-Simple-0.62 Basic utilities for writing tests in perl p5-URI-1.35 Perl5 interface to Uniform Resource Identifier (URI) refere p5-XML-Parser-2.34_2 Perl extension interface to James Clark's XML parser, expat p5-gettext-1.05_1 Message handling functions p5-libwww-5.803 Perl5 library for WWW access p5-type1inst-0.6.1_2 A script that helps install Postscript fonts in X Window Sy pango-1.10.3 An open-source framework for the layout and rendering of i1 patch-2.5.4 GNU patch utility pcre-6.6 Perl Compatible Regular Expressions library perl-5.8.7_2 Practical Extraction and Report Language pilot-link-0.11.8_3,1 PalmPilot communications utilities (backup/restore/install/ pkgconfig-0.20 A utility to retrieve information about installed libraries png-1.2.8_2 Library for manipulating PNG images poppler-0.4.4 A PDF rendering library popt-1.7 A getopt(3) like library with a number of enhancements, fro portaudio-18.1_2 Portable cross-platform Audio API portupgrade-2.0.1_1,1 FreeBSD ports/packages administration and management tool s postgresql-client-7.4.11 PostgreSQL database (client) postgresql-libpqxx-2.5.5 A new C++ interface for PostgreSQL pth-2.0.6 GNU Portable Threads py24-libxml2-2.6.23 Python interface for XML parser library for GNOME py24-xml-0.8.4 PyXML: Python XML library enhancements python-2.4.2 An interpreted object-oriented programming language qca-tls-1.0_1 SSL/TLS plugin for Qt qmake-3.3.5 The build utility of the Qt project qt-3.3.5 Multiplatform C++ application framework rpm-3.0.6_11 The Red Hat Package Manager rpm2cpio-1.2_2 Convert .rpm files for extraction with /usr/bin/cpio, needs ruby-1.8.4_4,1 An object-oriented interpreted scripting language ruby18-bdb1-0.2.2 Ruby interface to Berkeley DB revision 1.8x with full featu ruby18-bdb4-0.5.7 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat samba-libsmbclient-3.0.21a Shared libs from the samba package sane-backends-1.0.17 API for access to scanners, digitals camera, frame grabbers scrollkeeper-0.3.14_2,1 An Open Document Cataloging Project sdl-1.2.9_1,2 Cross-platform multi-media development API sdocbook-xml-4.1.2.5_2 "Simplified" DocBook XML DTD shared-mime-info-0.16_2 A MIME type database from the FreeDesktop project skype-1.2.0.18 P2P VoIP software sound-juicer-2.12.3 Clean, mean and lean CD ripper for GNOME2 speex-1.0.5,1 An open-source patent-free voice codec startup-notification-0.8_1 Library that supports startup notification spec from freede subversion-1.3.0_3 Version control system svgalib-1.4.3_5 A low level console graphics library system-tools-backends-1.4.2 Backend system admin scripts for gnome-system-tools t1lib-5.1.0,1 A Type 1 Rasterizer Library for UNIX/X11 taglib-1.4_1 Library for manipulating ID3 tags and Ogg comments tcl-8.4.11,1 Tool Command Language teTeX-base-3.0_6 Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_3 Thomas Esser's distribution of TeX & friends (texmf tree) tex-texmflocal-1.9 Meta-port that creates a site-local $TEXMF directory texi2html-1.76_1,1 Texinfo to HTML converter texinfo-4.8_3 A typeset documentation system with multiple format output tidy-20000804_2 Fixes and tidies up HTML files tiff-3.8.0 Tools and library routines for working with TIFF images tk-8.4.11,2 Graphical toolkit for TCL totem-gstreamer-1.2.1_1 A Gstreamer-based video player for the Gnome 2 desktop unzip-5.52_2 List, test and extract compressed files in a ZIP archive urwfonts-1.0 Another font package for X vcdimager-0.7.23 "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Rippin vino-2.12.0_2 VNC server that allows for remote access to your GNOME desk vte-0.11.17 Terminal widget with improved accessibility and I18N suppor wdm-1.28_1 WINGs Display Manager; an xdm replacement win32-codecs-3.1.0.p7_1,1 Huge compilation of Win32 binary video codecs windowmaker-0.92.0_1 GNUstep-compliant NeXTstep window manager clone wine-0.9.7,1 Microsoft Windows compatibility layer for Unix-like systems wmicons-1.0 Icons mainly for use in Window Maker wv2-0.2.2_2 A library providing routines to access Microsoft Word files xmlcatmgr-2.2 SGML and XML catalog manager xmms-esound-1.2.10_4 X Multimedia System --- An audio player with a Winamp GUI xorg-clients-6.9.0_1 X client programs and related files from X.Org xorg-documents-6.9.0 Documentation of X11 protocol and libraries from X.Org xorg-fonts-100dpi-6.9.0_1 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-6.9.0_1 X.Org 75dpi bitmap fonts xorg-fonts-encodings-6.9.0_1 X.Org font encoding files xorg-fonts-miscbitmaps-6.9.0_1 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-6.9.0 X.Org TrueType fonts xorg-libraries-6.9.0 X11 libraries and headers from X.Org xorg-manpages-6.9.0 X.Org library manual pages xorg-server-6.9.0 X.Org X server and related programs xpdf-3.01_2 Display PDF files, and convert them to other formats xscreensaver-gnome-hacks-4.23_1 Save your screen while you entertain your cat (for GNOME us xterm-206_1 Terminal emulator for the X Window System xvid-1.1.0,1 An opensource MPEG-4 codec, based on OpenDivx yelp-2.12.2_2 A help browser for the GNOME 2 desktop zenity-2.12.1 Display GNOME dialogs from the command line zip-2.31 Create/update ZIP files compatible with pkzip --=-Zi5LLcJ1IBMf3/7/iZpU Content-Disposition: attachment; filename=wdm-config.copy Content-Type: text/plain; name=wdm-config.copy; charset=us-ascii Content-Transfer-Encoding: 7bit ! $XConsortium: xdm-conf.cpp /main/3 1996/01/15 15:17:26 gildea $ ! ! wdm configuration file input (sed in Makefile) ! DisplayManager.errorLogFile: /var/log/xdm-errors.log DisplayManager.pidFile: /var/run/xdm.pid DisplayManager.keyFile: /usr/X11R6/lib/X11/wdm/xdm-keys DisplayManager.servers: /usr/X11R6/lib/X11/wdm/Xservers DisplayManager.accessFile: /usr/X11R6/lib/X11/wdm/Xaccess ! All displays should use authorization, but we cannot be sure ! X terminals will be configured that way, so by default ! use authorization only for local displays :0, :1, etc. DisplayManager._0.authorize: true DisplayManager._1.authorize: true ! The following three resources set up display :0 as the console. DisplayManager._0.setup: /usr/X11R6/lib/X11/wdm/Xsetup_0 DisplayManager._0.startup: /usr/X11R6/lib/X11/wdm/GiveConsole DisplayManager._0.reset: /usr/X11R6/lib/X11/wdm/TakeConsole ! DisplayManager*resources: /usr/X11R6/lib/X11/wdm/Xresources DisplayManager*session: /usr/X11R6/lib/X11/wdm/Xsession DisplayManager*authComplain: false DisplayManager*wdmLogin: /usr/X11R6/bin/wdmLogin ! ! display screen background--if not set or set to none, then the ! background is not set by wdm. ! DisplayManager*wdmBg: none ! DisplayManager*wdmBg: solid:RoyalBlue ! DisplayManager*wdmBg: dgradient:RoyalBlue,FireBrick,Black ! DisplayManager*wdmBg: hgradient:RoyalBlue,FireBrick,Black ! DisplayManager*wdmBg: vgradient:RoyalBlue,FireBrick,Black DisplayManager*wdmBg: pixmap:/usr/X11R6/lib/X11/wdm/pixmaps/daemon1-HQ-1280x960.jpg ! ! optional pixmap for logo DisplayManager*wdmLogo: /usr/X11R6/lib/X11/wdm/pixmaps/beastie.xpm ! ! optional help file to display in the help panel ! long lines may cause an ugly display ! DisplayManager*wdmHelpFile: /etc/motd ! ! optional default username and password (in clear text) ! which wdm should use if nothing is typed by the user. ! it's strongly suggested that wdm-config should be ! chmod 600 and owned by root if you want to use this ! feature, or else you could open a huge security hole ! in your system, letting anyone to log in as this default ! user. In any case if you want to use this feature do ! it with a very restricted account, and especially NOT ! WITH THE root ACCOUNT !!! !DisplayManager*wdmDefaultUser: nobody !DisplayManager*wdmDefaultPasswd: dumb_clear_text_passwd ! ! list of window managers which can be started ! or 'None' if you want only NoChange to appear ! e.g.: DisplayManager*wdmWm: None #DisplayManager*wdmWm: wmaker:afterstep:blackbox:ctwm:enlightenment:fvwm:fvwm2:fvwm95:olvwm:qvwm:tvtwm DisplayManager*wdmWm: wmaker:enlightenment:gnome:kde:fluxbox ! ! commands for reboot and halt ! -- be sure to edit these if the ! system is not linux. DisplayManager*wdmReboot: /sbin/shutdown -r now DisplayManager*wdmHalt: /sbin/shutdown -h now ! alternates (for Linux) ! DisplayManager*wdmReboot: /sbin/shutdown -t3 -r now ! DisplayManager*wdmHalt: /sbin/shutdown -t3 -h now ! ! true/false to require valid username/passwd to reboot,halt, or exit DisplayManager*wdmVerify: true ! true/false to require root as valid username/passwd to reboot,halt, or exit DisplayManager*wdmRoot: false ! true=enable, false=disable shake and rollup animations DisplayManager*wdmAnimations: true --=-Zi5LLcJ1IBMf3/7/iZpU-- From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 23:34:21 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF9B716A420 for ; Mon, 20 Feb 2006 23:34:21 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C75443D48 for ; Mon, 20 Feb 2006 23:34:21 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by zproxy.gmail.com with SMTP id m7so1094952nzf for ; Mon, 20 Feb 2006 15:34:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=eAZilj3xVrkT3vg3e0nDQGoTekz+uvyTjWqx3zXm8dDn2K5EH2lepuDcVQLsDH+JHxg5d09bIlSOQ6nNy3ZovjR4r2+SS2qQ7YjkNgBeSqIGCmI6Phjj4Mi/mDrETKYe9WKylcVZS86sbE1S4YCLvBlzHc7GC/vAUkhqIiPOAOs= Received: by 10.65.188.15 with SMTP id q15mr1047946qbp; Mon, 20 Feb 2006 15:34:20 -0800 (PST) Received: by 10.64.150.10 with HTTP; Mon, 20 Feb 2006 15:34:20 -0800 (PST) Message-ID: <54db43990602201534m232c0cecl539cc3b7a29714fa@mail.gmail.com> Date: Mon, 20 Feb 2006 18:34:20 -0500 From: "Bob Johnson" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: bobo1009@mailtest2.eng.ufl.edu Subject: torrents.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 23:34:21 -0000 torrents.freebsd.org (216.136.204.113:8080) does not seem to be accepting any connections. Neither ctorrent nor rtorrent will connect to it, nor will a manual telnet connection. torrents.freebsd.org:8080 is the tracker specified in the torrent files downloaded from ftp.freebsd.org/pub/FreeBSD/torrents/6.0-RELEASE. Am I doing something wrong or is it down? - Bob From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 23:40:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67BD916A422 for ; Mon, 20 Feb 2006 23:40:56 +0000 (GMT) (envelope-from ben@spooty.net) Received: from swift.swiftnames.com (swift.swiftnames.com [205.214.82.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1572443D49 for ; Mon, 20 Feb 2006 23:40:55 +0000 (GMT) (envelope-from ben@spooty.net) Received: from cpc2-brig8-4-0-cust31.brig.cable.ntl.com ([86.10.171.31] helo=[192.168.1.101]) by swift.swiftnames.com with esmtpa (Exim 4.44) id 1FBKe9-0002Oz-8m for freebsd-questions@freebsd.org; Mon, 20 Feb 2006 16:40:49 -0700 From: Ben Paley To: FreeBSD Questions Date: Mon, 20 Feb 2006 23:39:43 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602202339.44245.ben@spooty.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - swift.swiftnames.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spooty.net X-Source: X-Source-Args: X-Source-Dir: Subject: tar segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 23:40:56 -0000 Hello, I want to backup certain parts of my system regularly, so I made a directory which reflects the filesystem: backup/ etc/ -> link to /etc usr/ home/ me/ somefile -> link to some specific file in my home directory public_html/ various_links_to/ -> directories_which/ -> really_exist_in_my/ -> public_html/ -> Basically it's a collection of symlinks to stuff I want backed up. Then I run tar -cLvy -f /usr/home/me/backup/backup.tar.bz2 /usr/home/me/backup/source/ When source/usr/home/me/public_html is empty then it runs fine. But when I put any links in, tar dies with a segmentation fault. Has anyone got any ideas why? Thanks, Ben From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 00:13:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36E0E16A420 for ; Tue, 21 Feb 2006 00:13:38 +0000 (GMT) (envelope-from flashweb@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id C940B43D46 for ; Tue, 21 Feb 2006 00:13:37 +0000 (GMT) (envelope-from flashweb@gmail.com) Received: by zproxy.gmail.com with SMTP id m22so1014356nzf for ; Mon, 20 Feb 2006 16:13:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UZ1xSNGdsmwTg7wIvv2DoGToOdxsV2/NTFMnSQtLjIezjsFZrwBOqcz+iN2ZgNChnqLm7aHgUy54aHUugypX/leYc4jIXPXmwfPPA1S+7Y6pc9V+zamCV66lq5tm0zXW2zYfxivV0XskhDoUImKYp9Px89YzVu1hLETystLpfxU= Received: by 10.65.211.19 with SMTP id n19mr1126526qbq; Mon, 20 Feb 2006 16:13:37 -0800 (PST) Received: by 10.65.93.4 with HTTP; Mon, 20 Feb 2006 16:13:37 -0800 (PST) Message-ID: <927ad6550602201613j108aa53fnbbb0cff87dac1cce@mail.gmail.com> Date: Tue, 21 Feb 2006 05:43:37 +0530 From: FlashWebHost.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Shared object "libm.so.4" not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 00:13:38 -0000 Hi, I am getting follwing error when running perl script or even just calling p= erl. freebsd# perl -v /libexec/ld-elf.so.1: Shared object "libm.so.4" not found freebsd# I am using freebsd# uname -a FreeBSD freebsd.netfreehost.com 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Sat Sep 17 20:14:10 BST 2005 =20 root@freebsd.netfreehost.com:/usr/src/sys/i386/compile/FLASHWEBHOST=20 i386 freebsd# How do i fix the error ? Regards, Yujin From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 00:41:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3907716A444 for ; Tue, 21 Feb 2006 00:41:57 +0000 (GMT) (envelope-from bsd-unix@comcast.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD48943D46 for ; Tue, 21 Feb 2006 00:41:56 +0000 (GMT) (envelope-from bsd-unix@comcast.net) Received: from kt.weeble.com (c-68-56-224-228.hsd1.fl.comcast.net[68.56.224.228]) by comcast.net (sccrmhc13) with SMTP id <200602210041530130021e50e>; Tue, 21 Feb 2006 00:41:53 +0000 Date: Mon, 20 Feb 2006 19:42:18 -0500 From: Randy Pratt To: tundra@tundraware.com Message-Id: <20060220194218.27f2f710.bsd-unix@comcast.net> In-Reply-To: <43F9EC82.80609@tundraware.com> References: <43F8E25D.5030503@tundraware.com> <20060219164805.0de1772d.bsd-unix@comcast.net> <43F9EC82.80609@tundraware.com> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Path And 'cron' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 00:41:57 -0000 On Mon, 20 Feb 2006 10:21:22 -0600 Tim Daneliuk wrote: > Randy Pratt wrote: > > > On Sun, 19 Feb 2006 15:25:49 -0600 > > Tim Daneliuk wrote: > > > > > >>Where is the default path for cron jobs established? (And can it > >>be changed...) > >> > > > > > > Take a look at: > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-cron.html > > > > and see if that answers your question. > > > > Best regards, > > > > Randy > > -- > > > > Well ... it answered my question partially. But as I looked back over > it, I realized my central questions are still unanswered: > > If I do not have a PATH= statement in a particular user's crontab, > what is used for a default PATH? >From "man 5 crontab" : Several environment variables are set up automatically by the cron (8) daemon. SHELL is set to /bin/sh, PATH is set to /usr/bin:/bin, and LOGNAME and HOME are set from the /etc/passwd line of the crontab's owner. HOME, PATH and SHELL may be overridden by settings in the crontab; LOGNAME may not. > Is the path in /etc/crontab inherited somehow? > > Given that the default shell is /bin/sh, are the settings > in /etc/profile observed? If no PATH is established there either, > what will cron use? > > I am trying to determine the best place to establish correct global > PATH settings for all cron users so I don't have to edit each users' > crontab file when file locations are updated or changed. It seems that the PATH is being set in the source code, in particular /usr/src/usr.sbin/cron/cron/pathnames.h : #ifndef _PATH_DEFPATH # define _PATH_DEFPATH "/usr/bin:/bin" #endif I suppose its possible to change the source and rebuild but there may be subtle interactions that aren't readily apparent that would need to be considered. There may even be a knob to tweak somewhere for this. Sorry I can't give you a definitive answer on this. Perhaps someone with more direct experience can give you proper guidance here. Best regards, Randy -- From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 01:47:24 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2781316A420 for ; Tue, 21 Feb 2006 01:47:24 +0000 (GMT) (envelope-from jay2xra@yahoo.com) Received: from web51612.mail.yahoo.com (web51612.mail.yahoo.com [68.142.224.85]) by mx1.FreeBSD.org (Postfix) with SMTP id 978DD43D46 for ; Tue, 21 Feb 2006 01:47:23 +0000 (GMT) (envelope-from jay2xra@yahoo.com) Received: (qmail 49937 invoked by uid 60001); 21 Feb 2006 01:47:23 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=FQNnglSRePQSUDoVhArHve+/X4VDrDpGOItC8iO4M8jPC6fHo0J2ZvUihuIHt98nvqRdmQO1pJFnYxfZF5cRyMf7KQs+aMNWmgkotXv/t6P+WdWRc8iZcplKrGhnfUfoHBiAUSdUc37DZhMcvkblidllHDC/dp+dZCrDUG6It10= ; Message-ID: <20060221014723.49935.qmail@web51612.mail.yahoo.com> Received: from [202.90.128.21] by web51612.mail.yahoo.com via HTTP; Mon, 20 Feb 2006 17:47:22 PST Date: Mon, 20 Feb 2006 17:47:22 -0800 (PST) From: Mark Jayson Alvarez To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: network monitoring system with downtime reporting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 01:47:24 -0000 Hi, I'm looking for a network monitoring system with downtime reporting. Currently, we are using nagios for services monitoring and mrtg for traffic monitoring. Do you know any tool which can report the downtimes of a particular customer's internet link? We need it because from time to time, customers are asking for rebates because they say that their link went down a couple of times, and mrtg cannot show this accurately.. Thanks. -jay __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 01:52:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9463516A420 for ; Tue, 21 Feb 2006 01:52:00 +0000 (GMT) (envelope-from jbell@stelesys.com) Received: from stelesys.com (web3.stelesys.com [63.175.100.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A59C43D49 for ; Tue, 21 Feb 2006 01:52:00 +0000 (GMT) (envelope-from jbell@stelesys.com) Received: from c-71-199-184-251.hsd1.ga.comcast.net ([71.199.184.251] helo=[192.168.0.148]) by stelesys.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FBMh5-0009pL-HK; Mon, 20 Feb 2006 20:51:59 -0500 Message-ID: <43FA723E.5000100@stelesys.com> Date: Mon, 20 Feb 2006 20:51:58 -0500 From: Jerry Bell User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "V.I.Victor" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Every 12-hrs -- "ad0: TIMEOUT - WRITE DMA" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 01:52:00 -0000 I had a drive dying and it showed up just like this - it turned out to be the daily scripts that scan for file changes, etc, and my backup script were tickling a back sector of the disk. Have you run the smartctl -t long /dev/ad0 command to have it perform a full self test? You normally have to let that run for a while, then take another look at the smart error log to see if anything showed up. Mine ended up having an error that the drive could not self correct. As to why you're able to write a 2 gig file without a problem - if you have some binary or config file or man file, etc sitting on those bad spots, you wouldn't be writing to those blocks. Anytime a security script iterates through them, they would be tickling that block, causing an error. Another possibility is that you have a bad ide cable. Hopefully that is of some use. Jerry http://www.networkstrike.com V.I.Victor wrote: > On Sun, 19 Feb 2006, Mike Tancsa wrote: > > >> On Sun, 19 Feb 2006 22:21:04 +0000, in sentex.lists.freebsd.questions >> you wrote: >> >> >>> On Thu, 16 Feb 2006, Mike Tancsa wrote: >>> >>> >>>>> For the last 4-days, our (otherwise OK) 5.4-RELEASE machine has been >>>>> reporting: >>>>> >>>>> Feb 12 12:08:05 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2701279 >>>>> Feb 13 00:08:51 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2701279 >>>>> Feb 13 12:09:38 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2963331 >>>>> Feb 14 00:10:24 : ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=2705947 >>>>> >>>>> So -- can anyone help track this down? >>>>> >>>> It sounds like a hardware issue. Install >>>> /usr/ports/sysutils/smartmontools and "ask" the drive to see whats up. >>>> >>> I installed 'smartmontools' but haven't used as yet. I've been waiting to >>> see what happens -- the "problem" simply stopped. There've been no "ad0: >>> TIMEOUT" messages for 3-days. >>> >> The errors get logged in the drive so you dont have to wait for more >> errors to happen. Start it running now so you can see if any of the >> "bad" counters are changing as well as to ask the drive what it was. >> My guess is you have some bad sectors the drive remapped. >> > > OK. No problems found... And -- still -- no more "ad0: TIMEOUTs" > > But, I'm not really surprised. As mentioned in the original post, a > 2-gig file had been created that presumably "moved-past" any bad > sector patches; approx. midway during the TIMEOUT report period. > > Plus -- since the drive is (was) storing email, writing logs, etc. > 24-hrs a day, it seems improbable that bad-sectors would only show-up > every 12-hrs. > > Although I'm uncomfortable with "magic-fixes," I wonder if there's > more than a coincidental connection between setting the date and the > reports starting and stopping. > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 01:55:01 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3050D16A420 for ; Tue, 21 Feb 2006 01:55:01 +0000 (GMT) (envelope-from freebsd-01@jeremykister.com) Received: from qmail-01.nntx.net (qmail-01.nntx.net [204.9.96.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 937EF43D45 for ; Tue, 21 Feb 2006 01:55:00 +0000 (GMT) (envelope-from freebsd-01@jeremykister.com) Received: (qmail 23749 invoked by uid 1010); 20 Feb 2006 20:54:59 -0500 Received: by simscan 1.2.0 ppid: 23725, pid: 23748, t: 0.0543s scanners:none Received: from unknown (HELO ?64.115.0.169?) (smtpauth-01@jeremykister.com@64.115.0.169) by qmail-01.nntx.net with SMTP; 20 Feb 2006 20:54:59 -0500 Message-ID: <43FA72EE.9060800@jeremykister.com> Date: Mon, 20 Feb 2006 20:54:54 -0500 From: Jeremy Kister User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <20060221014723.49935.qmail@web51612.mail.yahoo.com> In-Reply-To: <20060221014723.49935.qmail@web51612.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: network monitoring system with downtime reporting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 01:55:01 -0000 On 2/20/2006 8:47 PM, Mark Jayson Alvarez wrote: > I'm looking for a network monitoring system with > downtime reporting. Currently, we are using nagios for > services monitoring and mrtg for traffic monitoring. try Argus. the dev code is always good. http://argus.tcp4me.com -- Jeremy Kister http://jeremy.kister.net./ From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 03:27:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D189A16A420 for ; Tue, 21 Feb 2006 03:27:40 +0000 (GMT) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (mail.storm.ca [209.87.239.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE8A143D45 for ; Tue, 21 Feb 2006 03:27:39 +0000 (GMT) (envelope-from msoulier@digitaltorque.ca) Received: from tigger.digitaltorque.ca (ppp-216-106-109-114.storm.ca [216.106.109.114]) by mail.storm.ca (8.12.10+Sun/8.12.10) with ESMTP id k1L3RcoQ017712; Mon, 20 Feb 2006 22:27:38 -0500 (EST) Received: from tigger.digitaltorque.ca (localhost.localdomain [127.0.0.1]) by tigger.digitaltorque.ca (Postfix) with ESMTP id 2E64F23DE1; Mon, 20 Feb 2006 22:27:33 -0500 (EST) Received: (from msoulier@localhost) by tigger.digitaltorque.ca (8.13.1/8.13.1/Submit) id k1L3RSut010905; Mon, 20 Feb 2006 22:27:28 -0500 X-Authentication-Warning: tigger.digitaltorque.ca: msoulier set sender to msoulier@digitaltorque.ca using -f Date: Mon, 20 Feb 2006 22:27:28 -0500 From: "Michael P. Soulier" To: Tom Grove Message-ID: <20060221032728.GB18867@tigger.digitaltorque.ca> Mail-Followup-To: Tom Grove , Mike Jeays , freebsd-questions@freebsd.org References: <43F68C7D.9010403@voidmain.net> <1140233843.982.21.camel@chaucer.jeays.ca> <43F74361.90109@voidmain.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mu4zWe6QekgCAJVd" Content-Disposition: inline In-Reply-To: <43F74361.90109@voidmain.net> User-Agent: Mutt/1.4.2.1i Cc: Mike Jeays , freebsd-questions@freebsd.org Subject: Re: getline function X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 03:27:40 -0000 --mu4zWe6QekgCAJVd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 18/02/06 Tom Grove said: > That works and I had looked into that earlier...it seems like it does a= =20 > lot more than just one function from the man page. I guess I can use=20 > that for now but I wonder why getline() is broken in gcc on FreeBSD? getline() is from glibc. FreeBSD uses it's own libc.=20 Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --mu4zWe6QekgCAJVd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD+oigKGqCc1vIvggRAhKpAJ9GOcvqNPKDGMTsqMi5mVzM/wMB5wCfdnMx Zpj64DwFzZpsOh1saqaLLs4= =RP00 -----END PGP SIGNATURE----- --mu4zWe6QekgCAJVd-- From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 03:28:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0812616A420 for ; Tue, 21 Feb 2006 03:28:58 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [64.2.229.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E5143D46 for ; Tue, 21 Feb 2006 03:28:57 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by eskimo.tundraware.com (8.13.4/8.13.4) with ESMTP id k1L3Spil044131 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 20 Feb 2006 21:28:52 -0600 (CST) (envelope-from tundra@tundraware.com) Message-ID: <43FA88EB.9020103@tundraware.com> Date: Mon, 20 Feb 2006 21:28:43 -0600 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Randy Pratt References: <43F8E25D.5030503@tundraware.com> <20060219164805.0de1772d.bsd-unix@comcast.net> <43F9EC82.80609@tundraware.com> <20060220194218.27f2f710.bsd-unix@comcast.net> In-Reply-To: <20060220194218.27f2f710.bsd-unix@comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner: Found to be clean X-MailScanner-From: tundra@tundraware.com Cc: freebsd-questions@freebsd.org Subject: Re: Path And 'cron' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 03:28:58 -0000 Randy Pratt wrote: >> If I do not have a PATH= statement in a particular user's crontab, >> what is used for a default PATH? > > >>From "man 5 crontab" : > > Several environment variables are set up automatically by the cron > (8) daemon. SHELL is set to /bin/sh, PATH is set to /usr/bin:/bin, > and LOGNAME and HOME are set from the /etc/passwd line of the > crontab's owner. HOME, PATH and SHELL may be overridden by > settings in the crontab; LOGNAME may not. > I wonder if I can use the PATH=$PATH:/my/new/stuff formulation in a crontab file to preserve this default. I'll have to look into that. >> Is the path in /etc/crontab inherited somehow? >> >> Given that the default shell is /bin/sh, are the settings >> in /etc/profile observed? If no PATH is established there either, >> what will cron use? >> >>I am trying to determine the best place to establish correct global >>PATH settings for all cron users so I don't have to edit each users' >>crontab file when file locations are updated or changed. > > > It seems that the PATH is being set in the source code, in particular > /usr/src/usr.sbin/cron/cron/pathnames.h : > > #ifndef _PATH_DEFPATH > # define _PATH_DEFPATH "/usr/bin:/bin" > #endif > > I suppose its possible to change the source and rebuild but there may > be subtle interactions that aren't readily apparent that would need to > be considered. There may even be a knob to tweak somewhere for this. That's what I was hoping for - tweaking the source is not a very clean way to solve my problem. In case you're interested (or anyone else listening), it seems that 'chown' likes to live in /usr/sbin - i.e., A place not in the default path. As it happens, a root cron task is trying to run a script that uses 'chown' and is thus failing. I can change the PATH just for root's crontab and solve the problem. I was just curious if there was a way to more broadly modify the defaults used by cron. Thanks again, for your time in this matter ... -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 04:39:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D9D316A420 for ; Tue, 21 Feb 2006 04:39:51 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8710343D46 for ; Tue, 21 Feb 2006 04:39:50 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so744287nfc for ; Mon, 20 Feb 2006 20:39:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=BK+Y0lz7pEWTwJ8oyrkpabMZVyfhoA7vX4JNeXo81auUwuMZ5zpOnDxNhcwuAA9XYzG1OOFpFwBasA15v5y7IAbSTI+bIFqjIdJ+JajjetffUnD+UDQhyy3v3sA6n4dmWthtPgnFJUESrqtPCk5cg2BkSY0mvyncJg5VHMrXsZU= Received: by 10.49.2.4 with SMTP id e4mr1392372nfi; Mon, 20 Feb 2006 20:39:49 -0800 (PST) Received: by 10.48.211.7 with HTTP; Mon, 20 Feb 2006 20:39:49 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2006 23:39:49 -0500 From: "Xn Nooby" To: fbsd_user@a1poweruser.com In-Reply-To: MIME-Version: 1.0 References: <72cf361e0602201116g5fcc5551p5bc4f5e77af6a5d4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, Martin Hepworth Subject: Re: WinSCP mega-slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 04:39:51 -0000 would doing a 'make install clean' inside /usr/ports/security/hpn-ssh fix the default scp program? On 2/20/06, fbsd_user wrote: > > There is a patch to OpenSSH to fix the buffer size problem caused be > the different operating systems OpenSSH runs on. When the host and > remote are different operating systems the send/receive buffer sizes > do not match and this causes drastic slow down. Like in using Winscp > client connecting to a FreeBSD box or Linux box. > > ports/security/hpn-ssh/ > > contains the patch code to fix this problem in sshd/ssh. > > Check out the patches home page at > http://www.psc.edu/networking/projects/hpn-ssh/ > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Martin > Hepworth > Sent: Monday, February 20, 2006 2:16 PM > Cc: freebsd-questions@freebsd.org > Subject: Re: WinSCP mega-slowness > > > Hate to do a me too, but I gotta agree. > > I did the same file transfer using cygwin's scp and winscp and cygwin > was > about 10x faster..... > > > On 2/20/06, Xn Nooby wrote: > > > > For about a year I have noticed that whenever my Windows boxes talk > to my > > Unix boxes, they communicate at about 1/10 normal speed. I copy lots > > (300GB) > > of large files back and forth between machines as I try different > OS's, > > and > > I always see this. > > > > Specifically, if I copy from FreeBSD to FreeBSD, files transfer at > 11 megs > > per second. Between FreeBSD and Linux, at about 8 megs per > > second. Between > > FreeBSD and Windows, about 1 megabyte per second. This is on > identical > > hardware. I've told other people about this, and they usually say I > must > > be > > doing something wrong, but recently a friend of mine upgraded a > Windows > > box > > to SP2, and now they are getting this same slowness. When I copy > from > > Windows to WIndows (XP or W2k), I get 11 megs per second. > > > > My machines are two P4's with gigabit NICs, and I'm using WinSCP and > > (somtimes) pscp.exe on WIndows to talk to sshd on FreeBSD. It's > always a > > shock when I have to copy my data to WIndows, and it takes 30 hours > > instead > > of 3. > > > > Does anyone else ever see this slowness when copying files between > FreeBSD > > and Windows? > > > > Is Windows maybe capping the transfer speed when it talks to Unix? > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > > freebsd-questions-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 04:54:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B67F516A420 for ; Tue, 21 Feb 2006 04:54:00 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DDBB43D4C for ; Tue, 21 Feb 2006 04:53:59 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so764796wri for ; Mon, 20 Feb 2006 20:53:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kRAN+lm11vnp5NpM7bdK/XpHH6hIfS/3p9HJsmbd6tYC161PErdfKs++8u+IVVfIdDSltfikfNtngFJxuMW1UuqEt+tokEx2YO2Ju/KDo6HWTsXVxhtdh2lUgXwROm7gib195U61Be3XNY90At3UrnV26ozpJJvbdDqGU7t+ce0= Received: by 10.65.155.19 with SMTP id h19mr1236671qbo; Mon, 20 Feb 2006 20:53:59 -0800 (PST) Received: by 10.65.211.12 with HTTP; Mon, 20 Feb 2006 20:53:59 -0800 (PST) Message-ID: <47d0403c0602202053w751133eeta6c5210e0ab62cd2@mail.gmail.com> Date: Tue, 21 Feb 2006 04:53:59 +0000 From: "Ben Kaduk" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_10118_10175645.1140497639076" Subject: 6.0-release remote x application failure to open display X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 04:54:00 -0000 ------=_Part_10118_10175645.1140497639076 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi all, I think this is probably a simple question, but I do not recall having any difficulties on 5.2.1 or 5.3-beta3, which are the other versions that I had run on this box. I recently have performed a clean install of 6.0-release on this machine, on a new hard drive, and then copied over the data and some configuration files (ssh keys, etc.) from the old hard drive (it is a slow machine, so I didn't want to build current). Having done so, I then tried to login remotely to this machine and run xmms (it is mostly used as my "music server"), which failed with this error: ** CRITICAL **: Unable to open display I have tried with passing the -X flag, and with passing the -Y flag to ssh, but there is no change in behaviour. Is there something that I have forgotten to enable, or is this unexpected? Some information about the computer: kaduk@pleonasm$ uname -a FreeBSD pleonasm.mooo.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Feb 20 01:22:19 UTC 2006 =20 root@pleonasm.urh.uiuc.edu:/usr/obj/usr/src/sys/PLEONASM i386 dmesg is attached (if it makes it through the list). Thanks, Ben Kaduk ------=_Part_10118_10175645.1140497639076 Content-Type: application/octet-stream; name=dmesg.boot Content-Transfer-Encoding: 7bit X-Attachment-Id: f_ejxommo0 Content-Disposition: attachment; filename="dmesg.boot" Copyright (c) 1992-2005 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 6.0-RELEASE #0: Mon Feb 20 01:22:19 UTC 2006 root@pleonasm.urh.uiuc.edu:/usr/obj/usr/src/sys/PLEONASM Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium II/Pentium II Xeon/Celeron (299.94-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x633 Stepping = 3 Features=0x80f9ff real memory = 469762048 (448 MB) avail memory = 454508544 (433 MB) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard pcib0: pcibus 0 on motherboard pir0: on motherboard pci0: on pcib0 agp0: mem 0xec000000-0xefffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1000-0x100f at device 7.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0x1020-0x103f irq 11 at device 7.2 on pci0 uhci0: [GIANT-LOCKED] 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 pci0: at device 7.3 (no driver attached) pci0: at device 13.0 (no driver attached) dc0: port 0x1400-0x14ff mem 0xe8400000-0xe84003ff irq 9 at device 14.0 on pci0 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: Ethernet address: 00:50:bf:9f:0a:98 rl0: port 0x1800-0x18ff mem 0xe8400400-0xe84004ff irq 5 at device 15.0 on pci0 miibus1: on rl0 rlphy0: on miibus1 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:50:ba:b6:79:b3 pcm0: port 0x1040-0x107f irq 11 at device 16.0 on pci0 pcm0: fwohci0: <1394 Open Host Controller Interface> mem 0xe8400800-0xe8400fff,0xe8404000-0xe8407fff irq 10 at device 16.2 on pci0 fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:02:3c:01:51:05:07:32 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcc7ff,0xe0000-0xe3fff,0xe4000-0xeffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: parallel port not found. sio0: configured irq 4 not in bitmap of probed irqs 0x8 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled unknown: can't assign resources (memory) unknown: can't assign resources (memory) unknown: can't assign resources (memory) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) ppc1: parallel port not found. Timecounter "TSC" frequency 299942353 Hz quality 800 Timecounters tick every 1.000 msec IPv6 packet filtering initialized, logging disabled ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, logging limited to 5 packets/entry by default acd0: CDROM at ata0-master PIO4 acd1: CDRW at ata0-slave PIO4 ad2: 8063MB at ata1-master UDMA33 ad3: 114473MB at ata1-slave UDMA33 Trying to mount root from ufs:/dev/ad3s1a Loading configuration files. kernel dumps on /dev/ad3s1b Entropy harvesting: interrupts ethernet point_to_point kickstart . swapon: adding /dev/ad3s1b as swap device Starting file system checks: /dev/ad3s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad3s1a: clean, 216460 free (1684 frags, 26847 blocks, 0.7% fragmentation) /dev/ad3s1e: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad3s1e: clean, 253809 free (41 frags, 31721 blocks, 0.0% fragmentation) /dev/ad3s1f: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad3s1f: clean, 25723046 free (52918 frags, 3208766 blocks, 0.1% fragmentation) /dev/ad3s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad3s1d: clean, 715616 free (744 frags, 89359 blocks, 0.1% fragmentation) Setting hostname: pleonasm.mooo.com. rl0: no link ... . got link DHCPREQUEST on rl0 to 255.255.255.255 port 67 DHCPACK from 130.126.68.1 bound to 130.126.70.226 -- renewal in 302400 seconds. lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 dc0: flags=8843 mtu 1500 options=8 inet6 fe80::250:bfff:fe9f:a98%dc0 prefixlen 64 scopeid 0x1 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 inet 192.169.0.2 netmask 0xffffff00 broadcast 192.169.0.255 ether 00:50:bf:9f:0a:98 media: Ethernet autoselect (none) status: no carrier rl0: flags=8843 mtu 1500 options=8 inet6 fe80::250:baff:feb6:79b3%rl0 prefixlen 64 scopeid 0x2 inet 130.126.70.226 netmask 0xfffffc00 broadcast 130.126.71.255 ether 00:50:ba:b6:79:b3 media: Ethernet autoselect (100baseTX ) status: active Starting divert daemons: natd Flushed all rules. 00050 divert 8668 ip from any to any via rl0 Feb 20 14:07:53 natd[255]: Aliasing to 130.126.70.226, mtu 1500 bytes 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 00300 deny ip from 127.0.0.0/8 to any 65000 allow ip from any to any Firewall rules loaded . Firewall logging enabled net.inet.ip.fw.enable: 1 -> 1 Additional routing options: IP gateway=YES . Starting devd. Mounting NFS file systems: . Creating and/or trimming log files: . Starting syslogd. Feb 20 14:07:54 syslogd: cannot create /sandbox/namedb/dev/log: No such file or directory Checking for core dump on /dev/ad3s1b... savecore: no dumps found ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout Starting usbd. Starting local daemons: . Updating motd . Configuring syscons: blanktime . Starting sshd. Initial i386 initialization: . Additional ABI support: . Starting cron. Local package initialization: . Additional TCP options: . Starting background file system checks in 60 seconds. ------=_Part_10118_10175645.1140497639076-- From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 05:13:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 919B016A420 for ; Tue, 21 Feb 2006 05:13:06 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web33304.mail.mud.yahoo.com (web33304.mail.mud.yahoo.com [68.142.206.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 1D9A643D48 for ; Tue, 21 Feb 2006 05:13:05 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 39143 invoked by uid 60001); 21 Feb 2006 05:13:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=N1Uoco4Aq+Dv1xoVd75QTU/T0cccqCAyHyd+Oth0t69IzdsX6RXbfJ/DvU6naTQWKhxxGZ2Wm5Hco1p4UZq3EBF4QhNTwKzczXYq5m0r2+82pr3VnwUAIWsayMreXPxUN5CRmduZzbkmjUkgWxDTkjmmhWEUP99J9YsD+MPu57Y= ; Message-ID: <20060221051302.39140.qmail@web33304.mail.mud.yahoo.com> Received: from [147.46.44.181] by web33304.mail.mud.yahoo.com via HTTP; Mon, 20 Feb 2006 21:13:02 PST Date: Mon, 20 Feb 2006 21:13:02 -0800 (PST) From: Rob To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: How to add 'polling' in rc.conf to the ifconfig line? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 05:13:06 -0000 Hi, With 5.X, polling was enabled by setting the sysctl variable. However, with 6-Stable this seems to be depreciated; instead polling should be added per interface in the ifconfig line. I used to have this in /etc/rc.conf: ifconfig_sk0="inet 147.46.41.211 netmask 255.255.255.0" ifconfig_sk0_alias0="ether 00:50:bf:33:01:01" (Note that I need the alias0 line, to enforce a particular hardware address for the interface) How do I add polling here? When I add 'polling' at the end of either line, then the configuration is not done properly or even not done at all. Thanks, Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 05:19:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8359E16A420 for ; Tue, 21 Feb 2006 05:19:05 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAEE543D55 for ; Tue, 21 Feb 2006 05:19:04 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 4so1058414nzn for ; Mon, 20 Feb 2006 21:19:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rRRTP8vFXR3z5z1PR0ooKZrqE/QIK8vj3XFg/Lw+0glDz0RdkCoRlKrJSaUorRyR2vSffHcPcfg0+nk/S4bd4zF3sptlzxTL4gt8EOWk6YhJgQaWkzAzLSL+/jGSipiWI6wszZL+f3Y+BZl+VRB/mpu+No0kqrtEpcDTGgLC/+A= Received: by 10.36.140.6 with SMTP id n6mr6687077nzd; Mon, 20 Feb 2006 21:19:04 -0800 (PST) Received: by 10.37.20.11 with HTTP; Mon, 20 Feb 2006 21:19:04 -0800 (PST) Message-ID: Date: Tue, 21 Feb 2006 08:19:04 +0300 From: "Andrew Pantyukhin" To: "Xn Nooby" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <72cf361e0602201116g5fcc5551p5bc4f5e77af6a5d4@mail.gmail.com> Cc: fbsd_user@a1poweruser.com, freebsd-questions@freebsd.org, Martin Hepworth Subject: Re: WinSCP mega-slowness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 05:19:05 -0000 On 2/21/06, Xn Nooby wrote: > would doing a 'make install clean' inside /usr/ports/security/hpn-ssh fi= x > the default scp program? You should install hpn-ssh on both hosts. There's a windows binary available on the website. From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 06:52:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4DF516A420 for ; Tue, 21 Feb 2006 06:52:47 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web33313.mail.mud.yahoo.com (web33313.mail.mud.yahoo.com [68.142.206.128]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FB1A43D4C for ; Tue, 21 Feb 2006 06:52:47 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 12752 invoked by uid 60001); 21 Feb 2006 06:52:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2bOZ2/ASk8Sye6QHghphTUtd9LOmxhtxkhRANIvoX3+HOLYLai54uC8SKzzsIabSphnC06HHI7yNR3IEp0lpAoYcMNjB4oQ9P5D48IWqRAWZJ3s5bm80TuuawIsyRdrklNxNZh8HMfH5dgm+W4GQC9UrMj9q78pbZLM3v6pRdwU= ; Message-ID: <20060221065245.12750.qmail@web33313.mail.mud.yahoo.com> Received: from [147.46.44.181] by web33313.mail.mud.yahoo.com via HTTP; Mon, 20 Feb 2006 22:52:45 PST Date: Mon, 20 Feb 2006 22:52:45 -0800 (PST) From: Rob To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: fastboot: hangs afer console line "Rebooting" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 06:52:47 -0000 Hi, I have bought a 'naked' motherboard (no case) and assembled it to a computer myself (adding CPU, RAM etc. myself). It's an ASUS P4S8X-MX with SIS chips. It works all fine, except for the fastboot command. Bootup from cold machine and shutdown all works perfectly ("shutdown -p now" switches off the power). However, when I do a 'fastboot', the console displays the machine's down procedure, and then says: Rebooting but nothing happens anymore after this. I have to power off/on the machine, in order to boot again. Any idea why this is happening? Are specific settings on the motherboard or in the BIOS relevant to such a reboot? Thanks, Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 06:56:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DCCF16A420 for ; Tue, 21 Feb 2006 06:56:29 +0000 (GMT) (envelope-from pirat@access.inet.co.th) Received: from access.inet.co.th (access.inet.co.th [203.151.127.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035EE43D45 for ; Tue, 21 Feb 2006 06:56:28 +0000 (GMT) (envelope-from pirat@access.inet.co.th) Received: from [192.168.1.71] ([203.113.32.10]) by access.inet.co.th (8.12.9p2/8.12.9) with ESMTP id k1L6sqrl065465; Tue, 21 Feb 2006 13:54:53 +0700 (ICT) (envelope-from pirat@access.inet.co.th) Message-ID: <43FAB991.9090207@access.inet.co.th> Date: Tue, 21 Feb 2006 13:56:17 +0700 From: Pirat SRIYOTHA User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Tancsa References: <43F53ED3.1090607@access.inet.co.th> <0gvcv1lbce9qcv8di4nm7m8uhdm17cb6ch@4ax.com> In-Reply-To: <0gvcv1lbce9qcv8di4nm7m8uhdm17cb6ch@4ax.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: sos: boot fail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 06:56:29 -0000 Mike Tancsa wrote: >On Fri, 17 Feb 2006 10:11:15 +0700, in sentex.lists.freebsd.questions >you wrote: > > >>i can not boot into single user mode or safe mode. >> >>please help me. and cc to me too. >> >> > >Try and boot to your previous kernel. If that is broken for some >reason as well, boot with something like Fresbie and install a generic >kernel on your disk and boot with it. > i use this way but have to pay for lossing /etc/rc.con file, old one. furthermore, my mouse does not move and get this message during boot unable to open /dev/psm0: No such file or directory. anyway, thanks so much indeed for your helps and hints. > To boot an older kernel, in the >boot menu, escape to the loader prompt >type unload >load /boot/kernel.old/kernel >load /boot/kernel.old/acpi.ko >boot > > ---Mike >-------------------------------------------------------- >Mike Tancsa, Sentex communications http://www.sentex.net >Providing Internet Access since 1994 >mike@sentex.net, (http://www.tancsa.com) > > > > > with best regards, psr From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 07:13:47 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9D2516A420 for ; Tue, 21 Feb 2006 07:13:47 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3716443D46 for ; Tue, 21 Feb 2006 07:13:46 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.4/8.13.1) with ESMTP id k1L7Diud016781 for ; Mon, 20 Feb 2006 23:13:45 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id k1L7DiOD016780 for freebsd-questions@FreeBSD.ORG; Mon, 20 Feb 2006 23:13:44 -0800 (PST) (envelope-from kline) Date: Mon, 20 Feb 2006 23:13:44 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20060221071344.GA16641@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19+ years of service to the Unix community Cc: Subject: perl script to capture header...?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 07:13:48 -0000 People, I think perl is the best way to capture NN "THE FOR BAR" and "THE FOO BAR" NN+1 and create the header in HTML
"THE FOO BAR"
NN
such that each of ch1 thru ch5 have the title and below the page number within tags. I want to label every page number tagged so that people looking in the table-of-contents anf the index can eailt jump to any page. So I'll want to fgets() every line, capture the number and title (which are saved in $1 and $2,$3,$4), right? This book was scanned last summer; ready all but these final tweaks. Thanks for any specifics. gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 07:25:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0031A16A420 for ; Tue, 21 Feb 2006 07:25:48 +0000 (GMT) (envelope-from ben@spooty.net) Received: from swift.swiftnames.com (swift.swiftnames.com [205.214.82.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A593643D46 for ; Tue, 21 Feb 2006 07:25:48 +0000 (GMT) (envelope-from ben@spooty.net) Received: from cpc2-brig8-4-0-cust31.brig.cable.ntl.com ([86.10.171.31] helo=[192.168.1.101]) by swift.swiftnames.com with esmtpa (Exim 4.44) id 1FBRtz-0006fk-HF for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 00:25:39 -0700 From: Ben Paley To: FreeBSD Questions Date: Tue, 21 Feb 2006 07:24:39 +0000 User-Agent: KMail/1.9.1 References: <200602202339.44245.ben@spooty.net> In-Reply-To: <200602202339.44245.ben@spooty.net> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200602210724.39754.ben@spooty.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - swift.swiftnames.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spooty.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: tar segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 07:25:49 -0000 Sorry. left off some information that might come in handy! me$ uname -srm FreeBSD 6.0-STABLE i386 me$ pkg_info | grep tar gtar-1.15.1_1 GNU version of the traditional tar archiver startup-notification-0.8_1 Library that supports startup notification spec from freede me$ Thanks, Ben > tar -cLvy -f /usr/home/me/backup/backup.tar.bz2 /usr/home/me/backup/source/ > > When source/usr/home/me/public_html is empty then it runs fine. But when I > put any links in, tar dies with a segmentation fault. > > Has anyone got any ideas why? > > Thanks, > Ben From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 08:22:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A262416A429 for ; Tue, 21 Feb 2006 08:22:45 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9623143D45 for ; Tue, 21 Feb 2006 08:22:44 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id k1L8Mg7P022369 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 21 Feb 2006 15:22:42 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id k1L8MfgA073773; Tue, 21 Feb 2006 15:22:41 +0700 (ICT) Date: Tue, 21 Feb 2006 15:22:41 +0700 (ICT) Message-Id: <200602210822.k1L8MfgA073773@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Problem building perl-5.8.7_2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 08:22:45 -0000 Hi, When I tryto build perl-5.8.7_2 I got: `sh cflags "optimize='-O -pipe'" toke.o` -fpic toke.c CCCMD = gcc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.7/BSDPAN" -fno-strict-aliasing -pipe -I/usr/local/include -O -pipe -Wall toke.c: In function `S_scan_formline': toke.c:10392: error: invalid operands to binary + toke.c:10392: error: invalid lvalue in unary `&' toke.c:10392: error: invalid lvalue in unary `&' *** Error code 1 Stop in /usr/ports/lang/perl5.8/work/perl-5.8.7. *** Error code 1 Stop in /usr/ports/lang/perl5.8. at the very begining of the compile. Any clue on what is going on? TIA Olivier From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 08:27:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28FD716A422 for ; Tue, 21 Feb 2006 08:27:39 +0000 (GMT) (envelope-from SRS0=Xluh=4Q=eagle.thalreit=volker@srs.kundenserver.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4641143D48 for ; Tue, 21 Feb 2006 08:27:38 +0000 (GMT) (envelope-from SRS0=Xluh=4Q=eagle.thalreit=volker@srs.kundenserver.de) Received: from [84.151.73.74] (helo=eagle.thalreit) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1FBSrx1UBi-0004LP; Tue, 21 Feb 2006 09:27:37 +0100 Received: from volker by eagle.thalreit with local (Exim 4.51 (FreeBSD)) id 1FBSrv-0003o2-Mc; Tue, 21 Feb 2006 09:27:35 +0100 Date: Tue, 21 Feb 2006 09:27:35 +0100 From: Volker Jahns To: freebsd-questions@freebsd.org Message-ID: <20060221082735.GA14389@eagle.thalreit> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Sender: "Volker Jahns, Thalreit/DE,," X-Provags-ID: kundenserver.de abuse@kundenserver.de login:5b79f71352ef1364d4beaa70fe75636d Cc: volker@thalreit.de Subject: can't find libperl.so after security update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 08:27:39 -0000 There is some problem after upgrading perl because of security issues: exim, imapd won't run w/o libperl.so Probably there is more of this sort, but that is what I immediately figured on my production machine. Manually adding a missing link to /usr/local/lib/libperl.so works. What is the recommended procedure to follow for perl upgrade on FreeBSD 5.3 release? -- Volker Jahns, volker@thalreit.de From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 08:32:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 947CC16A420 for ; Tue, 21 Feb 2006 08:32:32 +0000 (GMT) (envelope-from northg@shaw.ca) Received: from pd2mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A7EE43D46 for ; Tue, 21 Feb 2006 08:32:31 +0000 (GMT) (envelope-from northg@shaw.ca) Received: from pd5mr5so.prod.shaw.ca (pd5mr5so-qfe3.prod.shaw.ca [10.0.141.181]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV1000W03Q62X20@l-daemon> for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 01:32:30 -0700 (MST) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd5mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV1004S93Q64P50@pd5mr5so.prod.shaw.ca> for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 01:32:30 -0700 (MST) Received: from [192.168.1.100] ([24.85.136.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV100MAF3Q60DJ0@l-daemon> for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 01:32:30 -0700 (MST) Received: from 127.0.0.1 (AVG SMTP 7.1.375 [267.15.11/264]); Tue, 21 Feb 2006 00:32:36 -0800 Date: Tue, 21 Feb 2006 00:32:35 -0800 From: Graham North To: questions freebsd Message-id: <43FAD023.9060701@shaw.ca> MIME-version: 1.0 Content-type: multipart/mixed; boundary="=======AVGMAIL-43FAD0245DF1=======" X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Samba Print server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 08:32:32 -0000 --=======AVGMAIL-43FAD0245DF1======= Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This is supposed to be simple...? My file shares work fine, I can browse and access files without problem. But printer "Access denied unable to connect" It is driving me bonkers! My "nobody" account looks okay. My hosts file is okay. lpr works when on the print server machine - it will print. Windows can't. If anyone can give me some suggestions...? Here is my smb.conf file. # smb.conf 20060220 - re-write - simplify # # NOTE: Whenever you modify this file you should run the command "testparm" # to check that you have not many any basic syntactic errors. # #======================= Global Settings ===================================== [global] workgroup = DELNORTE encrypt passwords = yes server string = www_server browseable = yes printing = bsd # print command = lpr -s -P %p %s; rm %s hosts allow = 192.168.1.100 192.168.1.101 192.168.1.102 192.168.1.103 #local network wins support = no #============================ Share Definitions ============================== [gn] comment = Soleado WebServer path = /home/gn browseable = yes valid users = gn writeable = yes [wqs] comment = WQS WebServer path = /home/wqs browseable = yes writeable = yes valid users = gn wqs # NOTE: If you have a BSD-style print system there is no need to # specifically define each individual printer [ljet4l] comment = HP4L path = /var/spool/samba printable = yes public = yes # valid users = nobody # use client driver = yes Thanks to anyone who can help me out of my misery! Cheers, Graham/ -- Kindness can be infectious - try it. Graham North Vancouver, BC www.soleado.ca --=======AVGMAIL-43FAD0245DF1======= Content-Type: text/plain; x-avg=cert; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Description: "AVG certification" No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.11/264 - Release Date: 2/17/2006 --=======AVGMAIL-43FAD0245DF1=======-- From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 09:14:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2213A16A420 for ; Tue, 21 Feb 2006 09:14:31 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE3543D68 for ; Tue, 21 Feb 2006 09:14:27 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id k1L9EP1X024097 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Feb 2006 16:14:25 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id k1L9EOru084094; Tue, 21 Feb 2006 16:14:24 +0700 (ICT) Date: Tue, 21 Feb 2006 16:14:24 +0700 (ICT) Message-Id: <200602210914.k1L9EOru084094@banyan.cs.ait.ac.th> From: Olivier Nicole To: on@cs.ait.ac.th In-reply-to: <200602210822.k1L8MfgA073773@banyan.cs.ait.ac.th> (message from Olivier Nicole on Tue, 21 Feb 2006 15:22:41 +0700 (ICT)) References: <200602210822.k1L8MfgA073773@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Problem building perl-5.8.7_2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 09:14:31 -0000 Hi, When I tryto build perl-5.8.7_2 I got: `sh cflags "optimize='-O -pipe'" toke.o` -fpic toke.c CCCMD = gcc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.7/BSDPAN" -fno-strict-aliasing -pipe -I/usr/local/include -O -pipe -Wall toke.c: In function `S_scan_formline': toke.c:10392: error: invalid operands to binary + toke.c:10392: error: invalid lvalue in unary `&' toke.c:10392: error: invalid lvalue in unary `&' *** Error code 1 Stop in /usr/ports/lang/perl5.8/work/perl-5.8.7. *** Error code 1 Stop in /usr/ports/lang/perl5.8. at the very begining of the compile. Any clue on what is going on? I forgot to mention this is going on FreeBSD ufo.cs.ait.ac.th 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #3: Tue Feb 21 13:35:24 ICT 2006 root@ufo.cs.ait.ac.th:/usr/obj/usr/src/sys/SMALL i386 Olivier From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 09:37:45 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF25E16A420 for ; Tue, 21 Feb 2006 09:37:45 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4993043D4C for ; Tue, 21 Feb 2006 09:37:45 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV100AOB6QWBND0@osl1smout1.broadpark.no> for questions@freebsd.org; Tue, 21 Feb 2006 10:37:44 +0100 (CET) Received: from urban.broadpark.no ([213.187.181.70]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV10012Y6QVA920@osl1sminn1.broadpark.no> for questions@freebsd.org; Tue, 21 Feb 2006 10:37:44 +0100 (CET) Date: Tue, 21 Feb 2006 10:37:41 +0100 From: Kristian Vaaf To: questions@freebsd.org Message-id: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Cc: Subject: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 09:37:45 -0000 Hello! I don't know what's wrong. But all my makes error out. I've tried over and over again. And sent about a dozen e-mails to this list. http://www.home.no/hedhnta/result.txt When doing: cvsup -g -L 2 /etc/cvsupfile And then running: cd /usr/src \ && make buildworld \ && make buildkernel KERNCONF=ARBA \ && make installkernel KERNCONF=ARBA \ && make installworld \ && mergemaster \ && make clean \ && rm -rf /usr/obj/* This is how it's done, no? Please help me. Thanks, Vaaf From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 09:45:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74C2816A420 for ; Tue, 21 Feb 2006 09:45:57 +0000 (GMT) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5729343D78 for ; Tue, 21 Feb 2006 09:45:55 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 23401 invoked by uid 1008); 21 Feb 2006 09:46:14 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 21 Feb 2006 09:46:14 -0000 Received: from 24.90.33.115 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Tue, 21 Feb 2006 04:46:14 -0500 (EST) Message-ID: <57488.24.90.33.115.1140515174.squirrel@mail.el.net> Date: Tue, 21 Feb 2006 04:46:14 -0500 (EST) From: "kalin mintchev" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-java@freebsd.org Subject: eclipse looks for cairo.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalin@el.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 09:45:57 -0000 hi all... eclipse build breaks with: ===> eclipse-3.1.2 depends on shared library: cairo.2 - not found ===> Verifying install for cairo.2 in /usr/ports/graphics/cairo ===> cairo-1.0.2_1 is marked as broken: Unknown component ltverhack. *** Error code 1 Stop in /usr/ports/graphics/cairo. *** Error code 1 Stop in /usr/ports/java/eclipse. thing is i installed cairo 1.0.2 from src for firefox 1.5 a few days ago and it worked for it... so i was wondering why eclipse isn't finding it? thanks.... From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 10:10:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CFD216A430 for ; Tue, 21 Feb 2006 10:10:55 +0000 (GMT) (envelope-from robin@reportlab.com) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.FreeBSD.org (Postfix) with SMTP id C537D43D48 for ; Tue, 21 Feb 2006 10:10:54 +0000 (GMT) (envelope-from robin@reportlab.com) Received: (qmail 61665 invoked from network); 21 Feb 2006 10:10:53 -0000 Received: from unknown (HELO ?192.168.0.3?) (unknown) by unknown with SMTP; 21 Feb 2006 10:10:53 -0000 X-pair-Authenticated: 217.196.247.135 Message-ID: <43FAE72D.4000208@chamonix.reportlab.co.uk> Date: Tue, 21 Feb 2006 10:10:53 +0000 From: Robin Becker User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: traffic analysis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 10:10:55 -0000 Our freeBSD 6.0 host is not yet in production, but appears to have outgoing traffic of around 140Mb/day; the http logs say 16 hits etc. The host provider said this "The server is on a /20-network, and this leads to high amounts of background traffic (ARP, broadcast, etc.). These traffic types are likely to be the reason for most of your outbound traffic." I'm not sure I follow this argument. Does this mean I'm responding to large number of spurious requests? The provider's analysis of the input volume is pretty small (0Mb). Is there a tool that can give me some reasonable data on this sort of problem? Perhaps I need to close down some services etc. -- Robin Becker From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 10:29:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6DB316A420 for ; Tue, 21 Feb 2006 10:29:59 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687B843D48 for ; Tue, 21 Feb 2006 10:29:58 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.ATOSORIGIN.ES [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id B12102E041; Tue, 21 Feb 2006 11:30:02 +0100 (CET) Message-ID: <43FAEBA4.6080509@locolomo.org> Date: Tue, 21 Feb 2006 11:29:56 +0100 From: Erik Norgaard User-Agent: Thunderbird 1.5 (X11/20060118) MIME-Version: 1.0 To: Robin Becker References: <43FAE72D.4000208@chamonix.reportlab.co.uk> In-Reply-To: <43FAE72D.4000208@chamonix.reportlab.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: traffic analysis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 10:30:00 -0000 Robin Becker wrote: > Our freeBSD 6.0 host is not yet in production, but appears to have > outgoing traffic of around 140Mb/day; the http logs say 16 hits etc. The > host provider said this > > "The server is on a /20-network, and this leads to high amounts of > background traffic (ARP, broadcast, etc.). These traffic types are > likely to be the reason for most of your outbound traffic." > > I'm not sure I follow this argument. Does this mean I'm responding to > large number of spurious requests? The provider's analysis of the input > volume is pretty small (0Mb). > > Is there a tool that can give me some reasonable data on this sort of > problem? Perhaps I need to close down some services etc. Is your server reachable from the Internet? does it have a firewall? 140MB a day sounds a lot to me, and your host should not contribute a lot to this kind of "background traffic": ARP packets are sent on the local network only, ARP is used to maintain the arp table which matches hardware (MAC) addresses and ip addresses. An entry normally expires after one minute with no traffic. Usually your host would only send arp requests to a very few hosts, the servers it connects to and the default router. Broadcast not very common either, most traffic is unicast. If your host's firewall does not drop packets to closed ports then it will send a response packet. It is common to see probes for example for port 137 for vulnerable windows machines. This may explain the traffic. You can run snort for 15 minutes and sum up what the traffic amounts to over 24 hs. or just enable your firewall with pass all and view the statistics to see. Snort will also tell you the amount of traffic on other protocols such as ARP not reported by your firewall. Cheers, Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt Subject ID: 9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72 Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9 From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 10:32:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1795216A420 for ; Tue, 21 Feb 2006 10:32:15 +0000 (GMT) (envelope-from freebsd-01@jeremykister.com) Received: from qmail-01.nntx.net (qmail-01.nntx.net [204.9.96.15]) by mx1.FreeBSD.org (Postfix) with SMTP id A199243D48 for ; Tue, 21 Feb 2006 10:32:14 +0000 (GMT) (envelope-from freebsd-01@jeremykister.com) Received: (qmail 17614 invoked by uid 1010); 21 Feb 2006 05:32:13 -0500 Received: by simscan 1.2.0 ppid: 17586, pid: 17609, t: 0.3336s scanners:none Received: from unknown (HELO ?10.9.1.2?) (smtpauth-01@jeremykister.com@68.37.176.150) by qmail-01.nntx.net with SMTP; 21 Feb 2006 05:32:12 -0500 Message-ID: <43FAEC1C.7060103@jeremykister.com> Date: Tue, 21 Feb 2006 05:31:56 -0500 From: Jeremy Kister User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43FAE72D.4000208@chamonix.reportlab.co.uk> In-Reply-To: <43FAE72D.4000208@chamonix.reportlab.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: traffic analysis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 10:32:15 -0000 On 2/21/2006 5:10 AM, Robin Becker wrote: > Our freeBSD 6.0 host is not yet in production, but appears to have outgoing > traffic of around 140Mb/day; the http logs say 16 hits etc. The host provider > said this 140Mb/day is really not that much. Unless my math is wrong because it's past bed time: 140Mb/day divided by 86400 seconds per day = 0.001 Mb/second (average) 0.001 Mb/second = 1.659 Kb/second this means a dialup modem could handle your average traffic. and remember Mb is Megabits, not MegaBytes. > "The server is on a /20-network, and this leads to high amounts of > background traffic (ARP, broadcast, etc.). These traffic types are > likely to be the reason for most of your outbound traffic." Is your server's netmask 255.255.240.0 ??? If it is, call your provider, laugh at them, and then call a new provider. If your netmask is not 255.255.240.0, call the person who gave you that line, laugh at them, and try to find someone more intelligent :) You're surely not on a subnet with 4000 hosts. > I'm not sure I follow this argument. Does this mean I'm responding to large > number of spurious requests? The provider's analysis of the input volume is > pretty small (0Mb). If you were on a network with 4000 other machines, it could certainly cause problems. But i'd bet that someone is just confused -- i'd bet that their entire network space is a /20, and they have allocated a small part of it for your network. > Is there a tool that can give me some reasonable data on this sort of problem? > Perhaps I need to close down some services etc. I doubt it, but you can try tcpdump. -- Jeremy Kister http://jeremy.kister.net./ From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 10:36:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C907816A420 for ; Tue, 21 Feb 2006 10:36:15 +0000 (GMT) (envelope-from peterjderooij@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BAF143D45 for ; Tue, 21 Feb 2006 10:36:15 +0000 (GMT) (envelope-from peterjderooij@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so1195008nzf for ; Tue, 21 Feb 2006 02:36:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:subject:content-type:sender; b=n8rk9go5z3qBl8b3DzVlw+O+8bDRQHP9d57qbPRUihzPi1WtHEB3FeKzHjE7POngDTXX4/5vdk1/ORH6DwEjdvF/HFsgDrsaMWkZzFDXP8LtXZ7s1Y07rKl2hHbOYvI9M887bOmfrwmUy5Zu/JFCzXgo2WyCSu0zCkAQf3qAg2s= Received: by 10.65.183.18 with SMTP id k18mr1309481qbp; Tue, 21 Feb 2006 02:36:14 -0800 (PST) Received: from ?192.168.0.101? ( [213.78.154.12]) by mx.gmail.com with ESMTP id z21sm3991744qbc.2006.02.21.02.36.13; Tue, 21 Feb 2006 02:36:13 -0800 (PST) Message-ID: <43FAED16.4060000@derooij.org> Date: Tue, 21 Feb 2006 10:36:06 +0000 From: Peter de Rooij User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: multipart/mixed; boundary="------------060602020403010602080705" Sender: Peter de Rooij Subject: no usb detection during load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: peter@derooij.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 10:36:15 -0000 This is a multi-part message in MIME format. --------------060602020403010602080705 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Well, very little. FreeBSD 6.0 GENERIC does not detect my USB mouse or printer at boot. It did not recognize a USB thumb drive either until I added the thing to /etc/fstab. Everything works fine if I plug it in after boot. (A bit inconvenient for the mouse...) How do I force detection at boot? I already added usbd_load="YES" and ums_load="YES" to loader.conf, with no effect. dmesg attached. Note the detection of ums0 after completion of boot -- that's when I plug it in after logging in. Cheers, Peter -- Peter de Rooij --------------060602020403010602080705 Content-Type: text/plain; name="usb-dmesg.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="usb-dmesg.txt" Copyright (c) 1992-2005 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 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2793.01-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf34 Stepping = 4 Features=0xbfebfbff Features2=0x441d> real memory = 796917760 (760 MB) avail memory = 770568192 (734 MB) MPTable: ioapic0: Changing APIC ID to 1 ioapic0: Assuming intbase of 0 ioapic0 irqs 0-23 on motherboard wlan: mac acl policy registered npx0: [FAST] npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard pcib0: pcibus 0 on motherboard pci0: on pcib0 agp0: port 0x14e0-0x14e7 mem 0xf0000000-0xf7ffffff,0xfc400000-0xfc47ffff irq 16 at device 2.0 on pci0 agp0: detected 8060k stolen memory agp0: aperture size is 128M uhci0: port 0x1440-0x145f irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] 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 0x1460-0x147f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] 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 0x1480-0x149f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] 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 ehci0: mem 0xfc480000-0xfc4803ff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: wrong number of companions (4 != 3) usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 8 ports with 8 removable, self powered umass0: vendor 0x0930 USB Flash Memory, rev 2.00/1.00, addr 2 pcib1: at device 30.0 on pci0 pci5: on pcib1 bge0: mem 0xfc500000-0xfc50ffff irq 20 at device 2.0 on pci5 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:11:0a:98:a4:37 ral0: mem 0xfc510000-0xfc511fff irq 16 at device 4.0 on pci5 ral0: MAC/BBP RT2560 (rev 0x04), RF RT2525 ral0: Ethernet address: 00:11:50:14:e8:0a isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x14c0-0x14cf irq 18 at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 atapci1: port 0x14f8-0x14ff,0x1810-0x1813,0x1800-0x1807,0x1814-0x1817,0x14d0-0x14df irq 18 at device 31.2 on pci0 atapci1: failed to enable memory mapping! ata2: on atapci1 ata3: on atapci1 pci0: at device 31.5 (no driver attached) pnpbios: error 0/82 getting device count/size limit pmtimer0 on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/13 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 2793014889 Hz quality 800 Timecounters tick every 1.000 msec ad0: 38166MB at ata0-master UDMA100 ad1: 157066MB at ata0-slave UDMA100 acd0: CDROM at ata1-master PIO4 acd1: DVDR at ata1-slave UDMA33 da0 at umass-sim0 bus 0 target 0 lun 0 da0: < USB Flash Memory 1.00> Removable Direct Access SCSI-2 device da0: 40.000MB/s transfers da0: 489MB (1001472 512 byte sectors: 64H 32S/T 489C) Trying to mount root from ufs:/dev/ad0s2a ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/11.10, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. --------------060602020403010602080705-- From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 10:45:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3FB916A420 for ; Tue, 21 Feb 2006 10:45:44 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F70643D45 for ; Tue, 21 Feb 2006 10:45:44 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (cpe-72-132-244-217.san.res.rr.com [72.132.244.217]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k1LAjgpq031877 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Feb 2006 02:45:43 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060221024335.0764f348@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 21 Feb 2006 02:45:16 -0800 To: Graham North , questions freebsd From: Glenn Dawson In-Reply-To: <43FAD023.9060701@shaw.ca> References: <43FAD023.9060701@shaw.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Samba Print server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 10:45:44 -0000 At 12:32 AM 2/21/2006, Graham North wrote: >This is supposed to be simple...? >My file shares work fine, I can browse and access files without >problem. But printer "Access denied unable to connect" It is >driving me bonkers! >My "nobody" account looks okay. My hosts file is okay. >lpr works when on the print server machine - it will print. Windows can't. >If anyone can give me some suggestions...? You may need guest ok = yes for the printer share. Unless of course you tried that already. -Glenn >Here is my smb.conf file. > ># smb.conf 20060220 - re-write - simplify ># ># NOTE: Whenever you modify this file you should run the command "testparm" ># to check that you have not many any basic syntactic errors. ># >#======================= Global Settings ===================================== >[global] > > workgroup = DELNORTE > encrypt passwords = yes > server string = www_server > browseable = yes > printing = bsd ># print command = lpr -s -P %p %s; rm %s > hosts allow = 192.168.1.100 192.168.1.101 192.168.1.102 > 192.168.1.103 #local network > > wins support = no > >#============================ Share Definitions ============================== >[gn] > comment = Soleado WebServer > path = /home/gn > browseable = yes > valid users = gn > writeable = yes > >[wqs] > comment = WQS WebServer > path = /home/wqs > browseable = yes > writeable = yes > valid users = gn wqs > > ># NOTE: If you have a BSD-style print system there is no need to ># specifically define each individual printer >[ljet4l] > comment = HP4L > path = /var/spool/samba > printable = yes > public = yes ># valid users = nobody ># use client driver = yes > > Thanks to anyone who can help me out of my misery! >Cheers, Graham/ > >-- >Kindness can be infectious - try it. > >Graham North >Vancouver, BC >www.soleado.ca > > > > >No virus found in this outgoing message. >Checked by AVG Free Edition. >Version: 7.1.375 / Virus Database: 267.15.11/264 - Release Date: 2/17/2006 > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 11:26:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04C7D16A420 for ; Tue, 21 Feb 2006 11:26:24 +0000 (GMT) (envelope-from cole@opteqint.net) Received: from elektra.opteqint.net (elektra.opteqint.net [209.25.178.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B3D43D48 for ; Tue, 21 Feb 2006 11:26:23 +0000 (GMT) (envelope-from cole@opteqint.net) Received: from [196.47.3.46] (helo=deadmind) by elektra.opteqint.net with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.52 (FreeBSD)) id 1FBVes-000Pi9-O1 for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 03:26:20 -0800 From: "Cole" To: Date: Tue, 21 Feb 2006 13:28:11 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcY22eVZwMHaGQ1/SrexzlcdgxXMDg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20060221112623.98B3D43D48@mx1.FreeBSD.org> Subject: Programming and Input X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cole@opteqint.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 11:26:24 -0000 Hi. Im trying to write a program that can read the Function keys, namely like F1, and F2, and so on. Im trying to do this using C. I just wanted to know exactly how to get it right. I know that you need to actually search for 2 values. Say for instance I want to read, F1, I know we need to first check the value to see if its equal to 27, and then the second value to see if its equal to 65. Also do I need to set stdin to be unbuffered for this? Also which function should i be using for this? Can i do something like this or am i totally confused? int i = 0; i = getc(stdin); if(i == 27){ printf("we found first part\n"); Now, from here how do I procede? If this is correct at all? Cause if I try to use getc to read again, I do not get 65, or any other value. So im asking exactly how would one go about reading in the F* keys from a C program? Please cc a copy to me since im not currently subscribed to this list. Thanks /Cole From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 11:32:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0182516A420 for ; Tue, 21 Feb 2006 11:32:08 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E58643D53 for ; Tue, 21 Feb 2006 11:32:07 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 4396 invoked by uid 89); 21 Feb 2006 22:32:06 +1100 Received: by simscan 1.1.0 ppid: 4360, pid: 4375, t: 1.2695s scanners: clamav: 0.87/m:34/d:1169 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.0 Received: from unknown (HELO ?192.168.1.34?) (212.2.182.202) by 0 with SMTP; 21 Feb 2006 22:32:05 +1100 Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd From: eoghan Date: Tue, 21 Feb 2006 11:32:03 +0000 X-Mailer: Apple Mail (2.746.2) Subject: gnome control center? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 11:32:08 -0000 Hi Im currently trying out gnome (2.12) on 6.0-release. Everything is fine and Im liking it... But i was wondering is there a gnome control center? Similar to that of KDE? I know I can configure option in the "start" menu -> desktop -> preferences... But it seems to me that Im missing something? Or am i? Thanks Eoghan From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 11:39:12 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20C6016A420 for ; Tue, 21 Feb 2006 11:39:12 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 814B643D49 for ; Tue, 21 Feb 2006 11:39:10 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.0.2] ([82.41.33.116]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 21 Feb 2006 11:40:14 +0000 Message-ID: <43FAFBDC.2000403@dial.pipex.com> Date: Tue, 21 Feb 2006 11:39:08 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: Kristian Vaaf References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> In-Reply-To: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Feb 2006 11:40:14.0724 (UTC) FILETIME=[94B49C40:01C636DB] Cc: questions@freebsd.org Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 11:39:12 -0000 Kristian Vaaf wrote: > I don't know what's wrong. But all my makes error out. I've tried > over and over again. And sent about a dozen e-mails to this list. > > http://www.home.no/hedhnta/result.txt This is my supposition. There have been many messages to this list which clearly say that advanced gcc options (like advanced optmisations) are a bad idea for CFLAGS defaults in make.conf because they can prevent world/kernel from rebuilding properly. So, playing spot-the-difference between your compile line which fails, and my last one which succeeded... Yours: cc -E -O2 -fno-strict-aliasing -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"'... Mine: cc -E -O -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"'... You'll see that your has -O2 and -fno-strict-aliasing while mine has just -O. So the first thing I would do is to try fixing CFLAGS in make.conf to get rid of "-fno-strict-aliasing" and change "-O2" to "-O". I can't say whether one, both or neither is actually wrong, but mine worked and yours didn't, so at least one of them is a good potential source for the problem. Let us know if it helps. Someone out there undoubdetdly knows which options are safe to add here, and may even be able to say where they are documented. --Alex PS You neglected to mention which version of FreeBSD you were running. My compile line is from 5.4. From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 11:58:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA5316A420 for ; Tue, 21 Feb 2006 11:58:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A9843D62 for ; Tue, 21 Feb 2006 11:58:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1LBvb70021389 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 21 Feb 2006 13:57:43 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1LBvGW6098415; Tue, 21 Feb 2006 13:57:16 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1LBvFGI098414; Tue, 21 Feb 2006 13:57:15 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 21 Feb 2006 13:57:15 +0200 From: Giorgos Keramidas To: Cole Message-ID: <20060221115715.GA81703@flame.pc> References: <20060221112623.98B3D43D48@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060221112623.98B3D43D48@mx1.FreeBSD.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.365, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: Programming and Input X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 11:58:12 -0000 On 2006-02-21 13:28, Cole wrote: > Hi. > > Im trying to write a program that can read the Function keys, namely > like F1, and F2, and so on. Im trying to do this using C. The C standard doesn't really include anything about "F1", "F2", etc. You can use system-specific libraries to handle keyboard input like these two keys though, i.e. the ncurses library in FreeBSD. > I just wanted to know exactly how to get it right. I know that you > need to actually search for 2 values. Say for instance I want to > read, F1, I know we need to first check the value to see if its > equal to 27, and then the second value to see if its equal to 65. > Also do I need to set stdin to be unbuffered for this? > > Also which function should i be using for this? Can i do something > like this or am i totally confused? > > int i = 0; > i = getc(stdin); > if(i == 27){ > printf("we found first part\n"); This sounds very wrong. You should use a library like ncurses that abstracts all this "hackery" with 27 and all that away, i.e.: 1 #include 2 #include 3 #include 4 #include 5 6 #ifndef MAXBUF 7 #define MAXBUF 100 8 #endif 9 10 int 11 main(void) 12 { 13 char buf[MAXBUF + 1]; 14 int quit; 15 16 if (initscr() == NULL) 17 err(1, "initscr"); 18 if (cbreak() == ERR || noecho() == ERR || nonl() == ERR || 19 intrflush(stdscr, FALSE) == ERR || keypad(stdscr, TRUE) == ERR) { 20 (void) endwin(); 21 err(1, "curses initialization"); 22 } 23 24 mvaddstr(0, 0, "Press any key or 'q' to quit"); 25 refresh(); 26 27 quit = 0; 28 (void) move(2, 0); 29 do { 30 int key; 31 32 key = getch(); 33 switch (key) { 34 case 'q': 35 case 'Q': 36 quit = 1; 37 break; 38 default: 39 memset(buf, 0, sizeof(buf)); 40 if (key < 256) 41 snprintf(buf, MAXBUF, " key %d '%c'", 42 key, (char)(key % 256)); 43 else 44 snprintf(buf, MAXBUF, " key %d '?'", 45 key); 46 addstr(buf); 47 break; 48 } 49 } while (quit == 0); 50 51 if (endwin() == ERR) 52 exit(EXIT_FAILURE); 53 return 0; 54 } Running this small curses.h example, you will see that pressing F1 doesn't generate ``27''. > Now, from here how do I procede? If this is correct at all? Cause if I > try to use getc to read again, I do not get 65, or any other value. Find a good document about ncurses :) > Please cc a copy to me since im not currently subscribed to this list. Ok :) Have fun, - Giorgos From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 11:58:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EEA816A420 for ; Tue, 21 Feb 2006 11:58:16 +0000 (GMT) (envelope-from tech.junk@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F7A243D68 for ; Tue, 21 Feb 2006 11:58:15 +0000 (GMT) (envelope-from tech.junk@verizon.net) Received: from [192.168.0.11] ([71.255.112.213]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IV100CWVD92J5X8@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 05:58:15 -0600 (CST) Date: Tue, 21 Feb 2006 06:58:14 -0500 From: Sean In-reply-to: <20060220150533.GB49429@sysadm.stc> To: Igor Robul Message-id: <43FB0056.40009@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit References: <43F9D435.8030804@verizon.net> <20060220150533.GB49429@sysadm.stc> User-Agent: Thunderbird 1.5 (X11/20060126) Cc: freebsd-questions@freebsd.org Subject: Re: ftp problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tech.junk@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 11:58:16 -0000 Igor Robul wrote: > On Mon, Feb 20, 2006 at 09:37:41AM -0500, Sean wrote: >> I have my bsd system setup to allow ftp. >> >> However when I try to ftp a directory and the contents from another >> system it basically uses the directory as a file name and all contents >> in that directory are ignored. > Do you use Internet Explorer as FTP client? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Yes, this was a transfer of some files from my bsd system to a laptop, which is running Windows. Actually I tried to do the transfer from the command line. Thanks Sean From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 12:25:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 360E616A422 for ; Tue, 21 Feb 2006 12:25:12 +0000 (GMT) (envelope-from netdaemon@exemail.com.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6062A43D46 for ; Tue, 21 Feb 2006 12:25:11 +0000 (GMT) (envelope-from netdaemon@exemail.com.au) Received: (qmail 30792 invoked by uid 507); 21 Feb 2006 23:25:09 +1100 Received: from 240.66.233.220.exetel.com.au (HELO jshinotebook) (220.233.66.240) by jay.exetel.com.au with SMTP; 21 Feb 2006 23:25:09 +1100 Message-ID: <000f01c636e1$b4544180$0b46a8c0@netdaemon.com.au> From: "Jeffrey Shi" To: Date: Tue, 21 Feb 2006 23:24:04 +1100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: just driver question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 12:25:12 -0000 Hi, I am new to freebsd. My question is for my motherboard and VGA CARD = to work with freebsd, should I use linux driver or unix driver? The = freebsd I am thinking to install is version 6.0. Thanks Jeffrey From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 13:16:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E7516A420 for ; Tue, 21 Feb 2006 13:16:32 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from asmtp-out3.blueyonder.co.uk (asmtp-out3.blueyonder.co.uk [195.188.213.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 661DD43D4C for ; Tue, 21 Feb 2006 13:16:31 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.33.116] (helo=[192.168.0.2]) by asmtp-out3.blueyonder.co.uk with esmtp (Exim 4.52) id 1FBXNW-0001Wi-Ln; Tue, 21 Feb 2006 13:16:30 +0000 Message-ID: <43FB12AD.6040608@dial.pipex.com> Date: Tue, 21 Feb 2006 13:16:29 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: tech.junk@verizon.net References: <43F9D435.8030804@verizon.net> <20060220150533.GB49429@sysadm.stc> <43FB0056.40009@verizon.net> In-Reply-To: <43FB0056.40009@verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ftp problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 13:16:32 -0000 Sean wrote: > Igor Robul wrote: > >> On Mon, Feb 20, 2006 at 09:37:41AM -0500, Sean wrote: >> >>> I have my bsd system setup to allow ftp. >>> >>> However when I try to ftp a directory and the contents from another >>> system it basically uses the directory as a file name and all >>> contents in that directory are ignored. >> >> Do you use Internet Explorer as FTP client? >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > Yes, this was a transfer of some files from my bsd system to a laptop, > which is running Windows. > > Actually I tried to do the transfer from the command line. > Other ways to go: Run samba on FreeBSD and share whatever you need e.g. your home directory. Then you can, from windows, open the network share just like any other network share, and drag-and-drop entire folders from FreeBSD to windows. Or you can do it backwards, I guess. Run samba on FreeBSD, share some directory on your windows laptop, mount the windows share from FreeBSD and using unix utils like "cp -r" to copy directories from FreeBSD to the share on the windows laptop. Or, get putty for the laptop, and use "scp -r" from the laptop to the bsd server. --Alex From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 13:42:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 489BF16A420 for ; Tue, 21 Feb 2006 13:42:11 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE7B43D46 for ; Tue, 21 Feb 2006 13:42:10 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: by zproxy.gmail.com with SMTP id 14so1221833nzn for ; Tue, 21 Feb 2006 05:42:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:organization:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=n+Hdx79U0cUw5SKpN4e5UR5Zp6uiu0SVZhFcZFfh1d2pkgf+RAa41KqtJGhWTjZIX722m6Njh40T7acNJdsUMyyp3nMmPoebYh3IUFc3Gkl3dpv3mAepkBjQ2BeB/2DnMeGzJErie94/T1DY0turRwK4eJhvWOMVzneGDAp9scQ= Received: by 10.37.14.13 with SMTP id r13mr6996242nzi; Tue, 21 Feb 2006 05:42:09 -0800 (PST) Received: from ?192.168.0.100? ( [59.144.35.12]) by mx.gmail.com with ESMTP id j7sm4503611nzd.2006.02.21.05.42.07; Tue, 21 Feb 2006 05:42:09 -0800 (PST) Message-ID: <43FB1A19.9080401@gmail.com> Date: Tue, 21 Feb 2006 19:18:09 +0530 From: Chandan Haldar Organization: TISRA User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43F96644.3070306@gmail.com> <43F99F17.1040407@gmail.com> <43FA1C37.1070607@childeric.freeserve.co.uk> In-Reply-To: <43FA1C37.1070607@childeric.freeserve.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 6.0 stable: linuxpluginwrapper port build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 13:42:11 -0000 I'll try the portmanager in future, but for now I already took Andrew's advice and started reinstalling ports from the latest version of the ports collection. I reinstalled a lot of the ports I installed earlier from the old ports collection that came with FreBSD 6.0 Stable distrib. Things seemed to go well... until: In the middle of the marathon build of gnome2 2.12, the machine (Compaq Pentium III 933MHz with 256MB RAM) unpredictably locks up. Happened several times so far at different places in the build. Keyboard is dead. Switching console does not work. The hard disk keeps spinning and the power light is on but there is no sign of any other activity in the machine. Had to force a power down and reboot. I am running FreeBSD 6.0 Stable with X11+Gnome 2.10 and the older ports for 3 months now without any problems. So presumably the new ports installs have something to do with this new unstable behavior. Anyone seen this before? Chandan Chris Whitehouse wrote: > Andrew Pantyukhin wrote: > >> On 2/20/06, Chandan Haldar wrote: >> >>> Thanks a lot for the direction. All goes well until portupgrade >>> asks me >>> to run 'pkgdb -F', >>> which asks me to resolve stale dependencies. I have a large number of >>> ports installed and >>> the dependencies seem somewhat intractable for manual resolution. Is >>> this the only way >>> to resolve the stale dependencies or am I as usual missing something >>> :-( >>> ? From the pkgdb >>> manpage I could not understand the implication of the score and how >>> that >>> helps me >>> select a new dependency... >> >> If you have some spare time, consider reinstalling all >> the ports. > > You might try sysutils/portmanager first. It upgrades lowest > dependencies first then works it's way up the dependency tree so stale > dependencies are not usually a problem. It works very well. > > Chris From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 14:09:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD5616A420 for ; Tue, 21 Feb 2006 14:09:26 +0000 (GMT) (envelope-from goodredhat@yahoo.com) Received: from web34007.mail.mud.yahoo.com (web34007.mail.mud.yahoo.com [66.163.178.88]) by mx1.FreeBSD.org (Postfix) with SMTP id BE52643D4C for ; Tue, 21 Feb 2006 14:09:25 +0000 (GMT) (envelope-from goodredhat@yahoo.com) Received: (qmail 84976 invoked by uid 60001); 21 Feb 2006 14:09:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=gw0G5oY7tKAX50iSg0/jmsmU4NQCI6VBCCvauNOT7QmUqZgnbtGGHV+Bm2ZuvCwNtPWpFDyrfzSZQTiE2Ke/GoGaLTkNHxv3CxCn2F4PTCZ3/XOzcQ3J7VuNYPbrPe9mnhjyog6/8trLPgs6XdBimj2nC6gzhen4UVIRCl0/8sA= ; Message-ID: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> Received: from [202.54.195.82] by web34007.mail.mud.yahoo.com via HTTP; Tue, 21 Feb 2006 06:09:25 PST Date: Tue, 21 Feb 2006 06:09:25 -0800 (PST) From: manish jain To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 14:09:26 -0000 Hi, I just purchased an APC 500 Back UPS (the basic model, not the pro/smart one). It does not have any serial/usb interface. Can I get apcupsd or any other daemon to work with it so that the system automatically shuts down before backup supply runs out ? If someone can attach a sample configuration file, I shall be grateful. Thanks Manish Jain --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments. From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 14:23:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F08B416A420 for ; Tue, 21 Feb 2006 14:23:57 +0000 (GMT) (envelope-from lordi@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id C29E943D73 for ; Tue, 21 Feb 2006 14:23:53 +0000 (GMT) (envelope-from lordi@msdi.ca) Received: from ian.msdi.ca ([70.83.205.150]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id CLI20599 for ; Tue, 21 Feb 2006 09:25:12 -0500 Message-Id: <7.0.0.16.2.20060221092207.05004b60@msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Tue, 21 Feb 2006 09:23:45 -0500 To: freebsd-questions@freebsd.org From: Ian Lord In-Reply-To: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> References: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 14:23:58 -0000 At 09:09 2006-02-21, manish jain wrote: >Hi, > > I just purchased an APC 500 Back UPS (the=20 > basic model, not the pro/smart one). It does=20 > not have any serial/usb interface. Can I get=20 > apcupsd or any other daemon to work with it so=20 > that the system automatically shuts down before backup supply runs out ? > > If someone can attach a sample configuration file, I shall be grateful. > > Thanks > Manish Jain How do you think freebsd will know the ups is=20 about to stop providing energy if the ups has no serial or usb port ? :) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ian Lord MSD Informatique 1711 Mont=E9e Major Terrebonne (Qu=E9bec) J7M 1E6 T=E9l.: (514) 776-MSDI -> (514) 776-6734 Sans Frais: 1(877) 776-MSDI -> 1(877) 776-6734 http://www.msdi.ca=20 From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 14:26:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FABD16A420 for ; Tue, 21 Feb 2006 14:26:05 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id F068F43D46 for ; Tue, 21 Feb 2006 14:26:04 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 6D0115C94; Tue, 21 Feb 2006 09:26:04 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51358-07; Tue, 21 Feb 2006 09:26:03 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-199-129.ny325.east.verizon.net [68.160.199.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 654235C44; Tue, 21 Feb 2006 09:26:03 -0500 (EST) Message-ID: <43FB2300.1070609@mac.com> Date: Tue, 21 Feb 2006 09:26:08 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: manish jain References: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> In-Reply-To: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 14:26:05 -0000 manish jain wrote: > I just purchased an APC 500 Back UPS (the basic model, not the pro/smart > one). > It does not have any serial/usb interface. Can I get apcupsd or any other daemon > to work with it so that the system automatically shuts down before backup supply > runs out ? No. If your UPS isn't smart and does not have an external USB or serial port, apcupsd has nothing to work with. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 14:35:43 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8741416A420 for ; Tue, 21 Feb 2006 14:35:43 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A90643D48 for ; Tue, 21 Feb 2006 14:35:42 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV100EJ9KIUST50@osl1smout1.broadpark.no> for questions@freebsd.org; Tue, 21 Feb 2006 15:35:18 +0100 (CET) Received: from urban.broadpark.no ([213.187.181.70]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV1005KRKISCS00@osl1sminn1.broadpark.no> for questions@freebsd.org; Tue, 21 Feb 2006 15:35:18 +0100 (CET) Date: Tue, 21 Feb 2006 15:35:15 +0100 From: Kristian Vaaf To: questions@freebsd.org Message-id: <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Cc: Subject: Cool listing script (needs a fix) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 14:35:43 -0000 What's up everybody? When running this: -- #!/usr/local/bin/bash # # Print a structured file and folder list. # $ARBA: tree.sh,v 1.0 2007/11/11 15:05:09 vaaf Exp $ # # Include files: -a, --all # argument="-type d" case $1 in -a | --all) argument="" ;; esac tree='s,^.$,, /^$/d s,[^/]*/\([^/]*\)$,+-----\1, s,[^/]*/,| ,g' pwd; find -s . $argument -print | sed -e "$tree" -- I get: -- # tree -a /home/vaaf/usr +-----commands.txt +-----lyrics.txt +-----people.txt +-----public.txt -- How can I make the same script include an END notice? -- # tree -a /home/vaaf/usr +-----commands.txt +-----lyrics.txt +-----people.txt +-----public.txt | | END -- Anybody know how? Thanks! All the best, Vaaf From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 14:41:06 2006 Return-Path: X-Original-To: freebsd-questions@www.freebsd.org Delivered-To: freebsd-questions@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8790816A420 for ; Tue, 21 Feb 2006 14:41:06 +0000 (GMT) (envelope-from vladimir.korcek@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 053B743D45 for ; Tue, 21 Feb 2006 14:41:05 +0000 (GMT) (envelope-from vladimir.korcek@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so870184wri for ; Tue, 21 Feb 2006 06:41:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Ot0Na2ZDt9zh9zPMpsDYqbiV7uJa2ZLB7Gh7JjnY+pROPLPLKWur8NvW3VBue0Eh0eYmTyH6XyDhtFItwbRZWIL1pXC7vnvhG42yWFD9/tnMqXQlp0Z9FNC9padPJL1PYB6sL4iD+ylI/nAG+WfDel/XqCxSvSh29388HnSDxoY= Received: by 10.64.150.16 with SMTP id x16mr1436155qbd; Tue, 21 Feb 2006 06:41:05 -0800 (PST) Received: by 10.64.203.8 with HTTP; Tue, 21 Feb 2006 06:41:05 -0800 (PST) Message-ID: <226520f40602210641q1cfa9650o@mail.gmail.com> Date: Tue, 21 Feb 2006 15:41:05 +0100 From: Vladis To: "Goran Gajic" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@www.freebsd.org Subject: Re: Firefox-1.5.0.1 not starting after successfull instalation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 14:41:06 -0000 Hi, unfortunately this doesn't help, still the same result. I removed ~/.mozilla and tried to start firefox again. I did the same doesn't start and nothing happened. Just directory ~/.mozilla was created again. It's really annoying. Is there a way how to run it??? Regards, Vlado 2006/2/13, Goran Gajic : > > > Hi, > > Have you tried rm -rf ~/.mozilla and then staring firefox? > I have experienced same problem and solved it by removing old .mozilla > everything seems ok. > > Regards, > gg. > > >Hi, > > > >I encountered same problem, Firefox doesn't want start. > >It took some (not short) time but I've installed new Firefox-1.5.0.1 > >successfully, without errors after all. > >Unfortunately, I cannot start it now. It simply ends earlier then it > >starts. > >Nothing happens: > > > >#/usr/X11R6/bin > >#./firefox > ># > > > >I've started it as root and also tried another user but result is the > same > >:( > > > >Could someone help??? > > > >Thanks in advance. > > > >Rgds, > >Vlado > > From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 14:43:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F17AE16A420 for ; Tue, 21 Feb 2006 14:43:48 +0000 (GMT) (envelope-from gbentley@uk2.net) Received: from pih-relay04.plus.net (pih-relay04.plus.net [212.159.14.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 379C043D80 for ; Tue, 21 Feb 2006 14:43:40 +0000 (GMT) (envelope-from gbentley@uk2.net) Received: from [81.174.174.115] (helo=admin) by pih-relay04.plus.net with smtp (Exim) id 1FBYjq-0007OK-BZ for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 14:43:38 +0000 Message-ID: <000f01c636f5$29211840$0807a8c0@admin> From: "Graham Bentley" To: References: <20060221120042.DC09316A420@hub.freebsd.org> Date: Tue, 21 Feb 2006 14:43:20 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Cron Q X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 14:43:49 -0000 Is it OK to list two different tasks on two lines for the exactly the same time ? I did this and the second one didnt run .... maybe it was a problem with the job ... From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 14:47:04 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09BE116A420 for ; Tue, 21 Feb 2006 14:47:04 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id E192543D75 for ; Tue, 21 Feb 2006 14:46:55 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV100EGUL26T560@osl1smout1.broadpark.no> for questions@freebsd.org; Tue, 21 Feb 2006 15:46:54 +0100 (CET) Received: from urban.broadpark.no ([213.187.181.70]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV100582L24CS30@osl1sminn1.broadpark.no> for questions@freebsd.org; Tue, 21 Feb 2006 15:46:54 +0100 (CET) Date: Tue, 21 Feb 2006 15:46:54 +0100 From: Kristian Vaaf In-reply-to: <43FAFBDC.2000403@dial.pipex.com> To: Alex Zbyslaw Message-id: <7.0.1.0.2.20060221154602.00ed0868@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <43FAFBDC.2000403@dial.pipex.com> Cc: questions@freebsd.org Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 14:47:04 -0000 At 12:39 21.02.2006, Alex Zbyslaw wrote: >Kristian Vaaf wrote: > >> I don't know what's wrong. But all my makes error out. I've tried >> over and over again. And sent about a dozen e-mails to this list. >> >> http://www.home.no/hedhnta/result.txt > >This is my supposition. There have been many messages to this list >which clearly say that advanced gcc options (like advanced >optmisations) are a bad idea for CFLAGS defaults in make.conf >because they can prevent world/kernel from rebuilding properly. So, >playing spot-the-difference between your compile line which fails, >and my last one which succeeded... > >Yours: >cc -E -O2 -fno-strict-aliasing -pipe -I. -I/usr/src/bin/csh >-I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"'... >Mine: >cc -E -O -pipe -I. -I/usr/src/bin/csh >-I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"'... > >You'll see that your has -O2 and -fno-strict-aliasing while mine has >just -O. So the first thing I would do is to try fixing CFLAGS in >make.conf to get rid of "-fno-strict-aliasing" and change "-O2" to >"-O". I can't say whether one, both or neither is actually wrong, >but mine worked and yours didn't, so at least one of them is a good >potential source for the problem. > >Let us know if it helps. Someone out there undoubdetdly knows which >options are safe to add here, and may even be able to say where they >are documented. > >--Alex > >PS You neglected to mention which version of FreeBSD you were running. >My compile line is from 5.4. Thank you Alex for a very interesting reply. My bad for not mentioning FreeBSD 5.4-STABLE: Wed Sep 21 01:34:15 CEST 2005 All the best, Vaaf From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 14:51:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A74B16A420 for ; Tue, 21 Feb 2006 14:51:03 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB86A43D45 for ; Tue, 21 Feb 2006 14:51:02 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id k1LEp0Ma063038; Tue, 21 Feb 2006 07:51:00 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id k1LEp0Fq063035; Tue, 21 Feb 2006 07:51:00 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 21 Feb 2006 07:51:00 -0700 (MST) From: Warren Block To: Tim Daneliuk In-Reply-To: <43FA88EB.9020103@tundraware.com> Message-ID: <20060221074639.H49013@wonkity.com> References: <43F8E25D.5030503@tundraware.com> <20060219164805.0de1772d.bsd-unix@comcast.net> <43F9EC82.80609@tundraware.com> <20060220194218.27f2f710.bsd-unix@comcast.net> <43FA88EB.9020103@tundraware.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (wonkity.com [127.0.0.1]); Tue, 21 Feb 2006 07:51:00 -0700 (MST) Cc: freebsd-questions@freebsd.org, Randy Pratt Subject: Re: Path And 'cron' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 14:51:03 -0000 On Mon, 20 Feb 2006, Tim Daneliuk wrote: > In case you're interested (or anyone else listening), it seems that > 'chown' likes to live in /usr/sbin - i.e., A place not in the default > path. As it happens, a root cron task is trying to run a script > that uses 'chown' and is thus failing. I can change the PATH just > for root's crontab and solve the problem. I was just curious if there > was a way to more broadly modify the defaults used by cron. The standard solution would be to use a full path to the command in the script (/usr/sbin/chown). If it's used in multiple locations, defining it as a shell variable makes it maintainable: CHOWN="/usr/sbin/chown" ${CHOWN} somefile ... ${CHOWN} anotherfile -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 14:51:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6488C16A420 for ; Tue, 21 Feb 2006 14:51:11 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0337943D46 for ; Tue, 21 Feb 2006 14:51:10 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id E392E5C99; Tue, 21 Feb 2006 09:51:09 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51356-08; Tue, 21 Feb 2006 09:51:09 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-199-129.ny325.east.verizon.net [68.160.199.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 0186D5C27; Tue, 21 Feb 2006 09:51:08 -0500 (EST) Message-ID: <43FB28E1.5020201@mac.com> Date: Tue, 21 Feb 2006 09:51:13 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Graham Bentley References: <20060221120042.DC09316A420@hub.freebsd.org> <000f01c636f5$29211840$0807a8c0@admin> In-Reply-To: <000f01c636f5$29211840$0807a8c0@admin> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Cron Q X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 14:51:11 -0000 Graham Bentley wrote: > Is it OK to list two different tasks on two lines for the exactly the same > time ? > I did this and the second one didnt run .... maybe it was a problem with the > job ... You're probably better off having a one-line cron line which invokes a shell script that runs your two different tasks sequentially (especially if the seconds depends on the output of the first). You can also conjoin the commands via "&&": grep -q WARNING /var/log/messages && echo "Warnings found!" -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 14:51:16 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 372B316A424 for ; Tue, 21 Feb 2006 14:51:16 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D5EA43D48 for ; Tue, 21 Feb 2006 14:51:14 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 14840 invoked from network); 21 Feb 2006 14:51:13 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.148.167]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 21 Feb 2006 14:51:13 -0000 Date: Tue, 21 Feb 2006 15:51:19 +0100 From: Fabian Keil To: Kristian Vaaf Message-ID: <20060221155119.1dbfe2bd@localhost> In-Reply-To: <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no> References: <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.6; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_pXWNsDMrQmSMeTFZGOADZ.P; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: questions@freebsd.org Subject: Re: Cool listing script (needs a fix) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 14:51:16 -0000 --Sig_pXWNsDMrQmSMeTFZGOADZ.P Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Kristian Vaaf wrote: > When running this: >=20 > -- >=20 > #!/usr/local/bin/bash > # > # Print a structured file and folder list. > # $ARBA: tree.sh,v 1.0 2007/11/11 15:05:09 vaaf Exp $ > # > # Include files: -a, --all > # >=20 > argument=3D"-type d" >=20 > case $1 in -a | --all) argument=3D"" ;; esac >=20 > tree=3D's,^.$,, > /^$/d > s,[^/]*/\([^/]*\)$,+-----\1, > s,[^/]*/,| ,g' >=20 > pwd; find -s . $argument -print | sed -e "$tree" > How can I make the same script include an END notice? > # tree -a > /home/vaaf/usr > +-----commands.txt > +-----lyrics.txt > +-----people.txt > +-----public.txt > | > | END > Anybody know how? echo "|" echo "| END" Fabian --=20 http://www.fabiankeil.de/ --Sig_pXWNsDMrQmSMeTFZGOADZ.P Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD+yjsjV8GA4rMKUQRAtctAKDCRkGDXhtxrFtECHb2RMbTgbh/3ACeKxsh rJAnjc9lOnpVD+0PQulZt5s= =oSfG -----END PGP SIGNATURE----- --Sig_pXWNsDMrQmSMeTFZGOADZ.P-- From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:07:48 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2924F16A420 for ; Tue, 21 Feb 2006 15:07:48 +0000 (GMT) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A61643D49 for ; Tue, 21 Feb 2006 15:07:47 +0000 (GMT) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (localhost.esiee.fr [127.0.0.1]) by mail.esiee.fr (Postfix) with SMTP id DADEE36598C; Tue, 21 Feb 2006 16:07:45 +0100 (CET) Received: from [147.215.1.21] (lisa.esiee.fr [147.215.1.21]) by mail.esiee.fr (Postfix) with ESMTP id 92E0B36592B; Tue, 21 Feb 2006 16:07:45 +0100 (CET) Message-ID: <43FB2CC1.7080603@esiee.fr> Date: Tue, 21 Feb 2006 16:07:45 +0100 From: Frank Bonnet User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051110) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: qpopper load heavily the machine ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:07:48 -0000 Hello I've experienced a problem with qpopper which seems to load the machine , I've replaced it with popa3d and the load have been impressively lowered. Any infos about this ? -- Frank Bonnet - Memory fault - where am I? - From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:08:05 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8EDB16A420 for ; Tue, 21 Feb 2006 15:08:05 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E4FA43D46 for ; Tue, 21 Feb 2006 15:08:01 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1LF7QVs029146 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 21 Feb 2006 17:07:43 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1LF70xV027922; Tue, 21 Feb 2006 17:07:00 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1LF70wh027921; Tue, 21 Feb 2006 17:07:00 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 21 Feb 2006 17:07:00 +0200 From: Giorgos Keramidas To: Kristian Vaaf Message-ID: <20060221150700.GB27905@flame.pc> References: <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.367, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: questions@freebsd.org Subject: Re: Cool listing script (needs a fix) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:08:05 -0000 On 2006-02-21 15:35, Kristian Vaaf wrote: > > What's up everybody? > > When running this: > > -- > > #!/usr/local/bin/bash > # > # Print a structured file and folder list. > # $ARBA: tree.sh,v 1.0 2007/11/11 15:05:09 vaaf Exp $ > # > # Include files: -a, --all > # > > argument="-type d" > > case $1 in -a | --all) argument="" ;; esac > > tree='s,^.$,, > /^$/d > s,[^/]*/\([^/]*\)$,+-----\1, > s,[^/]*/,| ,g' > > pwd; find -s . $argument -print | sed -e "$tree" > > -- > > I get: > > -- > > # tree -a > /home/vaaf/usr > +-----commands.txt > +-----lyrics.txt > +-----people.txt > +-----public.txt > > -- > > How can I make the same script include an END notice? Simple solutions are always the best (provided you can find them first, of course). Just add the message you want to print after find finishes :) From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:10:20 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89C9816A420 for ; Tue, 21 Feb 2006 15:10:20 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 210C643D70 for ; Tue, 21 Feb 2006 15:10:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1LF9IIk029290 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 21 Feb 2006 17:09:42 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1LF8sFm027929; Tue, 21 Feb 2006 17:08:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1LF8sr9027928; Tue, 21 Feb 2006 17:08:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 21 Feb 2006 17:08:54 +0200 From: Giorgos Keramidas To: Kristian Vaaf Message-ID: <20060221150854.GC27905@flame.pc> References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <43FAFBDC.2000403@dial.pipex.com> <7.0.1.0.2.20060221154602.00ed0868@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7.0.1.0.2.20060221154602.00ed0868@broadpark.no> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.367, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: questions@freebsd.org, Alex Zbyslaw Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:10:20 -0000 On 2006-02-21 15:46, Kristian Vaaf wrote: > At 12:39 21.02.2006, Alex Zbyslaw wrote: >>Kristian Vaaf wrote: >> >>> I don't know what's wrong. But all my makes error out. I've tried >>> over and over again. And sent about a dozen e-mails to this list. >>> >>> http://www.home.no/hedhnta/result.txt >> >> This is my supposition. There have been many messages to this list >> which clearly say that advanced gcc options (like advanced >> optmisations) are a bad idea for CFLAGS defaults in make.conf >> because they can prevent world/kernel from rebuilding properly. So, >> playing spot-the-difference between your compile line which fails, >> and my last one which succeeded... >> >> Yours: >> cc -E -O2 -fno-strict-aliasing -pipe -I. -I/usr/src/bin/csh >> -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"'... >> Mine: >> cc -E -O -pipe -I. -I/usr/src/bin/csh >> -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"'... >> >> You'll see that your has -O2 and -fno-strict-aliasing while mine has >> just -O. So the first thing I would do is to try fixing CFLAGS in >> make.conf to get rid of "-fno-strict-aliasing" and change "-O2" to >> "-O". I can't say whether one, both or neither is actually wrong, >> but mine worked and yours didn't, so at least one of them is a good >> potential source for the problem. >> >> Let us know if it helps. Someone out there undoubdetdly knows which >> options are safe to add here, and may even be able to say where they >> are documented. >> >> --Alex >> >> PS You neglected to mention which version of FreeBSD you were running. >> My compile line is from 5.4. > > Thank you Alex for a very interesting reply. > > My bad for not mentioning FreeBSD 5.4-STABLE: Wed Sep 21 01:34:15 CEST 2005 Have you, by any chance, set CFLAGS or CPPFLAGS in the environment of your root user? If yes, then it's a bad idea. Unset both of these and try rebuilding from a clean checkout and a clean /usr/obj object tree. From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:22:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A688616A422 for ; Tue, 21 Feb 2006 15:22:51 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp105.sbc.mail.re2.yahoo.com (smtp105.sbc.mail.re2.yahoo.com [68.142.229.100]) by mx1.FreeBSD.org (Postfix) with SMTP id DECDF43D4C for ; Tue, 21 Feb 2006 15:22:50 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 44969 invoked from network); 21 Feb 2006 15:22:46 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp105.sbc.mail.re2.yahoo.com with SMTP; 21 Feb 2006 15:22:46 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Tue, 21 Feb 2006 09:22:38 -0600 User-Agent: KMail/1.9.1 References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <43FAFBDC.2000403@dial.pipex.com> In-Reply-To: <43FAFBDC.2000403@dial.pipex.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200602210922.38445.duncan.fbsd@gmail.com> Cc: Alex Zbyslaw Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:22:51 -0000 On Tuesday 21 February 2006 05:39, Alex Zbyslaw wrote: > Kristian Vaaf wrote: > > I don't know what's wrong. But all my makes error out. I've tried > > over and over again. And sent about a dozen e-mails to this list. > > > > http://www.home.no/hedhnta/result.txt > > This is my supposition. There have been many messages to this list > which clearly say that advanced gcc options (like advanced > optmisations) are a bad idea for CFLAGS defaults in make.conf because > they can prevent world/kernel from rebuilding properly. So, playing > spot-the-difference between your compile line which fails, and my > last one which succeeded... > > Yours: > cc -E -O2 -fno-strict-aliasing -pipe -I. -I/usr/src/bin/csh > -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=3D'"/bin/csh"'... > Mine: > cc -E -O -pipe -I. -I/usr/src/bin/csh > -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=3D'"/bin/csh"'... > > You'll see that your has -O2 and -fno-strict-aliasing while mine has > just -O. So the first thing I would do is to try fixing CFLAGS in > make.conf to get rid of "-fno-strict-aliasing" and change "-O2" to > "-O". I can't say whether one, both or neither is actually wrong, > but mine worked and yours didn't, so at least one of them is a good > potential source for the problem. > > Let us know if it helps. Someone out there undoubdetdly knows which > options are safe to add here, and may even be able to say where they > are documented. > > --Alex > > PS You neglected to mention which version of FreeBSD you were > running. My compile line is from 5.4. > Hello Kristian, Have you ever been able to do a buildworld sequence? What version of=20 =46reeBSD are you trying to work with? What does your make.conf look=20 like? How about your /conf/ARBA (your custom kernel config)? What do=20 you have in your /etc/cvsupfile? In my make.conf I use: CFLAGS=3D -O2 -pipe COPTFLAGS=3D -O2 -pipe That's worked for years, well, a very long time anyway.=20 Comparing the same section in your script run, to mine, which was run=20 last night: yours: =3D=3D=3D> bin/csh (obj,build-tools) grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep=20 '^#define' >> sh.err.h cc -E -O2 -fno-strict-aliasing -pipe -I. -I/usr/src/bin/csh=20 =2DI/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=3D'"/bin/csh"' =20 =2DI/usr/obj/usr/src/tmp/legacy/usr/include /usr/src/bin/csh/../../contrib /tcsh/tc.const.c /usr/src/bin/csh/../../contrib/tcsh/sh.char.h /usr/src /bin/csh/config.h /usr/src/bin/csh/../../contrib/tcsh/config_f.h /usr/src /bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const | grep=20 'Char STR' | sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1 [];/' | sort >> tc.const.h mine: =3D=3D=3D> bin/csh (obj,build-tools) grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep=20 '^#define' >> sh.err.h cc -E -O2 -pipe -I. -I/usr/src/bin/csh=20 =2DI/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=3D'"/bin/csh"' =20 =2DI/usr/obj/usr/src/tmp/legacy/usr/include /usr/src/bin/csh/../../contrib /tcsh/tc.const.c /usr/src/bin/csh/../../contrib/tcsh/sh.char.h /usr/src /bin/csh/config.h /usr/src/bin/csh/../../contrib/tcsh/config_f.h /usr/src /bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const | grep=20 'Char STR' | sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1 [];/' | sort >> tc.const.h They look very similar except: you have -fno-stict-aliasing and I don't;=20 yours starts erroring before buildworld completes (looks to be about a=20 fourth of the way through) and mine builds to completion. Your buildworld sequence appears to be a little lacking - either in the=20 detail you gave, or because some things are missing. The buildworld sequence I us is: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D (I use the alternate step 10 when I run the sequence) 1)Script /home/script/buildworld/bw-=E2=80=9Ddate run=E2=80=9D 2)cd /usr/obj pwd 3)chflags -R noschg * 4)rm -rf * 5)cd /usr/src pwd make cleandir make cleandir 6)make buildworld && make buildkernel KERNCONF=3Dcustomconfname 7)make installkernel KERNCONF=3Dcustomconfname 8)exit 9)shutdown now 10) to accept default location of sh alternate step 10 a) shutdown -r now b) at boot menu <6> c) boot -s d) fsck -p e) mount -u / f) mount -a -t ufs g) swapon -a h) cd /usr/src i)adjkerntz -i 11) script /home/script/buildworld/iw-=E2=80=9Ddate run" 12) cd /usr/src pwd 13) mergemaster -p 14) make installworld 15) mergemaster -i =E2=80=9Cinstall everything=E2=80=9D 16) exit 17)shutdown -r now =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D This should help a bit. Don From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:25:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A87AA16A420 for ; Tue, 21 Feb 2006 15:25:17 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [64.2.229.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1873A43D45 for ; Tue, 21 Feb 2006 15:25:16 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by eskimo.tundraware.com (8.13.4/8.13.4) with ESMTP id k1LFPJjN029636 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 21 Feb 2006 09:25:19 -0600 (CST) (envelope-from tundra@tundraware.com) Message-ID: <43FB30D7.5080509@tundraware.com> Date: Tue, 21 Feb 2006 09:25:11 -0600 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warren Block References: <43F8E25D.5030503@tundraware.com> <20060219164805.0de1772d.bsd-unix@comcast.net> <43F9EC82.80609@tundraware.com> <20060220194218.27f2f710.bsd-unix@comcast.net> <43FA88EB.9020103@tundraware.com> <20060221074639.H49013@wonkity.com> In-Reply-To: <20060221074639.H49013@wonkity.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner: Found to be clean X-MailScanner-From: tundra@tundraware.com Cc: freebsd-questions@freebsd.org Subject: Re: Path And 'cron' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:25:17 -0000 Warren Block wrote: > On Mon, 20 Feb 2006, Tim Daneliuk wrote: > >> In case you're interested (or anyone else listening), it seems that >> 'chown' likes to live in /usr/sbin - i.e., A place not in the default >> path. As it happens, a root cron task is trying to run a script >> that uses 'chown' and is thus failing. I can change the PATH just >> for root's crontab and solve the problem. I was just curious if there >> was a way to more broadly modify the defaults used by cron. > > > The standard solution would be to use a full path to the command in the > script (/usr/sbin/chown). If it's used in multiple locations, defining > it as a shell variable makes it maintainable: > > CHOWN="/usr/sbin/chown" > > ${CHOWN} somefile > ... > ${CHOWN} anotherfile > > -Warren Block * Rapid City, South Dakota USA The problem in this case is that it is not a shell script I own or maintain - it is the shell script provided with 'nessus' to update its plugins. I could certainly modify the script, but then I'd have to remember to do this every time I upgraded the program. I prefer "fire and forget" solutions that take care of themselves automatically. Hence my desire to be able to change the default path cron uses in some config file.... -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:26:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C3DF16A420 for ; Tue, 21 Feb 2006 15:26:25 +0000 (GMT) (envelope-from gregb@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465B643D5E for ; Tue, 21 Feb 2006 15:26:19 +0000 (GMT) (envelope-from gregb@scls.lib.wi.us) Received: from [172.26.2.238] ([172.26.2.238]) by mail.scls.lib.wi.us (8.12.9p2/8.12.9) with ESMTP id k1LFQIR4045862; Tue, 21 Feb 2006 09:26:19 -0600 (CST) (envelope-from gregb@scls.lib.wi.us) Message-ID: <43FB311A.2020603@scls.lib.wi.us> Date: Tue, 21 Feb 2006 09:26:18 -0600 From: Greg Barniskis User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Ted Mittelstaedt References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: question on NAT for multiple subnets X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:26:25 -0000 Ted Mittelstaedt wrote: > >> -----Original Message----- >> From: Greg Barniskis [mailto:gregb@scls.lib.wi.us] >> Sent: Friday, February 17, 2006 10:14 AM >> To: Ted Mittelstaedt >> Cc: freebsd-questions >> Subject: Re: question on NAT for multiple subnets >> >> >> Ted Mittelstaedt wrote: >>> I've never done it but I think you can run multiple nat instances >>> and multiple divert sockets, you will have to specify them in the >>> config file to natd, though. >> Excellent. That's what I was hoping for. So instead of one "divert >> natd" rule in ipfw, I simply need "divert N", "divert N+1", "divert >> N+2", etc. where N is a port number where I bound my first natd, N+1 >> the next natd instance, etc. I think I can manage that. >> > > I looked at the man page for natd and they specify the divert port > with -port, and alias address with -alias_address > > Your going to have a bit of trial and error to work this config > out but it shouldn't be that bad. I would love to see it posted > here once you get it working. I will share anything I get working, when I do (ipfw, pf or otherwise). Might be a while though. My immediate need was only to answer the question of whether any significant lab time on it was even worthwhile. A yes answer means the topic's tabled for a couple of weeks at least. > > PS: A firewall with a shell that you can actually initiate a telnet > session from knocks a PIX into a cocked hat. And I just love > dealing with a PIX on a network that has multiple gateways on it. > Nothing like the lack of icmp redirects to get you swearing. Wouldn't be asking if the subject hadn't been discussed by staff in terms of "Can't we do this outside the [grumble|mumble|curse] PIX?". Not to knock it too hard; it does what it does pretty well, pretty fast, it's just that the things it doesn't do well are too many. -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:32:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B9316A420 for ; Tue, 21 Feb 2006 15:32:55 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60020.mail.yahoo.com (web60020.mail.yahoo.com [209.73.178.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 600E143D45 for ; Tue, 21 Feb 2006 15:32:54 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 21771 invoked by uid 60001); 21 Feb 2006 15:32:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=32QtyAq0+dz6+nFjldMr/51JmjrMYQyHP+tRiwcrAGOoBUKxPMMnqU8QQCI0Kd59GoZQFCrRlqsBGzY5QOjiiUzPWp6kgl3m7lmkn04UoW6/6e5o7OD/TT2K9gomqTm/9hWJc02Lv7AtPh9UPOAcR0rfc/8pSOnp0mZY6mAe/BA= ; Message-ID: <20060221153253.21769.qmail@web60020.mail.yahoo.com> Received: from [216.252.84.118] by web60020.mail.yahoo.com via HTTP; Tue, 21 Feb 2006 10:32:53 EST Date: Tue, 21 Feb 2006 10:32:53 -0500 (EST) From: Peter To: Ian Lord , freebsd-questions@freebsd.org In-Reply-To: <7.0.0.16.2.20060221092207.05004b60@msdi.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:32:55 -0000 --- Ian Lord wrote: > At 09:09 2006-02-21, manish jain wrote: > >Hi, > > > > I just purchased an APC 500 Back UPS (the > > basic model, not the pro/smart one). It does > > not have any serial/usb interface. Can I get > > apcupsd or any other daemon to work with it so > > that the system automatically shuts down before backup supply runs out > ? > > > > If someone can attach a sample configuration file, I shall be > grateful. > > > > Thanks > > Manish Jain > > How do you think freebsd will know the ups is > about to stop providing energy if the ups has no serial or usb port ? > > :) Maybe he can try using the ESP protocol? __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:40:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE99316A420 for ; Tue, 21 Feb 2006 15:40:22 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: from smtp101.sbc.mail.re2.yahoo.com (smtp101.sbc.mail.re2.yahoo.com [68.142.229.104]) by mx1.FreeBSD.org (Postfix) with SMTP id 944D443D5A for ; Tue, 21 Feb 2006 15:40:16 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 75898 invoked from network); 21 Feb 2006 15:40:15 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp101.sbc.mail.re2.yahoo.com with SMTP; 21 Feb 2006 15:40:15 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Tue, 21 Feb 2006 09:40:07 -0600 User-Agent: KMail/1.9.1 References: <226520f40602210641q1cfa9650o@mail.gmail.com> In-Reply-To: <226520f40602210641q1cfa9650o@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602210940.08022.donaldjoneill@gmail.com> Cc: Vladis , Goran Gajic Subject: Re: Firefox-1.5.0.1 not starting after successfull instalation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:40:23 -0000 On Tuesday 21 February 2006 08:41, Vladis wrote: > Hi, > > unfortunately this doesn't help, still the same result. > I removed ~/.mozilla and tried to start firefox again. I did the same > doesn't start and nothing happened. > Just directory ~/.mozilla was created again. > > It's really annoying. > > Is there a way how to run it??? > > Regards, > Vlado > > 2006/2/13, Goran Gajic : > > Hi, > > > > Have you tried rm -rf ~/.mozilla and then staring firefox? > > I have experienced same problem and solved it by removing old > > .mozilla everything seems ok. > > > > Regards, > > gg. > > > > >Hi, > > > > > >I encountered same problem, Firefox doesn't want start. > > >It took some (not short) time but I've installed new > > > Firefox-1.5.0.1 successfully, without errors after all. > > >Unfortunately, I cannot start it now. It simply ends earlier then > > > it starts. > > >Nothing happens: > > > > > >#/usr/X11R6/bin > > >#./firefox > > ># > > > > > >I've started it as root and also tried another user but result is > > > the > > > > same > > > > >:( > > > > > >Could someone help??? > > > > > >Thanks in advance. > > > > > >Rgds, > > >Vlado > Where are you trying to start firefox from? From what I see above, it won't start. Are you getting any error messages? Anything like: %/usr/X11R6/bin /usr/X11R6/bin: Permission denied. %./firefox ./firefox: Command not found. %firefox % The last command does start firefox. Try that. Just in case, it was run from an XTerm. Don From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:40:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5818216A424 for ; Tue, 21 Feb 2006 15:40:51 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp110.sbc.mail.re2.yahoo.com (smtp110.sbc.mail.re2.yahoo.com [68.142.229.95]) by mx1.FreeBSD.org (Postfix) with SMTP id 5CB7043D76 for ; Tue, 21 Feb 2006 15:40:43 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 39464 invoked from network); 21 Feb 2006 15:40:43 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp110.sbc.mail.re2.yahoo.com with SMTP; 21 Feb 2006 15:40:43 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.1 References: <226520f40602210641q1cfa9650o@mail.gmail.com> In-Reply-To: <226520f40602210641q1cfa9650o@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Date: Tue, 21 Feb 2006 09:40:35 -0600 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200602210940.35901.duncan.fbsd@gmail.com> Cc: Vladis , Goran Gajic Subject: Re: Firefox-1.5.0.1 not starting after successfull instalation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:40:51 -0000 On Tuesday 21 February 2006 08:41, Vladis wrote: > Hi, > > unfortunately this doesn't help, still the same result. > I removed ~/.mozilla and tried to start firefox again. I did the same > doesn't start and nothing happened. > Just directory ~/.mozilla was created again. > > It's really annoying. > > Is there a way how to run it??? > > Regards, > Vlado > > 2006/2/13, Goran Gajic : > > Hi, > > > > Have you tried rm -rf ~/.mozilla and then staring firefox? > > I have experienced same problem and solved it by removing old > > .mozilla everything seems ok. > > > > Regards, > > gg. > > > > >Hi, > > > > > >I encountered same problem, Firefox doesn't want start. > > >It took some (not short) time but I've installed new > > > Firefox-1.5.0.1 successfully, without errors after all. > > >Unfortunately, I cannot start it now. It simply ends earlier then > > > it starts. > > >Nothing happens: > > > > > >#/usr/X11R6/bin > > >#./firefox > > ># > > > > > >I've started it as root and also tried another user but result is > > > the > > > > same > > > > >:( > > > > > >Could someone help??? > > > > > >Thanks in advance. > > > > > >Rgds, > > >Vlado > Where are you trying to start firefox from? From what I see above, it won't start. Are you getting any error messages? Anything like: %/usr/X11R6/bin /usr/X11R6/bin: Permission denied. %./firefox ./firefox: Command not found. %firefox % The last command does start firefox. Try that. Just in case, it was run from an XTerm. Don From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:50:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9A016A420 for ; Tue, 21 Feb 2006 15:50:35 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp113.sbc.mail.re2.yahoo.com (smtp113.sbc.mail.re2.yahoo.com [68.142.229.92]) by mx1.FreeBSD.org (Postfix) with SMTP id 6306243D69 for ; Tue, 21 Feb 2006 15:50:35 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 58578 invoked from network); 21 Feb 2006 15:50:34 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp113.sbc.mail.re2.yahoo.com with SMTP; 21 Feb 2006 15:50:34 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Tue, 21 Feb 2006 09:50:26 -0600 User-Agent: KMail/1.9.1 References: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> <43FB2300.1070609@mac.com> In-Reply-To: <43FB2300.1070609@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602210950.27094.duncan.fbsd@gmail.com> Cc: manish jain Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:50:36 -0000 On Tuesday 21 February 2006 08:26, Chuck Swiger wrote: > manish jain wrote: > > I just purchased an APC 500 Back UPS (the basic model, not the > > pro/smart one). > > It does not have any serial/usb interface. Can I get apcupsd or any > > other daemon to work with it so that the system automatically shuts > > down before backup supply runs out ? > > No. If your UPS isn't smart and does not have an external USB or > serial port, apcupsd has nothing to work with. As best I can tell from the OP's description, and the APC website, they all have a UPS port. Go from there. Don From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:53:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 742B916A420 for ; Tue, 21 Feb 2006 15:53:20 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2625443D45 for ; Tue, 21 Feb 2006 15:53:17 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([70.83.205.150]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id CLI20599 for ; Tue, 21 Feb 2006 10:54:37 -0500 Message-Id: <7.0.0.16.2.20060221105054.0505ccf8@msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Tue, 21 Feb 2006 10:53:09 -0500 To: freebsd-questions@freebsd.org From: Ian Lord In-Reply-To: <20060221153253.21769.qmail@web60020.mail.yahoo.com> References: <7.0.0.16.2.20060221092207.05004b60@msdi.ca> <20060221153253.21769.qmail@web60020.mail.yahoo.com> Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:53:20 -0000 At 10:32 2006-02-21, Peter wrote: >--- Ian Lord wrote: > > > At 09:09 2006-02-21, manish jain wrote: > > >Hi, > > > > > > I just purchased an APC 500 Back UPS (the > > > basic model, not the pro/smart one). It does > > > not have any serial/usb interface. Can I get > > > apcupsd or any other daemon to work with it so > > > that the system automatically shuts down before backup supply runs out > > ? > > > > > > If someone can attach a sample configuration file, I shall be > > grateful. > > > > > > Thanks > > > Manish Jain > > > > How do you think freebsd will know the ups is > > about to stop providing energy if the ups has no serial or usb port ? > > > > :) > >Maybe he can try using the ESP protocol? Not too sure what you are talking about, the only esp protocol I know is for encryption during a vpn connection... But basically, this ups is so "dumb" the only connection between the pc and the ups is through the power cable... Unless you find a way to communicate through that, there is no way you can know there is a power outage (lol unless there is a speaker and you use a microphone to listen for the alarm :) From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 15:53:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F30716A420 for ; Tue, 21 Feb 2006 15:53:48 +0000 (GMT) (envelope-from vladimir.korcek@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6A043D45 for ; Tue, 21 Feb 2006 15:53:47 +0000 (GMT) (envelope-from vladimir.korcek@gmail.com) Received: by zproxy.gmail.com with SMTP id m22so1172783nzf for ; Tue, 21 Feb 2006 07:53:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=jwbDqseSvB7AystVpBmwGsrnXiUk8ZOEGtAD4ceEDHT3MntSbt1pwunoC43npblJ5enT8nNvc0XZ5moKUeRc0srqHfhpVdjWKJsvt6FerkwZebyUUZp+kZoeFxGUDDYeHDdWZd+w8Ut/MAw0tvy4owe1Yi9pKgxXnAexeBiIJik= Received: by 10.65.183.18 with SMTP id k18mr1481183qbp; Tue, 21 Feb 2006 07:53:46 -0800 (PST) Received: by 10.64.203.8 with HTTP; Tue, 21 Feb 2006 07:53:46 -0800 (PST) Message-ID: <226520f40602210753v63701616x@mail.gmail.com> Date: Tue, 21 Feb 2006 16:53:46 +0100 From: Vladis To: "Donald J. O'Neill" In-Reply-To: <200602210940.35901.duncan.fbsd@gmail.com> MIME-Version: 1.0 References: <226520f40602210641q1cfa9650o@mail.gmail.com> <200602210940.35901.duncan.fbsd@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, Goran Gajic Subject: Re: Firefox-1.5.0.1 not starting after successfull instalation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 15:53:48 -0000 Hi, I start it from xterm: # pwd # /usr/X11R6/bin # firefox # I'm getting no error message at all. I just type "firefox", then after 1 or 2 seconds it returns to the prompt and that's it... I'm logged in as root. But I also tried it as other user and it doesn't wor= k as well. Vlado 2006/2/21, Donald J. O'Neill : > > On Tuesday 21 February 2006 08:41, Vladis wrote: > > Hi, > > > > unfortunately this doesn't help, still the same result. > > I removed ~/.mozilla and tried to start firefox again. I did the same > > doesn't start and nothing happened. > > Just directory ~/.mozilla was created again. > > > > It's really annoying. > > > > Is there a way how to run it??? > > > > Regards, > > Vlado > > > > 2006/2/13, Goran Gajic : > > > Hi, > > > > > > Have you tried rm -rf ~/.mozilla and then staring firefox? > > > I have experienced same problem and solved it by removing old > > > .mozilla everything seems ok. > > > > > > Regards, > > > gg. > > > > > > >Hi, > > > > > > > >I encountered same problem, Firefox doesn't want start. > > > >It took some (not short) time but I've installed new > > > > Firefox-1.5.0.1 successfully, without errors after all. > > > >Unfortunately, I cannot start it now. It simply ends earlier then > > > > it starts. > > > >Nothing happens: > > > > > > > >#/usr/X11R6/bin > > > >#./firefox > > > ># > > > > > > > >I've started it as root and also tried another user but result is > > > > the > > > > > > same > > > > > > >:( > > > > > > > >Could someone help??? > > > > > > > >Thanks in advance. > > > > > > > >Rgds, > > > >Vlado > > > Where are you trying to start firefox from? From what I see above, it > won't start. Are you getting any error messages? Anything like: > %/usr/X11R6/bin > /usr/X11R6/bin: Permission denied. > %./firefox > ./firefox: Command not found. > %firefox > % > The last command does start firefox. Try that. Just in case, it was run > from an XTerm. > > Don > > From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 16:03:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67FCD16A420 for ; Tue, 21 Feb 2006 16:03:34 +0000 (GMT) (envelope-from porpoisepower@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA08143D46 for ; Tue, 21 Feb 2006 16:03:33 +0000 (GMT) (envelope-from porpoisepower@gmail.com) Received: by pproxy.gmail.com with SMTP id f25so1485744pyf for ; Tue, 21 Feb 2006 08:03:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=XSiLV4T0xDhgSEB9yKhec8aSY1Vx4HTut7hqQXzH/85xLw526L6lkiMY3JMq5qXnmDDUCGcpO3KWgIBkffu6Y9koiBACMIjcdD37B5P/QZVoeWQFekvkwCs4KxxairLSFSiW6XruZX2tCtZ/y25CwUMQH/U5Bfyz31F17eV8sd8= Received: by 10.35.84.12 with SMTP id m12mr331758pyl; Mon, 20 Feb 2006 15:46:16 -0800 (PST) Received: from ?192.168.0.16? ( [70.226.161.123]) by mx.gmail.com with ESMTP id x47sm106969pyc.2006.02.20.15.46.15; Mon, 20 Feb 2006 15:46:15 -0800 (PST) Message-ID: <43FA54C7.2090600@gmail.com> Date: Mon, 20 Feb 2006 17:46:15 -0600 User-Agent: Thunderbird 1.5 (X11/20060212) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Porpoise Power Subject: re: PPPoE Max Tunnels, X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 16:03:34 -0000 John Oxley wrote /* I hope this is the right place to post. I'm having a problem with my PPPoE server in that it refuses to create more than 30 tunnels. net 10.42.73.38 --> xxx.xx.xxx.xx netmask 0xffffffff Opened by PID 2534 tun31: flags=8010 mtu 1500 tun32: flags=8010 mtu 1500 */ Please excuse me if I make a mistake here as I'm more familar with OpenBSD's ppp and pf daemons. What does your conf files look like? Also Your network settings look a little funny, Can you elaborate on them? It might be a source of the problem. James Best From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 16:04:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A77616A420 for ; Tue, 21 Feb 2006 16:04:42 +0000 (GMT) (envelope-from peter@pean.org) Received: from mxfep01.bredband.com (mxfep01.bredband.com [195.54.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53AD243D55 for ; Tue, 21 Feb 2006 16:04:41 +0000 (GMT) (envelope-from peter@pean.org) Received: from [192.168.2.3] ([213.114.218.71] [213.114.218.71]) by mxfep01.bredband.com with ESMTP id <20060221160440.SKDP16046.mxfep01.bredband.com@[192.168.2.3]> for ; Tue, 21 Feb 2006 17:04:40 +0100 Message-ID: <43FB3A08.8010708@pean.org> Date: Tue, 21 Feb 2006 17:04:24 +0100 From: =?ISO-8859-1?Q?Peter_Ankerst=E5l?= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: NanoBSD don't boot. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 16:04:42 -0000 I've found a pdf about installing NanoBSD on phk.freebsd.dk. Everything worked out quite well. Untill I tried to boot the CF card (I've had no problem booting a standard minimal install from the CF before.) This is what I did: * sh nanobsd.sh -c uchman.conf ( http://pean.org/uchman.conf ) * dd if=_.disk.full of=/dev/ad4 bs=64kb (ad4 == my CF-card) Everything seems to work fine but when I try to boot it just says: \ (looks like it tries to load the kernel) BTX loader 1.00 BTX version is 1.01 and then nothing. I tried to boot the machine with a freebsd-installation and set the partitions bootable but no success. What could have gone wrong? From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 16:08:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42F1416A420 for ; Tue, 21 Feb 2006 16:08:46 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 755C043D75 for ; Tue, 21 Feb 2006 16:08:40 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id A12165CE8; Tue, 21 Feb 2006 11:08:39 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 71457-08; Tue, 21 Feb 2006 11:08:37 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-199-129.ny325.east.verizon.net [68.160.199.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id B8DED5CDD; Tue, 21 Feb 2006 11:08:36 -0500 (EST) Message-ID: <43FB3AF8.2050209@mac.com> Date: Tue, 21 Feb 2006 11:08:24 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "Donald J. O'Neill" References: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> <43FB2300.1070609@mac.com> <200602210950.27094.duncan.fbsd@gmail.com> In-Reply-To: <200602210950.27094.duncan.fbsd@gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: manish jain , freebsd-questions@freebsd.org Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 16:08:46 -0000 Donald J. O'Neill wrote: > On Tuesday 21 February 2006 08:26, Chuck Swiger wrote: [ ... ] >> No. If your UPS isn't smart and does not have an external USB or >> serial port, apcupsd has nothing to work with. > > As best I can tell from the OP's description, and the APC website, they > all have a UPS port. Go from there. All of the new Smart-UPS APC models that they are selling now have USB ports. There are plenty of older models around in the channel, and there is the entire Back-UPS model line that are not "smart", and thus have no monitoring/shutdown capabilities. See the Subject: header... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 16:14:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D7E16A420 for ; Tue, 21 Feb 2006 16:14:53 +0000 (GMT) (envelope-from robin@reportlab.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 4210A43D45 for ; Tue, 21 Feb 2006 16:14:53 +0000 (GMT) (envelope-from robin@reportlab.com) Received: (qmail 36098 invoked from network); 21 Feb 2006 16:14:51 -0000 Received: from unknown (HELO ?192.168.0.3?) (unknown) by unknown with SMTP; 21 Feb 2006 16:14:51 -0000 X-pair-Authenticated: 217.196.247.135 Message-ID: <43FB3C7B.2000307@chamonix.reportlab.co.uk> Date: Tue, 21 Feb 2006 16:14:51 +0000 From: Robin Becker User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43FAE72D.4000208@chamonix.reportlab.co.uk> <43FAEC1C.7060103@jeremykister.com> In-Reply-To: <43FAEC1C.7060103@jeremykister.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: traffic analysis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 16:14:53 -0000 Jeremy Kister wrote: > On 2/21/2006 5:10 AM, Robin Becker wrote: >> Our freeBSD 6.0 host is not yet in production, but appears to have outgoing >> traffic of around 140Mb/day; the http logs say 16 hits etc. The host provider >> said this > > 140Mb/day is really not that much. > > Unless my math is wrong because it's past bed time: > 140Mb/day divided by 86400 seconds per day = 0.001 Mb/second (average) > 0.001 Mb/second = 1.659 Kb/second > > this means a dialup modem could handle your average traffic. > > and remember Mb is Megabits, not MegaBytes. > >> "The server is on a /20-network, and this leads to high amounts of >> background traffic (ARP, broadcast, etc.). These traffic types are >> likely to be the reason for most of your outbound traffic." > > Is your server's netmask 255.255.240.0 ??? If it is, call your > provider, laugh at them, and then call a new provider. If your netmask > is not 255.255.240.0, call the person who gave you that line, laugh at > them, and try to find someone more intelligent :) > > You're surely not on a subnet with 4000 hosts. > ifconfig says this vr0: flags=8843 mtu 1500 inet6 xxxx::xxx:xxxx:xxxx:xxxx%vr0 prefixlen 64 scopeid 0x1 inet xx.zz.yy.vv netmask 0xfffff000 broadcast xx.zz.ww.255 ether .............. media: Ethernet autoselect (100baseTX ) status: active so should I be seeking another provider? >> I'm not sure I follow this argument. Does this mean I'm responding to large >> number of spurious requests? The provider's analysis of the input volume is >> pretty small (0Mb). > > If you were on a network with 4000 other machines, it could certainly > cause problems. But i'd bet that someone is just confused -- i'd bet > that their entire network space is a /20, and they have allocated a > small part of it for your network. -- Robin Becker From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 16:17:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8BFD16A420 for ; Tue, 21 Feb 2006 16:17:01 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33307.mail.mud.yahoo.com (web33307.mail.mud.yahoo.com [68.142.206.122]) by mx1.FreeBSD.org (Postfix) with SMTP id 4144743D45 for ; Tue, 21 Feb 2006 16:17:01 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 15901 invoked by uid 60001); 21 Feb 2006 16:17:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=3TpWrnypMzTBxiifR5kw/FTWL+dsGtkAYg7B8ljhnIQGFWPWZngZNyqPprIom+7VXt0EQjHfl64i87X0Bto5UNDscR3s08bgRr6dDCn3fqvp41mRWPHwDcygYeYVrrLMsSDn1pNE0U7JtOeHVmFxQpUekm0E2nWQqtP7ePGb6r4= ; Message-ID: <20060221161700.15895.qmail@web33307.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33307.mail.mud.yahoo.com via HTTP; Tue, 21 Feb 2006 08:17:00 PST Date: Tue, 21 Feb 2006 08:17:00 -0800 (PST) From: Danial Thom To: Jeremy Kister , freebsd-questions@freebsd.org In-Reply-To: <43FAEC1C.7060103@jeremykister.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: traffic analysis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 16:17:01 -0000 --- Jeremy Kister wrote: > On 2/21/2006 5:10 AM, Robin Becker wrote: > > Our freeBSD 6.0 host is not yet in > production, but appears to have outgoing > > traffic of around 140Mb/day; the http logs > say 16 hits etc. The host provider > > said this > > 140Mb/day is really not that much. > > Unless my math is wrong because it's past bed > time: > 140Mb/day divided by 86400 seconds per day = > 0.001 Mb/second (average) > 0.001 Mb/second = 1.659 Kb/second > > this means a dialup modem could handle your > average traffic. > > and remember Mb is Megabits, not MegaBytes. > > > "The server is on a /20-network, and this > leads to high amounts of > > background traffic (ARP, broadcast, etc.). > These traffic types are > > likely to be the reason for most of your > outbound traffic." > > Is your server's netmask 255.255.240.0 ??? If > it is, call your > provider, laugh at them, and then call a new > provider. If your netmask > is not 255.255.240.0, call the person who gave > you that line, laugh at > them, and try to find someone more intelligent > :) > > You're surely not on a subnet with 4000 hosts. Laughing at your cable company will get you nowhere fast. That is a fairly typical subnet mask for a large cable network. Cable companies usually have larger networks than say, guys who hang out on the freebsd-questions list. Now on a cable network you'll see tons of INCOMING traffic (I get about 40pps of ARPS continuously), but you shouldn't be responding to them you can use tcpdump -i INTERFACE_NAME src YOUR_ADDRESS to quickly view the traffic going out of your machine. DT __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 16:29:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5001816A420 for ; Tue, 21 Feb 2006 16:29:51 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp110.sbc.mail.re2.yahoo.com (smtp110.sbc.mail.re2.yahoo.com [68.142.229.95]) by mx1.FreeBSD.org (Postfix) with SMTP id 85BE343D55 for ; Tue, 21 Feb 2006 16:29:48 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 7725 invoked from network); 21 Feb 2006 16:29:47 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp110.sbc.mail.re2.yahoo.com with SMTP; 21 Feb 2006 16:29:47 -0000 From: "Donald J. O'Neill" To: Vladis Date: Tue, 21 Feb 2006 10:29:39 -0600 User-Agent: KMail/1.9.1 References: <200602210940.35901.duncan.fbsd@gmail.com> <226520f40602210753v63701616x@mail.gmail.com> In-Reply-To: <226520f40602210753v63701616x@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-14" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602211029.40310.duncan.fbsd@gmail.com> Cc: freebsd-questions@freebsd.org, Goran Gajic Subject: Re: Firefox-1.5.0.1 not starting after successfull instalation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 16:29:51 -0000 On Tuesday 21 February 2006 09:53, Vladis wrote: > Hi, > > I start it from xterm: > Ok, there are some dependencies involved here. Do you have all of them? Mine has: %pkg_info -r firefox-1.5.0.1_1,1 Information for firefox-1.5.0.1_1,1: Depends on: Dependency: pkgconfig-0.20 Dependency: expat-2.0.0 Dependency: xorg-fonts-encodings-6.9.0_1 Dependency: jpeg-6b_3 Dependency: libiconv-1.9.2_1 Dependency: gettext-0.14.5_1 Dependency: png-1.2.8_3 Dependency: freetype2-2.1.10_2 Dependency: perl-5.8.7_2 Dependency: fontconfig-2.3.2_2,1 Dependency: nspr-4.6.1 Dependency: nss-3.11 Dependency: glib-2.8.6 Dependency: libxml2-2.6.23 Dependency: libdrm-2.0 Dependency: xorg-libraries-6.9.0 Dependency: popt-1.7 Dependency: tiff-3.8.0 Dependency: bitstream-vera-1.10_2 Dependency: shared-mime-info-0.16_2 Dependency: xorg-fonts-truetype-6.9.0 Dependency: libIDL-0.8.6_1 Dependency: atk-1.10.3 Dependency: libXft-2.1.7 Dependency: hicolor-icon-theme-0.5 Dependency: glitz-0.4.4 Dependency: desktop-file-utils-0.10_3 Dependency: cairo-1.0.2_1 Dependency: pango-1.10.3 Dependency: gtk-2.8.12 There has to be something that everyone is assuming is going on, but isn't. What that could be, I don't know. You should be getting some sort of error message. Are you trying to start firefox from within KDE, Gnome, or something else? Try "locate firefox |less", there should be a ton of stuff. There should be two entries under /usr/X11R6/bin. Firefox and firefox-config. Under /usr/X11R6/include/, there should be a whole lot of things. Also, under /usr/X11R6/lib/, there should be a lot of things. /usr/X11R6/libdata should have about 4, and /usr/X11R6/share has a lot more. If those aren't there, then your make of firefox may have succeeded, but the install part didn't. Have you tried "pkg_add -r firefox"? That will for sure get you a firefox installed. Don From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 16:35:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF90916A420 for ; Tue, 21 Feb 2006 16:35:49 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp104.sbc.mail.re2.yahoo.com (smtp104.sbc.mail.re2.yahoo.com [68.142.229.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 6955043D45 for ; Tue, 21 Feb 2006 16:35:49 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 65404 invoked from network); 21 Feb 2006 16:35:48 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp104.sbc.mail.re2.yahoo.com with SMTP; 21 Feb 2006 16:35:48 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Tue, 21 Feb 2006 10:35:40 -0600 User-Agent: KMail/1.9.1 References: <7.0.0.16.2.20060221092207.05004b60@msdi.ca> <20060221153253.21769.qmail@web60020.mail.yahoo.com> <7.0.0.16.2.20060221105054.0505ccf8@msdi.ca> In-Reply-To: <7.0.0.16.2.20060221105054.0505ccf8@msdi.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602211035.41130.duncan.fbsd@gmail.com> Cc: Ian Lord Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 16:35:50 -0000 On Tuesday 21 February 2006 09:53, Ian Lord wrote: > At 10:32 2006-02-21, Peter wrote: > >--- Ian Lord wrote: > > > At 09:09 2006-02-21, manish jain wrote: > > > >Hi, > > > > > > > > I just purchased an APC 500 Back UPS (the > > > > basic model, not the pro/smart one). It does > > > > not have any serial/usb interface. Can I get > > > > apcupsd or any other daemon to work with it so > > > > that the system automatically shuts down before backup supply > > > > runs out > > > > > > ? > > > > > > > If someone can attach a sample configuration file, I shall be > > > > > > grateful. > > > > > > > Thanks > > > > Manish Jain > > > > > > How do you think freebsd will know the ups is > > > about to stop providing energy if the ups has no serial or usb > > > port ? > > > > > > :) > > > >Maybe he can try using the ESP protocol? > > Not too sure what you are talking about, the only esp protocol I know > is for encryption during a vpn connection... But basically, this ups > is so "dumb" the only connection between the pc and the ups is > through the power cable... Unless you find a way to communicate > through that, there is no way you can know there is a power outage > (lol unless there is a speaker and you use a microphone to listen for > the alarm :) > I think in this case, he was referring to extra sensory perception. But, since this is evidently a model that just sits there and supplies backup power until the battery is too depleted to AC power to the computer at an acceptable level, and at that point the computer shuts off. I would say this model is not capable of esp. Don From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 16:44:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C67316A420 for ; Tue, 21 Feb 2006 16:44:06 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60016.mail.yahoo.com (web60016.mail.yahoo.com [209.73.178.64]) by mx1.FreeBSD.org (Postfix) with SMTP id 074FD43D46 for ; Tue, 21 Feb 2006 16:44:02 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 65926 invoked by uid 60001); 21 Feb 2006 16:44:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=dLkTnk6PXHVrBCsJtzBDw+ZfSCIgsPWkDuiquiIEFeo4DQ4iiCpqoZglDsgJQNxX0cZDgXatiGmfVN6Zz2YeeeySQPUJmOUOWMj5qVo3UH/KMS1I7iS6rwhyW1T51k0bS0BnbLiAQeNFoISKrH1xF2kxW0WzjneY3FqWTf2xu3g= ; Message-ID: <20060221164402.65924.qmail@web60016.mail.yahoo.com> Received: from [216.252.84.118] by web60016.mail.yahoo.com via HTTP; Tue, 21 Feb 2006 11:44:02 EST Date: Tue, 21 Feb 2006 11:44:02 -0500 (EST) From: Peter To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: getting started with USB hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 16:44:06 -0000 Hi. I picked up a USB hard drive and quite frankly I am not sure how to use disklabel with it (what device I should use). Here are the messages appended to my logs when connected: kernel: umass0: PI-036 USB2.0 Drive, rev 2.00/0.01, addr 3 kernel: umass0: Get Max Lun not supported (STALLED) kernel: da0 at umass-sim0 bus 0 target 0 lun 0 kernel: da0: Fixed Direct Access SCSI-0 device kernel: da0: 1.000MB/s transfers kernel: da0: 190782MB (390721968 512 byte sectors: 255H 63S/T 24321C) Can anyone lend a hand? I am running 5.4-STABLE with a "pretty GENERIC kernel". Thanks. -- Peter __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 16:47:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0748616A420 for ; Tue, 21 Feb 2006 16:47:33 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp104.sbc.mail.re2.yahoo.com (smtp104.sbc.mail.re2.yahoo.com [68.142.229.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 6ED2F43D45 for ; Tue, 21 Feb 2006 16:47:32 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 81267 invoked from network); 21 Feb 2006 16:47:32 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp104.sbc.mail.re2.yahoo.com with SMTP; 21 Feb 2006 16:47:31 -0000 From: "Donald J. O'Neill" To: Chuck Swiger Date: Tue, 21 Feb 2006 10:47:24 -0600 User-Agent: KMail/1.9.1 References: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> <200602210950.27094.duncan.fbsd@gmail.com> <43FB3AF8.2050209@mac.com> In-Reply-To: <43FB3AF8.2050209@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602211047.24449.duncan.fbsd@gmail.com> Cc: manish jain , freebsd-questions@freebsd.org Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 16:47:33 -0000 On Tuesday 21 February 2006 10:08, Chuck Swiger wrote: > Donald J. O'Neill wrote: > > On Tuesday 21 February 2006 08:26, Chuck Swiger wrote: > > [ ... ] > > >> No. If your UPS isn't smart and does not have an external USB or > >> serial port, apcupsd has nothing to work with. > > > > As best I can tell from the OP's description, and the APC website, > > they all have a UPS port. Go from there. > > All of the new Smart-UPS APC models that they are selling now have > USB ports. > > There are plenty of older models around in the channel, and there is > the entire Back-UPS model line that are not "smart", and thus have no > monitoring/shutdown capabilities. See the Subject: header... Then, thats got to be a really old, old one. I've been working (playing with actually) with computers since the color computer. I won't admit to anything further back than that. I've never seen one that didn't have some means of communication (monitoring). Not from APC anyway. I think the model number from the case would tell us a lot. I think... therefore I sometimes blow smoke. Don From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 17:21:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D058416A420 for ; Tue, 21 Feb 2006 17:21:14 +0000 (GMT) (envelope-from freebsd@voidmain.net) Received: from pgh.nepinc.com (pgh.nepinc.com [66.207.129.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D1E843D48 for ; Tue, 21 Feb 2006 17:21:13 +0000 (GMT) (envelope-from freebsd@voidmain.net) Received: from [192.168.97.222] (dhcp222.eng.nepinc.com [192.168.97.222]) (authenticated bits=0) by pgh.nepinc.com (8.12.11/8.12.11) with ESMTP id k1LHLDHO019131 for ; Tue, 21 Feb 2006 12:21:13 -0500 (EST) (envelope-from freebsd@voidmain.net) Message-ID: <43FB4BFB.2040607@voidmain.net> Date: Tue, 21 Feb 2006 12:20:59 -0500 From: Tom Grove Organization: VoidMain.net User-Agent: Thunderbird 1.5 (X11/20060210) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: GTK/Glade autogen issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@voidmain.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 17:21:14 -0000 I'm trying to build a simple hello world using glade. I've actually built this code on this system before and now after a few months and several ports tree updates it doesn't work. When I run autogen.sh within the glade built directory I receive the following error: syntax error near unexpected token `PACKAGE,' I run: setenv ACLOCAL_FLAGS "-I /usr/local/share/aclocal -I /usr/X11R6/share/aclocal" before autogen.sh. Here's a little info about the system: 6.0-RELEASE FreeBSD 6.0-RELEASE autoconf-2.13.000227_5 autoconf-2.59_2 automake-1.4.6_2 libtool-1.3.5_2 libtool-1.5.22_1 Also, if anyone knows of something similar to glade as in gui designer with C as the development language I would really like to know about it. Thanks. -Tom From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 17:31:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5360F16A420 for ; Tue, 21 Feb 2006 17:31:44 +0000 (GMT) (envelope-from wharms@bak.rr.com) Received: from ms-smtp-02-eri0.socal.rr.com (ms-smtp-02-qfe0.socal.rr.com [66.75.162.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A81E43D49 for ; Tue, 21 Feb 2006 17:31:43 +0000 (GMT) (envelope-from wharms@bak.rr.com) Received: from acer2e68c49b20 (cpe-67-49-192-160.bak.res.rr.com [67.49.192.160]) by ms-smtp-02-eri0.socal.rr.com (8.13.4/8.13.4) with SMTP id k1LHVd0d005913 for ; Tue, 21 Feb 2006 09:31:43 -0800 (PST) Message-ID: <005e01c6370c$a66b1a50$a0c03143@acer2e68c49b20> From: "Wayne" To: Date: Tue, 21 Feb 2006 09:31:29 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: Symantec AntiVirus Scan Engine Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: where is my desktop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 17:31:44 -0000 I'd like to know where my desktop is. All I get is the man pages. Now I = got a screensaver But where is the rest of it. No terminal no telnet = nothing. I can't even get the X box on the screen like I do with some of = the other programs I have tried. How can I load up mfboot and the other = file to floppies if my hard is dedicated to the FreeBSD an entire disk. Please Help! Wayne Harms in Bakersfield From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 17:44:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD7E16A423 for ; Tue, 21 Feb 2006 17:44:06 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F81143D49 for ; Tue, 21 Feb 2006 17:44:06 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [IPv6:::1] (localhost.internetinsite.com [IPv6:::1]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1LHhvPL051814; Tue, 21 Feb 2006 09:43:57 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43FB515C.4080606@chrismaness.com> Date: Tue, 21 Feb 2006 09:43:56 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060207) MIME-Version: 1.0 To: asa@agava.com, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD CUPS issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 17:44:07 -0000 I did a CVS sync with the ports tree and built CUPS. I cannot login to the web admin interface. It looks like cupsd is crashing when I log in. Any suggestion. I haven't made any changes, it is a default install. It rejects logins from other users. It looks like it crashes after it accepts the login. Here is the error messages: W [20/Feb/2006:09:44:19 -0800] Unknown username "lp" I [20/Feb/2006:09:44:19 -0800] Loaded configuration file "/usr/local/etc/cups/cupsd.conf" I [20/Feb/2006:09:44:19 -0800] Configured for up to 100 clients. I [20/Feb/2006:09:44:19 -0800] Allowing up to 100 client connections per host. I [20/Feb/2006:09:44:19 -0800] Full reload is required. E [20/Feb/2006:09:44:19 -0800] LoadDevices: Unable to open backend directory "/usr/lib/cups/backend": No such file or directory I [20/Feb/2006:09:44:19 -0800] LoadPPDs: Read "/usr/local/etc/cups/ppds.dat", 16 PPDs... I [20/Feb/2006:09:44:19 -0800] LoadPPDs: No new or changed PPDs... I [20/Feb/2006:09:44:19 -0800] Full reload complete. Chris Maness From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 17:45:48 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B9B16A420 for ; Tue, 21 Feb 2006 17:45:48 +0000 (GMT) (envelope-from hal@cc.usu.edu) Received: from cudaout.usu.edu (cudaout.usu.edu [129.123.1.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A89F43D8F for ; Tue, 21 Feb 2006 17:45:41 +0000 (GMT) (envelope-from hal@cc.usu.edu) X-ASG-Debug-ID: 1140543940-5788-110-0 X-Barracuda-URL: http://129.123.1.27:8000/cgi-bin/mark.cgi Received: from [129.123.104.140] (buffy.ncs.usu.edu [129.123.104.140]) by cudaout.usu.edu (Spam Firewall) with ESMTP id 7E073D05A714 for ; Tue, 21 Feb 2006 10:45:40 -0700 (MST) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@FreeBSD.ORG From: hal X-ASG-Orig-Subj: Upgrade 5.4 to 6.0 Date: Tue, 21 Feb 2006 10:45:39 -0700 X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: by Outbound BarraCUDA Spam Firewall at usu.edu X-Barracuda-Spam-Score: -1002.00 X-Barracuda-Spam-Status: No, SCORE=-1002.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=1000.0 X-Barracuda-Rcpt: freebsd-questions@freebsd.org Cc: Subject: Upgrade 5.4 to 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 17:45:49 -0000 Is there any reason why I should not upgrade a 5.4 system to 6.0 as opposed to doing a clean install? hal From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 17:46:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43CF916A420 for ; Tue, 21 Feb 2006 17:46:40 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D502D43D81 for ; Tue, 21 Feb 2006 17:46:30 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([70.83.205.150]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id CLI20599 for ; Tue, 21 Feb 2006 12:47:47 -0500 Message-Id: <7.0.0.16.2.20060221124410.0502eb60@msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Tue, 21 Feb 2006 12:46:24 -0500 To: freebsd-questions@freebsd.org From: Ian Lord In-Reply-To: <200602211047.24449.duncan.fbsd@gmail.com> References: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> <200602210950.27094.duncan.fbsd@gmail.com> <43FB3AF8.2050209@mac.com> <200602211047.24449.duncan.fbsd@gmail.com> Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 17:46:40 -0000 At 11:47 2006-02-21, Donald J. O'Neill wrote: >On Tuesday 21 February 2006 10:08, Chuck Swiger wrote: > > Donald J. O'Neill wrote: > > > On Tuesday 21 February 2006 08:26, Chuck Swiger wrote: > > > > [ ... ] > > > > >> No. If your UPS isn't smart and does not have an external USB or > > >> serial port, apcupsd has nothing to work with. > > > > > > As best I can tell from the OP's description, and the APC website, > > > they all have a UPS port. Go from there. > > > > All of the new Smart-UPS APC models that they are selling now have > > USB ports. > > > > There are plenty of older models around in the channel, and there is > > the entire Back-UPS model line that are not "smart", and thus have no > > monitoring/shutdown capabilities. See the Subject: header... > > >Then, thats got to be a really old, old one. I've been working (playing >with actually) with computers since the color computer. I won't admit >to anything further back than that. I've never seen one that didn't >have some means of communication (monitoring). Not from APC anyway. > >I think the model number from the case would tell us a lot. I think... >therefore I sometimes blow smoke. > >Don Lol in my own opinion, if the user that asked the question can't figure out there is a usb/serial port on the unit (I took the assumption as true :) I can hardly see how he would manage to compile and configure apcupsd :) From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 17:46:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B4E616A429 for ; Tue, 21 Feb 2006 17:46:50 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D4743D9D for ; Tue, 21 Feb 2006 17:46:31 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1LHkCG5002864 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 21 Feb 2006 19:46:14 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1LHjogN054089; Tue, 21 Feb 2006 19:45:50 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1LHjoWD054088; Tue, 21 Feb 2006 19:45:50 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 21 Feb 2006 19:45:50 +0200 From: Giorgos Keramidas To: Peter Message-ID: <20060221174550.GA54062@flame.pc> References: <20060221164402.65924.qmail@web60016.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060221164402.65924.qmail@web60016.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.367, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions Subject: Re: getting started with USB hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 17:46:50 -0000 On 2006-02-21 11:44, Peter wrote: > Hi. I picked up a USB hard drive and quite frankly I am not sure how to > use disklabel with it (what device I should use). Here are the messages > appended to my logs when connected: > > kernel: umass0: PI-036 USB2.0 Drive, rev 2.00/0.01, addr 3 > kernel: umass0: Get Max Lun not supported (STALLED) > kernel: da0 at umass-sim0 bus 0 target 0 lun 0 > kernel: da0: Fixed Direct Access SCSI-0 > device > kernel: da0: 1.000MB/s transfers > kernel: da0: 190782MB (390721968 512 byte sectors: 255H 63S/T 24321C) > > Can anyone lend a hand? I am running 5.4-STABLE with a "pretty GENERIC > kernel". Very cool! Your kernel discovered the USB disk and created a /dev/da0 device node for it. I think you'l find this post useful, as it describes what I did to use my own USB disk on FreeBSD: http://keramida.serverhive.com/weblog/archives/2004-10-16/using-a-usb-20-flash-mini-disk-on-freebsd Then this one too, to enable USB 2.X support (and greater transfer speeds, as a result): http://keramida.serverhive.com/weblog/archives/2005-06-23/usb-2x-support-in-freebsd Have fun, Giorgos From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 17:47:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 776AE16A43D for ; Tue, 21 Feb 2006 17:47:11 +0000 (GMT) (envelope-from gbentley@uk2.net) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1B543D6D for ; Tue, 21 Feb 2006 17:47:06 +0000 (GMT) (envelope-from gbentley@uk2.net) Received: from [81.174.174.115] (helo=admin) by ptb-relay03.plus.net with smtp (Exim) id 1FBbbM-0004fw-O7 for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 17:47:05 +0000 Message-ID: <001501c6370e$c9755ea0$0807a8c0@admin> From: "Graham Bentley" To: References: <20060221173212.12CC416A425@hub.freebsd.org> Date: Tue, 21 Feb 2006 17:46:46 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 17:47:11 -0000 Back-UPS CS 350 is the lowest model I got to work on *nix. However, you have to ring / mail APC and ask them to send you out a serial lead. From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 18:14:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3598A16A420 for ; Tue, 21 Feb 2006 18:14:16 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from muse2.calarts.edu (muse2.calarts.edu [198.182.157.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07DE43D46 for ; Tue, 21 Feb 2006 18:14:15 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from [198.182.157.9] (smurphy.calarts.edu [198.182.157.9]) (authenticated bits=0) by muse2.calarts.edu (8.13.3/8.13.3) with ESMTP id k1LIEFCL041538 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 21 Feb 2006 10:14:15 -0800 (PST) (envelope-from smurphy@calarts.edu) Message-ID: <43FB5871.2000808@calarts.edu> Date: Tue, 21 Feb 2006 10:14:09 -0800 From: Sean Murphy User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.52 on 198.182.157.28 Subject: sshd max users X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 18:14:16 -0000 It seems I cannot connect to my server through sshd when there are 10 processes running of sshd. My ssh client immediately terminates. If I kill one of the ssh processes I am able to login through ssh. Is there a max user setting? Thanks From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 18:23:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E27E16A420 for ; Tue, 21 Feb 2006 18:23:52 +0000 (GMT) (envelope-from magikmanv2@cox.net) Received: from eastrmmtao01.cox.net (eastrmmtao01.cox.net [68.230.240.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D1B43D45 for ; Tue, 21 Feb 2006 18:23:51 +0000 (GMT) (envelope-from magikmanv2@cox.net) Received: from [192.168.1.7] (really [70.161.174.157]) by eastrmmtao01.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060221182348.QGRD4894.eastrmmtao01.cox.net@[192.168.1.7]>; Tue, 21 Feb 2006 13:23:48 -0500 Message-ID: <43FB5D31.4060606@cox.net> Date: Tue, 21 Feb 2006 13:34:25 -0500 From: Magikman User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: Sean Murphy References: <43FB5871.2000808@calarts.edu> In-Reply-To: <43FB5871.2000808@calarts.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: sshd max users X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 18:23:52 -0000 Sean Murphy wrote: > It seems I cannot connect to my server through sshd when there are 10 > processes running of sshd. My ssh client immediately terminates. If > I kill one of the ssh processes I am able to login through ssh. Is > there a max user setting? > > Thanks > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > grep -i max /etc/ssh/sshd_config From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 18:25:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC3F16A420 for ; Tue, 21 Feb 2006 18:25:09 +0000 (GMT) (envelope-from ken@allenmyland.com) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [216.148.227.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id C42BE43D45 for ; Tue, 21 Feb 2006 18:25:08 +0000 (GMT) (envelope-from ken@allenmyland.com) Received: from bserver.transpack.com ([68.80.195.248]) by comcast.net (rwcrmhc13) with ESMTP id <20060221182507m13002mbqke>; Tue, 21 Feb 2006 18:25:08 +0000 Received: from localhost (localhost.transpack.com [127.0.0.1]) by bserver.transpack.com (Postfix) with ESMTP id 43DB2B843; Tue, 21 Feb 2006 13:25:07 -0500 (EST) Received: from bserver.transpack.com ([127.0.0.1]) by localhost (bserver.transpack.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04030-07; Tue, 21 Feb 2006 13:25:05 -0500 (EST) Received: from [192.168.214.102] (kbuilt.transpack.com [192.168.214.102]) by bserver.transpack.com (Postfix) with ESMTP id 40186B842; Tue, 21 Feb 2006 13:25:05 -0500 (EST) Message-ID: <43FB5AF0.5010007@allenmyland.com> Date: Tue, 21 Feb 2006 13:24:48 -0500 From: Ken Stevenson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Sean Murphy References: <43FB5871.2000808@calarts.edu> In-Reply-To: <43FB5871.2000808@calarts.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at transpack.com Cc: freebsd-questions@freebsd.org Subject: Re: sshd max users X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 18:25:09 -0000 Sean Murphy wrote: > It seems I cannot connect to my server through sshd when there are 10 > processes running of sshd. My ssh client immediately terminates. If I > kill one of the ssh processes I am able to login through ssh. Is there > a max user setting? > > Thanks > _______________________________________________ There's a MaxStartups parameter in /etc/ssh/sshd_config that limits the number of unauthenticated connections. It defaults to 10. Try increasing it and see if it fixes the problem. I don't think it's a good idea to indiscriminately increase this parameter, but it may help you diagnose what's going on. -- Ken Stevenson Allen-Myland Inc. From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 18:37:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B3C816A420 for ; Tue, 21 Feb 2006 18:37:24 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: from smtp112.sbc.mail.re2.yahoo.com (smtp112.sbc.mail.re2.yahoo.com [68.142.229.93]) by mx1.FreeBSD.org (Postfix) with SMTP id 2846343D69 for ; Tue, 21 Feb 2006 18:37:19 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 57381 invoked from network); 21 Feb 2006 18:37:18 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp112.sbc.mail.re2.yahoo.com with SMTP; 21 Feb 2006 18:37:18 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Tue, 21 Feb 2006 12:37:10 -0600 User-Agent: KMail/1.9.1 References: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> <200602211047.24449.duncan.fbsd@gmail.com> <7.0.0.16.2.20060221124410.0502eb60@msdi.ca> In-Reply-To: <7.0.0.16.2.20060221124410.0502eb60@msdi.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602211237.10776.donaldjoneill@gmail.com> Cc: Ian Lord Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 18:37:24 -0000 On Tuesday 21 February 2006 11:46, Ian Lord wrote: > > Lol in my own opinion, if the user that asked the question can't > figure out there is a usb/serial port on the unit (I took the > assumption as true :) I can hardly see how he would manage to compile > and configure apcupsd :) > What can I say. There are people like that. You read what they say and feel there's something wrong, something doesn't ring true. They haven't done something, they don't know about something, etc. I think it can be said: "I know enough from what you've said to be dangerous." I think I should say instead: "Sure I can help you, but if you didn't know enough to tell me everything I needed to know, my advice may possibly melt your cpu, warp your harddrive, remove your ram, and if that isn't enough, install an unremovable bios from 1975." The OP hasn't said anything back yet, which leads me to wonder: did he go to sleep, is he paying attention, is he now too embarrassed to say anything, or is he stuck trying to see whats on the APC unit and he put it in a place that's hard to see. Don From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 18:38:50 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D970716A420 for ; Tue, 21 Feb 2006 18:38:50 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 442A443D73 for ; Tue, 21 Feb 2006 18:38:33 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV100ISPVS0N430@osl1smout1.broadpark.no> for questions@freebsd.org; Tue, 21 Feb 2006 19:38:24 +0100 (CET) Received: from urban.broadpark.no ([213.187.181.70]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV1007JCVS086A0@osl1sminn1.broadpark.no> for questions@freebsd.org; Tue, 21 Feb 2006 19:38:24 +0100 (CET) Date: Tue, 21 Feb 2006 19:38:26 +0100 From: Kristian Vaaf In-reply-to: <20060221155119.1dbfe2bd@localhost> To: Fabian Keil Message-id: <7.0.1.0.2.20060221193746.021f1e28@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no> <20060221155119.1dbfe2bd@localhost> Cc: questions@freebsd.org Subject: Re: Cool listing script (needs a fix) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 18:38:51 -0000 At 15:51 21.02.2006, Fabian Keil wrote: >Kristian Vaaf wrote: > > > When running this: > > > > -- > > > > #!/usr/local/bin/bash > > # > > # Print a structured file and folder list. > > # $ARBA: tree.sh,v 1.0 2007/11/11 15:05:09 vaaf Exp $ > > # > > # Include files: -a, --all > > # > > > > argument="-type d" > > > > case $1 in -a | --all) argument="" ;; esac > > > > tree='s,^.$,, > > /^$/d > > s,[^/]*/\([^/]*\)$,+-----\1, > > s,[^/]*/,| ,g' > > > > pwd; find -s . $argument -print | sed -e "$tree" > > > How can I make the same script include an END notice? > > > # tree -a > > /home/vaaf/usr > > +-----commands.txt > > +-----lyrics.txt > > +-----people.txt > > +-----public.txt > > | > > | END > > > Anybody know how? > >echo "|" >echo "| END" > >Fabian >-- >http://www.fabiankeil.de/ > Wonderful man, thanks a lot! :) From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 18:47:39 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74F6116A420 for ; Tue, 21 Feb 2006 18:47:39 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: from web52714.mail.yahoo.com (web52714.mail.yahoo.com [206.190.48.237]) by mx1.FreeBSD.org (Postfix) with SMTP id E133143D45 for ; Tue, 21 Feb 2006 18:47:38 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: (qmail 98235 invoked by uid 60001); 21 Feb 2006 18:47:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2RPlVYmVmvuY1T6Em2VD0Kw13gnyTF6o5ybNmcB1VyH5/H28h6YeV2PzNZp513rlz2QtKZXXYrhPAce5K1Ft6gs4pK09qTkUd4oEfOtHf2CwNApiKHc4y0udjNtGaUa90PpNWML9QbKHylnOF+OyiSA9LJ8Edq7LDf9npXT2t1o= ; Message-ID: <20060221184738.98233.qmail@web52714.mail.yahoo.com> Received: from [71.193.133.190] by web52714.mail.yahoo.com via HTTP; Tue, 21 Feb 2006 10:47:38 PST Date: Tue, 21 Feb 2006 10:47:38 -0800 (PST) From: Kris Anderson To: Kristian Vaaf , questions@freebsd.org In-Reply-To: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 18:47:39 -0000 --- Kristian Vaaf wrote: > > Hello! > > I don't know what's wrong. But all my makes error > out. > I've tried over and over again. And sent about a > dozen e-mails to this list. > > http://www.home.no/hedhnta/result.txt > > When doing: > > cvsup -g -L 2 /etc/cvsupfile > > And then running: > > cd /usr/src \ > && make buildworld \ > && make buildkernel KERNCONF=ARBA \ > && make installkernel KERNCONF=ARBA \ > && make installworld \ > && mergemaster \ > && make clean \ > && rm -rf /usr/obj/* > > This is how it's done, no? Sort of done like that. Looking at the FreeBSD handbook it says: make buildworld make buildkernel KERNCONF=ARBA make installkernel KERNCONF=ARBA reboot Note: There are a few rare cases when an extra run of mergemaster -p is needed before the buildworld step. These are described in UPDATING. In general, though, you can safely omit this step if you are not updating across one or more major FreeBSD versions. After installkernel finishes successfully, you should boot in single user mode (i.e. using boot -s from the loader prompt). Then run: mergemaster -p make installworld mergemaster reboot > Please help me. > > Thanks, > Vaaf Hope that helps. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 19:02:11 2006 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F39316A420 for ; Tue, 21 Feb 2006 19:02:11 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id D613343D45 for ; Tue, 21 Feb 2006 19:02:10 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 10125 invoked by uid 0); 21 Feb 2006 18:53:47 -0000 Received: from user-69-73-60-132.knology.net (HELO Grumpy.DynDNS.org) (69.73.60.132) by smtp7.knology.net with SMTP; 21 Feb 2006 18:53:47 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 3E6F061F1; Tue, 21 Feb 2006 13:02:09 -0600 (CST) Date: Tue, 21 Feb 2006 13:02:09 -0600 From: David Kelly To: FreeBSD-Questions@FreeBSD.org Message-ID: <20060221190209.GA5097@Grumpy.DynDNS.org> References: <7.0.0.16.2.20060221092207.05004b60@msdi.ca> <20060221153253.21769.qmail@web60020.mail.yahoo.com> <7.0.0.16.2.20060221105054.0505ccf8@msdi.ca> <200602211035.41130.duncan.fbsd@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200602211035.41130.duncan.fbsd@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 19:02:11 -0000 On Tue, Feb 21, 2006 at 10:35:40AM -0600, Donald J. O'Neill wrote: > > I think in this case, he was referring to extra sensory perception. But, > since this is evidently a model that just sits there and supplies > backup power until the battery is too depleted to AC power to the > computer at an acceptable level, and at that point the computer shuts > off. I would say this model is not capable of esp. I'd say the original assessment was correct in that ESP was the *only* possible way to read the status of a UPS which doesn't have an external monitoring interface. :-) The very very old units often had simple status lines which could be monitored with special software thru a parallel printer port. If the UPS has a warning buzzer he could put a microphone on a sound card and listen for the buzzer. The buzzes often come faster just before the UPS breathes its last breath. If one does such a thing we've already got a name for it, ESP. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 19:12:45 2006 Return-Path: X-Original-To: Freebsd-questions@freebsd.org Delivered-To: Freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F6F216A420 for ; Tue, 21 Feb 2006 19:12:45 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id A81F343D46 for ; Tue, 21 Feb 2006 19:12:44 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 18346 invoked from network); 21 Feb 2006 19:12:43 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Feb 2006 19:12:43 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id B7A3B28421; Tue, 21 Feb 2006 14:12:42 -0500 (EST) Sender: lowell@be-well.ilk.org To: Ben Paley References: <200602202339.44245.ben@spooty.net> <200602210724.39754.ben@spooty.net> From: Lowell Gilbert Date: 21 Feb 2006 14:12:42 -0500 In-Reply-To: <200602210724.39754.ben@spooty.net> Message-ID: <444q2splud.fsf@be-well.ilk.org> Lines: 28 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Freebsd-questions@freebsd.org Subject: Re: tar segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 19:12:45 -0000 Ben Paley writes: > Sorry. left off some information that might come in handy! > > me$ uname -srm > FreeBSD 6.0-STABLE i386 > me$ pkg_info | grep tar > gtar-1.15.1_1 GNU version of the traditional tar archiver > startup-notification-0.8_1 Library that supports startup notification spec > from freede You're obviously not *using* gnu tar, because you would be getting errors on the -l option if you were. > me$ > > Thanks, > Ben > > > tar -cLvy -f /usr/home/me/backup/backup.tar.bz2 /usr/home/me/backup/source/ > > > > When source/usr/home/me/public_html is empty then it runs fine. But when I > > put any links in, tar dies with a segmentation fault. > > > > Has anyone got any ideas why? No. I can't reproduce the problem here, using the system tar on RELENG_6 (couple of weeks old). From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 19:13:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E0E116A420 for ; Tue, 21 Feb 2006 19:13:43 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6312A43D62 for ; Tue, 21 Feb 2006 19:13:36 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 647 invoked from network); 21 Feb 2006 19:13:35 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Feb 2006 19:13:35 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 3352728421; Tue, 21 Feb 2006 14:13:35 -0500 (EST) Sender: lowell@be-well.ilk.org To: FlashWebHost.com References: <927ad6550602201613j108aa53fnbbb0cff87dac1cce@mail.gmail.com> From: Lowell Gilbert Date: 21 Feb 2006 14:13:35 -0500 In-Reply-To: <927ad6550602201613j108aa53fnbbb0cff87dac1cce@mail.gmail.com> Message-ID: <44zmkko78g.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Shared object "libm.so.4" not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 19:13:43 -0000 FlashWebHost.com writes: > I am getting follwing error when running perl script or even just calling perl. > > freebsd# perl -v > /libexec/ld-elf.so.1: Shared object "libm.so.4" not found > freebsd# > > I am using > > freebsd# uname -a > FreeBSD freebsd.netfreehost.com 5.2-RELEASE FreeBSD 5.2-RELEASE #0: > Sat Sep 17 20:14:10 BST 2005 > root@freebsd.netfreehost.com:/usr/src/sys/i386/compile/FLASHWEBHOST > i386 > freebsd# > > How do i fix the error ? Remove perl and install a version of perl that was installed for 5.x, instead of for 6.x. From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 19:20:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB10216A420 for ; Tue, 21 Feb 2006 19:20:46 +0000 (GMT) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.49.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C1343D45 for ; Tue, 21 Feb 2006 19:20:46 +0000 (GMT) (envelope-from paul@gromit.dlib.vt.edu) Received: from zappa.Chelsea-Ct.Org (pool-71-254-44-94.roa.east.verizon.net [71.254.44.94]) by gromit.dlib.vt.edu (8.13.4/8.13.4) with ESMTP id k1LJKfAD040874 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 21 Feb 2006 14:20:41 -0500 (EST) (envelope-from paul@gromit.dlib.vt.edu) Received: from zappa.Chelsea-Ct.Org (localhost.Chelsea-Ct.Org [127.0.0.1]) by zappa.Chelsea-Ct.Org (8.13.4/8.13.4) with ESMTP id k1LJKZHU014570 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 21 Feb 2006 14:20:35 -0500 (EST) (envelope-from paul@gromit.dlib.vt.edu) Received: (from paul@localhost) by zappa.Chelsea-Ct.Org (8.13.4/8.13.4/Submit) id k1LJKYMq014569; Tue, 21 Feb 2006 14:20:34 -0500 (EST) (envelope-from paul@gromit.dlib.vt.edu) From: Paul Mather To: freebsd-questions@freebsd.org In-Reply-To: <20060221173211.DCAF916A423@hub.freebsd.org> References: <20060221173211.DCAF916A423@hub.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 21 Feb 2006 14:20:33 -0500 Message-Id: <1140549633.797.16.camel@zappa.Chelsea-Ct.Org> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 19:20:46 -0000 Chuck Swiger wrote: > Donald J. O'Neill wrote: > > On Tuesday 21 February 2006 08:26, Chuck Swiger wrote: > [ ... ] > >> No. If your UPS isn't smart and does not have an external USB or > >> serial port, apcupsd has nothing to work with. > > > > As best I can tell from the OP's description, and the APC website, > they > > all have a UPS port. Go from there. > > All of the new Smart-UPS APC models that they are selling now have USB > ports. > > There are plenty of older models around in the channel, and there is > the entire > Back-UPS model line that are not "smart", and thus have no > monitoring/shutdown > capabilities. See the Subject: header... For my home, I bought a Back-UPS Pro 1100 that was inexpensive. It came with a 940-0020C serial cable. Unfortunately, this only supports simple signalling, so you can't monitor the UPS for its vital statistics regarding percentage battery life left, etc. I guess that's why it was inexpensive. But, it does work with apcupsd, and you do get notification of power loss and even a critical power low warning signal you can use to trigger shutdown of your machines. It has worked well for me. I don't know if your statement about the "entire Back-UPS model line" also encompassed the Back-UPS Pro models. I just wanted to say there was at least one Back-UPS Pro UPS that did support monitoring/shutdown capabilities, albeit the restricted simple signalling type. I agree that if the OPs UPS doesn't have any type of data connection to a host computer then it won't be possible to get it to interface with apcupsd. However, I haven't heard of an APC UPS that didn't come with some kind of data cable, so it would be useful if the OP posted the precise model: there are several in the Back-UPS 500 line, such as the Back-UPS 500; Back-UPS CS 500; Back-UPS ES 500; etc. All of them support either a serial or USB cable. (The CS supports both.) Cheers, Paul. -- e-mail: paul@gromit.dlib.vt.edu "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." --- Frank Vincent Zappa From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 19:28:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 914B716A422 for ; Tue, 21 Feb 2006 19:28:48 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60015.mail.yahoo.com (web60015.mail.yahoo.com [209.73.178.78]) by mx1.FreeBSD.org (Postfix) with SMTP id 26F6F43D53 for ; Tue, 21 Feb 2006 19:28:46 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 71650 invoked by uid 60001); 21 Feb 2006 19:28:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=q+KgE953pulJrfIEyB1w9Q4KMTbrkUizshF7Jvu8H7+u2MH3zdIkTd4q0YPPDLRP8pLtZhP0j0KeZ7B8lrPwKV/Z2+/Y0+jMOSvJGfDyDn0hX/Vs9Z6dXIP2OibtYb5JUfYeMaOGKawDXpvFupf7rxld9BLQ5gmwb6gvVMiEz40= ; Message-ID: <20060221192846.71648.qmail@web60015.mail.yahoo.com> Received: from [216.252.84.118] by web60015.mail.yahoo.com via HTTP; Tue, 21 Feb 2006 14:28:46 EST Date: Tue, 21 Feb 2006 14:28:46 -0500 (EST) From: Peter To: Giorgos Keramidas In-Reply-To: <20060221174550.GA54062@flame.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions Subject: Re: getting started with USB hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 19:28:48 -0000 --- Giorgos Keramidas wrote: > On 2006-02-21 11:44, Peter wrote: > > Hi. I picked up a USB hard drive and quite frankly I am not sure how > to > > use disklabel with it (what device I should use). Here are the > messages > > appended to my logs when connected: > > > > kernel: umass0: PI-036 USB2.0 Drive, rev 2.00/0.01, addr 3 > > kernel: umass0: Get Max Lun not supported (STALLED) > > kernel: da0 at umass-sim0 bus 0 target 0 lun 0 > > kernel: da0: Fixed Direct Access > SCSI-0 > > device > > kernel: da0: 1.000MB/s transfers > > kernel: da0: 190782MB (390721968 512 byte sectors: 255H 63S/T 24321C) > > > > Can anyone lend a hand? I am running 5.4-STABLE with a "pretty > GENERIC > > kernel". > > Very cool! > > Your kernel discovered the USB disk and created a /dev/da0 device node > for it. > > I think you'l find this post useful, as it describes what I did to use > my own USB disk on FreeBSD: > > > http://keramida.serverhive.com/weblog/archives/2004-10-16/using-a-usb-20-flash-mini-disk-on-freebsd > > Then this one too, to enable USB 2.X support (and greater transfer > speeds, as a result): > > > http://keramida.serverhive.com/weblog/archives/2005-06-23/usb-2x-support-in-freebsd Thanks for your links. I have a hell of a time setting up disks. This is what I did: # fdisk -BI da0 (using just -I failed) # bsdlabel -w da0 Then I get stuck. # bsdlabel da0s1 (fails) So, as usual, I retreat back to sysinstall. # sysinstall Now I have da0s1 # bsdlabel da0s1 # /dev/da0s1: type: SCSI disk: da0s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 24321 sectors/unit: 390721968 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 390716802 0 unused 0 0 # "raw" part, don't edit d: 390716802 0 4.2BSD 2048 16384 28552 bsdlabel: partition c doesn't cover the whole unit! bsdlabel: An incorrect partition c may cause problems for standard system utilities Now I wonder why this disk which is supposed to be 200 GB, was detected by FreeBSD (when connected) as 190 GB, shows up as 186 GB inside sysinstall, and has a size of 180 GB when seen by df. __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 20:06:37 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 078D416A420 for ; Tue, 21 Feb 2006 20:06:37 +0000 (GMT) (envelope-from elisabet.lundvall@abc.se) Received: from av9-1-sn3.vrr.skanova.net (av9-1-sn3.vrr.skanova.net [81.228.9.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5828C43D46 for ; Tue, 21 Feb 2006 20:06:35 +0000 (GMT) (envelope-from elisabet.lundvall@abc.se) Received: by av9-1-sn3.vrr.skanova.net (Postfix, from userid 502) id B9C6537F7E; Tue, 21 Feb 2006 21:06:34 +0100 (CET) Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av9-1-sn3.vrr.skanova.net (Postfix) with ESMTP id A976637F78 for ; Tue, 21 Feb 2006 21:06:34 +0100 (CET) Received: from [213.67.157.223] (h223n1fls32o276.telia.com [213.67.157.223]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 9AD2E37E43 for ; Tue, 21 Feb 2006 21:06:34 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <8c045aa53e5a90ced573824a69678b83@abc.se> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@FreeBSD.org From: elisabet lundvall Date: Tue, 21 Feb 2006 21:14:17 +0100 X-Mailer: Apple Mail (2.622) Cc: Subject: Free BSD on Macintosh OS 10.3.9 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 20:06:37 -0000 Hi, can I use free BSD in my mac? I have Panther in my iBook, but there is no BSD in it. I tryed once to get it from the CD OS 10.2.3, but since it was older than my updated system OS 10.3.9 the system crashed! I need the BSD to try out the Adobe program Indesign. Do you know what I should do? Yours Elisabet Lundvall From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 20:20:35 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3428B16A420 for ; Tue, 21 Feb 2006 20:20:35 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B25743D4C for ; Tue, 21 Feb 2006 20:20:33 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k1LKKF2a061113; Tue, 21 Feb 2006 14:20:17 -0600 (CST) Message-Id: <6.0.0.22.2.20060221141751.0272e1b0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 21 Feb 2006 14:20:08 -0600 To: Frank Bonnet , questions@freebsd.org From: Derek Ragona In-Reply-To: <43FB2CC1.7080603@esiee.fr> References: <43FB2CC1.7080603@esiee.fr> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: qpopper load heavily the machine ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 20:20:35 -0000 There are two options to running qpopper, on demand from inet, or running all the time in "server mode". Running it from inet can cause a load as inet will exec qpopper on demand. I run qpopper in server mode with out seeing much load on 5.X servers. Hope this helps. -Derek At 09:07 AM 2/21/2006, Frank Bonnet wrote: >Hello > >I've experienced a problem with qpopper which seems to load >the machine , I've replaced it with popa3d and the load have >been impressively lowered. > >Any infos about this ? >-- >Frank Bonnet >- Memory fault - where am I? - >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 20:24:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A3116A420 for ; Tue, 21 Feb 2006 20:24:15 +0000 (GMT) (envelope-from herve_simplice@hotmail.com) Received: from hotmail.com (bay109-f36.bay109.hotmail.com [64.4.19.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 834DB43D48 for ; Tue, 21 Feb 2006 20:24:15 +0000 (GMT) (envelope-from herve_simplice@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 21 Feb 2006 12:24:15 -0800 Message-ID: Received: from 64.4.19.200 by by109fd.bay109.hotmail.msn.com with HTTP; Tue, 21 Feb 2006 20:24:13 GMT X-Originating-IP: [213.93.202.78] X-Originating-Email: [herve_simplice@hotmail.com] X-Sender: herve_simplice@hotmail.com From: =?iso-8859-1?B?SOhydukgU2ltcGxpY2UgdmFuIGRlciBFaWpr?= To: freebsd-questions@freebsd.org Date: Tue, 21 Feb 2006 21:24:13 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 21 Feb 2006 20:24:15.0338 (UTC) FILETIME=[C8C594A0:01C63724] Subject: Configuring multiple interface card in one box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 20:24:15 -0000 hallo sir, I have the privilge to use freebsd 5.4 release I have 3 network interface card installed in my box fxp0 with ip address 192.168.0.1 ether mac address: 00:90:27:ce:c3:00 xl0 with ip address 192.168.0.2 ether mac address: 00:10:4b:8c:9b:73 vx0 with ip address 192.168.0.3 ether mac address: 00:20:af:f7:5f:83 and default router is 192.168.0.10 Problem: pop up message feb 21 17:43:53 sun kernel: arp 192.168.0.10 is on fxp0 but got reply from 46:04:ed:10:08:33 on xl0 feb 21 17:44:58 sun kernel: arp 192.168.0.10 is on fxp0 but got reply from 46:04:ed:10:08:33 on vx0 please can somebody tell me what's going on and how I can fix it thank you in advanced. _________________________________________________________________ Nieuw op MSN Messenger 7.5: Dynamische achtergronden http://www1.imagine-msn.com/Messenger/Audio.aspx From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 20:29:36 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D50716A420 for ; Tue, 21 Feb 2006 20:29:36 +0000 (GMT) (envelope-from algould@datawok.com) Received: from elasmtp-junco.atl.sa.earthlink.net (elasmtp-junco.atl.sa.earthlink.net [209.86.89.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id F169F43D48 for ; Tue, 21 Feb 2006 20:29:35 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=grokwell.org) by elasmtp-junco.atl.sa.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1FBe8d-0000Zv-3e; Tue, 21 Feb 2006 15:29:35 -0500 Date: Tue, 21 Feb 2006 14:30:10 -0600 From: "Andrew L. Gould" To: elisabet lundvall Message-ID: <20060221143010.6c0b1899@grokwell.org> In-Reply-To: <8c045aa53e5a90ced573824a69678b83@abc.se> References: <8c045aa53e5a90ced573824a69678b83@abc.se> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcea1b4bd812293b6c617afa0ad789b715350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: freebsd-questions@FreeBSD.org Subject: Re: Free BSD on Macintosh OS 10.3.9 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 20:29:36 -0000 On Tue, 21 Feb 2006 21:14:17 +0100 elisabet lundvall wrote: > Hi, > can I use free BSD in my mac? I have Panther in my iBook, but there > is no BSD in it. > I tryed once to get it from the CD OS 10.2.3, but since it was older > than my updated > system OS 10.3.9 the system crashed! I need the BSD to try out the > Adobe program Indesign. > Do you know what I should do? > Yours > Elisabet Lundvall > Hi Elisabet, Adobe InDesign neither needs nor supports BSD. InDesign supports Windows 2000 (with Service Pack 3), Windows XP and Mac OS X versions 10.2.8 - 10.4.1. The full system requirements can be found using the link below. http://www.adobe.com/products/indesign/systemreqs.html Andrew Gould From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 20:29:55 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03DC616A426 for ; Tue, 21 Feb 2006 20:29:55 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id B425443D48 for ; Tue, 21 Feb 2006 20:29:54 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (cpe-72-132-244-217.san.res.rr.com [72.132.244.217]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k1LKTncp017403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Feb 2006 12:29:50 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060221122229.07651558@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 21 Feb 2006 12:29:22 -0800 To: Derek Ragona , Frank Bonnet , questions@freebsd.org From: Glenn Dawson In-Reply-To: <6.0.0.22.2.20060221141751.0272e1b0@mail.computinginnovatio ns.com> References: <43FB2CC1.7080603@esiee.fr> <6.0.0.22.2.20060221141751.0272e1b0@mail.computinginnovations.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: qpopper load heavily the machine ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 20:29:55 -0000 At 12:20 PM 2/21/2006, Derek Ragona wrote: >There are two options to running qpopper, on demand from inet, or >running all the time in "server mode". What you're referring to above is what qpopper calls "standalone mode". What qpopper calls server mode is something completely different. See pages 40-42 in the qpopper docs: http://www.eudora.com/download/eudora/qpopper/4.0/free/final/Qpopper.pdf -Glenn > Running it from inet can cause a load as inet will exec qpopper > on demand. I run qpopper in server mode with out seeing much load > on 5.X servers. > >Hope this helps. > > -Derek > >At 09:07 AM 2/21/2006, Frank Bonnet wrote: >>Hello >> >>I've experienced a problem with qpopper which seems to load >>the machine , I've replaced it with popa3d and the load have >>been impressively lowered. >> >>Any infos about this ? >>-- >>Frank Bonnet >>- Memory fault - where am I? - >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 20:31:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C33EA16A420 for ; Tue, 21 Feb 2006 20:31:42 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 760D543D4C for ; Tue, 21 Feb 2006 20:31:38 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (cpe-72-132-244-217.san.res.rr.com [72.132.244.217]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k1LKVbYe017435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Feb 2006 12:31:38 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060221123011.0390f460@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 21 Feb 2006 12:31:10 -0800 To: =?iso-8859-1?Q?H=E8rv=E9?= Simplice van der Eijk , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Configuring multiple interface card in one box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 20:31:42 -0000 At 12:24 PM 2/21/2006, H=E8rv=E9 Simplice van der Eijk wrote: >hallo sir, > >I have the privilge to use freebsd 5.4 release >I have 3 network interface card installed in my box > >fxp0 with ip address 192.168.0.1 ether mac address: 00:90:27:ce:c3:00 >xl0 with ip address 192.168.0.2 ether mac address: 00:10:4b:8c:9b:73 >vx0 with ip address 192.168.0.3 ether mac address: 00:20:af:f7:5f:83 > >and default router is 192.168.0.10 > >Problem: >pop up message >feb 21 17:43:53 sun kernel: arp 192.168.0.10 is=20 >on fxp0 but got reply from 46:04:ed:10:08:33 on xl0 >feb 21 17:44:58 sun kernel: arp 192.168.0.10 is=20 >on fxp0 but got reply from 46:04:ed:10:08:33 on vx0 > >please can somebody tell me what's going on and how I can fix it Don't run three network cards on the same network in the same system. -Glenn >thank you in advanced. > >_________________________________________________________________ >Nieuw op MSN Messenger 7.5: Dynamische=20 >achtergronden http://www1.imagine-msn.com/Messenger/Audio.aspx > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to= "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 20:31:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A19F16A420 for ; Tue, 21 Feb 2006 20:31:55 +0000 (GMT) (envelope-from ken@allenmyland.com) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 582DD43D6B for ; Tue, 21 Feb 2006 20:31:53 +0000 (GMT) (envelope-from ken@allenmyland.com) Received: from bserver.transpack.com ([68.80.195.248]) by comcast.net (rwcrmhc12) with ESMTP id <20060221203152m12001aeese>; Tue, 21 Feb 2006 20:31:52 +0000 Received: from localhost (localhost.transpack.com [127.0.0.1]) by bserver.transpack.com (Postfix) with ESMTP id 16E28B843; Tue, 21 Feb 2006 15:31:52 -0500 (EST) Received: from bserver.transpack.com ([127.0.0.1]) by localhost (bserver.transpack.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05028-02; Tue, 21 Feb 2006 15:31:50 -0500 (EST) Received: from [192.168.214.102] (kbuilt.transpack.com [192.168.214.102]) by bserver.transpack.com (Postfix) with ESMTP id AFAE9B842; Tue, 21 Feb 2006 15:31:49 -0500 (EST) Message-ID: <43FB78B5.3000604@allenmyland.com> Date: Tue, 21 Feb 2006 15:31:49 -0500 From: Ken Stevenson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: =?ISO-8859-1?Q?H=E8rv=E9_Simplice_van_der_Eijk?= References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at transpack.com Cc: freebsd-questions@freebsd.org Subject: Re: Configuring multiple interface card in one box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 20:31:55 -0000 Hèrvé Simplice van der Eijk wrote: > hallo sir, > > I have the privilge to use freebsd 5.4 release > I have 3 network interface card installed in my box > > fxp0 with ip address 192.168.0.1 ether mac address: 00:90:27:ce:c3:00 > xl0 with ip address 192.168.0.2 ether mac address: 00:10:4b:8c:9b:73 > vx0 with ip address 192.168.0.3 ether mac address: 00:20:af:f7:5f:83 > > and default router is 192.168.0.10 > > Problem: > pop up message > feb 21 17:43:53 sun kernel: arp 192.168.0.10 is on fxp0 but got reply > from 46:04:ed:10:08:33 on xl0 > feb 21 17:44:58 sun kernel: arp 192.168.0.10 is on fxp0 but got reply > from 46:04:ed:10:08:33 on vx0 > > please can somebody tell me what's going on and how I can fix it > > thank you in advanced. > Do you have a good reason for having multiple NIC's on the same LAN segment? If so, read this for an explanation: http://freebsdhowtos.com/102.html -- Ken Stevenson Allen-Myland Inc. From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 20:34:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E27A16A420 for ; Tue, 21 Feb 2006 20:34:46 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 414FE43D68 for ; Tue, 21 Feb 2006 20:34:43 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k1LKYTu47250; Tue, 21 Feb 2006 12:34:35 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Robert Slade" , Date: Tue, 21 Feb 2006 12:34:29 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <1140335174.19974.19.camel@lmail.bathnetworks.co.uk> Importance: Normal Cc: Subject: RE: Multiple DNS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 20:34:46 -0000 DNS lookups aren't being slow because you need a secondary DNS server. Something else in your network or in your configuration is wrong. We serve DNS for thousands of customers off of a pair of systems that are basically equivalent to pentium pro 200's with 128MB of ram. Keep in mind most Windows systems will not switch over to the secondary DNS server defined in their configuration unless traffic to the primary is kicked back with an icmp message host unreachable, or some such. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Robert Slade >Sent: Saturday, February 18, 2006 11:46 PM >To: freebsd-questions@freebsd.org >Subject: Multiple DNS > > >Hi, > >I am looking for some advice. I have a network which is based on a >number of servers running FreeBsd 6.0 serving Win XP work stations. (yes >I know but..) The network is large enough to use DHCP and DNS for the >internal network, I have setup a DHCP server with a Dynamic DNS (Bind 9) >on one of the servers. That server is handling the LDAP side of the >domain. > >There appears to be a fair bit of DNS Traffic which leads to a secondary >DNS being required to take some of the load as DNS lookup are slow. The >question I have is should I just setup a cashing DNS on another server >using the primary as a forwarder or even several servers eg the mail >server and the secondary LDAP server, or should I setup a proper >secondary DNS using my ISP as a forwarder with dynamic updates from the >primary. > >Sorry if this is a bit vague, but I have no experience in this area. > >Rob > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.375 / Virus Database: 267.15.12/265 - Release >Date: 2/20/2006 > From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 20:51:27 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE65E16A45B for ; Tue, 21 Feb 2006 20:51:27 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE49743D4C for ; Tue, 21 Feb 2006 20:51:26 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k1LKowNj061564; Tue, 21 Feb 2006 14:50:58 -0600 (CST) Message-Id: <6.0.0.22.2.20060221144944.02788990@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 21 Feb 2006 14:50:52 -0600 To: Glenn Dawson , Frank Bonnet , questions@freebsd.org From: Derek Ragona In-Reply-To: <7.0.1.0.2.20060221122229.07651558@antimatter.net> References: <43FB2CC1.7080603@esiee.fr> <6.0.0.22.2.20060221141751.0272e1b0@mail.computinginnovations.com> <7.0.1.0.2.20060221122229.07651558@antimatter.net> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: qpopper load heavily the machine ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 20:51:28 -0000 My mistake, sorry. I was referring to standalone mode. -Derek At 02:29 PM 2/21/2006, Glenn Dawson wrote: >At 12:20 PM 2/21/2006, Derek Ragona wrote: >>There are two options to running qpopper, on demand from inet, or running >>all the time in "server mode". > >What you're referring to above is what qpopper calls "standalone mode". > >What qpopper calls server mode is something completely different. > >See pages 40-42 in the qpopper docs: >http://www.eudora.com/download/eudora/qpopper/4.0/free/final/Qpopper.pdf > >-Glenn > >> Running it from inet can cause a load as inet will exec qpopper on >> demand. I run qpopper in server mode with out seeing much load on 5.X servers. >> >>Hope this helps. >> >> -Derek >> >>At 09:07 AM 2/21/2006, Frank Bonnet wrote: >>>Hello >>> >>>I've experienced a problem with qpopper which seems to load >>>the machine , I've replaced it with popa3d and the load have >>>been impressively lowered. >>> >>>Any infos about this ? >>>-- >>>Frank Bonnet >>>- Memory fault - where am I? - >>>_______________________________________________ >>>freebsd-questions@freebsd.org mailing list >>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 20:57:43 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92BA816A420 for ; Tue, 21 Feb 2006 20:57:43 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25FDE43D49 for ; Tue, 21 Feb 2006 20:57:42 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060221205742.DGWE7811.mta11.adelphia.net@default.chvlva.adelphia.net>; Tue, 21 Feb 2006 15:57:42 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 2F1A2B96C; Tue, 21 Feb 2006 15:57:52 -0500 (EST) Date: Tue, 21 Feb 2006 15:57:52 -0500 From: Parv To: Kristian Vaaf Message-ID: <20060221205751.GA1291@holestein.holy.cow> Mail-Followup-To: Kristian Vaaf , questions@freebsd.org References: <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no> Cc: questions@freebsd.org Subject: Re: Cool listing script (needs a fix) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 20:57:43 -0000 in message <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no>, wrote Kristian Vaaf thusly... > > > What's up everybody? > > When running this: > > -- > > #!/usr/local/bin/bash Would you please include anything non-signature before the '-- '? - Parv -- From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 21:21:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC3A816A420 for ; Tue, 21 Feb 2006 21:21:52 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [64.2.229.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D23043D45 for ; Tue, 21 Feb 2006 21:21:52 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by eskimo.tundraware.com (8.13.4/8.13.4) with ESMTP id k1LLLpBh034328 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Tue, 21 Feb 2006 15:21:54 -0600 (CST) (envelope-from tundra@tundraware.com) Message-ID: <43FB8466.6070904@tundraware.com> Date: Tue, 21 Feb 2006 15:21:42 -0600 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner: Found to be clean X-MailScanner-From: tundra@tundraware.com Subject: Trouble Making OpenOffice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 21:21:53 -0000 I know there have been problems building OO in the past, but I thought this was long in the rearview mirror. I am trying to build OO 2.02rc1 on FBSD 6.1-PRERELEASE. I see this error: ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.org-2.0/work/OOB680_m1/testtools/source/bridgetest dmake: Error code 1, while making 'build_instsetoo_native' Ideas anyone? -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 21:38:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF1B616A420 for ; Tue, 21 Feb 2006 21:38:17 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 496E043D45 for ; Tue, 21 Feb 2006 21:38:17 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060221213816.HANP7811.mta11.adelphia.net@barbish>; Tue, 21 Feb 2006 16:38:16 -0500 From: "fbsd_user" To: =?iso-8859-1?Q?H=E8rv=E9_Simplice_van_der_Eijk?= , Date: Tue, 21 Feb 2006 16:38:11 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Configuring multiple interface card in one box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 21:38:17 -0000 What the previous replies have been trying to tell you, is you have configured the ip address incorrectly for your Nic cards. The requirement is each Nic interface must be assigned it's own sub net. fxp0 with ip address 192.168.10.1 xl0 with ip address 192.168.20.1 vx0 with ip address 192.168.30.1 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Hèrvé Simplice van der Eijk Sent: Tuesday, February 21, 2006 3:24 PM To: freebsd-questions@freebsd.org Subject: Configuring multiple interface card in one box hallo sir, I have the privilge to use freebsd 5.4 release I have 3 network interface card installed in my box fxp0 with ip address 192.168.0.1 ether mac address: 00:90:27:ce:c3:00 xl0 with ip address 192.168.0.2 ether mac address: 00:10:4b:8c:9b:73 vx0 with ip address 192.168.0.3 ether mac address: 00:20:af:f7:5f:83 and default router is 192.168.0.10 Problem: pop up message feb 21 17:43:53 sun kernel: arp 192.168.0.10 is on fxp0 but got reply from 46:04:ed:10:08:33 on xl0 feb 21 17:44:58 sun kernel: arp 192.168.0.10 is on fxp0 but got reply from 46:04:ed:10:08:33 on vx0 please can somebody tell me what's going on and how I can fix it thank you in advanced. _________________________________________________________________ Nieuw op MSN Messenger 7.5: Dynamische achtergronden http://www1.imagine-msn.com/Messenger/Audio.aspx _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 21:40:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2861216A420 for ; Tue, 21 Feb 2006 21:40:42 +0000 (GMT) (envelope-from jim0266@yahoo.com) Received: from outbound-mail-38.bluehost.com (outbound-mail-38.bluehost.com [70.98.111.192]) by mx1.FreeBSD.org (Postfix) with SMTP id 886CC43D55 for ; Tue, 21 Feb 2006 21:40:41 +0000 (GMT) (envelope-from jim0266@yahoo.com) Received: (qmail 10002 invoked by uid 0); 21 Feb 2006 21:40:41 -0000 Received: from unknown (HELO box44.bluehost.com) (70.98.111.44) by mailproxy2.bluehost.com with SMTP; 21 Feb 2006 21:40:41 -0000 Received: from 254.muha.clvd.chcgil24.dsl.att.net ([12.100.23.254]) by box44.bluehost.com with esmtpa (Exim 4.52) id 1FBfFO-0005Qe-Hb for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 14:40:40 -0700 Received: from [192.168.0.157] (unknown [192.168.0.157]) by 254.muha.clvd.chcgil24.dsl.att.net (Postfix) with ESMTP id BEBB61F6B for ; Tue, 21 Feb 2006 16:40:36 -0500 (EST) Mime-Version: 1.0 Message-Id: Date: Tue, 21 Feb 2006 16:40:35 -0500 To: freebsd-questions@freebsd.org From: Jim Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box44.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - yahoo.com X-Source: X-Source-Args: X-Source-Dir: Subject: fetchmail core dumping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 21:40:42 -0000 spike# fetchmail -v fetchmail: WARNING: Running as root is discouraged. fetchmail: removing stale lockfile fetchmail: 6.3.2 querying 10.229.66.116 (protocol POP3) at Tue Feb 21 16:38:52 2006: poll started Segmentation fault (core dumped) Not sure what I can do to fix this. Any pointers greatly appreciated. Thanks, Jim From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 22:10:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3699F16A420 for ; Tue, 21 Feb 2006 22:10:26 +0000 (GMT) (envelope-from netdaemon@exemail.com.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EAE243D48 for ; Tue, 21 Feb 2006 22:10:24 +0000 (GMT) (envelope-from netdaemon@exemail.com.au) Received: (qmail 27551 invoked by uid 507); 22 Feb 2006 09:10:19 +1100 Received: from 98.67.233.220.exetel.com.au (HELO jshinotebook) (220.233.67.98) by jay.exetel.com.au with SMTP; 22 Feb 2006 09:10:19 +1100 Message-ID: <000a01c63733$73884cd0$0c32a8c0@netdaemon.com.au> From: "Jeffrey Shi" To: Date: Wed, 22 Feb 2006 09:09:14 +1100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: driver question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 22:10:26 -0000 Hi, I am new to freebsd. My question is for my motherboard and VGA CARD = to work with freebsd, should I use linux driver or unix driver? The = freebsd I am thinking to install is version 6.0. Thanks Jeffrey From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 22:18:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B73C416A420 for ; Tue, 21 Feb 2006 22:18:44 +0000 (GMT) (envelope-from freebsd@redry.net) Received: from luke.segpub.com.au (luke.segpub.com.au [64.49.254.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6FD43D46 for ; Tue, 21 Feb 2006 22:18:44 +0000 (GMT) (envelope-from freebsd@redry.net) Received: (qmail 12648 invoked by uid 89); 22 Feb 2006 09:18:44 +1100 Received: by simscan 1.1.0 ppid: 12612, pid: 12629, t: 1.3445s scanners: clamav: 0.87/m:34/d:1169 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on luke.segpub.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from unknown (HELO ?192.168.1.34?) (194.125.95.137) by 0 with SMTP; 22 Feb 2006 09:18:42 +1100 Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <8CADF325-24C1-4BF9-A101-8A11696E9CC3@redry.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd From: eoghan Date: Tue, 21 Feb 2006 22:18:39 +0000 X-Mailer: Apple Mail (2.746.2) Subject: portupgrade log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 22:18:44 -0000 Hello Im wondering if there is a log file generated by portupgrade and where i would find it? Thanks Eoghan From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 22:19:10 2006 Return-Path: X-Original-To: Freebsd-questions@freebsd.org Delivered-To: Freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAF0A16A456 for ; Tue, 21 Feb 2006 22:19:10 +0000 (GMT) (envelope-from ben@spooty.net) Received: from swift.swiftnames.com (swift.swiftnames.com [205.214.82.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763AD43D45 for ; Tue, 21 Feb 2006 22:19:10 +0000 (GMT) (envelope-from ben@spooty.net) Received: from cpc2-brig8-4-0-cust31.brig.cable.ntl.com ([86.10.171.31] helo=[192.168.1.101]) by swift.swiftnames.com with esmtpa (Exim 4.44) id 1FBfqa-000296-TL; Tue, 21 Feb 2006 15:19:05 -0700 From: Ben Paley To: Freebsd-questions@freebsd.org Date: Tue, 21 Feb 2006 22:18:57 +0000 User-Agent: KMail/1.9.1 References: <200602202339.44245.ben@spooty.net> <200602210724.39754.ben@spooty.net> <444q2splud.fsf@be-well.ilk.org> In-Reply-To: <444q2splud.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602212218.58141.ben@spooty.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - swift.swiftnames.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spooty.net X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions-local@be-well.ilk.org Subject: Re: tar segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 22:19:10 -0000 On Tuesday 21 February 2006 19:12, Lowell Gilbert wrote: > Ben Paley writes: > > Sorry. left off some information that might come in handy! > > > > me$ uname -srm > > FreeBSD 6.0-STABLE i386 > > me$ pkg_info | grep tar > > gtar-1.15.1_1 GNU version of the traditional tar archiver > > startup-notification-0.8_1 Library that supports startup notification > > spec from freede > > You're obviously not *using* gnu tar, because you would be getting > errors on the -l option if you were. Yup, looks like I'm using bsdtar From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 22:28:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5187216A420 for ; Tue, 21 Feb 2006 22:28:20 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C7243D73 for ; Tue, 21 Feb 2006 22:28:14 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k1LMPiig038806; Tue, 21 Feb 2006 16:26:10 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <43FB935E.4090903@daleco.biz> Date: Tue, 21 Feb 2006 16:25:34 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeffrey Shi References: <000f01c636e1$b4544180$0b46a8c0@netdaemon.com.au> In-Reply-To: <000f01c636e1$b4544180$0b46a8c0@netdaemon.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: just driver question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 22:28:20 -0000 Jeffrey Shi wrote: >Hi, I am new to freebsd. My question is for my >motherboard and VGA CARD to work with freebsd, >should I use linux driver or unix driver? The >freebsd I am thinking to install is version 6.0. > >Thanks > >Jeffrey > > Hi, Jeffrey, and welcome to FreeBSD. The answer to "should I use linux driver or unix driver" is: "neither". FreeBSD includes drivers that allow it to work on much of the hardware available today, as well as many "legacy" systems. It's generally not necessary to download or install any "extra" drivers (though a few are available); occasionally we do have to specifically instruct the system which ones to load, though. You *should* read this, though: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/hardware.html which includes a brief explanation and some links that should help you with your question. After reading these, you might come back and ask some opinions about your hardware; but, usually, FreeBSD Just Works(tm). There are "quid pro quos" ... internal modems without their own processor are generally not supported. There are, from time to time, reports of various bugs with some new hardware type that cause some problems (some SATA Raid controllers, lately, I *think*). Support for some rather old processors has lately been removed IIRC (*). And, one other alternative ... you could just back up your data and try it out. However, I'd really recommend that you study the Handbook (www.freebsd.org/handbook) a bit first. Unless you've used some Unix-like operating system before, FreeBSD can seem a little 'backwards' --- it's not, but the learning curve is a little steep to really get it to perform as a desktop system. That said, I converted my desktop system to FBSD in the fall of 2004 and haven't looked back. I've only found a very few things that I can't do just as well without paying my Microsoft tax..... YMMV. Kevin Kinsey -- It gets late early out there. -- Yogi Berra * I'm sure that I could be wrong and someone may correct me on this ... but there was some discussion, I'm quite certain, and little objection to whatever-it-was.... From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 22:41:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFFF016A420 for ; Tue, 21 Feb 2006 22:41:33 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F23243D46 for ; Tue, 21 Feb 2006 22:41:33 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from PC02.xxiii.com (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.4/8.13.4) with ESMTP id k1LMfSj5000757; Tue, 21 Feb 2006 17:41:28 -0500 (EST) (envelope-from wc_fbsd@xxiii.com) From: wc_fbsd@xxiii.com Message-Id: <6.2.5.6.2.20060221172421.03822988@xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Tue, 21 Feb 2006 17:41:30 -0500 To: "Jeffrey Shi" , In-Reply-To: <000a01c63733$73884cd0$0c32a8c0@netdaemon.com.au> References: <000a01c63733$73884cd0$0c32a8c0@netdaemon.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: driver question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 22:41:34 -0000 At 05:09 PM 2/21/2006, Jeffrey Shi wrote: >Hi, I am new to freebsd. My question is for my motherboard and VGA >CARD to work with freebsd, should I use linux driver or unix >driver? The freebsd I am thinking to install is version 6.0. What do you plan to run on this system? Any video card is supported in plain VGA mode. You don't need a driver unless you're trying to get X-windows running. There's a how-to on the web site or the online handbook. -Wayne From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 22:54:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A7016A422 for ; Tue, 21 Feb 2006 22:54:51 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (c-67-168-241-176.hsd1.or.comcast.net [67.168.241.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6085D43D45 for ; Tue, 21 Feb 2006 22:54:51 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.13.4/8.13.4) with ESMTP id k1LMsol6010124 for ; Tue, 21 Feb 2006 14:54:50 -0800 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.13.4/8.13.4/Submit) with UUCP id k1LMsokl010121 for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 14:54:50 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id WAA03728; Tue, 21 Feb 2006 22:50:30 GMT Message-Id: <200602212250.WAA03728@sopwith.solgatos.com> To: freebsd-questions@freebsd.org Date: Tue, 21 Feb 2006 14:50:30 +0000 From: Dieter Subject: Re: tar segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 22:54:51 -0000 > When source/usr/home/me/public_html is empty then it runs fine. But when I put > any links in, tar dies with a segmentation fault. > > Has anyone got any ideas why? > Yup, looks like I'm using bsdtar Now that you know which tar you're using, :-) time to drag out the standard debugging process for segmentation faults. 1) get the sources 2) compile, adding "-g" 2a) If you get any compiler warnings, fix them and send the diffs to the maintainer. Often fixing the compiler warnings will fix a seg fault. 3) Try it again. If it still seg faults, run it under a debugger and get a stack backtrace. From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 23:10:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4879A16A420 for ; Tue, 21 Feb 2006 23:10:20 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id D43BE43D48 for ; Tue, 21 Feb 2006 23:10:19 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k1LNAD0K086802 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 21 Feb 2006 15:10:13 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k1LNACNJ086801; Tue, 21 Feb 2006 15:10:12 -0800 (PST) (envelope-from james) Date: Tue, 21 Feb 2006 15:10:12 -0800 From: James Long To: freebsd-questions@freebsd.org, Tim Daneliuk Message-ID: <20060221231012.GA86433@ns.museum.rain.com> References: <20060221173213.6933B16A42A@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060221173213.6933B16A42A@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Cc: Subject: Re: Path And 'cron' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 23:10:20 -0000 > Date: Tue, 21 Feb 2006 09:25:11 -0600 > From: Tim Daneliuk > Subject: Re: Path And 'cron' > To: Warren Block > Cc: freebsd-questions@freebsd.org > Message-ID: <43FB30D7.5080509@tundraware.com> > > The problem in this case is that it is not a shell script I own > or maintain - it is the shell script provided with 'nessus' to update > its plugins. I could certainly modify the script, but then I'd have > to remember to do this every time I upgraded the program. I prefer > "fire and forget" solutions that take care of themselves automatically. > Hence my desire to be able to change the default path cron uses in > some config file.... Forgive me for missing the early parts of this thread, but why not just put a PATH directive in your crontab? From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 23:30:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D471416A420 for ; Tue, 21 Feb 2006 23:30:05 +0000 (GMT) (envelope-from tino.boss.1@students.unibe.ch) Received: from mail02.solnet.ch (mail02.solnet.ch [212.101.4.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B61043D45 for ; Tue, 21 Feb 2006 23:30:04 +0000 (GMT) (envelope-from tino.boss.1@students.unibe.ch) Received: from mail02.solnet.ch ([127.0.0.1]) by localhost (mail02.solnet.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 85781-01-62; Tue, 21 Feb 2006 23:30:03 +0000 (UTC) Received: from [192.168.1.102] (212-41-68-212.adsl.solnet.ch [212.41.68.212]) by mail02.solnet.ch (Postfix) with ESMTP id 105355C9C8; Tue, 21 Feb 2006 23:30:02 +0000 (UTC) Message-ID: <43FBA2C0.9000207@students.unibe.ch> Date: Wed, 22 Feb 2006 00:31:12 +0100 From: Tino Boss User-Agent: Thunderbird 1.5 (X11/20060216) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail02.solnet.ch Cc: Tsu-Fan Cheng Subject: Re: dvdrip question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 23:30:05 -0000 Tsu-Fan Cheng wrote: > amd64 >dvdrip > [filterlist] (re)scanning transcode's module path > /usr/local/lib/transcode... > I have the same on 5.4. regards From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 23:40:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D43F16A420 for ; Tue, 21 Feb 2006 23:40:35 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F8543D49 for ; Tue, 21 Feb 2006 23:40:34 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id a4so891928nfc for ; Tue, 21 Feb 2006 15:40:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YQZU4VTiyPlRzjp2F7DWO7KSHtg5EvJpndZle4/paa1ty3DLVNgiMUYlOaR1/QyoJUroxVbPHrIQbtA1DQ168R0pdIxZlmvN0tjLfmo+W26/pXn5xr4jmGvgF0cgbpf2DQx0nkFTmzMFN7JlZyj8dxS2cZw0pd9bJhdX2TvrfDM= Received: by 10.49.10.15 with SMTP id n15mr1357795nfi; Tue, 21 Feb 2006 15:40:33 -0800 (PST) Received: by 10.48.108.10 with HTTP; Tue, 21 Feb 2006 15:40:33 -0800 (PST) Message-ID: <5ceb5d550602211540y35965beerab41ef7b2ca0a730@mail.gmail.com> Date: Wed, 22 Feb 2006 00:40:33 +0100 From: "Daniel A." To: "Tsu-Fan Cheng" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: dvdrip question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 23:40:35 -0000 "man dvdrip"? On 2/3/06, Tsu-Fan Cheng wrote: > hi, > this is a bit embarrassing.. I installed dvdrip from port (freebsd6.0/a= md64), > and I didn't know what to do next... when I run: dvdrip, it only gives: > > amd64 >dvdrip > [filterlist] (re)scanning transcode's module path > /usr/local/lib/transcode... > > for a very long time and won't stop. what should I do? thanks! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 23:50:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA7D016A420 for ; Tue, 21 Feb 2006 23:50:01 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 549BD43D45 for ; Tue, 21 Feb 2006 23:50:01 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-247.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.247]) by smtp02.mrf.mail.rcn.net with ESMTP; 21 Feb 2006 18:49:58 -0500 X-IronPort-AV: i="4.02,135,1139202000"; d="scan'208"; a="207588430:sNHT30227648" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17403.42561.509597.823417@jerusalem.litteratus.org> Date: Tue, 21 Feb 2006 18:46:09 -0500 To: freebsd In-Reply-To: <8CADF325-24C1-4BF9-A101-8A11696E9CC3@redry.net> References: <8CADF325-24C1-4BF9-A101-8A11696E9CC3@redry.net> X-Mailer: VM 7.17 under 21.5 (beta24) "dandelion" XEmacs Lucid Subject: portupgrade log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 23:50:01 -0000 eoghan writes: > Im wondering if there is a log file generated by portupgrade and > where i would find it? If you mean generated by portupgrade and separate from what is printed to stdout/stderr, then not as far as I know. There are certain options which appear to affect how the logs from certain make sessions are treated, but I have never used them. It is always possible to capture the output of a portupgrade run to disk using the shell. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 23:59:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C89D16A423 for ; Tue, 21 Feb 2006 23:59:57 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D42D43D46 for ; Tue, 21 Feb 2006 23:59:56 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: by zproxy.gmail.com with SMTP id x7so1292295nzc for ; Tue, 21 Feb 2006 15:59:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=h//vdrTm95FwBxJftIaKTo7jx/1O9+NxZ+kEDFaTjiqTGzOVMvjGI7fFtJDaS4AdGPnmj9u/vMJfSpnF1+V/78YxlGOnf/oFO+oaXsKiaBrWZDw/fJsX3WBa+VjgLmINryc+7NXOGx8ARHjmon2fnwK/DMjjvgdUfc36j8k1SZc= Received: by 10.36.22.20 with SMTP id 20mr5417820nzv; Tue, 21 Feb 2006 15:59:55 -0800 (PST) Received: from netvista.network ( [71.214.204.80]) by mx.gmail.com with ESMTP id 15sm9065336nzn.2006.02.21.15.59.55; Tue, 21 Feb 2006 15:59:55 -0800 (PST) From: Andrew To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Tue, 21 Feb 2006 17:59:14 -0600 Message-Id: <1140566354.625.30.camel@netvista.network> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: using Realplayer codecs with mplayer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 23:59:57 -0000 Hello, Please correct me if this is not the best place to post this question; it wasn't clear to me if it belonged on the 'multimedia' list or not... I'd like to be able to use mplayer to play Realmedia files (more specifically, streaming audio), but I can't seem to get it working under FreeBSD. I have mplayer, realplayer and the win32-codecs ports installed. mplayer and realplayer both work great, but mplayer refuses to play Realaudio streams. It fails with the error: Win32 LoadLibrary failed to load: avisynth.dll,/usr/local/lib/win32/avisynth.dll,/usr/lib/win32/avisynth.dll On a hunch, I grabbed the latest (stable) codecs from mplayerhq.hu, and extracted them into /usr/local/lib/win32, but it doesn't include this dll either. So, I suppose my question is: Will mplayer, if set up correctly, play realaudio files, or is this not possible since realplayer is being run under Linux emulation? Thanks for any info or pointers to relevant posts or documentation... -Andrew From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 00:08:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A2E16A420 for ; Wed, 22 Feb 2006 00:08:39 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E0343D49 for ; Wed, 22 Feb 2006 00:08:38 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-247.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.247]) by smtp02.mrf.mail.rcn.net with ESMTP; 21 Feb 2006 19:08:38 -0500 X-IronPort-AV: i="4.02,135,1139202000"; d="scan'208"; a="207593595:sNHT268587276" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17403.43681.607154.341869@jerusalem.litteratus.org> Date: Tue, 21 Feb 2006 19:04:49 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <1140566354.625.30.camel@netvista.network> References: <1140566354.625.30.camel@netvista.network> X-Mailer: VM 7.17 under 21.5 (beta24) "dandelion" XEmacs Lucid Subject: using Realplayer codecs with mplayer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 00:08:39 -0000 Andrew writes: > So, I suppose my question is: Will mplayer, if set up correctly, > play realaudio files, I believe I have done so - by accident - within the past 24 hours. Which realmedia type and version I cannot remember. However, even so I would default to RealPlayer 10 (even under comaptibility) over mplayer. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 00:10:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F085716A420 for ; Wed, 22 Feb 2006 00:10:50 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from mail.mrburak.net (203-217-17-178.perm.iinet.net.au [203.217.17.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F17743D45 for ; Wed, 22 Feb 2006 00:10:50 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from [127.0.0.1] (schultz.mrburak.net [10.20.0.11]) by mail.mrburak.net (Postfix) with ESMTP id 7291322833 for ; Wed, 22 Feb 2006 11:10:48 +1100 (EST) Message-ID: <43FBAC07.7060905@mrburak.net> Date: Wed, 22 Feb 2006 11:10:47 +1100 From: Richard Burakowski User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd References: <8CADF325-24C1-4BF9-A101-8A11696E9CC3@redry.net> <17403.42561.509597.823417@jerusalem.litteratus.org> In-Reply-To: <17403.42561.509597.823417@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: portupgrade log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 00:10:51 -0000 eoghan writes: > > >> Im wondering if there is a log file generated by portupgrade and >> where i would find it? >> >> see PORTUPGRADE_ARGS in pkgtools.conf From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 00:15:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D96D716A422 for ; Wed, 22 Feb 2006 00:15:02 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60012.mail.yahoo.com (web60012.mail.yahoo.com [209.73.178.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 42EFE43D45 for ; Wed, 22 Feb 2006 00:15:02 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 70944 invoked by uid 60001); 22 Feb 2006 00:15:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=nKTaP9sNtRVwI7eRTu4Dk+4vbzUMjdarv5FnjhfDK6/yKI6mBUHtxpNShkr+S6Mpnkhu0Xd8MVGXb1qj1bfql8pfIQ2UHAMp6qz7oANuIt2LQYd8iCogWUI7VsTZPZ8bVY8ht2p3M0JRc+ZIFoXWm9aBjY7B3ZJiaZ9XE/5dKkY= ; Message-ID: <20060222001500.70940.qmail@web60012.mail.yahoo.com> Received: from [216.252.84.118] by web60012.mail.yahoo.com via HTTP; Tue, 21 Feb 2006 19:15:00 EST Date: Tue, 21 Feb 2006 19:15:00 -0500 (EST) From: Peter To: freebsd In-Reply-To: <17403.42561.509597.823417@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: portupgrade log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 00:15:03 -0000 --- Robert Huff wrote: > > eoghan writes: > > > Im wondering if there is a log file generated by portupgrade and > > where i would find it? > > If you mean generated by portupgrade and separate from what is > printed to stdout/stderr, then not as far as I know. There are > certain options which appear to affect how the logs from certain > make sessions are treated, but I have never used them. > It is always possible to capture the output of a portupgrade > run to disk using the shell. Have you tried portmanager? It allows for simple logging. It may be what you're looking for. I have replaced portupgrade with this tool and I am quite satisfied. __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 00:19:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB45C16A420 for ; Wed, 22 Feb 2006 00:19:41 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4501A43D48 for ; Wed, 22 Feb 2006 00:19:41 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1290282nzo for ; Tue, 21 Feb 2006 16:19:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=fuqIHB9IOpgo18sXefflxj4em98sni01LQPR7q+721zWs+u/ECQKbzqP1tniFcJYk3ISKDyYG/wvrpOx3Hpy6BeI+a1VFpMnNkUVSY8EE1BU6NsQdDAagrulgzAXpH+dfGiimZi0kJF9DsH6fiEYR/nSzNbwtnd4BWlnti9dEPQ= Received: by 10.36.250.45 with SMTP id x45mr2246392nzh; Tue, 21 Feb 2006 16:19:40 -0800 (PST) Received: from netvista.network ( [71.214.204.80]) by mx.gmail.com with ESMTP id 34sm11744894nza.2006.02.21.16.19.39; Tue, 21 Feb 2006 16:19:40 -0800 (PST) From: Andrew To: Robert Huff In-Reply-To: <17403.43681.607154.341869@jerusalem.litteratus.org> References: <1140566354.625.30.camel@netvista.network> <17403.43681.607154.341869@jerusalem.litteratus.org> Content-Type: text/plain Date: Tue, 21 Feb 2006 18:18:58 -0600 Message-Id: <1140567538.625.36.camel@netvista.network> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: using Realplayer codecs with mplayer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 00:19:41 -0000 On Tue, 2006-02-21 at 19:04 -0500, Robert Huff wrote: > Andrew writes: > > > So, I suppose my question is: Will mplayer, if set up correctly, > > play realaudio files, > > I believe I have done so - by accident - within the past 24 > hours. Which realmedia type and version I cannot remember. > However, even so I would default to RealPlayer 10 (even under > comaptibility) over mplayer. > > > Robert Huff Well, yes, RealPlayer works great for playing streams, but the ultimate goal is to archive audio streams; i.e. download, and re-encode them in another format. This is, admittedly, somewhat of a gray area, but I cannot see it as being immoral if they are for my personal use. I have done it with Slackware, mplayer, and realplayer, but I'd rather not have another OS around just for this (seemingly) simple task. -Andrew From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 00:29:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A970C16A420 for ; Wed, 22 Feb 2006 00:29:04 +0000 (GMT) (envelope-from balgaa@mongol.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C50C43D46 for ; Wed, 22 Feb 2006 00:29:00 +0000 (GMT) (envelope-from balgaa@mongol.net) Received: from [202.179.26.143] (helo=JACK) by publicd.ub.mng.net with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FBhuh-00049i-Ap for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 08:31:28 +0800 Message-ID: <001f01c63747$a79d08d0$0201000a@JACK> From: "Balgansuren Batsukh" To: Date: Wed, 22 Feb 2006 08:33:51 +0800 Organization: Bolsoft Co., Ltd MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: IBM x236 with ServeRAID-7k/7t X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Balgansuren Batsukh List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 00:29:04 -0000 Hello, We installed FreeBSD-6.0-RELEASE and cvsuped to STABLE. We configured machine as IPFW+NAT and installed = SQUID+SQUIDGUARD+DANSGUARDIAN. It works well under light load, but on heavy load suddenly no response = whole machine. We guess FreeBSD-6.0 doesn't support ServeRaid-7k/7t on IBM eSeries x236 = server. It only can detect as SCSI controller, not as RAID controller. Following dmesg: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Feb 20 18:10:22 gateway kernel: Copyright (c) 1992-2006 The FreeBSD = Project. Feb 20 18:10:22 gateway kernel: Copyright (c) 1979, 1980, 1983, 1986, = 1988, 1989, 1991, 1992, 1993, 1994 Feb 20 18:10:22 gateway kernel: The Regents of the University of = California. All rights reserved. Feb 20 18:10:22 gateway kernel: FreeBSD 6.1-PRERELEASE #2: Fri Feb 17 = 10:27:20 ULAT 2006 Feb 20 18:10:22 gateway kernel: = munkhbaatar@gateway.emc.erdnet.mn:/usr/obj/usr/src/sys/MYKERNEL Feb 20 18:10:22 gateway kernel: Timecounter "i8254" frequency 1193182 Hz = quality 0 Feb 20 18:10:22 gateway kernel: CPU: Intel(R) Xeon(TM) CPU 3.00GHz = (3000.12-MHz 686-class CPU) Feb 20 18:10:22 gateway kernel: Origin =3D "GenuineIntel" Id =3D 0xf43 = Stepping =3D 3 Feb 20 18:10:22 gateway kernel: = Features=3D0xbfebfbff Feb 20 18:10:22 gateway kernel: = Features2=3D0x641d> Feb 20 18:10:22 gateway kernel: AMD Features=3D0x20000000 Feb 20 18:10:22 gateway kernel: Hyperthreading: 2 logical CPUs Feb 20 18:10:22 gateway kernel: real memory =3D 2147270656 (2047 MB) Feb 20 18:10:22 gateway kernel: avail memory =3D 2096418816 (1999 MB) Feb 20 18:10:22 gateway kernel: ACPI APIC Table: Feb 20 18:10:22 gateway kernel: ioapic2 irqs 48-71 on = motherboard Feb 20 18:10:22 gateway kernel: ioapic1 irqs 24-47 on = motherboard Feb 20 18:10:22 gateway kernel: ioapic0 irqs 0-23 on = motherboard Feb 20 18:10:22 gateway kernel: npx0: [FAST] Feb 20 18:10:22 gateway kernel: npx0: on motherboard Feb 20 18:10:22 gateway kernel: npx0: INT 16 interface Feb 20 18:10:22 gateway kernel: acpi0: on motherboard Feb 20 18:10:22 gateway kernel: acpi_bus_number: can't get _ADR Feb 20 18:10:22 gateway last message repeated 17 times Feb 20 18:10:22 gateway kernel: acpi0: Power Button (fixed) Feb 20 18:10:22 gateway kernel: acpi_bus_number: can't get _ADR Feb 20 18:10:22 gateway kernel: acpi_bus_number: can't get _ADR Feb 20 18:10:22 gateway kernel: Timecounter "ACPI-fast" frequency = 3579545 Hz quality 1000 Feb 20 18:10:22 gateway kernel: acpi_timer0: <24-bit timer at = 3.579545MHz> port 0x588-0x58b on acpi0 Feb 20 18:10:22 gateway kernel: cpu0: on acpi0 Feb 20 18:10:22 gateway kernel: pcib0: on acpi0 Feb 20 18:10:22 gateway kernel: pci0: on pcib0 Feb 20 18:10:22 gateway kernel: pci0: at device 0.1 (no driver = attached) Feb 20 18:10:22 gateway kernel: pcib1: at device = 2.0 on pci0 Feb 20 18:10:22 gateway kernel: pci2: on pcib1 Feb 20 18:10:22 gateway kernel: pcib2: at device = 0.0 on pci2 Feb 20 18:10:22 gateway kernel: pci3: on pcib2 Feb 20 18:10:22 gateway kernel: ahd0: port 0x4000-0x40ff,0x4100-0x41ff mem 0xcfffe000- 0xcfffffff irq 30 at device 7.0 on pci3 Feb 20 18:10:22 gateway kernel: ahd0: [GIANT-LOCKED] Feb 20 18:10:22 gateway kernel: aic7902: Ultra320 Wide Channel A, SCSI = Id=3D7, PCI-X 67-100Mhz, 512 SCBs Feb 20 18:10:22 gateway kernel: ahd1: port 0x4200-0x42ff,0x4300-0x43ff mem 0xcfffc000- 0xcfffdfff irq 31 at device 7.1 on pci3 Feb 20 18:10:22 gateway kernel: ahd1: [GIANT-LOCKED] Feb 20 18:10:22 gateway kernel: aic7902: Ultra320 Wide Channel B, SCSI = Id=3D7, PCI-X 67-100Mhz, 512 SCBs Feb 20 18:10:22 gateway kernel: pcib3: mem = 0xcdfff000-0xcdffffff at device 0.2 on pci2 Feb 20 18:10:22 gateway kernel: pci4: on pcib3 Feb 20 18:10:22 gateway kernel: pcib4: at device = 4.0 on pci0 Feb 20 18:10:22 gateway kernel: pci6: on pcib4 Feb 20 18:10:22 gateway kernel: bge0: mem 0xcbbf0000-0xcbbfffff irq 16 a t device 0.0 on pci6 Feb 20 18:10:22 gateway kernel: miibus0: on bge0 Feb 20 18:10:22 gateway kernel: brgphy0: = on miibus0 Feb 20 18:10:22 gateway kernel: brgphy0: 10baseT, 10baseT-FDX, = 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto Feb 20 18:10:22 gateway kernel: bge0: Ethernet address: = 00:11:25:e8:42:78 Feb 20 18:10:22 gateway kernel: pcib5: at device = 5.0 on pci0 Feb 20 18:10:22 gateway kernel: pci7: on pcib5 Feb 20 18:10:22 gateway kernel: bge1: mem 0xc9ff0000-0xc9ffffff irq 16 a t device 0.0 on pci7 Feb 20 18:10:22 gateway kernel: miibus1: on bge1 Feb 20 18:10:22 gateway kernel: brgphy1: = on miibus1 Feb 20 18:10:22 gateway kernel: brgphy1: 10baseT, 10baseT-FDX, = 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto Feb 20 18:10:22 gateway kernel: bge1: Ethernet address: = 00:11:25:e8:42:79 Feb 20 18:10:22 gateway kernel: pcib6: at device = 6.0 on pci0 Feb 20 18:10:22 gateway kernel: pci8: on pcib6 Feb 20 18:10:22 gateway kernel: pcib7: at device = 7.0 on pci0 Feb 20 18:10:22 gateway kernel: pci9: on pcib7 Feb 20 18:10:22 gateway kernel: pci0: at device 8.0 = (no driver attached) Feb 20 18:10:22 gateway kernel: uhci0: port 0x2200-0x221f irq 16 at device 29.0 on pci0 Feb 20 18:10:22 gateway kernel: uhci0: [GIANT-LOCKED] Feb 20 18:10:22 gateway kernel: usb0: on uhci0 Feb 20 18:10:22 gateway kernel: usb0: USB revision 1.0 Feb 20 18:10:22 gateway kernel: uhub0: Intel UHCI root hub, class 9/0, = rev 1.00/1.00, addr 1 Feb 20 18:10:22 gateway kernel: uhub0: 2 ports with 2 removable, self = powered Feb 20 18:10:22 gateway kernel: uhci1: port 0x2600-0x261f irq 19 at device 29.1 on pci0 Feb 20 18:10:22 gateway kernel: uhci1: [GIANT-LOCKED] Feb 20 18:10:22 gateway kernel: usb1: on uhci1 Feb 20 18:10:22 gateway kernel: usb1: USB revision 1.0 Feb 20 18:10:22 gateway kernel: uhub1: Intel UHCI root hub, class 9/0, = rev 1.00/1.00, addr 1 Feb 20 18:10:22 gateway kernel: uhub1: 2 ports with 2 removable, self = powered Feb 20 18:10:22 gateway kernel: ehci0: mem 0xf0000000-0xf00003ff irq 23 at device 29.7 on pci0 Feb 20 18:10:22 gateway kernel: ehci0: [GIANT-LOCKED] Feb 20 18:10:22 gateway kernel: usb2: EHCI version 1.0 Feb 20 18:10:22 gateway kernel: usb2: companion controllers, 2 ports = each: usb0 usb1 Feb 20 18:10:22 gateway kernel: usb2: on ehci0 Feb 20 18:10:22 gateway kernel: usb2: USB revision 2.0 Feb 20 18:10:22 gateway kernel: uhub2: Intel EHCI root hub, class 9/0, = rev 2.00/1.00, addr 1 Feb 20 18:10:22 gateway kernel: uhub2: 4 ports with 4 removable, self = powered Feb 20 18:10:22 gateway kernel: pcib8: at device = 30.0 on pci0 Feb 20 18:10:22 gateway kernel: pci1: on pcib8 Feb 20 18:10:22 gateway kernel: pci1: at device 6.0 (no = driver attached) Feb 20 18:10:22 gateway kernel: isab0: at device 31.0 = on pci0 Feb 20 18:10:22 gateway kernel: isa0: on isab0 Feb 20 18:10:22 gateway kernel: atapci0: = port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x480-0x48f at device 31.1 on pci0 Feb 20 18:10:22 gateway kernel: ata0: on atapci0 Feb 20 18:10:22 gateway kernel: ata1: on atapci0 Feb 20 18:10:22 gateway kernel: pci0: at device 31.3 = (no driver attached) Feb 20 18:10:22 gateway kernel: atkbdc0: = port 0x64,0x60 irq 1 on acpi0 Feb 20 18:10:22 gateway kernel: atkbd0: irq 1 on atkbdc0 Feb 20 18:10:22 gateway kernel: atkbd: unable to set the command byte. Feb 20 18:10:22 gateway kernel: kbd0 at atkbd0 Feb 20 18:10:22 gateway kernel: atkbd0: [GIANT-LOCKED] Feb 20 18:10:22 gateway kernel: psm0: unable to set the command byte. Feb 20 18:10:22 gateway kernel: fdc0: port = 0x3f0-0x3f5 irq 6 drq 2 on acpi0 Feb 20 18:10:22 gateway kernel: fdc0: [FAST] Feb 20 18:10:22 gateway kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive = 0 Feb 20 18:10:22 gateway kernel: sio0: <16550A-compatible COM port> port = 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 Feb 20 18:10:22 gateway kernel: sio0: type 16550A Feb 20 18:10:22 gateway kernel: sio1: <16550A-compatible COM port> port = 0x2f8-0x2ff irq 3 on acpi0 Feb 20 18:10:22 gateway kernel: sio1: type 16550A Feb 20 18:10:22 gateway kernel: orm0: at iomem = 0xc0000-0xcafff,0xcb000-0xcc7ff,0xcc800-0xcdfff on isa0 Feb 20 18:10:22 gateway kernel: sc0: at flags 0x100 on = isa0 Feb 20 18:10:22 gateway kernel: sc0: VGA <16 virtual consoles, = flags=3D0x300> Feb 20 18:10:22 gateway kernel: vga0: at port = 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Feb 20 18:10:22 gateway kernel: Timecounter "TSC" frequency 3000121365 = Hz quality 800 Feb 20 18:10:22 gateway kernel: Timecounters tick every 1.000 msec Feb 20 18:10:22 gateway kernel: ipfw2 (+ipv6) initialized, divert = loadable, rule-based forwarding disabled, default to deny, l ogging limited to 100 packets/entry by default Feb 20 18:10:22 gateway kernel: Waiting 5 seconds for SCSI devices to = settle Feb 20 18:10:22 gateway kernel: acd0: CDROM at ata0-master UDMA33 Feb 20 18:10:22 gateway kernel: ses0 at ahd1 bus 0 target 8 lun 0 Feb 20 18:10:22 gateway kernel: ses0: Fixed = Processor SCSI-2 device Feb 20 18:10:22 gateway kernel: ses0: 3.300MB/s transfers Feb 20 18:10:22 gateway kernel: ses0: SAF-TE Compliant Device Feb 20 18:10:22 gateway kernel: da0 at ahd1 bus 0 target 0 lun 0 Feb 20 18:10:22 gateway kernel: da0: Fixed = Direct Access SCSI-3 device Feb 20 18:10:22 gateway kernel: da0: 320.000MB/s transfers (160.000MHz, = offset 63, 16bit), Tagged Queueing Enabled Feb 20 18:10:22 gateway kernel: da0: 140014MB (286749480 512 byte = sectors: 255H 63S/T 17849C) Feb 20 18:10:22 gateway kernel: Trying to mount root from = ufs:/dev/da0s1a Feb 20 18:10:22 gateway savecore: no dumps found Feb 20 18:10:23 gateway kernel: bge0: link state changed to UP Feb 20 18:10:24 gateway kernel: bge1: link state changed to UP Feb 20 18:10:24 gateway squid[672]: Squid Parent: child process 674 = started Feb 20 18:10:28 gateway kernel: logo_saver: the console does not support = M_VGA_CG320 Feb 20 18:10:28 gateway kernel: module_register_init: MOD_LOAD = (logo_saver, 0xc6b7c9d8, 0) error 19 Feb 20 18:11:55 gateway kernel: ahd1: Recovery Initiated - Card was not = paused Feb 20 18:11:55 gateway kernel: >>>>>>>>>>>>>>>>>> Dump Card State = Begins <<<<<<<<<<<<<<<<< Feb 20 18:11:55 gateway kernel: ahd1: Dumping Card State at program = address 0x23 Mode 0x11 Feb 20 18:11:55 gateway kernel: INTSTAT[0x0] SELOID[0x0] SELID[0x0] = HS_MAILBOX[0x0] Feb 20 18:11:55 gateway kernel: INTCTL[0x80]:(SWTMINTMASK) = SEQINTSTAT[0x0] SAVED_MODE[0x11] Feb 20 18:11:55 gateway kernel: = DFFSTAT[0x33]:(CURRFIFO_NONE|FIFO0FREE|FIFO1FREE) Feb 20 18:11:55 gateway kernel: SCSISIGI[0x26]:(P_DATAOUT_DT|REQI|BSYI) = SCSIPHASE[0x0] Feb 20 18:11:55 gateway kernel: SCSIBUS[0x20] = LASTPHASE[0x1]:(P_DATAOUT|P_BUSFREE) Feb 20 18:11:55 gateway kernel: SCSISEQ0[0x40]:(ENSELO) = SCSISEQ1[0x12]:(ENAUTOATNP|ENRSELI) Feb 20 18:11:55 gateway kernel: SEQCTL0[0x0] SEQINTCTL[0x0] = SEQ_FLAGS[0x0] SEQ_FLAGS2[0x0] Feb 20 18:11:55 gateway kernel: QFREEZE_COUNT[0x2] = KERNEL_QFREEZE_COUNT[0x2] MK_MESSAGE_SCB[0xff00] Feb 20 18:11:55 gateway kernel: MK_MESSAGE_SCSIID[0xff] = SSTAT0[0x10]:(SELINGO) SSTAT1[0x8]:(BUSFREE) Feb 20 18:11:55 gateway kernel: SSTAT2[0x0] SSTAT3[0x0] PERRDIAG[0x0] = SIMODE1[0xa4]:(ENSCSIPERR|ENSCSIRST|ENSELTIMO) Feb 20 18:11:55 gateway kernel: LQISTAT0[0x0] LQISTAT1[0x0] = LQISTAT2[0x80]:(PACKETIZED) Feb 20 18:11:55 gateway kernel: LQOSTAT0[0x0] LQOSTAT1[0x0] = LQOSTAT2[0xc0] Feb 20 18:11:55 gateway kernel: Feb 20 18:11:55 gateway kernel: SCB Count =3D 112 CMDS_PENDING =3D 110 = LASTSCB 0x43 CURRSCB 0x42 NEXTSCB 0x41 Feb 20 18:11:55 gateway kernel: qinstart =3D 1960 qinfifonext =3D 1960 Feb 20 18:11:55 gateway kernel: QINFIFO: Feb 20 18:11:55 gateway kernel: WAITING_TID_QUEUES: Feb 20 18:11:55 gateway kernel: 0 ( 0x9 0xa 0x7 0x6 0xf 0x8 0x2 0xb 0x5 = 0x3 0xc 0x0 0xe 0x4 0xd 0x1 0x1f 0x1e 0x1d 0x1c 0x1b 0 x1a 0x19 0x18 0x17 0x16 0x15 0x14 0x13 0x12 0x11 0x10 0x2f 0x2e 0x2d = 0x2c 0x2b 0x2a 0x29 0x28 0x27 0x26 0x25 0x24 0x23 0x22 0x 21 0x20 0x3f 0x3e 0x3d 0x3c 0x3b 0x3a 0x39 0x38 0x37 0x36 0x35 0x34 0x33 = 0x32 0x31 0x30 0x4f 0x4e 0x4d 0x4c 0x4b 0x4a 0x49 0x4 8 0x47 0x46 0x45 0x44 0x43 0x42 0x41 0x40 0x5f 0x5e 0x5d 0x5c 0x5b 0x5a = 0x59 0x58 0x57 0x56 0x55 0x54 0x53 0x52 0x51 0x50 0x6f 0x6e 0x6d 0x6c 0x6b 0x6a 0x69 0x68 0x67 0x66 0x65 0x64 0x63 0x62 ) Feb 20 18:11:55 gateway kernel: Pending list: Feb 20 18:11:55 gateway kernel: 98 FIFO_USE[0x0] = SCB_CONTROL[0x62]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 99 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 100 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 101 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 102 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 103 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 104 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 105 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 106 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 107 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 108 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 109 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 110 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 111 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 80 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 81 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 82 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 83 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 84 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 85 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 86 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 87 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 88 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 89 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 90 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 91 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 92 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 93 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 94 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 95 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 64 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 65 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 66 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 67 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 68 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 69 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] Feb 20 18:11:55 gateway kernel: 70 FIFO_USE[0x0] = SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7] . . . Feb 20 18:11:55 gateway kernel: Total 110 Feb 20 18:11:55 gateway kernel: Kernel Free SCB list: 97 96 Feb 20 18:11:55 gateway kernel: Sequencer Complete DMA-inprog list: Feb 20 18:11:55 gateway kernel: Sequencer Complete list: Feb 20 18:11:55 gateway kernel: Sequencer DMA-Up and Complete list: Feb 20 18:11:55 gateway kernel: Sequencer On QFreeze and Complete list: Feb 20 18:11:55 gateway kernel: Feb 20 18:11:55 gateway kernel: Feb 20 18:11:55 gateway kernel: ahd1: FIFO0 Free, LONGJMP =3D=3D 0x825e, = SCB 0x9 Feb 20 18:11:55 gateway kernel: = SEQIMODE[0x3f]:(ENCFG4TCMD|ENCFG4ICMD|ENCFG4TSTAT|ENCFG4ISTAT|ENCFG4DATA|= ENSAVEPTRS) Feb 20 18:11:55 gateway kernel: SEQINTSRC[0x0] DFCNTRL[0x0] = DFSTATUS[0x89]:(FIFOEMP|HDONE|PRELOAD_AVAIL) Feb 20 18:11:55 gateway kernel: SG_CACHE_SHADOW[0x2]:(LAST_SEG) = SG_STATE[0x0] DFFSXFRCTL[0x0] Feb 20 18:11:55 gateway kernel: SOFFCNT[0x0] = MDFFSTAT[0x5]:(FIFOFREE|DLZERO) SHADDR =3D 0x00, SHCNT =3D 0x0 Feb 20 18:11:55 gateway kernel: HADDR =3D 0x00, HCNT =3D 0x0 = CCSGCTL[0x10]:(SG_CACHE_AVAIL) Feb 20 18:11:55 gateway kernel: Feb 20 18:11:55 gateway kernel: ahd1: FIFO1 Free, LONGJMP =3D=3D 0x8063, = SCB 0xf Feb 20 18:11:55 gateway kernel: = SEQIMODE[0x3f]:(ENCFG4TCMD|ENCFG4ICMD|ENCFG4TSTAT|ENCFG4ISTAT|ENCFG4DATA|= ENSAVEPTRS) Feb 20 18:11:55 gateway kernel: SEQINTSRC[0x0] DFCNTRL[0x0] = DFSTATUS[0x89]:(FIFOEMP|HDONE|PRELOAD_AVAIL) Feb 20 18:11:55 gateway kernel: SG_CACHE_SHADOW[0x2]:(LAST_SEG) = SG_STATE[0x0] DFFSXFRCTL[0x0] Feb 20 18:11:55 gateway kernel: SOFFCNT[0x0] = MDFFSTAT[0x5]:(FIFOFREE|DLZERO) SHADDR =3D 0x00, SHCNT =3D 0x0 Feb 20 18:11:55 gateway kernel: HADDR =3D 0x00, HCNT =3D 0x0 = CCSGCTL[0x10]:(SG_CACHE_AVAIL) Feb 20 18:11:55 gateway kernel: LQIN: 0x8 0x0 0x0 0x9 0x0 0x0 0x0 0x0 = 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 Feb 20 18:11:55 gateway kernel: ahd1: LQISTATE =3D 0x1, LQOSTATE =3D = 0x19, OPTIONMODE =3D 0x42 Feb 20 18:11:55 gateway kernel: ahd1: OS_SPACE_CNT =3D 0x1f MAXCMDCNT = =3D 0x4d Feb 20 18:11:55 gateway kernel: ahd1: SAVED_SCSIID =3D 0x0 SAVED_LUN =3D = 0x0 Feb 20 18:11:55 gateway kernel: Feb 20 18:11:55 gateway kernel: SIMODE0[0xc]:(ENOVERRUN|ENIOERR) Feb 20 18:11:55 gateway kernel: CCSCBCTL[0x4]:(CCSCBDIR) Feb 20 18:11:55 gateway kernel: ahd1: REG0 =3D=3D 0xf, SINDEX =3D 0x102, = DINDEX =3D 0x102 Feb 20 18:11:55 gateway kernel: ahd1: SCBPTR =3D=3D 0xf, SCB_NEXT =3D=3D = 0x8, SCB_NEXT2 =3D=3D 0xff2e Feb 20 18:11:55 gateway kernel: CDB 2a 0 7 7c 77 df Feb 20 18:11:55 gateway kernel: STACK: 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 Feb 20 18:11:55 gateway kernel: <<<<<<<<<<<<<<<<< Dump Card State Ends = >>>>>>>>>>>>>>>>>> Feb 20 18:11:55 gateway kernel: (da0:ahd1:0:0:0): SCB 16 - timed out Feb 20 18:11:55 gateway kernel: (da0:ahd1:0:0:0): Other SCB Timeout Feb 20 18:11:55 gateway kernel: (da0:ahd1:0:0:0): No other SCB worth = waiting for... Feb 20 18:11:55 gateway kernel: ahd1: Issued Channel A Bus Reset. 110 = SCBs aborted Feb 20 18:11:55 gateway kernel: Copied 18 bytes of sense data offset 12: = 0x70 0x0 0x6 0x0 0x0 0x0 0x0 0xa 0x0 0x0 0x0 0x0 0x29 0x2 0x2 0x0 0x0 0x0 Feb 20 18:11:55 gateway kernel: (da0:ahd1:0:0:0): WRITE(10). CDB: 2a 0 1 = 40 1 1f 0 0 20 0 Feb 20 18:11:55 gateway kernel: (da0:ahd1:0:0:0): CAM Status: SCSI = Status Error Feb 20 18:11:55 gateway kernel: (da0:ahd1:0:0:0): SCSI Status: Check = Condition Feb 20 18:11:55 gateway kernel: (da0:ahd1:0:0:0): UNIT ATTENTION = asc:29,2 Feb 20 18:11:55 gateway kernel: (da0:ahd1:0:0:0): Scsi bus reset = occurred field replaceable unit: 2 Feb 20 18:11:55 gateway kernel: (da0:ahd1:0:0:0): Retrying Command (per = Sense Data) How can we to solve problem? Is there anyway to get work/support = ServeRAID-7k/7t controller? I check most of FreeBSD mailing list archive and search on google. = Didn't find any good answer of above question. Regards, Balgaa From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 01:01:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE33A16A420 for ; Wed, 22 Feb 2006 01:01:27 +0000 (GMT) (envelope-from northg@shaw.ca) Received: from pd2mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 416BE43D49 for ; Wed, 22 Feb 2006 01:01:27 +0000 (GMT) (envelope-from northg@shaw.ca) Received: from pd3mr2so.prod.shaw.ca (pd3mr2so-qfe3.prod.shaw.ca [10.0.141.178]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV2008J1DI5QRB0@l-daemon> for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 18:01:17 -0700 (MST) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd3mr2so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV2000T5DI44D60@pd3mr2so.prod.shaw.ca> for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 18:01:17 -0700 (MST) Received: from [192.168.1.102] ([24.85.136.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV200LSDDI4IMI0@l-daemon> for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 18:01:16 -0700 (MST) Received: from 127.0.0.1 (AVG SMTP 7.1.375 [267.15.12/266]); Tue, 21 Feb 2006 17:01:25 -0800 Date: Tue, 21 Feb 2006 17:01:25 -0800 From: Graham North In-reply-to: To: Andreas Rudisch <"cyb."@gmx.net>, questions freebsd Message-id: <43FBB7E5.80901@shaw.ca> MIME-version: 1.0 Content-type: multipart/mixed; boundary="Boundary_(ID_NbJRzXavvJs51dERP6+XLw)" X-Accept-Language: en-us, en References: <43FAD023.9060701@shaw.ca> <43FB52A8.6030301@shaw.ca> User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: More questions on Samba Print server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 01:01:28 -0000 --Boundary_(ID_NbJRzXavvJs51dERP6+XLw) Content-type: text/plain; charset=ISO-8859-15; format=flowed Content-transfer-encoding: 7BIT Hi Andreas and Questions to All: Well, I took some of your advice and my system is now printing - thank you! The BSD setup recommendations are much more complicated than a couple of other Samba references which I have been reading...? I had already installed APSFilter last summer, and had a working configuration so I new the success was lurking about somewhere. Trouble is, I have been labouring under the assumption that I should be able to use the print services WITHOUT logging on as a user first. My previous attempts and this one, still require that I first log onto the network as a user. I have been hoping to set it up to be self-logging at time of use. Is it not possible for the printer to be setup using the nobody acount to essentially be a passwordless entry? Does yours work that way? If not - if any other users out there can share some secrets in this regard...? Finally, the printer share comments do not show up anywhere in Windows. My other shares display their comments, the lp on my server has for the comment field "ljet4l; r=300x300...." Not "laser ljet4l on www_server" as per my share comment below. Any suggestions what might be going on here?? Thanks Andreas, or to anyone else who can step in with answers. Cheers, My new smb.conf as per most of your suggestions: # smb.conf 20060220 - re-write - simplify # # NOTE: Whenever you modify this file you should run the command "testparm" # to check that you have not many any basic syntactic errors. # #======================= Global Settings ===================================== [global] workgroup = DELNORTE encrypt passwords = yes server string = www_server browseable = yes printing = bsd # print command = lpr -s -P %p %s; rm %s hosts allow = 192.168.1.100 192.168.1.101 192.168.1.102 192.168.1.103 wins support = no #============================ Share Definitions ============================== [gn] comment = Soleado WebServer path = /home/gn browseable = yes valid users = gn writeable = yes [wqs] comment = WQS WebServer path = /home/wqs browseable = yes writeable = yes valid users = gn wqs # NOTE: If you have a BSD-style print system there is no need to # specifically define each individual printer [printers] comment = laser ljet4l on www_server path = /var/spool/samba browseable = yes printable = yes guest ok = yes create mode = 700 public = yes # valid users = nobody use client driver = yes Andreas Rudisch wrote: > On Tue, 21 Feb 2006 18:49:28 +0100, Graham North wrote: > >> Andreas - thankyou, I will try something like it. >> Are you using CUPS or APSFILTER on your BSD machine? >> Thanks, Graham/ > > > Actually I was just using the handbook to set up my printer: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing-advanced.html > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing-advanced.html#PRINTING-ADVANCED-PS > > > I am using lpd, the standard spooler, and an input filter in printcap > to manage postscript > and the staircase effect, then the printing is done by Ghostscript > (device=pxlmono). You > should be able to do it this way to, if your printer is supported by > Ghostscript, which it > probably is. > > You already got the smb.conf-part. > ---------- > %cat printcap > Kyocera|lp|Kyocera mita FS-1010:\ > :sh:sd=/var/spool/lpd/Kyocera:\ > :lp=/dev/lpt0:\ > :if=/usr/local/libexec/ifkyocera: > ---------- > %cat ifkyocera > #!/bin/sh > # Treat LF as CR+LF (to avoid the "staircase effect" on HP/PCL > # printers): > # > printf "\033&k2G" || exit 2 > > # > # Read first two characters of the file > # > IFS="" read -r first_line > first_two_chars=`expr "$first_line" : '\(..\)'` > > if [ "$first_two_chars" = "%!" ]; then > # > # It is PostScript; use Ghostscript to scan-convert and print it. > # > /usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=pxlmono \ > -sOutputFile=- - && exit 0 > else > # > # Plain text or HP/PCL, so just print it directly; print a form feed > # at the end to eject the last page. > # > echo "$first_line" && cat && printf "\033&l0H" && > exit 0 > fi > > exit 2 > ---------- > > I hope this will help a bit. > > Andreas > > -- Kindness can be infectious - try it. Graham North Vancouver, BC www.soleado.ca --Boundary_(ID_NbJRzXavvJs51dERP6+XLw) Content-type: text/plain; x-avg=cert; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline Content-description: "AVG certification" No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.12/266 - Release Date: 2/21/2006 --Boundary_(ID_NbJRzXavvJs51dERP6+XLw)-- From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 01:02:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F89516A420 for ; Wed, 22 Feb 2006 01:02:26 +0000 (GMT) (envelope-from ben@spooty.net) Received: from swift.swiftnames.com (swift.swiftnames.com [205.214.82.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D9343D46 for ; Wed, 22 Feb 2006 01:02:26 +0000 (GMT) (envelope-from ben@spooty.net) Received: from cpc2-brig8-4-0-cust31.brig.cable.ntl.com ([86.10.171.31] helo=[192.168.1.100]) by swift.swiftnames.com with esmtpa (Exim 4.44) id 1FBiOZ-00017S-Ee; Tue, 21 Feb 2006 18:02:19 -0700 From: Ben Paley To: freebsd@sopwith.solgatos.com Date: Wed, 22 Feb 2006 01:02:16 +0000 User-Agent: KMail/1.9.1 References: <20060221235030.87C5216A422@hub.freebsd.org> In-Reply-To: <20060221235030.87C5216A422@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602220102.17152.ben@spooty.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - swift.swiftnames.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spooty.net X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Questions Subject: Re: tar segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 01:02:26 -0000 > From: Dieter > Subject: Re: tar segmentation fault > To: freebsd-questions@freebsd.org > Message-ID: <200602212250.WAA03728@sopwith.solgatos.com> > Now that you know which tar you're using, :-) > time to drag out the standard debugging process for > segmentation faults. It's come to that, has it? Oh well... thanks very much for your help, I'll be back in touch with more information soon! Thanks again, Ben From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 01:07:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F38A16A420 for ; Wed, 22 Feb 2006 01:07:11 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web33301.mail.mud.yahoo.com (web33301.mail.mud.yahoo.com [68.142.206.116]) by mx1.FreeBSD.org (Postfix) with SMTP id BA38143D48 for ; Wed, 22 Feb 2006 01:07:10 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 90652 invoked by uid 60001); 22 Feb 2006 01:07:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=LYkGRDyvFp6mMv01FuAPOVUj8cY45nSUO6pZ3Z4XelKP+6GXRR24sWYVO+CpLXtvMbYS7nxXOD72a3souVi6SV7Jp9p2Opvj6437DBV/C3f5+ex6GbfB0rWHwjzo85a98KQioSBQgRa/6RpKcZH8Hay4q4S+33oWPDK1OnzhvzI= ; Message-ID: <20060222010709.90650.qmail@web33301.mail.mud.yahoo.com> Received: from [147.46.44.181] by web33301.mail.mud.yahoo.com via HTTP; Tue, 21 Feb 2006 17:07:09 PST Date: Tue, 21 Feb 2006 17:07:09 -0800 (PST) From: Rob To: FreeBSD questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: jim0266@yahoo.com Subject: Re: fetchmail core dumping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 01:07:11 -0000 Jim wrote: > spike# fetchmail -v > fetchmail: WARNING: Running as root is discouraged. > fetchmail: removing stale lockfile > fetchmail: 6.3.2 querying 10.229.66.116 (protocol > POP3) at Tue Feb 21 > 16:38:52 2006: poll started > Segmentation fault (core dumped) > > Not sure what I can do to fix this. Any pointers > greatly appreciated. What version of FreeBSD do you use? I have fetchmail-6.3.2_1 installed on a 6-Stable PC. No problems. Does your rc file have the proper syntax? This is mine: # fetchmailrc set invisible set postmaster "postmaster" set no bouncemail set no spambounce set properties "" set daemon 30 poll localhost with proto IMAP port 22143 user 'myid' there with password 'mypasswd' is \ 'myid' here options fetchall folder INBOX.MYMAILBOX Ah, note that I make use of an ssh-tunnel from localhost port 22143 to port 143 on the imap server. You may want to replace 'localhost' and 22143 by your appropriate settings. However, remember that pop3 and imap is too insecure when not using encryption! Regards, Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 01:12:56 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA1F16A420 for ; Wed, 22 Feb 2006 01:12:56 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 869D843D45 for ; Wed, 22 Feb 2006 01:12:56 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id s12so94309wxc for ; Tue, 21 Feb 2006 17:12:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Nu46aJyi66ACYmfjJEraWyHlwkJ9LUb/wGFS2pf7Z/72ZuxOnJE+b7x24ILXpOONv+KEETdFBX9telwOmPngeWVsyZ++Zc44v2cmAbgPKiGmQ9dSm8ZxOYWPQyIP+0NzoujpRpmbjDnJn5hU6XeTIPbXE65Cf9OvFUgYNkbLt1Y= Received: by 10.70.35.19 with SMTP id i19mr204911wxi; Tue, 21 Feb 2006 17:12:55 -0800 (PST) Received: by 10.70.58.15 with HTTP; Tue, 21 Feb 2006 17:12:55 -0800 (PST) Message-ID: Date: Tue, 21 Feb 2006 19:12:55 -0600 From: "illoai@gmail.com" To: "Kristian Vaaf" , questions@freebsd.org In-Reply-To: <20060221184738.98233.qmail@web52714.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <20060221184738.98233.qmail@web52714.mail.yahoo.com> Cc: Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 01:12:57 -0000 On 2/21/06, Kris Anderson wrote: > > > --- Kristian Vaaf wrote: > > > > > Hello! > > > > I don't know what's wrong. But all my makes error > > out. > > I've tried over and over again. And sent about a > > dozen e-mails to this list. > > > > http://www.home.no/hedhnta/result.txt > > > > When doing: > > > > cvsup -g -L 2 /etc/cvsupfile > > > > And then running: > > > > cd /usr/src \ > > && make buildworld \ > > && make buildkernel KERNCONF=3DARBA \ > > && make installkernel KERNCONF=3DARBA \ > > && make installworld \ > > && mergemaster \ > > && make clean \ > > && rm -rf /usr/obj/* > > > > This is how it's done, no? > Sort of done like that. Looking at the FreeBSD > handbook it says: > make buildworld > make buildkernel KERNCONF=3DARBA > make installkernel KERNCONF=3DARBA > reboot > > Note: There are a few rare cases when an extra run > of mergemaster -p is needed before the buildworld > step. These are described in UPDATING. In general, > though, you can safely omit this step if you are not > updating across one or more major FreeBSD versions. > > After installkernel finishes successfully, you should > boot in single user mode (i.e. using boot -s from the > loader prompt). Then run: > > mergemaster -p > make installworld > mergemaster > reboot > > Please help me. > > > > Thanks, > > Vaaf > Hope that helps. The first step I would suggest is to* root# mv /etc/make.conf /etc/make.backup and retry the build. If it still gives the syntax error at csh build, root# rm -r /usr/src/contrib && cvsup -g -L1 /etc/cvsupfile because cvsup (afik, ianal, iaanaaoavss) only checks the file header /* $Header: /src/pub/tcsh/sh.h,v 3.133 2005/03/25 18:46:41 kim Exp $ */ if the rest of the file has some form of corruption within, cvsup won't know that, and will fail to refetch it, so you remove the appearantly offending file or files and (hopefully) it build okay. *Note that I believe buildworld and such default to -O if no /etc/make.conf exists. Again, I could be very mistaken. Greviously so. -- -- From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 01:36:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25FE616A420 for ; Wed, 22 Feb 2006 01:36:08 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from usenet.ath.cx (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCAF43D4C for ; Wed, 22 Feb 2006 01:36:06 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from [10.0.0.3] (testbox.usenet.ath.cx [10.0.0.3]) by usenet.ath.cx (8.12.11/8.12.11) with ESMTP id k1M1a2Xg086137 for ; Wed, 22 Feb 2006 02:36:02 +0100 (CET) (envelope-from bernt@bah.homeip.net) Message-ID: <43FBC148.5050009@bah.homeip.net> Date: Wed, 22 Feb 2006 02:41:28 +0100 From: Bernt Hansson User-Agent: slrn/0.9.8.1 (FreeBSD) MIME-Version: 1.0 To: FreeBSD questions X-Html-In-Email: No X-Html-In-Usenet: No X-Accept-Language: Svenska Sign Engelska Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: compat 5.X where to find? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 01:36:08 -0000 Hi all Trying to install nvidias drivers for my graphicscard nvidia 400MX The install is looking for compat 5.X I dont have that one, where can I find compat 5.X? Can I install it after installing FreeBSD? It's on a testbox so no need to panic. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 01:47:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796B016A420 for ; Wed, 22 Feb 2006 01:47:14 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: from web52701.mail.yahoo.com (web52701.mail.yahoo.com [206.190.48.224]) by mx1.FreeBSD.org (Postfix) with SMTP id 029C543D4C for ; Wed, 22 Feb 2006 01:47:13 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: (qmail 95899 invoked by uid 60001); 22 Feb 2006 01:47:13 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=xra+PQJr5h6WKWIrL+dHakiNIRhi1JjA1TqeP5hckFkKtKVZmgKPVZWFygWSC3vbTgRMCWd3dsJ62k1cNyV8d62ywoBqYtUpO5AieJPeg3jGSlP2lZhs2NiEfsOTz5BHgNcJVZOsRA2kKOIXhECxwlvN/EuBbBpTydELdRRIcks= ; Message-ID: <20060222014713.95897.qmail@web52701.mail.yahoo.com> Received: from [71.193.133.190] by web52701.mail.yahoo.com via HTTP; Tue, 21 Feb 2006 17:47:13 PST Date: Tue, 21 Feb 2006 17:47:13 -0800 (PST) From: Kris Anderson To: Bernt Hansson , FreeBSD questions In-Reply-To: <43FBC148.5050009@bah.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: compat 5.X where to find? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 01:47:14 -0000 --- Bernt Hansson wrote: > Hi all > > Trying to install nvidias drivers for my > graphicscard nvidia 400MX > The install is looking for compat 5.X I dont have > that one, where can I > find compat 5.X? Can I install it after installing > FreeBSD? > > It's on a testbox so no need to panic. Hi there, I found something called compat5x in the ports collection of misc/compat5x. Hope that helps. Mr. Anderson __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 01:50:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444BA16A420 for ; Wed, 22 Feb 2006 01:50:26 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 702A743D46 for ; Wed, 22 Feb 2006 01:50:24 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.10] (nieser.net [194.109.160.131]) by smtp-vbr3.xs4all.nl (8.13.3/8.13.3) with ESMTP id k1M1nMfo033752 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 22 Feb 2006 02:49:22 +0100 (CET) (envelope-from h.nieser@xs4all.nl) Message-ID: <43FBC322.4080902@xs4all.nl> Date: Wed, 22 Feb 2006 02:49:22 +0100 From: Hans Nieser User-Agent: Mail/News 1.5 (X11/20060211) MIME-Version: 1.0 To: Bernt Hansson References: <43FBC148.5050009@bah.homeip.net> In-Reply-To: <43FBC148.5050009@bah.homeip.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: compat 5.X where to find? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 01:50:26 -0000 Bernt Hansson wrote: > Hi all > > Trying to install nvidias drivers for my graphicscard nvidia 400MX > The install is looking for compat 5.X I dont have that one, where can I > find compat 5.X? Can I install it after installing FreeBSD? > > It's on a testbox so no need to panic. Yes I believe you can. See /usr/ports/misc/compat5x . There is also a kernelconfig option for it, my guess is you need that too, but it is enabled in GENERIC so unless you specifically removed it you probably have nothing to worry about. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 02:41:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FBA116A420 for ; Wed, 22 Feb 2006 02:41:54 +0000 (GMT) (envelope-from jim0266@yahoo.com) Received: from outbound-mail-40.bluehost.com (outbound-mail-40.bluehost.com [70.98.111.194]) by mx1.FreeBSD.org (Postfix) with SMTP id 2136643D49 for ; Wed, 22 Feb 2006 02:41:53 +0000 (GMT) (envelope-from jim0266@yahoo.com) Received: (qmail 23951 invoked by uid 0); 22 Feb 2006 02:41:53 -0000 Received: from unknown (HELO box44.bluehost.com) (70.98.111.44) by mailproxy2.bluehost.com with SMTP; 22 Feb 2006 02:41:53 -0000 Received: from cpe-24-166-39-233.neo.res.rr.com ([24.166.39.233] helo=a1-1b048.neo.lrun.com) by box44.bluehost.com with esmtp (Exim 4.52) id 1FBjwv-000380-2R; Tue, 21 Feb 2006 19:41:53 -0700 Received: from [192.168.0.4] (mac [192.168.0.4]) by a1-1b048.neo.lrun.com (Postfix) with ESMTP id 7D7553695; Tue, 21 Feb 2006 21:41:47 -0500 (EST) Mime-Version: 1.0 Message-Id: In-Reply-To: <20060222010709.90650.qmail@web33301.mail.mud.yahoo.com> References: <20060222010709.90650.qmail@web33301.mail.mud.yahoo.com> Date: Tue, 21 Feb 2006 21:41:50 -0500 To: "Rob" , "FreeBSD questions" From: Jim Arnold Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Identified-User: {739:box44.bluehost.com:jimarnol:jimarnold.org} {sentby:smtp 24.166.39.233 authed with jim@jimarnold.org} X-PopBeforeSMTPSenders: jim@jimarnold.org X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box44.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [739 12] / [47 12] X-AntiAbuse: Sender Address Domain - yahoo.com X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: fetchmail core dumping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 02:41:54 -0000 I'm running fetchmail-6.3.2_1 on 4.10-STABLE My fetchmailrc file is: set postmaster "postmaster" set bouncemail set no spambounce set properties "" poll 10.229.66.116 with proto POP3 user 'myid' there with password 'mypwd' is 'myid' here Fetchmail has been running perfectly until just the other day, for literally several years, with upgrades along the way. I haven't upgraded anything recently or crashed. I've tried to reinstall fetchmail but no luck there. Googling is not finding anything yet. I have another FBSD box running 4.10 stable with the same version of fetchmail and it's fine. I'm stumped. Thanks, Jim At 5:07 PM -0800 2/21/06, Rob wrote: >Jim wrote: >> spike# fetchmail -v >> fetchmail: WARNING: Running as root is discouraged. >> fetchmail: removing stale lockfile >> fetchmail: 6.3.2 querying 10.229.66.116 (protocol >> POP3) at Tue Feb 21 >> 16:38:52 2006: poll started >> Segmentation fault (core dumped) >> >> Not sure what I can do to fix this. Any pointers >> greatly appreciated. > >What version of FreeBSD do you use? >I have fetchmail-6.3.2_1 installed on a 6-Stable PC. >No problems. > >Does your rc file have the proper syntax? >This is mine: > ># fetchmailrc >set invisible >set postmaster "postmaster" >set no bouncemail >set no spambounce >set properties "" >set daemon 30 >poll localhost with proto IMAP port 22143 > user 'myid' there with password 'mypasswd' is \ > 'myid' here options fetchall > folder INBOX.MYMAILBOX > > > >Ah, note that I make use of an ssh-tunnel from >localhost port 22143 to port 143 on the imap server. >You may want to replace 'localhost' and 22143 by >your appropriate settings. >However, remember that pop3 and imap is too >insecure when not using encryption! > >Regards, >Rob. > > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 03:07:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DBAF16A420 for ; Wed, 22 Feb 2006 03:07:13 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60017.mail.yahoo.com (web60017.mail.yahoo.com [209.73.178.65]) by mx1.FreeBSD.org (Postfix) with SMTP id 91B3543D48 for ; Wed, 22 Feb 2006 03:07:12 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 2844 invoked by uid 60001); 22 Feb 2006 03:07:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=y2mS6/OOhP6Fwj+BfwwyvC/Vm0tMDRmjY6A//25tYjQ9GeqleCnZ1G7VnP76ITTxobjvhmJKq20TCeTPZ3kb6mE8kCW+6Mk/Dh6bZFGrPKH+hEcUI1JPA8yW0r2r+Ov63CX06OzGXIoBFqqw4OEgZhcWhUqO00csqzKmcDaLVrA= ; Message-ID: <20060222030711.2842.qmail@web60017.mail.yahoo.com> Received: from [216.252.84.118] by web60017.mail.yahoo.com via HTTP; Tue, 21 Feb 2006 22:07:11 EST Date: Tue, 21 Feb 2006 22:07:11 -0500 (EST) From: Peter To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: anyone using voip? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 03:07:13 -0000 Hi, I'm looking for comments from people who are using a voip solution with FreeBSD. The archives of this group show mixed results. I see there is a skype port available. To me that implies that this is possible. What of hardware? USB phones? -- Peter __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 04:23:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE0C716A420 for ; Wed, 22 Feb 2006 04:23:28 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: from web52705.mail.yahoo.com (web52705.mail.yahoo.com [206.190.48.228]) by mx1.FreeBSD.org (Postfix) with SMTP id 3DC4243D49 for ; Wed, 22 Feb 2006 04:23:28 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: (qmail 99119 invoked by uid 60001); 22 Feb 2006 04:23:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=LVRi7JYq4aAg5kbfKb0qm+VNG2QEPtIakpTazHG3M4qh/S/RXxrIEp9SIZ2mIwrfr9fQ49bTT0OypOlrVmd4Cb3q7JQpDRM1etVHGDxEqUJtiJN+C1GVEMlpW2y8Mirb0ugMSmJl381SI9VYtSYQ2/Y8TbME+uuKDWtqq4OuHX0= ; Message-ID: <20060222042327.99117.qmail@web52705.mail.yahoo.com> Received: from [71.193.133.190] by web52705.mail.yahoo.com via HTTP; Tue, 21 Feb 2006 20:23:27 PST Date: Tue, 21 Feb 2006 20:23:27 -0800 (PST) From: Kris Anderson To: Peter , freebsd-questions In-Reply-To: <20060222030711.2842.qmail@web60017.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: anyone using voip? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 04:23:29 -0000 --- Peter wrote: > Hi, I'm looking for comments from people who are > using a voip solution > with FreeBSD. The archives of this group show mixed > results. I see there > is a skype port available. To me that implies that > this is possible. > What of hardware? USB phones? > > -- > Peter Check out /usr/ports/net/asterisk/pkg-descr It's a start in some direction. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 04:39:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D01616A420 for ; Wed, 22 Feb 2006 04:39:06 +0000 (GMT) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id A724B43D45 for ; Wed, 22 Feb 2006 04:39:05 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 43453 invoked by uid 1008); 22 Feb 2006 04:39:30 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 22 Feb 2006 04:39:30 -0000 Received: from 68.165.89.71 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Tue, 21 Feb 2006 23:39:30 -0500 (EST) Message-ID: <53073.68.165.89.71.1140583170.squirrel@mail.el.net> In-Reply-To: <57488.24.90.33.115.1140515174.squirrel@mail.el.net> References: <57488.24.90.33.115.1140515174.squirrel@mail.el.net> Date: Tue, 21 Feb 2006 23:39:30 -0500 (EST) From: "kalin mintchev" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-java@freebsd.org Subject: Re: eclipse looks for cairo.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalin@el.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 04:39:06 -0000 i realize that there are more important discussions here but the eclipse port is still looking for cairo.2 and apparently cairo.2 doesn't really exist.. the latest one is 1.0.2 which i installed from scratch... > > hi all... > > eclipse build breaks with: > ===> eclipse-3.1.2 depends on shared library: cairo.2 - not found > ===> Verifying install for cairo.2 in /usr/ports/graphics/cairo > ===> cairo-1.0.2_1 is marked as broken: Unknown component ltverhack. > *** Error code 1 > > Stop in /usr/ports/graphics/cairo. > *** Error code 1 > > Stop in /usr/ports/java/eclipse. > > > thing is i installed cairo 1.0.2 from src for firefox 1.5 a few days ago > and it worked for it... so i was wondering why eclipse isn't finding it? > > thanks.... > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 05:20:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 200A516A420 for ; Wed, 22 Feb 2006 05:20:31 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from relay0.av-mx.com (relay0.av-mx.com [137.118.16.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED8043D48 for ; Wed, 22 Feb 2006 05:20:30 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.62] (HELO mx1.av-mx.com) by relay0.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 178220478 for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 00:20:29 -0500 Received: (qmail 11250 invoked from network); 22 Feb 2006 05:20:28 -0000 Received: from dsl25177.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.114.177) by 0 with SMTP; 22 Feb 2006 05:20:28 -0000 X-CLIENT-IP: 216.227.114.177 X-CLIENT-HOST: dsl25177.ywave.com Message-ID: <43FBF49A.3020703@ywave.com> Date: Tue, 21 Feb 2006 21:20:26 -0800 From: Micah User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: kalin@el.net References: <57488.24.90.33.115.1140515174.squirrel@mail.el.net> <53073.68.165.89.71.1140583170.squirrel@mail.el.net> In-Reply-To: <53073.68.165.89.71.1140583170.squirrel@mail.el.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-java@freebsd.org Subject: Re: eclipse looks for cairo.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 05:20:31 -0000 kalin mintchev wrote: > i realize that there are more important discussions here but the eclipse > port is still looking for cairo.2 and apparently cairo.2 doesn't really > exist.. the latest one is 1.0.2 which i installed from scratch... > > >> hi all... >> >> eclipse build breaks with: >> ===> eclipse-3.1.2 depends on shared library: cairo.2 - not found >> ===> Verifying install for cairo.2 in /usr/ports/graphics/cairo >> ===> cairo-1.0.2_1 is marked as broken: Unknown component ltverhack. >> *** Error code 1 >> >> Stop in /usr/ports/graphics/cairo. >> *** Error code 1 >> >> Stop in /usr/ports/java/eclipse. >> >> >> thing is i installed cairo 1.0.2 from src for firefox 1.5 a few days ago >> and it worked for it... so i was wondering why eclipse isn't finding it? >> >> thanks.... >> kalin mintchev wrote: > i realize that there are more important discussions here but the eclipse > port is still looking for cairo.2 and apparently cairo.2 doesn't really > exist.. the latest one is 1.0.2 which i installed from scratch... > > >> hi all... >> >> eclipse build breaks with: >> ===> eclipse-3.1.2 depends on shared library: cairo.2 - not found >> ===> Verifying install for cairo.2 in /usr/ports/graphics/cairo >> ===> cairo-1.0.2_1 is marked as broken: Unknown component ltverhack. >> *** Error code 1 >> >> Stop in /usr/ports/graphics/cairo. >> *** Error code 1 >> >> Stop in /usr/ports/java/eclipse. >> >> >> thing is i installed cairo 1.0.2 from src for firefox 1.5 a few days ago >> and it worked for it... so i was wondering why eclipse isn't finding it? >> >> thanks.... >> I noticed you CC'd freebsd-java & freebsd-questions but didn't CC freebsd-eclipse@ Have you searched their archives? Tried the WITHOUT_CAIRO=yes knob? What kind of system are you trying to build this on? HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 05:34:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DFBE16A420 for ; Wed, 22 Feb 2006 05:34:55 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from usenet.ath.cx (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFFA43D46 for ; Wed, 22 Feb 2006 05:34:54 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from [10.0.0.3] (testbox.usenet.ath.cx [10.0.0.3]) by usenet.ath.cx (8.12.11/8.12.11) with ESMTP id k1M5Yp7u089416 for ; Wed, 22 Feb 2006 06:34:52 +0100 (CET) (envelope-from bernt@bah.homeip.net) Message-ID: <43FBF942.9020206@bah.homeip.net> Date: Wed, 22 Feb 2006 06:40:18 +0100 From: Bernt Hansson User-Agent: slrn/0.9.8.1 (FreeBSD) MIME-Version: 1.0 To: FreeBSD questions References: <20060222014713.95897.qmail@web52701.mail.yahoo.com> In-Reply-To: <20060222014713.95897.qmail@web52701.mail.yahoo.com> X-Html-In-Email: No X-Html-In-Usenet: No X-Accept-Language: Svenska Sign Engelska Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: compat 5.X where to find? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 05:34:55 -0000 Kris Anderson wrote: > > --- Bernt Hansson wrote: > >> Hi all >> >> Trying to install nvidias drivers for my >> graphicscard nvidia 400MX >> The install is looking for compat 5.X I dont have >> that one, where can I >> find compat 5.X? Can I install it after installing >> FreeBSD? >> >> It's on a testbox so no need to panic. > Hi there, > I found something called compat5x in the ports > collection of misc/compat5x. > > Hope that helps. make ===> src (all) ===> lib (all) find: /compat/linux/lib: No such file or directory find: /compat/linux/usr/lib: No such file or directory find: /compat/linux/usr/X11R6/lib: No such file or directory I feel real stoopid just had to mkdir /compat/linux/lib && /compat/linux/usr/lib && /compat/linux/usr/X11R6/lib Sorry for the noise! From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 05:52:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F6F716A420 for ; Wed, 22 Feb 2006 05:52:48 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32E9043D53 for ; Wed, 22 Feb 2006 05:52:48 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1M5qkHC063461; Tue, 21 Feb 2006 21:52:47 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43FBFC2E.302@chrismaness.com> Date: Tue, 21 Feb 2006 21:52:46 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How Do I Make a Bug Report? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 05:52:48 -0000 I found out why I was not able to log in to my new CUPS installation web interface. The ports patched source tree installation put the CGI files in the wrong place. I moved them to where they are supposed to be and now I can log in. How do I formally complain that this port is screwed up. I had e-mailed the port maintainer and did not receive any response. Also, now that I added a printer, I will not print. The printer jiggles a little, but nothing comes out. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 06:20:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C5416A420 for ; Wed, 22 Feb 2006 06:20:02 +0000 (GMT) (envelope-from janakawicks@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id BED3943D46 for ; Wed, 22 Feb 2006 06:20:01 +0000 (GMT) (envelope-from janakawicks@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so1345103nzf for ; Tue, 21 Feb 2006 22:20:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ZF5RIG8sGy6AVnW5BdJGZK3phxb6Fi6rQpRhrY5e1ahQ/ja9mDi0bC3VHwjFekAMDjzRt+yLI0i/UVa6hjfGXl4vudtoPZf2yTu1AYbB/tzZAVluJYrYI16euHPVutRTdDPHVlJUOpZjeJ/VKhlxm0pJO/o2vAjGrg5PETuySm4= Received: by 10.65.152.9 with SMTP id e9mr938763qbo; Tue, 21 Feb 2006 22:20:01 -0800 (PST) Received: by 10.65.203.14 with HTTP; Tue, 21 Feb 2006 22:20:01 -0800 (PST) Message-ID: <7e3e1faa0602212220u7e2fa8e3oddda96646395a7f0@mail.gmail.com> Date: Wed, 22 Feb 2006 12:20:01 +0600 From: "janaka wicky" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Raylink RT2500 on Infrastructure Mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 06:20:02 -0000 Hi, I'm using freebsd 6.0 and I have a Raylink RT2500 card, dmesg: ral0: mem 0xd0202000-0xd0203fff irq 11 at device 0.0 on cardbus0 It can be used for an ad-hoc mode operation (works very well) but couldn't set it up for an infrastructure mode. I had a look at the man pages and it's saying that infrastructure mode is currently under development. :-) Is there any way for me to connect to an access point? Cheers, Janaka. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 06:27:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CEBA16A422 for ; Wed, 22 Feb 2006 06:27:05 +0000 (GMT) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F4743D45 for ; Wed, 22 Feb 2006 06:27:04 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 60833 invoked by uid 1008); 22 Feb 2006 06:27:29 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 22 Feb 2006 06:27:29 -0000 Received: from 68.165.89.71 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Wed, 22 Feb 2006 01:27:29 -0500 (EST) Message-ID: <53246.68.165.89.71.1140589649.squirrel@mail.el.net> In-Reply-To: <43FBF49A.3020703@ywave.com> References: <57488.24.90.33.115.1140515174.squirrel@mail.el.net> <53073.68.165.89.71.1140583170.squirrel@mail.el.net> <43FBF49A.3020703@ywave.com> Date: Wed, 22 Feb 2006 01:27:29 -0500 (EST) From: "kalin mintchev" To: "Micah" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org, freebsd-java@freebsd.org Subject: Re: eclipse looks for cairo.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalin@el.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 06:27:05 -0000 > > I noticed you CC'd freebsd-java & freebsd-questions but didn't CC > freebsd-eclipse@ Have you searched their archives? Tried the > WITHOUT_CAIRO=yes knob? What kind of system are you trying to build > this on? thanks Micah.. i'm not sure if i want to exclude cairo from the build. i'm not very aware of what is it exactly - i know it's a graphic library - but i think it has to do with the graphical interface of eclipse. it was needed for firefox 1.5 too.... the system is a 2 weeks old freebsd 6.0 release. no current or stable.. as far as archives i searched google mostly and the freebsd java archives.... i'm aware of the eclipse list - just wanted to avoid subscribing to another one - i have more then 50 now - and hoping that somebody here knows about it. or on the java list... apparently the issue is not a very widely experienced one. maybe only recently the cairo 1.0.2 port was marked as broken.... thanks... > > HTH, > Micah > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 07:10:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DB7516A420 for ; Wed, 22 Feb 2006 07:10:14 +0000 (GMT) (envelope-from idefix@fechner.net) Received: from michelle.lostinspace.de (michelle.lostinspace.de [83.120.0.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55AB343D48 for ; Wed, 22 Feb 2006 07:10:12 +0000 (GMT) (envelope-from idefix@fechner.net) Received: from server.idefix.loc (ppp-82-135-80-145.mnet-online.de [82.135.80.145]) (authenticated bits=0) by michelle.lostinspace.de (8.13.1/8.13.1) with ESMTP id k1M7AAhr008015 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 22 Feb 2006 08:10:11 +0100 (CET) (envelope-from idefix@fechner.net) Received: from idefix by server.idefix.loc with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FBo8Y-000Oc9-F9 for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 08:10:10 +0100 Date: Wed, 22 Feb 2006 08:10:10 +0100 From: Matthias Fechner To: freebsd-questions@freebsd.org Message-ID: <20060222071010.GC93445@server.idefix.loc> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Crypto: GnuPG/1.0.6 http://www.gnupg.org X-GnuPG: 0x1B756EF6 User-Agent: Mutt/1.5.11 Sender: Matthias Fechner X-Virus-Scanned: ClamAV 0.88/1297/Tue Feb 21 22:44:31 2006 on michelle.lostinspace.de X-Virus-Status: Clean Subject: Re: Upgrade 5.4 to 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 07:10:14 -0000 Hello hal, * hal [21-02-06 10:45]: > Is there any reason why I should not upgrade a 5.4 > system to 6.0 as opposed to doing a clean install? you should not update if you use an active ITK ISDN card with asterisk. It is not working in FreeBSD 6. Best regards, Matthias From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 07:38:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BE3D16A422 for ; Wed, 22 Feb 2006 07:38:33 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D1F643D49 for ; Wed, 22 Feb 2006 07:38:32 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-41-159.woh.res.rr.com [65.31.41.159]) by ms-smtp-01-eri0.ohiordc.rr.com (8.13.4/8.13.4) with SMTP id k1M7cUId001456 for ; Wed, 22 Feb 2006 02:38:30 -0500 (EST) Message-ID: <014901c63781$b2a4ee20$0200a8c0@satellite> From: "Dave" To: Date: Wed, 22 Feb 2006 02:29:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: repost: Incorrect superblock X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 07:38:33 -0000 Hello, Some urgency on this issue! Here's some additional details not sure the last msg went through. Thanks. Dave. Hello, I've got a 10 gb ide drive that has critical data on one of it's partitions /dev/ad1e. This drive was originally gmirrored in another box it worked fine, it was the master drive. Now i've installed this drive as a slave in another 6.0 box, and now it shows up as ad1 with the partition i want being ad1e. I did a mount it worked fine. So i knew the drive was working, i then unmounted the partition, and tried to dump it to another drive. This didn't work, dump got an error about incorrect superblock. I then did a mount -o ro /dev/ad1e /mnt and i'm getting an error "Incorrect superblock" from mount. I then tried fsck /dev/ad1e and got the same error msg. These partitions were formatted with ufs2 as their filesystem. I then ran bsdlabel ad1 and got a printout of my label, this showed up which gives me hope that this data can be retrieved. An error i'm getting from bsdlabel says that the c: partition does not cover the > entire disk and that may result in utilities not working correctly. Any > help appreciated. Some urgency! Dave. Script started on Sun Feb 19 07:56:47 2006 root@webserver:/dev#ls ad1* ad1 ad1a ad1b ad1c ad1d ad1e ad1f ad1g root@webserver:/dev#fdisk /dev/ad1 ******* Working on device /dev/ad1 ******* parameters extracted from in-core disklabel are: cylinders=19386 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=19386 heads=16 sectors/track=63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 0, size 50000 (24 Meg), flag 80 (active) beg: cyl 0/ head 0/ sector 1; end: cyl 1023/ head 254/ sector 63 root@webserver:/dev#bsdlabel /dev/ad1 # /dev/ad1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 266240 16 4.2BSD 2048 16384 16648 b: 524288 266256 swap c: 19541024 0 unused 0 0 # "raw" part, don't edit d: 7340032 790544 4.2BSD 2048 16384 28552 e: 8388608 8130576 4.2BSD 2048 16384 28552 f: 2097152 16519184 4.2BSD 2048 16384 28552 g: 921600 18616336 4.2BSD 2048 16384 57608 bsdlabel: partition c doesn't cover the whole unit! bsdlabel: An incorrect partition c may cause problems for standard system utilities exit Script done on Sun Feb 19 08:02:34 2006 From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 07:43:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CA5916A420 for ; Wed, 22 Feb 2006 07:43:49 +0000 (GMT) (envelope-from john@yoafrica.com) Received: from smtp2.yoafrica.com (smtp2.yoafrica.com [196.44.176.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 716BE43D4C for ; Wed, 22 Feb 2006 07:43:44 +0000 (GMT) (envelope-from john@yoafrica.com) Received: from smtp.yoafrica.com ([196.44.176.8]) by smtp2.yoafrica.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FBofp-0006ZI-He for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 09:44:34 +0200 Received: from hades.yoafrica.com ([196.44.177.50]) by smtp.yoafrica.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FBofW-0004Tc-UH for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 09:44:14 +0200 Received: from sysjo by hades.yoafrica.com with local (Exim 4.60) (envelope-from ) id 1FBof7-00051F-5B for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 09:43:49 +0200 Date: Wed, 22 Feb 2006 09:43:49 +0200 From: John Oxley To: freebsd-questions@freebsd.org Message-ID: <20060222074349.GB15366@yoafrica.com> References: <43FA54C7.2090600@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43FA54C7.2090600@gmail.com> User-Agent: Mutt/1.5.11+cvs20060126 Subject: Re: PPPoE Max Tunnels, X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 07:43:49 -0000 On Mon, Feb 20, 2006 at 05:46:15PM -0600, Porpoise Power wrote: > Please excuse me if I make a mistake here as I'm more familar with OpenBSD's > ppp and pf daemons. What does your conf files look like? Also > Your network settings look a little funny, Can you elaborate on them? > It might be a source of the problem. OK, I have two NIC's, bge0 with a public IP and vr0 which I've assigned the private ip 10.42.73.37/8 which I sucked out my thumb. I'm using the standard pppoe startup script and this is in my /etc/rc.conf pppoed_enable="YES" pppoed_flags="-d -P /var/run/pppoed.pid -a yonetwork -l default" pppoed_interface="vr0" The contents of my /etc/ppp/ppp.conf are: default: set log Chat Command Phase enable pap allow mode direct enable proxy disable ipv6cp set mru 1472 set mtu 1472 set ifaddr 10.42.73.38 10.42.73.37 set radius /etc/radius.conf accept dns The contents of /etc/radius.conf are: auth radiusmachine:1812 "my_secret" acct radiusmachine:1813 "my_secret" That is all the configuration that I have for the PPPoE setup. I have configured the machine as a gateway and there is no firewall running on the box at the moment. It plugs into a switch and I'm statically routing the netblocks that my clients use to the bge interface of the box. All the clients use public IPs. Here is a snippet of the output of ifconfig: tun26: flags=8051 mtu 1492 inet 10.42.73.38 --> xxx.xxx.xxx.26 netmask 0xffffffff Opened by PID 490 tun27: flags=8051 mtu 1492 inet 10.42.73.38 --> xxx.xxx.xxx.13 netmask 0xffffffff Opened by PID 754 tun28: flags=8051 mtu 1492 inet 10.42.73.38 --> xxx.xxx.xxx.7 netmask 0xffffffff Opened by PID 563 The problem is that the machine will not take more than 30 clients. I'm trying to find a limit somewhere in the config files but I can't. The kernel has NETGRAPH, NETGRAPH_PPP and NETGRAPH_PPPOE in it. Any ideas? -John From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 07:51:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4965F16A420 for ; Wed, 22 Feb 2006 07:51:20 +0000 (GMT) (envelope-from ben@spooty.net) Received: from swift.swiftnames.com (swift.swiftnames.com [205.214.82.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA0AF43D46 for ; Wed, 22 Feb 2006 07:51:19 +0000 (GMT) (envelope-from ben@spooty.net) Received: from cpc2-brig8-4-0-cust31.brig.cable.ntl.com ([86.10.171.31] helo=[192.168.1.101]) by swift.swiftnames.com with esmtpa (Exim 4.44) id 1FBomE-0003Yf-UC; Wed, 22 Feb 2006 00:51:11 -0700 From: Ben Paley To: Lowell Gilbert Date: Wed, 22 Feb 2006 07:51:06 +0000 User-Agent: KMail/1.9.1 References: <200602202339.44245.ben@spooty.net> <200602210724.39754.ben@spooty.net> <444q2splud.fsf@be-well.ilk.org> In-Reply-To: <444q2splud.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602220751.07714.ben@spooty.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - swift.swiftnames.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spooty.net X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd@sopwith.solgatos.com, FreeBSD Questions Subject: Re: tar segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 07:51:20 -0000 On Tuesday 21 February 2006 19:12, Lowell Gilbert wrote: > Ben Paley writes: > > me$ pkg_info | grep tar > > gtar-1.15.1_1 GNU version of the traditional tar archiver > You're obviously not *using* gnu tar, because you would be getting > errors on the -l option if you were. Well, I haven't got round to debugging bsdtar (it compiles without warning using 'make' in /usr/src/usr.bin/tar/), but it turns out gtar works fine, using -h instead of -L . Thanks very much to both of you for pointing me towards a solution. Thanks, Ben From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 08:40:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F8716A420 for ; Wed, 22 Feb 2006 08:40:38 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF39543D48 for ; Wed, 22 Feb 2006 08:40:37 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.ATOSORIGIN.ES [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id B02382E041; Wed, 22 Feb 2006 09:40:40 +0100 (CET) Message-ID: <43FC23D1.3080901@locolomo.org> Date: Wed, 22 Feb 2006 09:41:53 +0100 From: Erik Norgaard User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Wayne References: <005e01c6370c$a66b1a50$a0c03143@acer2e68c49b20> In-Reply-To: <005e01c6370c$a66b1a50$a0c03143@acer2e68c49b20> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: where is my desktop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 08:40:38 -0000 Wayne wrote: > I'd like to know where my desktop is. All I get is the man pages. Now I got a screensaver But where is the rest of it. No terminal no telnet nothing. I can't even get the X box on the screen like I do with some of the other programs I have tried. How can I load up mfboot and the other file to floppies if my hard is dedicated to the FreeBSD an entire disk. > > Please Help! First help us help you: Tell us what you have done. Erik From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 08:45:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2967A16A420 for ; Wed, 22 Feb 2006 08:45:25 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id A224843D49 for ; Wed, 22 Feb 2006 08:45:24 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.ATOSORIGIN.ES [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id 9FA342E041; Wed, 22 Feb 2006 09:45:28 +0100 (CET) Message-ID: <43FC24F5.9020303@locolomo.org> Date: Wed, 22 Feb 2006 09:46:45 +0100 From: Erik Norgaard User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Peter References: <20060222030711.2842.qmail@web60017.mail.yahoo.com> In-Reply-To: <20060222030711.2842.qmail@web60017.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: anyone using voip? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 08:45:25 -0000 Peter wrote: > Hi, I'm looking for comments from people who are using a voip solution > with FreeBSD. The archives of this group show mixed results. I see there > is a skype port available. To me that implies that this is possible. > What of hardware? USB phones? You are looking for a VoIP client? there are some available such as kphone, alternatively linphone. With the exception of skype which does not support the open protocols I haven't had much luck to find a client that can traverse natting firewalls. Cheers, Erik From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 08:50:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 360C916A422 for ; Wed, 22 Feb 2006 08:50:30 +0000 (GMT) (envelope-from ananth_g@sifycorp.com) Received: from sifycorp.com (smtp.sifycorp.com [202.144.77.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C8F143D48 for ; Wed, 22 Feb 2006 08:50:28 +0000 (GMT) (envelope-from ananth_g@sifycorp.com) Received: (sifymail 20651 invoked from 10.1.8.85 by host sifycorpmail by uid 508); 22 Feb 2006 14:20:25 +0530 Received: from 10.1.8.85 (HELO sifycorp.com) (10.1.8.85) by 10.1.8.85 with SMTP; 22 Feb 2006 14:20:25 +0530 Received: (sifymail 20633 invoked from 10.1.25.113 by host sifycorpmail by uid 508); 22 Feb 2006 14:20:25 +0530 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=corporate; d=sifycorp.com; b=xnX0ILYmNJhUb1Sc/qd6se3iipz742lsq84eB5UQcGI+fMVrpNU6gZKtRlFSouMg ; Received: from 10.1.25.113 (HELO ?10.1.25.113?) (ananth?g@sifycorp.com@10.1.25.113)by 10.1.8.85 with SMTP; 22 Feb 2006 14:20:25 +0530 Message-ID: <43FC2597.6080602@sifycorp.com> Date: Wed, 22 Feb 2006 14:19:27 +0530 From: "Ananth.G" User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Contributing to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 08:50:30 -0000 hi all, I'm a developer who has atleast 3-4 hrs of spare time daily and would like to contribute it in woking on FreeBSD, the OS i love. Im really interested in working on some part of freebsd kernel. It would be great if someone comes up with a good part in kernel to start with. It will greatly help if someone guides me and act as a mentor. I think the following info will help. Im a C,C++/unix developer with 1 yr exp. I work on P4 , celeron x86 hardware (on FreeBSD 6.0 -RELEASE). regrds, ananth g. ********** DISCLAIMER ********** Information contained and transmitted by this E-MAIL is proprietary to Sify Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail & notify us immediately at admin@sifycorp.com www.sify.com - your homepage on the internet for news, sports, finance, astrology, movies, entertainment, food, languages etc From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 08:52:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBA9316A420 for ; Wed, 22 Feb 2006 08:52:21 +0000 (GMT) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [195.115.46.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E68643D46 for ; Wed, 22 Feb 2006 08:52:21 +0000 (GMT) (envelope-from bsd@todoo.biz) Received: from localhost (localhost [127.0.0.1]) by newmail.rmm.fr (Postfix) with ESMTP id 9562929465 for ; Wed, 22 Feb 2006 09:52:17 +0100 (CET) Received: from newmail.rmm.fr ([127.0.0.1]) by localhost (newmail.rmm.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01167-07 for ; Wed, 22 Feb 2006 09:52:15 +0100 (CET) Received: from [10.0.1.201] (me.todoo.biz [82.66.93.242]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by newmail.rmm.fr (Postfix) with ESMTP id 3AA6E29466 for ; Wed, 22 Feb 2006 09:52:15 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: quoted-printable Message-Id: <03FE3091-D266-45E9-9E49-89154B485FCF@todoo.biz> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed To: Liste FreeBSD From: bsd Date: Wed, 22 Feb 2006 09:52:16 +0100 X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: by amavisd-new at rmm.fr Subject: Strange messages from "daily report" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 08:52:22 -0000 I 've received these message in my daily report and was wondering =20 what was their meaning ? srv23.xxx.fr kernel log messages: > Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 > Timecounter "TSC" frequency 2992513943 Hz quality 800 > ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF Gregober ---> PGP ID --> 0x1BA3C2FD bsd @at@ todoo.biz ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 08:56:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2FC416A420 for ; Wed, 22 Feb 2006 08:56:12 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id D11F843D45 for ; Wed, 22 Feb 2006 08:56:10 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1M8trUV018506 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 22 Feb 2006 10:55:56 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1M8tUnJ001624; Wed, 22 Feb 2006 10:55:30 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1M8tU0J001623; Wed, 22 Feb 2006 10:55:30 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 22 Feb 2006 10:55:30 +0200 From: Giorgos Keramidas To: Peter Message-ID: <20060222085530.GA1513@flame.pc> References: <20060221174550.GA54062@flame.pc> <20060221192846.71648.qmail@web60015.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060221192846.71648.qmail@web60015.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.368, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: getting started with USB hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 08:56:12 -0000 On 2006-02-21 14:28, Peter wrote: > Thanks for your links. I have a hell of a time setting up > disks. This is what I did: > > # fdisk -BI da0 (using just -I failed) > # bsdlabel -w da0 > > Then I get stuck. > > # bsdlabel da0s1 (fails) That's ok. You used: # bsdlabel /dev/da0 This installs a "BSD label" starting at the boot record of the disk, not in a BIOS-like partition. You can then use BSD partitions named: /dev/da0a /dev/da0b ... If you really want to use a single BIOS slice (what DOS calls a "partition"), that contains one or more BSD partitions defined by a label, then you should install the BSD label on `da0s1' instead of `da0': # dd if=/dev/zero of=/dev/da0 bs=1024 count=64 # fdisk -B -I /dev/da0 # bsdlabel -w -B /dev/da0s1 Note the device name passed to bsdlabel. It's not da0, but da0s1. > Now I wonder why this disk which is supposed to be 200 GB, was > detected by FreeBSD (when connected) as 190 GB, shows up as 186 > GB inside sysinstall, and has a size of 180 GB when seen by df. A certain amount of slack space is occupied by partition and filesystem metadataand/or reserved for the superuser. You can't really do much to avoid wasting some space for a partition table, but that's pretty minimal. What you *can* and should do is think about the average file size you will be using and specify an appropriate set of newfs(8) or tunefs(8) options to configure the resulting filesystems. The tuning(7) manpage has some hints, but a bit of prior experience with tuning filesystems and some experimentation before the filesystem is put to real use can also go a long way :) - Giorgos From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 09:19:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9971716A420 for ; Wed, 22 Feb 2006 09:19:36 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9752943D46 for ; Wed, 22 Feb 2006 09:19:35 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id k1M9JSXB056979 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 22 Feb 2006 16:19:28 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id k1M9JQVV060955; Wed, 22 Feb 2006 16:19:26 +0700 (ICT) Date: Wed, 22 Feb 2006 16:19:26 +0700 (ICT) Message-Id: <200602220919.k1M9JQVV060955@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org In-reply-to: <200602210822.k1L8MfgA073773@banyan.cs.ait.ac.th> (message from Olivier Nicole on Tue, 21 Feb 2006 15:22:41 +0700 (ICT)) References: <200602210822.k1L8MfgA073773@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Problem building perl-5.8.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 09:19:36 -0000 Hi, I updated the ports, now it is perl 5.8.8 and still the same `sh cflags "optimize='-O -pipe'" toke.o` -fpic toke.c CCCMD = gcc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -O -pipe -Wall toke.c: In function `S_scan_formline': toke.c:10596: error: invalid operands to binary + toke.c:10596: error: invalid lvalue in unary `&' toke.c:10596: error: invalid lvalue in unary `&' *** Error code 1 Stop in /usr/ports/lang/perl5.8/work/perl-5.8.8. *** Error code 1 Stop in /usr/ports/lang/perl5.8. ufo: uname -a FreeBSD ufo.cs.ait.ac.th 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #3: Tue Feb 21 13:35:24 ICT 2006 root@ufo.cs.ait.ac.th:/usr/obj/usr/src/sys/SMALL i386 ufo: Any idea what that can be? Best regsards, Olivier From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 09:41:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4548216A420 for ; Wed, 22 Feb 2006 09:41:09 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D0643D46 for ; Wed, 22 Feb 2006 09:41:07 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 25532 invoked by uid 1010); 22 Feb 2006 11:41:03 +0200 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with AES256-SHA encrypted SMTP; 22 Feb 2006 11:41:03 +0200 Date: Wed, 22 Feb 2006 11:39:18 +0200 From: Adi Pircalabu To: Andrew Message-ID: <20060222113918.6730a879@apircalabu.dsd.ro> In-Reply-To: <1140566354.625.30.camel@netvista.network> References: <1140566354.625.30.camel@netvista.network> Organization: BitDefender X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-SpamStamp: 1.1.4 049000040111AAAAAAE X-BitDefender-Scanner: Clean, Agent: BitDefender Qmail 1.6.2 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: freebsd-questions@freebsd.org Subject: Re: using Realplayer codecs with mplayer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 09:41:09 -0000 On Tue, 21 Feb 2006 17:59:14 -0600 Andrew wrote: > I'd like to be able to use mplayer to play Realmedia files (more > specifically, streaming audio), but I can't seem to get it working > under FreeBSD. I have mplayer, realplayer and the win32-codecs ports > installed. mplayer and realplayer both work great, but mplayer refuses > to play Realaudio streams. Do you want to use MPlayer with Realplayer codecs? If so, you must rebuild mplayer using "WITH_REALPLAYER=1" argument for make. Bye -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 09:54:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F249216A420; Wed, 22 Feb 2006 09:54:11 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub03.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6741B43D45; Wed, 22 Feb 2006 09:54:11 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub03.unibe.ch [130.92.254.67]) by mailhub03.unibe.ch (Postfix) with ESMTP id A743D1E3F3; Wed, 22 Feb 2006 10:54:09 +0100 (CET) Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub03.unibe.ch [130.92.254.67]) (amavisd-new, port 10024) with LMTP id 12107-07-84; Wed, 22 Feb 2006 10:54:07 +0100 (CET) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 928FE2921A; Wed, 22 Feb 2006 10:54:07 +0100 (CET) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.12.10+Sun/8.12.10) with ESMTP id k1M9s78Z002058; Wed, 22 Feb 2006 10:54:07 +0100 (MET) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k1M9s7dX015700; Wed, 22 Feb 2006 10:54:07 +0100 (MET) Date: Wed, 22 Feb 2006 10:54:07 +0100 From: Tobias Roth To: "Ananth.G" Message-ID: <20060222095407.GA15684@droopy.unibe.ch> References: <43FC2597.6080602@sifycorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43FC2597.6080602@sifycorp.com> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Contributing to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 09:54:12 -0000 On Wed, Feb 22, 2006 at 02:19:27PM +0530, Ananth.G wrote: > hi all, > I'm a developer who has atleast 3-4 hrs of spare time daily and would > like to contribute it in woking on FreeBSD, the OS i love. Im really > interested in working on some part of freebsd kernel. It would be great > if someone comes up with a good part in kernel to start with. It will > greatly help if someone guides me and act as a mentor. I think the > following info will help. > > Im a C,C++/unix developer with 1 yr exp. > I work on P4 , celeron x86 hardware (on FreeBSD 6.0 -RELEASE). Hi See http://www.freebsd.org/projects/ideas/ and http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing/index.html for a lot of ideas where to start. greets, Tobias From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 09:54:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC03516A420 for ; Wed, 22 Feb 2006 09:54:38 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from mail.dc-servers.com (mail.dc-servers.com [83.243.101.206]) by mx1.FreeBSD.org (Postfix) with SMTP id D4B7943D45 for ; Wed, 22 Feb 2006 09:54:37 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: (qmail 31297 invoked by uid 399); 22 Feb 2006 09:54:37 -0000 Received: from unknown (HELO alfie.jigsawhq.com) (work@ashleymoran.me.uk@213.106.224.113) by mail.dc-servers.com with SMTP; 22 Feb 2006 09:54:37 -0000 From: Ashley Moran Organization: Codeweavers Ltd To: freebsd-questions@freebsd.org Date: Wed, 22 Feb 2006 09:53:10 +0000 User-Agent: KMail/1.9.1 References: <8c045aa53e5a90ced573824a69678b83@abc.se> In-Reply-To: <8c045aa53e5a90ced573824a69678b83@abc.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602220953.10997.work@ashleymoran.me.uk> Cc: elisabet lundvall Subject: Re: Free BSD on Macintosh OS 10.3.9 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 09:54:38 -0000 On Tuesday 21 February 2006 20:14, elisabet lundvall wrote: > can I use free BSD in my mac? I have Panther in my iBook, but there is > no BSD in it. > I tryed once to get it from the CD OS 10.2.3, but since it was older > than my updated > system OS 10.3.9 the system crashed! I need the BSD to try out the > Adobe program Indesign. > Do you know what I should do? Elizabet, I think you're confusing the BSD Base System (installed as an optional extra off the OS X CD) with FreeBSD (a complete operating system). If you need the BSD base system you will need an up-to-date OS X CD. But I've found it won't work with a patched system, so you will at best have to reinstall off a 10.3 CD. (or upgrade to 10.4) Ashley From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 10:05:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA1116A420 for ; Wed, 22 Feb 2006 10:05:06 +0000 (GMT) (envelope-from imran@darkstar.thelakecity.com.pk) Received: from darkstar.thelakecity.com.pk (darkstar.thelakecity.com.pk [202.59.74.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A19743D66 for ; Wed, 22 Feb 2006 10:04:44 +0000 (GMT) (envelope-from imran@darkstar.thelakecity.com.pk) Received: from darkstar.thelakecity.com.pk (localhost [127.0.0.1]) by darkstar.thelakecity.com.pk (8.13.3/8.13.3) with ESMTP id k1L5N2oR004955 for ; Tue, 21 Feb 2006 10:23:02 +0500 (PKT) (envelope-from imran@darkstar.thelakecity.com.pk) Received: (from root@localhost) by darkstar.thelakecity.com.pk (8.13.3/8.13.3/Submit) id k1L5N1K0004952 for freebsd-questions@freebsd.org; Tue, 21 Feb 2006 10:23:01 +0500 (PKT) (envelope-from imran) Date: Tue, 21 Feb 2006 10:23:01 +0500 (PKT) From: Imran Imtiaz Message-Id: <200602210523.k1L5N1K0004952@darkstar.thelakecity.com.pk> To: freebsd-questions@freebsd.org Subject: proxy, nat and traffic shapping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 10:05:06 -0000 Hi ! I have FreeBSD 5.4 installed. There is IPFIREWALL, IPFIREWALL_FORWARD, IPDIVERT and DUMMYNET in my kernel configration. On my FBSD gateway to the Internet I would like to use NAT (of course :-))) ), transparent proxy and limit the outgoing traffic. xl0 (62.169.170.166/30) is the public interface, xl1 (192.168.1.1/24) is the private one. If my firewall rules look like: ipfw pipe 1 config bw 256Kbit/s queue 40Kbytes ipfw add 47 pipe 1 ip from any to any out via xl0 ipfw add 48 allow ip from 192.168.1.1 to any ipfw add 49 fwd 192.168.1.1,3128 tcp from 192.168.1.0/24 to any 80 ipfw add 50 divert 8668 ip from any to any via xl0 ... (the rest of OPEN firewall rules) nothing except http (because of transparent proxy, I think) goes through the gateway from the local net. If my firewall rules look like: ipfw pipe 1 config bw 256Kbit/s queue 40Kbytes ipfw add 47 pipe 1 ip from 62.169.170.166 to any out via xl0 ipfw add 48 allow ip from 192.168.1.1 to any ipfw add 49 fwd 192.168.1.1,3128 tcp from 192.168.1.0/24 to any 80 ipfw add 50 divert 8668 ip from any to any via xl0 ... (the rest of OPEN firewall rules) everything works fine except except the bandwith limitation. Do you have any ideas, how to get these three things (bandwith limitation, nat, transparent proxy) work together ? Thanks a lot in advance. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 10:08:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C616F16A420 for ; Wed, 22 Feb 2006 10:08:15 +0000 (GMT) (envelope-from robin@reportlab.com) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 6D35C43D45 for ; Wed, 22 Feb 2006 10:08:15 +0000 (GMT) (envelope-from robin@reportlab.com) Received: (qmail 39559 invoked from network); 22 Feb 2006 10:08:14 -0000 Received: from unknown (HELO ?192.168.0.3?) (unknown) by unknown with SMTP; 22 Feb 2006 10:08:14 -0000 X-pair-Authenticated: 217.196.247.135 Message-ID: <43FC380E.9020808@chamonix.reportlab.co.uk> Date: Wed, 22 Feb 2006 10:08:14 +0000 From: Robin Becker User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: denyhosts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 10:08:15 -0000 I'm trying out the denyhosts port; it starts up and performs as expected, but it won't recognize a running instance as this python if test fails. Is there a more freebsd way for python to find out if a given process is running? if os.access(os.path.join("/proc", str(pid)), os.F_OK): return pid else: return STATE_LOCK_EXISTS -- Robin Becker From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 10:12:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A29C16A420; Wed, 22 Feb 2006 10:12:46 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D00E43D45; Wed, 22 Feb 2006 10:12:45 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.ATOSORIGIN.ES [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id 199B72E041; Wed, 22 Feb 2006 11:12:49 +0100 (CET) Message-ID: <43FC396F.5020200@locolomo.org> Date: Wed, 22 Feb 2006 11:14:07 +0100 From: Erik Norgaard User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "Ananth.G" References: <43FC2597.6080602@sifycorp.com> In-Reply-To: <43FC2597.6080602@sifycorp.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Contributing to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 10:12:46 -0000 Ananth.G wrote: > hi all, > I'm a developer who has atleast 3-4 hrs of spare time daily and would > like to contribute it in woking on FreeBSD, the OS i love. Im really > interested in working on some part of freebsd kernel. It would be great > if someone comes up with a good part in kernel to start with. It will > greatly help if someone guides me and act as a mentor. I think the > following info will help. > > Im a C,C++/unix developer with 1 yr exp. > I work on P4 , celeron x86 hardware (on FreeBSD 6.0 -RELEASE). There are two places to look: 1) The idea list, small and big ideas, there is a long list of projects for the kernel. see http://www.freebsd.org/projects/ideas/ 2) Problem Reports: PR's with status "s" suspended are remarked as: "The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended." Of course, you can always take a look at an open PR. http://www.freebsd.org/support/bugreports.html Cheers, Erik From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 10:28:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC09B16A420 for ; Wed, 22 Feb 2006 10:28:46 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DC343D46 for ; Wed, 22 Feb 2006 10:28:45 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by nproxy.gmail.com with SMTP id c31so905416nfb for ; Wed, 22 Feb 2006 02:28:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=N3OIjS1cZlVno+WU8Hj3Uis9w5YzmJyqBfuhRbviyn2W1F6MomRg2A8tJCJW1f3RtOl0ckcTcsUT2OeejPADyBtA6QKLwo4BmGLxhzcgGX7bK7m4Dt2M2/o5c5tV35Vyte0T5rqG8qOMKO+Tpj0i+OnaSZBbFDFwp63xAem74qQ= Received: by 10.48.238.3 with SMTP id l3mr1808713nfh; Wed, 22 Feb 2006 02:28:44 -0800 (PST) Received: by 10.49.30.6 with HTTP; Wed, 22 Feb 2006 02:28:44 -0800 (PST) Message-ID: Date: Wed, 22 Feb 2006 11:28:44 +0100 From: "Pietro Cerutti" To: freebsd-questions@freebsd.org, tundra@tundraware.com In-Reply-To: <43FB8466.6070904@tundraware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43FB8466.6070904@tundraware.com> Cc: Subject: Re: Trouble Making OpenOffice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 10:28:46 -0000 On 2/21/06, Tim Daneliuk wrote: > I am trying to build OO 2.02rc1 > on FBSD 6.1-PRERELEASE. I see this error: > > ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.or= g-2.0/work/OOB680_m1/testtools/source/bridgetest > dmake: Error code 1, while making 'build_instsetoo_native' > > Ideas anyone? Try symlinking the required library: # cd $JAVA_HOME/jre/lib/i386 && ln -s xawt/libmawt.so . Hope this helps, > -- > -------------------------------------------------------------------------= --- > Tim Daneliuk tundra@tundraware.com > PGP Key: http://www.tundraware.com/PGP/ -- Pietro Cerutti Non lasciar calpestare i TUOI diritti! Don't let 'em take YOUR rights! NO al Trusted Computing! Say NO to Trusted Computing! www.no1984.org www.againsttcpa.com From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 11:07:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33EBB16A422 for ; Wed, 22 Feb 2006 11:07:25 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id E79D843D46 for ; Wed, 22 Feb 2006 11:07:23 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k1MB7Lu50995; Wed, 22 Feb 2006 03:07:21 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "manish jain" , Date: Wed, 22 Feb 2006 03:07:21 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> Importance: Normal Cc: Subject: RE: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 11:07:25 -0000 Years ago the APC BackUPSs did come with a serial port. APC sold the BackUPS and the SmartUPS. Both had serial ports, both could be used to shut down the system. The difference was you could query the Smart UPS to findout how much life was left in the battery. Then 2 things happened, first APC realized that a lot of consumers out there didn't know or care that their UPS had a serial port that could shut down the computer, and second sales of BackUPS were cannibalizing sales of SmartUPS. So APC renamed the normal BackUPS with the serial port into the BackUPS Pro, and came out with a consumer el-cheapo line of throwaway UPS's they named the BackUPS. It is no wonder your confused because most documentation on the Internet for UPSes talks about backups, but what they are meaning is pre-apc-getting-greedy-backups upses, not post-apc-getting-greedy-backupses-that-are-named-the-same -as-their-predicessors. Fortunately, the used market is awash in UPSes that have burned out batteries. Just find the local supplier of lead-acid gell cells and make friends with him and your in like flyn. Any large city has at least 1 of them. Quite a large number of businesses out there find that it is cheaper to toss an old 600VA ups and buy a new one when the battery dies, rather than pay some tech for an hours worth of time to pull the old battery and replace it, then test the UPS to make sure it's still working. Also, a lot of techs misdiagnose UPS battery failures and don't know how to test them anyway. I've found old APC UPSes for sale very cheap and very few of them have failed. Testing is very easy. Just plug the new batteries in, and before plugging the UPS into the wall, clip a voltmeter on the battery terminals. If you get any voltage rise at all, even a half a volt, when the UPS is plugged in, the charging circuit is OK. Then plug a computer into the UPS, turn it on, and unplug the UPS from the wall and if the inverter goes on, then the inverter is working and the UPS is perfectly OK. This test does not work with old batteries because old batteries often fail in unusual ways. And the new batteries should not be at 100% of charge, which they won't be if they have been on the shelf for a month or so. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of manish jain >Sent: Tuesday, February 21, 2006 6:09 AM >To: freebsd-questions@freebsd.org >Subject: Making APC 500 Back UPS (basic) work with FreeBSD > > >Hi, > > I just purchased an APC 500 Back UPS (the basic model, not >the pro/smart one). It does not have any serial/usb interface. >Can I get apcupsd or any other daemon to work with it so that >the system automatically shuts down before backup supply runs out ? > > If someone can attach a sample configuration file, I shall be >grateful. > > Thanks > Manish Jain > > > >--------------------------------- > Yahoo! Mail > Use Photomail to share photos without annoying attachments. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.375 / Virus Database: 267.15.12/265 - Release >Date: 2/20/2006 > From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 11:07:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5CAC16A420 for ; Wed, 22 Feb 2006 11:07:39 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3835343D46 for ; Wed, 22 Feb 2006 11:07:39 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k1MB7Mu50998; Wed, 22 Feb 2006 03:07:22 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Donald J. O'Neill" , "Chuck Swiger" Date: Wed, 22 Feb 2006 03:07:21 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <200602211047.24449.duncan.fbsd@gmail.com> Importance: Normal Cc: manish jain , freebsd-questions@freebsd.org Subject: RE: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 11:07:39 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Donald J. >O'Neill >Sent: Tuesday, February 21, 2006 8:47 AM >To: Chuck Swiger >Cc: manish jain; freebsd-questions@freebsd.org >Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD > > > >Then, thats got to be a really old, old one. I've been working (playing >with actually) with computers since the color computer. I won't admit >to anything further back than that. I've never seen one that didn't >have some means of communication (monitoring). Not from APC anyway. > APC has made a lot of older BackUPSs that didn't have the com port that date back to the Color Computer days, you just wern't paying attention. For example the BackUPS 200VA (that unit was discontinued years ago) didn't have one, neither did the BackUPS 250 and 300 VA units from that era. (all of those are discontinued) However the models that didn't have the com port back in the olden days, were all very low, low VA units, under 350VA. It wasn't until modern times that APC decided to screw it all up. Ted From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 11:09:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90C8C16A420 for ; Wed, 22 Feb 2006 11:09:14 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 099D443D4C for ; Wed, 22 Feb 2006 11:09:13 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k1MB7Au50986; Wed, 22 Feb 2006 03:07:11 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Chuck Swiger" , "Don O'Neil" Date: Wed, 22 Feb 2006 03:07:10 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <43F884EC.70902@mac.com> Importance: Normal Cc: freebsd-questions@freebsd.org Subject: RE: 3Ware Escalade Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 11:09:14 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Chuck Swiger >Sent: Sunday, February 19, 2006 6:47 AM >To: Don O'Neil >Cc: freebsd-questions@freebsd.org >Subject: Re: 3Ware Escalade Issues > > >Don O'Neil wrote: >> There appears to be a bad sector on one of the drives >according to smartctl, >> but nothing serious. > >What that may mean is that there have been many bad sectors, >which have been >corrected using the spares, until no more spare sectors are >left for replacements. > >That drive may well fail catastrophically, soon. > _Will_ fail soon! >> However, every time the system tried to write to that sector >in the array, >> the system would freeze, and then reboot, and of course it >would say the >> file system isn't clean, etc... >> >> Since the file system is 1 TB in size, it would take 8+ hours >to FSCK it. >> The array is only striped, and not mirrored or built with >redunancy. I'm >> basically using the card/driver to make one large volume for >a web server. > >OK. Well, if this data is important to you, you should give >consideration to >using a RAID-1, RAID-10, or RAID-5 configuration to gain redundancy. > RAID0-1 is the way to go - disks are cheap now. Fry's was selling 300GB UDMA Seagates yesterday for $69.00 with rebates. You can find Promise and Highpoint UDMA RAID 100 cards on Ebay for $15 or so. >> I have a few questions: >> >> 1) Is this a known bug? I'm running FreeBSD 4.11 (for >software compatibility No it is not a bug. >> issues at the moment, I will upgrade at some point in the future) > >Normally, the OS will only kill the affected processes using >that sector, No, Chuck, the OS has no knowledge of bad sectors on the disk. All UNIXes out there assume perfect storage media, and perfect RAM. It is the hardware's job to handle error correction or containment. All the OS knows in a disk error is that it is pulling data off the disk and doing something with it. If the data that's pulled off is corrupted and happens to be a device driver or some such, or other part of the kernel (perhaps it was swapped out) then the system will crash. Otherwise the system won't know the difference if the area is user data. If it's a program then the results will be the same as if the program had a bug in it, it will unexpectedly terminate. People have lost databases due to corruption by not knowing about disk failures like this. but >without knowing where it is, perhaps it's affecting some >important file like the >kernel itself, /bin/sh...? > >> 2) How can I trap the errors and eliminate the re-boot issue? > >Shut down the system. Replace the failing hard drive. Use dd >to make an exact >copy onto the new drive on some other system. and put the new >drive back into >the array. Note that the replacement drive must be an exact >match for this to >work, otherwise you will have to backup your data and rebuild the array. > >Speaking of which, do you have known-good backups available? > >> 3) Is there some way I can do a faster FSCK, or perhaps >'fool' the system >> into thinking the file system is clean? > >If you update to 5.x or later, you can use background FSCK >rather than having to >wait for the FSCK to complete the way it does under 4.x. > >> 4) Any suggestions on how to fix this? > >Also, if you update to 5.x, you can run the smartmon tools, >which will let you >do a drive self-test using SMART, this will give much better >information about >what is going on with the drive, and also give an estimate of >its remaining >lifespan. > >How old are the drives, if you know? > A lot of the drive manufacturers these days are offering plenty generous warranties, it is likely his disk is still under warranty. Ted >-- >-Chuck > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.375 / Virus Database: 267.15.12/265 - Release >Date: 2/20/2006 > From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 11:11:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D103016A420 for ; Wed, 22 Feb 2006 11:11:49 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id E27D143D48 for ; Wed, 22 Feb 2006 11:11:48 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1MBBSEs023836 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 22 Feb 2006 13:11:30 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1MBB5dX011384; Wed, 22 Feb 2006 13:11:05 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1MBB4IK011383; Wed, 22 Feb 2006 13:11:04 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 22 Feb 2006 13:11:04 +0200 From: Giorgos Keramidas To: Chris Maness Message-ID: <20060222111104.GB1981@flame.pc> References: <43FBFC2E.302@chrismaness.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline In-Reply-To: <43FBFC2E.302@chrismaness.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.577, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.82, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org Cc: freebsd-questions@freebsd.org Subject: Re: How Do I Make a Bug Report? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 11:11:49 -0000 --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2006-02-21 21:52, Chris Maness wrote: > I found out why I was not able to log in to my new CUPS installation > web interface. The ports patched source tree installation put the > CGI files in the wrong place. I moved them to where they are > supposed to be and now I can log in. How do I formally complain > that this port is screwed up. I had e-mailed the port maintainer > and did not receive any response. Hi Chris, You can submit a bug report for one of the FreeBSD components in one of two ways: 1. Through email. You must run the send-pr(1) or the sendbug(1) utility on a FreeBSD system that has a working email setup. 2. To post a bug through the web interface, point your favorite browser at the address: http://www.freebsd.org/send-pr.hmtl Before submitting a bug report, please make sure you read the bug reporting guidelines. These guidelines, in the form of a short article titled ``Writing FreeBSD Problem Reports'', can be found at: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/index.html Since the problem you describe seems to be related to ports, please make sure you select `ports' as the `Category' of the bug report. - Giorgos --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFD/EbI1g+UGjGGA7YRAuBJAJ9nzxh94Dl8zkpIOCXBWj6N5CayRACeJgtT hUlKW6soFGsbLu4YKziO1Fo= =nqGe -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4-- From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 11:21:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A26216A420 for ; Wed, 22 Feb 2006 11:21:12 +0000 (GMT) (envelope-from alec@thened.net) Received: from empmail.bowdoin.edu (empmail.bowdoin.edu [139.140.14.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8CEA43D5A for ; Wed, 22 Feb 2006 11:21:11 +0000 (GMT) (envelope-from alec@thened.net) Received: from shredder.bowdoin.edu ([139.140.181.133]) by empmail.bowdoin.edu (Sun Java System Messaging Server 6.1 HotFix 0.01 (built Jun 24 2004)) with ESMTPP id <0IV300HQQ67ANF70@empmail.bowdoin.edu> for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 06:21:11 -0500 (EST) Received: by shredder.bowdoin.edu (Postfix, from userid 12008) id 7AB3CCC87; Wed, 22 Feb 2006 06:21:10 -0500 (EST) Date: Wed, 22 Feb 2006 11:21:10 +0000 From: Alec Berryman In-reply-to: <43FC380E.9020808@chamonix.reportlab.co.uk> To: freebsd-questions@freebsd.org Message-id: <20060222112110.GA40475@thened.net> MIME-version: 1.0 Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary=bg08WKrSYDhXBjb5 Content-disposition: inline X-Ned-Wuz-Here: Yes X-GPG-Fingerprint: 3DB5 8785 53D9 8BF4 5049 B6B9 02E7 7FD9 881C 85C4 X-GPG-Key-ID: 881C85C4 References: <43FC380E.9020808@chamonix.reportlab.co.uk> User-Agent: Mutt/1.5.11 Subject: Re: denyhosts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 11:21:12 -0000 --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Robin Becker on 2006-02-22 10:08:14 +0000: > I'm trying out the denyhosts port; it starts up and performs as expected, > but it won't recognize a running instance as this python if test fails. I= s=20 > there a more freebsd way for python to find out if a given process is=20 > running? >=20 > if os.access(os.path.join("/proc", str(pid)), os.F_OK): > return pid > else: > return STATE_LOCK_EXISTS I assume you don't have /proc mounted; see procfs(5). --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFD/EkmAud/2YgchcQRAtcpAKCD7ZKAsHjPeoW4EYZv7lnLChchLgCgnZbj FdnfbDVYZ5yjvFN/8m378tE= =YzHz -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5-- From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 11:34:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E52D16A420 for ; Wed, 22 Feb 2006 11:34:20 +0000 (GMT) (envelope-from zoo9000@hotmail.com) Received: from hotmail.com (bay101-f19.bay101.hotmail.com [64.4.56.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A9743D79 for ; Wed, 22 Feb 2006 11:34:15 +0000 (GMT) (envelope-from zoo9000@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 22 Feb 2006 03:34:14 -0800 Message-ID: Received: from 64.4.56.200 by by101fd.bay101.hotmail.msn.com with HTTP; Wed, 22 Feb 2006 11:34:11 GMT X-Originating-IP: [195.172.219.66] X-Originating-Email: [zoo9000@hotmail.com] X-Sender: zoo9000@hotmail.com From: "Ken Williams" To: freebsd-questions@freebsd.org Date: Wed, 22 Feb 2006 11:34:11 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 22 Feb 2006 11:34:14.0733 (UTC) FILETIME=[E88C17D0:01C637A3] Subject: virtual memory exhausted: Cannot allocate memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 11:34:20 -0000 Hi FreeBSD folks, I'm having trouble compiling the java/jdk15 package. I've downloaded the files from Sun and eyesbeyond, as per usual. When I go to the jdk15 directory and do 'make' the compilation starts and runs for an hour or two and then grinds to a halt with the following error message; ------------------------------------------------------------------------------ gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' gmake[3]: Entering directory `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' Compiling ../generated/adfiles/ad_i486.cpp virtual memory exhausted: Cannot allocate memory gmake[3]: *** [ad_i486.o] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' gmake[2]: *** [the_vm] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' gmake[1]: *** [jvmg] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp' gmake: *** [jvmg] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk15. ------------------------------------------------------------------------------ The PC I'm using has a 2.3GHz Pentium, with 128MB memory and 70GB free disk space running FreeBSD-6.1PRERELEASE. Interestingly, when I run 'make' and do 'top' the compilation process steadily grows to 128MB in size and then stays at that size until it grinds to a halt. I was under the impression that FreeBSD imposed a default maximum process size of 512MB, maybe that's changed or I was wrong (anyone ??). After Googling, I found that the way to increase the maximum process size was to add the following entries to /boot/loader.conf and reboot; root$ more /boot/loader.conf kern.maxdsiz="1073741824" # 1GB kern.dfldsiz="1073741824" # 1GB kern.maxssiz="134217728" # 128MB I did this and tried compiling jdk15 again but it made no difference. So I had the idea that another way to increase the amount of virtual memory available is to increase the amount of swap memory available (correct ??) which I did (to 1GB) as described in the Handbook here (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/adding-swap-space.html). This I did, and when I do 'top' it shows up as available swap memory but when I tried compiling jdk15 again it also made no difference. I've also checked my resource limits (ulimit) but they look reasonable to me; root$ ulimit -SHacdflmnpstuv core file size (blocks, -c) unlimited data seg size (kbytes, -d) 524288 file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 1735 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 65536 cpu time (seconds, -t) unlimited max user processes (-u) 867 virtual memory (kbytes, -v) unlimited For info, I also have java/linux-sun-jdk14 installed with linprocfs mounted (to bootstrap the jdk15 installation) but I don't think this is related to my problem. I'm at a bit of a loss what to do next. Do I need to buy some more memory for my PC (just to compile jdk15) or is there anything else I can try or change in FreeBSD which may help me ? Any help is much appreciated. Ken From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 11:37:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ABA216A420 for ; Wed, 22 Feb 2006 11:37:44 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29F3643D6A for ; Wed, 22 Feb 2006 11:37:43 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k1MBbau51196; Wed, 22 Feb 2006 03:37:36 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "elisabet lundvall" , Date: Wed, 22 Feb 2006 03:37:36 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <8c045aa53e5a90ced573824a69678b83@abc.se> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: Free BSD on Macintosh OS 10.3.9 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 11:37:44 -0000 Elisabet, I don't think you need the BSD base system to run Adobe Indesign system. But, if you do then you have to do it this way: 1) backup all your data files from your iBook. Unplug your ethernet connection so you have no network connection. 2) insert disk #1 of the Panther OS and boot with the C key to boot off the CD 3) When the option comes up asking if you want to install OSX, select the option to completely erase the existing disk and reinitialize it. 4) Install Panther. 5) Before plugging in the ethernet cable, boot from the hard disk of the iBook, insert disk #1, and go to the additional installers and run the BSD system installer. 6) Plug in ethernet cable and run Software Update. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of >elisabet lundvall >Sent: Tuesday, February 21, 2006 12:14 PM >To: freebsd-questions@freebsd.org >Subject: Free BSD on Macintosh OS 10.3.9 ? > > >Hi, >can I use free BSD in my mac? I have Panther in my iBook, but there is >no BSD in it. >I tryed once to get it from the CD OS 10.2.3, but since it was older >than my updated >system OS 10.3.9 the system crashed! I need the BSD to try out the >Adobe program Indesign. >Do you know what I should do? >Yours >Elisabet Lundvall > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.375 / Virus Database: 267.15.12/265 - Release >Date: 2/20/2006 > From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 11:38:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1957016A422 for ; Wed, 22 Feb 2006 11:38:59 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41DB643D70 for ; Wed, 22 Feb 2006 11:38:58 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k1MBbWu51193; Wed, 22 Feb 2006 03:37:36 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Ashley Moran" , Date: Wed, 22 Feb 2006 03:37:32 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200602220953.10997.work@ashleymoran.me.uk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: elisabet lundvall Subject: RE: Free BSD on Macintosh OS 10.3.9 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 11:38:59 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Ashley Moran >Sent: Wednesday, February 22, 2006 1:53 AM >To: freebsd-questions@freebsd.org >Cc: elisabet lundvall >Subject: Re: Free BSD on Macintosh OS 10.3.9 ? > > >On Tuesday 21 February 2006 20:14, elisabet lundvall wrote: >> can I use free BSD in my mac? I have Panther in my iBook, but there is >> no BSD in it. >> I tryed once to get it from the CD OS 10.2.3, but since it was older >> than my updated >> system OS 10.3.9 the system crashed! I need the BSD to try out the >> Adobe program Indesign. >> Do you know what I should do? > >Elizabet, > >I think you're confusing the BSD Base System (installed as an >optional extra >off the OS X CD) with FreeBSD (a complete operating system). > >If you need the BSD base system you will need an up-to-date OS >X CD. But I've >found it won't work with a patched system, so you will at best have to >reinstall off a 10.3 CD. (or upgrade to 10.4) > I don't think that is true. I just installed an OSX Panther system on a new hard disk in my G3 and it works fine. But you must install the BSD base system first, before patching anything, right after installing osX. And you must install osx on a clean disk. Ted From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 12:32:30 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 315C916A420 for ; Wed, 22 Feb 2006 12:32:30 +0000 (GMT) (envelope-from mamaj1979@hotmail.com) Received: from hotmail.com (bay19-f17.bay19.hotmail.com [64.4.53.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id F41A043D45 for ; Wed, 22 Feb 2006 12:32:29 +0000 (GMT) (envelope-from mamaj1979@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 22 Feb 2006 04:32:29 -0800 Message-ID: Received: from 212.106.77.180 by by19fd.bay19.hotmail.msn.com with HTTP; Wed, 22 Feb 2006 12:32:28 GMT X-Originating-IP: [212.106.77.180] X-Originating-Email: [mamaj1979@hotmail.com] X-Sender: mamaj1979@hotmail.com From: "mamaj m" To: questions@freebsd.org Date: Wed, 22 Feb 2006 12:32:28 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 22 Feb 2006 12:32:29.0472 (UTC) FILETIME=[0B92F200:01C637AC] Cc: Subject: mail login problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 12:32:30 -0000 The electricity goes down and the server drop down than when the electricity got back I could not log in to the server and I see in the logs file on the server the error (( ERR [SYS/PERM] Unable to process From lines (envelopes), change recognition modes or check for corrupted mail drop.)) This error I see it in the logs when I use the Microsoft outlook but if I try to login be web mail I log in but I cant see my inbox mails Thanks _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 12:50:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8509816A42D for ; Wed, 22 Feb 2006 12:50:07 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F6843D45 for ; Wed, 22 Feb 2006 12:50:06 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 15533 invoked from network); 22 Feb 2006 12:50:06 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Feb 2006 12:50:06 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id E60C028421; Wed, 22 Feb 2006 07:50:05 -0500 (EST) Sender: lowell@be-well.ilk.org To: Olivier Nicole References: <200602210822.k1L8MfgA073773@banyan.cs.ait.ac.th> <200602220919.k1M9JQVV060955@banyan.cs.ait.ac.th> From: Lowell Gilbert Date: 22 Feb 2006 07:50:05 -0500 In-Reply-To: <200602220919.k1M9JQVV060955@banyan.cs.ait.ac.th> Message-ID: <44y803bls2.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Problem building perl-5.8.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 12:50:07 -0000 Olivier Nicole writes: > I updated the ports, now it is perl 5.8.8 and still the same > > `sh cflags "optimize='-O -pipe'" toke.o` -fpic toke.c > CCCMD = gcc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -O -pipe -Wall > toke.c: In function `S_scan_formline': > toke.c:10596: error: invalid operands to binary + > toke.c:10596: error: invalid lvalue in unary `&' > toke.c:10596: error: invalid lvalue in unary `&' > *** Error code 1 > > Stop in /usr/ports/lang/perl5.8/work/perl-5.8.8. > *** Error code 1 > > Stop in /usr/ports/lang/perl5.8. > ufo: uname -a > FreeBSD ufo.cs.ait.ac.th 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #3: Tue Feb 21 13:35:24 ICT 2006 root@ufo.cs.ait.ac.th:/usr/obj/usr/src/sys/SMALL i386 > ufo: > > Any idea what that can be? Can you try with an empty make.conf file? From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 12:55:59 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A71416A420 for ; Wed, 22 Feb 2006 12:55:59 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD5B43D49 for ; Wed, 22 Feb 2006 12:55:57 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1MCtkgd029659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 22 Feb 2006 14:55:47 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1MCtOnH044160; Wed, 22 Feb 2006 14:55:24 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1MCtNsg044159; Wed, 22 Feb 2006 14:55:23 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 22 Feb 2006 14:55:23 +0200 From: Giorgos Keramidas To: mamaj m Message-ID: <20060222125523.GA44119@flame.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.369, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: questions@freebsd.org Subject: Re: mail login problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 12:55:59 -0000 On 2006-02-22 12:32, mamaj m wrote: > The electricity goes down and the server drop down than when the > electricity got back I could not log in to the server and I see in the logs > file on the server the error > (( ERR [SYS/PERM] Unable to process From lines (envelopes), change > recognition modes or check for corrupted mail drop.)) > This error I see it in the logs when I use the Microsoft outlook but if I > try to login be web mail I log in but I cant see my inbox mails * What server? * Does it run FreeBSD? * Which version of FreeBSD? * Does it run a particular version of mail server software? * What version of which software is that? * How is the mail server software configured? * Which logfile did you look at? * Are these the exact log file lines? You'll have to help us understand what's going on, if you expect us to help you too. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 13:09:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A87C516A420 for ; Wed, 22 Feb 2006 13:09:32 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp104.sbc.mail.re2.yahoo.com (smtp104.sbc.mail.re2.yahoo.com [68.142.229.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C67C43D48 for ; Wed, 22 Feb 2006 13:09:31 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 3478 invoked from network); 22 Feb 2006 13:09:31 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp104.sbc.mail.re2.yahoo.com with SMTP; 22 Feb 2006 13:09:31 -0000 From: "Donald J. O'Neill" To: "Ted Mittelstaedt" Date: Wed, 22 Feb 2006 07:09:22 -0600 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602220709.23183.duncan.fbsd@gmail.com> Cc: manish jain , freebsd-questions@freebsd.org Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 13:09:32 -0000 On Wednesday 22 February 2006 05:07, Ted Mittelstaedt wrote: > >-----Original Message----- > >From: owner-freebsd-questions@freebsd.org > >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Donald J. > >O'Neill > >Sent: Tuesday, February 21, 2006 8:47 AM > >To: Chuck Swiger > >Cc: manish jain; freebsd-questions@freebsd.org > >Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD > > > > > > > >Then, thats got to be a really old, old one. I've been working > > (playing with actually) with computers since the color computer. I > > won't admit to anything further back than that. I've never seen one > > that didn't have some means of communication (monitoring). Not from > > APC anyway. > > APC has made a lot of older BackUPSs that didn't have the com port > that date back to the Color Computer days, you just wern't paying > attention. For example the BackUPS 200VA (that unit was discontinued > years ago) didn't have one, neither did the BackUPS 250 and 300 VA > units from that era. (all of those are discontinued) However the > models that didn't have the com port back in the olden days, were all > very low, low VA units, under 350VA. > > It wasn't until modern times that APC decided to screw it all up. > > Ted Bill Gates had come out with: you can't do multi-user, multitasking with an 8 bit micro-processor. Here was this inexpensive computer from Radio Shack, already on the market, that would if you used OS9, also available from Radio Shack. About that time, I decided that Bill Gates aught to pay more attention to what was going on. At that time, my concern with, and about, power backup units was somewhere between none and none. I did know what one was, what it did, and why it was desirable to have one. I just didn't really have a need for one for a long time. After all, if you shutoff the PC, who cared if the power went down - as long as you shut down before that happened. As to your last statement, I'm wondering if you were saying, in a different way: they took a nice, simple piece of equipment, that did its job well, and added capabilities to it, that in order to utilize them, required more capabilities added to the units they were supplying power backup to. Ah, I see by your later post to the list & OP, given more in depth and with good advice, that's what you meant. Don From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 13:21:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20CA516A420 for ; Wed, 22 Feb 2006 13:21:56 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE2243D49 for ; Wed, 22 Feb 2006 13:21:55 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so1492595nzd for ; Wed, 22 Feb 2006 05:21:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:organization:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=El5E1INSvgYXhgJFKryDMbojSfbO0AYVgIZHi/PEzVV+vnTijtbxIwGlh7pObzItQsjDpSlgH3o2tMfBAzW5UxiL772sMLcD/LkEujCaUfe4Vhrl+oCgsCK5mrrn99IDQcPB9BJ5z7A2aEZJk2fnLhzNtndj5zG7xSaGnDBb2CY= Received: by 10.36.56.19 with SMTP id e19mr856724nza; Wed, 22 Feb 2006 05:21:54 -0800 (PST) Received: from ?192.168.0.100? ( [59.144.34.20]) by mx.gmail.com with ESMTP id i5sm5473842nzi.2006.02.22.05.21.53; Wed, 22 Feb 2006 05:21:54 -0800 (PST) Message-ID: <43FC66DD.1080408@gmail.com> Date: Wed, 22 Feb 2006 18:57:57 +0530 From: Chandan Haldar Organization: TISRA User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43F96644.3070306@gmail.com> <43F99F17.1040407@gmail.com> <43FA1C37.1070607@childeric.freeserve.co.uk> In-Reply-To: <43FA1C37.1070607@childeric.freeserve.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Ports/packages confusion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 13:21:56 -0000 Continuing to wallow in my pool of port upgrade sorrows, I'm confused on a few basic aspects of ports/packages maintenance. Looked around, but couldn't find much clarity (may be haven't found the right docs yet). Will someone please point me to an explanation for why the packages in my install sets (that I chose at the time of installation of my FreeBSD 6.0 Release), for example the X11R6 packages, do not show up in the installed packages list (pkg_info or pkg_version)? What will happen to the installed Xorg set if I try to upgrade to a newer Xorg rel through the ports/packages system? May be this would explain to me how (while trying to upgrade my installed ports including gnome 2.10->2,12 upgrade) I managed to mess up my working gnome 2.10 installation (done from the ISO disk images at FreeBSD install time) so badly that I'm finding it impossible to recover from that. The mysteries of pkgdb -F also needs way more effort than I have been able to give so far. It shows stale dependnecies right after portsnap fetch/extract even before pkg_info shows any packages installed. Why?! Where can I read a precise definition of 'stale dependency' as understood by the ports management programs? At the moment, portupgrade, portmanager, gnome_upgrade.sh (yes, I finally found that one too), nothing seems to be able to get gnome back up without throwing me right back into pkgdb -F with a whole bundle of stale dependencies that I do not know how to resolve manually staring at me. Is reinstalling FreeBSD + X + gnome + other packages from the Nov 2005 released ISO disk images my best bet to get back to a working system like I had before I attempted to upgrade my ports to the latest versions? I have not been hacking unix for several years recently, but was not exactly a complete newbie once upon a time. Thanks for any explanation or pointer. Chandan From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 13:26:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4189316A420 for ; Wed, 22 Feb 2006 13:26:20 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from mail.dc-servers.com (mail.dc-servers.com [83.243.101.206]) by mx1.FreeBSD.org (Postfix) with SMTP id AFF8643D75 for ; Wed, 22 Feb 2006 13:26:14 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: (qmail 11246 invoked by uid 399); 22 Feb 2006 13:26:15 -0000 Received: from unknown (HELO alfie.jigsawhq.com) (work@ashleymoran.me.uk@213.106.224.113) by mail.dc-servers.com with SMTP; 22 Feb 2006 13:26:15 -0000 From: Ashley Moran Organization: Codeweavers Ltd To: "Ted Mittelstaedt" Date: Wed, 22 Feb 2006 13:24:52 +0000 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200602221324.52534.work@ashleymoran.me.uk> Cc: elisabet lundvall , freebsd-questions@freebsd.org Subject: Re: Free BSD on Macintosh OS 10.3.9 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 13:26:20 -0000 On Wednesday 22 February 2006 11:37, Ted Mittelstaedt wrote: > I don't think that is true. =A0I just installed an OSX Panther system > on a new hard disk in my G3 and it works fine. =A0But you must install > the BSD base system first, before patching anything, right after > installing > osX. =A0And you must install osx on a clean disk. That's what I meant to say but it didn't come out very well :) Ashley From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 13:36:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12F9116A420 for ; Wed, 22 Feb 2006 13:36:21 +0000 (GMT) (envelope-from root@pukruppa.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88CA443D45 for ; Wed, 22 Feb 2006 13:36:20 +0000 (GMT) (envelope-from root@pukruppa.de) Received: from [213.146.114.24] (helo=reverse-213-146-114-24.cust.kamp-dsl.de) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis), id 0ML21M-1FBuAD0ZtQ-0006xf; Wed, 22 Feb 2006 14:36:18 +0100 Date: Wed, 22 Feb 2006 14:53:44 +0100 (CET) From: "P.U.Kruppa" X-X-Sender: root@www.pukruppa.net To: hal In-Reply-To: Message-ID: <20060222144705.C66240@www.pukruppa.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2446dbdf8275641f979193ced594c629 Cc: freebsd-questions@freebsd.org Subject: Re: Upgrade 5.4 to 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 13:36:21 -0000 On Tue, 21 Feb 2006, hal wrote: > Is there any reason why I should not upgrade a 5.4 > system to 6.0 as opposed to doing a clean install? Have a look at /usr/ports/UPDATING . You might find out you have to rebuild about all of your ports, which can be quite tedious - if you have many of them installed on an old slow machine. On the other hand: doing an upgrade from source might be a good exercise. Cheers, Uli. > > hal > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ********************************************* * Peter Ulrich Kruppa - Wuppertal - Germany * ********************************************* From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 14:04:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED39D16A420 for ; Wed, 22 Feb 2006 14:04:45 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7040A43D46 for ; Wed, 22 Feb 2006 14:04:45 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id D10135CB6; Wed, 22 Feb 2006 09:04:44 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 63498-09; Wed, 22 Feb 2006 09:04:44 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-199-129.ny325.east.verizon.net [68.160.199.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id CBDD15C48; Wed, 22 Feb 2006 09:04:43 -0500 (EST) Message-ID: <43FC6F80.7080809@mac.com> Date: Wed, 22 Feb 2006 09:04:48 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Robin Becker References: <43FC380E.9020808@chamonix.reportlab.co.uk> In-Reply-To: <43FC380E.9020808@chamonix.reportlab.co.uk> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: denyhosts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 14:04:46 -0000 Robin Becker wrote: > I'm trying out the denyhosts port; it starts up and performs as expected, > but it won't recognize a running instance as this python if test fails. > Is there a more freebsd way for python to find out if a given process is > running? > > if os.access(os.path.join("/proc", str(pid)), os.F_OK): > return pid > else: > return STATE_LOCK_EXISTS > If you know the pid, see whether you can deliver a continue signal to it: try: os.kill(pid, signal.SIGCONT) return pid except OSError: return STATE_LOCK_EXISTS -- -Chuck PS: "STALE_LOCK_EXISTS", maybe...? :-) From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 14:52:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8183D16A422 for ; Wed, 22 Feb 2006 14:52:28 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from relay0.av-mx.com (relay0.av-mx.com [137.118.16.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BD543D45 for ; Wed, 22 Feb 2006 14:52:27 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.55] (HELO mx3.av-mx.com) by relay0.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 178701038 for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 09:52:24 -0500 Received: (qmail 11627 invoked from network); 22 Feb 2006 14:52:24 -0000 Received: from dsl25177.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.114.177) by mx3.av-mx.com with SMTP; 22 Feb 2006 14:52:24 -0000 X-CLIENT-IP: 216.227.114.177 X-CLIENT-HOST: dsl25177.ywave.com Message-ID: <43FC7AA6.7050204@ywave.com> Date: Wed, 22 Feb 2006 06:52:22 -0800 From: Micah User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: kalin@el.net References: <57488.24.90.33.115.1140515174.squirrel@mail.el.net> <53073.68.165.89.71.1140583170.squirrel@mail.el.net> <43FBF49A.3020703@ywave.com> <53246.68.165.89.71.1140589649.squirrel@mail.el.net> In-Reply-To: <53246.68.165.89.71.1140589649.squirrel@mail.el.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-java@freebsd.org Subject: Re: eclipse looks for cairo.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 14:52:28 -0000 kalin mintchev wrote: >> I noticed you CC'd freebsd-java & freebsd-questions but didn't CC >> freebsd-eclipse@ Have you searched their archives? Tried the >> WITHOUT_CAIRO=yes knob? What kind of system are you trying to build >> this on? > > thanks Micah.. i'm not sure if i want to exclude cairo from the build. > i'm not very aware of what is it exactly - i know it's a graphic library - > but i think it has to do with the graphical interface of eclipse. it was > needed for firefox 1.5 too.... > the system is a 2 weeks old freebsd 6.0 release. no current or stable.. > as far as archives i searched google mostly and the freebsd java > archives.... i'm aware of the eclipse list - just wanted to avoid > subscribing to another one - i have more then 50 now - and hoping that > somebody here knows about it. or on the java list... > > apparently the issue is not a very widely experienced one. maybe only > recently the cairo 1.0.2 port was marked as broken.... > > thanks... According to http://www.freshports.org/graphics/cairo cairo hasn't been touched since December and cairo isn't marked broken there or in my ports tree. Try removing the cairo directory and doing a fresh cvsup of your tree to see if you've got a stale entry. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 14:55:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF66A16A420 for ; Wed, 22 Feb 2006 14:55:57 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1FE43D4C for ; Wed, 22 Feb 2006 14:55:56 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 26352 invoked from network); 22 Feb 2006 14:55:56 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Feb 2006 14:55:56 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 5616D28421; Wed, 22 Feb 2006 09:55:55 -0500 (EST) Sender: lowell@be-well.ilk.org To: Chandan Haldar References: <43F96644.3070306@gmail.com> <43F99F17.1040407@gmail.com> <43FA1C37.1070607@childeric.freeserve.co.uk> <43FB1A19.9080401@gmail.com> From: Lowell Gilbert Date: 22 Feb 2006 09:55:55 -0500 In-Reply-To: <43FB1A19.9080401@gmail.com> Message-ID: <44lkw31lz8.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: 6.0 stable: linuxpluginwrapper port build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 14:55:58 -0000 Chandan Haldar writes: > In the middle of the marathon build of gnome2 2.12, the machine (Compaq > Pentium III 933MHz with 256MB RAM) unpredictably locks up. Happened > several times so far at different places in the build. Keyboard is > dead. Switching > console does not work. The hard disk keeps spinning and the power > light is on > but there is no sign of any other activity in the machine. Had to > force a power > down and reboot. I am running FreeBSD 6.0 Stable with X11+Gnome 2.10 > and the older ports for 3 months now without any problems. So presumably > the new ports installs have something to do with this new unstable behavior. > Anyone seen this before? Seen it before? Well, yes, but only as a result of hardware problems. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 15:05:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A73AA16A422 for ; Wed, 22 Feb 2006 15:05:29 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7143B43D45 for ; Wed, 22 Feb 2006 15:05:27 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 9644 invoked by uid 510); 22 Feb 2006 15:08:07 +0000 Received: from 127.0.0.1 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.88/1261. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(127.0.0.1):SA:0(-5.3/5.0):. Processed in 1.335327 secs); 22 Feb 2006 15:08:07 -0000 X-Spam-Status: No, hits=-5.3 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(127.0.0.1):SA:0(-5.3/5.0):. Processed in 1.335327 secs Process 9635) Received: from localhost (HELO 192.168.0.50) (bsd@bathnetworks.com@127.0.0.1) by lmail.bathnetworks.co.uk with SMTP; 22 Feb 2006 15:08:05 +0000 Received: from 192.168.0.107 (SquirrelMail authenticated user bsd@bathnetworks.com) by 192.168.0.50 with HTTP; Wed, 22 Feb 2006 15:08:05 -0000 (GMT) Message-ID: <1233.192.168.0.107.1140620885.squirrel@192.168.0.50> In-Reply-To: References: <1140335174.19974.19.camel@lmail.bathnetworks.co.uk> Date: Wed, 22 Feb 2006 15:08:05 -0000 (GMT) From: bsd@bathnetworks.com To: "bsd" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Liste FreeBSD Subject: Re: Multiple DNS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 15:05:29 -0000 > > Le 19 févr. 06 à 08:46, Robert Slade a écrit : > >> Hi, >> >> I am looking for some advice. I have a network which is based on a >> number of servers running FreeBsd 6.0 serving Win XP work stations. >> (yes >> I know but..) The network is large enough to use DHCP and DNS for the >> internal network, I have setup a DHCP server with a Dynamic DNS >> (Bind 9) >> on one of the servers. That server is handling the LDAP side of the >> domain. >> > > Is your DNS server busy resolving internal requests or external ones ? Mostly external from what I can ascertain, it looks like the mail server (Qmail) doing lookups. > >> There appears to be a fair bit of DNS Traffic which leads to a >> secondary >> DNS being required to take some of the load as DNS lookup are slow. >> The >> question I have is should I just setup a cashing DNS on another server >> using the primary as a forwarder or even several servers eg the mail >> server and the secondary LDAP server, or should I setup a proper >> secondary DNS using my ISP as a forwarder with dynamic updates from >> the >> primary. >> > > You should not forward anything to your ISP. This is probably the > main reason for your DNS beeing slow. > > You should make shure you have well defined your network in your conf > (so that you don't resolve queries for outside users...)- > I would not advise you to forward any queries to your ISP as this > will disable the capacity for your own server to build It's own > resolver database and forward all the queries to the ISP (resulting > in slow answers)! I've now taken out the forwarders. > > > Normaly you should configure the master and the slave to be > authoritative for your internal domains. > And configure the master and the slave to resolve ALL the Internet > domains for your internal network and none for outside domains. > That is how I have setup the master, it only answer's queries from the internal network. > > DNS is very tightly related to network... And we don't have any clue > for the topology of your Net. > > > SHORT ANSWER : DON'T FORWARD --> BUILD YOUR OWN DATABASE!! > > >> Sorry if this is a bit vague, but I have no experience in this area. >> >> Rob >> > Thanks for the info, it has helped me. I had misunderstood the forwarders bit. Many thanks Rob From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 15:16:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AE1616A422 for ; Wed, 22 Feb 2006 15:16:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A95A943D46 for ; Wed, 22 Feb 2006 15:16:13 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 3551 invoked from network); 22 Feb 2006 15:16:12 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Feb 2006 15:16:12 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id B082128421; Wed, 22 Feb 2006 10:16:11 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Ben Kaduk" References: <47d0403c0602202053w751133eeta6c5210e0ab62cd2@mail.gmail.com> From: Lowell Gilbert Date: 22 Feb 2006 10:16:11 -0500 In-Reply-To: <47d0403c0602202053w751133eeta6c5210e0ab62cd2@mail.gmail.com> Message-ID: <44lkw31l1g.fsf@be-well.ilk.org> Lines: 29 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: 6.0-release remote x application failure to open display X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 15:16:14 -0000 "Ben Kaduk" writes: > Hi all, > > I think this is probably a simple question, but I do not recall having > any difficulties on 5.2.1 or 5.3-beta3, which are the other versions > that I had run on this box. > > I recently have performed a clean install of 6.0-release on this > machine, on a new hard drive, and then copied over the data and some > configuration files (ssh keys, etc.) from the old hard drive (it is a > slow machine, so I didn't want to build current). Having done so, I > then tried to login remotely to this machine and run xmms (it is > mostly used as my "music server"), which failed with this error: > ** CRITICAL **: Unable to open display > I have tried with passing the -X flag, and with passing the -Y flag to > ssh, but there is no change in behaviour. > Is there something that I have forgotten to enable, or is this unexpected? > > Some information about the computer: > kaduk@pleonasm$ uname -a > FreeBSD pleonasm.mooo.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Feb > 20 01:22:19 UTC 2006 > root@pleonasm.urh.uiuc.edu:/usr/obj/usr/src/sys/PLEONASM i386 Use higher levels of debug output, and let ssh itself tell you what it thinks the problem is. Also, compare the behaviour to other X applications, like xterm. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 15:16:35 2006 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7D8A16A420 for ; Wed, 22 Feb 2006 15:16:35 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 589B043D46 for ; Wed, 22 Feb 2006 15:16:35 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 5479 invoked by uid 0); 22 Feb 2006 15:16:35 -0000 Received: from user-69-73-60-132.knology.net (HELO Grumpy.DynDNS.org) (69.73.60.132) by smtp6.knology.net with SMTP; 22 Feb 2006 15:16:35 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id C0AC56315; Wed, 22 Feb 2006 09:16:33 -0600 (CST) Date: Wed, 22 Feb 2006 09:16:33 -0600 From: David Kelly To: FreeBSD-Questions@FreeBSD.org Message-ID: <20060222151633.GB9730@Grumpy.DynDNS.org> References: <20060221140925.84974.qmail@web34007.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Making APC 500 Back UPS (basic) work with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 15:16:36 -0000 On Wed, Feb 22, 2006 at 03:07:21AM -0800, Ted Mittelstaedt wrote: > > Fortunately, the used market is awash in UPSes that have burned out > batteries. Just find the local supplier of lead-acid gell cells and > make friends with him and your in like flyn. Any large city has at > least 1 of them. When buying a new ~$25 battery for an APS 650 I saw a pile of CS350's at the battery store. Owner offered me as many as I wanted for only the cost of a new $18 battery. So I now have a UPS on my satellite dish PVR. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 15:56:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C6F816A420 for ; Wed, 22 Feb 2006 15:56:54 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E7043D48 for ; Wed, 22 Feb 2006 15:56:53 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: by zproxy.gmail.com with SMTP id k1so1550674nzf for ; Wed, 22 Feb 2006 07:56:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=DjfDh2ojHI+VU3rxaKD1mXK8C63jK28hz+HgLNwZvh6Thp2+e4xdlnKHVNrK8+QWTaPos430IB4AroBBk641Mf8vDZ3PJWvx+tHvIlhCKCILc5v64FcmfUx3QZeP0Dhd9gppaIMMc+HyxG29+q6Kw9DT9uMpYX6E+S0jKdntBMs= Received: by 10.36.100.19 with SMTP id x19mr938330nzb; Wed, 22 Feb 2006 07:56:45 -0800 (PST) Received: from netvista.network ( [71.214.204.80]) by mx.gmail.com with ESMTP id r1sm5543220nzd.2006.02.22.07.56.41; Wed, 22 Feb 2006 07:56:41 -0800 (PST) From: Andrew To: Adi Pircalabu In-Reply-To: <20060222113918.6730a879@apircalabu.dsd.ro> References: <1140566354.625.30.camel@netvista.network> <20060222113918.6730a879@apircalabu.dsd.ro> Content-Type: text/plain Date: Wed, 22 Feb 2006 09:56:04 -0600 Message-Id: <1140623764.625.45.camel@netvista.network> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: using Realplayer codecs with mplayer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 15:56:54 -0000 On Wed, 2006-02-22 at 11:39 +0200, Adi Pircalabu wrote: > On Tue, 21 Feb 2006 17:59:14 -0600 > Andrew wrote: > > > I'd like to be able to use mplayer to play Realmedia files (more > > specifically, streaming audio), but I can't seem to get it working > > under FreeBSD. I have mplayer, realplayer and the win32-codecs ports > > installed. mplayer and realplayer both work great, but mplayer refuses > > to play Realaudio streams. > > Do you want to use MPlayer with Realplayer codecs? If so, you must rebuild > mplayer using "WITH_REALPLAYER=1" argument for make. > Bye Thanks for the suggestion; however, after building mplayer with "make -DWITH_REALPLAYER=1 install" and, alternatively, "make WITH_REALPLAYER=1 install", it fails with the error I posted before: Win32 LoadLibrary failed to load: avisynth.dll, /usr/local/lib/win32/avisynth.dll, /usr/lib/win32/avisynth.dll So, I suppose I'll have to install ffdshow on a Windows machine, and grab that dll. Hopefully that will take care of it. -Andrew From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 15:58:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E0716A420 for ; Wed, 22 Feb 2006 15:58:30 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from usenet.ath.cx (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD5A543D53 for ; Wed, 22 Feb 2006 15:58:24 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from [10.0.0.3] (testbox.usenet.ath.cx [10.0.0.3]) by usenet.ath.cx (8.12.11/8.12.11) with ESMTP id k1MFwM4B097425 for ; Wed, 22 Feb 2006 16:58:23 +0100 (CET) (envelope-from bernt@bah.homeip.net) Message-ID: <43FC8B67.8050203@bah.homeip.net> Date: Wed, 22 Feb 2006 17:03:51 +0100 From: Bernt Hansson User-Agent: slrn/0.9.8.1 (FreeBSD) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Html-In-Email: No X-Html-In-Usenet: No X-Accept-Language: Svenska Sign Engelska Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: xorg-libraries 6.9.0 wont build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 15:58:30 -0000 Anyone having trouble upgrading from 6.8.2 to 6.9.0? It won't take the patches. make ===> Extracting for xorg-libraries-6.9.0 => MD5 Checksum OK for xorg/X11R6.9.0-src1.tar.gz. => SHA256 Checksum OK for xorg/X11R6.9.0-src1.tar.gz. => MD5 Checksum OK for xorg/X11R6.9.0-src3.tar.gz. => SHA256 Checksum OK for xorg/X11R6.9.0-src3.tar.gz. ===> Patching for xorg-libraries-6.9.0 ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-FreeBSD.cf ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-Imake.rules ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-Imake.tmpl ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-Library.tmpl ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-X11.rules ===> Applying extra patch /usr/ports/x11-servers/xorg-server/files/patch-X11.tmpl ===> Applying FreeBSD patches for xorg-libraries-6.9.0 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to lib/X11/UIThrStubs.c.rej => Patch patch-UIThrStubs.c failed to apply cleanly. => Patch(es) patch-Compose-Imakefile patch-GL-GL-Imakefile patch-GL-Imakefile pa tch-GL-dri-drm-Imakefile patch-GL-glx-Imakefile applied cleanly. *** Error code 1 From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 16:25:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36A2216A422 for ; Wed, 22 Feb 2006 16:25:39 +0000 (GMT) (envelope-from heliocentric@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC95F43D49 for ; Wed, 22 Feb 2006 16:25:31 +0000 (GMT) (envelope-from heliocentric@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so160210wri for ; Wed, 22 Feb 2006 08:25:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qu6XQCcP3I7mjyKiBuHCHSkhoPBElfC0rwPk5zPbBQYTiDXuu0xHtJCVQ6mfA9HKgAwXeIa8HOw7t/crqjWH8JePpWbYgc4eL0p+HeepGcNV8vKH6AMkn0CM0PHYToub+8I1lFn8KXJcoMrQwHNwpXiQYPvNsYZw/iZ7Y5WXH3s= Received: by 10.65.188.15 with SMTP id q15mr2250472qbp; Wed, 22 Feb 2006 08:25:29 -0800 (PST) Received: by 10.65.206.18 with HTTP; Wed, 22 Feb 2006 08:25:29 -0800 (PST) Message-ID: Date: Wed, 22 Feb 2006 11:25:29 -0500 From: Heliocentric To: freebsd-questions@freebsd.org In-Reply-To: <47d0403c0602202053w751133eeta6c5210e0ab62cd2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <47d0403c0602202053w751133eeta6c5210e0ab62cd2@mail.gmail.com> Subject: Re: 6.0-release remote x application failure to open display X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 16:25:39 -0000 > I recently have performed a clean install of 6.0-release on this > machine, on a new hard drive, and then copied over the data and some > configuration files (ssh keys, etc.) from the old hard drive (it is a > slow machine, so I didn't want to build current). Having done so, I > then tried to login remotely to this machine and run xmms (it is > mostly used as my "music server"), which failed with this error: > ** CRITICAL **: Unable to open display > I have tried with passing the -X flag, and with passing the -Y flag to > ssh, but there is no change in behaviour. > Is there something that I have forgotten to enable, or is this unexpected= ? first, always use the -X or -Y option for X11 forwarding. regardless of whether you think it needs to be specified, good habit in case the environment changes unexpectedly. next, check the environment after login (setenv in tcsh), make sure that the DISPLAY variable is being set. should be somwhere along the lines of localhost:10.0 or higher.. then, whereis xauth and make sure it's installed. ssh uses this to set up said X display, and isn't installed when X applications are compiled or installed from binaries (it's in xorg-clients iirc.) These are fairly general, but are a good start. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 17:04:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ED3F16A420 for ; Wed, 22 Feb 2006 17:04:48 +0000 (GMT) (envelope-from plz_daim@hotmail.com) Received: from hotmail.com (bay16-f13.bay16.hotmail.com [65.54.186.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D0A443D5D for ; Wed, 22 Feb 2006 17:04:47 +0000 (GMT) (envelope-from plz_daim@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 22 Feb 2006 09:04:46 -0800 Message-ID: Received: from 67.131.237.19 by by16fd.bay16.hotmail.msn.com with HTTP; Wed, 22 Feb 2006 17:04:46 GMT X-Originating-IP: [213.84.212.27] X-Originating-Email: [plz_daim@hotmail.com] X-Sender: plz_daim@hotmail.com From: "Daim Willemse" To: freebsd-questions@freebsd.org Date: Wed, 22 Feb 2006 18:04:46 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 22 Feb 2006 17:04:46.0983 (UTC) FILETIME=[157D4970:01C637D2] Subject: bridge X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 17:04:48 -0000 Hello all, On my fine FreeBSD 6.0 box I am running a wireless access point. I set up the interface and bridged it and all worked fine. After that I wanted to install ISDN4BSD. Therefor I compliled a new kernel after adding the ISDN4BSD code. The kernel compiled and it booted. However. In the process the bridge if has gone missing. I added the line " options BRIDGE" to the kernel configuration, but no bridging if. this is the typical feedback I receive: FBSD# ifconfig bridge0 create ifconfig: SIOCIFCREATE: Invalid argument What is the difference between the GENERIC kernel configuration and the stock kernel. What differences makes the bridge if gone missing? Thank you in advance. Daim From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 17:32:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D7B16A420 for ; Wed, 22 Feb 2006 17:32:46 +0000 (GMT) (envelope-from don@lizardhill.com) Received: from bigbird.whtech.com (bigbird.whtech.com [64.125.72.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 2DA7543D49 for ; Wed, 22 Feb 2006 17:32:45 +0000 (GMT) (envelope-from don@lizardhill.com) Received: (qmail 82377 invoked by uid 0); 22 Feb 2006 17:31:50 -0000 Received: from unknown (HELO mickey) (unknown) by unknown with SMTP; 22 Feb 2006 17:31:50 -0000 From: "Don O'Neil" To: Date: Wed, 22 Feb 2006 09:31:54 -0800 Message-ID: <03d101c637d5$dfe89040$0300020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 In-Reply-To: <20060219214815.30F6A16A423@hub.freebsd.org> Thread-Index: AcY1nqqafAI9ZkcWRh6M2m11n/geCwAt11Jg Cc: Subject: Re: 3Ware Escalade Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 17:32:46 -0000 Chuck, Thanks for the response, this helps me a lot... My answers are inline: >Don O'Neil wrote: >> There appears to be a bad sector on one of the drives according to smartctl, >> but nothing serious. >What that may mean is that there have been many bad sectors, which have been >corrected using the spares, until no more spare sectors are left for replacements. >That drive may well fail catastrophically, soon. I figured as much, which is why I'm going to re-build the whole array with a new drive, etc... Fortunatly I got all my data off ok without any issues. >> However, every time the system tried to write to that sector in the array, >> the system would freeze, and then reboot, and of course it would say the >> file system isn't clean, etc... >> >> Since the file system is 1 TB in size, it would take 8+ hours to FSCK it. >> The array is only striped, and not mirrored or built with redunancy. I'm >> basically using the card/driver to make one large volume for a web server. >OK. Well, if this data is important to you, you should give consideration to >using a RAID-1, RAID-10, or RAID-5 configuration to gain redundancy. Yes, and when I re-build it with will be RAID-5 rather than just RAID-0 >> I have a few questions: >> >> 1) Is this a known bug? I'm running FreeBSD 4.11 (for software compatibility .> issues at the moment, I will upgrade at some point in the future) >Normally, the OS will only kill the affected processes using that sector, but >without knowing where it is, perhaps it's affecting some important file like the >kernel itself, /bin/sh...? Actually the only thing that was on the array was a DB, so I think the failure may have been causing MySQL to go nuts, and cascading up. >> 2) How can I trap the errors and eliminate the re-boot issue? >Shut down the system. Replace the failing hard drive. Use dd to make an exact >copy onto the new drive on some other system. and put the new drive back into >the array. Note that the replacement drive must be an exact match for this to >work, otherwise you will have to backup your data and rebuild the array. >Speaking of which, do you have known-good backups available? Of course I have backups!! Never work without them. I'm going to re-build with RAID-5 this time. >> 3) Is there some way I can do a faster FSCK, or perhaps 'fool' the system >> into thinking the file system is clean? >If you update to 5.x or later, you can use background FSCK rather than having to >wait for the FSCK to complete the way it does under 4.x. I wasn't aware 5.x could do this. My next question is how are my existing apps going to be affected by upgrading to 5.x? I have some builds of packages that were done by a company that is no longer in operation. I haven't fully figured out how they built the software yet so I can't re-build under 5.X yet. If I try to put the elf binaries and the other builds from 4.X on 5.X are they going to run ok or do I just need to give it a try? Would you suggest going all the way to 6.x or sticking with the 5.x chain? >> 4) Any suggestions on how to fix this? >Also, if you update to 5.x, you can run the smartmon tools, which will let you >do a drive self-test using SMART, this will give much better information about >what is going on with the drive, and also give an estimate of its remaining >lifespan. Yes, this would help a lot!!! >How old are the drives, if you know? They're less than 2 years old, and still under warranty. This is the second drive to fail and it's driving me nuts. They're Maxtor DiamondMax Plus 9 6Y250P0 250 GB PATA drives... Never had a problem with that particular drive until this batch. Can anyone suggest some good 250GB PATA drives for me to use? I might as well swap them all out since I'm starting over. The 6000 series Escalade card I'm using doesn't support anything more than 250 GB. Thanks all again!!! Don From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 07:37:06 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A356B16A420 for ; Wed, 22 Feb 2006 07:37:06 +0000 (GMT) (envelope-from phd473@yahoo.com) Received: from web60623.mail.yahoo.com (web60623.mail.yahoo.com [209.73.178.191]) by mx1.FreeBSD.org (Postfix) with SMTP id D9DB143D49 for ; Wed, 22 Feb 2006 07:37:05 +0000 (GMT) (envelope-from phd473@yahoo.com) Received: (qmail 29057 invoked by uid 60001); 22 Feb 2006 07:37:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=s0r9QI90CDxVOTFav/YgMZNWtVOQbhvaNYemXFJqnqUO3S2SSp2Hpqr517AAjFiNb10EQGtt+10uyl/bJbkw0Z/tSQFobjUWtUYs72RcMTrG3DeFAAn1odVwJWeaGlGnHSIyuBNOdeQ91Kjz5/02sMmBKKw5cAz9ofk++XlrjSI= ; Message-ID: <20060222073705.29055.qmail@web60623.mail.yahoo.com> Received: from [81.12.92.141] by web60623.mail.yahoo.com via HTTP; Tue, 21 Feb 2006 23:37:05 PST Date: Tue, 21 Feb 2006 23:37:05 -0800 (PST) From: poria hariry To: questions@FreeBSD.org MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 22 Feb 2006 17:55:09 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: help i need a help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 07:37:06 -0000 Hi Dear Sirs i am a ICT student . i have a project that moust install freebsd and sharing file whit windows but i have a problem i can not open Xwindow . can you help me about this. tnx --------------------------------- Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:06:37 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DBEC16A422 for ; Wed, 22 Feb 2006 18:06:37 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D9443D48 for ; Wed, 22 Feb 2006 18:06:36 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: by zproxy.gmail.com with SMTP id r28so1592377nza for ; Wed, 22 Feb 2006 10:06:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=otlKdhEv28VqABdb8QD5PZxxPxFr81VaLpTqV6d2AjkxOhhosUch58SL1AkGr9E1OROBXvi2ZP2sX/iLCdK67H+j1h2pGaQKMQTkcqP+S5A4F5Xt53TqyDIQtSzxNkSZPsHKA0eD8Hs7Z+kkw0x4ulxSs/bmUq7VPGqYoVU+SqQ= Received: by 10.65.188.20 with SMTP id q20mr2322785qbp; Wed, 22 Feb 2006 10:06:35 -0800 (PST) Received: by 10.64.143.9 with HTTP; Wed, 22 Feb 2006 10:06:35 -0800 (PST) Message-ID: <3060c2390602221006u56e88326n3b2c796f4047b4df@mail.gmail.com> Date: Wed, 22 Feb 2006 13:06:35 -0500 From: "Mike Hernandez" To: questions@freebsd.org In-Reply-To: <20060222073705.29055.qmail@web60623.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060222073705.29055.qmail@web60623.mail.yahoo.com> Cc: Subject: Re: help i need a help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:06:37 -0000 On 2/22/06, poria hariry wrote: > Hi Dear Sirs > i am a ICT student . i have a project that moust install freebsd and sh= aring file whit windows but i have a problem > i can not open Xwindow . can you help me about this. > tnx > 1. You don't need Xwindows to share a file with anyone, not even windows machines, believe it or not :) 2. Once you have your network set up properly (see the handbook), move on t= o 3. 3. In my opinion, you really need help with samba, not freebsd (all you have to do is install samba, which is as easy as cd /usr/ports/wherever/samba/is/hiding/ ; make install) samba documentation is plentiful on the web, ask google... the only issues that might be freebsd specific when it comes to samba involve the location of the config files and binaries. I could be wrong... good luck :) Mike From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:13:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5796F16A420 for ; Wed, 22 Feb 2006 18:13:24 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id F284B43D45 for ; Wed, 22 Feb 2006 18:13:23 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id D1DAA5C75; Wed, 22 Feb 2006 13:13:22 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01213-08; Wed, 22 Feb 2006 13:13:21 -0500 (EST) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id C67075C50; Wed, 22 Feb 2006 13:13:21 -0500 (EST) In-Reply-To: <03d101c637d5$dfe89040$0300020a@mickey> References: <03d101c637d5$dfe89040$0300020a@mickey> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6CC6A5A6-CC82-41F2-8ACA-8E5E3820F2B5@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 22 Feb 2006 13:13:20 -0500 To: Don O'Neil X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: 3Ware Escalade Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:13:24 -0000 On Feb 22, 2006, at 12:31 PM, Don O'Neil wrote: >>> 3) Is there some way I can do a faster FSCK, or perhaps 'fool' >>> the system >>> into thinking the file system is clean? > >> If you update to 5.x or later, you can use background FSCK rather >> than > having to >> wait for the FSCK to complete the way it does under 4.x. > > I wasn't aware 5.x could do this. My next question is how are my > existing > apps going to be affected by upgrading to 5.x? If you install the 4.x compatibility libraries, your old 4.x binaries should continue to work just fine. However, you will want to rebuild as much of your existing software under 5.x as possible. >> Also, if you update to 5.x, you can run the smartmon tools, which >> will let > you >> do a drive self-test using SMART, this will give much better >> information > about >> what is going on with the drive, and also give an estimate of its >> remaining >> lifespan. > > Yes, this would help a lot!!! Well, once you're running 5.x, install smartmon and run: "smartctl -t long /dev/ad0", or whatever the right device is. >> How old are the drives, if you know? > > They're less than 2 years old, and still under warranty. This is > the second > drive to fail and it's driving me nuts. > > They're Maxtor DiamondMax Plus 9 6Y250P0 250 GB PATA drives... > Never had a > problem with that particular drive until this batch. > > Can anyone suggest some good 250GB PATA drives for me to use? I > might as > well swap them all out since I'm starting over. The 6000 series > Escalade > card I'm using doesn't support anything more than 250 GB. I've had somewhat better luck with the so-called "special edition" variants of the drives, such as the WD1200JB, which have more cache RAM and a longer warranty period than the generic versions.... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:18:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 243B516A420 for ; Wed, 22 Feb 2006 18:18:44 +0000 (GMT) (envelope-from rob@roblytle.org) Received: from smtpout09-04.prod.mesa1.secureserver.net (smtpout09-04.prod.mesa1.secureserver.net [64.202.165.17]) by mx1.FreeBSD.org (Postfix) with SMTP id A0D3443D45 for ; Wed, 22 Feb 2006 18:18:43 +0000 (GMT) (envelope-from rob@roblytle.org) Received: (qmail 25439 invoked from network); 22 Feb 2006 18:18:42 -0000 Received: from unknown (24.20.8.31) by smtpout09-04.prod.mesa1.secureserver.net (64.202.165.17) with ESMTP; 22 Feb 2006 18:18:42 -0000 Date: Wed, 22 Feb 2006 10:17:59 -0800 From: Rob To: freebsd-questions@freebsd.org Message-Id: <20060222101759.66d3e0e3.rob@roblytle.org> Organization: LKA X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:18:44 -0000 I have been trying to figure out how to set the display name on my computer. I have a program used with Xorg that gives me the error message: _X11TransSocketINETConnect() can't get address for xenon:6000: hostname nor servname provided, or not known Error: Can't open display: xenon:0.0 also when starting or stopping Xorg I either get: bad display name "xenon:0" in "remove" command or bad display name "xenon:0 in "list" command I have my XDISPLAY env variable set using (in Bash): DISPLAY=xenon:0.0 export DISPLAY xenon is the name of the machine I think part of the problem is the setting of the hostname. This laptop runs off of DHCP and I am not really sure about what I should do for setting the hostname. The manual says to set HOSTNAME="" in rc.conf if using DHCP, but then I get the amnesiac message upon boot. Sendmail doesn't like that either and hangs during the boot process. So I just set it arbitrarily to "xenon" I have read manual pages, searched the archives, but I am really confused about all of this. Thank you for any help. Sincerely, Rob Lytle -- ----------------------- http://www.roblytle.org Rob Lytle Home Page From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:20:41 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D3CB16A420 for ; Wed, 22 Feb 2006 18:20:41 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE8B43D75 for ; Wed, 22 Feb 2006 18:20:30 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:10065 helo=assata.aseed.net) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1FBybF-000Jug-LJ; Wed, 22 Feb 2006 18:20:29 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by assata.aseed.net (Postfix) with ESMTP id EB4292A087D; Wed, 22 Feb 2006 19:21:30 +0100 (CET) Received: from [192.168.0.11] (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id A135F58C7E2; Wed, 22 Feb 2006 19:21:52 +0100 (CET) Message-ID: <43FCAB6A.9010605@scii.nl> Date: Wed, 22 Feb 2006 19:20:26 +0100 From: albi User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: poria hariry References: <20060222073705.29055.qmail@web60623.mail.yahoo.com> In-Reply-To: <20060222073705.29055.qmail@web60623.mail.yahoo.com> X-Enigmail-Version: 0.92.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@FreeBSD.org Subject: Re: help i need a help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:20:41 -0000 poria hariry wrote: > i am a ICT student . i have a project that moust install freebsd and sharing file whit windows but i have a problem > i can not open Xwindow . can you help me about this. try this : http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html if that is not working you can try booting from a live-cd (e.g. knoppix) and then use the /etc/X11/xorg.conf or /etc/X11/XF86Config-4 from that -- grtjs, albi gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:23:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22A8116A420 for ; Wed, 22 Feb 2006 18:23:24 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [64.2.229.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABC443D6A for ; Wed, 22 Feb 2006 18:23:23 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by eskimo.tundraware.com (8.13.4/8.13.4) with ESMTP id k1MINIgO091573 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Wed, 22 Feb 2006 12:23:19 -0600 (CST) (envelope-from tundra@tundraware.com) Message-ID: <43FCAC15.6080102@tundraware.com> Date: Wed, 22 Feb 2006 12:23:17 -0600 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pietro Cerutti References: <43FB8466.6070904@tundraware.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner: Found to be clean X-MailScanner-From: tundra@tundraware.com Cc: freebsd-questions@freebsd.org Subject: Re: Trouble Making OpenOffice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:23:24 -0000 Pietro Cerutti wrote: > On 2/21/06, Tim Daneliuk wrote: > >>I am trying to build OO 2.02rc1 >>on FBSD 6.1-PRERELEASE. I see this error: >> >>ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.org-2.0/work/OOB680_m1/testtools/source/bridgetest >>dmake: Error code 1, while making 'build_instsetoo_native' >> >>Ideas anyone? > > > Try symlinking the required library: > > # cd $JAVA_HOME/jre/lib/i386 && ln -s xawt/libmawt.so . ^^^^^ This seems not to be present I am going to do a fresh install of the jdk 1.5 release... -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:24:22 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8EA216A420 for ; Wed, 22 Feb 2006 18:24:22 +0000 (GMT) (envelope-from nvidican@wmptl.com) Received: from wmptl.net (mail.wmptl.com [216.8.159.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9279143D67 for ; Wed, 22 Feb 2006 18:24:13 +0000 (GMT) (envelope-from nvidican@wmptl.com) Received: from [10.0.0.104] (r3140ca.wmptl.net [10.0.0.104]) by wmptl.net (8.13.4/8.13.4) with ESMTP id k1MIOBl1003065; Wed, 22 Feb 2006 13:24:11 -0500 (EST) (envelope-from nvidican@wmptl.com) Message-ID: <43FCAC3A.6040904@wmptl.com> Date: Wed, 22 Feb 2006 13:23:54 -0500 From: Nathan Vidican User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Charles Swiger References: <03d101c637d5$dfe89040$0300020a@mickey> <6CC6A5A6-CC82-41F2-8ACA-8E5E3820F2B5@mac.com> In-Reply-To: <6CC6A5A6-CC82-41F2-8ACA-8E5E3820F2B5@mac.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.54 on 10.0.0.80 Cc: don@lizardhill.com, questions@freebsd.org Subject: Re: 3Ware Escalade Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:24:23 -0000 Charles Swiger wrote: > On Feb 22, 2006, at 12:31 PM, Don O'Neil wrote: > >>>> 3) Is there some way I can do a faster FSCK, or perhaps 'fool' the >>>> system >>>> into thinking the file system is clean? >> >> >>> If you update to 5.x or later, you can use background FSCK rather than >> >> having to >> >>> wait for the FSCK to complete the way it does under 4.x. >> >> >> I wasn't aware 5.x could do this. My next question is how are my >> existing >> apps going to be affected by upgrading to 5.x? > > > If you install the 4.x compatibility libraries, your old 4.x binaries > should continue to work just fine. However, you will want to rebuild > as much of your existing software under 5.x as possible. > >>> Also, if you update to 5.x, you can run the smartmon tools, which >>> will let >> >> you >> >>> do a drive self-test using SMART, this will give much better >>> information >> >> about >> >>> what is going on with the drive, and also give an estimate of its >>> remaining >>> lifespan. >> >> >> Yes, this would help a lot!!! > > > Well, once you're running 5.x, install smartmon and run: "smartctl -t > long /dev/ad0", or whatever the right device is. > >>> How old are the drives, if you know? >> >> >> They're less than 2 years old, and still under warranty. This is the >> second >> drive to fail and it's driving me nuts. >> >> They're Maxtor DiamondMax Plus 9 6Y250P0 250 GB PATA drives... Never >> had a >> problem with that particular drive until this batch. >> >> Can anyone suggest some good 250GB PATA drives for me to use? I might as >> well swap them all out since I'm starting over. The 6000 series Escalade >> card I'm using doesn't support anything more than 250 GB. > > > I've had somewhat better luck with the so-called "special edition" > variants of the drives, such as the WD1200JB, which have more cache RAM > and a longer warranty period than the generic versions.... > According to Western Digital, ONLY their 'SD' or (RAID-Edition) drives should be attempted in an array; WDC utilizes proprietary error correction mechanisms which mangle the error-handling done by an array controller. In short, while the drive is doing it's internal error-correction, the raid controller sees it as a drive failure and a whole new mess develops. We've run into this several times now, both with our own in-house systems, and with those we've procured for others... trust me on this, if going with Western Digital drives... DO NOT use anything other than their 'SD' or RAID-Edition drives. Maxtor drives have no such issue AFAIK, nor Seagate... but only speaking from experience here not factual data. - WDC has a good explanation int he knowledge base on their website/support section. -- Nathan Vidican nvidican@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:26:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3A4816A420 for ; Wed, 22 Feb 2006 18:26:00 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD41943D5F for ; Wed, 22 Feb 2006 18:25:58 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 3F04A5641F; Thu, 23 Feb 2006 07:25:56 +1300 (NZDT) Date: Thu, 23 Feb 2006 07:25:56 +1300 From: Jonathan Chen To: Tim Daneliuk Message-ID: <20060222182556.GB30517@osiris.chen.org.nz> References: <43FB8466.6070904@tundraware.com> <43FCAC15.6080102@tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43FCAC15.6080102@tundraware.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Trouble Making OpenOffice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:26:00 -0000 On Wed, Feb 22, 2006 at 12:23:17PM -0600, Tim Daneliuk wrote: > Pietro Cerutti wrote: > > >On 2/21/06, Tim Daneliuk wrote: > > > >>I am trying to build OO 2.02rc1 > >>on FBSD 6.1-PRERELEASE. I see this error: > >> > >>ERROR: Error 65280 occurred while making > >>/usr/ports/editors/openoffice.org-2.0/work/OOB680_m1/testtools/source/bridgetest > >>dmake: Error code 1, while making 'build_instsetoo_native' > >> > >>Ideas anyone? > > > > > >Try symlinking the required library: > > > ># cd $JAVA_HOME/jre/lib/i386 && ln -s xawt/libmawt.so . > ^^^^^ > This seems not to be present > > I am going to do a fresh install of the jdk 1.5 release... Last time I heard, the openoffice build requires JDK1.4.2. It doesn't build with JDK 1.5 CHeers. -- Jonathan Chen ---------------------------------------------------------------------- Don't worry about avoiding temptation, as you grow older, it starts avoiding you. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:28:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B439416A420 for ; Wed, 22 Feb 2006 18:28:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1FC143D62 for ; Wed, 22 Feb 2006 18:28:03 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1MIRh7f010739 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 22 Feb 2006 20:27:46 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1MIRKss045890; Wed, 22 Feb 2006 20:27:20 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1MIRKhq045889; Wed, 22 Feb 2006 20:27:20 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 22 Feb 2006 20:27:20 +0200 From: Giorgos Keramidas To: Rob Message-ID: <20060222182720.GA45869@flame.pc> References: <20060222101759.66d3e0e3.rob@roblytle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060222101759.66d3e0e3.rob@roblytle.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.369, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:28:22 -0000 On 2006-02-22 10:17, Rob wrote: > I have been trying to figure out how to set the display name on my > computer. I have a program used with Xorg that gives me the error > message: > > _X11TransSocketINETConnect() can't get address for xenon:6000: hostname nor servname provided, or not known > Error: Can't open display: xenon:0.0 > > also when starting or stopping Xorg I either get: > > bad display name "xenon:0" in "remove" command or > bad display name "xenon:0 in "list" command Your laptop can't resolve the name "xenon". > I have my XDISPLAY env variable set using (in Bash): > > DISPLAY=xenon:0.0 export DISPLAY > > xenon is the name of the machine > > I think part of the problem is the setting of the hostname. This laptop > runs off of DHCP and I am not really sure about what I should do for > setting the hostname. The manual says to set HOSTNAME="" in rc.conf if > using DHCP, but then I get the amnesiac message upon boot. Sendmail > doesn't like that either and hangs during the boot process. So I just > set it arbitrarily to "xenon" Note that the capitalization of rc.conf variables is *significant*. The real rc.conf variable that you have to set to avoid the "Amnesiac" name is: hostname="xenon" > I have read manual pages, searched the archives, but I am really confused > about all of this. Thank you for any help. All this can be resolved by using `/etc/hosts'. Just add your hostname there and point it to the 127.0.0.1 address. Then all programs should be able to resolve it. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:34:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DFEE16A420 for ; Wed, 22 Feb 2006 18:34:29 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [64.2.229.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1DAD43D46 for ; Wed, 22 Feb 2006 18:34:28 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by eskimo.tundraware.com (8.13.4/8.13.4) with ESMTP id k1MIYLhn091696 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Wed, 22 Feb 2006 12:34:21 -0600 (CST) (envelope-from tundra@tundraware.com) Message-ID: <43FCAEAC.9020003@tundraware.com> Date: Wed, 22 Feb 2006 12:34:20 -0600 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan Chen References: <43FB8466.6070904@tundraware.com> <43FCAC15.6080102@tundraware.com> <20060222182556.GB30517@osiris.chen.org.nz> In-Reply-To: <20060222182556.GB30517@osiris.chen.org.nz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner: Found to be clean X-MailScanner-From: tundra@tundraware.com Cc: freebsd-questions@freebsd.org Subject: Re: Trouble Making OpenOffice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:34:29 -0000 Jonathan Chen wrote: > On Wed, Feb 22, 2006 at 12:23:17PM -0600, Tim Daneliuk wrote: > >>Pietro Cerutti wrote: >> >> >>>On 2/21/06, Tim Daneliuk wrote: >>> >>> >>>>I am trying to build OO 2.02rc1 >>>>on FBSD 6.1-PRERELEASE. I see this error: >>>> >>>>ERROR: Error 65280 occurred while making >>>>/usr/ports/editors/openoffice.org-2.0/work/OOB680_m1/testtools/source/bridgetest >>>>dmake: Error code 1, while making 'build_instsetoo_native' >>>> >>>>Ideas anyone? >>> >>> >>>Try symlinking the required library: >>> >>># cd $JAVA_HOME/jre/lib/i386 && ln -s xawt/libmawt.so . >> >> ^^^^^ >> This seems not to be present >> >>I am going to do a fresh install of the jdk 1.5 release... > > > Last time I heard, the openoffice build requires JDK1.4.2. It doesn't > build with JDK 1.5 > Ahhh, I was under the impression this was fixed - My Bad - back to 1.4... -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:35:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A18C116A428 for ; Wed, 22 Feb 2006 18:35:54 +0000 (GMT) (envelope-from ken@allenmyland.com) Received: from rwcrmhc14.comcast.net (rwcrmhc14.comcast.net [216.148.227.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3A543D48 for ; Wed, 22 Feb 2006 18:35:50 +0000 (GMT) (envelope-from ken@allenmyland.com) Received: from bserver.transpack.com ([68.80.195.248]) by comcast.net (rwcrmhc14) with ESMTP id <20060222183550m14003b6a5e>; Wed, 22 Feb 2006 18:35:50 +0000 Received: from localhost (localhost.transpack.com [127.0.0.1]) by bserver.transpack.com (Postfix) with ESMTP id 66C2AB843; Wed, 22 Feb 2006 13:35:49 -0500 (EST) Received: from bserver.transpack.com ([127.0.0.1]) by localhost (bserver.transpack.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12815-07; Wed, 22 Feb 2006 13:35:45 -0500 (EST) Received: from [192.168.214.102] (kbuilt.transpack.com [192.168.214.102]) by bserver.transpack.com (Postfix) with ESMTP id C4395B842; Wed, 22 Feb 2006 13:35:44 -0500 (EST) Message-ID: <43FCAEFE.3070607@allenmyland.com> Date: Wed, 22 Feb 2006 13:35:42 -0500 From: Ken Stevenson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Peter References: <20060222030711.2842.qmail@web60017.mail.yahoo.com> In-Reply-To: <20060222030711.2842.qmail@web60017.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at transpack.com Cc: freebsd-questions Subject: Re: anyone using voip? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:35:55 -0000 Peter wrote: > Hi, I'm looking for comments from people who are using a voip solution > with FreeBSD. The archives of this group show mixed results. I see there > is a skype port available. To me that implies that this is possible. > What of hardware? USB phones? > > -- > Peter > > I've started playing around with it at home. I installed the asterisk port on FreeBSD and downloaded the free Counterpath X-Lite softphone for XP. Using a headset (Plantronics USB), I've gotten as far as calling the asterisk demo on my server. I got an account on FWD (Free World Dialup) for testing, and also downloaded and registered with Skype. Check out voip-info.org as a resource. As far as hardware, you might want to look at SNOM phones or Polycom phones for SIP based IP phones, and Sipura as an ATA to use with standard phones. Here's an article on how one guy setup asterisk for use at home: http://arstechnica.com/guides/tweaks/voip.ars -- Ken Stevenson Allen-Myland Inc. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:44:22 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C43D16A420 for ; Wed, 22 Feb 2006 18:44:22 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [64.2.229.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A9043D46 for ; Wed, 22 Feb 2006 18:44:21 +0000 (GMT) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by eskimo.tundraware.com (8.13.4/8.13.4) with ESMTP id k1MIiGYP091780 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Wed, 22 Feb 2006 12:44:17 -0600 (CST) (envelope-from tundra@tundraware.com) Message-ID: <43FCB0FF.6090705@tundraware.com> Date: Wed, 22 Feb 2006 12:44:15 -0600 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <20060222073705.29055.qmail@web60623.mail.yahoo.com> <3060c2390602221006u56e88326n3b2c796f4047b4df@mail.gmail.com> In-Reply-To: <3060c2390602221006u56e88326n3b2c796f4047b4df@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner: Found to be clean X-MailScanner-From: tundra@tundraware.com Cc: questions@freebsd.org Subject: Re: help i need a help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:44:22 -0000 Mike Hernandez wrote: > On 2/22/06, poria hariry wrote: > >>Hi Dear Sirs >> i am a ICT student . i have a project that moust install freebsd and sharing file whit windows but i have a problem >> i can not open Xwindow . can you help me about this. >> tnx >> > > > 1. You don't need Xwindows to share a file with anyone, not even > windows machines, believe it or not :) > 2. Once you have your network set up properly (see the handbook), move on to 3. > 3. In my opinion, you really need help with samba, not freebsd (all > you have to do is install samba, which is as easy as cd > /usr/ports/wherever/samba/is/hiding/ ; make install) samba > documentation is plentiful on the web, ask google... the only issues > that might be freebsd specific when it comes to samba involve the > location of the config files and binaries. I could be wrong... > > good luck :) > > Mike Mike's advice is sound. There is, perhaps, even a simpler solution: 1) Install FreeBSD 2) Configure the network correctly 3) Use the 'smbfs' facility to create a shared directory between Windows and FreeBSD. That way you don't have to fiddle with samba. Just my .000002 cents/euros/drachmas/sheckels/pounds/yuan/yen worth ;) As Mike points out, you do *not* need X or any GUI tools to do any of this. -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:52:01 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2153B16A420 for ; Wed, 22 Feb 2006 18:52:01 +0000 (GMT) (envelope-from michaela@maa-net.net) Received: from webmail.maa-net.net (c-24-131-131-217.hsd1.ma.comcast.net [24.131.131.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA50043D48 for ; Wed, 22 Feb 2006 18:52:00 +0000 (GMT) (envelope-from michaela@maa-net.net) Received: from maa-net.net (webmail.maa-net.net [192.168.0.5]) by webmail.maa-net.net (8.12.11/8.12.11) with ESMTP id k1MIpwnY032789 for ; Wed, 22 Feb 2006 13:51:58 -0500 (EST) (envelope-from michaela@maa-net.net) From: "michaela" To: questions@freebsd.org Date: Wed, 22 Feb 2006 13:51:58 -0500 Message-Id: <20060222183535.M79239@maa-net.net> Priority: urgent X-Mailer: Open WebMail 2.51 20050228 X-OriginatingIP: 64.69.112.122 (michaela) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Cc: Subject: Qpopper v4.0.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:52:01 -0000 I was running an older version of Qpopper on my mailserver and had NO problems whatsoever. Everything was going great. However, I just recently upgraded to Qpopper v4.0.8 and now all of a sudden I can't access my mail via POP3. I'm running Qpopper via INETd and my /etc/inetd.conf file looks like this.... pop3 stream tcp nowait root /usr/local/libexec/qpopper qpopper - s -T 600 However, when I try telnetting to localhost 110, I get the dreaded, "CONNECTION CLOSED BY FOREIGN HOST" message. NETSTAT shows that Qpopper is listening on Port 110/TCP so I don't know what's wrong. My /etc/hosts.allow file is set to allow ALL so that shouldn't be an issue. I even executed KILLALL -HUP inetd numerous times and still no go. I've poured through the Qpopper FAQs and documentation to see if I'm doing anything wrong, or missing something, but I just can't seem to pinpoint it. Any suggestions or details as to what I might be missing??? Any help is much appreciated. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:55:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 345DD16A420 for ; Wed, 22 Feb 2006 18:55:20 +0000 (GMT) (envelope-from viper@fx-services.com) Received: from mamata.fx-services.com (mamata.fx-services.com [193.238.27.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 106CE43D58 for ; Wed, 22 Feb 2006 18:55:18 +0000 (GMT) (envelope-from viper@fx-services.com) Received: from c83-250-235-77.bredband.comhem.se ([83.250.235.77] helo=[192.168.2.160]) by mamata.fx-services.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FBz97-000Ixt-Lr for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 19:55:30 +0100 Message-ID: <43FCB077.3070704@fx-services.com> Date: Wed, 22 Feb 2006 19:41:59 +0100 From: Robin Vley User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <022a01c63338$1ba87d90$0401a8c0@Mike8500> <43F4EA85.7060703@fx-services.com> <17396.62826.839924.94289@jerusalem.litteratus.org> In-Reply-To: <17396.62826.839924.94289@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Mail is Virus Free, FXS MailGateway X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mamata.fx-services.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - fx-services.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Mysterious reboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:55:20 -0000 Robert Huff wrote: Robert, > I have a -CURRENT machine - P4, 512mb RAM, SCSI disks, > de-driver ethernet, all mainstream hardware - that has this problem. > Since early last year (maybe longer) it will occasionally reboot. Actually, I had it on three machines now. First on a P4 I leased in the US. Then on the dual Athlon MP with 3ware raid that I own and THEN on the SuperMicro machine I currently use. After the first reboot on that machine (8 days ago now) I did some things: - removed all monitoring done by CPanel (except the cpanel monitor itself) - Upped the maxfiles and vnodes a bit - Removed an ipfw rule that counted everything that goes out and comes in. I used this for MRTG graphing, but now I changed to SNMP polling on a seperate cacti machine. So far it's 8 days (a NEW record for my FreeBSD machines, woopie), knock knock. It's possible it's one of the things above that did the trick, or that it's just a few more days untill the next reboot. We'll see. > No warning, no panic, no core-dump, just - bang. If I was lucky it Right. Same here, on all machines. > After an update in October (??), things slowly got better; > several further updates and I haven't seen it in weeks. I'll keep an eye on it too. Hope it's working like it should. If not it's time to start looking into some way of dumping run data or doing some serial logging or so. /Robin From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:56:03 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B65716A420 for ; Wed, 22 Feb 2006 18:56:03 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B79243D6B for ; Wed, 22 Feb 2006 18:56:02 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 13so1494312nzp for ; Wed, 22 Feb 2006 10:56:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kPOwUQ5HAD4ZMwu2qwc1dOUzzST7RFF7DSV39Q58LdcdWzWyMOcCMrhUch0cYhj7Ndnmgx3IJms8271D0PXflHkqU/vfQvXPryX+2gBh0Rskfeh/K7SpmPd5YRvXuvCcUDnDTLcSR2nizXeXBoDkpkroRQoHGo7eiklesDN5xpA= Received: by 10.37.20.74 with SMTP id x74mr1394072nzi; Wed, 22 Feb 2006 10:55:59 -0800 (PST) Received: by 10.37.20.11 with HTTP; Wed, 22 Feb 2006 10:55:59 -0800 (PST) Message-ID: Date: Wed, 22 Feb 2006 21:55:59 +0300 From: "Andrew Pantyukhin" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: clipping netstat -w error counts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:56:03 -0000 I have a very lossy wi-fi link. Is there a bug in netstat? gw# netstat -w1 -I ext0 input (ext0) output packets errs bytes packets errs bytes colls 13 1 492 33 0 2563 0 10 0 140 31 0 2780 0 17 4294967295 934 32 0 2396 0 13 4 754 28 0 1824 0 22 4294967295 1575 40 0 2952 0 29 4294967294 1731 50 0 4315 0 46 0 4202 77 0 5967 0 17 0 1065 41 0 3309 0 55 1 4502 93 0 7398 0 40 1 3227 80 0 6633 2 40 5 1786 44 0 3314 0 17 4294967291 995 20 0 1320 0 21 2 737 22 0 1534 0 9 4294967292 384 14 0 1090 0 14 0 723 13 0 1714 0 23 2 1382 16 0 1048 0 9 4294967292 334 19 0 1235 0 From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 18:58:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2375316A422 for ; Wed, 22 Feb 2006 18:58:01 +0000 (GMT) (envelope-from viper@fx-services.com) Received: from mamata.fx-services.com (mamata.fx-services.com [193.238.27.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3677E43D45 for ; Wed, 22 Feb 2006 18:57:56 +0000 (GMT) (envelope-from viper@fx-services.com) Received: from c83-250-235-77.bredband.comhem.se ([83.250.235.77] helo=[192.168.2.160]) by mamata.fx-services.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FBzBf-000J0t-KY for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 19:58:08 +0100 Message-ID: <43FCB115.7030707@fx-services.com> Date: Wed, 22 Feb 2006 19:44:37 +0100 From: Robin Vley User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <03d101c637d5$dfe89040$0300020a@mickey> In-Reply-To: <03d101c637d5$dfe89040$0300020a@mickey> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Mail is Virus Free, FXS MailGateway X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mamata.fx-services.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - fx-services.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: 3Ware Escalade Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 18:58:01 -0000 Don O'Neil wrote: Don, > They're Maxtor DiamondMax Plus 9 6Y250P0 250 GB PATA drives... Never had a > problem with that particular drive until this batch. I used the 80, 120 and 160GB version of that series in some of my servers built 2 years ago. Out of the 18 disks originally put in, I have 4 broken ones on my desk now. I'm not very happy with the overal performance when it comes to reliability of that series Maxtor. > Can anyone suggest some good 250GB PATA drives for me to use? I might as > well swap them all out since I'm starting over. The 6000 series Escalade > card I'm using doesn't support anything more than 250 GB. I swapped the broken Maxtors with Seagate disks. I'm using 3ware 7500-4 for the PATA. Forgot what the SATA 3ware controller was, but so far no problem with that one (also on Maxtor disks). /Robin From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 19:16:58 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA9F16A420 for ; Wed, 22 Feb 2006 19:16:58 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E2FD43D6E for ; Wed, 22 Feb 2006 19:16:55 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [172.26.2.238] ([172.26.2.238]) by mail.scls.lib.wi.us (8.12.9p2/8.12.9) with ESMTP id k1MJGtpm017394 for ; Wed, 22 Feb 2006 13:16:55 -0600 (CST) (envelope-from nalists@scls.lib.wi.us) Message-ID: <43FCB8A7.3060107@scls.lib.wi.us> Date: Wed, 22 Feb 2006 13:16:55 -0600 From: Greg Barniskis User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: questions@freebsd.org References: <20060222073705.29055.qmail@web60623.mail.yahoo.com> <3060c2390602221006u56e88326n3b2c796f4047b4df@mail.gmail.com> <43FCB0FF.6090705@tundraware.com> In-Reply-To: <43FCB0FF.6090705@tundraware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: help i need a help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 19:16:58 -0000 Tim Daneliuk wrote: > As Mike points out, you do *not* need X or any GUI tools to do any of this. Well, you don't need a GUI to access the files and share them in the sense of raw file share functionality. I think perhaps the OP was getting at "sharing" at a higher level, like Windows User A being able to hand off an Office file to FreeBSD User B and User B being able to whip out OpenOffice and edit that file. There's probably a few on this list who'd be comfortable editing an Office doc in vi, but I personally wouldn't recommend it. 8) A /complete/ sharing solution may need to include the users and their need for some X Windows apps. The OP didn't state such a need explicitly but to me it seemed implied that the FreeBSD PC needs to open the Windows files and probably vice versa. -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 19:23:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F8B216A420 for ; Wed, 22 Feb 2006 19:23:35 +0000 (GMT) (envelope-from pgiessel@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id A46D743D76 for ; Wed, 22 Feb 2006 19:23:32 +0000 (GMT) (envelope-from pgiessel@mac.com) Received: from mac.com (webmail14-en1 [10.13.10.120]) by smtpout.mac.com (Xserve/8.12.11/smtpout05/MantshX 4.0) with ESMTP id k1MJNV58028518; Wed, 22 Feb 2006 11:23:31 -0800 (PST) Received: from webmail14 (localhost [127.0.0.1]) by mac.com (Xserve/webmail14/MantshX 4.0) with ESMTP id k1MJNSiG007839; Wed, 22 Feb 2006 11:23:31 -0800 (PST) Message-ID: <11832257.1140636208088.JavaMail.pgiessel@mac.com> Date: Wed, 22 Feb 2006 10:23:28 -0900 From: Peter Giessel To: Robin Vley in-reply-to: <43FCB115.7030707@fx-services.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit references: <03d101c637d5$dfe89040$0300020a@mickey> <43FCB115.7030707@fx-services.com> X-Originating-IP: 158.145.112.86/instID=204 Cc: freebsd-questions@freebsd.org Subject: Re: 3Ware Escalade Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 19:23:35 -0000 On Wednesday, February 22, 2006, at 10:04AM, Robin Vley wrote: >I swapped the broken Maxtors with Seagate disks. I too am a big fan of Seagate disks. So it Seagate it seems. Maxtor and Western Digital give 1 year on the low end and 3 year warranty on their "Special Edition" drives, whereas Seagate does a 5 year warranty on all their drives. This says something to me. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 19:25:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC93716A420 for ; Wed, 22 Feb 2006 19:25:35 +0000 (GMT) (envelope-from kthawan@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D41143D4C for ; Wed, 22 Feb 2006 19:25:34 +0000 (GMT) (envelope-from kthawan@gmail.com) Received: by nproxy.gmail.com with SMTP id l35so1065209nfa for ; Wed, 22 Feb 2006 11:25:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=drFMpymBC+QtByEN+8bpDmO8FU2k7Hj4flOZQGjWhGcoa+aUibG1KPmPDKsjQ9oWN4LSaFAqTKDp93ePOwP1rE2f7HLzNbQlm8dagNOjNW98kOe69ntoec4C9lAz3wCQeM87qouOCK7mzhd6qlrjmaHZGm+P+ubOdl4v9yWAUfE= Received: by 10.48.42.2 with SMTP id p2mr1985049nfp; Wed, 22 Feb 2006 11:25:33 -0800 (PST) Received: by 10.48.239.7 with HTTP; Wed, 22 Feb 2006 11:25:33 -0800 (PST) Message-ID: <7ff80ef30602221125u483cc47cy795ce8442a52b332@mail.gmail.com> Date: Thu, 23 Feb 2006 02:25:33 +0700 From: "Thawan Kooburat" To: freebsd-questions@freebsd.org In-Reply-To: <7ff80ef30602180204s54cd69afy9c4c11a297ea31a4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7ff80ef30602180204s54cd69afy9c4c11a297ea31a4@mail.gmail.com> Subject: Increase process number in FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 19:25:35 -0000 Hi I am using FreeBSD 6.0. My course assignment required me to increase process number running on a system. I have already modify /boot/loader.conf on following parameters kern.maxusers =3D 384 kern.maxproc =3D 50000 kern.maxprocperuid =3D 50000 But after reboot maxproc and maxprocperuid is only 5278 and 4755 respectively. From my research maxproc is calculated from maxusers, but i think my maxproc number is limited by other factors as well. Are there any suggestion to this problem without increasing RAM? My system is running on VMware and 256 MB of RAM available. The test program create process by using fork() and child processes is put to sleep() immediately after its creation. Thanks From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 19:36:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDBDD16A420 for ; Wed, 22 Feb 2006 19:36:09 +0000 (GMT) (envelope-from a@zeos.net) Received: from fobos.ldc.net (fobos.ldc.net [213.160.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A9043D60 for ; Wed, 22 Feb 2006 19:36:05 +0000 (GMT) (envelope-from a@zeos.net) Received: from privateew99bf2 (101-dup.ldc.net [213.160.137.101] (may be forged)) by fobos.ldc.net (8.13.5/8.13.5) with ESMTP id k1MJZu6S059687 for ; Wed, 22 Feb 2006 21:36:03 +0200 (EET) (envelope-from a@zeos.net) From: "a" To: Date: Wed, 22 Feb 2006 21:35:51 +0200 Message-ID: <000001c637e7$34e7d720$6589a0d5@privateew99bf2> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Milter: Spamilter (Reciever: fobos.ldc.net; Sender-ip: 213.160.137.101; Sender-helo: privateew99bf2; ) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on fobos.ldc.net X-Virus-Status: Clean Subject: A question on console and UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 19:36:10 -0000 How to force a console to use a multibyte character set (UTF-8)? I use FreeBSD 6.0-STABLE. Thanking you in anticipation, Elisej Babenko mailto:a@zeos.net From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 19:42:56 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6751916A420 for ; Wed, 22 Feb 2006 19:42:56 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id C787443D46 for ; Wed, 22 Feb 2006 19:42:55 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k1MJfkJT045757; Wed, 22 Feb 2006 13:42:07 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <43FCBE70.10301@daleco.biz> Date: Wed, 22 Feb 2006 13:41:36 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: michaela References: <20060222183535.M79239@maa-net.net> In-Reply-To: <20060222183535.M79239@maa-net.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Qpopper v4.0.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 19:42:56 -0000 michaela wrote: >I was running an older version of Qpopper on my mailserver and had NO >problems whatsoever. Everything was going great. However, I just recently >upgraded to Qpopper v4.0.8 and now all of a sudden I can't access my mail >via POP3. > >I'm running Qpopper via INETd and my /etc/inetd.conf file looks like this.... > >pop3 stream tcp nowait root /usr/local/libexec/qpopper qpopper - >s -T 600 > > >However, when I try telnetting to localhost 110, I get the >dreaded, "CONNECTION CLOSED BY FOREIGN HOST" message. NETSTAT shows that >Qpopper is listening on Port 110/TCP so I don't know what's wrong. >My /etc/hosts.allow file is set to allow ALL so that shouldn't be an issue. > >I even executed KILLALL -HUP inetd numerous times and still no go. > >I've poured through the Qpopper FAQs and documentation to see if I'm doing >anything wrong, or missing something, but I just can't seem to pinpoint it. > >Any suggestions or details as to what I might be missing??? > >Any help is much appreciated. > > qpopper writes to syslog AFAIK ... so what's in /var/log/messages? Is there a firewall on the machine? Kevin Kinsey -- You're ugly and your mother dresses you funny. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 20:02:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 932D416A420 for ; Wed, 22 Feb 2006 20:02:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5825643D46 for ; Wed, 22 Feb 2006 20:02:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 38BE41A3C1F; Wed, 22 Feb 2006 12:02:55 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 589D8542A1; Wed, 22 Feb 2006 15:02:52 -0500 (EST) Date: Wed, 22 Feb 2006 15:02:51 -0500 From: Kris Kennaway To: Bernt Hansson Message-ID: <20060222200251.GA40343@xor.obsecurity.org> References: <43FC8B67.8050203@bah.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <43FC8B67.8050203@bah.homeip.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: xorg-libraries 6.9.0 wont build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 20:02:55 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 22, 2006 at 05:03:51PM +0100, Bernt Hansson wrote: > Anyone having trouble upgrading from 6.8.2 to 6.9.0? >=20 > It won't take the patches. You have stale patches in your ports tree. Perhaps you installed ports from sysinstall and then switched to cvsup to update without following the steps in the FAQ on www.polstra.com. Kris --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD/MNqWry0BWjoQKURAtNTAKCnky+brx2VmX+g48V81+0nskIe2ACdH31I W/5YuMR0U6v21TpN3byWask= =+a40 -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 20:13:52 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6056B16A420 for ; Wed, 22 Feb 2006 20:13:52 +0000 (GMT) (envelope-from as@kashrus.com) Received: from epsilon.lunarpages.com (epsilon.lunarpages.com [64.235.230.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B5043D45 for ; Wed, 22 Feb 2006 20:13:51 +0000 (GMT) (envelope-from as@kashrus.com) Received: from p78-77.acedsl.com ([66.114.78.77] helo=KASHRUSBAQKDTR) by epsilon.lunarpages.com with smtp (Exim 4.52) id 1FC0Mw-0002FD-UK for freebsd-questions@FreeBSD.org; Wed, 22 Feb 2006 12:13:51 -0800 Message-ID: <008001c637ed$0232fa70$7e01a8c0@KASHRUSBAQKDTR> From: "andreis" To: Date: Wed, 22 Feb 2006 15:17:28 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - epsilon.lunarpages.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - kashrus.com X-Source: X-Source-Args: X-Source-Dir: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Upgrading Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 20:13:52 -0000 Hi: Could you please help us to find out if it is possible to upgrade = 10.3.29 Apache to the latest 10.3.x version through FreeBSD RELENG_5_4 = ports? If so, any hints as to how to find the right ports would be = greatly appreciated.=20 Thanks a lot, AS From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 20:15:01 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E870F16A423 for ; Wed, 22 Feb 2006 20:15:01 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12FF143D49 for ; Wed, 22 Feb 2006 20:14:56 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k1MKEfuS078458; Wed, 22 Feb 2006 14:14:41 -0600 (CST) Message-Id: <6.0.0.22.2.20060222140452.025ff3b8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 22 Feb 2006 14:14:33 -0600 To: "michaela" , questions@freebsd.org From: Derek Ragona In-Reply-To: <20060222183535.M79239@maa-net.net> References: <20060222183535.M79239@maa-net.net> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Qpopper v4.0.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 20:15:02 -0000 As you said you have just upgraded, did you use the port to upgrade? If you did it will use the configuration setting to build qpopper. Otherwise, if you downloaded qpopper's source and built it yourself, you need to check the configuration settings. You should verify qpopper is built and executable: ls -l /usr/local/libexec/qpopper If you are using tcp wrappers disable them to test qpopper by uncommenting the line: #ALL : ALL : allow in /etc/hosts.allow as a last check, it never hurts to reboot the box, so you are sure there are no issues from old processes or sockets. If you are still having problems connecting check the log add the option: -t [some log file location and file name] such as -t /var/log/qpopper.log Then you can see what the problems are. Hope this helps. -Derek At 12:51 PM 2/22/2006, michaela wrote: >I was running an older version of Qpopper on my mailserver and had NO >problems whatsoever. Everything was going great. However, I just recently >upgraded to Qpopper v4.0.8 and now all of a sudden I can't access my mail >via POP3. > >I'm running Qpopper via INETd and my /etc/inetd.conf file looks like this.... > >pop3 stream tcp nowait root /usr/local/libexec/qpopper qpopper - >s -T 600 > > >However, when I try telnetting to localhost 110, I get the >dreaded, "CONNECTION CLOSED BY FOREIGN HOST" message. NETSTAT shows that >Qpopper is listening on Port 110/TCP so I don't know what's wrong. >My /etc/hosts.allow file is set to allow ALL so that shouldn't be an issue. > >I even executed KILLALL -HUP inetd numerous times and still no go. > >I've poured through the Qpopper FAQs and documentation to see if I'm doing >anything wrong, or missing something, but I just can't seem to pinpoint it. > >Any suggestions or details as to what I might be missing??? > >Any help is much appreciated. > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 20:17:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782AB16A420 for ; Wed, 22 Feb 2006 20:17:10 +0000 (GMT) (envelope-from alexmayfield@carolina.rr.com) Received: from ms-smtp-04-eri0.southeast.rr.com (ms-smtp-04-lbl.southeast.rr.com [24.25.9.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E71343D45 for ; Wed, 22 Feb 2006 20:17:09 +0000 (GMT) (envelope-from alexmayfield@carolina.rr.com) Received: from alexmax.carolina.rr.com (rrcs-70-60-99-214.midsouth.biz.rr.com [70.60.99.214]) by ms-smtp-04-eri0.southeast.rr.com (8.13.4/8.13.4) with ESMTP id k1MKH8LG025021 for ; Wed, 22 Feb 2006 15:17:08 -0500 (EST) Date: Wed, 22 Feb 2006 15:17:09 -0500 To: freebsd-questions@freebsd.org From: "Alex Mayfield" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.52 (Win32, build 7721) X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Can't seem to boot from 6.0-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 20:17:10 -0000 I'm rather new to FreeBSD, and have been wanting to try it out. However, I am unable to boot from either the i386 6.0-RELEASE bootonly or the i386 6.0-RELEASE disc 1 CD. I'm running an Athlon 64 3000+ on a WinFast 755FXK8AA motherboard (Socket 939, SiS 755 North Bridge, SiS 964 South Bridge). The boot CD dies right after ago0: figures out my SiS 755 with: panic: pmap_mapdev: Couldn't alloc kernel virtual memory. Having searched for my problem before posting, I found that another individual has had a similar problem to mine: http://docs.freebsd.org/cgi/mid.cgi?20060122170123.I76421 I followed his initiative and tried the boot option that didn't use ACPI. No dice. I also checked the MD5 of both CD's and they checked out fine. Finally, I tried to boot the amd64 version of FreeBSD, and this time it booted just fine and I got to an installation screen. However, given the fact that there are no nvidia drivers for the 64 bit version, and certain programs being unavalable for amd64, I'd really just prefer to use the i386 version instead. Thanks in advance for your help. -Alex From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 21:08:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 225E616A420 for ; Wed, 22 Feb 2006 21:08:00 +0000 (GMT) (envelope-from rob@roblytle.org) Received: from smtpout06-04.prod.mesa1.secureserver.net (smtpout06-01.prod.mesa1.secureserver.net [64.202.165.224]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E23543D45 for ; Wed, 22 Feb 2006 21:07:58 +0000 (GMT) (envelope-from rob@roblytle.org) Received: (qmail 8017 invoked from network); 22 Feb 2006 21:07:56 -0000 Received: from unknown (24.20.8.31) by smtpout06-04.prod.mesa1.secureserver.net (64.202.165.227) with ESMTP; 22 Feb 2006 21:07:56 -0000 Date: Wed, 22 Feb 2006 13:07:13 -0800 From: Rob To: freebsd-questions@freebsd.org Message-Id: <20060222130713.01ef8d63.rob@roblytle.org> In-Reply-To: <20060222182720.GA45869@flame.pc> References: <20060222101759.66d3e0e3.rob@roblytle.org> <20060222182720.GA45869@flame.pc> Organization: LKA X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Giorgos Keramidas Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 21:08:00 -0000 On Wed, 22 Feb 2006 20:27:20 +0200 Giorgos Keramidas wrote: > On 2006-02-22 10:17, Rob wrote: > > I have been trying to figure out how to set the display name on my > > computer. I have a program used with Xorg that gives me the error > > message: > > > > _X11TransSocketINETConnect() can't get address for xenon:6000: hostname nor servname provided, or not known > > Error: Can't open display: xenon:0.0 > > > > also when starting or stopping Xorg I either get: > > > > bad display name "xenon:0" in "remove" command or > > bad display name "xenon:0 in "list" command > > Your laptop can't resolve the name "xenon". > > > I have my XDISPLAY env variable set using (in Bash): > > > > DISPLAY=xenon:0.0 export DISPLAY > > > > xenon is the name of the machine > > > > I think part of the problem is the setting of the hostname. This laptop > > runs off of DHCP and I am not really sure about what I should do for > > setting the hostname. The manual says to set HOSTNAME="" in rc.conf if > > using DHCP, but then I get the amnesiac message upon boot. Sendmail > > doesn't like that either and hangs during the boot process. So I just > > set it arbitrarily to "xenon" > > Note that the capitalization of rc.conf variables is *significant*. The > real rc.conf variable that you have to set to avoid the "Amnesiac" name is: > > hostname="xenon" > > > I have read manual pages, searched the archives, but I am really confused > > about all of this. Thank you for any help. > > All this can be resolved by using `/etc/hosts'. Just add your hostname > there and point it to the 127.0.0.1 address. Then all programs should be > able to resolve it. > > > Thanks Giorgios, I think that I have the hostname problem resolved. rc.conf has hostname="xenon" and /etc/hosts has: 127.0.0.1 localhost xenon So now Xorg does not give errors on startup or shutdown like the > > bad display name "xenon:0" in "remove" command or > > bad display name "xenon:0 in "list" command But when not setting the DISPLAY variable explicitely anywhere I still get the error: "out of display lists" upon starting the program I want from xterm But then setting DISPLAY=xenon:0.0 export DISPLAY and then executing the program then gives the error: "Can't open display: xenon:0.0" so I guess I am back to square one. Maybe I should call it a day and rest, haha. Thanks, Rob -- ----------------------- http://www.roblytle.org Rob Lytle Home Page From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 21:15:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E03816A420 for ; Wed, 22 Feb 2006 21:15:15 +0000 (GMT) (envelope-from cholland@redmoonbroadband.com) Received: from exchange.redmoonbroadband.com (exchange.redmoonbroadband.com [206.123.80.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB31943D45 for ; Wed, 22 Feb 2006 21:15:14 +0000 (GMT) (envelope-from cholland@redmoonbroadband.com) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 22 Feb 2006 15:15:11 -0600 Message-ID: <4B3EE484EEA4F344BBB62F83164899866A9CF8@corpsrv.RedMoon.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD 6.X Updating Source Thread-Index: AcY39RENRA+jnDtYQqmT4jAwZ4MSJA== From: "Cody Holland" To: Subject: FreeBSD 6.X Updating Source X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 21:15:15 -0000 I just installed a server with FreeBSD 6.0. Everything went perfect. Got it up and running and wanted to download the newest source prior to installing a lot of ports and software. Used cvsup with stable-supfile. Went throught the normal update procedure and when it was done it says that I am running FreeBSD 6.1-PRERELEASE #0. I'm using the RELENG_6 tag, and it was to my understanding that this only followed 6-stable. Is a prerelease considered stable, or am I doing something wrong? Cody Holland Network Engineer Redmoon Broadband, Inc. 972-599-3926 cholland@redmoonbroadband.com ****************************************** The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email. ******************************************=20 From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 21:21:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A9C16A420 for ; Wed, 22 Feb 2006 21:21:06 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCEE343D45 for ; Wed, 22 Feb 2006 21:21:04 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (83.253.29.241) by pne-smtpout2-sn1.fre.skanova.net (7.2.070) id 43F9B8E9000B0519 for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 22:21:04 +0100 Received: (qmail 87419 invoked by uid 1001); 22 Feb 2006 22:21:03 +0100 Date: Wed, 22 Feb 2006 22:21:03 +0100 From: Erik Trulsson To: Cody Holland Message-ID: <20060222212103.GA87407@falcon.midgard.homeip.net> Mail-Followup-To: Cody Holland , freebsd-questions@freebsd.org References: <4B3EE484EEA4F344BBB62F83164899866A9CF8@corpsrv.RedMoon.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B3EE484EEA4F344BBB62F83164899866A9CF8@corpsrv.RedMoon.local> User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.X Updating Source X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 21:21:06 -0000 On Wed, Feb 22, 2006 at 03:15:11PM -0600, Cody Holland wrote: > I just installed a server with FreeBSD 6.0. Everything went perfect. > Got it up and running and wanted to download the newest source prior to > installing a lot of ports and software. Used cvsup with stable-supfile. > Went throught the normal update procedure and when it was done it says > that I am running FreeBSD 6.1-PRERELEASE #0. I'm using the RELENG_6 > tag, and it was to my understanding that this only followed 6-stable. > Is a prerelease considered stable, or am I doing something wrong? > Read the FAQ: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#RELEASE-CANDIDATE -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 21:28:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC6116A422 for ; Wed, 22 Feb 2006 21:28:27 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB6F343D46 for ; Wed, 22 Feb 2006 21:28:26 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so1153730wxc for ; Wed, 22 Feb 2006 13:28:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ERb2Ju0R/OBeQCuNunNBh88e3yTuZ0lCF6DaOHY1cfspgykngJhZKGmAJkicnUvNPIJv7qIpZ/DXvQ8ZA4Iw7t35eCgCo479Twvhum/t+xLJPhViDJUXMCZ7346D6fErm6GC+7TcTgjCWdbj4MGHCxSKzUP2lCpCvzqeXpfZkq0= Received: by 10.70.51.19 with SMTP id y19mr6479264wxy; Wed, 22 Feb 2006 13:28:25 -0800 (PST) Received: by 10.70.58.15 with HTTP; Wed, 22 Feb 2006 13:28:25 -0800 (PST) Message-ID: Date: Wed, 22 Feb 2006 15:28:25 -0600 From: "illoai@gmail.com" To: "Cody Holland" In-Reply-To: <4B3EE484EEA4F344BBB62F83164899866A9CF8@corpsrv.RedMoon.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4B3EE484EEA4F344BBB62F83164899866A9CF8@corpsrv.RedMoon.local> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.X Updating Source X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 21:28:27 -0000 On 2/22/06, Cody Holland wrote: > . . . running FreeBSD 6.1-PRERELEASE #0. > . . . RELENG_6 tag, > Is a prerelease considered stable, or am I doing something wrong? Naming conventions. Nothing else. For the brief life of a -PRERELEASE, that's what -STABLE is. There's also a tendancy to not commit major changes during this period. > . . .Please do not copy it for > any purpose, or disclose its contents to any other person. Sorry about that. I'll try to avoid being legally bound by agreements I didn't sign in the future. -- -- From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 21:32:55 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E99A616A420 for ; Wed, 22 Feb 2006 21:32:54 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8046143D46 for ; Wed, 22 Feb 2006 21:32:54 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060222213253.WTXR7811.mta11.adelphia.net@barbish> for ; Wed, 22 Feb 2006 16:32:53 -0500 From: "fbsd_user" To: "freebsd-questions@FreeBSD. ORG" Date: Wed, 22 Feb 2006 16:32:48 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: Looking for a mentor on php/mysql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 21:32:55 -0000 I am trying to teach my self php/mysql/html programming. I have done native static html web sites before. Running FreeBSD 6.0 with apache13, php, and mysql all installed and working. Have read a few php books and searched the web for code snippets. Have been on some of the php forum sites, but responses are not forth coming. Looking for a mentor to guide me with puting all the pieces together. I have a working panel for registering a user that writes to a flat text file. Need guidance in changing this to use mysql. Would email you direct outside of the questions list. learning PHP

 

 Membership Registration

 

Enter your info below.

 


Account ID            

Account Password  

First Name              

Last Name              

Address Line         

City          &nb sp;           & nbsp; 

State          &n bsp;           

Zip          &nbs p;              

 

           & nbsp;         

 

From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 22:00:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7BA816A420 for ; Wed, 22 Feb 2006 22:00:29 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AE3843D5F for ; Wed, 22 Feb 2006 22:00:25 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t10so1158781wxc for ; Wed, 22 Feb 2006 14:00:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Y0/QyYGtOEtrxl4KkblGXk3bSt4Z34z58OSGqQg1EEwjdr7hv6PYkl06trctyej3ftCSmxol3YjWUOppKnunNTD2CmjHJKoXJ9BNN+XZNkwDh60fH1PA0ZQQXV+D7pdJpVh87dCkAv8pseRmUIUypSBhpL/GQSSVXKlPtYprO40= Received: by 10.70.43.8 with SMTP id q8mr2935042wxq; Wed, 22 Feb 2006 14:00:24 -0800 (PST) Received: by 10.70.42.6 with HTTP; Wed, 22 Feb 2006 14:00:24 -0800 (PST) Message-ID: Date: Wed, 22 Feb 2006 14:00:24 -0800 From: "Derrick Ryalls" To: "Ken Williams" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: virtual memory exhausted: Cannot allocate memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 22:00:29 -0000 On 2/22/06, Ken Williams wrote: > > > Hi FreeBSD folks, > > I'm having trouble compiling the java/jdk15 package. I've downloaded > the > files from Sun and eyesbeyond, as per usual. When I go to the jdk15 > directory and do 'make' the compilation starts and runs for an hour or tw= o > and then grinds to a halt with the following error message; > > -------------------------------------------------------------------------= ----- > gmake[3]: Leaving directory > > `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i= 486_compiler2/jvmg' > gmake[3]: Entering directory > > `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i= 486_compiler2/jvmg' > Compiling ../generated/adfiles/ad_i486.cpp > virtual memory exhausted: Cannot allocate memory > gmake[3]: *** [ad_i486.o] Error 1 > gmake[3]: Leaving directory > > `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i= 486_compiler2/jvmg' > gmake[2]: *** [the_vm] Error 2 > gmake[2]: Leaving directory > > `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i= 486_compiler2/jvmg' > gmake[1]: *** [jvmg] Error 2 > gmake[1]: Leaving directory > `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp' > gmake: *** [jvmg] Error 2 > *** Error code 2 > > Stop in /usr/ports/java/jdk15. > > -------------------------------------------------------------------------= ----- > > The PC I'm using has a 2.3GHz Pentium, with 128MB memory and 70GB free > disk space > running FreeBSD-6.1PRERELEASE. Interestingly, when I run 'make' and do > 'top' > the compilation process steadily grows to 128MB in size and then stays at > that size until it grinds to a halt. > > I was under the impression that FreeBSD imposed a default maximum > process > size of 512MB, maybe that's changed or I was wrong (anyone ??). After > Googling, I found that the way to increase the maximum process size was t= o > add the following entries to /boot/loader.conf and reboot; > > root$ more /boot/loader.conf > kern.maxdsiz=3D"1073741824" # 1GB > kern.dfldsiz=3D"1073741824" # 1GB > kern.maxssiz=3D"134217728" # 128MB > > I did this and tried compiling jdk15 again but it made no difference. > > So I had the idea that another way to increase the amount of virtual > memory available is to increase the amount of swap memory available > (correct > ??) which I did (to 1GB) as described in the Handbook here > ( > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/adding-swap-spa= ce.html > ). > This I did, and when I do 'top' it shows up as available swap memory but > when I tried compiling jdk15 again it also made no difference. > > I've also checked my resource limits (ulimit) but they look reasonable > to > me; > > root$ ulimit -SHacdflmnpstuv > core file size (blocks, -c) unlimited > data seg size (kbytes, -d) 524288 > file size (blocks, -f) unlimited > max locked memory (kbytes, -l) unlimited > max memory size (kbytes, -m) unlimited > open files (-n) 1735 > pipe size (512 bytes, -p) 1 > stack size (kbytes, -s) 65536 > cpu time (seconds, -t) unlimited > max user processes (-u) 867 > virtual memory (kbytes, -v) unlimited > > > For info, I also have java/linux-sun-jdk14 installed with linprocfs > mounted (to bootstrap the jdk15 installation) but I don't think this is > related to my problem. > > I'm at a bit of a loss what to do next. Do I need to buy some more > memory > for my PC (just to compile jdk15) or is there anything else I can try or > change in FreeBSD which may help me ? > > Any help is much appreciated. > > Ken > > My video card has more memory than your system does. Do you have any swap space mounted/available? /etc/fstab will tell you if you have a swap partition. If you do (and it i= s big) then I am not sure what the issue is, but is does sound like the syste= m is short on memory. If you have no swap space partitioned, there is a way to make a swapfile, but I have never done it myself. From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 22:08:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2D0B16A420 for ; Wed, 22 Feb 2006 22:08:22 +0000 (GMT) (envelope-from bsduser@postmaster.co.uk) Received: from smtp5.uk1.bibliotech.net (smtp5.uk1.bibliotech.net [212.57.34.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4225643D45 for ; Wed, 22 Feb 2006 22:08:22 +0000 (GMT) (envelope-from bsduser@postmaster.co.uk) Received: from pmweb9.uk1.bibliotech.net ([212.57.34.112]) by smtp5.uk1.bibliotech.net with esmtp (Exim 3.32 #1) id 1FC29i-0006mt-00 for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 22:08:18 +0000 Received: from pmweb by pmweb9.uk1.bibliotech.net with local (Exim 4.04) id 1FC29i-0008Lc-00 for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 22:08:18 +0000 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: Jan Holland To: freebsd-questions@freebsd.org Date: Wed, 22 Feb 2006 22:08:18 +0000 X-Postmaster: Sent from Postmaster http://www.postmaster.co.uk/, the world's premier web based email service, based in London, England. X-Postmaster-Trace: Account name: bsduser; Domain name: postmaster.co.uk; Local time: Wed Feb 22 22:08:18 2006; Local host: pmweb9.uk1.bibliotech.ne t; Remote host: 194.109.217.74; Referer site: (not defined) X-Complaints-To: General account for reporting spam and other abuse of the service , IT coordinator at responsible organisation X-Postmaster-Team-Photo: http://www.postmaster.co.uk/static/en/nav/credits .html Message-Id: Subject: Re: What doesn't work on desktop FreeBSD ? (ex Webcams) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bsduser@postmaster.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 22:08:22 -0000 Xn Nooby wrote: > I bought a QuickCam Orbit MP, which I apparently must use under Windows (or > Linux). From what I've seen online, not many (if any), people are using > webcams under FreeBSD. I was curious if there were other things that also > were not realistic to do (I'm not complaining). > > Some of the things that do work are my soundcard, nVidia card, gigabit NIC, > opengl games, wine, accelerated qemu, hp inkjet printer, and lots of > wonderful free software. Qemu nullified my need for VMWare (though I own > 5.5 for win and linux). OpenOffice, Abiword, and Firefox with flash and java > works. Lots of stuff works. > > I'm just curious if I am going to hit any roadblocks down the road. > > (Maybe there is a way to get my Quickcam to work using the RH > 8.0compatibilty layer) > > thank! Someone ported the Linux pwc webcam driver to FreeBSD, and it actually works great with my Logitech Quickcam 4000 pro! According to his website http://raaf.atspace.org/ Logitech Quickcam Orbit should work as well. _______________________________________________________________ In the English and Scottish football leagues, which team has the longest name? postmaster.co.uk http://www.postmaster.co.uk/cgi-bin/meme/quiz.pl?id=223 From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 22:11:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39AB016A420 for ; Wed, 22 Feb 2006 22:11:15 +0000 (GMT) (envelope-from rob@roblytle.org) Received: from smtpout06-04.prod.mesa1.secureserver.net (smtpout06-01.prod.mesa1.secureserver.net [64.202.165.224]) by mx1.FreeBSD.org (Postfix) with SMTP id BC22A43D46 for ; Wed, 22 Feb 2006 22:11:14 +0000 (GMT) (envelope-from rob@roblytle.org) Received: (qmail 9902 invoked from network); 22 Feb 2006 22:11:13 -0000 Received: from unknown (24.20.8.31) by smtpout06-04.prod.mesa1.secureserver.net (64.202.165.227) with ESMTP; 22 Feb 2006 22:11:13 -0000 Date: Wed, 22 Feb 2006 14:10:30 -0800 From: Rob To: freebsd-questions@freebsd.org Message-Id: <20060222141030.3f90e2e9.rob@roblytle.org> Organization: LKA X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: sendmail hangs with errors after setting hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 22:11:15 -0000 Hi, OK, I think that I now have my hostname set properly in rc.conf and /etc/hosts In rc.conf is the line hostname="xenon" In /etc/hosts there is one line: 127.0.0.1 localhost xenon Upon bootup I get the following error: "xenon sm-mta [1556]: My unqualified host name (localhost) unknown; sleeping for retry" Then after it sleeps a bit I get more errors. Finally, I just hig to kill it and the boot process continues. I looked in the handbook in the Sendmail section and it referred to a file in /etc/mail called "local-host-names" and I put that file in with the line: "xenon" in there, but with the same results, so I am really not certain exactly what to do now. I put the Sendmail config part of rc.conf below. I just want localhost based Sendmail. Thanks, Rob. part of rc.conf: ############################################################## ### Mail Transfer Agent (MTA) options ###################### ############################################################## mta_start_script="/etc/rc.sendmail" # Script to start your chosen MTA, called by /etc/rc. # Settings for /etc/rc.sendmail and /etc/rc.d/sendmail: sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO). sendmail_pidfile="/var/run/sendmail.pid" # sendmail pid file sendmail_procname="/usr/sbin/sendmail" # sendmail process name sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server) sendmail_submit_enable="YES" # Start a localhost-only MTA for mail submission sendmail_submit_flags="-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost" # Flags for localhost-only MTA sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO). sendmail_outbound_flags="-L sm-queue -q30m" # Flags to sendmail (outbound only) sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO). sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m" # Flags for sendmail_msp_queue daemon. -- ----------------------- http://www.roblytle.org Rob Lytle Home Page From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 22:41:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBA6F16A420 for ; Wed, 22 Feb 2006 22:41:49 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from muse.calarts.edu (muse.calarts.edu [198.182.157.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E047443D49 for ; Wed, 22 Feb 2006 22:41:44 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from [172.24.0.245] (rfc1918-address.calarts.edu [172.24.0.245] (may be forged)) by muse.calarts.edu (8.11.7p1+Sun/8.11.7) with ESMTP id k1MMfeG13971 for ; Wed, 22 Feb 2006 14:41:40 -0800 (PST) Message-ID: <43FCE8A3.6010209@sbcglobal.net> Date: Wed, 22 Feb 2006 14:41:39 -0800 From: Jose Borquez User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to delete ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 22:41:49 -0000 Is it safe to go into /usr/ports and delete the entire contents of the ports and then do a cvsup to download only the needed ports? Is there another method to do this? Thanks in advance, Jose From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 22:44:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACDF416A420 for ; Wed, 22 Feb 2006 22:44:25 +0000 (GMT) (envelope-from chris@i13i.com) Received: from admin.i13i.com (admin.i13i.com [208.98.1.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 27BBE43D48 for ; Wed, 22 Feb 2006 22:44:25 +0000 (GMT) (envelope-from chris@i13i.com) Received: (qmail 79144 invoked from network); 22 Feb 2006 22:56:26 -0000 Received: from mail.i13i.com (HELO webmail.i13i.com) (208.98.15.133) by admin.i13i.com with SMTP; 22 Feb 2006 22:56:26 -0000 Received: from 212.39.168.67 (proxying for 62.92.188.12) (SquirrelMail authenticated user chris@i13i.com) by webmail.i13i.com with HTTP; Wed, 22 Feb 2006 16:56:26 -0600 (CST) Message-ID: <53781.212.39.168.67.1140648986.squirrel@webmail.i13i.com> In-Reply-To: <43FCE8A3.6010209@sbcglobal.net> References: <43FCE8A3.6010209@sbcglobal.net> Date: Wed, 22 Feb 2006 16:56:26 -0600 (CST) From: chris@i13i.com To: "Jose Borquez" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: FreeBSD Questions Subject: Re: How to delete ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 22:44:25 -0000 There is no problem doing that, just add each dir you dont need or want in a .cvsignore file in /usr/ports/.cvsignore just remeber that some of those items you dont need might be required as a dep for some other port. Regards, Chris > Is it safe to go into /usr/ports and delete the entire contents of the > ports and then do a cvsup to download only the needed ports? Is there > another method to do this? > > Thanks in advance, > Jose > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 22:49:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6435B16A420 for ; Wed, 22 Feb 2006 22:49:47 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9DEE43D45 for ; Wed, 22 Feb 2006 22:49:46 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id B836A998811; Wed, 22 Feb 2006 23:49:44 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24129-04-10; Wed, 22 Feb 2006 23:49:41 +0100 (CET) Received: from [192.168.2.186] (catv-5062e7e3.catv.broadband.hu [80.98.231.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 2B66E998804; Wed, 22 Feb 2006 23:49:41 +0100 (CET) Message-ID: <43FCEA80.1050105@t-hosting.hu> Date: Wed, 22 Feb 2006 23:49:36 +0100 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jose Borquez References: <43FCE8A3.6010209@sbcglobal.net> In-Reply-To: <43FCE8A3.6010209@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: FreeBSD Questions Subject: Re: How to delete ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 22:49:47 -0000 Jose Borquez wrote: > Is it safe to go into /usr/ports and delete the entire contents of the > ports and then do a cvsup to download only the needed ports? Is there > another method to do this? > Yes, you can safely delete /usr/ports. You can define the unwanted directories with refuse files for CVSup. See cvsup(1), it is described there well enough. Regards, Gabor Kovesdan From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 22:52:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B429C16A420 for ; Wed, 22 Feb 2006 22:52:23 +0000 (GMT) (envelope-from chris@i13i.com) Received: from admin.i13i.com (admin.i13i.com [208.98.1.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 2A0D043D45 for ; Wed, 22 Feb 2006 22:52:23 +0000 (GMT) (envelope-from chris@i13i.com) Received: (qmail 81606 invoked from network); 22 Feb 2006 23:04:25 -0000 Received: from mail.i13i.com (HELO webmail.i13i.com) (208.98.15.133) by admin.i13i.com with SMTP; 22 Feb 2006 23:04:25 -0000 Received: from 212.39.168.67 (proxying for 62.92.188.12) (SquirrelMail authenticated user chris@i13i.com) by webmail.i13i.com with HTTP; Wed, 22 Feb 2006 17:04:25 -0600 (CST) Message-ID: <54699.212.39.168.67.1140649465.squirrel@webmail.i13i.com> In-Reply-To: References: <4B3EE484EEA4F344BBB62F83164899866A9CF8@corpsrv.RedMoon.local> Date: Wed, 22 Feb 2006 17:04:25 -0600 (CST) From: chris@i13i.com To: "illoai@gmail.com" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org, Cody Holland Subject: Re: FreeBSD 6.X Updating Source X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 22:52:23 -0000 The difference between RELENG_6 and RELENG_6_[0-1] is one is a development branch which releases are based off and RELENG_6_0 is the stable version of the released code which only gets security fixes commited to it. As bother are considred stable code compared to current STABLE sometimes breaks due to new features so i recomend you cvsup RELENG_6_0 then when 6.1-REL comes out cvsup RELENG_6_1 Regards, Chris > On 2/22/06, Cody Holland wrote: >> . . . running FreeBSD 6.1-PRERELEASE #0. >> . . . RELENG_6 tag, >> Is a prerelease considered stable, or am I doing something wrong? > > Naming conventions. Nothing else. For the brief life > of a -PRERELEASE, that's what -STABLE is. There's > also a tendancy to not commit major changes during > this period. > >> . . .Please do not copy it for >> any purpose, or disclose its contents to any other person. > > Sorry about that. I'll try to avoid being legally bound by > agreements I didn't sign in the future. > > -- > -- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 23:00:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C0A16A420 for ; Wed, 22 Feb 2006 23:00:59 +0000 (GMT) (envelope-from mfitzgerald@pacific.net.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F4BB43D45 for ; Wed, 22 Feb 2006 23:00:57 +0000 (GMT) (envelope-from mfitzgerald@pacific.net.au) Received: (qmail 30535 invoked by uid 507); 23 Feb 2006 10:00:56 +1100 Received: from 28.101.233.220.exetel.com.au (HELO ?192.168.1.100?) (220.233.101.28) by jay.exetel.com.au with SMTP; 23 Feb 2006 10:00:56 +1100 Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <44757eb38bcc6917f5e114738b97cb86@pacific.net.au> Content-Transfer-Encoding: 7bit From: Malcolm Fitzgerald Date: Thu, 23 Feb 2006 10:00:55 +1100 To: X-Mailer: Apple Mail (2.622) Subject: Re: Free BSD on Macintosh OS 10.3.9 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 23:00:59 -0000 On 22/02/2006, at 10:37 PM, Ted Mittelstaedt wrote: > > Elisabet, > > I don't think you need the BSD base system to run Adobe Indesign > system. > > But, if you do then you have to do it this way: > > 1) backup all your data files from your iBook. Unplug your ethernet > connection so > you have no network connection. > > 2) insert disk #1 of the Panther OS and boot with the C key to boot off > the CD > > 3) When the option comes up asking if you want to install OSX, select > the > option > to completely erase the existing disk and reinitialize it. > > 4) Install Panther. You can use the "Options" button to select the extra components at this stage. It saves you the extra reboot and install in step 5 below > > 5) Before plugging in the ethernet cable, boot from the hard disk of > the > iBook, > insert disk #1, and go to the additional installers and run the BSD > system installer. > > 6) Plug in ethernet cable and run Software Update. > From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 23:17:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 179C116A420 for ; Wed, 22 Feb 2006 23:17:17 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642DC43D48 for ; Wed, 22 Feb 2006 23:17:16 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 202F6131E2E; Thu, 23 Feb 2006 09:47:15 +1030 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 01DF485EA3; Thu, 23 Feb 2006 09:47:15 +1030 (CST) Date: Thu, 23 Feb 2006 09:47:14 +1030 From: Greg 'groggy' Lehey To: Peter Message-ID: <20060222231714.GE65002@wantadilla.lemis.com> References: <20060222030711.2842.qmail@web60017.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="P5jslYRVNanHST2M" Content-Disposition: inline In-Reply-To: <20060222030711.2842.qmail@web60017.mail.yahoo.com> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: freebsd-questions Subject: Re: anyone using voip? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 23:17:17 -0000 --P5jslYRVNanHST2M Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tuesday, 21 February 2006 at 22:07:11 -0500, Peter wrote: > Hi, I'm looking for comments from people who are using a voip solution > with FreeBSD. The archives of this group show mixed results. I see there > is a skype port available. To me that implies that this is possible. > What of hardware? USB phones? I've done a lot of investigation. Summary: (not only under FreeBSD): VoIP software is *really* bad. Asterisk may work if you can understand the arcane documentation, but it's overkill for a simple VoIP phone solution. The others are almost completely undocumented and difficult to use. This applies to commercial offerings too, some of which are free to use. I'm currently using linphone, mainly because it has a command-line client, and I don't see why I should have to use a mouse to make a phone call. The client is buggy, though, and very non-intuitive. For example: to call me, you might enter $ linphonec sip:4484@sip.mysql.com This will work. But I'd then expect the program to wait until termination or until I hit ^C; instead, it returns with a prompt. Hitting ^C stops the program without terminating the call. To terminate the call, you need to enter the entire text "terminate". Enter ^D to exit the program and it loops. That's when you need the ^C. =46rom a hardware point of view, I'm using a standard analogue headset with microphone. You'll need to set the recording source to microphone: $ mixer =3Drec mic 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. VoIP: sip:4484@sip.mysql.com, sip:0871270137@sip.internode.on.net --P5jslYRVNanHST2M Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFD/PD6IubykFB6QiMRAqvxAKCz1G2GuWiX9HAiCPduL5re/bXpyQCfXWnr XgOTqsjBTL4AdJKz5pJoEpU= =OoMB -----END PGP SIGNATURE----- --P5jslYRVNanHST2M-- From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 23:31:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F216D16A420 for ; Wed, 22 Feb 2006 23:31:07 +0000 (GMT) (envelope-from alec@thened.net) Received: from empmail.bowdoin.edu (empmail.bowdoin.edu [139.140.14.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE8243D46 for ; Wed, 22 Feb 2006 23:31:07 +0000 (GMT) (envelope-from alec@thened.net) Received: from shredder.bowdoin.edu ([139.140.181.133]) by empmail.bowdoin.edu (Sun Java System Messaging Server 6.1 HotFix 0.01 (built Jun 24 2004)) with ESMTPP id <0IV400IA73ZUGRA0@empmail.bowdoin.edu> for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 18:31:06 -0500 (EST) Received: by shredder.bowdoin.edu (Postfix, from userid 12008) id 57B52C071; Wed, 22 Feb 2006 18:31:06 -0500 (EST) Date: Wed, 22 Feb 2006 23:31:06 +0000 From: Alec Berryman In-reply-to: <20060222030711.2842.qmail@web60017.mail.yahoo.com> To: freebsd-questions@freebsd.org Message-id: <20060222233105.GD66544@thened.net> MIME-version: 1.0 Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5gxpn/Q6ypwruk0T" Content-disposition: inline X-Ned-Wuz-Here: Yes X-GPG-Fingerprint: 3DB5 8785 53D9 8BF4 5049 B6B9 02E7 7FD9 881C 85C4 X-GPG-Key-ID: 881C85C4 References: <20060222030711.2842.qmail@web60017.mail.yahoo.com> User-Agent: Mutt/1.5.11 Subject: Re: anyone using voip? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 23:31:08 -0000 --5gxpn/Q6ypwruk0T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Peter on 2006-02-21 22:07:11 -0500: > Hi, I'm looking for comments from people who are using a voip solution > with FreeBSD. The archives of this group show mixed results. I see > there is a skype port available. To me that implies that this is > possible. What of hardware? USB phones? I'm using Skype from ports with an analog headset and it works fantastically well. --5gxpn/Q6ypwruk0T Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFD/PQ5Aud/2YgchcQRAskuAKC3VIiqo/reiN1NROsM6Y5gA7nUOgCghRB5 L7NK31mB8VWARNeUvHq8Nqw= =fXz+ -----END PGP SIGNATURE----- --5gxpn/Q6ypwruk0T-- From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 23:55:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B68E16A420 for ; Wed, 22 Feb 2006 23:55:36 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60022.mail.yahoo.com (web60022.mail.yahoo.com [209.73.178.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 7614943D46 for ; Wed, 22 Feb 2006 23:55:35 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 64485 invoked by uid 60001); 22 Feb 2006 23:55:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=PXP4ptKJDLSrm0V8Bpzj4kFZYWf381yPr1Iyj1gCCUfJlr1VU4hxSBz8XtxK8HL2kg9T/oWxC/77gN7XtArwQ5DKvQEa3Dsh3Mc5eKcLAxPGj+ie9jJAiFRm59qGM/9v46/Has8UogJmbHsp+LrnGQFLstXLsQdG2vo0K1rzgWo= ; Message-ID: <20060222235534.64483.qmail@web60022.mail.yahoo.com> Received: from [216.252.84.127] by web60022.mail.yahoo.com via HTTP; Wed, 22 Feb 2006 18:55:34 EST Date: Wed, 22 Feb 2006 18:55:34 -0500 (EST) From: Peter To: Alec Berryman , freebsd-questions@freebsd.org In-Reply-To: <20060222233105.GD66544@thened.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: anyone using voip? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 23:55:36 -0000 --- Alec Berryman wrote: > Peter on 2006-02-21 22:07:11 -0500: > > > Hi, I'm looking for comments from people who are using a voip solution > > with FreeBSD. The archives of this group show mixed results. I see > > there is a skype port available. To me that implies that this is > > possible. What of hardware? USB phones? > > I'm using Skype from ports with an analog headset and it works > fantastically well. I installed skype from ports. Without a man page it was difficult to begin. I decided to execute the binary and it just sat there without any output whatsover. Do you have any notes? __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 23:57:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6814616A420 for ; Wed, 22 Feb 2006 23:57:57 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60022.mail.yahoo.com (web60022.mail.yahoo.com [209.73.178.70]) by mx1.FreeBSD.org (Postfix) with SMTP id D3AAB43D46 for ; Wed, 22 Feb 2006 23:57:56 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 65061 invoked by uid 60001); 22 Feb 2006 23:57:56 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=B9yXJMwXCv7oBgfeba5F4jmaPY0XUoFaj9tpR7SqjVdtR/GU/g2GvPv6nzMZ9Z+qV+uTz5h0muHsqCS4d0oljolORFAKhmE75C9q3xa3cp5BbyO8cRn4Bu7W86Uhip+7mo3zxz9Hddy9g3swyNP0E5Kyc3CDLfMogRscR3wWUpY= ; Message-ID: <20060222235756.65059.qmail@web60022.mail.yahoo.com> Received: from [216.252.84.127] by web60022.mail.yahoo.com via HTTP; Wed, 22 Feb 2006 18:57:56 EST Date: Wed, 22 Feb 2006 18:57:56 -0500 (EST) From: Peter To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: gam_server driving me nuts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 23:57:57 -0000 During a ports upgrade fam was replaced by gamin. Now my power supply fan keeps turning up and down. This is causing a lot of noise and is very annoying. I can't seem to kill the thing either; damn thing respawns. What are other people doing? __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 00:42:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7944116A422 for ; Thu, 23 Feb 2006 00:42:10 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7452143D48 for ; Thu, 23 Feb 2006 00:42:09 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k1N0ffRx081794; Wed, 22 Feb 2006 18:41:42 -0600 (CST) Message-Id: <6.0.0.22.2.20060222183825.0262d630@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 22 Feb 2006 18:41:34 -0600 To: Rob , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <20060222141030.3f90e2e9.rob@roblytle.org> References: <20060222141030.3f90e2e9.rob@roblytle.org> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: sendmail hangs with errors after setting hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 00:42:10 -0000 I would suggest setting the hostname as a different address from localhost. There are multiple instances of sendmail that run, as your rc.conf file has them enabled. You can use a private non-routable IP for the hostname. Hope this helps. -Derek At 04:10 PM 2/22/2006, Rob wrote: >Hi, > >OK, I think that I now have my hostname set properly in rc.conf and /etc/hosts > >In rc.conf is the line hostname="xenon" > >In /etc/hosts there is one line: 127.0.0.1 localhost xenon > >Upon bootup I get the following error: > >"xenon sm-mta [1556]: My unqualified host name (localhost) unknown; >sleeping for retry" > >Then after it sleeps a bit I get more errors. Finally, I just hig > to kill it >and the boot process continues. > >I looked in the handbook in the Sendmail section and it referred to a file >in /etc/mail >called "local-host-names" and I put that file in with the line: "xenon" in >there, but with >the same results, so I am really not certain exactly what to do now. > >I put the Sendmail config part of rc.conf below. I just want localhost >based Sendmail. > >Thanks, > >Rob. > > >part of rc.conf: > >############################################################## >### Mail Transfer Agent (MTA) options ###################### >############################################################## > >mta_start_script="/etc/rc.sendmail" > # Script to start your chosen MTA, called by /etc/rc. ># Settings for /etc/rc.sendmail and /etc/rc.d/sendmail: >sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO). >sendmail_pidfile="/var/run/sendmail.pid" # sendmail pid file >sendmail_procname="/usr/sbin/sendmail" # sendmail process name >sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a server) >sendmail_submit_enable="YES" # Start a localhost-only MTA for mail >submission >sendmail_submit_flags="-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost" > # Flags for localhost-only MTA >sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO). >sendmail_outbound_flags="-L sm-queue -q30m" # Flags to sendmail (outbound >only) >sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO). >sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m" > # Flags for sendmail_msp_queue daemon. > > >-- > >----------------------- >http://www.roblytle.org >Rob Lytle Home Page >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 00:43:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C1C516A420 for ; Thu, 23 Feb 2006 00:43:24 +0000 (GMT) (envelope-from alec@thened.net) Received: from empmail.bowdoin.edu (empmail.bowdoin.edu [139.140.14.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E2443D45 for ; Thu, 23 Feb 2006 00:43:23 +0000 (GMT) (envelope-from alec@thened.net) Received: from shredder.bowdoin.edu ([139.140.181.133]) by empmail.bowdoin.edu (Sun Java System Messaging Server 6.1 HotFix 0.01 (built Jun 24 2004)) with ESMTPP id <0IV400ICF7CBGJF0@empmail.bowdoin.edu> for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 19:43:23 -0500 (EST) Received: by shredder.bowdoin.edu (Postfix, from userid 12008) id E7294CC88; Wed, 22 Feb 2006 19:43:22 -0500 (EST) Date: Thu, 23 Feb 2006 00:43:22 +0000 From: Alec Berryman In-reply-to: <20060222235534.64483.qmail@web60022.mail.yahoo.com> To: freebsd-questions@freebsd.org Message-id: <20060223004322.GA7575@thened.net> MIME-version: 1.0 Content-type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary=Nq2Wo0NMKNjxTN9z Content-disposition: inline X-Ned-Wuz-Here: Yes X-GPG-Fingerprint: 3DB5 8785 53D9 8BF4 5049 B6B9 02E7 7FD9 881C 85C4 X-GPG-Key-ID: 881C85C4 References: <20060222233105.GD66544@thened.net> <20060222235534.64483.qmail@web60022.mail.yahoo.com> User-Agent: Mutt/1.5.11 Subject: Re: anyone using voip? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 00:43:24 -0000 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Peter on 2006-02-22 18:55:34 -0500: >=20 > --- Alec Berryman wrote: > >=20 > > I'm using Skype from ports with an analog headset and it works > > fantastically well. >=20 > I installed skype from ports. Without a man page it was difficult to > begin. I decided to execute the binary and it just sat there without any > output whatsover. Do you have any notes? It just started up for me. It's a Linux binary; have you properly enabled Linux compatibility as described in the handbook? You might refer to the documentation on www.skype.com, but it was very much plug-and-play. --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFD/QUqAud/2YgchcQRAsTwAKDx4Z+bhKHZZ4wbd86UMXPYQeLD1ACeMCaE Oi2AruNUnnUu0u+b2kGYLgY= =GZR9 -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 00:49:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB0E616A420 for ; Thu, 23 Feb 2006 00:49:09 +0000 (GMT) (envelope-from davel@compbook.co.uk) Received: from ns1.helio.co.uk (mail.compbook.co.uk [195.188.86.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5067243D45 for ; Thu, 23 Feb 2006 00:49:08 +0000 (GMT) (envelope-from davel@compbook.co.uk) Received: from [82.46.141.163] by ns1.compbook.co.uk (NTMail 7.00.0022/KW9321.00.47a0a76c) with ESMTP id msduiaaa for freebsd-questions@freebsd.org; Thu, 23 Feb 2006 00:49:16 +0000 Message-ID: <43FD067B.4040604@compbook.co.uk> Date: Thu, 23 Feb 2006 00:48:59 +0000 From: Dave Lewis User-Agent: Thunderbird 1.5 (X11/20060220) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Page Fault - Wireless problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 00:49:10 -0000 I am getting the following panic that happens intermittently using 6,0 and 6.1 prerelease with GENERIC and modified kermels [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". Unread portion of the kernel message buffer: ural0: could not transmit buffer: SHORT_XFER Fatal trap 12: page fault while in kernel mode fault virtual address = 0x4 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0667091 stack pointer = 0x28:0xd33e4c00 frame pointer = 0x28:0xd33e4c0c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 32 (irq21: uhci0 uhci1+) trap number = 12 panic: page fault Uptime: 1h4m21s Dumping 479 MB (2 chunks) chunk 0: 1MB (157 pages) ... ok chunk 1: 479MB (122608 pages) 463 447 431 415 399 383 367 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 63 47 31 15 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) where #0 doadump () at pcpu.h:165 #1 0xc05db1a2 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399 #2 0xc05db438 in panic (fmt=0xc07b409e "%s") at /usr/src/sys/kern/kern_shutdown.c:555 #3 0xc0772294 in trap_fatal (frame=0xd33e4bc0, eva=4) at /usr/src/sys/i386/i386/trap.c:836 #4 0xc0771ffb in trap_pfault (frame=0xd33e4bc0, usermode=0, eva=4) at /usr/src/sys/i386/i386/trap.c:744 #5 0xc0771c59 in trap (frame= {tf_fs = 8, tf_es = 40, tf_ds = 40, tf_edi = -1020522496, tf_esi = 0, tf_ebp = -750892020, tf_isp = -750892052, tf_ebx = -1020519468, tf_edx = -1020526944, tf_ecx = -1021865984, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1067028335, tf_cs = 32, tf_eflags = 66118, tf_esp = -1020519468, tf_ss = -1020479488}) at /usr/src/sys/i386/i386/trap.c:434 #6 0xc0761cfa in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc0667091 in ieee80211_free_node (ni=0x0) at /usr/src/sys/net80211/ieee80211_node.c:1573 #8 0xc0575307 in ural_txeof (xfer=0xc34ba100, priv=0xc32c1bd4, status=USBD_NORMAL_COMPLETION) at /usr/src/sys/dev/usb/if_ural.c:884 #9 0xc058d24e in usb_transfer_complete (xfer=0xc34ba100) at /usr/src/sys/dev/usb/usbdi.c:863 #10 0xc056afd8 in ehci_idone (ex=0xc34ba100) at /usr/src/sys/dev/usb/ehci.c:875 #11 0xc056aeb3 in ehci_check_intr (sc=0xc3179000, ex=0xc34ba100) ---Type to continue, or q to quit--- at /usr/src/sys/dev/usb/ehci.c:760 #12 0xc056aded in ehci_softintr (v=0xc3179000) at /usr/src/sys/dev/usb/ehci.c:694 #13 0xc058a56d in usb_schedsoftintr (bus=0x0) at /usr/src/sys/dev/usb/usb.c:871 #14 0xc056abce in ehci_intr1 (sc=0xc3179000) at /usr/src/sys/dev/usb/ehci.c:594 #15 0xc056ab0e in ehci_intr (v=0xc3179000) at /usr/src/sys/dev/usb/ehci.c:553 #16 0xc05c6b79 in ithread_loop (arg=0xc3088280) at /usr/src/sys/kern/kern_intr.c:547 #17 0xc05c5e00 in fork_exit (callout=0xc05c6a20 , arg=0xc3088280, frame=0xd33e4d38) at /usr/src/sys/kern/kern_fork.c:789 #18 0xc0761d5c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:208 uname -a FreeBSD rainbow.Belkin 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #4: Thu Feb 16 23:19:36 GMT 2006 root@rainbow.Belkin:/usr/obj/usr/src/sys/DAVES i386 dmesg part ural0: Belkin Belkin 54g USB Network Adapter, rev 2.00/0.01, addr 2 ural0: MAC/BBP RT2570 (rev 0x05), RF RT2526 ural0: Ethernet address: 00:11:50:8a:93:47 ural0: if_start running deferred for Giant This e-mail and the information contained is confidential and is intended solely for the person to whom it is addressed. If you are not the intended recipient or have received it in error we would appreciate a prompt notice that it has been wrongly despatched and will reimburse any reasonable cost involved in notifying us. We thank you for your help in this regard. We would also advise that you should not use, disclose or copy this information in any medium, as if you do, you may be breaking the law and thereby incurring liability. We do not accept any liability to any third party acting or failing to act on any information contained in this e-mail From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 00:49:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA7D316A427 for ; Thu, 23 Feb 2006 00:49:22 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD86243D46 for ; Thu, 23 Feb 2006 00:49:21 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 855AD131E29; Thu, 23 Feb 2006 11:19:20 +1030 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 62E6785EA3; Thu, 23 Feb 2006 11:19:20 +1030 (CST) Date: Thu, 23 Feb 2006 11:19:20 +1030 From: Greg 'groggy' Lehey To: Alec Berryman Message-ID: <20060223004920.GK65002@wantadilla.lemis.com> References: <20060222233105.GD66544@thened.net> <20060222235534.64483.qmail@web60022.mail.yahoo.com> <20060223004322.GA7575@thened.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3qFz8M2h77c7FGn9" Content-Disposition: inline In-Reply-To: <20060223004322.GA7575@thened.net> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: freebsd-questions@freebsd.org Subject: Re: anyone using voip? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 00:49:22 -0000 --3qFz8M2h77c7FGn9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thursday, 23 February 2006 at 0:43:22 +0000, Alec Berryman wrote: > Peter on 2006-02-22 18:55:34 -0500: > >> >> --- Alec Berryman wrote: >>> >>> I'm using Skype from ports with an analog headset and it works >>> fantastically well. >> >> I installed skype from ports. Without a man page it was difficult to >> begin. I decided to execute the binary and it just sat there without any >> output whatsover. Do you have any notes? > > It just started up for me. It's a Linux binary; have you properly > enabled Linux compatibility as described in the handbook? You might > refer to the documentation on www.skype.com, but it was very much > plug-and-play. I'd guess that Peter is asking: "OK, it works. Now how do I use it?". That's where I was left with Skype. I suppose that would change if I had anybody to talk to over it. But it's a proprietary solution where there are open solutions; why choose it? Before somebody answers, I know the answer: it gives you ($) access to POTS, and it works (apparently) better than some open VoIP solutions. But I'd rather fix the open solution. 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. --3qFz8M2h77c7FGn9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFD/QaQIubykFB6QiMRAoCyAKCsW8L8bjrrTcRNC7bhg3Fd3eW6MwCeO1Bu sFG+SIw+BHNBWUShlA3iGFw= =O3Up -----END PGP SIGNATURE----- --3qFz8M2h77c7FGn9-- From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 01:03:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6971916A420 for ; Thu, 23 Feb 2006 01:03:24 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAF5943D46 for ; Thu, 23 Feb 2006 01:03:23 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 7CE0962C816 for ; Wed, 22 Feb 2006 21:03:23 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 25097-04 for ; Wed, 22 Feb 2006 21:03:23 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id 2894862C811 for ; Wed, 22 Feb 2006 21:03:23 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id F366C45412; Wed, 22 Feb 2006 21:03:26 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id EEBD43F139 for ; Wed, 22 Feb 2006 21:03:26 -0400 (AST) Date: Wed, 22 Feb 2006 21:03:26 -0400 (AST) From: "Marc G. Fournier" To: freebsd-questions@freebsd.org In-Reply-To: <20060127130505.I1017@ganymede.hub.org> Message-ID: <20060222210106.Q1931@ganymede.hub.org> References: <20060127130505.I1017@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Subject: Re: VPN & Jail(s) ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 01:03:24 -0000 I asked this a little while ago, and had alot of good answers ... but, after doing some thinking, I'm wondering if there might be a better way of doing it, that removed the requirement for 'hitting' the base operating system ... If I ran something like FreeBSD in VMWare, would that work? Are there any OSS VMWare-like solutions available out there? thanks ... On Fri, 27 Jan 2006, Marc G. Fournier wrote: > > Can it be done, or does it have to be to the base server itself? If it can > be done, can someone point me to a document that explains how to set one up? > > Thanks ... > > ---- > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) > Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 01:24:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD1816A420 for ; Thu, 23 Feb 2006 01:24:17 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028CC43D45 for ; Thu, 23 Feb 2006 01:24:16 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id C1A2162C86A for ; Wed, 22 Feb 2006 21:24:16 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 32155-03 for ; Wed, 22 Feb 2006 21:24:16 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id 64E8562C868 for ; Wed, 22 Feb 2006 21:24:16 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id 905433F139; Wed, 22 Feb 2006 21:24:20 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 8F88D340F4 for ; Wed, 22 Feb 2006 21:24:20 -0400 (AST) Date: Wed, 22 Feb 2006 21:24:20 -0400 (AST) From: "Marc G. Fournier" To: freebsd-questions@freebsd.org Message-ID: <20060222212054.Q1931@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Subject: OpenVPN in QEMU on FreeBSD 6.x ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 01:24:17 -0000 Did some searching tonight, to see what was available as an OSS alternative to VMWare, and came across QEMU ... what I'm interested in doing is running a QEMU vServer that runs FreeBSD inside of it, and will support having outside connections talking to it as a VPN "hub(?)" ... basically, I don't want to have to futz at the Host OS level, only the Client OS level, as far as networking is concerned ... Wishful thinking, or does this make sense? Has anyone done it? Pointers to docs on this, if so? Thx ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 01:58:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 447C016A420 for ; Thu, 23 Feb 2006 01:58:59 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdscexfe02.sc.wdc.com (wdscexfe02.sc.wdc.com [129.253.170.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB07343D49 for ; Thu, 23 Feb 2006 01:58:58 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from neuromancer.home.net ([129.253.108.208]) by wdscexfe02.sc.wdc.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Feb 2006 17:58:54 -0800 Received: from neuromancer.home.net (neuromancer.home.net [127.0.0.1]) by neuromancer.home.net (8.13.4/8.13.4) with ESMTP id k1N1wQDc004079 for ; Thu, 23 Feb 2006 09:58:26 +0800 From: Ow Mun Heng To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Thu, 23 Feb 2006 09:58:25 +0800 Message-Id: <1140659905.1984.20.camel@neuromancer.home.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Feb 2006 01:58:55.0136 (UTC) FILETIME=[B3AD5A00:01C6381C] Subject: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 01:58:59 -0000 Hi, I've googled. I've read the handbook, I've read "Absolute BSD" and still I can't understand FreeBSD Ports/Packages esp when it comes to upgrading via packages. I'm from a Linux (gentoo linux) background so I'm not a rough diamond. Problem statement. FreeBSD-Release-6 Install from minimal cd (and packages added via FTP) i've done cvsup (cvsup -L2 -h cvsup.tw.freebsd.org /usr/share/examples/ports-supfile) pkg_version -v states that I have a few packages which can be upgraded. eg: xterm-203 < needs updating (port has 206_1) $pkg_add -vr xterm pkg_add: unable to fetch 'ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/xterm.tbz' by URL $pkg_add -vr x11/xterm pkg_add: unable to fetch ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/x11/xterm.tbz' by URL ftp into it, it's listed via with it's suffix. (google found that "for some odd reason, pkg_add doesn't add the suffix") $pkg_add -vr x11/xterm-206_1 pkg_add: package 'xterm-206_1' or its older version already installed So.. How do I install it? $pkg_delete xterm-203 pkg_delete: package 'xterm-203' is required by these other packages xorg-clients-6.8.2 So.. That can't be done. What can I do to upgrade my packages? I've even tried sysinstall but that only lists xterm-203 as the package to install. (I suspect this is because its packagesite is packages-6-release) $export | grep -i pack declare -x PACKAGESITE="ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/" In gentoo, it's a simple "emerge xterm" and all will be done automatically. (Granted, this is compile from source and not from binary packages, which I know can do "cd /usr/ports/x11/xterm && make install clean", but since FreeBSD has binary packages, I rather use that) Thanks -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98% Microsoft(tm) Free!! Neuromancer 09:42:35 up 1 day, 11:17, 5 users, load average: 0.60, 0.46, 0.95 From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 02:00:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E6516A420; Thu, 23 Feb 2006 02:00:49 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDC7C43D53; Thu, 23 Feb 2006 02:00:46 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1N20hID057745; Wed, 22 Feb 2006 18:00:43 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43FD174A.6090309@chrismaness.com> Date: Wed, 22 Feb 2006 18:00:42 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Giorgos Keramidas References: <43FBFC2E.302@chrismaness.com> <20060222111104.GB1981@flame.pc> In-Reply-To: <20060222111104.GB1981@flame.pc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How Do I Make a Bug Report? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 02:00:49 -0000 Giorgos Keramidas wrote: > On 2006-02-21 21:52, Chris Maness wrote: > >> I found out why I was not able to log in to my new CUPS installation >> web interface. The ports patched source tree installation put the >> CGI files in the wrong place. I moved them to where they are >> supposed to be and now I can log in. How do I formally complain >> that this port is screwed up. I had e-mailed the port maintainer >> and did not receive any response. >> > > Hi Chris, > > You can submit a bug report for one of the FreeBSD components in one > of two ways: > > 1. Through email. > > You must run the send-pr(1) or the sendbug(1) utility on a > FreeBSD system that has a working email setup. > > 2. To post a bug through the web interface, point your favorite > browser at the address: > > http://www.freebsd.org/send-pr.hmtl > > Before submitting a bug report, please make sure you read the bug > reporting guidelines. These guidelines, in the form of a short > article titled ``Writing FreeBSD Problem Reports'', can be found at: > > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/index.html > > Since the problem you describe seems to be related to ports, please > make sure you select `ports' as the `Category' of the bug report. > > - Giorgos > > Thanks for the help. It turns out it was not a bug after I tried to repeat the problem on another box. I then deleted the directories for said ports in the port tree and untarred fresh tarballs from ports, and all was well. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 02:32:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2F5C16A420 for ; Thu, 23 Feb 2006 02:32:55 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: from smtp102.sbc.mail.re2.yahoo.com (smtp102.sbc.mail.re2.yahoo.com [68.142.229.103]) by mx1.FreeBSD.org (Postfix) with SMTP id 2B0D243D45 for ; Thu, 23 Feb 2006 02:32:55 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 17225 invoked from network); 23 Feb 2006 02:32:54 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp102.sbc.mail.re2.yahoo.com with SMTP; 23 Feb 2006 02:32:54 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Wed, 22 Feb 2006 20:32:44 -0600 User-Agent: KMail/1.9.1 References: <1140659905.1984.20.camel@neuromancer.home.net> In-Reply-To: <1140659905.1984.20.camel@neuromancer.home.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-14" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602222032.45039.donaldjoneill@gmail.com> Cc: Ow Mun Heng Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 02:32:55 -0000 On Wednesday 22 February 2006 19:58, Ow Mun Heng wrote: > Hi, > > I've googled. I've read the handbook, I've read "Absolute BSD" and > still I can't understand FreeBSD Ports/Packages esp when it comes to > upgrading via packages. I'm from a Linux (gentoo linux) background so > I'm not a rough diamond. > > Problem statement. > FreeBSD-Release-6 > Install from minimal cd (and packages added via FTP) > i've done cvsup (cvsup -L2 -h > cvsup.tw.freebsd.org /usr/share/examples/ports-supfile) > > pkg_version -v states that I have a few packages which can be > upgraded. eg: > xterm-203 < needs updating (port has 206_1) > > $pkg_add -vr xterm > pkg_add: unable to fetch > 'ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/xt >erm.tbz' by URL > > $pkg_add -vr x11/xterm > pkg_add: unable to fetch > ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/x11 >/xterm.tbz' by URL > > ftp into it, it's listed via with it's suffix. (google found that > "for some odd reason, pkg_add doesn't add the suffix") > > $pkg_add -vr x11/xterm-206_1 > pkg_add: package 'xterm-206_1' or its older version already installed > > So.. How do I install it? > > $pkg_delete xterm-203 > pkg_delete: package 'xterm-203' is required by these other packages > xorg-clients-6.8.2 > pkg_delete -f xterm-203 cd /usr/ports/x11/xterm make install This will handle that problem for you. > So.. That can't be done. What can I do to upgrade my packages? > > I've even tried sysinstall but that only lists xterm-203 as the > package to install. (I suspect this is because its packagesite is > packages-6-release) > > $export | grep -i pack > declare -x > PACKAGESITE="ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages >-6-stable/" > > In gentoo, it's a simple "emerge xterm" and all will be done > automatically. (Granted, this is compile from source and not from > binary packages, which I know can do "cd /usr/ports/x11/xterm && make > install clean", but since FreeBSD has binary packages, I rather use > that) > > > Thanks What you are trying to do is update using downloaded packages and that is going to work for you. You need to upgrade those packages using the ports system. You really need to look at the Handbook. That's why it was written. Available packages are not as up to date as the ports system is. Don From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 02:34:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06FAD16A420 for ; Thu, 23 Feb 2006 02:34:36 +0000 (GMT) (envelope-from don@donhayford.com) Received: from pop-1.dnv.wideopenwest.com (pop-1.dnv.wideopenwest.com [64.233.207.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C2A43D45 for ; Thu, 23 Feb 2006 02:34:30 +0000 (GMT) (envelope-from don@donhayford.com) Received: from [192.168.1.101] (d60-65-141-141.col.wideopenwest.com [65.60.141.141]) by pop-1.dnv.wideopenwest.com (8.12.8/8.12.8) with ESMTP id k1N2djMm015879 for ; Wed, 22 Feb 2006 20:39:45 -0600 Message-ID: <43FD1F4E.5060204@donhayford.com> Date: Wed, 22 Feb 2006 21:34:54 -0500 From: Donald T Hayford User-Agent: Thunderbird 1.5 (X11/20060218) MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Automatically changing modes on the DVD writer for K3b X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 02:34:36 -0000 To get K3b to work I need to change the mode of the following devices to 664 (or 666) from 644. /dev/xpt0 /dev/cd0 and /dev/cd1 /dev/pass0 and /dev/pass1 Is there a way to do this automatically on boot-up? Now I do it using a script that I run as root but, of course, I always forget to run the script before I run K3b. Thanks Don Hayford From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 02:34:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 948F216A445 for ; Thu, 23 Feb 2006 02:34:53 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC8D43D5F for ; Thu, 23 Feb 2006 02:34:48 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id k1N2Ydvt079774 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 23 Feb 2006 09:34:40 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id k1N2YcqV089241; Thu, 23 Feb 2006 09:34:38 +0700 (ICT) Date: Thu, 23 Feb 2006 09:34:38 +0700 (ICT) Message-Id: <200602230234.k1N2YcqV089241@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions-local@be-well.ilk.org In-reply-to: <44y803bls2.fsf@be-well.ilk.org> (message from Lowell Gilbert on 22 Feb 2006 07:50:05 -0500) References: <200602210822.k1L8MfgA073773@banyan.cs.ait.ac.th> <200602220919.k1M9JQVV060955@banyan.cs.ait.ac.th> <44y803bls2.fsf@be-well.ilk.org> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Problem building perl-5.8.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 02:34:53 -0000 > > I updated the ports, now it is perl 5.8.8 and still the same > > > > `sh cflags "optimize='-O -pipe'" toke.o` -fpic toke.c > > CCCMD = gcc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -O -pipe -Wall > > toke.c: In function `S_scan_formline': > > toke.c:10596: error: invalid operands to binary + > > toke.c:10596: error: invalid lvalue in unary `&' > > toke.c:10596: error: invalid lvalue in unary `&' > > *** Error code 1 > > > > Stop in /usr/ports/lang/perl5.8/work/perl-5.8.8. > > *** Error code 1 > > > > Stop in /usr/ports/lang/perl5.8. > > ufo: uname -a > > FreeBSD ufo.cs.ait.ac.th 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #3: Tue Feb 21 13:35:24 ICT 2006 root@ufo.cs.ait.ac.th:/usr/obj/usr/src/sys/SMALL i386 > > ufo: > > > > Any idea what that can be? > > Can you try with an empty make.conf file? It is already empty. For information it gives the same error with 5.3 system. Olivier From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 02:37:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA3216A420 for ; Thu, 23 Feb 2006 02:37:11 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45CD043D62 for ; Thu, 23 Feb 2006 02:37:10 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060223023709.TCQR13051.mta10.adelphia.net@barbish>; Wed, 22 Feb 2006 21:37:09 -0500 From: "fbsd_user" To: "Ow Mun Heng" , Date: Wed, 22 Feb 2006 21:37:09 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1140659905.1984.20.camel@neuromancer.home.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 02:37:11 -0000 do pkg_info look in the output for xterm. it will contain its complete name if its name in the list output is xterm-203 then pkg_delete xterm-203 this will remove it then pkg_add -rv xterm should fetch the package from the ports collection and install it. There is a better explanation of the ports collection in the install guide at www.a1poweruser.com -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Ow Mun Heng Sent: Wednesday, February 22, 2006 8:58 PM To: freebsd-questions@freebsd.org Subject: Newbie Alert : pkg_add and packages Q (do not want to compile) Hi, I've googled. I've read the handbook, I've read "Absolute BSD" and still I can't understand FreeBSD Ports/Packages esp when it comes to upgrading via packages. I'm from a Linux (gentoo linux) background so I'm not a rough diamond. Problem statement. FreeBSD-Release-6 Install from minimal cd (and packages added via FTP) i've done cvsup (cvsup -L2 -h cvsup.tw.freebsd.org /usr/share/examples/ports-supfile) pkg_version -v states that I have a few packages which can be upgraded. eg: xterm-203 < needs updating (port has 206_1) $pkg_add -vr xterm pkg_add: unable to fetch 'ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/xte rm.tbz' by URL $pkg_add -vr x11/xterm pkg_add: unable to fetch ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/x11/ xterm.tbz' by URL ftp into it, it's listed via with it's suffix. (google found that "for some odd reason, pkg_add doesn't add the suffix") $pkg_add -vr x11/xterm-206_1 pkg_add: package 'xterm-206_1' or its older version already installed So.. How do I install it? $pkg_delete xterm-203 pkg_delete: package 'xterm-203' is required by these other packages xorg-clients-6.8.2 So.. That can't be done. What can I do to upgrade my packages? I've even tried sysinstall but that only lists xterm-203 as the package to install. (I suspect this is because its packagesite is packages-6-release) $export | grep -i pack declare -x PACKAGESITE="ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages- 6-stable/" In gentoo, it's a simple "emerge xterm" and all will be done automatically. (Granted, this is compile from source and not from binary packages, which I know can do "cd /usr/ports/x11/xterm && make install clean", but since FreeBSD has binary packages, I rather use that) Thanks -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98% Microsoft(tm) Free!! Neuromancer 09:42:35 up 1 day, 11:17, 5 users, load average: 0.60, 0.46, 0.95 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 02:59:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C82216A422 for ; Thu, 23 Feb 2006 02:59:46 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdscexfe01.sc.wdc.com (wdscexfe01.sc.wdc.com [129.253.170.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8F6A43D45 for ; Thu, 23 Feb 2006 02:59:45 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from neuromancer.home.net ([129.253.108.208]) by wdscexfe01.sc.wdc.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Feb 2006 18:59:41 -0800 Received: from neuromancer.home.net (neuromancer.home.net [127.0.0.1]) by neuromancer.home.net (8.13.4/8.13.4) with ESMTP id k1N2xBmI006005 for ; Thu, 23 Feb 2006 10:59:11 +0800 From: Ow Mun Heng To: freebsd-questions@freebsd.org In-Reply-To: <200602222032.45039.donaldjoneill@gmail.com> References: <1140659905.1984.20.camel@neuromancer.home.net> <200602222032.45039.donaldjoneill@gmail.com> Content-Type: text/plain Date: Thu, 23 Feb 2006 10:59:11 +0800 Message-Id: <1140663551.4762.5.camel@neuromancer.home.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Feb 2006 02:59:42.0333 (UTC) FILETIME=[319372D0:01C63825] Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 02:59:46 -0000 On Wed, 2006-02-22 at 20:32 -0600, Donald J. O'Neill wrote: > On Wednesday 22 February 2006 19:58, Ow Mun Heng wrote: > > Hi, > > > > I've googled. I've read the handbook, I've read "Absolute BSD" and > > still > > $pkg_add -vr x11/xterm-206_1 > > pkg_add: package 'xterm-206_1' or its older version already installed > > > > So.. How do I install it? > > > > $pkg_delete xterm-203 > > pkg_delete: package 'xterm-203' is required by these other packages > > xorg-clients-6.8.2 > > > pkg_delete -f xterm-203 > cd /usr/ports/x11/xterm > make install what about the dependency then? Ignore it? What if there are "files" needed by xorg-clients? eg: libXX.so.Y and which is not present in the new xterm? > What you are trying to do is update using downloaded packages and that > is going to work for you. You need to upgrade those packages using the > ports system. IS or is not? Again, I don't want to compile it. I want the binary package. It's available on the mirrors. > > You really need to look at the Handbook. That's why it was written. I did. As stated in the initial portion of the email. I'm not only reading the handbook, I'm reading a newly bought book in addition to also reading stuffs on the internet. I'm proficient with the CLI, and being a long time Linux person, I'm sad to say that FreeBSD ports/packages is really confusing to me. > Available packages are not as up to date as the ports system is. Again, the package _is_ available and I've verified it. Thanks > > Don -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98% Microsoft(tm) Free!! Neuromancer 10:51:05 up 1 day, 12:26, 4 users, load average: 3.32, 2.11, 1.51 From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 03:03:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 160A216A420 for ; Thu, 23 Feb 2006 03:03:21 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3232A43D45 for ; Thu, 23 Feb 2006 03:03:20 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k1N32D00047974; Wed, 22 Feb 2006 21:02:33 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <43FD25AB.8020507@daleco.biz> Date: Wed, 22 Feb 2006 21:02:03 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ow Mun Heng References: <1140659905.1984.20.camel@neuromancer.home.net> In-Reply-To: <1140659905.1984.20.camel@neuromancer.home.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 03:03:21 -0000 Ow Mun Heng wrote: >Hi, > >I've googled. I've read the handbook, I've read "Absolute BSD" and still >I can't understand FreeBSD Ports/Packages esp when it comes to upgrading >via packages. I'm from a Linux (gentoo linux) background so I'm not a >rough diamond. > > "rough diamond" ... I like that idea. :D >Problem statement. >FreeBSD-Release-6 >Install from minimal cd (and packages added via FTP) >i've done cvsup (cvsup -L2 -h >cvsup.tw.freebsd.org /usr/share/examples/ports-supfile) > >pkg_version -v states that I have a few packages which can be upgraded. >eg: >xterm-203 < needs updating (port has 206_1) > >$pkg_add -vr xterm >pkg_add: unable to fetch >'ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/xterm.tbz' by URL > >$pkg_add -vr x11/xterm >pkg_add: unable to fetch >ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/x11/xterm.tbz' by URL > >ftp into it, it's listed via with it's suffix. (google found that "for >some odd reason, pkg_add doesn't add the suffix") > > Hmm, haven't read that one. IIRC, pkg_add can take a complete URI for a package, e.g. : `pkg_add ftp://ftp.tw.org/pub/FreeBSD/ports/foo/bar/pkg.tbz` So, that's one possible workaround. Another would be to fetch the package via FTP and add it directly. >$pkg_add -vr x11/xterm-206_1 >pkg_add: package 'xterm-206_1' or its older version already installed > >So.. How do I install it? > >$pkg_delete xterm-203 >pkg_delete: package 'xterm-203' is required by these other packages >xorg-clients-6.8.2 > >So.. That can't be done. What can I do to upgrade my packages? > > As mentioned by one other poster, "-f" will force the deinstall. >I've even tried sysinstall but that only lists xterm-203 as the package >to install. (I suspect this is because its packagesite is >packages-6-release) > > Yes. IIRC, you can change "RELEASE_NAME" with sysinstall and this would likely cause sysinstall to give you a different list of packages. Another workaround, that. I think that PACKAGESITE could also be redefined either in your {login} environment, or in /etc/make.conf, but don't hold me to that, because I'm not RTFMing at the moment ;-) >$export | grep -i pack >declare -x >PACKAGESITE="ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/" > > Isn't there a "latest" dir at ftp.tw.freebsd.org ? >In gentoo, it's a simple "emerge xterm" and all will be done >automatically. (Granted, this is compile from source and not from binary >packages, which I know can do "cd /usr/ports/x11/xterm && make install >clean", but since FreeBSD has binary packages, I rather use that) > > I'd look into installing and using one of the more advanced package management tools; perhaps portupgrade. portupgrade can be told to utilize binary packages instead of building from source, and would be pretty automagic, a la "emerge" in Gentoo, I suspect (though I've not used Gentoo and therefore can't say for certain). It's probable that other package management tools can do this, also. It might be worth mentioning that Colin Percival is working rather hard on various means of doing binary upgrades for both the system ("FreeBSDUpdate", IIRC) and the Ports Tree (PortSnap?) >Thanks > > > You're welcome; HTH. Kevin Kinsey -- Sex: the thing that takes up the least amount of time and causes the most amount of trouble. -- John Barrymore From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 03:09:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE4416A420 for ; Thu, 23 Feb 2006 03:09:43 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdscexfe01.sc.wdc.com (wdscexfe01.sc.wdc.com [129.253.170.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB20C43D48 for ; Thu, 23 Feb 2006 03:09:42 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from neuromancer.home.net ([129.253.108.208]) by wdscexfe01.sc.wdc.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Feb 2006 19:09:38 -0800 Received: from neuromancer.home.net (neuromancer.home.net [127.0.0.1]) by neuromancer.home.net (8.13.4/8.13.4) with ESMTP id k1N399SM006355 for ; Thu, 23 Feb 2006 11:09:09 +0800 From: Ow Mun Heng To: freebsd-questions@freebsd.org In-Reply-To: References: Content-Type: text/plain Date: Thu, 23 Feb 2006 11:09:09 +0800 Message-Id: <1140664149.4762.13.camel@neuromancer.home.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Feb 2006 03:09:39.0211 (UTC) FILETIME=[9557CDB0:01C63826] Subject: RE: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 03:09:43 -0000 On Wed, 2006-02-22 at 21:37 -0500, fbsd_user wrote: > do pkg_info > look in the output for xterm. it will contain its complete name > if its name in the list output is xterm-203 then I did that. > pkg_delete xterm-203 this will remove it It says dependencies on xorg-clients. Another poster said to use "-f (force)" but I don't like that. This usually means there are underlying deps which can cause errors. eg: changed libraries libXXX.so.Y > then pkg_add -rv xterm should fetch the package from the ports > collection and install it. > > There is a better explanation of the ports collection in the install > guide at > www.a1poweruser.com I read that already. That's how I knew to use the _exact_name with the version suffix. And besides, it only mentions how to add a new package and not upgrade an existing package. The problem with the deps is just un-nerving. I just want to update to the latest *binary* package and not do a source compile. These are just small packages, what happens when I want to upgrade to the latest gnome version? I rather get packages than compile. Thanks -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98% Microsoft(tm) Free!! Neuromancer 10:59:16 up 1 day, 12:34, 4 users, load average: 1.33, 1.62, 1.54 From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 03:36:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1FC116A420 for ; Thu, 23 Feb 2006 03:36:32 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: from smtp108.sbc.mail.re2.yahoo.com (smtp108.sbc.mail.re2.yahoo.com [68.142.229.97]) by mx1.FreeBSD.org (Postfix) with SMTP id 5A81D43D46 for ; Thu, 23 Feb 2006 03:36:32 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 88855 invoked from network); 23 Feb 2006 03:36:31 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp108.sbc.mail.re2.yahoo.com with SMTP; 23 Feb 2006 03:36:31 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Wed, 22 Feb 2006 21:36:21 -0600 User-Agent: KMail/1.9.1 References: <1140659905.1984.20.camel@neuromancer.home.net> <200602222032.45039.donaldjoneill@gmail.com> <1140663551.4762.5.camel@neuromancer.home.net> In-Reply-To: <1140663551.4762.5.camel@neuromancer.home.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-14" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602222136.22120.donaldjoneill@gmail.com> Cc: Ow Mun Heng Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 03:36:32 -0000 On Wednesday 22 February 2006 20:59, Ow Mun Heng wrote: > On Wed, 2006-02-22 at 20:32 -0600, Donald J. O'Neill wrote: > > On Wednesday 22 February 2006 19:58, Ow Mun Heng wrote: > > > Hi, > > > > > > I've googled. I've read the handbook, I've read "Absolute BSD" > > > and still > > > > > > $pkg_add -vr x11/xterm-206_1 > > > pkg_add: package 'xterm-206_1' or its older version already > > > installed > > > It's saying you have to delete xterm-203 or you can't install the new one. > > > So.. How do I install it? > > > > > > $pkg_delete xterm-203 > > > pkg_delete: package 'xterm-203' is required by these other > > > packages xorg-clients-6.8.2 > > > > pkg_delete -f xterm-203 > > cd /usr/ports/x11/xterm > > make install > > what about the dependency then? Ignore it? What if there are "files" > needed by xorg-clients? eg: libXX.so.Y and which is not present in > the new xterm? > Since you want to replace it with a newer version, why are you worried about the dependencies. The newer version will take care of that. Of course, if you delete xterm and don't replace it, then you will have to handle the dependencies. > > What you are trying to do is update using downloaded packages and > > that is going to work for you. You need to upgrade those packages > > using the ports system. > > IS or is not? Is or is not what? I don't understand what you're asking here. You need to use more than a 4 word question, of which 2 of the words are the same. It tends to be confusing. > > Again, I don't want to compile it. I want the binary package. It's > available on the mirrors. > No It's not. The port is available on the mirrors. So compile it, or leave the old one in place. > > You really need to look at the Handbook. That's why it was written. > > I did. As stated in the initial portion of the email. I'm not only > reading the handbook, I'm reading a newly bought book in addition to > also reading stuffs on the internet. > > I'm proficient with the CLI, and being a long time Linux person, I'm > sad to say that FreeBSD ports/packages is really confusing to me. > Use Windows instead. All that takes is money. > > Available packages are not as up to date as the ports system is. > > Again, the package _is_ available and I've verified it. > Thanks > I'm sorry. You've verified the port was available. The package is not. I just checked. At this point, I'm going to close my ears eyes to you. You've been given advice by me and others that you find to not up to your standards, even though it will give you the product you want. Later you can figure out for yourself, just what happens if you don't make the upgrade to xterm-206. Have fun. Don From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 03:45:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A91616A420 for ; Thu, 23 Feb 2006 03:45:54 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdscexfe01.sc.wdc.com (wdscexfe01.sc.wdc.com [129.253.170.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24BB643D45 for ; Thu, 23 Feb 2006 03:45:53 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from neuromancer.home.net ([129.253.108.208]) by wdscexfe01.sc.wdc.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Feb 2006 19:45:50 -0800 Received: from neuromancer.home.net (neuromancer.home.net [127.0.0.1]) by neuromancer.home.net (8.13.4/8.13.4) with ESMTP id k1N3jKph007452 for ; Thu, 23 Feb 2006 11:45:20 +0800 From: Ow Mun Heng To: freebsd-questions@freebsd.org In-Reply-To: <43FD25AB.8020507@daleco.biz> References: <1140659905.1984.20.camel@neuromancer.home.net> <43FD25AB.8020507@daleco.biz> Content-Type: text/plain Date: Thu, 23 Feb 2006 11:45:20 +0800 Message-Id: <1140666320.4762.18.camel@neuromancer.home.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Feb 2006 03:45:50.0499 (UTC) FILETIME=[A3880F30:01C6382B] Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 03:45:54 -0000 On Wed, 2006-02-22 at 21:02 -0600, Kevin Kinsey wrote: > Ow Mun Heng wrote: > I'm from a Linux (gentoo linux) background so I'm not a > >rough diamond. > > > > > > "rough diamond" ... I like that idea. :D haha.. > As mentioned by one other poster, "-f" will force the deinstall. > Not an option for me. Bad experience with ignoring deps. (but seems like it's the norm for BSD folks?) > >I've even tried sysinstall but that only lists xterm-203 as the package > >to install. (I suspect this is because its packagesite is > >packages-6-release) > > > > > > Yes. IIRC, you can change "RELEASE_NAME" with sysinstall and > this would likely cause sysinstall to give you a different list of > packages. Ah.. Didn't know that. > I'd look into installing and using one of the more advanced > package management tools; perhaps portupgrade. portupgrade > can be told to utilize binary packages instead of building from > source, and would be pretty automagic, a la "emerge" in Gentoo, > I suspect (though I've not used Gentoo and therefore can't say > for certain). > I'm trying it now. http://ezine.daemonnews.org/200501/freebsd_apps.html has good info on it. reading the man pages also provided some good clues . eg: "-PP" would be the option I would want to pass to it. (get binary packages and _only_ binary packages) > > > You're welcome; HTH. Much great help. Thanks. BTW, how come this list does not use the "reply to list" and always adds the org sender in "to" and puts the list in CC? What's the norm here anyway? -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98% Microsoft(tm) Free!! Neuromancer 11:41:44 up 1 day, 13:16, 4 users, load average: 0.26, 0.54, 0.64 From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 03:50:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F00C16A420 for ; Thu, 23 Feb 2006 03:50:26 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E949643D46 for ; Thu, 23 Feb 2006 03:50:24 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id k1N3oLRw081918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 23 Feb 2006 10:50:21 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id k1N3oKk6099514; Thu, 23 Feb 2006 10:50:20 +0700 (ICT) Date: Thu, 23 Feb 2006 10:50:20 +0700 (ICT) Message-Id: <200602230350.k1N3oKk6099514@banyan.cs.ait.ac.th> From: Olivier Nicole To: on@cs.ait.ac.th In-reply-to: <200602220919.k1M9JQVV060955@banyan.cs.ait.ac.th> (message from Olivier Nicole on Wed, 22 Feb 2006 16:19:26 +0700 (ICT)) References: <200602210822.k1L8MfgA073773@banyan.cs.ait.ac.th> <200602220919.k1M9JQVV060955@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Problem building perl-5.8.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 03:50:26 -0000 > `sh cflags "optimize='-O -pipe'" toke.o` -fpic toke.c > CCCMD = gcc -DPERL_CORE -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -O -pipe -Wall > toke.c: In function `S_scan_formline': > toke.c:10596: error: invalid operands to binary + > toke.c:10596: error: invalid lvalue in unary `&' > toke.c:10596: error: invalid lvalue in unary `&' > *** Error code 1 Hummm, got it :(((( I had a file called test somewhere, so the configure script did not run well, so the compile was affected. Sorry for the trouble. Olivier From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 03:58:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1185016A420 for ; Thu, 23 Feb 2006 03:58:59 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [216.148.227.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC5F843D45 for ; Thu, 23 Feb 2006 03:58:58 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.216] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (rwcrmhc13) with ESMTP id <20060223035857m13002km9je>; Thu, 23 Feb 2006 03:58:58 +0000 Message-ID: <43FD3301.6030105@computer.org> Date: Wed, 22 Feb 2006 21:58:57 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: Ow Mun Heng References: <1140659905.1984.20.camel@neuromancer.home.net> In-Reply-To: <1140659905.1984.20.camel@neuromancer.home.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 03:58:59 -0000 Ow Mun Heng wrote: > Hi, > > I've googled. I've read the handbook, I've read "Absolute BSD" and still > I can't understand FreeBSD Ports/Packages esp when it comes to upgrading > via packages. I'm from a Linux (gentoo linux) background so I'm not a > rough diamond. > > Problem statement. > FreeBSD-Release-6 > Install from minimal cd (and packages added via FTP) > i've done cvsup (cvsup -L2 -h > cvsup.tw.freebsd.org /usr/share/examples/ports-supfile) > > pkg_version -v states that I have a few packages which can be upgraded. > eg: > xterm-203 < needs updating (port has 206_1) > > $pkg_add -vr xterm > pkg_add: unable to fetch > 'ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/xterm.tbz' by URL > > $pkg_add -vr x11/xterm > pkg_add: unable to fetch > ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/x11/xterm.tbz' by URL > > ftp into it, it's listed via with it's suffix. (google found that "for > some odd reason, pkg_add doesn't add the suffix") > > $pkg_add -vr x11/xterm-206_1 > pkg_add: package 'xterm-206_1' or its older version already installed > > So.. How do I install it? > > $pkg_delete xterm-203 > pkg_delete: package 'xterm-203' is required by these other packages > xorg-clients-6.8.2 > > So.. That can't be done. What can I do to upgrade my packages? > > I've even tried sysinstall but that only lists xterm-203 as the package > to install. (I suspect this is because its packagesite is > packages-6-release) > > $export | grep -i pack > declare -x > PACKAGESITE="ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/" > > In gentoo, it's a simple "emerge xterm" and all will be done > automatically. (Granted, this is compile from source and not from binary > packages, which I know can do "cd /usr/ports/x11/xterm && make install > clean", but since FreeBSD has binary packages, I rather use that) Try 'man portupgrade'. Look at "-P" or "-PP" switch. might be what you need. I would imagine you'd have the best results if you pulled the package down manually then ran portupgrade with appropriate switches. HTH > > > Thanks > -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 03:59:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C6916A420 for ; Thu, 23 Feb 2006 03:59:49 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdscexfe01.sc.wdc.com (wdscexfe01.sc.wdc.com [129.253.170.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0CB143D67 for ; Thu, 23 Feb 2006 03:59:43 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from neuromancer.home.net ([129.253.108.208]) by wdscexfe01.sc.wdc.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Feb 2006 19:59:39 -0800 Received: from neuromancer.home.net (neuromancer.home.net [127.0.0.1]) by neuromancer.home.net (8.13.4/8.13.4) with ESMTP id k1N3xAo6007916 for ; Thu, 23 Feb 2006 11:59:10 +0800 From: Ow Mun Heng To: freebsd-questions@freebsd.org In-Reply-To: <200602222136.22120.donaldjoneill@gmail.com> References: <1140659905.1984.20.camel@neuromancer.home.net> <200602222032.45039.donaldjoneill@gmail.com> <1140663551.4762.5.camel@neuromancer.home.net> <200602222136.22120.donaldjoneill@gmail.com> Content-Type: text/plain Date: Thu, 23 Feb 2006 11:59:09 +0800 Message-Id: <1140667149.4762.30.camel@neuromancer.home.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Feb 2006 03:59:40.0526 (UTC) FILETIME=[924420E0:01C6382D] Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 03:59:49 -0000 On Wed, 2006-02-22 at 21:36 -0600, Donald J. O'Neill wrote: > On Wednesday 22 February 2006 20:59, Ow Mun Heng wrote: > > what about the dependency then? Ignore it? What if there are "files" > > needed by xorg-clients? eg: libXX.so.Y and which is not present in > > the new xterm? > > > Since you want to replace it with a newer version, why are you worried > about the dependencies. The newer version will take care of that. Of > course, if you delete xterm and don't replace it, then you will have to > handle the dependencies. So, I do pkg_del -f xterm and then a pkg_add -vr xterm-206_1 and it will upgrade xorg-clients if needed? If yes, then Good. > > > > What you are trying to do is update using downloaded packages and > > > that is going to work for you. You need to upgrade those packages > > > using the ports system. > > > > IS or is not? > > Is or is not what? I don't understand what you're asking here. You need > to use more than a 4 word question, of which 2 of the words are the > same. It tends to be confusing. Sorry but You're confusing me too. Read your sentence "update using downloaded packages and that is (?NOT?) going to work for you" > > > > > Again, I don't want to compile it. I want the binary package. It's > > available on the mirrors. > > > No It's not. The port is available on the mirrors. So compile it, or > leave the old one in place. lftp ftp.tw.frebsd.org lftp ftp.tw.freebsd.org:/pub/FreeBSD/ports/i386/packages-6-stable/x11 ls -l | grep xterm lrwxr-xr-x Nov 28 09:12 xterm-206_1.tbz -> ../All/xterm-206_1.tbz get xterm-206_1.tbz quit tar -v -t -f xterm-206_1.tar -rw-r--r-- root/wheel 1560 2006-02-07 15:20:18 +CONTENTS -rw-r--r-- root/wheel 42 2006-02-07 15:20:18 +COMMENT -rw-r--r-- root/wheel 479 2006-02-07 15:20:18 +DESC -r--r--r-- root/wheel 8654 2006-02-07 15:20:18 +MTREE_DIRS -r--r--r-- root/wheel 1313 2006-02-07 15:19:55 man/man1/resize.1.gz -r--r--r-- root/wheel 41772 2006-02-07 15:19:55 man/man1/xterm.1.gz -rwxr-xr-x root/wheel 10104 2006-02-07 15:19:54 bin/resize -rwxr-xr-x root/wheel 2118 2006-02-07 15:19:54 bin/uxterm -rws--x--x root/wheel 252996 2006-02-07 15:19:54 bin/xterm -r--r--r-- root/wheel 1527 2006-02-07 15:19:55 lib/X11/app-defaults/UXTerm -r--r--r-- root/wheel 6551 2006-02-07 15:19:55 lib/X11/app-defaults/XTerm -r--r--r-- root/wheel 4232 2006-02-07 15:19:55 lib/X11/app-defaults/XTerm-color > > I'm proficient with the CLI, and being a long time Linux person, I'm > > sad to say that FreeBSD ports/packages is really confusing to me. > > > > Use Windows instead. All that takes is money. Why the sarcasm? > > > Available packages are not as up to date as the ports system is. > > > > Again, the package _is_ available and I've verified it. > > Thanks > > > > I'm sorry. You've verified the port was available. The package is not. I > just checked. See above. I too do my own verification before shooting emails out to mail lists > > At this point, I'm going to close my ears eyes to you. You've been given > advice by me and others and I thank you and them for it. Thanks again. -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98% Microsoft(tm) Free!! Neuromancer 11:48:03 up 1 day, 13:23, 4 users, load average: 1.14, 0.77, 0.67 From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:03:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC6FE16A420 for ; Thu, 23 Feb 2006 04:03:27 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdscexfe01.sc.wdc.com (wdscexfe01.sc.wdc.com [129.253.170.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F1C943D77 for ; Thu, 23 Feb 2006 04:03:16 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from neuromancer.home.net ([129.253.108.208]) by wdscexfe01.sc.wdc.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Feb 2006 20:03:12 -0800 Received: from neuromancer.home.net (neuromancer.home.net [127.0.0.1]) by neuromancer.home.net (8.13.4/8.13.4) with ESMTP id k1N42hWk008100 for ; Thu, 23 Feb 2006 12:02:43 +0800 From: Ow Mun Heng To: freebsd-questions@freebsd.org In-Reply-To: <43FD3301.6030105@computer.org> References: <1140659905.1984.20.camel@neuromancer.home.net> <43FD3301.6030105@computer.org> Content-Type: text/plain Date: Thu, 23 Feb 2006 12:02:43 +0800 Message-Id: <1140667363.4762.34.camel@neuromancer.home.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Feb 2006 04:03:13.0330 (UTC) FILETIME=[111B7120:01C6382E] Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:03:27 -0000 On Wed, 2006-02-22 at 21:58 -0600, Eric Schuele wrote: > Ow Mun Heng wrote: > > In gentoo, it's a simple "emerge xterm" and all will be done > > automatically. (Granted, this is compile from source and not from binary > > packages, which I know can do "cd /usr/ports/x11/xterm && make install > > clean", but since FreeBSD has binary packages, I rather use that) > > Try 'man portupgrade'. Look at "-P" or "-PP" switch. might be what you > need. I would imagine you'd have the best results if you pulled the > package down manually then ran portupgrade with appropriate switches. I followed the advice of Kevin Kinsey and tried it out. It's working. Just like Gentoo's Emerge (emerge -Kav xterm) The only thing (again) unnerving is this statement. [snip] pkg_delete: package 'gettext-0.14.5' is required by these other packages and may not be deinstalled (but I'll delete it anyway): <--- *anyway*?? bash-3.1.10 [/snip] -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98% Microsoft(tm) Free!! Neuromancer 12:00:42 up 1 day, 13:35, 5 users, load average: 1.61, 1.18, 0.91 From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:03:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2DD416A43A for ; Thu, 23 Feb 2006 04:03:45 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta8.adelphia.net (mta8.adelphia.net [68.168.78.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D2AD43D75 for ; Thu, 23 Feb 2006 04:03:32 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060223040010.MJVI7811.mta11.adelphia.net@barbish>; Wed, 22 Feb 2006 23:00:10 -0500 From: "fbsd_user" To: "Ow Mun Heng" , Date: Wed, 22 Feb 2006 23:00:05 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1140664149.4762.13.camel@neuromancer.home.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:03:45 -0000 I am also a user of the packages. Each new release of FreeBSD has a ftp package directory that matches the release. That is where the pkg_add -r command goes to get your packages. The 4.11 release would have the words '4.11-release' in the directory name. Time passes and we now have 5.4 and 6.0 releases, each one defaulting to its matching directory location. Lets say you are on 4.11 and want to upgrade your packages to the most current version which are in the '6.0-release' directory location or the current directory location which is a work in process. First you have to change the default location the pkg_add -r looks on your 4.11 system. As said in previous replies, you can specify the complete path location to the '6.0-release' location as part of the pkg_add command, or change the default location as documented in the install guide, or use the sysinstall to change the default release name. Since many of the standard dependants are used by many packages you can not just starting doing pkg_adds using the new default directory location. You have to wipe out your complete inventory of installed packages and reinstall all of them again. This way the dependants will be auto installed as needed by the parent packages. What I do is I have a script containing all the pkg_add -vr pkkgname commands for the packages I have installed. The first line in it is pkg_delete * which will delete all installed packages and ports. I can upgrade my complete environment in 35 minutes by running a single script. I hope this helps you. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Ow Mun Heng Sent: Wednesday, February 22, 2006 10:09 PM To: freebsd-questions@freebsd.org Subject: RE: Newbie Alert : pkg_add and packages Q (do not want to compile) On Wed, 2006-02-22 at 21:37 -0500, fbsd_user wrote: > do pkg_info > look in the output for xterm. it will contain its complete name > if its name in the list output is xterm-203 then I did that. > pkg_delete xterm-203 this will remove it It says dependencies on xorg-clients. Another poster said to use "-f (force)" but I don't like that. This usually means there are underlying deps which can cause errors. eg: changed libraries libXXX.so.Y > then pkg_add -rv xterm should fetch the package from the ports > collection and install it. > > There is a better explanation of the ports collection in the install > guide at > www.a1poweruser.com I read that already. That's how I knew to use the _exact_name with the version suffix. And besides, it only mentions how to add a new package and not upgrade an existing package. The problem with the deps is just un-nerving. I just want to update to the latest *binary* package and not do a source compile. These are just small packages, what happens when I want to upgrade to the latest gnome version? I rather get packages than compile. Thanks -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98% Microsoft(tm) Free!! Neuromancer 10:59:16 up 1 day, 12:34, 4 users, load average: 1.33, 1.62, 1.54 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:07:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B510F16A420 for ; Thu, 23 Feb 2006 04:07:42 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdscexfe01.sc.wdc.com (wdscexfe01.sc.wdc.com [129.253.170.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F6B243D45 for ; Thu, 23 Feb 2006 04:07:42 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from neuromancer.home.net ([129.253.108.208]) by wdscexfe01.sc.wdc.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Feb 2006 20:07:38 -0800 Received: from neuromancer.home.net (neuromancer.home.net [127.0.0.1]) by neuromancer.home.net (8.13.4/8.13.4) with ESMTP id k1N4788X011740 for ; Thu, 23 Feb 2006 12:07:08 +0800 From: Ow Mun Heng To: freebsd-questions@freebsd.org In-Reply-To: <43FD25AB.8020507@daleco.biz> References: <1140659905.1984.20.camel@neuromancer.home.net> <43FD25AB.8020507@daleco.biz> Content-Type: text/plain Date: Thu, 23 Feb 2006 12:07:07 +0800 Message-Id: <1140667628.4762.36.camel@neuromancer.home.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Feb 2006 04:07:39.0026 (UTC) FILETIME=[AF796F20:01C6382E] Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:07:42 -0000 On Wed, 2006-02-22 at 21:02 -0600, Kevin Kinsey wrote: > Ow Mun Heng wrote: > I'm from a Linux (gentoo linux) background so I'm not a > >rough diamond. > > > > > > "rough diamond" ... I like that idea. :D haha.. > As mentioned by one other poster, "-f" will force the deinstall. > Not an option for me. Bad experience with ignoring deps. (but seems like it's the norm for BSD folks?) > >I've even tried sysinstall but that only lists xterm-203 as the package > >to install. (I suspect this is because its packagesite is > >packages-6-release) > > > > > > Yes. IIRC, you can change "RELEASE_NAME" with sysinstall and > this would likely cause sysinstall to give you a different list of > packages. Ah.. Didn't know that. > I'd look into installing and using one of the more advanced > package management tools; perhaps portupgrade. portupgrade > can be told to utilize binary packages instead of building from > source, and would be pretty automagic, a la "emerge" in Gentoo, > I suspect (though I've not used Gentoo and therefore can't say > for certain). > I'm trying it now. http://ezine.daemonnews.org/200501/freebsd_apps.html has good info on it. reading the man pages also provided some good clues . eg: "-PP" would be the option I would want to pass to it. (get binary packages and _only_ binary packages) > > > You're welcome; HTH. Much great help. Thanks. BTW, how come this list does not use the "reply to list" and always adds the org sender in "to" and puts the list in CC? What's the norm here anyway? -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98% Microsoft(tm) Free!! Neuromancer 11:41:44 up 1 day, 13:16, 4 users, load average: 0.26, 0.54, 0.64 From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:08:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B995F16A420 for ; Thu, 23 Feb 2006 04:08:35 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8CD43D53 for ; Thu, 23 Feb 2006 04:08:26 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k1N48KHM094581 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Wed, 22 Feb 2006 20:08:20 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k1N48JlY094580 for freebsd-questions@freebsd.org; Wed, 22 Feb 2006 20:08:19 -0800 (PST) (envelope-from james) Date: Wed, 22 Feb 2006 20:08:19 -0800 From: James Long To: freebsd-questions@freebsd.org Message-ID: <20060223040819.GA94519@ns.museum.rain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Subject: ports/databases/mysql50-server: where is mysql_upgrade ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:08:35 -0000 Section 5.6.2 of the MySQL 5.0 docs says: 5.6.2. mysql_upgrade -- Check Tables for MySQL Upgrade mysql_upgrade should be executed each time you upgrade MySQL. It checks all tables in all databases for incompatibilities with the current version of MySQL Server. After installing mysql50-server, there is no mysql_upgrade on my system: pe850 : 19:44:15 /root# [1]+ Done ( /usr/libexec/locate.updatedb ) pe850 : 19:44:27 /root# locate mysql_upgrade pe850 : 19:44:32 /root# I am building a new server with MySQL 5.0.18 running on FreeBSD 6.1-PRERELEASE and importing data from 3.22.32 running on 4.4-STABLE. Where can I locate mysql_upgrade? Thanks, Jim From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:13:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 458BE16A420 for ; Thu, 23 Feb 2006 04:13:22 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC06B43D46 for ; Thu, 23 Feb 2006 04:13:21 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip04.eastlink.ca ([24.222.10.20]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IV40026WH0L2K40@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Thu, 23 Feb 2006 00:12:21 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip04.eastlink.ca with ESMTP; Thu, 23 Feb 2006 00:13:20 -0400 Date: Thu, 23 Feb 2006 00:13:01 -0400 From: Duane Whitty In-reply-to: <20060222130713.01ef8d63.rob@roblytle.org> To: FreeBSD Questions Message-id: <43FD364D.6040208@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <20060222101759.66d3e0e3.rob@roblytle.org> <20060222182720.GA45869@flame.pc> <20060222130713.01ef8d63.rob@roblytle.org> User-Agent: Thunderbird 1.5 (X11/20060205) Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:13:22 -0000 Rob wrote: > On Wed, 22 Feb 2006 20:27:20 +0200 > Giorgos Keramidas wrote: > >> On 2006-02-22 10:17, Rob wrote: >>> I have been trying to figure out how to set the display name on my >>> computer. I have a program used with Xorg that gives me the error >>> message: >>> >>> _X11TransSocketINETConnect() can't get address for xenon:6000: hostname nor servname provided, or not known >>> Error: Can't open display: xenon:0.0 >>> >>> also when starting or stopping Xorg I either get: >>> >>> bad display name "xenon:0" in "remove" command or >>> bad display name "xenon:0 in "list" command >> Your laptop can't resolve the name "xenon". >> >>> I have my XDISPLAY env variable set using (in Bash): >>> >>> DISPLAY=xenon:0.0 export DISPLAY >>> >>> xenon is the name of the machine >>> >>> I think part of the problem is the setting of the hostname. This laptop >>> runs off of DHCP and I am not really sure about what I should do for >>> setting the hostname. The manual says to set HOSTNAME="" in rc.conf if >>> using DHCP, but then I get the amnesiac message upon boot. Sendmail >>> doesn't like that either and hangs during the boot process. So I just >>> set it arbitrarily to "xenon" >> Note that the capitalization of rc.conf variables is *significant*. The >> real rc.conf variable that you have to set to avoid the "Amnesiac" name is: >> >> hostname="xenon" >> >>> I have read manual pages, searched the archives, but I am really confused >>> about all of this. Thank you for any help. >> All this can be resolved by using `/etc/hosts'. Just add your hostname >> there and point it to the 127.0.0.1 address. Then all programs should be >> able to resolve it. >> >> >> > Thanks Giorgios, > > I think that I have the hostname problem resolved. rc.conf has hostname="xenon" and > /etc/hosts has: 127.0.0.1 localhost xenon > > So now Xorg does not give errors on startup or shutdown like the >>> bad display name "xenon:0" in "remove" command or >>> bad display name "xenon:0 in "list" command > > But when not setting the DISPLAY variable explicitely anywhere I still get the error: > "out of display lists" upon starting the program I want from xterm > > But then setting DISPLAY=xenon:0.0 export DISPLAY and then executing the program then gives the error: > > "Can't open display: xenon:0.0" so I guess I am back to square one. > > Maybe I should call it a day and rest, haha. > > Thanks, > > Rob > > > > Hi, Sorry if you get this twice Rob as I mistakenly sent my reply only to you without including the list I had the same problem. Add this line to your .xinitrc file xdpyinfo -display :0.0 The hostname is not specified. --Duane From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:16:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C94116A420 for ; Thu, 23 Feb 2006 04:16:54 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D82C43D45 for ; Thu, 23 Feb 2006 04:16:54 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.216] (c-24-1-232-64.hsd1.tx.comcast.net[24.1.232.64]) by comcast.net (sccrmhc12) with ESMTP id <2006022304164801200itg92e>; Thu, 23 Feb 2006 04:16:48 +0000 Message-ID: <43FD372F.2060701@computer.org> Date: Wed, 22 Feb 2006 22:16:47 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: Ow Mun Heng References: <1140659905.1984.20.camel@neuromancer.home.net> <43FD3301.6030105@computer.org> <1140667363.4762.34.camel@neuromancer.home.net> In-Reply-To: <1140667363.4762.34.camel@neuromancer.home.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:16:54 -0000 Ow Mun Heng wrote: > On Wed, 2006-02-22 at 21:58 -0600, Eric Schuele wrote: >> Ow Mun Heng wrote: > >>> In gentoo, it's a simple "emerge xterm" and all will be done >>> automatically. (Granted, this is compile from source and not from binary >>> packages, which I know can do "cd /usr/ports/x11/xterm && make install >>> clean", but since FreeBSD has binary packages, I rather use that) >> Try 'man portupgrade'. Look at "-P" or "-PP" switch. might be what you >> need. I would imagine you'd have the best results if you pulled the >> package down manually then ran portupgrade with appropriate switches. > > I followed the advice of Kevin Kinsey and tried it out. > It's working. Just like Gentoo's Emerge (emerge -Kav xterm) Ah. Got distracted by kids and never finished reading his entire post. Sorry for the noise. > > The only thing (again) unnerving is this statement. > > [snip] > pkg_delete: package 'gettext-0.14.5' is required by these other packages > and may not be deinstalled (but I'll delete it anyway): <--- *anyway*?? > bash-3.1.10 > [/snip] > Don't worry. Its normal. Any loose ends with respect to dependencies will get tied up later. > -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:17:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 385FD16A420 for ; Thu, 23 Feb 2006 04:17:02 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60011.mail.yahoo.com (web60011.mail.yahoo.com [209.73.178.74]) by mx1.FreeBSD.org (Postfix) with SMTP id AF9AE43D45 for ; Thu, 23 Feb 2006 04:17:01 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 64833 invoked by uid 60001); 23 Feb 2006 04:17:01 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ERTJkswELVWIK4WJBTZE0YnKb5RQx305zplQuaqoA6evvufiXzxkMuSv6xPf9tPk8dEZv/48zCS3dsRrPaDOLn1znY3nuoCOl+6axF3F+3gsl3Hi35lrLPFRIqRK1oubHcN4RvyL5LlBUVXG02YulViTvXhEp2N2j8gguewbeDU= ; Message-ID: <20060223041701.64822.qmail@web60011.mail.yahoo.com> Received: from [216.252.84.127] by web60011.mail.yahoo.com via HTTP; Wed, 22 Feb 2006 23:17:00 EST Date: Wed, 22 Feb 2006 23:17:00 -0500 (EST) From: Peter To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: trouble finding burner (k3b) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:17:02 -0000 This k3b program is great but it I find it very picky. Currently it cannot detect my DVD/CD burner (/dev/acd1) anymore. It can find my CDROM (/dev/acd0) allright but it claims the permissions may be wrong on the burner. I checked and these devices have the same permissions. I even gave them both 777 without success in detection. They are also both owned by root:operator and my invoking user is in group operator. This used to work great. I haven't tried to burn anything recently so I don't know when things fell apart but what I can say is yesterday I recompiled my kernel. I used the same config file with one line being added (for USB 2.0 support; ehci). Anyone have any ideas? I'm running 5.4 although today I was surprised that dmesg showed this: FreeBSD 5.5-PRERELEASE #1: Tue Feb 21 15:23:16 EST 2006 Is this normal? p.s. I can mount the DVD drive and read its media. -- Peter __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:19:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10E2616A420 for ; Thu, 23 Feb 2006 04:19:32 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD6BA43D45 for ; Thu, 23 Feb 2006 04:19:31 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 65C457E99 for ; Wed, 22 Feb 2006 23:19:30 -0500 (EST) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Free BSD Questions list Date: Wed, 22 Feb 2006 23:19:30 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Subject: /etc/rc.d/jail can't stop jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:19:32 -0000 Doing my first jail. I am able to start the jail manually using the jail command and using /etc/rc.d/jail start, however I am unable to stop the jail using /etc/rc.d jail. I get the error Stopping jails:cannot stop jail mail. No jail id in /var/run The name of the jail is "mail". I also tried entering the jail and killing it.. jexec 4 csh kill -KILL -1 That doesn't produce any errors. My /etc/rc.conf is: # jail specific settings for jail "mail" jail_one_rootdir="/data/jail/" jail_one_hostname="" jail_one_ip="" jail_one_exec="/bin/sh /etc/rc" jail_one_devfs_enable="YES" Any suggestions? From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:28:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA78F16A420 for ; Thu, 23 Feb 2006 04:28:09 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 227A343D46 for ; Thu, 23 Feb 2006 04:28:09 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip03.eastlink.ca ([24.222.10.15]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IV4005GQHRJIS60@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Thu, 23 Feb 2006 00:28:31 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip03.eastlink.ca with ESMTP; Thu, 23 Feb 2006 00:28:08 -0400 Date: Thu, 23 Feb 2006 00:27:48 -0400 From: Duane Whitty In-reply-to: <20060223041701.64822.qmail@web60011.mail.yahoo.com> To: Peter Message-id: <43FD39C4.5090908@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <20060223041701.64822.qmail@web60011.mail.yahoo.com> User-Agent: Thunderbird 1.5 (X11/20060205) Cc: FreeBSD Questions Subject: Re: trouble finding burner (k3b) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:28:10 -0000 Peter wrote: > This k3b program is great but it I find it very picky. Currently it > cannot detect my DVD/CD burner (/dev/acd1) anymore. It can find my CDROM > (/dev/acd0) allright but it claims the permissions may be wrong on the > burner. I checked and these devices have the same permissions. I even > gave them both 777 without success in detection. They are also both owned > by root:operator and my invoking user is in group operator. This used to > work great. I haven't tried to burn anything recently so I don't know > when things fell apart but what I can say is yesterday I recompiled my > kernel. I used the same config file with one line being added (for USB > 2.0 support; ehci). Anyone have any ideas? I'm running 5.4 although > today I was surprised that dmesg showed this: > > FreeBSD 5.5-PRERELEASE #1: Tue Feb 21 15:23:16 EST 2006 > > Is this normal? > > p.s. I can mount the DVD drive and read its media. > > -- > Peter > > > > > > > __________________________________________________________ > Find your next car at http://autos.yahoo.ca > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Hi, I have a similar problem in that k3b cannot find my DVD/CD burner. However I haven't received any messages about permissions. On a hunch I started X as root and k3b was then able to find my hardware. This doesn't really solve the problem but it was a quick work-around for me until I figure this out. Note: I too changed permissions to 666 on /dev/acd0 and /dev/cd0 to no avail. Maybe someone with more experience could jump in here? hth, --Duane From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:30:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBDB816A420 for ; Thu, 23 Feb 2006 04:30:23 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D87543D4C for ; Thu, 23 Feb 2006 04:30:23 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 08B33808F; Wed, 22 Feb 2006 23:30:23 -0500 (EST) References: <20060207222202.GA8604@math.jussieu.fr> <43E9B39B.2070507@locolomo.org> <20060208170851.GA90120@alexis.mi.celestial.com> <20060215010211.GB51548@alexis.mi.celestial.com> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: freebsd@celestial.com Date: Wed, 22 Feb 2006 23:30:22 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Large imap server. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:30:24 -0000 Bill Campbell writes: Thanks much for sharing the info > This server is the primary NFS server with 2GB of RAM, with dual 3GhZ > Pentium IVs. While not a truly low-end box, it probably cost about > $1,500USD. Ok... so 1 NFS server. > This system as one publically accessible MX server that handles all > incoming messages 1 MX machine. > These four boxes What are the other 2? From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:31:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D7A16A420 for ; Thu, 23 Feb 2006 04:31:24 +0000 (GMT) (envelope-from ruzzi@compedgeracing.com) Received: from mail.compedgeracing.com (dsl-katy-207-70-139-52.consolidated.net [207.70.139.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6E1243D48 for ; Thu, 23 Feb 2006 04:31:23 +0000 (GMT) (envelope-from ruzzi@compedgeracing.com) Received: from www.compedgeracing.com (localhost [127.0.0.1]) by mail.compedgeracing.com (Postfix) with ESMTP id 3E6415C0B for ; Wed, 22 Feb 2006 22:31:58 -0600 (CST) Received: from 207.70.139.52 (SquirrelMail authenticated user ruzzi) by www.compedgeracing.com with HTTP; Wed, 22 Feb 2006 22:31:58 -0600 (CST) Message-ID: <50888.207.70.139.52.1140669118.squirrel@www.compedgeracing.com> In-Reply-To: References: Date: Wed, 22 Feb 2006 22:31:58 -0600 (CST) From: "Robert Uzzi" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.6-rc1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: Looking for a mentor on php/mysql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:31:24 -0000 > I am trying to teach my self php/mysql/html programming. > I have done native static html web sites before. > Running FreeBSD 6.0 with apache13, php, and mysql all installed and > working. > > Have read a few php books and searched the web for code snippets. > Have been on some of the php forum sites, but responses are not forth > coming. > > Looking for a mentor to guide me with puting all the pieces together. > I have a working panel for registering a user that writes to a flat > text file. > Need guidance in changing this to use mysql. Would email you direct > outside of the questions list. > > > While I don't consider myself knowledgable enough to help you with php I have found this site helpful when I am looking for code ideas. http://www.tutorialized.com/tutorials/PHP/1 From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 04:58:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36CEB16A420 for ; Thu, 23 Feb 2006 04:58:39 +0000 (GMT) (envelope-from ross_@telus.net) Received: from priv-edtnes56.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB31B43D48 for ; Thu, 23 Feb 2006 04:58:38 +0000 (GMT) (envelope-from ross_@telus.net) Received: from ross.inet ([154.20.98.103]) by priv-edtnes56.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060223045837.QPXF9861.priv-edtnes56.telusplanet.net@ross.inet> for ; Wed, 22 Feb 2006 21:58:37 -0700 To: "freebsd-questions@freebsd.org" Date: Wed, 22 Feb 2006 20:58:36 -0800 From: ross Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.51 (FreeBSD, build 1462) Subject: changeing the port of the ftp server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 04:58:39 -0000 I can't for the life of me figure out how to change the port of my ftp server. My (crummy) ISP blocks port 21 and I would like to change the default port of the ftp server in order to give access to the outside world. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 05:15:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D14516A420 for ; Thu, 23 Feb 2006 05:15:12 +0000 (GMT) (envelope-from rczero@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1ECB43D45 for ; Thu, 23 Feb 2006 05:15:11 +0000 (GMT) (envelope-from rczero@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 92FFE1800293 for ; Thu, 23 Feb 2006 05:15:08 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 23 Feb 2006 05:15:12 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id D22F083C05; Thu, 23 Feb 2006 05:15:15 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Steve P." To: freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 00:15:15 -0500 Received: from [72.177.196.13] by ws1-1.us4.outblaze.com with http for rczero@mail.com; Thu, 23 Feb 2006 00:15:15 -0500 X-Originating-Ip: 72.177.196.13 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20060223051515.D22F083C05@ws1-1.us4.outblaze.com> Subject: portupgrading only certain ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 05:15:12 -0000 I am trying to avoid upgrading two ports: kde and X. What are the command line options to portupgrade to accomplish this? For instance, I tried this and it failed: #portupgrade -a -x 'kde*' -x 'x*' Where am I going wrong? I've read the pertinent handbook ports section, and did man portupgrade, bu= t still I can not get it to work. Maybe it has something to do with pkg_glo= b, I don't know.=20 Any help appreciated. Steve.=20 --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 05:16:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E9116A42D for ; Thu, 23 Feb 2006 05:16:18 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60011.mail.yahoo.com (web60011.mail.yahoo.com [209.73.178.74]) by mx1.FreeBSD.org (Postfix) with SMTP id 38A9743D5A for ; Thu, 23 Feb 2006 05:16:09 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 84111 invoked by uid 60001); 23 Feb 2006 05:16:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=QhjLNA3NVz7r9R0V/xv+gGzbKY+8SRfIFsN6JJsxvsvus9/CzKWLNzXL/zMNJ3lPbQB7OPNj36nzgu6z6Eco2IfyV/+4w++QZPUvPTpMAh5EtstC5V1ReBknxM75W5HY7O22pxP71QUG7M528W4lLpyApLDQDA93GDl2PiOkm4Q= ; Message-ID: <20060223051609.84109.qmail@web60011.mail.yahoo.com> Received: from [216.252.84.127] by web60011.mail.yahoo.com via HTTP; Thu, 23 Feb 2006 00:16:09 EST Date: Thu, 23 Feb 2006 00:16:09 -0500 (EST) From: Peter To: ross , "freebsd-questions@freebsd.org" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: changeing the port of the ftp server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 05:16:18 -0000 --- ross wrote: > I can't for the life of me figure out how to change the port of my ftp > server. My (crummy) ISP blocks port 21 and I would like to change the > default port of the ftp server in order to give access to the outside > world. Assuming the server is running on your gateway/firewall then all you need to do is check the documentation. What are you using as server? __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 05:23:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D51C16A420 for ; Thu, 23 Feb 2006 05:23:21 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60011.mail.yahoo.com (web60011.mail.yahoo.com [209.73.178.74]) by mx1.FreeBSD.org (Postfix) with SMTP id 8F34743D46 for ; Thu, 23 Feb 2006 05:23:20 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 86522 invoked by uid 60001); 23 Feb 2006 05:23:20 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=A0IIgeJbNCxfl5wGLkPCFM4wfm1a6QqD/KrRm4CbZbgSrSoqc0lFeQYKFb/4sqDDqpcrrk9/k16eAGtoKxy0YIRAeAfdAXCTLAoelgyBJEJszL/xdqql9pvZ5Dq12g01VA6WppsYHLf5QiGCACUX7q3BCshb5ccxibL28YsMv5I= ; Message-ID: <20060223052320.86520.qmail@web60011.mail.yahoo.com> Received: from [216.252.84.127] by web60011.mail.yahoo.com via HTTP; Thu, 23 Feb 2006 00:23:20 EST Date: Thu, 23 Feb 2006 00:23:20 -0500 (EST) From: Peter To: "Steve P." , freebsd-questions@freebsd.org In-Reply-To: <20060223051515.D22F083C05@ws1-1.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: portupgrading only certain ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 05:23:21 -0000 --- "Steve P." wrote: > I am trying to avoid upgrading two ports: kde and X. > > What are the command line options to portupgrade to accomplish this? > > For instance, I tried this and it failed: > #portupgrade -a -x 'kde*' -x 'x*' > > Where am I going wrong? > > I've read the pertinent handbook ports section, and did man portupgrade, > but still I can not get it to work. Maybe it has something to do with > pkg_glob, I don't know. I never tried this feature but from the man page it seems you do not need the single quotes. You probably can also just type the package names (with no glob characters) with or without version numbers. __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 05:26:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BFFD16A420 for ; Thu, 23 Feb 2006 05:26:35 +0000 (GMT) (envelope-from vayua@sklinks.com) Received: from smtp108.sbc.mail.mud.yahoo.com (smtp108.sbc.mail.mud.yahoo.com [68.142.198.207]) by mx1.FreeBSD.org (Postfix) with SMTP id A940B43D6E for ; Thu, 23 Feb 2006 05:26:34 +0000 (GMT) (envelope-from vayua@sklinks.com) Received: (qmail 10405 invoked from network); 23 Feb 2006 05:26:34 -0000 Received: from unknown (HELO akasha.akasha) (varuna@sbcglobal.net@69.229.158.197 with plain) by smtp108.sbc.mail.mud.yahoo.com with SMTP; 23 Feb 2006 05:26:34 -0000 From: Vayu To: freebsd-questions@freebsd.org Date: Wed, 22 Feb 2006 21:26:20 -0800 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602222126.20745.vayua@sklinks.com> Subject: Why did this work? (Flashplugin) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 05:26:35 -0000 I installed linuxpluginwrapper, linux-flashplugin-6 and linux_base-8 through ports. No errors. Created a libmap.conf with values appropriate for 6.0REL. I followed the same procedure that I did 3 weeks ago that successfully got flash playing in Konqueror on another FreeBSD 6.0REL machine. Neither Konqueror nor Firefox would acknowledge flash (wouldn't play it, didn't show it in about:plugins, nor give any errors when called from the command line). I deinstalled, reinstalled, I looked up each lib referenced in the libmap. Finally I made a link from the libflashplayer.so in /usr/X11R6/lib/linux-flashplugin6 directory to /usr/X11R6/lib/browser_plugins. That worked for Firefox (1.5) but not for Konqueror. Why did that work (what went wrong in my installation) and now what do I do to get Flash playing in Konqueror? From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 05:42:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 846D916A420 for ; Thu, 23 Feb 2006 05:42:48 +0000 (GMT) (envelope-from rczero@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4319F43D46 for ; Thu, 23 Feb 2006 05:42:48 +0000 (GMT) (envelope-from rczero@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id AE85818001BB for ; Thu, 23 Feb 2006 05:42:44 +0000 (GMT) X-OB-Received: from unknown (205.158.62.182) by wfilter.us4.outblaze.com; 23 Feb 2006 05:42:51 -0000 Received: by ws1-6.us4.outblaze.com (Postfix, from userid 1001) id 8EADD1CE304; Thu, 23 Feb 2006 05:42:55 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Steve P." To: Peter , freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 00:42:55 -0500 Received: from [72.177.196.13] by ws1-6.us4.outblaze.com with http for rczero@mail.com; Thu, 23 Feb 2006 00:42:55 -0500 X-Originating-Ip: 72.177.196.13 X-Originating-Server: ws1-6.us4.outblaze.com Message-Id: <20060223054255.8EADD1CE304@ws1-6.us4.outblaze.com> Cc: Subject: Re: portupgrading only certain ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 05:42:48 -0000 Peter, Apparently it was the quotes!=20 Upgrade appears to be working right. Thanks. > ----- Original Message ----- > From: Peter > To: "Steve P." , freebsd-questions@freebsd.org > Subject: Re: portupgrading only certain ports > Date: Thu, 23 Feb 2006 00:23:20 -0500 (EST) >=20 >=20 >=20 > --- "Steve P." wrote: >=20 > > I am trying to avoid upgrading two ports: kde and X. > > > > What are the command line options to portupgrade to accomplish this? > > > > For instance, I tried this and it failed: > > #portupgrade -a -x 'kde*' -x 'x*' > > > > Where am I going wrong? > > > > I've read the pertinent handbook ports section, and did man portupgrade, > > but still I can not get it to work. Maybe it has something to do with > > pkg_glob, I don't know. >=20 > I never tried this feature but from the man page it seems you do not need > the single quotes. You probably can also just type the package names > (with no glob characters) with or without version numbers. >=20 >=20 >=20=09 >=20 >=20=09 >=20=09=09 > __________________________________________________________ > Find your next car at http://autos.yahoo.ca > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 05:44:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 114E916A420 for ; Thu, 23 Feb 2006 05:44:25 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BAE43D45 for ; Thu, 23 Feb 2006 05:44:24 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip03.eastlink.ca ([24.222.10.15]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IV4005AZLAMIV90@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Thu, 23 Feb 2006 01:44:46 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip03.eastlink.ca with ESMTP; Thu, 23 Feb 2006 01:44:23 -0400 Date: Thu, 23 Feb 2006 01:44:04 -0400 From: Duane Whitty In-reply-to: <20060223052320.86520.qmail@web60011.mail.yahoo.com> To: FreeBSD Questions Message-id: <43FD4BA4.9080305@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <20060223052320.86520.qmail@web60011.mail.yahoo.com> User-Agent: Thunderbird 1.5 (X11/20060205) Subject: Re: portupgrading only certain ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 05:44:25 -0000 Peter wrote: > --- "Steve P." wrote: > >> I am trying to avoid upgrading two ports: kde and X. >> >> What are the command line options to portupgrade to accomplish this? >> >> For instance, I tried this and it failed: >> #portupgrade -a -x 'kde*' -x 'x*' >> >> Where am I going wrong? >> >> I've read the pertinent handbook ports section, and did man portupgrade, >> but still I can not get it to work. Maybe it has something to do with >> pkg_glob, I don't know. > > I never tried this feature but from the man page it seems you do not need > the single quotes. You probably can also just type the package names > (with no glob characters) with or without version numbers. > > Hi, portupgrade -a upgrades all installed ports. Try portupgrade -rR -x 'kde*' -x 'x*' * Maybe use the -n option with the above to see what would happen without doing anything. With a regex maybe this would work portupgrade -rRx :[kde|x] or something along these lines. -n is a good safety valve I think hth, --Duane From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 06:00:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1FE616A420 for ; Thu, 23 Feb 2006 06:00:41 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 912CC43D49 for ; Thu, 23 Feb 2006 06:00:41 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-247.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.247]) by smtp02.mrf.mail.rcn.net with ESMTP; 23 Feb 2006 01:00:31 -0500 X-IronPort-AV: i="4.02,139,1139202000"; d="scan'208"; a="207997008:sNHT35380528" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17405.20069.625481.615863@jerusalem.litteratus.org> Date: Thu, 23 Feb 2006 00:55:49 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <43FD372F.2060701@computer.org> References: <1140659905.1984.20.camel@neuromancer.home.net> <43FD3301.6030105@computer.org> <1140667363.4762.34.camel@neuromancer.home.net> <43FD372F.2060701@computer.org> X-Mailer: VM 7.17 under 21.5 (beta24) "dandelion" XEmacs Lucid Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 06:00:42 -0000 Eric Schuele writes: > > The only thing (again) unnerving is this statement. > > > > [snip] > > pkg_delete: package 'gettext-0.14.5' is required by these other packages > > and may not be deinstalled (but I'll delete it anyway): <--- *anyway*?? > > bash-3.1.10 > > [/snip] > > Don't worry. Its normal. Any loose ends with respect to > dependencies will get tied up later. Confirmed. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 06:08:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D0A316A420 for ; Thu, 23 Feb 2006 06:08:06 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD40443D45 for ; Thu, 23 Feb 2006 06:08:05 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id o25so1147957nfa for ; Wed, 22 Feb 2006 22:08:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KeR8FodUosofAX6mLwtm4yssifvuS65+S2rgh3fA53z/vV705MTgh4LsMlmRrBHpyo0gJrj5iuDlJlm2bh8dqFqw21HZP9g51zi/sHHsLrRWpldyAhwB1hIUl67eau7LWZ+D12G8O6WC5XL39GoQMNua8L5bkNEUGTOZC9O5pAY= Received: by 10.49.80.13 with SMTP id h13mr2226281nfl; Wed, 22 Feb 2006 22:08:04 -0800 (PST) Received: by 10.48.108.10 with HTTP; Wed, 22 Feb 2006 22:08:04 -0800 (PST) Message-ID: <5ceb5d550602222208m44417ba7n3f7f718856521d85@mail.gmail.com> Date: Thu, 23 Feb 2006 07:08:04 +0100 From: "Daniel A." To: fbsd_user@a1poweruser.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Looking for a mentor on php/mysql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 06:08:06 -0000 Hi, While the idea of a "mentor" is quite widespread amongst people who wish to learn a new field within IT, I find it that not many people who want one get one. I can, though, suggest that you in no circumstance save user passwords in plaintext. I could find that file on a live server and retrieve all user passwords. The best way to learn any programming language (Or anything else, for that matter) is to just play with it. Find some good guestbook script, or some other type of not-so-complex code, and hack at it. Add features, edit current features to your liking, etc.. That is how I got good at coding PHP. On 2/22/06, fbsd_user wrote: > I am trying to teach my self php/mysql/html programming. > I have done native static html web sites before. > Running FreeBSD 6.0 with apache13, php, and mysql all installed and > working. > > Have read a few php books and searched the web for code snippets. > Have been on some of the php forum sites, but responses are not forth > coming. > > Looking for a mentor to guide me with puting all the pieces together. > I have a working panel for registering a user that writes to a flat > text file. > Need guidance in changing this to use mysql. Would email you direct > outside of the questions list. > > > > > > > > learning PHP > > >

 

>

 Membership > Registration

>

 

>

Enter your info below.

>

 

> >
"> >
>

Account ID          >    >

>

Account Password   >

>

First > Name            >    >

>

Last > Name            >    >

>

Address > Line          >

> >

City          &nb > sp;           & > nbsp;  >

> >

State          &n > bsp;            >

> >

Zip          &nbs > p;       >         >

>

 

> >

           & > nbsp;          > value=3D"Reset" name=3D"B2">

>
> >

 

> $file_directory =3D $_SERVER["DOCUMENT_ROOT"]; > $user_ip =3D $_SERVER["REMOTE_ADDR"]; > $error =3D 'Could not open the file! Verify permissions & path are > correct.'; > > > if($_POST['action'] =3D=3D "add") > { > if($filehandle =3D fopen("$file_directory/members.php", "a")) > { > flock($filehandle, 2); // lock file > fputs($filehandle, > $_POST['id'].":".$_POST['pw'].":".$_SERVER['REMOTE_ADDR'].":".$_POST[' > first-name'].":".$_POST['last-name'].":".$_POST['address'].":".$_POST[ > 'city'].":".$_POST['state'].":".$_POST['zip']."\n"); > flock($filehandle, 3); // unlock file > fclose($filehandle); > print("Successfully added ".$_POST['id']." to the file"); > } > else > { > echo($error); > } > } > php?> > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 06:12:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A49716A420 for ; Thu, 23 Feb 2006 06:12:11 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1974743D46 for ; Thu, 23 Feb 2006 06:12:10 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.4) id k1N6C7VZ097595; Thu, 23 Feb 2006 00:12:07 -0600 (CST) (envelope-from dan) Date: Thu, 23 Feb 2006 00:12:07 -0600 From: Dan Nelson To: James Long Message-ID: <20060223061206.GB55021@dan.emsphone.com> References: <20060223040819.GA94519@ns.museum.rain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060223040819.GA94519@ns.museum.rain.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: ports/databases/mysql50-server: where is mysql_upgrade ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 06:12:11 -0000 In the last episode (Feb 22), James Long said: > Section 5.6.2 of the MySQL 5.0 docs says: > > 5.6.2. mysql_upgrade -- Check Tables for MySQL Upgrade > > mysql_upgrade should be executed each time you upgrade MySQL. It > checks all tables in all databases for incompatibilities with the > current version of MySQL Server. > > After installing mysql50-server, there is no mysql_upgrade on > my system: At the bottom of that section is this sentence: mysql_upgrade was added in MySQL 5.0.19. It supersedes the older mysql_fix_privilege_tables script. 5.0.19 hasn't been released yet, but I expect that when it is, and the port is updated to build it, the command will be available. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 06:24:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7DE16A423 for ; Thu, 23 Feb 2006 06:24:37 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from mail.mrburak.net (203-217-17-178.perm.iinet.net.au [203.217.17.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id C355C43D48 for ; Thu, 23 Feb 2006 06:24:36 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from [127.0.0.1] (schultz.mrburak.net [10.20.0.11]) by mail.mrburak.net (Postfix) with ESMTP id 4BBC622836; Thu, 23 Feb 2006 17:24:34 +1100 (EST) Message-ID: <43FD5521.8010804@mrburak.net> Date: Thu, 23 Feb 2006 17:24:33 +1100 From: Richard Burakowski User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Steve P." References: <20060223051515.D22F083C05@ws1-1.us4.outblaze.com> In-Reply-To: <20060223051515.D22F083C05@ws1-1.us4.outblaze.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: portupgrading only certain ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 06:24:37 -0000 Steve P. wrote: >I am trying to avoid upgrading two ports: kde and X. > > HOLD_PKGS in pkgtools.conf From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 07:38:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7737C16A420 for ; Thu, 23 Feb 2006 07:38:42 +0000 (GMT) (envelope-from admin@wordzen.net) Received: from cp1.hostedhere.com (cp1.hostedhere.com [65.254.38.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 324B243D45 for ; Thu, 23 Feb 2006 07:38:42 +0000 (GMT) (envelope-from admin@wordzen.net) Received: from [69.182.48.34] (helo=[10.1.1.104]) by cp1.hostedhere.com with esmtpa (Exim 4.52) id 1FCB2B-0002bx-S1 for freebsd-questions@freebsd.org; Thu, 23 Feb 2006 02:37:07 -0500 Message-ID: <43FD6685.3030801@wordzen.net> Date: Thu, 23 Feb 2006 02:38:45 -0500 From: Jacob Kiefer User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp1.hostedhere.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - wordzen.net X-Source: X-Source-Args: X-Source-Dir: Subject: SPARC64 release question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 07:38:42 -0000 I was just wondering if the SPARC64 release (6.0 stable most likely one I'll use) will work on an older SPARC system, specifically a MicroSPARC II two processor running on a SPARCstation 4. Thanks. -Jtkiefer From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 07:57:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B39416A420 for ; Thu, 23 Feb 2006 07:57:46 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 256FA43D46 for ; Thu, 23 Feb 2006 07:57:46 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 04D921A3C23; Wed, 22 Feb 2006 23:57:46 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 55F2951472; Thu, 23 Feb 2006 02:57:45 -0500 (EST) Date: Thu, 23 Feb 2006 02:57:45 -0500 From: Kris Kennaway To: Jacob Kiefer Message-ID: <20060223075745.GA57605@xor.obsecurity.org> References: <43FD6685.3030801@wordzen.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: <43FD6685.3030801@wordzen.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: SPARC64 release question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 07:57:46 -0000 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 23, 2006 at 02:38:45AM -0500, Jacob Kiefer wrote: > I was just wondering if the SPARC64 release (6.0 stable most likely one= =20 > I'll use) will work on an older SPARC system, specifically a MicroSPARC= =20 > II two processor running on a SPARCstation 4. Thanks. No, those aren't sparc64 systems. Try NetBSD. Kris --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD/Wr5Wry0BWjoQKURArfSAKDjLQBz/7vPAhotPZ85Xwyl82ltvQCgoGLJ zwatyPkDTp4Xk10vfsOpIfw= =5pUR -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 08:09:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 617A816A420 for ; Thu, 23 Feb 2006 08:09:45 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC08F43D46 for ; Thu, 23 Feb 2006 08:09:44 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id o37so1625353nzf for ; Thu, 23 Feb 2006 00:09:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G0nl5xso+QafHoh6jz7oSJ5I4revcREx9SEfNH4lZwaWx5i26p9ZuARZGWJB2xof8cI6G7xb/b17dnMEzLPnDUsB2eUPaumrUFED4fckQu9jxHRh9DMkOaDw8g8UEzFprYYAoMtYdZNh1I16UE3aKDioKKyP1fc5cEvmpDZxJrY= Received: by 10.36.19.8 with SMTP id 8mr2195684nzs; Thu, 23 Feb 2006 00:09:44 -0800 (PST) Received: by 10.37.20.11 with HTTP; Thu, 23 Feb 2006 00:09:44 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 11:09:44 +0300 From: "Andrew Pantyukhin" To: Vayu In-Reply-To: <200602222126.20745.vayua@sklinks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602222126.20745.vayua@sklinks.com> Cc: freebsd-questions@freebsd.org Subject: Re: Why did this work? (Flashplugin) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 08:09:45 -0000 On 2/23/06, Vayu wrote: > I installed linuxpluginwrapper, linux-flashplugin-6 and linux_base-8 thro= ugh > ports. No errors. Created a libmap.conf with values appropriate for 6.0= REL. > > I followed the same procedure that I did 3 weeks ago that successfully go= t > flash playing in Konqueror on another FreeBSD 6.0REL machine. > > Neither Konqueror nor Firefox would acknowledge flash (wouldn't play it, > didn't show it in about:plugins, nor give any errors when called from the > command line). I deinstalled, reinstalled, I looked up each lib refere= nced > in the libmap. > > Finally I made a link from the libflashplayer.so > in /usr/X11R6/lib/linux-flashplugin6 directory > to /usr/X11R6/lib/browser_plugins. That worked for Firefox (1.5) but no= t > for Konqueror. > > Why did that work (what went wrong in my installation) and now what do I = do to > get Flash playing in Konqueror? > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Try making a link in a konqueror-specific plugins dir. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 08:15:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C59A816A420 for ; Thu, 23 Feb 2006 08:15:14 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62FE343D46 for ; Thu, 23 Feb 2006 08:15:14 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k1N8F7F2095370 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 23 Feb 2006 00:15:07 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k1N8F7tS095369; Thu, 23 Feb 2006 00:15:07 -0800 (PST) (envelope-from james) Date: Thu, 23 Feb 2006 00:15:07 -0800 From: James Long To: freebsd-questions@freebsd.org, ross Message-ID: <20060223081506.GA95337@ns.museum.rain.com> References: <20060223073912.DFA1F16A425@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060223073912.DFA1F16A425@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Cc: Subject: Re: changeing the port of the ftp server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 08:15:14 -0000 > Date: Wed, 22 Feb 2006 20:58:36 -0800 > From: ross > Subject: changeing the port of the ftp server > To: "freebsd-questions@freebsd.org" > Message-ID: > Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii > > I can't for the life of me figure out how to change the port of my ftp > server. My (crummy) ISP blocks port 21 and I would like to change the > default port of the ftp server in order to give access to the outside > world. > > -- > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ Why not move to a better ISP? I don't believe in paying money for crummy ISP service. There's too many good ISPs out there competing for your money. Vote with your wallet and move to an ISP that wants your business. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 08:17:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A498816A420 for ; Thu, 23 Feb 2006 08:17:55 +0000 (GMT) (envelope-from satyam@sklinks.com) Received: from smtp108.sbc.mail.mud.yahoo.com (smtp108.sbc.mail.mud.yahoo.com [68.142.198.207]) by mx1.FreeBSD.org (Postfix) with SMTP id 40E4243D48 for ; Thu, 23 Feb 2006 08:17:55 +0000 (GMT) (envelope-from satyam@sklinks.com) Received: (qmail 64255 invoked from network); 23 Feb 2006 08:17:54 -0000 Received: from unknown (HELO santosha-ubuntu) (varuna@sbcglobal.net@69.229.158.197 with plain) by smtp108.sbc.mail.mud.yahoo.com with SMTP; 23 Feb 2006 08:17:54 -0000 From: Joseph Vella To: freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 00:19:25 -0800 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602230019.25693.satyam@sklinks.com> Subject: I've got spyware!!?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 08:17:55 -0000 I just installed flash in Firefox. I was playing around with the autoscrolling feature, when all of a sudden some ugly website pops up. It was something I clicked with the mouse wheel. I tried it again and sure enough the same site pops up. It was kind of tricky to do. I had to be scrolling and then click real fast. I found that if I turned off the autoscrolling, anytime I clicked in the browser window with the mouse wheel this site would come up. On a couple of occasions a page within the Microsoft site would come up instead. I deleted the mozilla directory in my home directory. After that the first three clicks of my mouse wheel would cause the Microsoft page to come up, after that the other site would come up. How could there be spyware on my FreeBSD computer and how do I get rid of it? From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 08:22:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B6CC16A420 for ; Thu, 23 Feb 2006 08:22:07 +0000 (GMT) (envelope-from vayu@sklinks.com) Received: from smtp109.sbc.mail.mud.yahoo.com (smtp109.sbc.mail.mud.yahoo.com [68.142.198.208]) by mx1.FreeBSD.org (Postfix) with SMTP id 8A94543D45 for ; Thu, 23 Feb 2006 08:22:06 +0000 (GMT) (envelope-from vayu@sklinks.com) Received: (qmail 69461 invoked from network); 23 Feb 2006 08:22:06 -0000 Received: from unknown (HELO santosha-ubuntu) (varuna@sbcglobal.net@69.229.158.197 with plain) by smtp109.sbc.mail.mud.yahoo.com with SMTP; 23 Feb 2006 08:22:05 -0000 From: Joseph Vella To: freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 00:23:37 -0800 User-Agent: KMail/1.9.1 References: <200602222126.20745.vayua@sklinks.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602230023.37245.vayu@sklinks.com> Cc: Andrew Pantyukhin Subject: Re: Why did this work? (Flashplugin) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 08:22:07 -0000 On Thursday 23 February 2006 12:09 am, Andrew Pantyukhin wrote: > On 2/23/06, Vayu wrote: > > I installed linuxpluginwrapper, linux-flashplugin-6 and linux_base-8 through > > ports. No errors. Created a libmap.conf with values appropriate for 6.0REL. > > > > I followed the same procedure that I did 3 weeks ago that successfully got > > flash playing in Konqueror on another FreeBSD 6.0REL machine. > > > > Neither Konqueror nor Firefox would acknowledge flash (wouldn't play it, > > didn't show it in about:plugins, nor give any errors when called from the > > command line). I deinstalled, reinstalled, I looked up each lib referenced > > in the libmap. > > > > Finally I made a link from the libflashplayer.so > > in /usr/X11R6/lib/linux-flashplugin6 directory > > to /usr/X11R6/lib/browser_plugins. That worked for Firefox (1.5) but not > > for Konqueror. > > > > Why did that work (what went wrong in my installation) and now what do I do to > > get Flash playing in Konqueror? > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > Try making a link in a konqueror-specific plugins dir. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Thanks, I got it to work by going in the settings for Konqueror and clicking a button to rescan plugins. I still don't understand why that link was needed. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 08:24:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE1A16A420 for ; Thu, 23 Feb 2006 08:24:12 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE4843D46 for ; Thu, 23 Feb 2006 08:24:10 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1N8Nsgm011624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 23 Feb 2006 10:23:55 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1N8NVht001464; Thu, 23 Feb 2006 10:23:31 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1N8NVLe001463; Thu, 23 Feb 2006 10:23:31 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 23 Feb 2006 10:23:31 +0200 From: Giorgos Keramidas To: Rob Message-ID: <20060223082331.GB1334@flame.pc> References: <20060222101759.66d3e0e3.rob@roblytle.org> <20060222182720.GA45869@flame.pc> <20060222130713.01ef8d63.rob@roblytle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060222130713.01ef8d63.rob@roblytle.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.37, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 08:24:12 -0000 On 2006-02-22 13:07, Rob wrote: >On Wed, 22 Feb 2006 20:27:20 +0200 >Giorgos Keramidas wrote: >>> I have read manual pages, searched the archives, but I am really confused >>> about all of this. Thank you for any help. >> >> All this can be resolved by using `/etc/hosts'. Just add your hostname >> there and point it to the 127.0.0.1 address. Then all programs should be >> able to resolve it. > > Thanks Giorgios, > > I think that I have the hostname problem resolved. rc.conf has > hostname="xenon" and /etc/hosts has: 127.0.0.1 localhost xenon That's quite fine :) > So now Xorg does not give errors on startup or shutdown like the > > > bad display name "xenon:0" in "remove" command or > > > bad display name "xenon:0 in "list" command > > But when not setting the DISPLAY variable explicitely anywhere I still > get the error: "out of display lists" upon starting the program I want > from xterm > > But then setting DISPLAY=xenon:0.0 export DISPLAY and then executing > the program then gives the error: > > "Can't open display: xenon:0.0" so I guess I am back to square one. > > Maybe I should call it a day and rest, haha. Just a wild guess, since I don't see why you should have problems running programs like: Can't open display: xenon:0.0 Are you running X11 as a plain user and having problems to run programs *after* using su(1) to become root or does this happen for all users in all terminals? - Giorgos From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 08:34:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D6816A420 for ; Thu, 23 Feb 2006 08:34:02 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E7C643D5D for ; Thu, 23 Feb 2006 08:34:01 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout3.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k1N8Y0v8027858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 23 Feb 2006 00:34:00 -0800 X-Auth-Received: from [192.168.0.40] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k1N8Y0an004918 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 23 Feb 2006 00:34:00 -0800 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <200602230019.25693.satyam@sklinks.com> References: <200602230019.25693.satyam@sklinks.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <96504960-2987-425A-84B7-DD7E2F385113@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Thu, 23 Feb 2006 00:35:32 -0800 To: FreeBSD Questions X-Mailer: Apple Mail (2.746.2) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_SUBJ_9 0' Subject: Re: I've got spyware!!?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 08:34:02 -0000 On Feb 23, 2006, at 12:19 AM, Joseph Vella wrote: > I just installed flash in Firefox. I was playing around with the > autoscrolling feature, when all of a sudden some ugly website pops > up. It > was something I clicked with the mouse wheel. I tried it again and > sure > enough the same site pops up. It was kind of tricky to do. I had > to be > scrolling and then click real fast. I found that if I turned off the > autoscrolling, anytime I clicked in the browser window with the > mouse wheel > this site would come up. On a couple of occasions a page within the > Microsoft site would come up instead. > > I deleted the mozilla directory in my home directory. After that > the first > three clicks of my mouse wheel would cause the Microsoft page to > come up, > after that the other site would come up. > > How could there be spyware on my FreeBSD computer and how do I get > rid of it? Not sure if this is true for FreeBSD, but try deleting the ~/.macromedia directory and see what happens. This may remove any unwanted cached flash apps. Interesting though. If this persists, someone may have found and exploited a security issue with Flash =\... -Garrett From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 08:37:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F33AE16A420; Thu, 23 Feb 2006 08:37:29 +0000 (GMT) (envelope-from vlchang@eb.net.my) Received: from smtp.eb.net.my (smtp.eb.net.my [202.171.48.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D00643D49; Thu, 23 Feb 2006 08:37:29 +0000 (GMT) (envelope-from vlchang@eb.net.my) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.eb.net.my (Postfix) with ESMTP id A30994D216; Thu, 23 Feb 2006 16:44:52 +0800 (MYT) Received: from smtp.eb.net.my ([127.0.0.1]) by localhost (smtp.eb.net.my [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16105-01-7; Thu, 23 Feb 2006 16:44:50 +0800 (MYT) Received: from [192.168.1.2] (unknown [202.171.49.39]) by smtp.eb.net.my (Postfix) with ESMTP id 53629506ED; Thu, 23 Feb 2006 13:14:00 +0800 (MYT) From: Felix To: freebsd-bugs@freebsd.org, freebsd-isp@freebsd.org, freebsd-net@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1140670904.11288.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Thu, 23 Feb 2006 13:01:45 +0800 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at eb.net.my Cc: Subject: PPPoE Connection Bug! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 08:37:30 -0000 I am using Freebsd 6.0 to become my server and provide the PPPoE service to rest of my staffs PCs. It is success without any problem but sometimes I found it comes out with errors message in my log file when some of the staffs cannot online. The error messages is looked like below: ######################################################################### Jan 27 10:29:40 eBoffice3 ppp[714]: Phase: Using interface: tun2 Jan 27 10:29:40 eBoffice3 ppp[714]: Phase: deflink: Created in closed state Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: enable pap Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: enable proxy Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: disable ipv6cp Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set mru 1472 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set mtu 1472 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set ifaddr 10.1.91.1 10.1.91.2-10.1.91.254 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set radius /etc/radius.conf Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: accept dns Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set timeout 3600 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: disable protocomp Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: enable echo Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set lqrperiod 10 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set echoperiod 10 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set rad_alive 1800 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set speed sync Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set log Chat Command Phase LCP LQM Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: enable pap Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: enable proxy Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: disable ipv6cp Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set mru 1472 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set mtu 1472 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set ifaddr 10.1.91.1 10.1.91.2-10.1.91.254 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set radius /etc/radius.conf Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: accept dns Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set timeout 3600 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: disable protocomp Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: enable echo Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set lqrperiod 10 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set echoperiod 10 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set rad_alive 1800 Jan 27 10:29:40 eBoffice3 ppp[714]: Command: default: set speed sync Jan 27 10:29:40 eBoffice3 ppp[714]: Phase: PPP Started (direct mode). Jan 27 10:29:40 eBoffice3 ppp[714]: Phase: bundle: Establish Jan 27 10:29:40 eBoffice3 ppp[714]: Phase: deflink: closed -> opening Jan 27 10:29:40 eBoffice3 ppp[714]: Phase: deflink: Link is a closed socket ! Jan 27 10:29:40 eBoffice3 ppp[714]: Chat: Failed to open device (attempt 1 of 1) Jan 27 10:29:40 eBoffice3 ppp[714]: Phase: deflink: opening -> closed Jan 27 10:29:40 eBoffice3 ppp[714]: Phase: bundle: Dead Jan 27 10:29:40 eBoffice3 ppp[714]: Phase: PPP Terminated (normal). ############################################################################ I searched for the internet but found nothing. Any comment or opinion about this? Thanks! Regard Felix From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 08:50:44 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34D1216A420 for ; Thu, 23 Feb 2006 08:50:44 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 965B543D46 for ; Thu, 23 Feb 2006 08:50:43 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so7998nfc for ; Thu, 23 Feb 2006 00:50:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=F4hYyRen5HeCiZ5WfVUdxdiY3xQPhreV81cY85YE5VniZulTHHFYFX7O3qmm2ugZMQ/SYKQnNYRnwQ05y9DGZCTuDvVzfIeubJD+90Z7UQZZWgTIjJt4MV2zSDy47YWofPSA5lzQ4COvKQtgCOkFWvOwKOPDNiLr6+q38XPWRx4= Received: by 10.49.8.13 with SMTP id l13mr2000357nfi; Thu, 23 Feb 2006 00:50:42 -0800 (PST) Received: by 10.49.80.9 with HTTP; Thu, 23 Feb 2006 00:50:42 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 00:50:42 -0800 From: "Lei Sun" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Problem connecting a freebsd server using ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 08:50:44 -0000 Hi Guys, I did tons of search on what problems might be, but it doesn't seems to be the cases that I have searched even though it looks similar. 1. ssh from Freebsd_A to Freebsd_B: I got "Read from socket failed: Connection reset by peer" error. 2. ssh from windows xp (putty) to Freebsd_B: logs me in fine 3. try to ssh from Freebsd_A to Freebsd_B again, got the same error message, and now I can't log in from windows xp (putty) to Freebsd_B any more, unless I reboot the windows xp machine. WIERD!!! I check the tcp wrapper thing, the hosts.allow is All : All : allow. So that's not the case. I made sure all of the KeepAlive entries are set to yes, but still no luck. Please help... Thanks in advance! Below is the log messages... sshd log messeges from Freebsd_B ---------------------------------------------------------------------------= -------------------------------------------------- Feb 23 16:12:01 don sshd[453]: debug1: fd 5 clearing O_NONBLOCK Feb 23 16:12:01 don sshd[453]: debug1: Forked child 649. Feb 23 16:12:01 don sshd[649]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8 Feb 23 16:12:01 don sshd[649]: debug1: inetd sockets after dupping: 3, 3 Feb 23 16:12:01 don sshd[649]: debug1: res_init() Feb 23 16:12:01 don sshd[649]: Connection from xxx.xxx.xxx.xxx port 1199 Feb 23 16:12:02 don sshd[649]: debug1: Client protocol version 2.0; client software version OpenSSH_4.2p1 FreeBSD-20050903 Feb 23 16:12:02 don sshd[649]: debug1: match: OpenSSH_4.2p1 FreeBSD-20050903 pat OpenSSH* Feb 23 16:12:02 don sshd[649]: debug1: Enabling compatibility mode for protocol 2.0 Feb 23 16:12:02 don sshd[649]: debug1: Local version string SSH-2.0-OpenSSH_4.2p1 FreeBSD-20050903 Feb 23 16:12:02 don sshd[649]: debug1: do_cleanup Feb 23 16:12:02 don sshd[649]: debug1: PAM: cleanup ssh -v log from Freebsd_A ---------------------------------------------------------------------------= ---------------------------------------------------- $ ssh -v don OpenSSH_4.2p1 FreeBSD-20050903, OpenSSL 0.9.7e-p1 25 Oct 2004 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to xxx [xxx.xxx.xxx.xxx] port 22. debug1: Connection established. debug1: identity file /home/xxxxx/.ssh/identity type -1 debug1: identity file /home/xxxxx/.ssh/id_rsa type -1 debug1: identity file /home/xxxxx/.ssh/id_dsa type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_4.2p1 FreeBSD-20050903 debug1: match: OpenSSH_4.2p1 FreeBSD-20050903 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.2p1 FreeBSD-20050903 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'don' is known and matches the DSA host key. debug1: Found key in /home/xxxxx/.ssh/known_hosts:2 debug1: ssh_dss_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent Read from socket failed: Connection reset by peer From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 09:00:18 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D265516A422 for ; Thu, 23 Feb 2006 09:00:18 +0000 (GMT) (envelope-from majie.mailinglist@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A92943D66 for ; Thu, 23 Feb 2006 09:00:11 +0000 (GMT) (envelope-from majie.mailinglist@gmail.com) Received: by wproxy.gmail.com with SMTP id i24so860wra for ; Thu, 23 Feb 2006 01:00:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KsW5in/WMjJMo22VFuOcZ96J2p77hVIL8wsKvrLmIuVvvkEeCZZ6bchPcXOs/n77A4yrhlpNdc0f37mNudAYSZSanLkjGuY2vMoplt5Wb133/Va9L6/j3vaHhg5q5obJnDSv2Maf88v19Yo2C1i/s4urd9TV/ZiNz8zYL+S/6sU= Received: by 10.54.113.3 with SMTP id l3mr64090wrc; Thu, 23 Feb 2006 01:00:11 -0800 (PST) Received: by 10.54.142.10 with HTTP; Thu, 23 Feb 2006 01:00:11 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 17:00:11 +0800 From: mailinglist To: questions@freebsd.org In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Lei Sun Subject: Re: Problem connecting a freebsd server using ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 09:00:19 -0000 A and B are the same version of FreeBSD? Perhaps you can try to remove all the files under ~/.ssh on server B. 2006/2/23, Lei Sun : > > Hi Guys, > > I did tons of search on what problems might be, but it doesn't seems > to be the cases that I have searched even though it looks similar. > > 1. ssh from Freebsd_A to Freebsd_B: I got "Read from socket failed: > Connection reset by peer" error. > 2. ssh from windows xp (putty) to Freebsd_B: logs me in fine > 3. try to ssh from Freebsd_A to Freebsd_B again, got the same error > message, and now I can't log in from windows xp (putty) to Freebsd_B > any more, unless I reboot the windows xp machine. WIERD!!! > > I check the tcp wrapper thing, the hosts.allow is All : All : allow. > So that's not the case. > > I made sure all of the KeepAlive entries are set to yes, but still no > luck. > > Please help... Thanks in advance! > -- Ma Jie From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 09:16:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48CC016A420 for ; Thu, 23 Feb 2006 09:16:02 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEEDB43D45 for ; Thu, 23 Feb 2006 09:16:01 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id h30so7405wxd for ; Thu, 23 Feb 2006 01:16:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HmD+cbo9lKIjU7dar+bBNGXOqYOh4a6CYjWrip986tU/BHrYx5ml3gF0skajyNoiYWGkwzhbhqMltrPtoLXWpcKx6lGjY+3HQzoXTwdz2Q6Li24elntUmcrKaoTnUJiStx6fZfGLCooOziiwb5KNELYRLf9pN2fC8jNmVGTdqLg= Received: by 10.70.123.15 with SMTP id v15mr1560724wxc; Thu, 23 Feb 2006 01:16:01 -0800 (PST) Received: by 10.70.65.9 with HTTP; Thu, 23 Feb 2006 01:16:01 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 03:16:01 -0600 From: "Nikolas Britton" To: "Thawan Kooburat" In-Reply-To: <7ff80ef30602221125u483cc47cy795ce8442a52b332@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7ff80ef30602180204s54cd69afy9c4c11a297ea31a4@mail.gmail.com> <7ff80ef30602221125u483cc47cy795ce8442a52b332@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Increase process number in FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 09:16:02 -0000 On 2/22/06, Thawan Kooburat wrote: > Hi > I am using FreeBSD 6.0. My course assignment required me to > increase process number running on a system. > I have already modify /boot/loader.conf on following parameters > > kern.maxusers =3D 384 > kern.maxproc =3D 50000 > kern.maxprocperuid =3D 50000 > > But after reboot maxproc and maxprocperuid is only 5278 and 4755 > respectively. From my research maxproc is calculated from maxusers, > but i think my maxproc number is limited by other factors as well. > Are there any suggestion to this problem without increasing RAM? > > My system is running on VMware and 256 MB of RAM available. The test > program create process by using fork() and child processes is put to > sleep() immediately after its creation. > > I'm not sure if this still works but put "options MAXUSERS=3D512" in the kernel config file and rebuild the kernel. also maybe put it in sysctl.conf "The auto-tuning algorithm sets maxuser equal to the amount of memory in th= e system, with a minimum of 32, and a maximum of 384." -- BSD Podcasts @ http://bsdtalk.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 09:27:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E0FA16A420 for ; Thu, 23 Feb 2006 09:27:36 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93D743D49 for ; Thu, 23 Feb 2006 09:27:35 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so8384wxc for ; Thu, 23 Feb 2006 01:27:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D1FDVZmuMSfxCdoJf3ZCYB0ni3mxkKviE0byZUVFP0FfJz4vgbNnLYOWdH288cUoQQ6Mjq4cFbQcdaMm16N56+/rqUw/OZnC//EYW3xOudg/gG5GqWw3IAGZuchC7OqEUUbiMHCkdC6PZOX44c97L15iRi+Vh9IPbYjkrIGiZ/8= Received: by 10.70.76.1 with SMTP id y1mr6916181wxa; Thu, 23 Feb 2006 01:27:34 -0800 (PST) Received: by 10.70.65.9 with HTTP; Thu, 23 Feb 2006 01:27:34 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 03:27:34 -0600 From: "Nikolas Britton" To: andreis In-Reply-To: <008001c637ed$0232fa70$7e01a8c0@KASHRUSBAQKDTR> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <008001c637ed$0232fa70$7e01a8c0@KASHRUSBAQKDTR> Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 09:27:36 -0000 On 2/22/06, andreis wrote: > Hi: > Could you please help us to find out if it is possible to upgrade 10.3.29= Apache to the latest 10.3.x version through FreeBSD RELENG_5_4 ports? If s= o, any hints as to how to find the right ports would be greatly appreciated= . > Apache version 10?, HaHaHa! You meant 1.3.x right? > pwd /usr/ports/www > ll -d apache13* drwxr-xr-x 3 root wheel 512 Feb 4 06:31 apache13 drwxr-xr-x 3 root wheel 512 Feb 4 06:31 apache13+ipv6 drwxr-xr-x 3 root wheel 512 Feb 4 06:31 apache13-modperl drwxr-xr-x 3 root wheel 512 Feb 11 10:04 apache13-modssl drwxr-xr-x 2 root wheel 512 Jan 13 05:57 apache13-modssl+ipv6 drwxr-xr-x 3 root wheel 512 Jan 28 22:23 apache13-ssl More then likely you will need to update your ports collection first with cvsup and then update all your install ports before you can install the new version of apache, refer to the FreeBSD Handbook on how to do this: http://www.freebsd.org/handbook/ -- BSD Podcasts @ http://bsdtalk.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 09:45:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0D4E16A420 for ; Thu, 23 Feb 2006 09:45:25 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4182643D45 for ; Thu, 23 Feb 2006 09:45:25 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id h31so10037wxd for ; Thu, 23 Feb 2006 01:45:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cEigRMg6SaQAk4QSveoynGRTV0GOXTDlt/xLliXU+ye/HtGfu7vC6hGI5WRvICrfHRvKVHP7jhvqEwSgvvAZEurX++QifpiezkdPXxHGmJ19Sbb43BMXAMJeV+QAQRT+pWHycH9XOOPrBc+o3DD9Udr2pB9ijUzNJ30uxKsrTOo= Received: by 10.70.128.4 with SMTP id a4mr7082356wxd; Thu, 23 Feb 2006 01:45:24 -0800 (PST) Received: by 10.70.65.9 with HTTP; Thu, 23 Feb 2006 01:45:24 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 03:45:24 -0600 From: "Nikolas Britton" To: "Alex Mayfield" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Can't seem to boot from 6.0-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 09:45:25 -0000 On 2/22/06, Alex Mayfield wrote: > I'm rather new to FreeBSD, and have been wanting to try it out. However, > I am unable to boot from either the i386 6.0-RELEASE bootonly or the i386 > 6.0-RELEASE disc 1 CD. I'm running an Athlon 64 3000+ on a WinFast > 755FXK8AA motherboard (Socket 939, SiS 755 North Bridge, SiS 964 South > Bridge). The boot CD dies right after ago0: figures out my SiS 755 with: > > panic: pmap_mapdev: Couldn't alloc kernel virtual memory. > > Having searched for my problem before posting, I found that another > individual has had a similar problem to mine: > > http://docs.freebsd.org/cgi/mid.cgi?20060122170123.I76421 > > I followed his initiative and tried the boot option that didn't use ACPI. > No dice. I also checked the MD5 of both CD's and they checked out fine. > Finally, I tried to boot the amd64 version of FreeBSD, and this time it > booted just fine and I got to an installation screen. However, given the > fact that there are no nvidia drivers for the 64 bit version, and certain > programs being unavalable for amd64, I'd really just prefer to use the > i386 version instead. > Your not using the right install CDs. You have an AMD 64-Bit chip so you can't (AFAIK) use the I386 Release. Maybe there is a setting in the BIOS for I386 compat, I have no experience with AMD's 64-Bit chips so this is just a guess. Or try disabling ACPI and everything else in the BIOS etc... That's the price you pay for being an early adopter, you don't need nvidia gfx for an Opteron server. ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-amd64/6.1/ -- BSD Podcasts @ http://bsdtalk.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 10:37:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A5AD16A420 for ; Thu, 23 Feb 2006 10:37:38 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web33304.mail.mud.yahoo.com (web33304.mail.mud.yahoo.com [68.142.206.119]) by mx1.FreeBSD.org (Postfix) with SMTP id B194D43D45 for ; Thu, 23 Feb 2006 10:37:37 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 63337 invoked by uid 60001); 23 Feb 2006 10:37:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=a98L2Q04MVxwOr3G+qPH/CgHsBEtbxkJepizDLB/FxXccEL2IZdfchGOzyuErBSdNWCFYW6l5UOQNI7NTPQyUnUsYcWxTbuGNY1BvvXtwSCm09nuyAP8PcJV2giDtJHu/yXYhHz2MIN/YYUN8ba8tNtnPEzCM7wePOqfv8rpMcM= ; Message-ID: <20060223103735.63335.qmail@web33304.mail.mud.yahoo.com> Received: from [147.46.44.181] by web33304.mail.mud.yahoo.com via HTTP; Thu, 23 Feb 2006 02:37:35 PST Date: Thu, 23 Feb 2006 02:37:35 -0800 (PST) From: Rob To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Sendmail: "550 Relaying denied" after boot up; restart sendmail solves problem !?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 10:37:38 -0000 Hi, I have a weird problem with my mail server. It's running 6-Stable as Feb. 23rd. After a boot up, sendmail refuses to deliver emails with a reject=550 5.7.1 [...] Relaying denied When I then simply restart sendmail manually: /etc/rc.d/sendmail restart the problem is solved and email is correctly delivered without any Relay denials. Any idea what this can be? And how to get this right immediately after boot up? Thanks, Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 10:49:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D428F16A420 for ; Thu, 23 Feb 2006 10:49:02 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D09243D49 for ; Thu, 23 Feb 2006 10:49:01 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 13910 invoked from network); 23 Feb 2006 10:48:59 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.145.18]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 23 Feb 2006 10:48:59 -0000 Date: Thu, 23 Feb 2006 11:49:06 +0100 From: Fabian Keil To: Donald T Hayford Message-ID: <20060223114906.3a9a3e77@localhost> In-Reply-To: <43FD1F4E.5060204@donhayford.com> References: <43FD1F4E.5060204@donhayford.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.6; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_CWrssZmlMGQnro1mhUS0LeS; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: FreeBSD Subject: Re: Automatically changing modes on the DVD writer for K3b X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 10:49:02 -0000 --Sig_CWrssZmlMGQnro1mhUS0LeS Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Donald T Hayford wrote: > To get K3b to work I need to change the mode of the following devices to= =20 > 664 (or 666) from 644. >=20 > /dev/xpt0 > /dev/cd0 and /dev/cd1 > /dev/pass0 and /dev/pass1 >=20 > Is there a way to do this automatically on boot-up? Now I do it using a= =20 > script that I run as root but, of course, I always forget to run the=20 > script before I run K3b. Use /etc/devfs.conf: perm xpt0 0664 perm cd0 0664 perm cd1 0664 perm pass0 0664 perm pass1 0664 Fabian --=20 http://www.fabiankeil.de/ --Sig_CWrssZmlMGQnro1mhUS0LeS Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD4DBQFD/ZMojV8GA4rMKUQRAtMaAJd3+yakYTBDvQk+VcROFR7wWQw+AJ9koDer CRBsiVcXqNLJfaX6VMBpyw== =Tkwa -----END PGP SIGNATURE----- --Sig_CWrssZmlMGQnro1mhUS0LeS-- From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 10:54:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F69916A420 for ; Thu, 23 Feb 2006 10:54:36 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78BE843D48 for ; Thu, 23 Feb 2006 10:54:35 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 3009 invoked from network); 23 Feb 2006 10:54:33 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.145.18]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 23 Feb 2006 10:54:33 -0000 Date: Thu, 23 Feb 2006 11:54:46 +0100 From: Fabian Keil To: Duane Whitty Message-ID: <20060223115446.4c8b20b2@localhost> In-Reply-To: <43FD39C4.5090908@greenmeadow.ca> References: <20060223041701.64822.qmail@web60011.mail.yahoo.com> <43FD39C4.5090908@greenmeadow.ca> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.6; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_Bvsr5BZzF3xTSZZl_Y_zNT/"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Peter , FreeBSD Questions Subject: Re: trouble finding burner (k3b) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 10:54:36 -0000 --Sig_Bvsr5BZzF3xTSZZl_Y_zNT/ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Duane Whitty wrote: > Peter wrote: > > This k3b program is great but it I find it very picky. Currently it > > cannot detect my DVD/CD burner (/dev/acd1) anymore. It can find my CDR= OM > > (/dev/acd0) allright but it claims the permissions may be wrong on the > > burner. I checked and these devices have the same permissions. I even > > gave them both 777 without success in detection. They are also both ow= ned > > by root:operator and my invoking user is in group operator. This used = to > > work great. I haven't tried to burn anything recently so I don't know > > when things fell apart but what I can say is yesterday I recompiled my > > kernel. I used the same config file with one line being added (for USB > > 2.0 support; ehci). Anyone have any ideas? I'm running 5.4 although > > today I was surprised that dmesg showed this: > I have a similar problem in that k3b cannot find=20 > my DVD/CD burner. However I haven't received any=20 > messages about permissions. >=20 > On a hunch I started X as root and k3b was then=20 > able to find my hardware. This doesn't really=20 > solve the problem but it was a quick work-around=20 > for me until I figure this out. >=20 > Note: I too changed permissions to 666 on=20 > /dev/acd0 and /dev/cd0 to no avail. The user needs to have access to /dev/xpt0 and /dev/pass0 as well. =20 Fabian --=20 http://www.fabiankeil.de/ --Sig_Bvsr5BZzF3xTSZZl_Y_zNT/ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD/ZR2jV8GA4rMKUQRAiSMAKCGsdajiQ/gS9+4plGB6uqngt+ywQCdGqMD hff28njz3a0jIjmNQQFEgHc= =0QEP -----END PGP SIGNATURE----- --Sig_Bvsr5BZzF3xTSZZl_Y_zNT/-- From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 11:19:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57E2316A420 for ; Thu, 23 Feb 2006 11:19:24 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from asmtp-out1.blueyonder.co.uk (asmtp-out1.blueyonder.co.uk [195.188.213.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA59243D45 for ; Thu, 23 Feb 2006 11:19:23 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.33.116] (helo=[192.168.0.2]) by asmtp-out1.blueyonder.co.uk with esmtp (Exim 4.52) id 1FCEVA-0002zj-MJ; Thu, 23 Feb 2006 11:19:16 +0000 Message-ID: <43FD9A34.7030401@dial.pipex.com> Date: Thu, 23 Feb 2006 11:19:16 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: Alex Mayfield References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Nikolas Britton , freebsd-questions@freebsd.org Subject: Re: Can't seem to boot from 6.0-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 11:19:24 -0000 Nikolas Britton wrote: >Your not using the right install CDs. You have an AMD 64-Bit chip so >you can't (AFAIK) use the I386 Release. Maybe there is a setting in >the BIOS for I386 compat, I have no experience with AMD's 64-Bit chips >so this is just a guess. Or try disabling ACPI and everything else in >the BIOS etc... That's the price you pay for being an early adopter, >you don't need nvidia gfx for an Opteron server. > > This is not correct. An i386 version of FreeBSD runs just dandy on 64-bit Athlons (or 64 bit Intel for that matter) even if this release is failing on this specific system. All current 64-bit "PC" processors are backwards compatible with i386. I would try the i386 6.1 PRERELEASE CD, the 5.4 RELEASE and the 5.5 PRERELEASE in order and see if any of them worked. Or try limiting your google by including the sis 754 and see if finds any help. There are mentions of 754 problems being fixed in 6-STABLE but I didn't look closely enough to know if they would help you. --Alex From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 11:33:17 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAB5816A422 for ; Thu, 23 Feb 2006 11:33:17 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D0A043D48 for ; Thu, 23 Feb 2006 11:33:16 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k1NBWlu56870; Thu, 23 Feb 2006 03:32:48 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Nathan Vidican" , "Charles Swiger" Date: Thu, 23 Feb 2006 03:32:47 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: <43FCAC3A.6040904@wmptl.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: don@lizardhill.com, questions@freebsd.org Subject: RE: 3Ware Escalade Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 11:33:18 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Nathan Vidican >Sent: Wednesday, February 22, 2006 10:24 AM >To: Charles Swiger >Cc: don@lizardhill.com; questions@freebsd.org >Subject: Re: 3Ware Escalade Issues > > >Charles Swiger wrote: >> On Feb 22, 2006, at 12:31 PM, Don O'Neil wrote: >> >>>>> 3) Is there some way I can do a faster FSCK, or perhaps >'fool' the >>>>> system >>>>> into thinking the file system is clean? >>> >>> >>>> If you update to 5.x or later, you can use background FSCK >rather than >>> >>> having to >>> >>>> wait for the FSCK to complete the way it does under 4.x. >>> >>> >>> I wasn't aware 5.x could do this. My next question is how are my >>> existing >>> apps going to be affected by upgrading to 5.x? >> >> >> If you install the 4.x compatibility libraries, your old 4.x >binaries >> should continue to work just fine. However, you will want to >rebuild >> as much of your existing software under 5.x as possible. >> >>>> Also, if you update to 5.x, you can run the smartmon tools, which >>>> will let >>> >>> you >>> >>>> do a drive self-test using SMART, this will give much better >>>> information >>> >>> about >>> >>>> what is going on with the drive, and also give an estimate of its >>>> remaining >>>> lifespan. >>> >>> >>> Yes, this would help a lot!!! >> >> >> Well, once you're running 5.x, install smartmon and run: >"smartctl -t >> long /dev/ad0", or whatever the right device is. >> >>>> How old are the drives, if you know? >>> >>> >>> They're less than 2 years old, and still under warranty. >This is the >>> second >>> drive to fail and it's driving me nuts. >>> >>> They're Maxtor DiamondMax Plus 9 6Y250P0 250 GB PATA >drives... Never >>> had a >>> problem with that particular drive until this batch. >>> >>> Can anyone suggest some good 250GB PATA drives for me to >use? I might as >>> well swap them all out since I'm starting over. The 6000 >series Escalade >>> card I'm using doesn't support anything more than 250 GB. >> >> >> I've had somewhat better luck with the so-called "special edition" >> variants of the drives, such as the WD1200JB, which have more >cache RAM >> and a longer warranty period than the generic versions.... >> > >According to Western Digital, ONLY their 'SD' or (RAID-Edition) >drives should be >attempted in an array; WDC utilizes proprietary error >correction mechanisms >which mangle the error-handling done by an array controller. In >short, while the >drive is doing it's internal error-correction, the raid >controller sees it as a >drive failure and a whole new mess develops. > Whoah, there chicken little! The article is in Western Digital's knowledgebase, article# 1397 Here are the relevant bits: "...If you install and use a desktop edition hard drive connected to a RAID controller, the drive may not work correctly. This is caused by the normal error recovery procedure that a desktop edition hard drive uses...." "...When an error is found on a desktop edition hard drive, the drive will enter into a deep recovery cycle to attempt to repair the error, recover the data from the problematic area, and then reallocate a dedicated area to replace the problematic area. This process can take up to 2 minutes depending on the severity of the issue..." "... Most RAID controllers allow a very short amount of time for a hard drive to recover from an error. If a hard drive takes too long to complete this process, the drive will be dropped from the RAID array..." So let me explain. If you have a WD ide disk that is NOT in an array, has a major error, and goes away and hides for TWO MINUTES this is supposed to BE OK in a desktop? How many users do you know are going to sit twiddling their thumbs waiting for 2 minutes for their computer to unfreeze? I thought so. You must have an extremely elastic idea of what an acceptable error handling is on an IDE drive. Yes, IDE, you know, Intelligent Drive Electronics?!? As in, intelligent enough to know that if the problem is so severe it's going to take 2 minutes of scrubbing to fix, that it's a sign of imminent disk failure and the disk ought to be thrown out anyway? I think what we have here is a bit of creative justification by WD for why you should pay more money for their RAID edition drives. I'll tell you what. I will keep an eye on my ATA raid setups that use WD drives in them. If one disk dies for 2 minutes and the array dumps it, I'll RMA the drive back to WD for a new one. You by contrast, can keep your failing drives in your array until they croak permanently. Ted From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 11:34:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B91916A420 for ; Thu, 23 Feb 2006 11:34:45 +0000 (GMT) (envelope-from AshleyMoran@codeweavers.net) Received: from mta07-winn.ispmail.ntl.com (mta07-winn.ispmail.ntl.com [81.103.221.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 105D443D48 for ; Thu, 23 Feb 2006 11:34:43 +0000 (GMT) (envelope-from AshleyMoran@codeweavers.net) Received: from aamta11-winn.ispmail.ntl.com ([81.103.221.35]) by mta07-winn.ispmail.ntl.com with ESMTP id <20060223113442.ZRCH15056.mta07-winn.ispmail.ntl.com@aamta11-winn.ispmail.ntl.com> for ; Thu, 23 Feb 2006 11:34:42 +0000 Received: from jigsaw-sbs02.jigsawhq.com ([213.106.224.113]) by aamta11-winn.ispmail.ntl.com with ESMTP id <20060223113442.KUTX16555.aamta11-winn.ispmail.ntl.com@jigsaw-sbs02.jigsawhq.com> for ; Thu, 23 Feb 2006 11:34:42 +0000 Received: from alfie.jigsawhq.com ([192.168.0.181]) by jigsaw-sbs02.jigsawhq.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 23 Feb 2006 11:33:28 +0000 From: Ashley Moran Organization: Codeweavers Ltd To: freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 11:33:22 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602231133.22224.ashley.moran@codeweavers.net> X-OriginalArrivalTime: 23 Feb 2006 11:33:28.0114 (UTC) FILETIME=[F72C5920:01C6386C] Subject: portsnap failing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 11:34:45 -0000 I'm trying to update my ports tree on a 6.0-RELEASE/amd64 machine. I get this error: Updating from Wed Feb 15 08:30:17 GMT 2006 to Thu Feb 23 10:20:03 GMT 2006. Fetching 3 metadata patches.. done. Applying metadata patches... done. Fetching 3 metadata files... /usr/sbin/portsnap: cannot open f1777c019669546744ef448c17531bdd125884253a6bf4b73f6e77001d7a0b12.gz: No such file or directory If I delete the portsnap files and try to fetch a new snapshot, I get this error instead: Fetching snapshot generated at Thu Feb 23 03:09:19 GMT 2006: f4b0454e7bce8a4decdb9190e22b8325a966e92005df5f 97% of 39 MB 118 kBps 00m08s fetch: transfer timed out Neither of my i386 boxes have this problem. Does anyone know where the issue lies? Ashley From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 11:56:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE0C16A420 for ; Thu, 23 Feb 2006 11:56:12 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6BD743D49 for ; Thu, 23 Feb 2006 11:56:11 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k1NBu6u56945; Thu, 23 Feb 2006 03:56:06 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Rob" , Date: Thu, 23 Feb 2006 03:56:06 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: <20060223103735.63335.qmail@web33304.mail.mud.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: Sendmail: "550 Relaying denied" after boot up; restart sendmail solves problem !?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 11:56:12 -0000 One possibility is that sendmail is doing a dns query during boot to find out what it's hostname is, this is failing because maybe networking isn't up yet. put your machine name and IP in /etc/hosts and try it again. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Rob >Sent: Thursday, February 23, 2006 2:38 AM >To: freebsd-questions@freebsd.org >Subject: Sendmail: "550 Relaying denied" after boot up;restart sendmail >solves problem !?! > > > >Hi, > >I have a weird problem with my mail server. >It's running 6-Stable as Feb. 23rd. > >After a boot up, sendmail refuses to deliver >emails with a > > reject=550 5.7.1 [...] Relaying denied > >When I then simply restart sendmail manually: > > /etc/rc.d/sendmail restart > >the problem is solved and email is correctly >delivered without any Relay denials. > > >Any idea what this can be? >And how to get this right immediately after >boot up? > >Thanks, >Rob. > > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.375 / Virus Database: 267.15.12/266 - Release >Date: 2/21/2006 > From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 12:02:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94BB816A420 for ; Thu, 23 Feb 2006 12:02:52 +0000 (GMT) (envelope-from a@zeos.net) Received: from fobos.ldc.net (fobos.ldc.net [213.160.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B47A43D64 for ; Thu, 23 Feb 2006 12:02:43 +0000 (GMT) (envelope-from a@zeos.net) Received: from privateew99bf2 (146-dup.ldc.net [213.160.136.146] (may be forged)) by fobos.ldc.net (8.13.5/8.13.5) with ESMTP id k1NC1fPP041204 for ; Thu, 23 Feb 2006 14:02:05 +0200 (EET) (envelope-from a@zeos.net) From: "a" To: Date: Thu, 23 Feb 2006 14:01:37 +0200 Message-ID: <001201c63870$f4d46290$9288a0d5@privateew99bf2> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Milter: Spamilter (Reciever: fobos.ldc.net; Sender-ip: 213.160.136.146; Sender-helo: privateew99bf2; ) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on fobos.ldc.net X-Virus-Status: Clean Subject: Can I use UTF-8 encoding at the FreeBSD console? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 12:02:53 -0000 Can I use UTF-8 encoding at the FreeBSD console? Elisej Babenko mailto:a@zeos.net From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 12:04:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B490B16A420 for ; Thu, 23 Feb 2006 12:04:10 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A3243D62 for ; Thu, 23 Feb 2006 12:04:05 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1NC3l4C019701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 23 Feb 2006 14:03:52 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1NC3NY6032650; Thu, 23 Feb 2006 14:03:23 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1NC3Mq9032649; Thu, 23 Feb 2006 14:03:22 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 23 Feb 2006 14:03:22 +0200 From: Giorgos Keramidas To: Rob Message-ID: <20060223120322.GA32645@flame.pc> References: <20060223103735.63335.qmail@web33304.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060223103735.63335.qmail@web33304.mail.mud.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.723, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.19, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, MANY_EXCLAMATIONS 0.78, PLING_QUERY 0.51) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail: "550 Relaying denied" after boot up; restart sendmail solves problem !?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 12:04:10 -0000 On 2006-02-23 02:37, Rob wrote: > > Hi, > > I have a weird problem with my mail server. > It's running 6-Stable as Feb. 23rd. > > After a boot up, sendmail refuses to deliver > emails with a > > reject=550 5.7.1 [...] Relaying denied > > When I then simply restart sendmail manually: > > /etc/rc.d/sendmail restart > > the problem is solved and email is correctly > delivered without any Relay denials. > > Any idea what this can be? > And how to get this right immediately after boot up? You haven't really told us anything that can help us understand that the *real* problem is. Are there interesting error messages in your `/var/log/maillog' file? What do these messages say? From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 12:05:19 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A5C516A423 for ; Thu, 23 Feb 2006 12:05:19 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B26A143D46 for ; Thu, 23 Feb 2006 12:05:18 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from fenrir.insrv.cf.ac.uk ([131.251.50.213]) by shrike.submonkey.net with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FCFDY-000AVr-6N; Thu, 23 Feb 2006 12:05:15 +0000 User-Agent: Microsoft-Entourage/11.2.0.050811 Date: Thu, 23 Feb 2006 12:04:36 +0000 From: Ceri Davies To: Bob Johnson , Message-ID: Thread-Topic: torrents.freebsd.org Thread-Index: AcY4cVCFj0CqNKRkEdqZRgAUUSJIlg== In-Reply-To: <54db43990602201534m232c0cecl539cc3b7a29714fa@mail.gmail.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: bobo1009@mailtest2.eng.ufl.edu Subject: Re: torrents.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 12:05:19 -0000 On 20/2/06 23:34, "Bob Johnson" wrote: > torrents.freebsd.org (216.136.204.113:8080) does not seem to be > accepting any connections. Neither ctorrent nor rtorrent will connect > to it, nor will a manual telnet connection. > > torrents.freebsd.org:8080 is the tracker specified in the torrent > files downloaded from > ftp.freebsd.org/pub/FreeBSD/torrents/6.0-RELEASE. > > Am I doing something wrong or is it down? It's down. There are no reliable statements as to when it will be back up, either. Ceri -- That must be wonderful! I don't understand it at all. -- Moliere From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 12:37:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA22716A420 for ; Thu, 23 Feb 2006 12:37:06 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A42243D45 for ; Thu, 23 Feb 2006 12:37:06 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060223123705.QTNZ13051.mta10.adelphia.net@barbish>; Thu, 23 Feb 2006 07:37:05 -0500 From: "fbsd_user" To: "ross" , Date: Thu, 23 Feb 2006 07:37:00 -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.6604 (9.0.2911.0) In-reply-to: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: changeing the port of the ftp server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 12:37:06 -0000 You would edit /etc/services to change the standard port numbers FTP uses. Say change port 20 & 21 to 35520 & 35521. You also must realize that your public internet users who want to access your FTP server must also change their FTP port numbers to the same ones you used in /etc/services before that can gain access to your FTP server. This method is one way to hide your FTP server from attack because you would only tell your trusted remote users what the new port numbers are. All public attackers would be using the standard port 20 & 21 to attack you. If you want your public remote users to access your FTP server without having to know the new port number, then this is no solution for you. Now I have not heard of any ISP blocking ports 20/21 before, so I am thinking maybe your firewall is blocking those port number. What test did you run to verify your ISP is blocking those ports? Does your ISP usage agreement say those ports are blocked? -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of ross Sent: Wednesday, February 22, 2006 11:59 PM To: freebsd-questions@freebsd.org Subject: changeing the port of the ftp server I can't for the life of me figure out how to change the port of my ftp server. My (crummy) ISP blocks port 21 and I would like to change the default port of the ftp server in order to give access to the outside world. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 13:39:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CDCD16A420 for ; Thu, 23 Feb 2006 13:39:52 +0000 (GMT) (envelope-from antennex@hotmail.com) Received: from hotmail.com (bay106-f11.bay106.hotmail.com [65.54.161.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7F343D82 for ; Thu, 23 Feb 2006 13:39:43 +0000 (GMT) (envelope-from antennex@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 23 Feb 2006 05:39:42 -0800 Message-ID: Received: from 65.54.161.200 by by106fd.bay106.hotmail.msn.com with HTTP; Thu, 23 Feb 2006 13:39:39 GMT X-Originating-IP: [65.68.247.73] X-Originating-Email: [antennex@hotmail.com] X-Sender: antennex@hotmail.com In-Reply-To: <200602231133.22224.ashley.moran@codeweavers.net> From: "Jack Stone" To: ashley.moran@codeweavers.net, freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 07:39:39 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 23 Feb 2006 13:39:42.0953 (UTC) FILETIME=[9A210D90:01C6387E] Cc: Subject: RE: portsnap failing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 13:39:52 -0000 > >I'm trying to update my ports tree on a 6.0-RELEASE/amd64 machine. I get >this >error: > >Updating from Wed Feb 15 08:30:17 GMT 2006 to Thu Feb 23 10:20:03 GMT 2006. >Fetching 3 metadata patches.. done. >Applying metadata patches... done. >Fetching 3 metadata files... /usr/sbin/portsnap: cannot open >f1777c019669546744ef448c17531bdd125884253a6bf4b73f6e77001d7a0b12.gz: No >such >file or directory > > >If I delete the portsnap files and try to fetch a new snapshot, I get this >error instead: > >Fetching snapshot generated at Thu Feb 23 03:09:19 GMT 2006: >f4b0454e7bce8a4decdb9190e22b8325a966e92005df5f 97% of 39 MB 118 kBps >00m08s >fetch: transfer timed out > > >Neither of my i386 boxes have this problem. Does anyone know where the >issue >lies? > >Ashley I don't think ports have anything to do with branches, although some ports may not have an amd64-compatible to use. The "make.conf" tells what CPU to make for. I *may* be all wet though and would be happy to be corrected. I have no problem with portsnap - using FBSD-6.0 with builtin portsnap. Jack _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 13:44:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F09516A420 for ; Thu, 23 Feb 2006 13:44:47 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2121E43D49 for ; Thu, 23 Feb 2006 13:44:47 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: by xproxy.gmail.com with SMTP id t14so44274wxc for ; Thu, 23 Feb 2006 05:44:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ON8/wuE1dJCHeI0Qv63W63XP1jbBTEecdX5oWMt4p+P0H1jRG95VEI9tczUHnIbAxi/a4ECZBbZZpek7q4/7FLjU8SV7SNvbe4ITTM7+5dhMzJjmx8d9IkOKYQf2re6Hw91fxg0BMnxQaFY5izmiOtrj5AQuV0lUY5uyMyFAZww= Received: by 10.70.15.7 with SMTP id 7mr3332233wxo; Thu, 23 Feb 2006 05:44:46 -0800 (PST) Received: by 10.70.7.16 with HTTP; Thu, 23 Feb 2006 05:44:46 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 19:14:46 +0530 From: "Jayesh Jayan" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Upgrading Freebsd 5.4 release to 5.4 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 13:44:47 -0000 Hi, We have 12 servers running freebsd. They are basically web servers having cpanel control panel. All these server are running FreeBSD 5.4 Release as of now. Now are thinkin= g of upgrading it to 5.4 Stable Please let me know the merits and demerits of the same. Do you feel it is good move to upgrade to the stable version. If it is suggested that I go for the upgrade which mode would suit the servers ? Awaiting all your valuable suggestions ... -- Jayesh Jayan "The box said "Requires Windows 95, NT, or better", so I installed Linux." Visit my homepage @ http://www.jayeshjayan.com From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 14:15:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C4016A420 for ; Thu, 23 Feb 2006 14:15:57 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: from smtp103.sbc.mail.re2.yahoo.com (smtp103.sbc.mail.re2.yahoo.com [68.142.229.102]) by mx1.FreeBSD.org (Postfix) with SMTP id 765E843D46 for ; Thu, 23 Feb 2006 14:15:57 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 57494 invoked from network); 23 Feb 2006 14:15:56 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp103.sbc.mail.re2.yahoo.com with SMTP; 23 Feb 2006 14:15:56 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 08:15:46 -0600 User-Agent: KMail/1.9.1 References: <1140659905.1984.20.camel@neuromancer.home.net> <200602222136.22120.donaldjoneill@gmail.com> <1140667149.4762.30.camel@neuromancer.home.net> In-Reply-To: <1140667149.4762.30.camel@neuromancer.home.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-14" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602230815.46972.donaldjoneill@gmail.com> Cc: Ow Mun Heng Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 14:15:58 -0000 On Wednesday 22 February 2006 21:59, Ow Mun Heng wrote: > On Wed, 2006-02-22 at 21:36 -0600, Donald J. O'Neill wrote: > > On Wednesday 22 February 2006 20:59, Ow Mun Heng wrote: > > > what about the dependency then? Ignore it? What if there are > > > "files" needed by xorg-clients? eg: libXX.so.Y and which is not > > > present in the new xterm? > > > > Since you want to replace it with a newer version, why are you > > worried about the dependencies. The newer version will take care of > > that. Of course, if you delete xterm and don't replace it, then you > > will have to handle the dependencies. > > So, I do pkg_del -f xterm and then a pkg_add -vr xterm-206_1 and it > will upgrade xorg-clients if needed? If yes, then Good. > No. It would only upgrade xterm. Xterm isn't dependent on xorg-clients. It's required by xorg-clients. So, that brings up a question. Are you really trying to upgrade xorg and xterm was the example you used? If that's the case, my advice would have been different. > > > > What you are trying to do is update using downloaded packages > > > > and that is going to work for you. You need to upgrade those > > > > packages using the ports system. > > > > > > IS or is not? > > > > Is or is not what? I don't understand what you're asking here. You > > need to use more than a 4 word question, of which 2 of the words > > are the same. It tends to be confusing. > > Sorry but You're confusing me too. Read your sentence "update using > downloaded packages and that is (?NOT?) going to work for you" > OK, I see what happened. I didn't put "not" in the sentence, as you pointed out. Since "not" is what I meant, I refused to see that it wasn't there, in fact my brain expected it to be there, and so when I looked at what you were asking, I saw it. Sorry. > > > Again, I don't want to compile it. I want the binary package. > > > It's available on the mirrors. > > > > No It's not. The port is available on the mirrors. So compile it, > > or leave the old one in place. > > lftp ftp.tw.frebsd.org > lftp ftp.tw.freebsd.org:/pub/FreeBSD/ports/i386/packages-6-stable/x11 > ls -l | grep xterm > lrwxr-xr-x Nov 28 09:12 xterm-206_1.tbz -> ../All/xterm-206_1.tbz > get xterm-206_1.tbz > quit > tar -v -t -f xterm-206_1.tar > -rw-r--r-- root/wheel 1560 2006-02-07 15:20:18 +CONTENTS > -rw-r--r-- root/wheel 42 2006-02-07 15:20:18 +COMMENT > -rw-r--r-- root/wheel 479 2006-02-07 15:20:18 +DESC > -r--r--r-- root/wheel 8654 2006-02-07 15:20:18 +MTREE_DIRS > -r--r--r-- root/wheel 1313 2006-02-07 15:19:55 > man/man1/resize.1.gz -r--r--r-- root/wheel 41772 2006-02-07 > 15:19:55 man/man1/xterm.1.gz -rwxr-xr-x root/wheel 10104 > 2006-02-07 15:19:54 bin/resize -rwxr-xr-x root/wheel 2118 > 2006-02-07 15:19:54 bin/uxterm -rws--x--x root/wheel 252996 > 2006-02-07 15:19:54 bin/xterm -r--r--r-- root/wheel 1527 > 2006-02-07 15:19:55 > lib/X11/app-defaults/UXTerm > -r--r--r-- root/wheel 6551 2006-02-07 15:19:55 > lib/X11/app-defaults/XTerm > -r--r--r-- root/wheel 4232 2006-02-07 15:19:55 > lib/X11/app-defaults/XTerm-color > > > > I'm proficient with the CLI, and being a long time Linux person, > > > I'm sad to say that FreeBSD ports/packages is really confusing to > > > me. > > > > Use Windows instead. All that takes is money. > > Why the sarcasm? > At that moment, I had a lapse of brain power. My fingers took control of the keyboard without interference from the part of my brain which says "DON'T do this. It's wrong to say something like that." And then they hit the send button and it was too late to retract it. I believe: once something is said or done, it cannot be unsaid or undone, it may be fixed, forgiven, but not forgotten. I'm sorry for the sarcasm. > > > > Available packages are not as up to date as the ports system > > > > is. > > > > > > Again, the package _is_ available and I've verified it. > > > Thanks > > > > I'm sorry. You've verified the port was available. The package is > > not. I just checked. > > See above. I too do my own verification before shooting emails out to > mail lists > OK, I see where you were looking. I looked in the wrong place. When you look in the right place, yes, it's there. > > At this point, I'm going to close my ears eyes to you. You've been > > given advice by me and others > > and I thank you and them for it. > > Thanks again. I hope that by this time, you've received enough information to do what you wanted to do. One thought just occurred to me. What is the output from 'uname -a', mine is: FreeBSD pres1750.mylan.net 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Wed Feb 8 08:20:10 CST 2006 root@pres1750.mylan.net:/usr/obj/usr/src/sys/PRES1750-i386 i386 You'll see that it has "FreeBSD 6.1-PRERELEASE" in it. If yours has "FreeBSD 6.0-RELEASE" in it. Then you can't install a package using "pkg_add -r 'some package'" for a package built for "FreeBSD 6.0-STABLE". You need to have 6.0-STABLE in order to install packages built for 6.0-STABLE. Don From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 14:25:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 624D816A420 for ; Thu, 23 Feb 2006 14:25:04 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C56A43D49 for ; Thu, 23 Feb 2006 14:24:53 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k1NENifA051892; Thu, 23 Feb 2006 08:24:05 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <43FDC563.7080203@daleco.biz> Date: Thu, 23 Feb 2006 08:23:31 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jayesh Jayan References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Freebsd 5.4 release to 5.4 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 14:25:04 -0000 Jayesh Jayan wrote: >Hi, > >We have 12 servers running freebsd. They are basically web servers having >cpanel control panel. > >All these server are running FreeBSD 5.4 Release as of now. Now are thinking >of upgrading it to 5.4 Stable > > >Please let me know the merits and demerits of the same. Do you feel it is >good move to upgrade to the stable version. > > The question is, will you ever go to 6.X ? I'd think that if they last very long, the answer might well be "yes". 5.5 will be the last RELEASE on the RELENG_5 branch. Moving to -STABLE might keep you closer to the targets in your future; consider someone who right now wants to get from 4.11 to 6.0 --- they have to make one rather tricky jump to, what, 5.2.1(?), RTFMG, and then hope that they don't need another intermediate bump to get *smoothly* to wherever RELENG_6 might be ATM. By "keeping up" a tad, you might be setting yourself up for smoother transitions in the future. YMMV, and all that. Have you considered simply tracking RELENG_5_4 (aka "security branch")? Should be very little risk involved, and a smooth transition to 5.5 or 6.X. Since you have a dozen servers, you might do well to set up a "testbed" machine and try everything out before touching your production boxes. But then, if you run 12 servers, you're probably already thinking about that. >If it is suggested that I go for the upgrade which mode would suit the >servers ? > > "Mode"?? Meaning, how to go about this process? Are they all identical? Are you using a GENERIC or identical kernel config on all? If so, it should be easy on you to do the "make buildworld" and "make buildkernel" steps on your testbed, export /usr/obj via NFS to your production machines, and simply have them mount this share and do the "make installkernel" and "make installworld" steps. IOW, just like the manual, but you do the hard work only once. >Awaiting all your valuable suggestions ... > >-- >Jayesh Jayan > > Heh. I doubt it was that valuable. Good luck! Kevin Kinsey -- Who to himself is law no law doth need, offends no law, and is a king indeed. -- George Chapman From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 14:36:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0524A16A420 for ; Thu, 23 Feb 2006 14:36:48 +0000 (GMT) (envelope-from tinguely@casselton.net) Received: from casselton.net (casselton.net [63.165.140.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F1943D48 for ; Thu, 23 Feb 2006 14:36:47 +0000 (GMT) (envelope-from tinguely@casselton.net) Received: from casselton.net (localhost [127.0.0.1]) by casselton.net (8.12.11/8.12.11) with ESMTP id k1NEaggM044573; Thu, 23 Feb 2006 08:36:42 -0600 (CST) (envelope-from tinguely@casselton.net) Received: (from tinguely@localhost) by casselton.net (8.12.11/8.12.11/Submit) id k1NEaguY044572; Thu, 23 Feb 2006 08:36:42 -0600 (CST) (envelope-from tinguely) Date: Thu, 23 Feb 2006 08:36:42 -0600 (CST) From: Mark Tinguely Message-Id: <200602231436.k1NEaguY044572@casselton.net> To: davel@compbook.co.uk, freebsd-questions@freebsd.org In-Reply-To: <43FD067B.4040604@compbook.co.uk> X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ccn.casselton.net Cc: Subject: Re: Page Fault - Wireless problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 14:36:48 -0000 > Unread portion of the kernel message buffer: > ural0: could not transmit buffer: SHORT_XFER > > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x4 > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc0667091 > stack pointer = 0x28:0xd33e4c00 > frame pointer = 0x28:0xd33e4c0c > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 32 (irq21: uhci0 uhci1+) > trap number = 12 > panic: page fault I am not a USB/Ralink expert, but it the node can be removed mid-transmission elsewhere (ural_free_tx_list) on input errors. I don't know about threading issues that would require extra locking as well: in sys/dev/usb/ --- if_ural.c.orig Sun Jan 29 08:16:36 2006 +++ if_ural.c Thu Feb 23 08:30:36 2006 @@ -881,8 +881,10 @@ m_freem(data->m); data->m = NULL; - ieee80211_free_node(data->ni); - data->ni = NULL; + if (data->ni != NULL) { + ieee80211_free_node(data->ni); + data->ni = NULL; + } sc->tx_queued--; ifp->if_opackets++; From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 14:37:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F12DE16A420 for ; Thu, 23 Feb 2006 14:37:32 +0000 (GMT) (envelope-from plz_daim@hotmail.com) Received: from hotmail.com (bay16-f8.bay16.hotmail.com [65.54.186.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF21043D49 for ; Thu, 23 Feb 2006 14:37:32 +0000 (GMT) (envelope-from plz_daim@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 23 Feb 2006 06:37:32 -0800 Message-ID: Received: from 67.131.237.13 by by16fd.bay16.hotmail.msn.com with HTTP; Thu, 23 Feb 2006 14:37:27 GMT X-Originating-IP: [213.84.212.27] X-Originating-Email: [plz_daim@hotmail.com] X-Sender: plz_daim@hotmail.com From: "Daim Willemse" To: freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 15:37:27 +0100 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 23 Feb 2006 14:37:32.0390 (UTC) FILETIME=[AE132060:01C63886] Subject: kernel compiling options question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 14:37:33 -0000 Hello all, On my fine FreeBSD 6.0 box I am running a wireless access point. I set up the interface and bridged it and all worked fine. After that I wanted to install ISDN4BSD. Therefor I compliled a new kernel after adding the ISDN4BSD code. The kernel compiled and it booted. However. In the process the bridge if has gone missing. I added the line " options BRIDGE" to the kernel configuration, but no bridging if. this is the typical feedback I receive: FBSD# ifconfig bridge0 create ifconfig: SIOCIFCREATE: Invalid argument What is the difference between the GENERIC kernel configuration and the stock kernel. What differences makes the bridge if gone missing? Thank you in advance. Daim From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 14:50:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3209616A420 for ; Thu, 23 Feb 2006 14:50:02 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F6C43D45 for ; Thu, 23 Feb 2006 14:50:01 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: by xproxy.gmail.com with SMTP id h26so54819wxd for ; Thu, 23 Feb 2006 06:50:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=jBQQLD5PSW+m9zjg8N4kkYJXouW1Djzk3y0bBEi1NaXF1zkYZfVtxwbs1vQ1I8K50uMv5MXEMn+rCPm6/I762xjNRD3ZUQpmuWe2Pr4Gkp1KZUl2Li19PbGjQMun7202iHvrh0A9xncYsi0aIC7segufTcZaHxgzg1nb2LQOUZ8= Received: by 10.70.13.14 with SMTP id 14mr7403526wxm; Thu, 23 Feb 2006 06:50:00 -0800 (PST) Received: by 10.70.7.16 with HTTP; Thu, 23 Feb 2006 06:50:00 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 20:20:00 +0530 From: "Jayesh Jayan" To: "Kevin Kinsey" In-Reply-To: <43FDC563.7080203@daleco.biz> MIME-Version: 1.0 References: <43FDC563.7080203@daleco.biz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Freebsd 5.4 release to 5.4 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 14:50:02 -0000 That was valuable in deed .... The 12 server are all identical but the problem is that the test machine which we will be using is not of the same class as that of the server. Then all the server run a custom built kernel and not the generic one. By "mode" I meant how to go about doing this process. Is it better to go th= e cvs way or the binary way ? Currently we have not yet thought of freebsd 6.0, we are thinking of making the servers bit more stable with the stable version.... We came to this conclusion because our servers do have a problem were the server gets rebooted automatically with put any reason ( I couldn't get any from the logs ) This issue is there with all the servers but the one server suffers the mos= t ( having a real bad uptime which is max of 2 days ) I hope to get more data on the same so that the transition is done smoothly .... On 2/23/06, Kevin Kinsey wrote: > > Jayesh Jayan wrote: > > >Hi, > > > >We have 12 servers running freebsd. They are basically web servers havin= g > >cpanel control panel. > > > >All these server are running FreeBSD 5.4 Release as of now. Now are > thinking > >of upgrading it to 5.4 Stable > > > > > >Please let me know the merits and demerits of the same. Do you feel it i= s > >good move to upgrade to the stable version. > > > > > > The question is, will you ever go to 6.X ? I'd think that if they last > very long, the answer might well be "yes". 5.5 will be the last RELEASE > on the RELENG_5 branch. Moving to -STABLE might keep you closer > to the targets in your future; consider someone who right now wants > to get from 4.11 to 6.0 --- they have to make one rather tricky jump > to, what, 5.2.1(?), RTFMG, and then hope that they don't need another > intermediate bump to get *smoothly* to wherever RELENG_6 might be ATM. > > By "keeping up" a tad, you might be setting yourself up for smoother > transitions in the future. YMMV, and all that. > > Have you considered simply tracking RELENG_5_4 (aka "security branch")? > Should be very little risk involved, and a smooth transition to 5.5 or 6.= X > . > > Since you have a dozen servers, you might do well to set up a "testbed" > machine and try everything out before touching your production boxes. > > But then, if you run 12 servers, you're probably already thinking about > that. > > >If it is suggested that I go for the upgrade which mode would suit the > >servers ? > > > > > > "Mode"?? Meaning, how to go about this process? Are > they all identical? Are you using a GENERIC or identical > kernel config on all? > > If so, it should be easy on you to do the "make buildworld" > and "make buildkernel" steps on your testbed, export /usr/obj > via NFS to your production machines, and simply have them > mount this share and do the "make installkernel" and "make > installworld" steps. IOW, just like the manual, but you do the > hard work only once. > > > >Awaiting all your valuable suggestions ... > > > >-- > >Jayesh Jayan > > > > > > Heh. I doubt it was that valuable. Good luck! > > Kevin Kinsey > > -- > Who to himself is law no law doth need, > offends no law, and is a king indeed. > -- George Chapman > > > -- Jayesh Jayan "The box said "Requires Windows 95, NT, or better", so I installed Linux." Visit my homepage @ http://www.jayeshjayan.com From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 14:52:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8951416A420 for ; Thu, 23 Feb 2006 14:52:17 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BBC443D53 for ; Thu, 23 Feb 2006 14:52:16 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id k1NEqFiU006336; Thu, 23 Feb 2006 09:52:15 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id k1NEqFlM006335; Thu, 23 Feb 2006 09:52:15 -0500 (EST) From: Jerry McAllister Message-Id: <200602231452.k1NEqFlM006335@clunix.cl.msu.edu> To: jayesh.freebsdlist@gmail.com (Jayesh Jayan) Date: Thu, 23 Feb 2006 09:52:15 -0500 (EST) In-Reply-To: X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Freebsd 5.4 release to 5.4 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 14:52:17 -0000 > > Hi, > > We have 12 servers running freebsd. They are basically web servers having > cpanel control panel. > > All these server are running FreeBSD 5.4 Release as of now. Now are thinking > of upgrading it to 5.4 Stable > Hmmm. I wouldn't call that an upgrade really. Except for a few possibly meaningful security patches, it is the same thing. You might well be much better served by upgrading to V6.0 or even waiting a couple of weeks and going to V6.1. It is scheduled for March 20 and it looks like things are pretty much keeping to schedule. > > Please let me know the merits and demerits of the same. Do you feel it is > good move to upgrade to the stable version. The stable version is really sort of an interim collection of the development version. It is generally felt to be "stable" with a general sense that everything will work together, but not necessarily ready to be considered a "release" which is a formally tested collection that generally also has the more active ports built and tested against it by the port maintainers. The stable version is only a little bit more together than the 'current' version which is really just a daily snapshot of the development tree with no particular assurance that everything works together - though FreeBSD is well enough put together that current tends to be workable. If you are determined to stick with 5.xxx for some reason, then go for 5.5 which is scheduled for April 3 or track RELENG_5 to get its latest security updates. But, I think you should move to 6.1 or at least RELENG_6. Do a complete fresh clean install of 6.1 and then start tracking the RELENG_6. > > If it is suggested that I go for the upgrade which mode would suit the > servers ? > I don't know what you mean by mode. ////jerry > > Awaiting all your valuable suggestions ... > > -- > Jayesh Jayan > > "The box said "Requires Windows 95, NT, or better", so I installed FreeBSD." > > Visit my homepage @ http://www.jayeshjayan.com From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 14:54:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD9B216A422 for ; Thu, 23 Feb 2006 14:54:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF0C43D5F for ; Thu, 23 Feb 2006 14:54:00 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1NErne5026657 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 23 Feb 2006 16:53:50 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1NErJDT066243; Thu, 23 Feb 2006 16:53:19 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1NErJbu066242; Thu, 23 Feb 2006 16:53:19 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 23 Feb 2006 16:53:19 +0200 From: Giorgos Keramidas To: Daim Willemse Message-ID: <20060223145319.GA66235@flame.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.368, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: kernel compiling options question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 14:54:07 -0000 On 2006-02-23 15:37, Daim Willemse wrote: > Hello all, > > On my fine FreeBSD 6.0 box I am running a wireless access point. I set up > the interface and bridged it and all worked fine. > > After that I wanted to install ISDN4BSD. Therefor I compliled a new kernel > after adding the ISDN4BSD code. The kernel compiled and it booted. > > However. In the process the bridge if has gone missing. I added the line " > options BRIDGE" to the kernel configuration, but no bridging if. this is > the typical feedback I receive: > > FBSD# ifconfig bridge0 create > ifconfig: SIOCIFCREATE: Invalid argument You're missing something. > What is the difference between the GENERIC kernel configuration and the > stock kernel. What differences makes the bridge if gone missing? None. Show us the kernel configuration file you used to build your kernel. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 14:57:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3A9E16A420 for ; Thu, 23 Feb 2006 14:57:50 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 333C543D46 for ; Thu, 23 Feb 2006 14:57:50 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: by xproxy.gmail.com with SMTP id h27so56367wxd for ; Thu, 23 Feb 2006 06:57:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Tq08Qm3loKh//NVaA73jz1hKeqH+xlceRPg/OI4JplM6lzwDIYdSD3/aZpblRYo81e+LdW+xDSzhqum2i6xNnCqSfb7xHFpSCx6zGwpAy9sn0oIXJ4CNaGrtNxWdja6GM6T6+nSsQvI+IOXyDDlwvtu6Ou5HzRjP/mlnlCGo69Q= Received: by 10.70.68.17 with SMTP id q17mr7450399wxa; Thu, 23 Feb 2006 06:57:49 -0800 (PST) Received: by 10.70.7.16 with HTTP; Thu, 23 Feb 2006 06:57:49 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 20:27:49 +0530 From: "Jayesh Jayan" To: "Jerry McAllister" In-Reply-To: <200602231452.k1NEqFlM006335@clunix.cl.msu.edu> MIME-Version: 1.0 References: <200602231452.k1NEqFlM006335@clunix.cl.msu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Freebsd 5.4 release to 5.4 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 14:57:51 -0000 By mode I meant -- > binary upgrade or cvs mode On 2/23/06, Jerry McAllister wrote: > > > > > Hi, > > > > We have 12 servers running freebsd. They are basically web servers > having > > cpanel control panel. > > > > All these server are running FreeBSD 5.4 Release as of now. Now are > thinking > > of upgrading it to 5.4 Stable > > > > Hmmm. I wouldn't call that an upgrade really. > Except for a few possibly meaningful security patches, it is > the same thing. > > You might well be much better served by upgrading to V6.0 or even > waiting a couple of weeks and going to V6.1. It is scheduled > for March 20 and it looks like things are pretty much keeping > to schedule. > > > > > Please let me know the merits and demerits of the same. Do you feel it > is > > good move to upgrade to the stable version. > > The stable version is really sort of an interim collection of > the development version. It is generally felt to be "stable" with a > general sense that everything will work together, but not necessarily > ready to be considered a "release" which is a formally tested collection > that generally also has the more active ports built and tested against > it by the port maintainers. > > The stable version is only a little bit more together than the 'current' > version which is really just a daily snapshot of the development tree wit= h > no particular assurance that everything works together - though FreeBSD i= s > well enough put together that current tends to be workable. > > If you are determined to stick with 5.xxx for some reason, then go > for 5.5 which is scheduled for April 3 or track RELENG_5 to get its > latest security updates. But, I think you should move to 6.1 or > at least RELENG_6. Do a complete fresh clean install of 6.1 and > then start tracking the RELENG_6. > > > > > If it is suggested that I go for the upgrade which mode would suit the > > servers ? > > > > I don't know what you mean by mode. > > ////jerry > > > > > Awaiting all your valuable suggestions ... > > > > -- > > Jayesh Jayan > > > > "The box said "Requires Windows 95, NT, or better", so I installed > FreeBSD." > > > > Visit my homepage @ http://www.jayeshjayan.com > -- Jayesh Jayan "The box said "Requires Windows 95, NT, or better", so I installed Linux." Visit my homepage @ http://www.jayeshjayan.com From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 15:08:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6934116A420 for ; Thu, 23 Feb 2006 15:08:29 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0965A43D48 for ; Thu, 23 Feb 2006 15:08:28 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id k1NF8RiU006414; Thu, 23 Feb 2006 10:08:28 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id k1NF8RkY006413; Thu, 23 Feb 2006 10:08:27 -0500 (EST) From: Jerry McAllister Message-Id: <200602231508.k1NF8RkY006413@clunix.cl.msu.edu> To: jayesh.freebsdlist@gmail.com (Jayesh Jayan) Date: Thu, 23 Feb 2006 10:08:27 -0500 (EST) In-Reply-To: X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Freebsd 5.4 release to 5.4 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 15:08:29 -0000 > > By mode I meant -- > binary upgrade or cvs mode If you go to V-6.xxx as suggested, then do a fresh install, that includes wiping the disk and freshly building the slices and partitions/file systems. Of course, do the appropriate backups first and verify them at least a little. If you are just doing a move to RELENG_5 then use CVS. ////jerry > > > On 2/23/06, Jerry McAllister wrote: > > > > > > > > Hi, > > > > > > We have 12 servers running freebsd. They are basically web servers > > having > > > cpanel control panel. > > > > > > All these server are running FreeBSD 5.4 Release as of now. Now are > > thinking > > > of upgrading it to 5.4 Stable > > > > > > > Hmmm. I wouldn't call that an upgrade really. > > Except for a few possibly meaningful security patches, it is > > the same thing. > > > > You might well be much better served by upgrading to V6.0 or even > > waiting a couple of weeks and going to V6.1. It is scheduled > > for March 20 and it looks like things are pretty much keeping > > to schedule. > > > > > > > > Please let me know the merits and demerits of the same. Do you feel it > > is > > > good move to upgrade to the stable version. > > > > The stable version is really sort of an interim collection of > > the development version. It is generally felt to be "stable" with a > > general sense that everything will work together, but not necessarily > > ready to be considered a "release" which is a formally tested collection > > that generally also has the more active ports built and tested against > > it by the port maintainers. > > > > The stable version is only a little bit more together than the 'current' > > version which is really just a daily snapshot of the development tree wit= > h > > no particular assurance that everything works together - though FreeBSD i= > s > > well enough put together that current tends to be workable. > > > > If you are determined to stick with 5.xxx for some reason, then go > > for 5.5 which is scheduled for April 3 or track RELENG_5 to get its > > latest security updates. But, I think you should move to 6.1 or > > at least RELENG_6. Do a complete fresh clean install of 6.1 and > > then start tracking the RELENG_6. > > > > > > > > If it is suggested that I go for the upgrade which mode would suit the > > > servers ? > > > > > > > I don't know what you mean by mode. > > > > ////jerry > > > > > > > > Awaiting all your valuable suggestions ... > > > > > > -- > > > Jayesh Jayan > > > > > > "The box said "Requires Windows 95, NT, or better", so I installed > > FreeBSD." > > > > > > Visit my homepage @ http://www.jayeshjayan.com > > > > > > -- > Jayesh Jayan > > "The box said "Requires Windows 95, NT, or better", so I installed Linux." > > Visit my homepage @ http://www.jayeshjayan.com > > ------=_Part_6303_26685538.1140706669115 > Content-Type: text/html; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > >
By mode I meant -- > binary upgrade or cvs mode


n class=3D"gmail_quote">On 2/23/06, Jerry McA= > llister <jerrymc@clunix= > .cl.msu.edu > > wrote:
t: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1= > ex;">>
> Hi,
>
> We have 12 servers running freebsd. T= > hey are basically web servers having >
> cpanel control panel.
>
> All these server are running= > FreeBSD 5.4 Release as of now. Now are thinking
> of upgrading it to= > 5.4 Stable
>

Hmmm.   I wouldn't call that an upgrad= > e really. >
Except for a few possibly meaningful security patches, it is
the sam= > e thing.

You might well be much better served by upgrading to V6.0 o= > r even
waiting a couple of weeks and going to V6.1.   It is sc= > heduled >
for March 20 and it looks like things are pretty much keeping
to sch= > edule.

>
> Please let me know the merits and demerits of th= > e same. Do you feel it is
> good move to upgrade to the stable versio= > n. >

The stable version is really sort of an interim collection of
th= > e development version.   It is generally felt to be "stable&= > quot; with a
general sense that everything will work together, but not n= > ecessarily >
ready to be considered a "release" which is a formally tested= > collection
that generally also has the more active ports built and test= > ed against
it by the port maintainers.

The stable version is only= > a little bit more together than the 'current' >
version which is really just a daily snapshot of the development tree w= > ith
no particular assurance that everything works together - though Free= > BSD is
well enough put together that current tends to be workable.
>
If you are determined to stick with 5.xxx for some reason, then go
f= > or 5.5 which is scheduled for April 3 or track RELENG_5 to get its
lates= > t security updates.   But, I think you should move to 6.1 or
a= > t least RELENG_6.    Do a complete fresh clean install = > of=20 > 6.1 and
then start tracking the RELENG_6.

>
> If it is s= > uggested that I go for the upgrade which mode would suit the
> server= > s ?
>

I don't know what you mean by mode.

////jerry >

>
> Awaiting all your valuable suggestions ...
>
= > > --
> Jayesh Jayan
>
> "The box said "Requi= > res Windows 95, NT, or better", so I installed FreeBSD."
> >
> Visit my homepage @ http://= > www.jayeshjayan.com



-- = >
Jayesh Jayan

"The box said "Requires Windows 95, NT, o= > r better", so I installed Linux." >

Visit my homepage @ http://w= > ww.jayeshjayan.com > > ------=_Part_6303_26685538.1140706669115-- > From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 15:09:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4A9416A420 for ; Thu, 23 Feb 2006 15:09:49 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) Received: from mail9.tpgi.com.au (mail9.tpgi.com.au [203.12.160.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC2E43D49 for ; Thu, 23 Feb 2006 15:09:48 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) X-TPG-Antivirus: Passed Received: from localhost (60-241-4-19.tpgi.com.au [60.241.4.19]) by mail9.tpgi.com.au (envelope-from shinjii@virusinfo.rdksupportinc.com) (8.13.4/8.13.4) with ESMTP id k1NF9kft008923 for ; Fri, 24 Feb 2006 02:09:47 +1100 From: Warren Liddell To: freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 15:09:32 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602231509.33058.shinjii@virusinfo.rdksupportinc.com> Subject: Converting a Regex into plain text X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 15:09:49 -0000 is there any pkg avilable that'll convert a regex into plain txt ? Presently i dont care if its windows based or FreeBSD based From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 15:13:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB7D716A420 for ; Thu, 23 Feb 2006 15:13:09 +0000 (GMT) (envelope-from poni1111@yahoo.com) Received: from web51701.mail.yahoo.com (web51701.mail.yahoo.com [206.190.38.219]) by mx1.FreeBSD.org (Postfix) with SMTP id 307CF43D48 for ; Thu, 23 Feb 2006 15:13:09 +0000 (GMT) (envelope-from poni1111@yahoo.com) Received: (qmail 13603 invoked by uid 60001); 23 Feb 2006 15:13:08 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=dcT0HEfvbA5JoBb9ESF+Jzlk+a2AruqgPc1wtC9UE1KzOF7raTLf18ntliZmgdEPxAtBZAicOYKlWMcF98AMPPpjBD5BvPKT2ZcmZguiHamIaia5wFHk2m5ynqg2joYw7ZYtCg2Gx9nP6aJH2uGtmdm9iFstLlwwEll8JiAqLDI= ; Message-ID: <20060223151308.13601.qmail@web51701.mail.yahoo.com> Received: from [86.55.10.26] by web51701.mail.yahoo.com via HTTP; Thu, 23 Feb 2006 07:13:08 PST Date: Thu, 23 Feb 2006 07:13:08 -0800 (PST) From: Andrei Iarus To: freebsd MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: arp: XXX is on rl0 but got reply from ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 15:13:09 -0000 I have read a lot about this error message, but I have another questions: What actually happens when this error occures? I mean what can this error lead to? Is it enough to switch the specific sysctl variable to stop the error (and all it can lead to)? I dont think so, then: Is the blocking of some of those packets the best solution to this problem? (In my case, the problem is because the 2 NICs are connected to the same network through the same switch). --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 15:28:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5AEC16A420 for ; Thu, 23 Feb 2006 15:28:32 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8368F43D46 for ; Thu, 23 Feb 2006 15:28:32 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id k1NFQoiU006498; Thu, 23 Feb 2006 10:26:50 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id k1NFQoPd006497; Thu, 23 Feb 2006 10:26:50 -0500 (EST) From: Jerry McAllister Message-Id: <200602231526.k1NFQoPd006497@clunix.cl.msu.edu> To: jayesh.freebsdlist@gmail.com (Jayesh Jayan) Date: Thu, 23 Feb 2006 10:26:50 -0500 (EST) In-Reply-To: X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Freebsd 5.4 release to 5.4 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 15:28:33 -0000 > > That was valuable in deed .... > > The 12 server are all identical but the problem is that the test machine > which we will be using is not of the same class as that of the server. > > Then all the server run a custom built kernel and not the generic one. > > By "mode" I meant how to go about doing this process. Is it better to go the > cvs way or the binary way ? > > Currently we have not yet thought of freebsd 6.0, we are thinking of making > the servers bit more stable with the stable version.... See, this is a misunderstanding of the way the word 'stable' is being used in regards to the FreeBSD versions. It is stable only in relation to the 'current' development track which is in almost complete flux as people work on it daily. But in comparrison to the RELEASE verion a STABLE version is not as "stable" (though it is usually pretty good). It is sort of an interim version with security patches and some of the new things that are being worked on. > We came to this conclusion because our servers do have a problem were the > server gets rebooted automatically with put any reason ( I couldn't get any > from the logs ) This is probably not related to the OS level at all. It is most likely some hardware or power stability issue, but could be some software thing if storage space or memory table space or some such is running out. > This issue is there with all the servers but the one server suffers the most > ( having a real bad uptime which is max of 2 days ) Any possibility you have something going that has a "memory leak"? ////jerry > > I hope to get more data on the same so that the transition is done smoothly > .... > From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 15:32:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F3116A422 for ; Thu, 23 Feb 2006 15:32:04 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4715A43D49 for ; Thu, 23 Feb 2006 15:32:03 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.4) id k1NFW1Uk093977; Thu, 23 Feb 2006 09:32:01 -0600 (CST) (envelope-from dan) Date: Thu, 23 Feb 2006 09:32:01 -0600 From: Dan Nelson To: a Message-ID: <20060223153201.GC55021@dan.emsphone.com> References: <001201c63870$f4d46290$9288a0d5@privateew99bf2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001201c63870$f4d46290$9288a0d5@privateew99bf2> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: Can I use UTF-8 encoding at the FreeBSD console? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 15:32:04 -0000 In the last episode (Feb 23), a said: > Can I use UTF-8 encoding at the FreeBSD console? No; since text consoles can only display 256 characters at a time anyway, it wouldn't do much good. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 15:43:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E56C316A420 for ; Thu, 23 Feb 2006 15:43:14 +0000 (GMT) (envelope-from davemac11@yahoo.com) Received: from web32813.mail.mud.yahoo.com (web32813.mail.mud.yahoo.com [68.142.206.43]) by mx1.FreeBSD.org (Postfix) with SMTP id 7F89A43D46 for ; Thu, 23 Feb 2006 15:43:14 +0000 (GMT) (envelope-from davemac11@yahoo.com) Received: (qmail 59208 invoked by uid 60001); 23 Feb 2006 15:43:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=yvF9IYMcqgT4A9FqkB4uKjS8gpMSdIQyc3aGKjE/PfCbIbR8nwWB8Ni4D+S1BWiZMehq2QK6PXcaAjT4QfARk93qppfLWlZyl+0wo2wRZc4Xwf1rHS2bYK4BDklqpX8k2fttah1yBaVt9t2zR+fsj6WgnQWEO1aNXTdPbqEVe1Q= ; Message-ID: <20060223154314.59206.qmail@web32813.mail.mud.yahoo.com> Received: from [165.138.38.80] by web32813.mail.mud.yahoo.com via HTTP; Thu, 23 Feb 2006 07:43:13 PST Date: Thu, 23 Feb 2006 07:43:13 -0800 (PST) From: Dave McCammon To: satyam@sklinks.com In-Reply-To: <96504960-2987-425A-84B7-DD7E2F385113@u.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: I've got spyware!!?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 15:43:15 -0000 --- Garrett Cooper wrote: > On Feb 23, 2006, at 12:19 AM, Joseph Vella wrote: > > > I just installed flash in Firefox. I was playing > around with the > > autoscrolling feature, when all of a sudden some > ugly website pops > > up. It > > was something I clicked with the mouse wheel. I > tried it again and > > sure > > enough the same site pops up. It was kind of > tricky to do. I had > > to be > > scrolling and then click real fast. I found that > if I turned off the > > autoscrolling, anytime I clicked in the browser > window with the > > mouse wheel > > this site would come up. On a couple of occasions > a page within the > > Microsoft site would come up instead. > > > > I deleted the mozilla directory in my home > directory. After that > > the first > > three clicks of my mouse wheel would cause the > Microsoft page to > > come up, > > after that the other site would come up. > > > > How could there be spyware on my FreeBSD computer > and how do I get > > rid of it? > > Not sure if this is true for FreeBSD, but try > deleting the > ~/.macromedia directory and see what happens. This > may remove any > unwanted cached flash apps. > Interesting though. If this persists, someone may > have found and > exploited a security issue with Flash =\... > -Garrett I think it is something in Firefox. I see the same thing. When the middle mouse button is clicked on a page, it goes to a seemingly random page.(Notice seemingly) It looks like it can be disable by typeing "about:config" in the address bar of firefox and changing the middlemouse.contentloadurl to false. Also, google "middlemouse.contentloadurl" for what it does. It has something to do with loading clipboard contents as URL. Read https://bugzilla.mozilla.org/show_bug.cgi?id=216899. There is a mention of a "Google "I'm Feeling Lucky"" search being done, which may be what you are seeing. Dave __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 15:50:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC09A16A420 for ; Thu, 23 Feb 2006 15:50:56 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A87E43D45 for ; Thu, 23 Feb 2006 15:50:55 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 6862 invoked from network); 23 Feb 2006 15:50:53 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.145.18]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 23 Feb 2006 15:50:53 -0000 Date: Thu, 23 Feb 2006 16:50:48 +0100 From: Fabian Keil To: Warren Liddell Message-ID: <20060223165048.133f9b82@localhost> In-Reply-To: <200602231509.33058.shinjii@virusinfo.rdksupportinc.com> References: <200602231509.33058.shinjii@virusinfo.rdksupportinc.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.6; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_nllWhiqUYOtcnw5XwMSJvD1; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: Converting a Regex into plain text X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 15:50:57 -0000 --Sig_nllWhiqUYOtcnw5XwMSJvD1 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Warren Liddell wrote: > is there any pkg avilable that'll convert a regex into plain txt ? What do you mean? What would the plain text translation of=20 <(div|p)[^>]*(id|class)=3D\"(Ad.*|Logo|SidebarAds|Tips|Item)\" be? Fabian --=20 http://www.fabiankeil.de/ --Sig_nllWhiqUYOtcnw5XwMSJvD1 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD/dnpjV8GA4rMKUQRAsyNAKCNqfjrEX2fvzjQr2S0mM3JwUUaNgCg4GSf X/4r4Qk/XAJBtpGNDdyLE2E= =ueV+ -----END PGP SIGNATURE----- --Sig_nllWhiqUYOtcnw5XwMSJvD1-- From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 15:53:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B820B16A420 for ; Thu, 23 Feb 2006 15:53:13 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C2A943D6D for ; Thu, 23 Feb 2006 15:53:08 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 3EA335C94; Thu, 23 Feb 2006 10:53:08 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11586-07; Thu, 23 Feb 2006 10:53:07 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-199-129.ny325.east.verizon.net [68.160.199.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 639475C28; Thu, 23 Feb 2006 10:53:07 -0500 (EST) Message-ID: <43FDDA6A.8010106@mac.com> Date: Thu, 23 Feb 2006 10:53:14 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Warren Liddell References: <200602231509.33058.shinjii@virusinfo.rdksupportinc.com> In-Reply-To: <200602231509.33058.shinjii@virusinfo.rdksupportinc.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Converting a Regex into plain text X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 15:53:13 -0000 Warren Liddell wrote: > is there any pkg avilable that'll convert a regex into plain txt ? No. Most regular expressions cannot be expressed as finite plain text strings, that is why regex is used in the first place. > Presently i dont care if its windows based or FreeBSD based Hmm. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 15:53:17 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB22616A420 for ; Thu, 23 Feb 2006 15:53:17 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA7143D72 for ; Thu, 23 Feb 2006 15:53:13 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from PC02.xxiii.com (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.4/8.13.4) with ESMTP id k1NFrBYr009425; Thu, 23 Feb 2006 10:53:11 -0500 (EST) (envelope-from wc_fbsd@xxiii.com) From: wc_fbsd@xxiii.com Message-Id: <6.2.5.6.2.20060223104649.03202fc0@xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Thu, 23 Feb 2006 10:53:13 -0500 To: "Lei Sun" , questions@freebsd.org In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Problem connecting a freebsd server using ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 15:53:18 -0000 At 03:50 AM 2/23/2006, Lei Sun wrote: >1. ssh from Freebsd_A to Freebsd_B: I got "Read from socket failed: >Connection reset by peer" error. >2. ssh from windows xp (putty) to Freebsd_B: logs me in fine >3. try to ssh from Freebsd_A to Freebsd_B again, got the same error I didn't did through your logs extensively. But when I've run into similar problems recently, it's usually because one of the clients is using an older ( < v2) of the protocol. At some point back in fBSD 5.x support for the less-secure v1 ssh protocol became disabled by default. Try editing /etc/ssh/sshd_config and look for a "Protocol" option. Try setting it to "Protocol 1,2" However, the level one supposedly has some security holes, and you might not want to use it over the public Internet. I just use it with my stupid windoze client that only does level one, to connect over our own LAN, so I don't care. -Wayne From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 15:54:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A63E16A420 for ; Thu, 23 Feb 2006 15:54:31 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) Received: from mail7.tpgi.com.au (mail7.tpgi.com.au [203.12.160.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD0DF43D67 for ; Thu, 23 Feb 2006 15:54:25 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) X-TPG-Antivirus: Passed Received: from localhost (60-241-4-19.tpgi.com.au [60.241.4.19]) by mail7.tpgi.com.au (envelope-from shinjii@virusinfo.rdksupportinc.com) (8.13.4/8.13.4) with ESMTP id k1NFsEdi018440; Fri, 24 Feb 2006 02:54:16 +1100 From: Warren Liddell To: Fabian Keil Date: Thu, 23 Feb 2006 15:54:00 +0000 User-Agent: KMail/1.9.1 References: <200602231509.33058.shinjii@virusinfo.rdksupportinc.com> <20060223165048.133f9b82@localhost> In-Reply-To: <20060223165048.133f9b82@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602231554.01009.shinjii@virusinfo.rdksupportinc.com> Cc: freebsd-questions@freebsd.org Subject: Re: Converting a Regex into plain text X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 15:54:31 -0000 On Thursday 23 February 2006 15:50, Fabian Keil wrote: > Warren Liddell wrote: > > is there any pkg avilable that'll convert a regex into plain txt ? > > What do you mean? What would the plain text translation of > > <(div|p)[^>]*(id|class)=\"(Ad.*|Logo|SidebarAds|Tips|Item)\" > > be? > > Fabian @$$@2|@()[|\|@@<|1|/\|)[|\|1=||_|0/`|\|@(32|3|-|/X\ The above is the regex .. im looking to convert it or something to soem sort of human readable format. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 15:59:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9605316A420 for ; Thu, 23 Feb 2006 15:59:27 +0000 (GMT) (envelope-from chip.gwyn@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A08A43D46 for ; Thu, 23 Feb 2006 15:59:27 +0000 (GMT) (envelope-from chip.gwyn@gmail.com) Received: by zproxy.gmail.com with SMTP id n29so84140nzf for ; Thu, 23 Feb 2006 07:59:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=cJmp5TX8X5Wbkhkb+t4ZRf6wZ7qSrmskaBgPNYkGDib1Cd0zFa2terQ/qHJN8cvZhc45xxG4paehedwosoaOMexlRBIc+CYKSXisssDgUpWs32itafatmSn4Rx6vc61o6BVDlHvfl6v1+CTbJFXWBtxi1Sm3t9UBI9zX/nXmHNc= Received: by 10.64.10.6 with SMTP id 6mr2933242qbj; Thu, 23 Feb 2006 07:59:26 -0800 (PST) Received: by 10.64.143.5 with HTTP; Thu, 23 Feb 2006 07:59:26 -0800 (PST) Message-ID: <64a8ad980602230759x18115c16uc8ed31f69a413818@mail.gmail.com> Date: Thu, 23 Feb 2006 10:59:26 -0500 From: chip To: "Warren Liddell" In-Reply-To: <200602231509.33058.shinjii@virusinfo.rdksupportinc.com> MIME-Version: 1.0 References: <200602231509.33058.shinjii@virusinfo.rdksupportinc.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Converting a Regex into plain text X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 15:59:27 -0000 On 2/23/06, Warren Liddell wrote: > > is there any pkg avilable that'll convert a regex into plain txt ? > > Presently i dont care if its windows based or FreeBSD based > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Take a look at RegEx Coach it has several ways to express what the regex string is doing. It's got lots of other neat tools as well: http://www.weitz.de/regex-coach/ --chip -- Just my $.02, your mileage may vary, batteries not included, etc.... From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 16:04:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2EA116A420 for ; Thu, 23 Feb 2006 16:04:25 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) Received: from mail4.tpgi.com.au (mail4.tpgi.com.au [203.12.160.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A4E43D45 for ; Thu, 23 Feb 2006 16:04:24 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) X-TPG-Antivirus: Passed Received: from localhost (60-241-4-19.tpgi.com.au [60.241.4.19]) by mail4.tpgi.com.au (envelope-from shinjii@virusinfo.rdksupportinc.com) (8.13.4/8.13.4) with ESMTP id k1NG4LO4021966; Fri, 24 Feb 2006 03:04:23 +1100 From: Warren Liddell To: freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 16:04:07 +0000 User-Agent: KMail/1.9.1 References: <200602231509.33058.shinjii@virusinfo.rdksupportinc.com> <64a8ad980602230759x18115c16uc8ed31f69a413818@mail.gmail.com> In-Reply-To: <64a8ad980602230759x18115c16uc8ed31f69a413818@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602231604.08301.shinjii@virusinfo.rdksupportinc.com> Cc: chip Subject: Re: Converting a Regex into plain text X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 16:04:26 -0000 > Take a look at RegEx Coach it has several ways to express what the regex > string is doing. It's got > lots of other neat tools as well: > http://www.weitz.de/regex-coach/ > > --chip > -- > Just my $.02, your mileage may vary, batteries not included, etc.... Thanks, i'll give it a shot. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 16:08:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C53E16A420 for ; Thu, 23 Feb 2006 16:08:36 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1847343D48 for ; Thu, 23 Feb 2006 16:08:35 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (unknown[208.206.151.59]) by comcast.net (rwcrmhc11) with ESMTP id <20060223160834m110099o3ce>; Thu, 23 Feb 2006 16:08:35 +0000 Message-ID: <43FDDE01.60707@computer.org> Date: Thu, 23 Feb 2006 10:08:33 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: "Marc G. Fournier" References: <20060222212054.Q1931@ganymede.hub.org> In-Reply-To: <20060222212054.Q1931@ganymede.hub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: OpenVPN in QEMU on FreeBSD 6.x ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 16:08:36 -0000 Marc G. Fournier wrote: > > Did some searching tonight, to see what was available as an OSS > alternative to VMWare, and came across QEMU ... what I'm interested in > doing is running a QEMU vServer that runs FreeBSD inside of it, and will > support having outside connections talking to it as a VPN "hub(?)" ... > basically, I don't want to have to futz at the Host OS level, only the > Client OS level, as far as networking is concerned ... > Good chance I can't help.... I'm just curious. You want to have a VPN endpoint running in FreeBSD as a guest OS within Qemu, on a FreeBSD host? You want it in Qemu so you don't have to modify the host's network setup and/or install the necessary software? In any case, take a look here (if you haven't already): http://www.qemu.org/qemu-doc.html#SEC20 Might find something useful. The Qemu site states "The QEMU VM behaves as if it was behind a firewall which blocks all incoming connections." So on first glance, its sounds as if it might not be supported. But I'd read over the docs in more detail if I were you. > Wishful thinking, or does this make sense? Has anyone done it? > Pointers to docs on this, if so? > > Thx ... > > ---- > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) > Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 16:10:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBF1716A420 for ; Thu, 23 Feb 2006 16:10:23 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A71443D48 for ; Thu, 23 Feb 2006 16:10:22 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [IPv6:::1] (localhost.internetinsite.com [IPv6:::1]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1NGAMKI070180 for ; Thu, 23 Feb 2006 08:10:22 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43FDDE6E.8020706@chrismaness.com> Date: Thu, 23 Feb 2006 08:10:22 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060207) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: CVSUP ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 16:10:23 -0000 I have a question in regards to CVSUP. Does it sometimes not delete old files. I did a sync on my ports. I built CUPS and the install scripts were putting files in the wrong place. I fixed it by manually deleting the cups directory and getting the fresh tarballs from from the ports site. I had just synced two weeks ago. I just thought this behavior was strange. Can anyone shed light on this? Thanks Chris Maness From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 16:14:12 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C72F16A420 for ; Thu, 23 Feb 2006 16:14:12 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13BB443D46 for ; Thu, 23 Feb 2006 16:14:10 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: by nproxy.gmail.com with SMTP id c29so83564nfb for ; Thu, 23 Feb 2006 08:14:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rdd6pAcLTU+KCjiOn46Iku1imN7HRPQ8BtpnMWEq0bldxWFhLdgXa/ugabXAdPjYHu35ebGej2VxG1rZop9pcr4gC9wnmSMxWCXGfKQFYd+y65zzTsrBezOVSTGbGnveJ7EmDvGRGZBR8jj4u1tR3G8mvl7XP9ROJLVOLgm6ilE= Received: by 10.48.49.13 with SMTP id w13mr2388883nfw; Thu, 23 Feb 2006 08:14:09 -0800 (PST) Received: by 10.49.80.9 with HTTP; Thu, 23 Feb 2006 08:14:09 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 08:14:09 -0800 From: "Lei Sun" To: "wc_fbsd@xxiii.com" In-Reply-To: <6.2.5.6.2.20060223104649.03202fc0@xxiii.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6.2.5.6.2.20060223104649.03202fc0@xxiii.com> Cc: questions@freebsd.org Subject: Re: Problem connecting a freebsd server using ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 16:14:12 -0000 Actually, both of them are releng_6-p4, and I had no problem connecting in both directions before Freebsd_B is put into the data center. Any more help or suggestions would be gladly appreciated. Thanks Lei On 2/23/06, wc_fbsd@xxiii.com wrote: > At 03:50 AM 2/23/2006, Lei Sun wrote: > >1. ssh from Freebsd_A to Freebsd_B: I got "Read from socket failed: > >Connection reset by peer" error. > >2. ssh from windows xp (putty) to Freebsd_B: logs me in fine > >3. try to ssh from Freebsd_A to Freebsd_B again, got the same error > > I didn't did through your logs extensively. But when I've run into > similar problems recently, it's usually because one of the clients is > using an older ( < v2) of the protocol. At some point back in fBSD > 5.x support for the less-secure v1 ssh protocol became disabled by defaul= t. > > Try editing /etc/ssh/sshd_config and look for a "Protocol" > option. Try setting it to "Protocol 1,2" However, the level one > supposedly has some security holes, and you might not want to use it > over the public Internet. I just use it with my stupid windoze > client that only does level one, to connect over our own LAN, so I don't = care. > > -Wayne > > From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 16:15:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBA2516A420 for ; Thu, 23 Feb 2006 16:15:57 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3199043D45 for ; Thu, 23 Feb 2006 16:15:57 +0000 (GMT) (envelope-from jayesh.freebsdlist@gmail.com) Received: by xproxy.gmail.com with SMTP id t16so69975wxc for ; Thu, 23 Feb 2006 08:15:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=FId5QaDMUI02MvaRp1u3/y5IRyoc9xIU4YrCxmG9n74PP2AgrDrjFXRKfXZCjHlJsY5tAjM6db+w5XSzCG5nm4tBSEgrcfCiLSBd9s4L32GXpbIcCHezGo6UYPo0011ImDt/HKGAgaZevjU702xPwvmwHzEAHGyvlUYvukrbpzM= Received: by 10.70.30.7 with SMTP id d7mr617410wxd; Thu, 23 Feb 2006 08:15:55 -0800 (PST) Received: by 10.70.7.16 with HTTP; Thu, 23 Feb 2006 08:15:55 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 21:45:55 +0530 From: "Jayesh Jayan" To: "Jerry McAllister" In-Reply-To: <200602231526.k1NFQoPd006497@clunix.cl.msu.edu> MIME-Version: 1.0 References: <200602231526.k1NFQoPd006497@clunix.cl.msu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Freebsd 5.4 release to 5.4 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 16:15:57 -0000 All are Dell Poweredge servers with identical specification. I did check the message logs an couldn't find any problem What are the other aspects which I need to check so as to find a solution. On 2/23/06, Jerry McAllister wrote: > > > > > That was valuable in deed .... > > > > The 12 server are all identical but the problem is that the test machin= e > > which we will be using is not of the same class as that of the server. > > > > Then all the server run a custom built kernel and not the generic one. > > > > By "mode" I meant how to go about doing this process. Is it better to g= o > the > > cvs way or the binary way ? > > > > Currently we have not yet thought of freebsd 6.0, we are thinking of > making > > the servers bit more stable with the stable version.... > > See, this is a misunderstanding of the way the word 'stable' is being > used in regards to the FreeBSD versions. It is stable only in relation > to the 'current' development track which is in almost complete flux as > people work on it daily. But in comparrison to the RELEASE verion > a STABLE version is not as "stable" (though it is usually pretty good). > It is sort of an interim version with security patches and some of the > new things that are being worked on. > > > We came to this conclusion because our servers do have a problem were > the > > server gets rebooted automatically with put any reason ( I couldn't get > any > > from the logs ) > > This is probably not related to the OS level at all. It is most likely > some hardware or power stability issue, but could be some software > thing if storage space or memory table space or some such is running out. > > > This issue is there with all the servers but the one server suffers the > most > > ( having a real bad uptime which is max of 2 days ) > > Any possibility you have something going that has a "memory leak"? > > ////jerry > > > > > I hope to get more data on the same so that the transition is done > smoothly > > .... > > > > > -- Jayesh Jayan "The box said "Requires Windows 95, NT, or better", so I installed Linux." Visit my homepage @ http://www.jayeshjayan.com From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 16:24:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE69316A420 for ; Thu, 23 Feb 2006 16:24:16 +0000 (GMT) (envelope-from rob@roblytle.org) Received: from smtpout09-04.prod.mesa1.secureserver.net (smtpout09-04.prod.mesa1.secureserver.net [64.202.165.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 3882843D45 for ; Thu, 23 Feb 2006 16:24:16 +0000 (GMT) (envelope-from rob@roblytle.org) Received: (qmail 18374 invoked from network); 23 Feb 2006 16:24:15 -0000 Received: from unknown (24.20.8.31) by smtpout09-04.prod.mesa1.secureserver.net (64.202.165.17) with ESMTP; 23 Feb 2006 16:24:14 -0000 Date: Thu, 23 Feb 2006 08:23:31 -0800 From: Rob To: freebsd-questions@freebsd.org Message-Id: <20060223082331.74053568.rob@roblytle.org> Organization: LKA X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Duane Whitty Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 16:24:16 -0000 Rob wrote: > On Wed, 22 Feb 2006 20:27:20 +0200 > Giorgos Keramidas wrote: > >> On 2006-02-22 10:17, Rob wrote: >>> I have been trying to figure out how to set the display name on my >>> computer. I have a program used with Xorg that gives me the error >>> message: >>> >>> _X11TransSocketINETConnect() can't get address for xenon:6000: hostname nor servname provided, or not known >>> Error: Can't open display: xenon:0.0 >>> >>> also when starting or stopping Xorg I either get: >>> >>> bad display name "xenon:0" in "remove" command or >>> bad display name "xenon:0 in "list" command >> Your laptop can't resolve the name "xenon". >> >>> I have my XDISPLAY env variable set using (in Bash): >>> >>> DISPLAY=xenon:0.0 export DISPLAY >>> >>> xenon is the name of the machine >>> >>> I think part of the problem is the setting of the hostname. This laptop >>> runs off of DHCP and I am not really sure about what I should do for >>> setting the hostname. The manual says to set HOSTNAME="" in rc.conf if >>> using DHCP, but then I get the amnesiac message upon boot. Sendmail >>> doesn't like that either and hangs during the boot process. So I just >>> set it arbitrarily to "xenon" >> Note that the capitalization of rc.conf variables is *significant*. The >> real rc.conf variable that you have to set to avoid the "Amnesiac" name is: >> >> hostname="xenon" >> >>> I have read manual pages, searched the archives, but I am really confused >>> about all of this. Thank you for any help. >> All this can be resolved by using `/etc/hosts'. Just add your hostname >> there and point it to the 127.0.0.1 address. Then all programs should be >> able to resolve it. >> >> >> > Thanks Giorgios, > > I think that I have the hostname problem resolved. rc.conf has hostname="xenon" and > /etc/hosts has: 127.0.0.1 localhost xenon > > So now Xorg does not give errors on startup or shutdown like the >>> bad display name "xenon:0" in "remove" command or >>> bad display name "xenon:0 in "list" command > > But when not setting the DISPLAY variable explicitely anywhere I still get the error: > "out of display lists" upon starting the program I want from xterm > > But then setting DISPLAY=xenon:0.0 export DISPLAY and then executing the program then gives the error: > > "Can't open display: xenon:0.0" so I guess I am back to square one. > > Maybe I should call it a day and rest, haha. > > Thanks, > > Rob > > > > Hi, Sorry if you get this twice Rob as I mistakenly sent my reply only to you without including the list I had the same problem. Add this line to your .xinitrc file xdpyinfo -display :0.0 The hostname is not specified. --Duane -------------------------------- Hi Duane, I put the line you suggest into .xinitrc, but I still have the same problem. I also went into /etc/hosts after doing this and tried two ways of setting hosts: 1. 127.0.0.1 localhost xenon 2 127.0.0.1 localhost But I am still seeing the "out of display lists" message. It seems like the xdpyinfo command does not do anything. The only thing that I have done which changes the error message is to set /etc/rc.conf hostname="xenon" Then in .bash_profile put "DISPLAY=xenon:0.0 export DISPLAY" Then I get the different error message: "_X11TransSocketINETConnect() can't get address for xenon:6000: hostname nor servname provided, or not known Error: Can't open display: xenon:0.0" So I guess now I have tried every combination of the following: setting hostname in rc.conf to either "" or "xenon" setting "DISPLAY=xenon:0.0" or leaving that line out in .bash_profile And finally, putting in xinitrc "xdpyinfo -display :0.0 or just leaving that line out. So I am still baffled. Sincerely, Rob. -- ----------------------- http://www.roblytle.org Rob Lytle Home Page From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 16:24:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F18A016A422 for ; Thu, 23 Feb 2006 16:24:23 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6484F43D46 for ; Thu, 23 Feb 2006 16:24:23 +0000 (GMT) (envelope-from wc_fbsd@xxiii.com) Received: from PC02.xxiii.com (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.4/8.13.4) with ESMTP id k1NGOMIm009616 for ; Thu, 23 Feb 2006 11:24:22 -0500 (EST) (envelope-from wc_fbsd@xxiii.com) From: wc_fbsd@xxiii.com Message-Id: <6.2.5.6.2.20060223111821.03344c00@xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Thu, 23 Feb 2006 11:24:24 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <43FA0FA9.4040508@tundraware.com> References: <43F73BFD.3080702@computer.org> <6.2.5.6.2.20060220133249.026ebae8@xxiii.com> <43FA0FA9.4040508@tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Solved, thanks! And a hot software tip (was: How to remove Boot Menu) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 16:24:24 -0000 Hi.... thanks to everyone who responded, Esp Tim D. on my question about removing the FBSD boot manager. A plain old DOS FDISK /MBR zapped it, and left my BSD installation untouched. Problem is.... yet again, I needed a dang DOS boot disk. I've been thinking for years it would be cool to have a boot CD-Rom instead, that could load up into a ram disk, yada, yada.... Well someone already did it, and did a damn thorough job: The Ultimate Boot CD http://www.ultimatebootcd.com/ is a must-have piece of free-ware for anyone maintaining "win-tel" PCs, regardless of the operating system in use. See the site for a complete list. But basically the guy has pulled together dozens of manufacturer specific diagnostics, firmware flashers, etc onto one CD that can run them directly, or get you a shell in dos or linux, and be able to mount pretty much any file system out there. Good Stuff! Check it out. And [maybe] finally trash those floppies for good. -Wayne From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 16:39:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A9D316A420 for ; Thu, 23 Feb 2006 16:39:22 +0000 (GMT) (envelope-from rob@roblytle.org) Received: from smtpout08-04.prod.mesa1.secureserver.net (smtpout08-04.prod.mesa1.secureserver.net [64.202.165.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 18A9343D45 for ; Thu, 23 Feb 2006 16:39:19 +0000 (GMT) (envelope-from rob@roblytle.org) Received: (qmail 20671 invoked from network); 23 Feb 2006 16:39:16 -0000 Received: from unknown (24.20.8.31) by smtpout08-04.prod.mesa1.secureserver.net (64.202.165.12) with ESMTP; 23 Feb 2006 16:39:16 -0000 Date: Thu, 23 Feb 2006 08:38:32 -0800 From: Rob To: freebsd-questions@freebsd.org Message-Id: <20060223083832.5f39a51c.rob@roblytle.org> Organization: LKA X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Giorgos Keramidas Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 16:39:22 -0000 On 2006-02-22 13:07, Rob wrote: >On Wed, 22 Feb 2006 20:27:20 +0200 >Giorgos Keramidas wrote: >>> I have read manual pages, searched the archives, but I am really confused >>> about all of this. Thank you for any help. >> >> All this can be resolved by using `/etc/hosts'. Just add your hostname >> there and point it to the 127.0.0.1 address. Then all programs should be >> able to resolve it. > > Thanks Giorgios, > > I think that I have the hostname problem resolved. rc.conf has > hostname="xenon" and /etc/hosts has: 127.0.0.1 localhost xenon That's quite fine :) > So now Xorg does not give errors on startup or shutdown like the > > > bad display name "xenon:0" in "remove" command or > > > bad display name "xenon:0 in "list" command > > But when not setting the DISPLAY variable explicitely anywhere I still > get the error: "out of display lists" upon starting the program I want > from xterm > > But then setting DISPLAY=xenon:0.0 export DISPLAY and then executing > the program then gives the error: > > "Can't open display: xenon:0.0" so I guess I am back to square one. > > Maybe I should call it a day and rest, haha. Just a wild guess, since I don't see why you should have problems running programs like: Can't open display: xenon:0.0 Are you running X11 as a plain user and having problems to run programs *after* using su(1) to become root or does this happen for all users in all terminals? - Giorgos -------------------- Hi Giorgos, I am trying to run a program from xterm as a normal user. However, when su'ing in xterm, I am unable to run any programs. Then I get the error: "Xlib: connection to ":0.0" refused by server Xlib: No protocol specified Error: Can't open display: :0.0 setting for csh as root: setenv DISPLAY xenon:0.0 then gives the error message: _XTransSocketINETConnect() can't get address for xenon:6000: hostname nor server name provided, or not known Error: Can't open display xenon:0.0 I seem to remember never being able to su in xterm and be able to run any programs no matter what combination of settings I have used. I also think that the error messages might have been different but I am starting to lose track of the error messages for combinations of settings for hostname, DISPLAY, etc. I probably need to start putting all of this down on paper so I can find any patterns. Rob. -- ----------------------- http://www.roblytle.org Rob Lytle Home Page From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 16:41:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E334416A420 for ; Thu, 23 Feb 2006 16:41:50 +0000 (GMT) (envelope-from mscandian@freebsdbrasil.com.br) Received: from capeta.freebsdbrasil.com.br (vrrp.freebsdbrasil.com.br [200.210.70.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 88B7543D49 for ; Thu, 23 Feb 2006 16:41:46 +0000 (GMT) (envelope-from mscandian@freebsdbrasil.com.br) Received: (qmail 70263 invoked by uid 0); 23 Feb 2006 13:41:34 -0300 Received: from mscandian@freebsdbrasil.com.br by capeta.freebsdbrasil.com.br by uid 82 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(201.17.164.146):. Processed in 0.499573 secs); 23 Feb 2006 16:41:34 -0000 Received: from unknown (HELO ?10.69.69.3?) (201.17.164.146) by capeta.freebsdbrasil.com.br with SMTP; 23 Feb 2006 13:41:33 -0300 Message-ID: <43FDF3D0.30001@freebsdbrasil.com.br> Date: Thu, 23 Feb 2006 14:41:36 -0300 From: =?ISO-8859-1?Q?M=E1rio_S=E9rgio_Candian?= User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050811) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: proftpd+pam X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 16:41:51 -0000 Hello guys, I have a FreeBSD 5.4-STABLE box. I installed from the ports the proftpd (proftpd-1.3.0.r3) and I have some problems with autentication. In the /var/log/messages file I have this: Feb 23 13:37:31 brhp_ftp01 proftpd: in openpam_read_chain(): /etc/pam.d/ftpd(22): invalid facility 'ftp' (ignored) Feb 23 13:37:31 brhp_ftp01 proftpd Feb 23 13:37:31 brhp_ftp01 in free(): Feb 23 13:37:31 brhp_ftp01 error: Feb 23 13:37:31 brhp_ftp01 chunk is already free Feb 23 13:37:51 brhp_ftp01 kernel: pid 45157 (proftpd), uid 0: exited on signal 6 In the /etc/pam.d/ftpd (22) I have this: *ftp auth required pam_unix.so try_first_pass -> line 22* ftp account required pam_unix.so try_first_pass ftp session required pam_permit.so In the proftpd.conf I had it: AuthPAM yes AuthPAMConfig ftp Is this FreeBSD version doesnt support pam session? Do I something wrong? Any idea? Thanks for all. -- Mario Sergio Candian - "Dreams as if you'll live forever. Live as if you'll die today" -- James Dean From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 16:47:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE8016A420 for ; Thu, 23 Feb 2006 16:47:40 +0000 (GMT) (envelope-from teemu.korhonen@mbnet.fi) Received: from marski.suomi.net (marski.suomi.net [212.50.131.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC4643D48 for ; Thu, 23 Feb 2006 16:47:39 +0000 (GMT) (envelope-from teemu.korhonen@mbnet.fi) Received: from prolisok.suomi.net (prolisok.suomi.net [212.50.140.226]) by marski.suomi.net (Sun Java System Messaging Server 6.2 (built Dec 2 2004)) with ESMTP id <0IV500L3MFZEPJ00@marski.suomi.net> for freebsd-questions@freebsd.org; Thu, 23 Feb 2006 18:47:38 +0200 (EET) Received: from spam2.suomi.net (spam2.suomi.net [212.50.131.166]) by mailstore.suomi.net (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005)) with ESMTP id <0IV5002W8G0EQCD0@mailstore.suomi.net> for freebsd-questions@freebsd.org; Thu, 23 Feb 2006 18:48:14 +0200 (EET) Received: from smtp.suomi.net (addr-82-128-230-45.suomi.net [82.128.230.45]) by spam2.suomi.net (Postfix) with ESMTP id 289E211F45D for ; Thu, 23 Feb 2006 18:47:30 +0200 (EET) Date: Thu, 23 Feb 2006 18:47:23 +0200 From: Teemu Korhonen To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 Content-type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Content-transfer-encoding: 7BIT X-OPOY-MailScanner-Information: Please contact the OPOY for more information X-OPOY-MailScanner: Found to be clean X-OPOY-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.596, required 5, AWL -1.80, BAYES_00 -2.60, RCVD_IN_NJABL_DUL 5.00) X-OPOY-MailScanner-From: teemu.korhonen@mbnet.fi User-Agent: Opera M2/8.50 (Win32, build 7700) Subject: Trouble setting up wireless network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 16:47:40 -0000 I'm trying to make an adhoc wlan between my desktop computer (WinXP) and laptop (FreeBSD-6.0). Both have 802.11b/g wlan-adapters. They seem to connect, but theres no data transfer and neither can ping each other. Windows machine can ping it self, but freebsd machine can't. ("ping: sendto: Host is down") The laptop's wlan-card worked fine when I tried it at university's wlan. ( just command "dhclient ndis0" was sufficent ) Here's some debugging information: ---------------------------------- Gandalf# dmesg | grep ndis0 ndis0: mem 0x88000000-0x88001fff irq 11 at device 0.0 on cardbus0 ndis0: NDIS API version: 5.0 ndis0: Ethernet address: 00:07:40:fa:01:c5 Gandalf# ifconfig ndis0 inet 192.168.0.4 netmask 255.255.255.0 media DS/11Mbps mediaopt adhoc ssid koti channel 10 up Gandalf# ifconfig ndis0 ndis0: flags=8843 mtu 1500 inet6 fe80::207:40ff:fefa:1c5%ndis0 prefixlen 64 scopeid 0x4 inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:07:40:fa:01:c5 media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps ) status: associated ssid koti channel 1 bssid de:54:3a:eb:21:75 authmode OPEN privacy OFF txpowmax 100 protmode CTS Gandalf# ifconfig ndis0 scan SSID BSSID CHAN RATE S:N INT CAPS koti 8e:3d:96:d9:e7:80 1 11M 161:0 100 I ??? ??? ??? ??? Gandalf# wicontrol ndis0 NIC serial number: [ ] Station name: [ Gandalf.koti ] SSID for IBSS creation: [ koti ] Current netname (SSID): [ koti ] Desired netname (SSID): [ koti ] Current BSSID: [ de:54:3a:eb:21:75 ] Channel list: [ 3fff ] IBSS channel: [ 10 ] Current channel: [ 1 ] Comms quality/signal/noise: [ 0 0 0 ] Promiscuous mode: [ Off ] Intersil-Prism2 based card: [ 1 ] Port type (1=BSS, 3=ad-hoc): [ 0 ] MAC address: [ 00:07:40:fa:01:c5 ] TX rate (selection): [ 11 ] TX rate (actual speed): [ 11 ] RTS/CTS handshake threshold: [ 2346 ] Create IBSS: [ On ] Access point density: [ 1 ] Power Mgmt (1=on, 0=off): [ 0 ] Max sleep time: [ 100 ] WEP encryption: [ Off ] TX encryption key: [ 0 ] Encryption keys: [ ][ ][ ][ ] From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 17:09:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C4C516A420 for ; Thu, 23 Feb 2006 17:09:42 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id A67FA43D46 for ; Thu, 23 Feb 2006 17:09:40 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1NH9CmK031912 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 23 Feb 2006 19:09:18 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1NH8mW0021208; Thu, 23 Feb 2006 19:08:48 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1NH8lAh021207; Thu, 23 Feb 2006 19:08:47 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 23 Feb 2006 19:08:47 +0200 From: Giorgos Keramidas To: Rob Message-ID: <20060223170847.GA21197@flame.pc> References: <20060223083832.5f39a51c.rob@roblytle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060223083832.5f39a51c.rob@roblytle.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.369, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 17:09:42 -0000 On 2006-02-23 08:38, Rob wrote: > > On 2006-02-22 13:07, Rob wrote: > > > So now Xorg does not give errors on startup or shutdown like the > > > > > > > > bad display name "xenon:0" in "remove" command or > > > > > bad display name "xenon:0 in "list" command > > > > > > But when not setting the DISPLAY variable explicitely anywhere I still > > > get the error: "out of display lists" upon starting the program I want > > > from xterm > > > > > > But then setting DISPLAY=xenon:0.0 export DISPLAY and then executing > > > the program then gives the error: > > > > > > "Can't open display: xenon:0.0" so I guess I am back to square one. > > > > > > Maybe I should call it a day and rest, haha. > > > > Just a wild guess, since I don't see why you should have problems > > running programs like: > > > > Can't open display: xenon:0.0 > > > > Are you running X11 as a plain user and having problems to run programs > > *after* using su(1) to become root or does this happen for all users in > > all terminals? > > Hi Giorgos, > > I am trying to run a program from xterm as a normal user. However, > when su'ing in xterm, I am unable to run any programs. Then I get the > error: > > "Xlib: connection to ":0.0" refused by server > Xlib: No protocol specified > Error: Can't open display: :0.0 That's ok. When you use su(1) to become root, you no longer have permission to open programs on the display of the X server opened by the plain user. > setting for csh as root: setenv DISPLAY xenon:0.0 then gives the error message: > > _XTransSocketINETConnect() can't get address for xenon:6000: hostname nor server name provided, or not known > Error: Can't open display xenon:0.0 Open another xterm, from the X11 session of the plain user, and run: $ xhost +localhost Then you'll be able to `connect' by running as root: xenon# setenv DISPLAY localhost:0 > I seem to remember never being able to su in xterm and be able > to run any programs no matter what combination of settings I > have used. That may be true, depending on the version of X11 that you are running, the current operating system and the setup of the X11 sessions. I can't tell what you had done, since I wasn't there... > I also think that the error messages might have been different > but I am starting to lose track of the error messages for > combinations of settings for hostname, DISPLAY, etc. I > probably need to start putting all of this down on paper so I > can find any patterns. Sure. Keeping notes is always a good idea :) From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 17:17:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB2F016A420 for ; Thu, 23 Feb 2006 17:17:10 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33C7443D7E for ; Thu, 23 Feb 2006 17:17:01 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.0.2] ([82.41.33.116]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Thu, 23 Feb 2006 17:18:05 +0000 Message-ID: <43FDEE0B.5050009@dial.pipex.com> Date: Thu, 23 Feb 2006 17:16:59 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: Chris Maness References: <43FDDE6E.8020706@chrismaness.com> In-Reply-To: <43FDDE6E.8020706@chrismaness.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Feb 2006 17:18:05.0621 (UTC) FILETIME=[1BED8650:01C6389D] Cc: freebsd-questions@freebsd.org Subject: Re: CVSUP ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 17:17:11 -0000 Chris Maness wrote: > I have a question in regards to CVSUP. Does it sometimes not delete > old files. I did a sync on my ports. I built CUPS and the install > scripts were putting files in the wrong place. I fixed it by manually > deleting the cups directory and getting the fresh tarballs from from > the ports site. I had just synced two weeks ago. I just thought this > behavior was strange. Can anyone shed light on this? What is definitely true, is that cvsup will not delete any files *you* create in the ports tree, and that is a positive feature. I can't say whether this was your situation or not, but AFAIK, under normal circumstances, cvsup will delete files which are deleted from the port, otherwise many ports would have been afflicted with patches that failed to disappear when they should. It'll take a cvsup guru to tell you if there any circumstances in which that doesn't happen, but you could try the cvsup faq at http://www.cvsup.org/faq.html and see if that sheds any light. --Alex From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 17:27:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB75616A420 for ; Thu, 23 Feb 2006 17:27:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id C347643D4C for ; Thu, 23 Feb 2006 17:27:29 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1NHQtmM032636 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 23 Feb 2006 19:27:14 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1NHQTUH021382; Thu, 23 Feb 2006 19:26:29 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1NHQSgA021381; Thu, 23 Feb 2006 19:26:28 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 23 Feb 2006 19:26:28 +0200 From: Giorgos Keramidas To: Rob Message-ID: <20060223172628.GA21362@flame.pc> References: <20060223082331.74053568.rob@roblytle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060223082331.74053568.rob@roblytle.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.37, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: Duane Whitty , freebsd-questions@freebsd.org Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 17:27:31 -0000 On 2006-02-23 08:23, Rob wrote: > Sorry if you get this twice Rob as I mistakenly > sent my reply only to you without including the list > > I had the same problem. Add this line to your > .xinitrc file > > xdpyinfo -display :0.0 > > The hostname is not specified. > > --Duane > -------------------------------- > > Hi Duane, > > I put the line you suggest into .xinitrc, but I still have the > same problem. I also went into /etc/hosts after doing this and > tried two ways of setting hosts: > > 1. 127.0.0.1 localhost xenon > 2 127.0.0.1 localhost What are the "1." and "2" at the beginning of the lines above? I hope they are not part of your /etc/hosts file. You have obviously messed up your /etc/hosts file too much. Before you do anything else, please restore it from the sources, by copying `/usr/src/etc/hosts' over it. Then re-add "xenon" at the localhost line. > But I am still seeing the "out of display lists" message. > > It seems like the xdpyinfo command does not do anything. It does. It prints a lot information about the current display. Since this goes to the terminal where xdpyinfo was started, then it goes to the virtual console that you start X11 in. You won't see much, until you exit X11. > The only thing that I have done which changes the error message is to > set /etc/rc.conf hostname="xenon" Then in .bash_profile put > "DISPLAY=xenon:0.0 export DISPLAY" No. That's a *horrible* idea. The `startx' utility can start an X11 server with a slightly different display, i.e. with: $ startx -- :1 Then your .bash_profile will override the default DISPLAY of the X11 session, messing up everything. If you happen to run two X11 sessions at the same time, you will be opening windows in the first session no matter where you run the commands that you will use. > Then I get the different error message: > > "_X11TransSocketINETConnect() can't get address for xenon:6000: hostname nor servname provided, or not known > Error: Can't open display: xenon:0.0" The error message means you still have name resolution problems. Your system doesn't know that "xenon", "localhost", "127.0.0.1" are all equivalents ways of referring to itself. > So I guess now I have tried every combination of the following: > > setting hostname in rc.conf to either "" or "xenon" > setting "DISPLAY=xenon:0.0" or leaving that line out in .bash_profile A hostname of "" is wrong. A hostname of "xenon" is almost right. > And finally, putting in xinitrc "xdpyinfo -display :0.0 or just > leaving that line out. This should be without any real side-effects regarding the way your X11 session works. Please, restore your /etc/hosts file from /usr/src/etc/hosts and then we'll see what other may be wrong with your current setup. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 17:30:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559A316A420 for ; Thu, 23 Feb 2006 17:30:18 +0000 (GMT) (envelope-from satyam@sklinks.com) Received: from smtp105.sbc.mail.re2.yahoo.com (smtp105.sbc.mail.re2.yahoo.com [68.142.229.100]) by mx1.FreeBSD.org (Postfix) with SMTP id C14C443D46 for ; Thu, 23 Feb 2006 17:30:17 +0000 (GMT) (envelope-from satyam@sklinks.com) Received: (qmail 34336 invoked from network); 23 Feb 2006 17:30:16 -0000 Received: from unknown (HELO akasha.akasha) (varuna@sbcglobal.net@69.229.158.197 with plain) by smtp105.sbc.mail.re2.yahoo.com with SMTP; 23 Feb 2006 17:30:16 -0000 From: Joseph Vella To: freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 09:30:01 -0800 User-Agent: KMail/1.9.1 References: <20060223154314.59206.qmail@web32813.mail.mud.yahoo.com> In-Reply-To: <20060223154314.59206.qmail@web32813.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602230930.02147.satyam@sklinks.com> Cc: Subject: Re: I've got spyware!!?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 17:30:18 -0000 On Thursday 23 February 2006 07:43, Dave McCammon wrote: > --- Garrett Cooper wrote: > > On Feb 23, 2006, at 12:19 AM, Joseph Vella wrote: > > > > > autoscrolling feature, when all of a sudden some > > > > ugly website pops > > > > > up. It > > > was something I clicked with the mouse wheel. I > > > > tried it again and > > > > > sure > > > enough the same site pops up. It was kind of > I think it is something in Firefox. I see the same > thing. When the middle mouse button is clicked on a > page, it goes to a seemingly random page.(Notice > seemingly) > > It looks like it can be disable by typeing > "about:config" in the address bar of firefox and > changing the middlemouse.contentloadurl to false. > > Also, google "middlemouse.contentloadurl" for what it > does. It has something to do with loading clipboard > contents as URL. > Read > https://bugzilla.mozilla.org/show_bug.cgi?id=216899. > There is a mention of a "Google "I'm Feeling Lucky"" > search being done, which may be what you are seeing. > > Dave > That was it. When select and copy text then click on the mousewheel inside Firefox, a random page pops up. When I delete the contents of the clipboard, click on the mouse then wheel nothing happens. It was strange when I didn't know what was going on. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 18:26:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CB0B16A420 for ; Thu, 23 Feb 2006 18:26:28 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3C0743D46 for ; Thu, 23 Feb 2006 18:26:27 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s13so89891wxc for ; Thu, 23 Feb 2006 10:26:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DAorVJvOdk8QOM/xh4yu0Bktsnp5IKa0Y/ejv2CWbJmzhWNxJ1XVHA1ADoLchWs8hTHuL6bdjEQTQrViMOjfStjZ68bNek6Oh8zb+s6Sxkmj/Bro180RxcpdJRxw5t5YSBXJQifmQctMfeVDxMxDqJbOYBKej+4Ai8hEDOhSj5w= Received: by 10.70.29.16 with SMTP id c16mr624374wxc; Thu, 23 Feb 2006 10:26:27 -0800 (PST) Received: by 10.70.65.9 with HTTP; Thu, 23 Feb 2006 10:26:27 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 12:26:27 -0600 From: "Nikolas Britton" To: "Alex Zbyslaw" In-Reply-To: <43FD9A34.7030401@dial.pipex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43FD9A34.7030401@dial.pipex.com> Cc: Alex Mayfield , freebsd-questions@freebsd.org Subject: Re: Can't seem to boot from 6.0-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 18:26:28 -0000 On 2/23/06, Alex Zbyslaw wrote: > Nikolas Britton wrote: > > >Your not using the right install CDs. You have an AMD 64-Bit chip so > >you can't (AFAIK) use the I386 Release. Maybe there is a setting in > >the BIOS for I386 compat, I have no experience with AMD's 64-Bit chips > >so this is just a guess. Or try disabling ACPI and everything else in > >the BIOS etc... That's the price you pay for being an early adopter, > >you don't need nvidia gfx for an Opteron server. > > > > > This is not correct. An i386 version of FreeBSD runs just dandy on > 64-bit Athlons (or 64 bit Intel for that matter) even if this release is > failing on this specific system. All current 64-bit "PC" processors are > backwards compatible with i386. > > I would try the i386 6.1 PRERELEASE CD, the 5.4 RELEASE and the 5.5 > PRERELEASE in order and see if any of them worked. Or try limiting your > google by including the sis 754 and see if finds any help. There are > mentions of 754 problems being fixed in 6-STABLE but I didn't look > closely enough to know if they would help you. > I see, do the Intel EMT-64 chips use the amd64 release too? And what did he mean by "certain programs being unavalable for amd64", what are the major ones? -- BSD Podcasts @ http://bsdtalk.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 18:27:59 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3843716A420 for ; Thu, 23 Feb 2006 18:27:59 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id A42A543D5A for ; Thu, 23 Feb 2006 18:27:58 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp1.utdallas.edu (Postfix) with ESMTP id 4B4C03890E6 for ; Thu, 23 Feb 2006 12:27:57 -0600 (CST) Date: Thu, 23 Feb 2006 12:27:57 -0600 From: Paul Schmehl To: questions@freebsd.org Message-ID: <9602144B56B525BA436F5929@utd59514.utdallas.edu> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: FreeBSD on Sun Fire V20Z X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 18:27:59 -0000 Has anyone installed 6.0 RELEASE on this hardware? I can't even get it to boot off the CD, but it boots fine off the Sun-supplied setup CD (which only offers RHE and Suse as options.) I've d/l'd both discs 1 & 2 and the bootonly ISOs and burned them to CD (like I usually do), but they do not boot. (Yes, I'm using the amd64 version.) Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/ From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 18:41:06 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E762D16A422 for ; Thu, 23 Feb 2006 18:41:05 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1551F43D46 for ; Thu, 23 Feb 2006 18:41:02 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k1NIelUY095467; Thu, 23 Feb 2006 12:40:48 -0600 (CST) Message-Id: <6.0.0.22.2.20060223123714.02654c80@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 23 Feb 2006 12:40:39 -0600 To: Paul Schmehl , questions@freebsd.org From: Derek Ragona In-Reply-To: <9602144B56B525BA436F5929@utd59514.utdallas.edu> References: <9602144B56B525BA436F5929@utd59514.utdallas.edu> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD on Sun Fire V20Z X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 18:41:06 -0000 I am not familiar with this Sun unit, but on other sun sparcs their boot devices were set in the prom. As I recall the cd boot is not the same slice/dev as the FreeBSD one. You may try to drop to the prom and try other cd devices to boot from. -Derek At 12:27 PM 2/23/2006, Paul Schmehl wrote: >Has anyone installed 6.0 RELEASE on this hardware? I can't even get it to >boot off the CD, but it boots fine off the Sun-supplied setup CD (which >only offers RHE and Suse as options.) > >I've d/l'd both discs 1 & 2 and the bootonly ISOs and burned them to CD >(like I usually do), but they do not boot. (Yes, I'm using the amd64 version.) > >Paul Schmehl (pauls@utdallas.edu) >Adjunct Information Security Officer >University of Texas at Dallas >AVIEN Founding Member >http://www.utdallas.edu/ir/security/ >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 18:41:22 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C4EE16A427 for ; Thu, 23 Feb 2006 18:41:22 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBEBD43D46 for ; Thu, 23 Feb 2006 18:41:21 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by nproxy.gmail.com with SMTP id x29so112583nfb for ; Thu, 23 Feb 2006 10:41:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c/JMU7M7Dz/+4p4bXLa8C87pSqKuIS4kyx4wKg8k275Yrrhg6ydcTFI+1zXs/aRBiwCC97+/k7ZFfUv958L/ROcdsivpIRSAyR5TzSWBE5Mo8QRTM3TaL3giHry4v96njSS5dQbl8BBMzXXHZadsN65yG3Igan0xZza54z5fdfc= Received: by 10.48.226.13 with SMTP id y13mr2443880nfg; Thu, 23 Feb 2006 10:41:20 -0800 (PST) Received: by 10.49.43.12 with HTTP; Thu, 23 Feb 2006 10:41:20 -0800 (PST) Message-ID: <27dbfc8c0602231041n3b9e2963le2ef1389bc8692a4@mail.gmail.com> Date: Thu, 23 Feb 2006 19:41:20 +0100 From: "Valerio daelli" To: questions@freebsd.org In-Reply-To: <9602144B56B525BA436F5929@utd59514.utdallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <9602144B56B525BA436F5929@utd59514.utdallas.edu> Cc: Subject: Re: FreeBSD on Sun Fire V20Z X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 18:41:22 -0000 We use it since last August without problem. We have FreeBSD 5.4 for amd64 and it works great. Bye Valerio Daelli On 2/23/06, Paul Schmehl wrote: > Has anyone installed 6.0 RELEASE on this hardware? I can't even get it t= o > boot off the CD, but it boots fine off the Sun-supplied setup CD (which > only offers RHE and Suse as options.) > > I've d/l'd both discs 1 & 2 and the bootonly ISOs and burned them to CD > (like I usually do), but they do not boot. (Yes, I'm using the amd64 > version.) > > Paul Schmehl (pauls@utdallas.edu) > Adjunct Information Security Officer > University of Texas at Dallas > AVIEN Founding Member > http://www.utdallas.edu/ir/security/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 18:48:52 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3482D16A420 for ; Thu, 23 Feb 2006 18:48:52 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E686443D45 for ; Thu, 23 Feb 2006 18:48:51 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp1.utdallas.edu (Postfix) with ESMTP id A0F28388DFC; Thu, 23 Feb 2006 12:48:51 -0600 (CST) Date: Thu, 23 Feb 2006 12:48:51 -0600 From: Paul Schmehl To: Derek Ragona , questions@freebsd.org Message-ID: <0F2E9952884033440FD8B4CE@utd59514.utdallas.edu> In-Reply-To: <6.0.0.22.2.20060223123714.02654c80@mail.computinginnovations.com> References: <9602144B56B525BA436F5929@utd59514.utdallas.edu> <6.0.0.22.2.20060223123714.02654c80@mail.computinginnovations.com> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: FreeBSD on Sun Fire V20Z X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 18:48:52 -0000 --On Thursday, February 23, 2006 12:40:39 -0600 Derek Ragona wrote: > I am not familiar with this Sun unit, but on other sun sparcs their boot > devices were set in the prom. As I recall the cd boot is not the same > slice/dev as the FreeBSD one. You may try to drop to the prom and try > other cd devices to boot from. > It's not sparc hardware. It's AMD Opterons. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/ From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 18:52:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EB7D16A420 for ; Thu, 23 Feb 2006 18:52:58 +0000 (GMT) (envelope-from nslay@comcast.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB1243D49 for ; Thu, 23 Feb 2006 18:52:58 +0000 (GMT) (envelope-from nslay@comcast.net) Received: from [192.168.0.100] (c-68-35-224-189.hsd1.fl.comcast.net[68.35.224.189]) by comcast.net (sccrmhc12) with ESMTP id <2006022318525701200ko8p9e>; Thu, 23 Feb 2006 18:52:57 +0000 Message-ID: <43FE042F.1050300@comcast.net> Date: Thu, 23 Feb 2006 13:51:27 -0500 From: Nathan Lay User-Agent: Thunderbird 1.5 (X11/20060118) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: if_iwi on FreeBSD 6.0 on a Thinkpad T43 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 18:52:58 -0000 Hi all, I've encountered a peculiar quirk in either this laptop or FreeBSD with IPW2915ABG. For some reason or another, either the Thinkpad turns the card on at bootup, or FreeBSD's if_iwi driver and acpi_ibm mistakenly think the card is turned on. My loaded modules: Id Refs Address Size Name 1 14 0xc0400000 4033b4 kernel 2 1 0xc0804000 5e28 snd_ich.ko 3 2 0xc080a000 20448 sound.ko 4 1 0xc082b000 3f44 acpi_ibm.ko 5 17 0xc082f000 6057c acpi.ko 6 1 0xc0890000 41c4 wlan_tkip.ko 7 1 0xc0895000 6fe4 wlan_ccmp.ko 8 1 0xc1d7c000 18000 linux.ko Notice that if_iwi is NOT loaded. Let's have a look at dev.acpi_ibm.0.wlan dev.acpi_ibm.0.wlan: 1 Well thats odd, why would acpi think the wireless chip is turned on with no driver loaded? Let's load if_iwi for kicks iwi0: mem 0xa8401000-0xa8401fff irq 11 at device 2.0 on pci4 iwi0: Ethernet address: 00:13:ce:b7:ea:8 That works just fine it seems. But then: %iwicontrol iwi0 -r Radio is ON So, now that the driver is loaded, both if_iwi and acpi_ibm think the card is turned on, but there is no firmware loaded. Loading a firmware and then using either `ifconfig iwi0 up' or `dhclient iwi0' does absolutely nothing. I've tried various things with the kernel and BIOS but with no luck. here is my uname: FreeBSD LIGHTBULB.LOCAL 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #19: Mon Feb 20 15:06:16 EST 2006 root@LIGHTBULB.LOCAL:/usr/obj/usr/src/sys/LIGHTBULB i386 Keep in mind, this also happens on GENERIC. So, is this a bug in FreeBSD or a quirk in the laptop? I've pondered whether to submit a PR but I'm not sure what exactly is going on here. Even disabling the card in the BIOS, acpi_ibm will still indicate that wlan is turned on. If anyone can clue me in here, please please do so. Until then I'm surfing with an atheros card :) Best Regards, Nathan Lay From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 19:20:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B3C116A422 for ; Thu, 23 Feb 2006 19:20:19 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED6343D48 for ; Thu, 23 Feb 2006 19:20:19 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip04.eastlink.ca ([24.222.10.20]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IV5005J2N2GILO1@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Thu, 23 Feb 2006 15:20:40 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip04.eastlink.ca with ESMTP; Thu, 23 Feb 2006 15:20:18 -0400 Date: Thu, 23 Feb 2006 15:19:56 -0400 From: Duane Whitty In-reply-to: <20060223115446.4c8b20b2@localhost> To: FreeBSD Questions Message-id: <43FE0ADC.4000807@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <20060223041701.64822.qmail@web60011.mail.yahoo.com> <43FD39C4.5090908@greenmeadow.ca> <20060223115446.4c8b20b2@localhost> User-Agent: Thunderbird 1.5 (X11/20060205) Subject: Re: trouble finding burner (k3b) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 19:20:19 -0000 Fabian Keil wrote: > Duane Whitty wrote: > >> Peter wrote: >>> This k3b program is great but it I find it very picky. Currently it >>> cannot detect my DVD/CD burner (/dev/acd1) anymore. It can find my CDROM >>> (/dev/acd0) allright but it claims the permissions may be wrong on the >>> burner. I checked and these devices have the same permissions. I even >>> gave them both 777 without success in detection. They are also both owned >>> by root:operator and my invoking user is in group operator. This used to >>> work great. I haven't tried to burn anything recently so I don't know >>> when things fell apart but what I can say is yesterday I recompiled my >>> kernel. I used the same config file with one line being added (for USB >>> 2.0 support; ehci). Anyone have any ideas? I'm running 5.4 although >>> today I was surprised that dmesg showed this: > >> I have a similar problem in that k3b cannot find >> my DVD/CD burner. However I haven't received any >> messages about permissions. >> >> On a hunch I started X as root and k3b was then >> able to find my hardware. This doesn't really >> solve the problem but it was a quick work-around >> for me until I figure this out. >> >> Note: I too changed permissions to 666 on >> /dev/acd0 and /dev/cd0 to no avail. > > The user needs to have access to /dev/xpt0 and /dev/pass0 as well. > > Fabian Hi, Thank you, this works perfectly. Best wishes, --Duane From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 19:43:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2048016A420 for ; Thu, 23 Feb 2006 19:43:48 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from asmtp-out5.blueyonder.co.uk (asmtp-out5.blueyonder.co.uk [195.188.213.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABBF743D46 for ; Thu, 23 Feb 2006 19:43:47 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.33.116] (helo=[192.168.0.2]) by asmtp-out5.blueyonder.co.uk with esmtp (Exim 4.52) id 1FCMNN-0003Lj-Rb; Thu, 23 Feb 2006 19:43:45 +0000 Message-ID: <43FE1071.6080008@dial.pipex.com> Date: Thu, 23 Feb 2006 19:43:45 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: Nikolas Britton References: <43FD9A34.7030401@dial.pipex.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Can't seem to boot from 6.0-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 19:43:48 -0000 Nikolas Britton wrote: >I see, do the Intel EMT-64 chips use the amd64 release too? And what >did he mean by "certain programs being unavalable for amd64", what are >the major ones? > > There seems to be an IA-64 which I guess is Intel. Only buy AMD chips myself, so I'm a bit hazy on that. I'm sure freebsd.org has the answer somewhere :-) Major programs include java, and I think, Linux 32-bit compatibility. You can see a complete list of ports which fail to build at http://pointyhat.freebsd.org/ e.g. the ones not building under 5-STABLE for AMD64 are in http://pointyhat.freebsd.org/errorlogs/amd64-5-failure.html. Of course, some of those packages just fail to build anywhere! But lack of java and nvidia are big stumblers for many who might otherwise try 64-bit on a desktop. For a pure server, given the time, I'd certainly experiment with 64-bit. Unfortunately, all "my" pure servers run Linux - not through choice :-( You described 64-bit chips as bleeding edge, but I really don't think they are any more. Dual cores may be bleeding edge and SLI may be bleeding edge, but bog standard 64-bit processors running a 32-bit OS are dead common and usually seem to work. No doubt there are some chipsets/motherboards that are worse than others, but that's the same for any architecture. Buying anything to run FreeBSD well has always been a matter of checking the hardware lists carefully and backing that up with google. 8 months ago I had no trouble finding an AMD 939 64 bit motherboard that would work well with FreeBSD. --Alex From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 20:14:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65E3B16A420 for ; Thu, 23 Feb 2006 20:14:09 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B5743D46 for ; Thu, 23 Feb 2006 20:14:08 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so107294wxc for ; Thu, 23 Feb 2006 12:14:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c289dFkgiVRQnyc9VEbFUY747XrT1irs2Hy3vE0E0BYSUrgJImbrCZjXSEcWhR9iJfwyrbrN1YdvJeKhnVJYIQJI1XKyWIDkSroaLTywQ8e7JGXZtyCc6qAp2KyFHm1CPx20SfHqkpH8r0jjZABFUXxe4HQUfuuEpKiLdfaayrY= Received: by 10.70.66.2 with SMTP id o2mr2690207wxa; Thu, 23 Feb 2006 12:14:07 -0800 (PST) Received: by 10.70.65.9 with HTTP; Thu, 23 Feb 2006 12:14:07 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 14:14:07 -0600 From: "Nikolas Britton" To: "Jayesh Jayan" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602231526.k1NFQoPd006497@clunix.cl.msu.edu> Cc: Jerry McAllister , freebsd-questions@freebsd.org Subject: Re: Upgrading Freebsd 5.4 release to 5.4 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 20:14:09 -0000 On 2/23/06, Jayesh Jayan wrote: > All are Dell Poweredge servers with identical specification. > > I did check the message logs an couldn't find any problem > > What are the other aspects which I need to check so as to find a solution= . > I've had FreeBSD 5.4 randomly reboot on high quality hardware... Intel made board, Intel chipset, Intel CPU, Intel approved RAM, and a Beefy 550W Fortron active PFC power supply. In hindsight, as I sit here running 6.0-RELEASE and 6.1-PRERELEASE on my systems, the FreeBSD 5.x series was slow and buggy as hell. I don't fault the developers or the release engineering team, they did the best they could with a system that needed to be massively reworked to stay relevant. Anyways, After FreeBSD 5.5 is release the 5.x series will be officially put down, like a rabid dog and we will deny that it ever existed, like Netscape 5 :-). This means that you have two options, upgrade to 6.x or upgrade to 6.x. If It were up to me then I would just skip 6.0-RELEASE and go straight to 6.1-PRERELEASE (RELENG_6), then cvsup to RELENG_6_1 when it's officially released. Where possible I would wipe the system and install a fresh copy, if not possible then I would do a cvsup upgrade. Be sure to run a 'mergemaster -p' and then when you run the standard mergemaster don't blindly hit "i" because at some point in the stage it will ask you to install a new version of passwd and group. -- BSD Podcasts @ http://bsdtalk.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 20:22:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F8AA16A420 for ; Thu, 23 Feb 2006 20:22:52 +0000 (GMT) (envelope-from rob@roblytle.org) Received: from smtpout09-04.prod.mesa1.secureserver.net (smtpout09-04.prod.mesa1.secureserver.net [64.202.165.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 1762043D45 for ; Thu, 23 Feb 2006 20:22:51 +0000 (GMT) (envelope-from rob@roblytle.org) Received: (qmail 1200 invoked from network); 23 Feb 2006 20:22:48 -0000 Received: from unknown (24.20.8.31) by smtpout09-04.prod.mesa1.secureserver.net (64.202.165.17) with ESMTP; 23 Feb 2006 20:22:48 -0000 Date: Thu, 23 Feb 2006 12:22:04 -0800 From: Rob To: freebsd-questions@freebsd.org Message-Id: <20060223122204.387b03ff.rob@roblytle.org> Organization: LKA X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 20:22:52 -0000 Sorry, forgot to copy the list. Begin forwarded message: Date: Thu, 23 Feb 2006 10:23:47 -0800 From: Rob To: Giorgos Keramidas Subject: Re: problem regarding setting DISPLAY env variable and hostname On Thu, 23 Feb 2006 19:26:28 +0200 Giorgos Keramidas wrote: > On 2006-02-23 08:23, Rob wrote: > > Sorry if you get this twice Rob as I mistakenly > > sent my reply only to you without including the list > > > > I had the same problem. Add this line to your > > .xinitrc file > > > > xdpyinfo -display :0.0 > > > > The hostname is not specified. > > > > --Duane > > -------------------------------- > > > > Hi Duane, > > > > I put the line you suggest into .xinitrc, but I still have the > > same problem. I also went into /etc/hosts after doing this and > > tried two ways of setting hosts: > > > > 1. 127.0.0.1 localhost xenon > > 2 127.0.0.1 localhost > > What are the "1." and "2" at the beginning of the lines above? > I hope they are not part of your /etc/hosts file. > > You have obviously messed up your /etc/hosts file too much. > Before you do anything else, please restore it from the sources, > by copying `/usr/src/etc/hosts' over it. Then re-add "xenon" at > the localhost line. > > > But I am still seeing the "out of display lists" message. > > > > It seems like the xdpyinfo command does not do anything. > > It does. It prints a lot information about the current display. Since > this goes to the terminal where xdpyinfo was started, then it goes to > the virtual console that you start X11 in. You won't see much, until > you exit X11. > > > The only thing that I have done which changes the error message is to > > set /etc/rc.conf hostname="xenon" Then in .bash_profile put > > "DISPLAY=xenon:0.0 export DISPLAY" > > No. That's a *horrible* idea. The `startx' utility can start an X11 > server with a slightly different display, i.e. with: > > $ startx -- :1 > > Then your .bash_profile will override the default DISPLAY of the X11 > session, messing up everything. If you happen to run two X11 sessions > at the same time, you will be opening windows in the first session no > matter where you run the commands that you will use. > > > Then I get the different error message: > > > > "_X11TransSocketINETConnect() can't get address for xenon:6000: hostname nor servname provided, or not known > > Error: Can't open display: xenon:0.0" > > The error message means you still have name resolution problems. Your > system doesn't know that "xenon", "localhost", "127.0.0.1" are all > equivalents ways of referring to itself. > > > So I guess now I have tried every combination of the following: > > > > setting hostname in rc.conf to either "" or "xenon" > > setting "DISPLAY=xenon:0.0" or leaving that line out in .bash_profile > > A hostname of "" is wrong. > > A hostname of "xenon" is almost right. > > > And finally, putting in xinitrc "xdpyinfo -display :0.0 or just > > leaving that line out. > > This should be without any real side-effects regarding the way your X11 > session works. > > Please, restore your /etc/hosts file from /usr/src/etc/hosts and then > we'll see what other may be wrong with your current setup. > > - Giorgos > > Thank you very much Giorgos for keeping with me on this problem! Here are all of the steps which I have just done: I. I copied /usr/src/etc/hosts to /etc/hosts. Now it looks like: ::1 localhost localhost.my.domain 127.0.0.1 localhost localhost.my.domain everything else is commented out 2. I confirmed that hostname="xenon" is still in rc.conf 3. I checked /root/.cshrc has no Xorg related commands in it, just a couple of aliases that I added to the original file. 4. The user .bash_profile no longer has the "DISPLAY=xenon:0.0 export DISPLAY" in it. The .xinitrc no longer has the xdpyinfo -display :0.0 line in it. 5. I rebooted. Sendmail starts up fine now. 6. So I started up Xorg and I get the errors on startup: bad display name "xenon:0 in "list" command and then upon Xorg shutdown: bad display name "xenon:0" in "remove" command 7. I gave the command "xhost +localhost" at the xterm prompt I get: localhost being added to access control list 8. I su at the xterm prompt and then give the command setenv DISPLAY localhost:0.0 all ok 9. then I try to run an X related program from the xterm command prompt and get the error: Error: Can't open display localhost:0.0 However, non X type programs like vi start ok without errors I guess my next step will be to add the host "xenon" to /etc/hosts. Then it looks like this: ::1 localhost xenon 127.0.0.1 localhost xenon Is that correct? Thanks, Rob. -- ----------------------- http://www.roblytle.org Rob Lytle Home Page -- ----------------------- http://www.roblytle.org Rob Lytle Home Page From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 20:54:56 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9740216A420 for ; Thu, 23 Feb 2006 20:54:56 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F7543D45 for ; Thu, 23 Feb 2006 20:54:56 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp1.utdallas.edu (Postfix) with ESMTP id 07036389120 for ; Thu, 23 Feb 2006 14:54:56 -0600 (CST) Date: Thu, 23 Feb 2006 14:54:55 -0600 From: Paul Schmehl To: questions@freebsd.org Message-ID: In-Reply-To: <27dbfc8c0602231041n3b9e2963le2ef1389bc8692a4@mail.gmail.com> References: <9602144B56B525BA436F5929@utd59514.utdallas.edu> <27dbfc8c0602231041n3b9e2963le2ef1389bc8692a4@mail.gmail.com> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: FreeBSD on Sun Fire V20Z X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 20:54:56 -0000 --On Thursday, February 23, 2006 19:41:20 +0100 Valerio daelli wrote: > We use it since last August without problem. > We have FreeBSD 5.4 for amd64 and it works great. > Bye > 6.0 works fine if you remember to include the fixate command when you burn the CD. :-( Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/ From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 21:02:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55D4916A420 for ; Thu, 23 Feb 2006 21:02:36 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F4CE43D4C for ; Thu, 23 Feb 2006 21:02:35 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip03.eastlink.ca ([24.222.10.15]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IV5002C4RQ52LD1@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Thu, 23 Feb 2006 17:01:17 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip03.eastlink.ca with ESMTP; Thu, 23 Feb 2006 17:02:17 -0400 Date: Thu, 23 Feb 2006 17:01:54 -0400 From: Duane Whitty In-reply-to: <50888.207.70.139.52.1140669118.squirrel@www.compedgeracing.com> To: FreeBSD Questions Message-id: <43FE22C2.4000307@greenmeadow.ca> MIME-version: 1.0 Content-type: multipart/mixed; boundary="Boundary_(ID_SE6Zgks3qNORMkf/rm7mOQ)" X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <50888.207.70.139.52.1140669118.squirrel@www.compedgeracing.com> User-Agent: Thunderbird 1.5 (X11/20060205) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: fbsd_user@a1poweruser.com Subject: Re: Looking for a mentor on php/mysql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 21:02:36 -0000 This is a multi-part message in MIME format. --Boundary_(ID_SE6Zgks3qNORMkf/rm7mOQ) Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT Robert Uzzi wrote: >> I am trying to teach my self php/mysql/html programming. >> I have done native static html web sites before. >> Running FreeBSD 6.0 with apache13, php, and mysql all installed and >> working. >> >> Have read a few php books and searched the web for code snippets. >> Have been on some of the php forum sites, but responses are not forth >> coming. >> >> Looking for a mentor to guide me with puting all the pieces together. >> I have a working panel for registering a user that writes to a flat >> text file. >> Need guidance in changing this to use mysql. Would email you direct >> outside of the questions list. >> >> >> > > While I don't consider myself knowledgable enough to help you with php I > have found this site helpful when I am looking for code ideas. > http://www.tutorialized.com/tutorials/PHP/1 > > Hi, I'm not experienced enough in PHP to be a mentor in it but from one beginner to another maybe this will be useful. Here is a link to a resource I used to get myself up-and-running with PHP. http://www.hudzilla.org/phpbook/index.php I wrote the attached code when I playing around with the example from the MySQL manual. It's just play code bu maybe it can point you to the name of functions (methods) to investigate. Hth, --Duane --Boundary_(ID_SE6Zgks3qNORMkf/rm7mOQ) Content-transfer-encoding: 7BIT Content-disposition: inline; filename=database.php MIME-Version: 1.0 Content-Type: text/plain; name="database.php" Accessing a MySQL Database Using PHP Starting PHP script '; ?> host_info); echo ' '; printf("Server info: %s\n", $mysqli->server_info); echo ' '; $query = "SELECT CURRENT_USER();"; $query .= "SELECT name FROM pet"; /* execute multi query */ if ($mysqli->multi_query($query)) { do { /* store first result set */ if ($result = $mysqli->store_result()) { while ($row = $result->fetch_row()) { printf("%s ", $row[0]); } $result->close(); } /* print divider */ if ($mysqli->more_results()) { printf("----------------- "); } } while ($mysqli->next_result()); } /* close connection */ $mysqli->close(); ?> --Boundary_(ID_SE6Zgks3qNORMkf/rm7mOQ)-- From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 21:30:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E6D16A420 for ; Thu, 23 Feb 2006 21:30:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19BC43D45 for ; Thu, 23 Feb 2006 21:30:26 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1NLUEa5008863 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 23 Feb 2006 23:30:15 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1NLTmL0035177; Thu, 23 Feb 2006 23:29:48 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1NLTliM035176; Thu, 23 Feb 2006 23:29:47 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 23 Feb 2006 23:29:47 +0200 From: Giorgos Keramidas To: Rob Message-ID: <20060223212947.GA35132@flame.pc> References: <20060223082331.74053568.rob@roblytle.org> <20060223172628.GA21362@flame.pc> <20060223102347.11de9bf7.rob@roblytle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060223102347.11de9bf7.rob@roblytle.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.371, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 21:30:28 -0000 Please try to interleave the replies with quoted material. It's much easier to read related stuff if it close together, instead of having to page up and down my entire original reply :( I've reorganized this post and moved things around, so you may find that the numbering of your text is not exactly consecutive. Sorry about this, but I can't reply to a long multi-page message by constantly moving up and down. On 2006-02-23 10:23, Rob wrote: >On Thu, 23 Feb 2006 19:26:28 +0200 >Giorgos Keramidas wrote: >>> 1. 127.0.0.1 localhost xenon >>> 2 127.0.0.1 localhost >> >> What are the "1." and "2" at the beginning of the lines above? >> I hope they are not part of your /etc/hosts file. >> >> You have obviously messed up your /etc/hosts file too much. >> Before you do anything else, please restore it from the sources, >> by copying `/usr/src/etc/hosts' over it. Then re-add "xenon" at >> the localhost line. > > Here are all of the steps which I have just done: > > I. I copied /usr/src/etc/hosts to /etc/hosts. Now it looks like: > > ::1 localhost localhost.my.domain > 127.0.0.1 localhost localhost.my.domain > > everything else is commented out That's not exactly what I said though. You missed re-adding the "xenon" entry, so you are back to square one, with "xenon" being unresolvable. On 2006-02-23 10:23, Rob wrote: >On Thu, 23 Feb 2006 19:26:28 +0200 >Giorgos Keramidas wrote: >>> The only thing that I have done which changes the error message is to >>> set /etc/rc.conf hostname="xenon" Then in .bash_profile put >>> "DISPLAY=xenon:0.0 export DISPLAY" >> >> No. That's a *horrible* idea. The `startx' utility can start an X11 >> server with a slightly different display, i.e. with: >> >> $ startx -- :1 >> >> Then your .bash_profile will override the default DISPLAY of the X11 >> session, messing up everything. If you happen to run two X11 sessions >> at the same time, you will be opening windows in the first session no >> matter where you run the commands that you will use. > > 4. The user .bash_profile no longer has the "DISPLAY=xenon:0.0 > export DISPLAY" in it. The .xinitrc no longer has the xdpyinfo > -display :0.0 line in it. You don't need to include DISPLAY in your .bash_profile. As I have tried to emphasize, this is wrong and can even prove harmful if you ever find yourself in the need for multiple X11 sessions. You have done a good thing when you removed the xdpyinfo command too. On 2006-02-23 10:23, Rob wrote: >On Thu, 23 Feb 2006 19:26:28 +0200 >Giorgos Keramidas wrote: >>> Then I get the different error message: >>> >>> "_X11TransSocketINETConnect() can't get address for xenon:6000: hostname nor servname provided, or not known >>> Error: Can't open display: xenon:0.0" >> >> The error message means you still have name resolution problems. Your >> system doesn't know that "xenon", "localhost", "127.0.0.1" are all >> equivalents ways of referring to itself. >> >> > So I guess now I have tried every combination of the following: >> > >> > setting hostname in rc.conf to either "" or "xenon" >> > setting "DISPLAY=xenon:0.0" or leaving that line out in .bash_profile >> >> A hostname of "" is wrong. >> >> A hostname of "xenon" is almost right. > > 2. I confirmed that hostname="xenon" is still in rc.conf Very nice. That's the spirit :) On 2006-02-23 10:23, Rob wrote: >On Thu, 23 Feb 2006 19:26:28 +0200 >Giorgos Keramidas wrote: >>> And finally, putting in xinitrc "xdpyinfo -display :0.0 or just >>> leaving that line out. >> >> This should be without any real side-effects regarding the way your X11 >> session works. >> >> Please, restore your /etc/hosts file from /usr/src/etc/hosts and then >> we'll see what other may be wrong with your current setup. > > 3. I checked /root/.cshrc has no Xorg related commands in it, > just a couple of aliases that I added to the original file. Nice thing too. On 2006-02-23 10:23, Rob wrote: > > 5. I rebooted. Sendmail starts up fine now. > > 6. So I started up Xorg and I get the errors on startup: > > bad display name "xenon:0 in "list" command > > and then upon Xorg shutdown: > > bad display name "xenon:0" in "remove" command Now that you have removed "xenon" from /etc/hosts, there's no way to resolve this name. This is an expected error, I guess. On 2006-02-23 10:23, Rob wrote: > 7. I gave the command "xhost +localhost" at the xterm prompt > > I get: localhost being added to access control list > > 8. I su at the xterm prompt and then give the command > > setenv DISPLAY localhost:0.0 all ok > > 9. then I try to run an X related program from the xterm command prompt > and get the error: > > Error: Can't open display localhost:0.0 Now we're getting close. What is probably happening now is that your X11 server has started fine, but is not listening for network connections. Can you check with sockstat(1) to see if the X server is listening to port 6000 (this is what DISPLAY=:0 actually means)? An example of running sockstat to do this would be: keramida@flame:/home/keramida$ sockstat -l4 -p 6000 USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS root Xorg 876 3 tcp4 *:6000 *:* keramida@flame:/home/keramida$ If you don't see something like this, but you get an empty port list instead, like this one: keramida@flame:/home/keramida$ sockstat -l4 -p 6000 USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS keramida@flame:/home/keramida$ Then you have two options: 1. Start the X11 server in ``listen mode'', which will enable connections to port 6000: $ startx -listen_tcp 2. Use the ~/.Xauthority file of the user who started the X11 session. This can only be done by root or a sufficiently privileged user, and it works like this: $ su - Password: **** After you have gained superuser privileges, you can `merge' the proper credentials that will allow you to connect to the running X11 session (even though it wasn't `root' that started it), by using xauth(1): csh# setenv DISPLAY localhost:0 csh# xauth merge ~user/.Xauthority Now you should be allowed to run X11 programs just fine. On 2006-02-23 10:23, Rob wrote: > However, non X type programs like vi start ok without errors That's normal. On 2006-02-23 10:23, Rob wrote: > I guess my next step will be to add the host "xenon" to /etc/hosts. Then it > looks like this: > > ::1 localhost xenon > 127.0.0.1 localhost xenon > > Is that correct? This is exactly what I've been trying to say all along! :) Yes, please *do* that. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 22:14:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D0016A420 for ; Thu, 23 Feb 2006 22:14:01 +0000 (GMT) (envelope-from rob@roblytle.org) Received: from smtpout07-04.prod.mesa1.secureserver.net (smtpout07-01.prod.mesa1.secureserver.net [64.202.165.230]) by mx1.FreeBSD.org (Postfix) with SMTP id 459D343D45 for ; Thu, 23 Feb 2006 22:14:01 +0000 (GMT) (envelope-from rob@roblytle.org) Received: (qmail 21193 invoked from network); 23 Feb 2006 22:14:00 -0000 Received: from unknown (24.20.8.31) by smtpout07-04.prod.mesa1.secureserver.net (64.202.165.233) with ESMTP; 23 Feb 2006 22:13:58 -0000 Date: Thu, 23 Feb 2006 14:13:15 -0800 From: Rob To: Giorgos Keramidas Message-Id: <20060223141315.045c061e.rob@roblytle.org> In-Reply-To: <20060223212947.GA35132@flame.pc> References: <20060223082331.74053568.rob@roblytle.org> <20060223172628.GA21362@flame.pc> <20060223102347.11de9bf7.rob@roblytle.org> <20060223212947.GA35132@flame.pc> Organization: LKA X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 22:14:02 -0000 On Thu, 23 Feb 2006 23:29:47 +0200 Giorgos Keramidas wrote: > Please try to interleave the replies with quoted material. It's > much easier to read related stuff if it close together, instead > of having to page up and down my entire original reply :( I am sorry. I sometimes don't know when I should do this as I have seen the debates on -questions about top posting, bottom posting, etc. > > I've reorganized this post and moved things around, so you may > find that the numbering of your text is not exactly consecutive. > Sorry about this, but I can't reply to a long multi-page message > by constantly moving up and down. > > On 2006-02-23 10:23, Rob wrote: > >On Thu, 23 Feb 2006 19:26:28 +0200 > >Giorgos Keramidas wrote: > >>> 1. 127.0.0.1 localhost xenon > >>> 2 127.0.0.1 localhost > >> > >> What are the "1." and "2" at the beginning of the lines above? > >> I hope they are not part of your /etc/hosts file. > >> > >> You have obviously messed up your /etc/hosts file too much. > >> Before you do anything else, please restore it from the sources, > >> by copying `/usr/src/etc/hosts' over it. Then re-add "xenon" at > >> the localhost line. > > > > Here are all of the steps which I have just done: > > > > I. I copied /usr/src/etc/hosts to /etc/hosts. Now it looks like: > > > > ::1 localhost localhost.my.domain > > 127.0.0.1 localhost localhost.my.domain > > > > everything else is commented out > > That's not exactly what I said though. You missed re-adding the > "xenon" entry, so you are back to square one, with "xenon" being > unresolvable. After I tried the above /etc/hosts file, I did change it to: ::1 localhost xenon 127.0.0.1 localhost xenon > > > On 2006-02-23 10:23, Rob wrote: > >On Thu, 23 Feb 2006 19:26:28 +0200 > >Giorgos Keramidas wrote: > >>> The only thing that I have done which changes the error message is to > >>> set /etc/rc.conf hostname="xenon" Then in .bash_profile put > >>> "DISPLAY=xenon:0.0 export DISPLAY" > >> > >> No. That's a *horrible* idea. The `startx' utility can start an X11 > >> server with a slightly different display, i.e. with: > >> > >> $ startx -- :1 > >> > >> Then your .bash_profile will override the default DISPLAY of the X11 > >> session, messing up everything. If you happen to run two X11 sessions > >> at the same time, you will be opening windows in the first session no > >> matter where you run the commands that you will use. > > > > 4. The user .bash_profile no longer has the "DISPLAY=xenon:0.0 > > export DISPLAY" in it. The .xinitrc no longer has the xdpyinfo > > -display :0.0 line in it. > > You don't need to include DISPLAY in your .bash_profile. As I > have tried to emphasize, this is wrong and can even prove harmful > if you ever find yourself in the need for multiple X11 sessions. > > You have done a good thing when you removed the xdpyinfo command too. Yes, both the DISPLAY variable and xdpyinfo are gone for good. > > > On 2006-02-23 10:23, Rob wrote: > >On Thu, 23 Feb 2006 19:26:28 +0200 > >Giorgos Keramidas wrote: > >>> Then I get the different error message: > >>> > >>> "_X11TransSocketINETConnect() can't get address for xenon:6000: hostname nor servname provided, or not known > >>> Error: Can't open display: xenon:0.0" > >> > >> The error message means you still have name resolution problems. Your > >> system doesn't know that "xenon", "localhost", "127.0.0.1" are all > >> equivalents ways of referring to itself. > >> > >> > So I guess now I have tried every combination of the following: > >> > > >> > setting hostname in rc.conf to either "" or "xenon" > >> > setting "DISPLAY=xenon:0.0" or leaving that line out in .bash_profile > >> > >> A hostname of "" is wrong. > >> > >> A hostname of "xenon" is almost right. > > > > 2. I confirmed that hostname="xenon" is still in rc.conf > > Very nice. That's the spirit :) > > > On 2006-02-23 10:23, Rob wrote: > >On Thu, 23 Feb 2006 19:26:28 +0200 > >Giorgos Keramidas wrote: > >>> And finally, putting in xinitrc "xdpyinfo -display :0.0 or just > >>> leaving that line out. > >> > >> This should be without any real side-effects regarding the way your X11 > >> session works. > >> > >> Please, restore your /etc/hosts file from /usr/src/etc/hosts and then > >> we'll see what other may be wrong with your current setup. > > > > 3. I checked /root/.cshrc has no Xorg related commands in it, > > just a couple of aliases that I added to the original file. > > Nice thing too. > > On 2006-02-23 10:23, Rob wrote: > > > > 5. I rebooted. Sendmail starts up fine now. > > > > 6. So I started up Xorg and I get the errors on startup: > > > > bad display name "xenon:0 in "list" command > > > > and then upon Xorg shutdown: > > > > bad display name "xenon:0" in "remove" command > > Now that you have removed "xenon" from /etc/hosts, there's no way > to resolve this name. This is an expected error, I guess. After I added "xenon" to /etc/hosts, the error messages went away again. > > > On 2006-02-23 10:23, Rob wrote: > > 7. I gave the command "xhost +localhost" at the xterm prompt > > > > I get: localhost being added to access control list > > > > 8. I su at the xterm prompt and then give the command > > > > setenv DISPLAY localhost:0.0 all ok > > > > 9. then I try to run an X related program from the xterm command prompt > > and get the error: > > > > Error: Can't open display localhost:0.0 > > Now we're getting close. > > What is probably happening now is that your X11 server has > started fine, but is not listening for network connections. > > Can you check with sockstat(1) to see if the X server is > listening to port 6000 (this is what DISPLAY=:0 actually means)? > > An example of running sockstat to do this would be: > > keramida@flame:/home/keramida$ sockstat -l4 -p 6000 > USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS > root Xorg 876 3 tcp4 *:6000 *:* > keramida@flame:/home/keramida$ > > If you don't see something like this, but you get an empty port list > instead, like this one: > > keramida@flame:/home/keramida$ sockstat -l4 -p 6000 > USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS > keramida@flame:/home/keramida$ Aha! Yes, I got the empty sockstat list. > > Then you have two options: > > 1. Start the X11 server in ``listen mode'', which will enable > connections to port 6000: > > $ startx -listen_tcp I tried that and then at the xterm I again gave the commands xhost +localhost su'd setenv DISPLAY localhost:0.0 And I was able to run X programs as root, so that worked. > > 2. Use the ~/.Xauthority file of the user who started the X11 > session. This can only be done by root or a sufficiently > privileged user, and it works like this: > > $ su - > Password: **** > > After you have gained superuser privileges, you can `merge' the > proper credentials that will allow you to connect to the running > X11 session (even though it wasn't `root' that started it), by > using xauth(1): > > csh# setenv DISPLAY localhost:0 > csh# xauth merge ~user/.Xauthority > > Now you should be allowed to run X11 programs just fine. I did that and it worked! I stopped and started Xorg and the changes seem to be permanent. Now I don't have to use the "xhost +localhost" and "setenv DISPLAY localhost:0.0" any more. > > On 2006-02-23 10:23, Rob wrote: > > However, non X type programs like vi start ok without errors > > That's normal. > > On 2006-02-23 10:23, Rob wrote: > > I guess my next step will be to add the host "xenon" to /etc/hosts. Then it > > looks like this: > > > > ::1 localhost xenon > > 127.0.0.1 localhost xenon > > > > Is that correct? > > This is exactly what I've been trying to say all along! :) > > Yes, please *do* that. > > - Giorgos > > Thank you very much Giorgos for your help! I appreciate it very much. I still have to get sendmail starting at bootup but I can do that another day. Tomorrow I am moving so my internet access might be down for a couple of days anyway. I am going to take a rest! I will copy the list on this one just in case someone else runs into the same problem. Or maybe I could write something up that could be in some document. When you go through the learning experience it is very easy at that time to explain how you fixed something- although I have to admit that I am still somewhat uncertain how all of it works. I will read the man pages carefully for anything related to what we have just done. I also found something else out. Regarding my original problem of not being able to run an X type program off of the xterm command line as user- it turns out that some other programs started up fine. The difference is that the "animabob" program that I was trying to start uses OpenGL. I grepped through the "animabob" source and found the OpenGL call where "out of display lists" originates: The routine reads: base = glGenLists((GLuint) last+1); if (base == 0) { printf ("out of display lists") exit (0): } I tried several OpenGL based games like apoolGL and gleyes and they work fine. So really maybe it is not an OpenGL problem or just a problem in how the "animabob" program implements OpenGL. I have compiled this program outside the ports system long ago and it worked fine from the command line, so I am not sure what has happened over the intervening time. Thanks again. Sincerely, Rob Lytle -- ----------------------- http://www.roblytle.org Rob Lytle Home Page From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 22:27:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1124C16A420 for ; Thu, 23 Feb 2006 22:27:17 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4975943D48 for ; Thu, 23 Feb 2006 22:27:15 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1NMR4mO011146 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 24 Feb 2006 00:27:05 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1NMQdOH035615; Fri, 24 Feb 2006 00:26:39 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1NMQdEX035614; Fri, 24 Feb 2006 00:26:39 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 24 Feb 2006 00:26:39 +0200 From: Giorgos Keramidas To: Rob Message-ID: <20060223222639.GA35607@flame.pc> References: <20060223082331.74053568.rob@roblytle.org> <20060223172628.GA21362@flame.pc> <20060223102347.11de9bf7.rob@roblytle.org> <20060223212947.GA35132@flame.pc> <20060223141315.045c061e.rob@roblytle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060223141315.045c061e.rob@roblytle.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.371, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: problem regarding setting DISPLAY env variable and hostname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 22:27:17 -0000 On 2006-02-23 14:13, Rob wrote: > > > > Then you have two options: > > > > 1. Start the X11 server in ``listen mode'', which will enable > > connections to port 6000: > > > > $ startx -listen_tcp > > I tried that and then at the xterm I again gave the commands > > xhost +localhost > su'd > setenv DISPLAY localhost:0.0 > > And I was able to run X programs as root, so that worked. > > > > > 2. Use the ~/.Xauthority file of the user who started the X11 > > session. This can only be done by root or a sufficiently > > privileged user, and it works like this: > > > > $ su - > > Password: **** > > > > After you have gained superuser privileges, you can `merge' the > > proper credentials that will allow you to connect to the running > > X11 session (even though it wasn't `root' that started it), by > > using xauth(1): > > > > csh# setenv DISPLAY localhost:0 > > csh# xauth merge ~user/.Xauthority > > > > Now you should be allowed to run X11 programs just fine. > > I did that and it worked! I stopped and started Xorg and the changes seem to be permanent. > Now I don't have to use the "xhost +localhost" and "setenv DISPLAY localhost:0.0" any more. Great :-) Thanks for taking the time to post a followup, to verify that this was indeed a fix for twhat you were seeing. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 23:02:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69CEA16A420 for ; Thu, 23 Feb 2006 23:02:08 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id F285D43D46 for ; Thu, 23 Feb 2006 23:02:07 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so181505nzd for ; Thu, 23 Feb 2006 15:02:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P4O3sBw29+roISbr1xW31JxCcxj322S/nE2eWo41SX45ckai8nxauD5t2EBeWklXw1XDVZ+/nMNeehNgMLMaUtnUWCdAJhLQiKjgdOpX9XDqhOgxrCBVMdU0Xpe8xayx0vuzupcJiZUJ0RNMB2vDn6XHfaWgwAFokF7pRHpfH0I= Received: by 10.36.154.3 with SMTP id b3mr7452673nze; Thu, 23 Feb 2006 15:02:07 -0800 (PST) Received: by 10.37.20.11 with HTTP; Thu, 23 Feb 2006 15:02:07 -0800 (PST) Message-ID: Date: Fri, 24 Feb 2006 02:02:07 +0300 From: "Andrew Pantyukhin" To: Felix In-Reply-To: <1140670904.11288.15.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1140670904.11288.15.camel@localhost.localdomain> Cc: freebsd-questions@freebsd.org Subject: Re: PPPoE Connection Bug! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 23:02:08 -0000 This may not be very helpful but many of us use net/mpd to provide PPPoE/PPTP services. It's quite robust. Please, don't cross-post, it looks very impolite. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 23:12:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B0A16A4DE for ; Thu, 23 Feb 2006 23:12:20 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3155443D46 for ; Thu, 23 Feb 2006 23:12:19 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id s18so184076nze for ; Thu, 23 Feb 2006 15:12:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iW/HNJcOnLrzNVs2z/mjEjoiL8uh0AXH3ZYaGcSMLt6U3bXgPN1uJl1G7E9ZtxhWR6kWJtWLsCwuzemqs0WVsGONBJ1jx6zDziIikEzlV/t3H/GB1hthmATMpINaze8Hp2IvCeeSh/vvnS3NHygUnTuif2SBFmaJTGRScCvEfIU= Received: by 10.37.2.49 with SMTP id e49mr642644nzi; Thu, 23 Feb 2006 15:12:19 -0800 (PST) Received: by 10.37.20.11 with HTTP; Thu, 23 Feb 2006 15:12:19 -0800 (PST) Message-ID: Date: Fri, 24 Feb 2006 02:12:19 +0300 From: "Andrew Pantyukhin" To: "wc_fbsd@xxiii.com" In-Reply-To: <6.2.5.6.2.20060223111821.03344c00@xxiii.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43F73BFD.3080702@computer.org> <6.2.5.6.2.20060220133249.026ebae8@xxiii.com> <43FA0FA9.4040508@tundraware.com> <6.2.5.6.2.20060223111821.03344c00@xxiii.com> Cc: freebsd-questions@freebsd.org Subject: Re: Solved, thanks! And a hot software tip (was: How to remove Boot Menu) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 23:12:21 -0000 On 2/23/06, wc_fbsd@xxiii.com wrote: > Hi.... thanks to everyone who responded, Esp Tim D. on my question > about removing the FBSD boot manager. A plain old DOS FDISK /MBR > zapped it, and left my BSD installation untouched. > > Problem is.... yet again, I needed a dang DOS boot disk. I've been > thinking for years it would be cool to have a boot CD-Rom instead, > that could load up into a ram disk, yada, yada.... > > Well someone already did it, and did a damn thorough job: The > Ultimate Boot CD http://www.ultimatebootcd.com/ is a must-have > piece of free-ware for anyone maintaining "win-tel" PCs, regardless > of the operating system in use. See the site for a complete > list. But basically the guy has pulled together dozens of > manufacturer specific diagnostics, firmware flashers, etc onto one CD > that can run them directly, or get you a shell in dos or linux, and > be able to mount pretty much any file system out there. Good > Stuff! Check it out. And [maybe] finally trash those floppies for good. > > -Wayne > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > "wintel" stands for windows+intel :-) how about Freeon - FreeBSD+{Athlon|Sempron|Opteron}? Thanks for the tip. I've been wondering how one can do that, but never got to googling. I'm still afraid to mess with production servers, though zapping the boot manager would save a few seconds each reboot (hmm, once every few years :). UBCD is great, especially when you get hold of mkisofs and start customizing it. I had to learn it when I needed to reflash a server without FDD. It only took an hour to find a guide, experiment and have a new ubcd containing all the firmwares I need. Hiren is also very good, but it contains warez mostly, so beware. There are many other alternatives out there. From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 23:41:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC6E16A420 for ; Thu, 23 Feb 2006 23:41:26 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6147043D45 for ; Thu, 23 Feb 2006 23:41:26 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id i29so138761wxd for ; Thu, 23 Feb 2006 15:41:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rBpaqgfD9046JSQCdliK+zzHGo+OVarvdwjxf4ERoDiRazGc8AACpEjKwGpkZu6BVhS8WmGSVr9ww7uKWEOaOAU3I0janQpToft4lCnD/u/Mwwnbty2oNV9pEV+M3a2mPpKkLjHKQ9cyCWcr21o4TATNl2RnhetxY2LlbrIh6As= Received: by 10.70.29.16 with SMTP id c16mr973131wxc; Thu, 23 Feb 2006 15:41:25 -0800 (PST) Received: by 10.70.65.9 with HTTP; Thu, 23 Feb 2006 15:41:25 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 17:41:25 -0600 From: "Nikolas Britton" To: "Jayesh Jayan" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43FDC563.7080203@daleco.biz> Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Freebsd 5.4 release to 5.4 stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 23:41:27 -0000 On 2/23/06, Jayesh Jayan wrote: > That was valuable in deed .... > > The 12 server are all identical but the problem is that the test machine > which we will be using is not of the same class as that of the server. > > Then all the server run a custom built kernel and not the generic one. > You can still follow Kevins advise: "If so, it should be easy on you to do the "make buildworld" and "make buildkernel" steps on your testbed, export /usr/obj via NFS to your production machines, and simply have them mount this share and do the "make installkernel" and "make installworld" steps. IOW, just like the manual, but you do the hard work only once." 1. Download and Install FreeBSD 6.1-BETA2 (Install the Developer Distribution Set) 2. Cvsup with RELENG_6 (to get most current version of 6.1-PRERELEASE) 3. cd /usr/src; make buildworld; make buildkernel (The generic kernel) 4. tarball /usr/obj 5. finish installing world/kern using the standard protocol. 6. test your apps and tweak your test servers settings to your liking, when you've got everything to your liking... 7. copy over your custom kernel from a production server and merge the changes with the new 6.1 generic kernel to make a new custom kernel. 8. build this kernel: cd /usr/src/sys/i386/conf; config KERNFILE; cd ../compile/KERNFILE; make cleandepend; make depend; make 9. tarball the kernel build directory /usr/src/sys/i386/compile/KERNFILE 10. copy over to one of the lesser used / non critical production servers the two tarball files and expand them. 11. finish the standard buildworld/kern starting at "make installkernel" 12 test the system. 13. cd /usr/src/sys/i386/compile/KERNFILE; make install; reboot 14. now use this production server as your new test system. copy over from the old test system the /usr/src and /usr/ports directory and any other stuff you need, like the custom kernel config file etc. 15. cd /usr/src; nice +20 make KERNCONF=3DKERNFILE buildkernel 16. tarball /usr/obj 17. copy this to all the servers 18. finish the standard buildworld/kern starting at "make installkernel" etc. don't forget to build and/or rebuild all the new ports into packages to install on the servers.... sorry, I don't have time to finish editing this message so this will have to do, got to run... -- BSD Podcasts @ http://bsdtalk.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 00:10:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A46B16A420 for ; Fri, 24 Feb 2006 00:10:17 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D9743D48 for ; Fri, 24 Feb 2006 00:10:17 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp1.utdallas.edu (Postfix) with ESMTP id 0C673388CA9 for ; Thu, 23 Feb 2006 18:10:17 -0600 (CST) Date: Thu, 23 Feb 2006 18:10:17 -0600 From: Paul Schmehl To: freebsd-questions Message-ID: X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Some SMP questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 00:10:17 -0000 When you do a "default" install of 6.0-RELEASE, does the kernel have support for SMP? Or do you have to compile a custom kernel to get that? Does this mean SMP is not enabled? kern.smp.cpus: 1 kern.smp.disabled: 0 kern.smp.active: 0 kern.smp.maxcpus: 1 Can I set these with sysctl? Or do I need to recompile the kernel? (I'm assuming I need this: kern.smp.cpus: 2 kern.smp.disabled: 0 kern.smp.active: 1 kern.smp.maxcpus: 2 Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/ From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 00:22:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F201016A420 for ; Fri, 24 Feb 2006 00:22:35 +0000 (GMT) (envelope-from timothy@open-networks.net) Received: from titan.open-networks.net (ns.open-networks.net [202.173.176.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 877D443D48 for ; Fri, 24 Feb 2006 00:22:35 +0000 (GMT) (envelope-from timothy@open-networks.net) Received: from [192.168.1.200] (titan.open-networks.net [192.168.1.200]) by titan.open-networks.net (Postfix) with ESMTP id EA67BB83F for ; Fri, 24 Feb 2006 10:23:04 +1000 (EST) Message-ID: <43FE51E8.5060403@open-networks.net> Date: Fri, 24 Feb 2006 10:23:04 +1000 From: Timothy Smith User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: moused problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 00:22:36 -0000 hi there when i disconnect my mouse from the ps2 port, when i go to reconnect it i find my mouse has stopped working. when i restart moused it works again, but i find that my scroll wheel no longer works in X. any ideas how i can prevent this from happening all together? From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 00:23:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E061816A420 for ; Fri, 24 Feb 2006 00:23:55 +0000 (GMT) (envelope-from jbell@stelesys.com) Received: from stelesys.com (web3.stelesys.com [63.175.100.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC6D43D45 for ; Fri, 24 Feb 2006 00:23:55 +0000 (GMT) (envelope-from jbell@stelesys.com) Received: from c-71-199-184-251.hsd1.ga.comcast.net ([71.199.184.251] helo=[192.168.0.148]) by stelesys.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FCQkV-0003au-1n; Thu, 23 Feb 2006 19:23:55 -0500 Message-ID: <43FE5219.9020400@stelesys.com> Date: Thu, 23 Feb 2006 19:23:53 -0500 From: Jerry Bell User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Paul Schmehl References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: Some SMP questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 00:23:56 -0000 The default kernel doesn't support SMP. You have to recompile with the SMP config and it'll start getting your other processor. Regards, Jerry http://www.bsdsec.com Paul Schmehl wrote: > When you do a "default" install of 6.0-RELEASE, does the kernel have > support for SMP? Or do you have to compile a custom kernel to get that? > > Does this mean SMP is not enabled? > > kern.smp.cpus: 1 > kern.smp.disabled: 0 > kern.smp.active: 0 > kern.smp.maxcpus: 1 > > Can I set these with sysctl? Or do I need to recompile the kernel? > (I'm assuming I need this: > kern.smp.cpus: 2 > kern.smp.disabled: 0 > kern.smp.active: 1 > kern.smp.maxcpus: 2 > > Paul Schmehl (pauls@utdallas.edu) > Adjunct Information Security Officer > University of Texas at Dallas > AVIEN Founding Member > http://www.utdallas.edu/ir/security/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 00:46:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9417716A420 for ; Fri, 24 Feb 2006 00:46:44 +0000 (GMT) (envelope-from don@lizardhill.com) Received: from bigbird.whtech.com (bigbird.whtech.com [64.125.72.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 4FA0543D45 for ; Fri, 24 Feb 2006 00:46:44 +0000 (GMT) (envelope-from don@lizardhill.com) Received: (qmail 43121 invoked by uid 0); 24 Feb 2006 00:46:36 -0000 Received: from unknown (HELO mickey) (unknown) by unknown with SMTP; 24 Feb 2006 00:46:36 -0000 From: "Don O'Neil" To: , Date: Thu, 23 Feb 2006 16:46:45 -0800 Message-ID: <024b01c638db$c9a84800$0300020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcY428l/OyuE7pIZRFC8Vk3L7Ux0Ig== Cc: Subject: Build Backwards Compatible MySQL Client Libs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 00:46:44 -0000 Hi all... I have some OLD programs I don't have the source for that were built with the MySQL 3.23.55 client libraries. They still work great, even when using those libraries to connect to 4.1.18 Mysql (I have a copy of the old lib in the new lib dir) However, is there some way I can build a 3.X compatible library (the old one is mysqlclient.so.10) with the latest source so I can get all the bug fixes and still be backwards compatible? I tried creating a link to the new lib with the old name, but there is a function call that is missing the old programs complain about when they run. Thanks!! From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 01:00:29 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05EC116A420 for ; Fri, 24 Feb 2006 01:00:29 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7608243D49 for ; Fri, 24 Feb 2006 01:00:28 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 76DAD131E69 for ; Fri, 24 Feb 2006 11:30:27 +1030 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 5553285EAD; Fri, 24 Feb 2006 11:30:27 +1030 (CST) Date: Fri, 24 Feb 2006 11:30:27 +1030 From: Greg 'groggy' Lehey To: FreeBSD Questions Message-ID: <20060224010027.GF65002@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WEUF37b/wLONZibr" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: Subject: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 01:00:29 -0000 --WEUF37b/wLONZibr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Ten years ago today, on 24 February 1996, I submitted for publication the final version of the first ever book on FreeBSD, "Installing and Using FreeBSD". It was later renamed to "The Complete FreeBSD". I have always retained full rights to the book, and for today I've decided to release it for download under the Creative Commons license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. Greg -- Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --WEUF37b/wLONZibr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFD/lqrIubykFB6QiMRAvuWAJ9rStxYilFL1ZcvAPQV/I8GMqsnVACgihOl 4g28fzTyZtgvKoT/lS+AS48= =2ifi -----END PGP SIGNATURE----- --WEUF37b/wLONZibr-- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 01:00:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B806216A420 for ; Fri, 24 Feb 2006 01:00:53 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6909643D48 for ; Fri, 24 Feb 2006 01:00:53 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from 35st-server.simplicato.com (static-71-249-233-130.nycmny.east.verizon.net [71.249.233.130]) by zoraida.natserv.net (Postfix) with ESMTP id 7F1E17E10 for ; Thu, 23 Feb 2006 20:00:52 -0500 (EST) References: Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Free BSD Questions list Date: Thu, 23 Feb 2006 20:00:55 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Subject: Re: /etc/rc.d/jail can't stop jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 01:00:53 -0000 Thanks to Valerio daelli for pointing out that the names I had in my rc.conf needed to be changed to match the actual jail name. The jail now starts, however trying to kill it still doesn't work. There is no error and running /etc/rc.d/jail mail stop shows Stopping jails: mail12. However the jail remains. It seems all processes inside the jail die, but the jail remains. In particular I notice ssh dies. Anything needs to be run from within the jail before running /etc/rc.d/jail stop? From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 01:34:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12A1216A420 for ; Fri, 24 Feb 2006 01:34:53 +0000 (GMT) (envelope-from cstll@hotmail.com) Received: from hotmail.com (bay107-f21.bay107.hotmail.com [64.4.51.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE71743D4C for ; Fri, 24 Feb 2006 01:34:52 +0000 (GMT) (envelope-from cstll@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 23 Feb 2006 17:34:52 -0800 Message-ID: Received: from 64.4.51.220 by by107fd.bay107.hotmail.msn.com with HTTP; Fri, 24 Feb 2006 01:34:51 GMT X-Originating-IP: [216.176.192.86] X-Originating-Email: [cstll@hotmail.com] X-Sender: cstll@hotmail.com In-Reply-To: From: "Xavier Castll" To: freebsd-questions@freebsd.org Date: Thu, 23 Feb 2006 17:34:51 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 24 Feb 2006 01:34:52.0232 (UTC) FILETIME=[820D6C80:01C638E2] Subject: RE: freebsd.org mailing list memberships reminder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 01:34:53 -0000 Hello FreeBSD gurus: I am trying to install FreeBSD 6.0 in the following configuration: SuperMicro X6DH8-G Chassis compatible with board 2 Gigabite of Memory Adaptec RAID 2010S with 3 SCSI hot-swapable Ultra 320 73 GB drives from Hitachi (IBM) The problem I am having is that after the three disk have been inerted and FreeBSD is booting for the first time, the installation stops in the following section: md0: Preloaded image 4423680 bytes at 0xc03070c And it doesn't go any further. The same thing happens if I try to boot with the ISO bootable cd. Could you guys please shed some light in this problem as Supermicro support says they do not support FreeBSD and we need the OS to work for a very important application? Your help is greatly appreciated. Xavier _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 01:37:28 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D034716A420 for ; Fri, 24 Feb 2006 01:37:28 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdscexfe01.sc.wdc.com (wdscexfe01.sc.wdc.com [129.253.170.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D27443D4C for ; Fri, 24 Feb 2006 01:37:28 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdmyexbe03.my.asia.wdc.com ([129.253.105.55]) by wdscexfe01.sc.wdc.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 23 Feb 2006 17:37:25 -0800 Received: from 129.253.108.208 ([129.253.108.208]) by wdmyexbe03.my.asia.wdc.com ([129.253.105.55]) with Microsoft Exchange Server HTTP-DAV ; Fri, 24 Feb 2006 01:37:19 +0000 Received: from neuromancer by 129.253.105.55; 24 Feb 2006 09:36:53 +0800 From: Ow Mun Heng To: FreeBSD Questions In-Reply-To: <20060224010027.GF65002@wantadilla.lemis.com> References: <20060224010027.GF65002@wantadilla.lemis.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 24 Feb 2006 09:36:53 +0800 Message-Id: <1140745013.4762.61.camel@neuromancer.home.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 X-OriginalArrivalTime: 24 Feb 2006 01:37:25.0484 (UTC) FILETIME=[DD65D2C0:01C638E2] Cc: Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 01:37:29 -0000 On Fri, 2006-02-24 at 11:30 +1030, Greg 'groggy' Lehey wrote: > Ten years ago today, on 24 February 1996, I submitted for publication > the final version of the first ever book on FreeBSD, "Installing and > Using FreeBSD". It was later renamed to "The Complete FreeBSD". > Dude.. (or Sir) nice Beard!! My "Minister of Finance" never lets me keep it that long! > I have always retained full rights to the book, and for today I've > decided to release it for download under the Creative Commons > license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. So, it's a work in progress? Marking the changes to FreeBSD since 10 years ago? Thanks for the book anyway. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 02:09:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8346216A420 for ; Fri, 24 Feb 2006 02:09:25 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from webmaillogin.com (fr5.webmaillogin.com [216.40.35.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A6843D45 for ; Fri, 24 Feb 2006 02:09:24 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from [216.240.12.2] (account gpeel@thenetnow.com HELO GRANT) by fr5.webmaillogin.com (CommuniGate Pro SMTP 4.3.8) with ESMTPA id 151376849 for freebsd-questions@freebsd.org; Thu, 23 Feb 2006 21:09:24 -0500 Message-ID: <001201c638e7$59c373a0$6701a8c0@GRANT> From: "Grant Peel" To: Date: Thu, 23 Feb 2006 21:09:25 -0500 Organization: The Net Now Internet MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: FBSD 6.0 locking up. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 02:09:25 -0000 Hi all, I have a production server that has been online for a few months now running FreeBSD 6.0. Until now it has been performing flawlessly. It is on a brand new Dell PE1850. A few days back, at a clients request I opened port 3306 to allow remote access to mysql. 3 times today I had to reboot the server because it was not 'alive'. Fortuneately, I have a remote access card on this server which will perform a cold start independantly of the OS. It also has a remote terminal emulator, which I tried to access each time the system frooze, and I could not even type to the terminal let alone login. A ping from another local machine simply shows 'host is down' I have since blocked port 3306, and the machine (and all deamons) have been running for 4 hours now without issue. Do you think opening port 3306 and the crashes are coincidental, or related? Has anyone has similar expierinces? If so, what was the resolve? Thanks all, -Grant From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 02:10:28 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8911416A420 for ; Fri, 24 Feb 2006 02:10:28 +0000 (GMT) (envelope-from tillman@seekingfire.com) Received: from mail.seekingfire.com (caliban.seekingfire.com [24.89.83.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37D943D49 for ; Fri, 24 Feb 2006 02:10:27 +0000 (GMT) (envelope-from tillman@seekingfire.com) Received: by mail.seekingfire.com (Postfix, from userid 500) id A75E7149; Thu, 23 Feb 2006 20:10:26 -0600 (CST) Date: Thu, 23 Feb 2006 20:10:26 -0600 From: Tillman Hodgson To: FreeBSD Questions Message-ID: <20060224021026.GY95501@seekingfire.com> References: <20060224010027.GF65002@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060224010027.GF65002@wantadilla.lemis.com> X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . X-GPG-Key-ID: 828AFC7B X-GPG-Fingerprint: 5584 14BA C9EB 1524 0E68 F543 0F0A 7FBC 828A FC7B X-GPG-Key: http://www.seekingfire.com/personal/gpg_key.asc X-Urban-Legend: There is lots of hidden information in headers X-Tillman-rules: yes he does User-Agent: Mutt/1.5.11 Cc: Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 02:10:28 -0000 On Fri, Feb 24, 2006 at 11:30:27AM +1030, Greg 'groggy' Lehey wrote: > Ten years ago today, on 24 February 1996, I submitted for publication > the final version of the first ever book on FreeBSD, "Installing and > Using FreeBSD". It was later renamed to "The Complete FreeBSD". > > I have always retained full rights to the book, and for today I've > decided to release it for download under the Creative Commons > license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. Thank you Greg, I appreciate your gift to the community. I have a copy of the 4th Edition (O'Reilly Community Press version) on the O'Reilly shelf in my computer room and it's proven valuable many times. I wish the 10th anniversary edition well and that that the community shares back :-) -T -- "There will come a time when you believe everything is finished. That will be the beginning." -- Louis L'Amour From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 02:13:07 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73C4416A423 for ; Fri, 24 Feb 2006 02:13:06 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F4D43D45 for ; Fri, 24 Feb 2006 02:13:05 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 2280 invoked from network); 24 Feb 2006 13:13:04 +1100 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 24 Feb 2006 13:13:04 +1100 Message-ID: <43FE6BA6.7060805@meijome.net> Date: Fri, 24 Feb 2006 13:12:54 +1100 From: Norberto Meijome User-Agent: Thunderbird 1.5 (X11/20060206) MIME-Version: 1.0 To: Greg 'groggy' Lehey References: <20060224010027.GF65002@wantadilla.lemis.com> In-Reply-To: <20060224010027.GF65002@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@meijome.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 02:13:07 -0000 Greg 'groggy' Lehey wrote: > Ten years ago today, on 24 February 1996, I submitted for publication > the final version of the first ever book on FreeBSD, "Installing and > Using FreeBSD". It was later renamed to "The Complete FreeBSD". > > I have always retained full rights to the book, and for today I've > decided to release it for download under the Creative Commons > license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. > > Greg > -- > Greg, thanks a lot for all the time and effort invested in the book and FreeBSD overall :) And thanks also for publishing the book under a CC license - more of us should do this A LOT more often :) Best regards, Beto From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 00:02:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2503916A420 for ; Thu, 23 Feb 2006 00:02:20 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from outbound-mail.nyc.untd.com (outbound-mail.nyc.untd.com [64.136.20.164]) by mx1.FreeBSD.org (Postfix) with SMTP id 7EE0A43D46 for ; Thu, 23 Feb 2006 00:02:19 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from webmail13.nyc.untd.com (webmail13.nyc.untd.com [10.141.27.153]) by smtpout02.nyc.untd.com with SMTP id AABB9386FAJXAEMA for (sender ); Wed, 22 Feb 2006 16:02:13 -0800 (PST) Received: (from gs_stoller@juno.com) by webmail13.nyc.untd.com (jqueuemail) id LHUSEKK5; Wed, 22 Feb 2006 16:01:14 PST Received: from [67.84.55.15] by webmail13.nyc.untd.com with HTTP: Thu, 23 Feb 2006 00:00:36 GMT X-Originating-IP: [67.84.55.15] Mime-Version: 1.0 From: "gs_stoller@juno.com" Date: Thu, 23 Feb 2006 00:00:36 GMT To: fbsd_user@a1poweruser.com, freebsd@akruijff.dds.nl X-Mailer: Webmail Version 4.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Type: text/plain Message-Id: <20060222.160114.2703.334209@webmail13.nyc.untd.com> X-ContentStamp: 1:1:907049846 X-UNTD-OriginStamp: /s5f1SIGSI3+WdnoYQ8yREdeTknvPvpQY0ivA5+Ly9Clx8BypvYGVw== X-UNTD-Peer-Info: 10.141.27.153|webmail13.nyc.untd.com|webmail13.nyc.untd.com|gs_stoller@juno.com X-Mailman-Approved-At: Fri, 24 Feb 2006 02:57:16 +0000 Cc: freebsd-questions@freebsd.org, gs_stoller@juno.com Subject: RE: installation of FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 00:02:20 -0000 I've given up on the installation of FreeBSD 6.0 on my current system. = I bought a new system (it was on sale) and will do the installation of = FreeBSD 6.0 on it, but I will start a new message thread for that the su= bject matter being "New Computer System". From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 00:44:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0932016A420 for ; Thu, 23 Feb 2006 00:44:46 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from outbound-mail.nyc.untd.com (outbound-mail.nyc.untd.com [64.136.20.164]) by mx1.FreeBSD.org (Postfix) with SMTP id 6361E43D46 for ; Thu, 23 Feb 2006 00:44:45 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from webmail39.nyc.untd.com (webmail39.nyc.untd.com [10.141.27.179]) by smtpout01.nyc.untd.com with SMTP id AABB94BMNAYLHU7A for (sender ); Wed, 22 Feb 2006 16:44:28 -0800 (PST) Received: (from gs_stoller@juno.com) by webmail39.nyc.untd.com (jqueuemail) id LHUUTYC3; Wed, 22 Feb 2006 16:43:30 PST Received: from [67.84.55.15] by webmail39.nyc.untd.com with HTTP: Thu, 23 Feb 2006 00:42:36 GMT X-Originating-IP: [67.84.55.15] Mime-Version: 1.0 From: "gs_stoller@juno.com" Date: Thu, 23 Feb 2006 00:42:36 GMT To: freebsd-questions@freebsd.org X-Mailer: Webmail Version 4.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Type: text/plain Message-Id: <20060222.164330.8420.330983@webmail39.nyc.untd.com> X-ContentStamp: 3:5:3823097506 X-UNTD-OriginStamp: /s5f1SIGSI3+WdnoYQ8yREdeTknvPvpQVcIjlIto2xxwYf709jnERQ== X-UNTD-Peer-Info: 10.141.27.179|webmail39.nyc.untd.com|webmail39.nyc.untd.com|gs_stoller@juno.com X-Mailman-Approved-At: Fri, 24 Feb 2006 02:57:57 +0000 Subject: New Computer System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 00:44:46 -0000 I bought a new system (it was on sale), it has 180 Gigabytes of hard drive. Naturally I want to slice it up, so where can I find the documentation on the slice/partition process and table. As I recall, I can make 4 hard slices/partitions and then I can further break-down 1 (or more of them) to have logical slices/partitions. Where can I find documentation on the logical slices/partitions and how to use them? Can I boot into a ( FreeBSD ) logical slice, and if so, how do I do it? (For the 4 hard slices, one uses function keys F1 thru F4 .) Has someone already setup the capability of booting into logical slices, and if so, where can I get it and its documentation? From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 06:25:11 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D8C16A420 for ; Thu, 23 Feb 2006 06:25:11 +0000 (GMT) (envelope-from andrep@imaginet.co.za) Received: from ctb-mesg3.saix.net (ctb-mesg3.saix.net [196.25.240.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C812F43D5D for ; Thu, 23 Feb 2006 06:25:07 +0000 (GMT) (envelope-from andrep@imaginet.co.za) Received: from officexp (dsl-145-197-214.telkomadsl.co.za [165.145.197.214]) by ctb-mesg3.saix.net (Postfix) with ESMTP id 6268F38BA for ; Thu, 23 Feb 2006 08:25:04 +0200 (SAST) From: "Andre Pretorius" To: Date: Thu, 23 Feb 2006 08:25:00 +0200 Message-ID: <000001c63841$e2e7a760$0c00000a@officexp> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailman-Approved-At: Fri, 24 Feb 2006 03:03:10 +0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 06:25:11 -0000 I need to monitor traffic from my network to the internet, I then need to charge each user (preferably username and password authentication) for the amount of data used. Can FreeBSD do this? Hope to hear from you soon Andre From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 03:08:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA8116A420 for ; Fri, 24 Feb 2006 03:08:07 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F13443D5D for ; Fri, 24 Feb 2006 03:08:02 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id k1O37u2S000498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Feb 2006 10:07:56 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id k1O37tS5071645; Fri, 24 Feb 2006 10:07:55 +0700 (ICT) Date: Fri, 24 Feb 2006 10:07:55 +0700 (ICT) Message-Id: <200602240307.k1O37tS5071645@banyan.cs.ait.ac.th> From: Olivier Nicole To: andrep@imaginet.co.za In-reply-to: <000001c63841$e2e7a760$0c00000a@officexp> (andrep@imaginet.co.za) References: <000001c63841$e2e7a760$0c00000a@officexp> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 03:08:07 -0000 > I need to monitor traffic from my network to the internet, I then need > to charge each user (preferably username and password authentication) > for the amount of data used. I think monowall can do that, it is build on freebsd. Olivier From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 03:11:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E042E16A420 for ; Fri, 24 Feb 2006 03:11:24 +0000 (GMT) (envelope-from don@lizardhill.com) Received: from bigbird.whtech.com (bigbird.whtech.com [64.125.72.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 3BE2C43D66 for ; Fri, 24 Feb 2006 03:11:24 +0000 (GMT) (envelope-from don@lizardhill.com) Received: (qmail 96803 invoked by uid 0); 24 Feb 2006 03:11:15 -0000 Received: from unknown (HELO mickey) (unknown) by unknown with SMTP; 24 Feb 2006 03:11:15 -0000 From: "Don O'Neil" To: Date: Thu, 23 Feb 2006 19:11:25 -0800 Message-ID: <030801c638ef$ff716ac0$0300020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcY47/8z8SDCNuUGQZGjYr075MmcPQ== Cc: freebsd-questions@freebsd.org Subject: Mod_Auth_Mysql v2.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 03:11:26 -0000 Does anyone have instructions on how to build v2.2 of Mod_Auth_Mysql with the latest Apache HTTP release? I have old apps that I cannot rebuild that require some of the directives & syntax that are only supported in v2.2 Alternatively, if someone has a pre-built module for the 1x line of HTTPD, built for FreeBSD 4.11 that would be WONDERFULL!! Or, again, maybe there is a slightly later version than 2.2 that has all the same support that is easier to build? V 3.0 doesn't have the function calls I need, although I can build it in a snap. Thanks!! From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 03:19:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E953A16A420 for ; Fri, 24 Feb 2006 03:19:04 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60011.mail.yahoo.com (web60011.mail.yahoo.com [209.73.178.74]) by mx1.FreeBSD.org (Postfix) with SMTP id 683D643D45 for ; Fri, 24 Feb 2006 03:19:04 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 37422 invoked by uid 60001); 24 Feb 2006 03:19:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=tmbwg0bF+NpVm2I7xnAGqJnbO2NZQvHV1GGDK+8fAFbQXU87IcZ+fUJBYJeU+QzdCmVnSqka7ThyaTb5IadR6kWnuEWGmOlAtQMqpiwvXEWvD3gmqNUh0xdY4wGIdZYMZRSArO9n8UCuaPESYZhOotWZM8jYJQJDN9AnAR7EHIY= ; Message-ID: <20060224031903.37420.qmail@web60011.mail.yahoo.com> Received: from [216.252.85.201] by web60011.mail.yahoo.com via HTTP; Thu, 23 Feb 2006 22:19:03 EST Date: Thu, 23 Feb 2006 22:19:03 -0500 (EST) From: Peter To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: setting up french keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 03:19:05 -0000 Hi. Does anyone know how I can set up my 5.4 system to output French characters? If so, how? -- Peter __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 03:20:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAEAB16A420 for ; Fri, 24 Feb 2006 03:20:48 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D4843D55 for ; Fri, 24 Feb 2006 03:20:46 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FCTVO-0006N1-D8 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 04:20:30 +0100 Received: from S0106000d87ae2db6.gv.shawcable.net ([24.68.24.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Feb 2006 04:20:30 +0100 Received: from dfarmour by S0106000d87ae2db6.gv.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Feb 2006 04:20:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: David Armour Date: Fri, 24 Feb 2006 02:56:05 +0000 (UTC) Lines: 23 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.68.24.17 (Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.1) Gecko/20060219 Firefox/1.5.0.1) Sender: news Subject: "10 years of The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 03:20:48 -0000 as a relatively-complete newb, even after several years, i believe i owe a lot of what i have learned in that time to your book. it's a pleasure to have the opportunity to thank you publically for your book, and now, for your generosity in donating it to the creative commons. you even got me to use capitals in the subject line. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 03:43:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3345616A420 for ; Fri, 24 Feb 2006 03:43:54 +0000 (GMT) (envelope-from don@donhayford.com) Received: from pop-4.dnv.wideopenwest.com (pop-4.dnv.wideopenwest.com [64.233.207.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80BDF43D46 for ; Fri, 24 Feb 2006 03:43:53 +0000 (GMT) (envelope-from don@donhayford.com) Received: from [192.168.1.101] (d60-65-141-141.col.wideopenwest.com [65.60.141.141]) by pop-4.dnv.wideopenwest.com (8.12.11/8.12.11) with ESMTP id k1O3eDLV020253; Thu, 23 Feb 2006 21:40:13 -0600 Message-ID: <43FE810D.8010201@donhayford.com> Date: Thu, 23 Feb 2006 22:44:13 -0500 From: Donald T Hayford User-Agent: Thunderbird 1.5 (X11/20060218) MIME-Version: 1.0 To: Fabian Keil References: <43FD1F4E.5060204@donhayford.com> <20060223114906.3a9a3e77@localhost> In-Reply-To: <20060223114906.3a9a3e77@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Subject: Re: Automatically changing modes on the DVD writer for K3b X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 03:43:54 -0000 Fabian Keil wrote: > Donald T Hayford wrote: > > >> To get K3b to work I need to change the mode of the following devices to >> 664 (or 666) from 644. >> >> /dev/xpt0 >> /dev/cd0 and /dev/cd1 >> /dev/pass0 and /dev/pass1 >> >> Is there a way to do this automatically on boot-up? Now I do it using a >> script that I run as root but, of course, I always forget to run the >> script before I run K3b. >> > > Use /etc/devfs.conf: > > perm xpt0 0664 > perm cd0 0664 > perm cd1 0664 > perm pass0 0664 > perm pass1 0664 > > Fabian > Worked perfectly -- thanks. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 03:48:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 070FE16A420 for ; Fri, 24 Feb 2006 03:48:27 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC3F243D49 for ; Fri, 24 Feb 2006 03:48:26 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id k1O3mQiU008526; Thu, 23 Feb 2006 22:48:26 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id k1O3mP3W008525; Thu, 23 Feb 2006 22:48:25 -0500 (EST) From: Jerry McAllister Message-Id: <200602240348.k1O3mP3W008525@clunix.cl.msu.edu> To: gs_stoller@juno.com Date: Thu, 23 Feb 2006 22:48:25 -0500 (EST) In-Reply-To: <20060222.164330.8420.330983@webmail39.nyc.untd.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: New Computer System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 03:48:27 -0000 > > I bought a new system (it was on sale), it has 180 Gigabytes > of hard drive. Naturally I want to slice it up, so where can I find > the documentation on the slice/partition process and table. As I > recall, I can make 4 hard slices/partitions and then I can further > break-down 1 (or more of them) to have logical slices/partitions. > Where can I find documentation on the logical slices/partitions and > how to use them? Can I boot into a ( FreeBSD ) logical slice, and > if so, how do I do it? (For the 4 hard slices, one uses function > keys F1 thru F4 .) Has someone already setup the capability of > booting into logical slices, and if so, where can I get it and its > documentation? It is all documented in the FreeBSD Handbook that is available online at the freebsd.org web site. Forget the concept of logical slices in FreeBSD. Everything is logical actually, but not in the sense people are used to seeing in Microsloth. Yes, you can make up to 4 primary slices on a disk drive. That is also true in MS world and others. After that it gets a little different. First of all, if you intend to only run FreeBSD on that machine or even just that disk, then there is no reason to use more than one primary slice that you make the size of the whole disk (minus the scrap that gets wasted in rounding to even cylinders for building slices and partitions) Each slice can then be subdivided in up to 8 partitions a-h, but for practical purposes partition c is reserved. Many people also still skip partition d for obscure historical purposes that no longer are meaningful. Also, the b partition is usually used to designate space used for swap. The only reason you need to divide the boot slice in to partitions is for ease of management. You will probably want a fairly small root partition and a sizeable chunk dedicated to swap. There are two main reasons for using more divisions, but it depends on your usage and needs. One reason is to make backups and restores manageable. The bigger the partition, the longer it takes to back up and to recover if there is a problem. The other reason is to help contain runaway disk usage and sometimes to isolate one clump of users or applications from another clump of users or applications. For those reasons, I generally make the following partitions. partition Mount size comments a = / (root) 128MB b = swap 1.5 GB or more - 2.5 X the system memory. c = reserved whole slice for internal use e = /tmp 512 MB Occasionally something can fill /tmp and I don't want it overfilling some other partition. f = /usr 2.5 GB ports and a lot of stuff live there g = /var 1.5 GB more if I want a database living there also log files live there and can grow h = /home All of the remainder of the whole slice/disk Pick any name. /home is easy to remember I also move some directories such as /usr/local and /var/spool and /var/log and even /var/db/... in to the /home partition and make sym links if they start growing.. If you have a second hard disk then you might want to make one large slice and two partitions on it. One for additional swap and the rest in to extra space to use however you see fit. I typically mount mine as /work. ////jerry From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 03:52:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC00816A420 for ; Fri, 24 Feb 2006 03:52:12 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B60E43D49 for ; Fri, 24 Feb 2006 03:52:12 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id s18so165772wxc for ; Thu, 23 Feb 2006 19:52:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qD+/fyKi2HGRYFLeAv7pC8NhYdtYg2GKQPHDK6jGvzzWQVrgz1gKHQC+L7FIWUFL5APEbO3V0zyOaD7KFxLGhTNVkWF/SiSvukEo62BlcQwhzBaDonArf03SLagF7LrH/VDBJf3u0plN+GHcfPtY/CLTtErHFFZRBgnln9Xmez8= Received: by 10.70.46.11 with SMTP id t11mr476862wxt; Thu, 23 Feb 2006 19:52:11 -0800 (PST) Received: by 10.70.58.15 with HTTP; Thu, 23 Feb 2006 19:52:11 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 21:52:11 -0600 From: "illoai@gmail.com" To: "Eric Sc\"Marc G. Fournier\"" , freebsd-questions@freebsd.org In-Reply-To: <43FDDE01.60707@computer.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060222212054.Q1931@ganymede.hub.org> <43FDDE01.60707@computer.org> Cc: Subject: Re: OpenVPN in QEMU on FreeBSD 6.x ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 03:52:12 -0000 On 2/23/06, Eric Schuele wrote: > Marc G. Fournier wrote: > > > > Did some searching tonight, to see what was available as an OSS > > alternative to VMWare, and came across QEMU ... what I'm interested in > > doing is running a QEMU vServer that runs FreeBSD inside of it, and wil= l > > support having outside connections talking to it as a VPN "hub(?)" ... > > basically, I don't want to have to futz at the Host OS level, only the > > Client OS level, as far as networking is concerned ... > > > > Good chance I can't help.... I'm just curious. > > You want to have a VPN endpoint running in FreeBSD as a guest OS within > Qemu, on a FreeBSD host? You want it in Qemu so you don't have to > modify the host's network setup and/or install the necessary software? > > In any case, take a look here (if you haven't already): > http://www.qemu.org/qemu-doc.html#SEC20 > Might find something useful. > > The Qemu site states "The QEMU VM behaves as if it was behind a firewall > which blocks all incoming connections." So on first glance, its sounds > as if it might not be supported. But I'd read over the docs in more > detail if I were you. > Qemu's default behaviour (-net user) is as a firewalled machine, some futzing around and searching on google, and using tap(4), along side ng_bridge(4), you can make it behave as a normal network node (albeit one at 10baseTX), which should support your needs in this one instance. > > > Wishful thinking, or does this make sense? Has anyone done it? > > Pointers to docs on this, if so? > > qemu.dad-answers.com has a *BSD subsexion, from whence I managed to get mine working: http://tinyurl.com/pazdu (assuming I cut and pasted okay this time) Honestly, if you're going to run FreeBSD inside the VM, you might look into chroot and jail, as I'm sure those would be faster. I know exactly nothing about networking in jails and/or chroot environments, so qemu may be the thing. -- -- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 04:05:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05D5B16A420 for ; Fri, 24 Feb 2006 04:05:34 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF2743D45 for ; Fri, 24 Feb 2006 04:05:33 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id s8so167907wxc for ; Thu, 23 Feb 2006 20:05:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eDAv5BbVC+/4WgAyEbJambu/oxq17pdWJ+Pflnwi/tGPDtkynVlVAbMldkJS4KkLdK9TOj0A3+vCON9aCXHTZBZXxUVmNjWCVBffqLUvjwym5unaHoqc+mlO74yFAUI9Qi/pJMqA6W0fwG0cAzd5zWyXDyJPPiJ5B2cFBTMM5fU= Received: by 10.70.30.7 with SMTP id d7mr1261248wxd; Thu, 23 Feb 2006 20:05:32 -0800 (PST) Received: by 10.70.58.15 with HTTP; Thu, 23 Feb 2006 20:05:32 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 22:05:32 -0600 From: "illoai@gmail.com" To: "Timothy Smith" In-Reply-To: <43FE51E8.5060403@open-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43FE51E8.5060403@open-networks.net> Cc: freebsd-questions@freebsd.org Subject: Re: moused problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 04:05:34 -0000 On 2/23/06, Timothy Smith wrote: > hi there when i disconnect my mouse from the ps2 port, when i go to > reconnect it i find my mouse has stopped working. when i restart moused > it works again, but i find that my scroll wheel no longer works in X. > any ideas how i can prevent this from happening all together? I do think that ps2 mouses aren't always hot-pluggable, but I'm uncertain. xorg 6.9 and moused -z 4 don't seem to play nicely, I had to take the -z 4 flag out for scroll wheel to work again. I also discovered that some cheap KVMs (belkin omni cube) throw up a lot of random noise when you switch ports, and mouses can do odd and not fun things when you reconnect (up to and inclusing freezing X and panicking the system). If yours isn't related to that maybe it's just your momma board not likin' the hot swappin' and is tryin' to tell you to quit it. -- -- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 04:16:36 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C55416A420 for ; Fri, 24 Feb 2006 04:16:36 +0000 (GMT) (envelope-from jekillen@prodigy.net) Received: from smtp113.sbc.mail.mud.yahoo.com (smtp113.sbc.mail.mud.yahoo.com [68.142.198.212]) by mx1.FreeBSD.org (Postfix) with SMTP id 8891D43D46 for ; Fri, 24 Feb 2006 04:16:35 +0000 (GMT) (envelope-from jekillen@prodigy.net) Received: (qmail 33865 invoked from network); 24 Feb 2006 04:16:35 -0000 Received: from unknown (HELO ?10.0.0.6?) (jekillen@prodigy.net@69.235.10.191 with plain) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 24 Feb 2006 04:16:34 -0000 Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <7811c9428278be86b492ad52e3e4f91a@prodigy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: questions@freebsd.org From: je killen Date: Thu, 23 Feb 2006 20:16:33 -0800 X-Mailer: Apple Mail (2.622) Cc: Subject: problem with file creation script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 04:16:36 -0000 I have a question that has not been answered by the php lists I subscribe to. I have written a script that reads a directory in which I have placed True Type font files for use with gd and php 5.1.2 on FreeBSD v6.0. This is used to generate a text file that serves as input for another script that reads this and calls up each font and writes sample text to a png file. I use touch(.png) in a loop to create corresponding empty png files in a separate directory. The problem is that the server Apache 1.3.34 w/php on FreeBSD has written a ? to the end of the file name: E.G. .png? So the subsequent script that is supposed to actually write to the file fails silently ( no errors, just runs and quits, with nothing written to the files.) I am working with an ftp client from another machine and when I call up the contents of this directory the files are presented as they are supposed to be but if I try to change permissions, the server returns message that the file doesn't exist. I went to the machine and cd'd into the directory and did ls -la and saw the ? on the end of each file name. Could this be written to STANDARD ERROR on the server so not visible via ftp connection? My shell on the FreeBSD machine (the server) is csh. I looked over the actual script and I can't see anything in the script that would have added the question mark. #/*'; # $i++; # }; # fclose($file); # $i = 0; # print(getcwd()."
"); # for($i; $i < count($b); $i++) # { # touch($b[$i]); // this is the line executing touch(), $b is $items in function call below # print $b[$i].'
'; # }; # # } #//gen_img($items); <----- function call #function re_name() # {$a = array(); # $i = 0; # $dir = opendir('ttf_samples') or die("Couldn't open dir named ttf_samples"); # While($a[$i] = readdir($dir)) # {if(ereg('png?', $a[$i])) # { # ereg_replace('png?', 'png', $a[$i]); # } # $i++; # } # } #//re_name(); <-------this would not work #?>(comment chars added to protect the innocent) */ The following is a portion of the out put of ls -la echoed to a txt file, notice the absence of the '?'. -rwx---rwx 1 jekillen wheel 2214 Feb 20 23:27 A-menu.txt -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 BRASSETB.png -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 BRASSETO.png -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 BRASSETT.png -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 Bolton.png -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 BoltonBold.png -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 BoltonBoldItalic.png -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 BoltonDropCaps.png -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 BoltonElongated.png -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 BoltonItalic.png -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 BoltonItalicOutline.png -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 BoltonLight.png -rwx---rwx 1 jekillen wheel 0 Feb 24 02:49 BoltonLightItalic.png I hope this is acceptable for this list. Also I hope this text hasn't been reflowed to bad. I notice that messages I write often show up much differently that the way I originally wrote them. thank you; JK From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 04:40:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B8A316A420 for ; Fri, 24 Feb 2006 04:40:06 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC6E043D45 for ; Fri, 24 Feb 2006 04:40:05 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 23901 invoked from network); 24 Feb 2006 15:40:05 +1100 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 24 Feb 2006 15:40:04 +1100 Message-ID: <43FE8E1D.2010506@meijome.net> Date: Fri, 24 Feb 2006 15:39:57 +1100 From: Norberto Meijome User-Agent: Thunderbird 1.5 (X11/20060206) MIME-Version: 1.0 To: Nathan Lay References: <43FE042F.1050300@comcast.net> In-Reply-To: <43FE042F.1050300@comcast.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: if_iwi on FreeBSD 6.0 on a Thinkpad T43 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@meijome.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 04:40:06 -0000 Nathan Lay wrote: > Hi all, > I've encountered a peculiar quirk in either this laptop or FreeBSD > with IPW2915ABG. For some reason or another, either the Thinkpad > turns the card on at bootup, or FreeBSD's if_iwi driver and acpi_ibm > mistakenly think the card is turned on. > > My loaded modules: > Id Refs Address Size Name > 1 14 0xc0400000 4033b4 kernel > 2 1 0xc0804000 5e28 snd_ich.ko > 3 2 0xc080a000 20448 sound.ko > 4 1 0xc082b000 3f44 acpi_ibm.ko > 5 17 0xc082f000 6057c acpi.ko > 6 1 0xc0890000 41c4 wlan_tkip.ko > 7 1 0xc0895000 6fe4 wlan_ccmp.ko > 8 1 0xc1d7c000 18000 linux.ko > > Notice that if_iwi is NOT loaded. > > Let's have a look at dev.acpi_ibm.0.wlan > dev.acpi_ibm.0.wlan: 1 > > Well thats odd, why would acpi think the wireless chip is turned on > with no driver loaded? > > Let's load if_iwi for kicks > > iwi0: mem 0xa8401000-0xa8401fff irq 11 > at device 2.0 on pci4 > iwi0: Ethernet address: 00:13:ce:b7:ea:8 > > That works just fine it seems. > But then: > > %iwicontrol iwi0 -r > Radio is ON > > > So, now that the driver is loaded, both if_iwi and acpi_ibm think the > card is turned on, but there is no firmware loaded. > Loading a firmware and then using either `ifconfig iwi0 up' or > `dhclient iwi0' does absolutely nothing. > > I've tried various things with the kernel and BIOS but with no luck. > > here is my uname: > FreeBSD LIGHTBULB.LOCAL 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #19: Mon > Feb 20 15:06:16 EST 2006 > root@LIGHTBULB.LOCAL:/usr/obj/usr/src/sys/LIGHTBULB i386 > > Keep in mind, this also happens on GENERIC. > > So, is this a bug in FreeBSD or a quirk in the laptop? I've pondered > whether to submit a PR but I'm not sure what exactly is going on > here. Even disabling the card in the BIOS, acpi_ibm will still > indicate that wlan is turned on. > If anyone can clue me in here, please please do so. Until then I'm > surfing with an atheros card :) Hi there, iwi0 works fine here on a Toshiba Tecra laptop, both with if_iwi.ko or built into the kernel. Since 6.0 Release, now on 6.1 Pre#2. Beto From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 04:44:33 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8F5916A422 for ; Fri, 24 Feb 2006 04:44:32 +0000 (GMT) (envelope-from dthomas53@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E008C43D4C for ; Fri, 24 Feb 2006 04:44:31 +0000 (GMT) (envelope-from dthomas53@gmail.com) Received: by uproxy.gmail.com with SMTP id h2so96799ugf for ; Thu, 23 Feb 2006 20:44:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=LzQlDvdegdqHTEd/8U0JPu2O00UOtCnUOttJKI3v2nUtcqVxyZbnd8nWXGtHIBrhFUFw+KKhOJY8Psrvh2TJaHNrkFFZk9EjkZGNVdhU/3utJcvbFrtSKhfu4LQfcKr9fnzH11kTbw6vZn0RTdyPhGtpehSghFRhI46J1PHsGP8= Received: by 10.66.243.7 with SMTP id q7mr2823822ugh; Thu, 23 Feb 2006 20:44:30 -0800 (PST) Received: by 10.66.220.5 with HTTP; Thu, 23 Feb 2006 20:44:30 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 23:44:30 -0500 From: "David Stanford" To: "Greg 'groggy' Lehey" In-Reply-To: <20060224010027.GF65002@wantadilla.lemis.com> MIME-Version: 1.0 References: <20060224010027.GF65002@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 04:44:33 -0000 Greg, All I can think to say is thanks! I purchased this book nearly a year ago shortly after I began using FreeBSD and it has been an invaluable resource ever since. Now that you have made it publicly available, maybe the FreeBSD project could find a way to merge some of your book in with their own handbook or at least link it on FreeBSD.org for newbies like myself to easily find :). Thanks again! -David On 2/23/06, Greg 'groggy' Lehey wrote: > > Ten years ago today, on 24 February 1996, I submitted for publication > the final version of the first ever book on FreeBSD, "Installing and > Using FreeBSD". It was later renamed to "The Complete FreeBSD". > > I have always retained full rights to the book, and for today I've > decided to release it for download under the Creative Commons > license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. > > Greg > -- > Finger grog@FreeBSD.org for PGP public key. > See complete headers for address and phone numbers. > > > From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 04:50:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD4216A420 for ; Fri, 24 Feb 2006 04:50:13 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EEA043D45 for ; Fri, 24 Feb 2006 04:50:13 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id s8so171701wxc for ; Thu, 23 Feb 2006 20:50:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PDrsTPUQjevchf/y/cofSXOWiZ1695nTNjCD/AHxpTuI1BEc3aXqQL8KPmMBax7haebeWB9TO8wmfTeeMUSStFyfKuSPycYgtl8KuRRlXAibZvjLFaYYQDnie/vrs8DEF1BYU0oJf2xbhwnq7PkTO6OFFTJehKI0nVmb7l+Eu4c= Received: by 10.70.43.2 with SMTP id q2mr498983wxq; Thu, 23 Feb 2006 20:50:12 -0800 (PST) Received: by 10.70.58.15 with HTTP; Thu, 23 Feb 2006 20:50:12 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2006 22:50:12 -0600 From: "illoai@gmail.com" To: "gs_stoller@juno.com" In-Reply-To: <20060222.164330.8420.330983@webmail39.nyc.untd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060222.164330.8420.330983@webmail39.nyc.untd.com> Cc: freebsd-questions@freebsd.org Subject: Re: New Computer System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 04:50:13 -0000 On 2/22/06, gs_stoller@juno.com wrote: > I bought a new system (it was on sale), it has 180 Gigabytes > of hard drive. Naturally I want to slice it up, so where can I find > the documentation on the slice/partition process and table. As I > recall, I can make 4 hard slices/partitions and then I can further > break-down 1 (or more of them) to have logical slices/partitions. > Where can I find documentation on the logical slices/partitions and > how to use them? Can I boot into a ( FreeBSD ) logical slice, and > if so, how do I do it? (For the 4 hard slices, one uses function > keys F1 thru F4 .) Has someone already setup the capability of > booting into logical slices, and if so, where can I get it and its > documentation? >From a 40-50 minute excursion into qemu, FreeBSD does not enjoy linux logical partitions (slices), and I could not get it to install into one. Jerry McAllister's advice remains sound. -- -- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 05:16:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F5916A420 for ; Fri, 24 Feb 2006 05:16:07 +0000 (GMT) (envelope-from alexmayfield@carolina.rr.com) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDAC43D5A for ; Fri, 24 Feb 2006 05:16:03 +0000 (GMT) (envelope-from alexmayfield@carolina.rr.com) Received: from [70.60.99.214] (rrcs-70-60-99-214.midsouth.biz.rr.com [70.60.99.214]) by ms-smtp-03-eri0.southeast.rr.com (8.13.4/8.13.4) with ESMTP id k1O5G0GK005245; Fri, 24 Feb 2006 00:16:00 -0500 (EST) Message-ID: <43FE9691.1050502@carolina.rr.com> Date: Fri, 24 Feb 2006 00:16:01 -0500 From: Alex Mayfield User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Alex Zbyslaw References: <43FD9A34.7030401@dial.pipex.com> In-Reply-To: <43FD9A34.7030401@dial.pipex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-questions@freebsd.org Subject: Re: Can't seem to boot from 6.0-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 05:16:07 -0000 Alex Zbyslaw wrote: > Nikolas Britton wrote: > >> Your not using the right install CDs. You have an AMD 64-Bit chip so >> you can't (AFAIK) use the I386 Release. Maybe there is a setting in >> the BIOS for I386 compat, I have no experience with AMD's 64-Bit chips >> so this is just a guess. Or try disabling ACPI and everything else in >> the BIOS etc... That's the price you pay for being an early adopter, >> you don't need nvidia gfx for an Opteron server. >> >> > This is not correct. An i386 version of FreeBSD runs just dandy on > 64-bit Athlons (or 64 bit Intel for that matter) even if this release is > failing on this specific system. All current 64-bit "PC" processors are > backwards compatible with i386. > > I would try the i386 6.1 PRERELEASE CD, the 5.4 RELEASE and the 5.5 > PRERELEASE in order and see if any of them worked. Or try limiting your > google by including the sis 754 and see if finds any help. There are > mentions of 754 problems being fixed in 6-STABLE but I didn't look > closely enough to know if they would help you. > > --Alex > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > I have tried both the 6.1 and 5.4 CD's, both of them bombing at the exact same point the 6.0 boot failed. I'll try 5.5 sometime tomorrow, though I kinda doubt it would make a difference. Is there anything else I can try? -Alex From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 05:29:22 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B65F16A420 for ; Fri, 24 Feb 2006 05:29:22 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdscexfe02.sc.wdc.com (wdscexfe02.sc.wdc.com [129.253.170.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFAF43D46 for ; Fri, 24 Feb 2006 05:29:21 +0000 (GMT) (envelope-from ow.mun.heng@wdc.com) Received: from wdmyexbe03.my.asia.wdc.com ([129.253.105.55]) by wdscexfe02.sc.wdc.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 23 Feb 2006 21:29:17 -0800 Received: from 129.253.108.208 ([129.253.108.208]) by wdmyexbe03.my.asia.wdc.com ([129.253.105.55]) with Microsoft Exchange Server HTTP-DAV ; Fri, 24 Feb 2006 05:29:14 +0000 Received: from neuromancer by 129.253.105.55; 24 Feb 2006 13:28:47 +0800 From: Ow Mun Heng To: freebsd-questions@FreeBSD.org In-Reply-To: <000001c63841$e2e7a760$0c00000a@officexp> References: <000001c63841$e2e7a760$0c00000a@officexp> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 24 Feb 2006 13:28:47 +0800 Message-Id: <1140758927.4762.82.camel@neuromancer.home.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 X-OriginalArrivalTime: 24 Feb 2006 05:29:18.0275 (UTC) FILETIME=[42114130:01C63903] Cc: Subject: Re: proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 05:29:22 -0000 On Thu, 2006-02-23 at 08:25 +0200, Andre Pretorius wrote: > I need to monitor traffic from my network to the internet, I then need > to charge each user (preferably username and password authentication) > for the amount of data used. > Can FreeBSD do this? Short answer. YES Long Answer - Check up on setting up a web proxy (if that's what you want) or use something like ipaudit or netams or a bandwidthd to determine usage. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 05:38:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A060E16A420 for ; Fri, 24 Feb 2006 05:38:24 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F99C43D45 for ; Fri, 24 Feb 2006 05:38:23 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.10] (nieser.net [194.109.160.131]) by smtp-vbr15.xs4all.nl (8.13.3/8.13.3) with ESMTP id k1O5cM89059024 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 24 Feb 2006 06:38:22 +0100 (CET) (envelope-from h.nieser@xs4all.nl) Message-ID: <43FE9BD3.4080007@xs4all.nl> Date: Fri, 24 Feb 2006 06:38:27 +0100 From: Hans Nieser User-Agent: Mail/News 1.5 (X11/20060211) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: ports libtool change, what does it mean? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 05:38:24 -0000 Earlier today, after a portsnap, I noticed a lot of ports with new revisions. I checked the UPDATING file, but it had nothing new in it (something about acroread7 was the latest entry). I decided to just do a simple portupgrade -a and let it rebuild everything (this is on a laptop with Xorg, Gnome2, etc.). Sometime later I portsnapped a server machine and noticed that there was now an updated UPDATING file explaining that the ports revisions were bumped because of the libtool change. It seems I portsnapped my laptop at a bad time, as it had apparently already gotten the ports after the libtool change but not the updated UPDATING file. (Note that I installed FreeBSD 6.0-RELEASE on this laptop only 2 days ago with a fresh portstree so I don't think the bumped ports could have from some previous change). I have read the UPDATING entry 3 times now but I'm still not really sure what it means. Fortunately it seems that my laptop's portupgrade -a went OK except a dependency of subversion (apr-db4) failing to configure, but since I don't need svn at the moment I just removed it altogether and let it be for now. My question basically is, can I expect more problems later on, if so, should I rebuild my system from scratch? From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 05:49:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C015C16A420 for ; Fri, 24 Feb 2006 05:49:07 +0000 (GMT) (envelope-from timothy@open-networks.net) Received: from titan.open-networks.net (ns.open-networks.net [202.173.176.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E27E43D46 for ; Fri, 24 Feb 2006 05:49:06 +0000 (GMT) (envelope-from timothy@open-networks.net) Received: from [192.168.1.200] (titan.open-networks.net [192.168.1.200]) by titan.open-networks.net (Postfix) with ESMTP id 23DD4B83F; Fri, 24 Feb 2006 15:49:35 +1000 (EST) Message-ID: <43FE9E6E.9020803@open-networks.net> Date: Fri, 24 Feb 2006 15:49:34 +1000 From: Timothy Smith User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: "illoai@gmail.com" References: <43FE51E8.5060403@open-networks.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: moused problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 05:49:07 -0000 illoai@gmail.com wrote: > On 2/23/06, Timothy Smith wrote: > >> hi there when i disconnect my mouse from the ps2 port, when i go to >> reconnect it i find my mouse has stopped working. when i restart moused >> it works again, but i find that my scroll wheel no longer works in X. >> any ideas how i can prevent this from happening all together? >> > > I do think that ps2 mouses aren't always hot-pluggable, but > I'm uncertain. xorg 6.9 and moused -z 4 don't seem to play > nicely, I had to take the -z 4 flag out for scroll wheel to work > again. > I also discovered that some cheap KVMs (belkin omni cube) throw > up a lot of random noise when you switch ports, and mouses > can do odd and not fun things when you reconnect (up to and > inclusing freezing X and panicking the system). > > If yours isn't related to that maybe it's just your momma > board not likin' the hot swappin' and is tryin' to tell you to > quit it. > > -- > -- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > if i used a usb mouse would i see this problem, if this is the case? From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 06:02:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C95816A484 for ; Fri, 24 Feb 2006 06:02:04 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F18443D48 for ; Fri, 24 Feb 2006 06:02:03 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-247.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.247]) by smtp02.mrf.mail.rcn.net with ESMTP; 24 Feb 2006 01:01:57 -0500 X-IronPort-AV: i="4.02,142,1139202000"; d="scan'208"; a="208332670:sNHT25650196" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17406.40984.714089.650620@jerusalem.litteratus.org> Date: Fri, 24 Feb 2006 00:56:40 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <200602240348.k1O3mP3W008525@clunix.cl.msu.edu> References: <20060222.164330.8420.330983@webmail39.nyc.untd.com> <200602240348.k1O3mP3W008525@clunix.cl.msu.edu> X-Mailer: VM 7.17 under 21.5 (beta24) "dandelion" XEmacs Lucid Subject: Re: New Computer System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 06:02:04 -0000 Jerry McAllister writes: > For those reasons, I generally make the following partitions. > > partition Mount size comments > a = / (root) 128MB May I ask what OS version you're running? Because on my -CURRENT system: huff@>> du /boot | sort -nr 151838 /boot 66596 /boot/kernel.old 66526 /boot/kernel 17810 /boot/kernel.generic 20 /boot/defaults 2 /boot/modules 2 /boot/firmware Su unless I'm doing sonething that causes bloat, 128mb will be woefully inadwquate. The machine as a whole has two disks, a 4 gig: Filesystem Size Used Avail Capacity Mounted on /dev/da0s1a 484M 223M 222M 50% / /dev/da0s1d 989M 295M 615M 32% /var plus 1 gig of swap, and a 45 gig: /dev/da1s1d 44G 33G 7.3G 82% /usr also plus 1 gig of swap. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 06:06:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F14216A420 for ; Fri, 24 Feb 2006 06:06:23 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 306B043D49 for ; Fri, 24 Feb 2006 06:06:23 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1O66MtS078201 for ; Thu, 23 Feb 2006 22:06:22 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43FEA25E.8010004@chrismaness.com> Date: Thu, 23 Feb 2006 22:06:22 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ATAPICAM? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 06:06:23 -0000 How do I load atapicam at boot time? I can load it with no problems after the system has started, but I if I ad the line atapicam_load="YES" in /*boot*/loader.conf, the kernel turns to fried chicken at boot time. Is there a secrete recipe ;o) to get this to work correctly. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 06:07:26 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5C8F16A420; Fri, 24 Feb 2006 06:07:26 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from ms-smtp-02-eri0.socal.rr.com (ms-smtp-02-qfe0.socal.rr.com [66.75.162.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0622C43D6A; Fri, 24 Feb 2006 06:07:25 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from frankie.konav201.local (cpe-66-8-187-40.hawaii.res.rr.com [66.8.187.40]) by ms-smtp-02-eri0.socal.rr.com (8.13.4/8.13.4) with ESMTP id k1O67OI4010387; Thu, 23 Feb 2006 22:07:24 -0800 (PST) Date: Thu, 23 Feb 2006 20:07:23 -1000 From: Robert Marella To: "Greg 'groggy' Lehey" Message-ID: <20060223200723.5bcbd5e0@frankie.konav201.local> In-Reply-To: <20060224010027.GF65002@wantadilla.lemis.com> References: <20060224010027.GF65002@wantadilla.lemis.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: FreeBSD Questions Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 06:07:26 -0000 On Fri, 24 Feb 2006 11:30:27 +1030 Greg 'groggy' Lehey wrote: > Ten years ago today, on 24 February 1996, I submitted for publication > the final version of the first ever book on FreeBSD, "Installing and > Using FreeBSD". It was later renamed to "The Complete FreeBSD". > > I have always retained full rights to the book, and for today I've > decided to release it for download under the Creative Commons > license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. > > Greg You sir are a real gentleman. If you are ever on The Big Island of Hawai`i, the beer is on me. Mahalo Robert From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 06:12:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9801116A420 for ; Fri, 24 Feb 2006 06:12:35 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 268CE43D45 for ; Fri, 24 Feb 2006 06:12:35 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 6869662C89B; Fri, 24 Feb 2006 02:12:34 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 56230-06; Fri, 24 Feb 2006 02:12:34 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id EDF4462C88A; Fri, 24 Feb 2006 02:12:33 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id A9ACE46439; Fri, 24 Feb 2006 02:12:33 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id A63F434B50; Fri, 24 Feb 2006 02:12:33 -0400 (AST) Date: Fri, 24 Feb 2006 02:12:33 -0400 (AST) From: "Marc G. Fournier" To: "illoai@gmail.com" In-Reply-To: Message-ID: <20060224021103.K1005@ganymede.hub.org> References: <20060222212054.Q1931@ganymede.hub.org> <43FDDE01.60707@computer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Cc: freebsd-questions@freebsd.org Subject: Re: OpenVPN in QEMU on FreeBSD 6.x ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 06:12:35 -0000 On Thu, 23 Feb 2006, illoai@gmail.com wrote: > On 2/23/06, Eric Schuele wrote: >> Marc G. Fournier wrote: >>> >>> Did some searching tonight, to see what was available as an OSS >>> alternative to VMWare, and came across QEMU ... what I'm interested in >>> doing is running a QEMU vServer that runs FreeBSD inside of it, and will >>> support having outside connections talking to it as a VPN "hub(?)" ... >>> basically, I don't want to have to futz at the Host OS level, only the >>> Client OS level, as far as networking is concerned ... >>> >> >> Good chance I can't help.... I'm just curious. >> >> You want to have a VPN endpoint running in FreeBSD as a guest OS within >> Qemu, on a FreeBSD host? You want it in Qemu so you don't have to >> modify the host's network setup and/or install the necessary software? >> >> In any case, take a look here (if you haven't already): >> http://www.qemu.org/qemu-doc.html#SEC20 >> Might find something useful. >> >> The Qemu site states "The QEMU VM behaves as if it was behind a firewall >> which blocks all incoming connections." So on first glance, its sounds >> as if it might not be supported. But I'd read over the docs in more >> detail if I were you. >> > > Qemu's default behaviour (-net user) is as a firewalled machine, > some futzing around and searching on google, and using tap(4), > along side ng_bridge(4), you can make it behave as a normal > network node (albeit one at 10baseTX), which should support > your needs in this one instance. > >> >>> Wishful thinking, or does this make sense? Has anyone done it? >>> Pointers to docs on this, if so? >>> > > qemu.dad-answers.com has a *BSD subsexion, from whence > I managed to get mine working: > http://tinyurl.com/pazdu > (assuming I cut and pasted okay this time) > > Honestly, if you're going to run FreeBSD inside the VM, you might > look into chroot and jail, as I'm sure those would be faster. I know > exactly nothing about networking in jails and/or chroot environments, > so qemu may be the thing. To do OpenVPN (or some such) within a Jail involves a fair amount of work on the root server itself ... something I *may* eventually do, but was/am hoping that by using a more true virtualization environment may be simplier to implement ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 06:17:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF61716A420 for ; Fri, 24 Feb 2006 06:17:46 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7553843D46 for ; Fri, 24 Feb 2006 06:17:46 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4D7291A3C1D; Thu, 23 Feb 2006 22:17:46 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8E54D515AE; Fri, 24 Feb 2006 01:17:44 -0500 (EST) Date: Fri, 24 Feb 2006 01:17:44 -0500 From: Kris Kennaway To: Hans Nieser Message-ID: <20060224061744.GA1315@xor.obsecurity.org> References: <43FE9BD3.4080007@xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline In-Reply-To: <43FE9BD3.4080007@xs4all.nl> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: ports libtool change, what does it mean? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 06:17:46 -0000 --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 24, 2006 at 06:38:27AM +0100, Hans Nieser wrote: > I have read the UPDATING entry 3 times now but I'm still not really sure > what it means. Essentially nothing, to the end user. > Fortunately it seems that my laptop's portupgrade -a went > OK except a dependency of subversion (apr-db4) failing to configure, but > since I don't need svn at the moment I just removed it altogether and let > it be for now. My question basically is, can I expect more problems later > on, if so, should I rebuild my system from scratch? If you do encounter build problems, please report them to ports@ including error transcripts. Kris --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD/qUIWry0BWjoQKURArIxAKC1sPlY84rYVK1PC9ti2LVP6IjbGwCg73t0 q43Zzia/N4CTVm5F3rZSTJQ= =VCoi -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT-- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 06:18:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5122616A420 for ; Fri, 24 Feb 2006 06:18:24 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD7D43D5A for ; Fri, 24 Feb 2006 06:18:22 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 810101A3C1C; Thu, 23 Feb 2006 22:18:22 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D84DC515AE; Fri, 24 Feb 2006 01:18:21 -0500 (EST) Date: Fri, 24 Feb 2006 01:18:21 -0500 From: Kris Kennaway To: Chris Maness Message-ID: <20060224061821.GB1315@xor.obsecurity.org> References: <43FEA25E.8010004@chrismaness.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jq0ap7NbKX2Kqbes" Content-Disposition: inline In-Reply-To: <43FEA25E.8010004@chrismaness.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: ATAPICAM? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 06:18:24 -0000 --jq0ap7NbKX2Kqbes Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 23, 2006 at 10:06:22PM -0800, Chris Maness wrote: > How do I load atapicam at boot time? I can load it with no problems=20 > after the system has started, but I if I ad the line atapicam_load=3D"YES= "=20 > in /*boot*/loader.conf, the kernel turns to fried chicken at boot time. = =20 "Fried chicken" isn't a technical term I'm familiar with ;-) Kris --jq0ap7NbKX2Kqbes Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD/qUtWry0BWjoQKURAs+QAKDRqBPuH5HHUes9uN8fBe0ugN1BnQCeO2Uj RmItrPRXe7yFNmaKqQAO6m8= =+o19 -----END PGP SIGNATURE----- --jq0ap7NbKX2Kqbes-- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 06:20:31 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9568116A420 for ; Fri, 24 Feb 2006 06:20:31 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDBA43D70 for ; Fri, 24 Feb 2006 06:20:30 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id 583B6131E70; Fri, 24 Feb 2006 16:50:29 +1030 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 2909185EAD; Fri, 24 Feb 2006 16:50:29 +1030 (CST) Date: Fri, 24 Feb 2006 16:50:29 +1030 From: Greg 'groggy' Lehey To: David Stanford Message-ID: <20060224062029.GJ49368@wantadilla.lemis.com> References: <20060224010027.GF65002@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="F4+N/OgRSdC8YnqX" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: FreeBSD Questions Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 06:20:31 -0000 --F4+N/OgRSdC8YnqX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thursday, 23 February 2006 at 23:44:30 -0500, David Stanford wrote: > On 2/23/06, Greg 'groggy' Lehey wrote: >> >> Ten years ago today, on 24 February 1996, I submitted for publication >> the final version of the first ever book on FreeBSD, "Installing and >> Using FreeBSD". It was later renamed to "The Complete FreeBSD". >> >> I have always retained full rights to the book, and for today I've >> decided to release it for download under the Creative Commons >> license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. > > Greg, > > All I can think to say is thanks! You (and everybody else) are welcome. > I purchased this book nearly a year ago shortly after I began using > FreeBSD and it has been an invaluable resource ever since. Now that > you have made it publicly available, maybe the FreeBSD project could > find a way to merge some of your book in with their own handbook That's happened already, as you can easily see by comparing http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-vinum.html with chapter 12 of the book. The FreeBSD documentation project know they can rely on me to contribute documentation where it makes sense. > or at least link it on FreeBSD.org for newbies like myself to easily > find :). That's probably a good idea. Can somebody from the doc project comment? 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. --F4+N/OgRSdC8YnqX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFD/qWsIubykFB6QiMRAq/iAJ45lct30iZqaqGJZDp8gSooVFpQ3gCfZABU a1vpRf7WU7c9xRKgPgcHu64= =ydF4 -----END PGP SIGNATURE----- --F4+N/OgRSdC8YnqX-- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 06:36:59 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3CB516A420 for ; Fri, 24 Feb 2006 06:36:59 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: from web34603.mail.mud.yahoo.com (web34603.mail.mud.yahoo.com [209.191.68.137]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B07F43D45 for ; Fri, 24 Feb 2006 06:36:59 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: (qmail 50532 invoked by uid 60001); 24 Feb 2006 06:36:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=YSzBnYTyWUC0gRYvkL0yWwPjKyE1tnut3NeXbjuPi+J6BTQNmLmawiyU92h6fHFxGaHqUKJmFBca68FtwlTfF90PInSA127eqV0hMIBmNhwe6zFK9izLDDiO4WfwSroZlXs7VMMBwN9RXhFRFWISb0oeMgHKXvBCTwjuAitbHOs= ; Message-ID: <20060224063658.50530.qmail@web34603.mail.mud.yahoo.com> Received: from [202.149.214.46] by web34603.mail.mud.yahoo.com via HTTP; Fri, 24 Feb 2006 06:36:58 GMT Date: Fri, 24 Feb 2006 06:36:58 +0000 (GMT) From: Deepak Naidu To: Paul Schmehl , Derek Ragona , questions@freebsd.org In-Reply-To: <0F2E9952884033440FD8B4CE@utd59514.utdallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD on Sun Fire V20Z X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 06:36:59 -0000 Paul, I have FreeBSD 5.4 running on Sun Fire v20, no issues when installing... I havent tried FreeBSD 6.0, should not give issue, ensure ur booting from the first CD(I know u may b wright incase...) You may try FreeBSD 5.4 if it works you can come know why not with 6.0.. Cheers, Deepak Naidu http://deepaknaidu.co.nr/ Paul Schmehl wrote: --On Thursday, February 23, 2006 12:40:39 -0600 Derek Ragona wrote: > I am not familiar with this Sun unit, but on other sun sparcs their boot > devices were set in the prom. As I recall the cd boot is not the same > slice/dev as the FreeBSD one. You may try to drop to the prom and try > other cd devices to boot from. > It's not sparc hardware. It's AMD Opterons. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/ _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Linux your Life, Don't Window it [[]] { All for the best } --------------------------------- Yahoo! Messenger NEW - crystal clear PC to PC calling worldwide with voicemail From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 07:28:12 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4C1616A420 for ; Fri, 24 Feb 2006 07:28:12 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7936443D70 for ; Fri, 24 Feb 2006 07:28:07 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s13so181716wxc for ; Thu, 23 Feb 2006 23:28:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DzCj0WkekTYGHqYvvgceTehgZ6/Yq6koehb+8qs4DWetskrkEItEXeCTw4HYlgrt+d5b9eTxzLBHwhroP02EhXowmHgCEDU0KXFR784omzgYu7NMYSyqaaYuOS7rjihyig7z2Py1c0VYIMVbwI7K2SwdAm1/gEdmqYkkE1kCZ9Q= Received: by 10.70.105.2 with SMTP id d2mr37386wxc; Thu, 23 Feb 2006 23:28:06 -0800 (PST) Received: by 10.70.65.9 with HTTP; Thu, 23 Feb 2006 23:28:06 -0800 (PST) Message-ID: Date: Fri, 24 Feb 2006 01:28:06 -0600 From: "Nikolas Britton" To: "Tillman Hodgson" In-Reply-To: <20060224021026.GY95501@seekingfire.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060224010027.GF65002@wantadilla.lemis.com> <20060224021026.GY95501@seekingfire.com> Cc: FreeBSD Questions Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 07:28:12 -0000 On 2/23/06, Tillman Hodgson wrote: > On Fri, Feb 24, 2006 at 11:30:27AM +1030, Greg 'groggy' Lehey wrote: > > Ten years ago today, on 24 February 1996, I submitted for publication > > the final version of the first ever book on FreeBSD, "Installing and > > Using FreeBSD". It was later renamed to "The Complete FreeBSD". > > > > I have always retained full rights to the book, and for today I've > > decided to release it for download under the Creative Commons > > license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. > > Thank you Greg, I appreciate your gift to the community. > > I have a copy of the 4th Edition (O'Reilly Community Press version) on > the O'Reilly shelf in my computer room and it's proven valuable many > times. I wish the 10th anniversary edition well and that that the > community shares back :-) > Ditto! I too own a 4th edition print, It's in the server room along with a copy of UNIX Power Tools, BSD Hacks, Absolute BSD, The camel books, and a few others I can't remember.... I try to buy every major BSD book, even if it's just to help support the community. Thanks for all the hard work you've done to build and support the community and thanks for open sourcing the book, karma bonus points for you! -- BSD Podcasts @ http://bsdtalk.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 07:53:38 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F212B16A422 for ; Fri, 24 Feb 2006 07:53:37 +0000 (GMT) (envelope-from jay2xra@yahoo.com) Received: from web51611.mail.yahoo.com (web51611.mail.yahoo.com [68.142.224.84]) by mx1.FreeBSD.org (Postfix) with SMTP id 43C3443D46 for ; Fri, 24 Feb 2006 07:53:37 +0000 (GMT) (envelope-from jay2xra@yahoo.com) Received: (qmail 57023 invoked by uid 60001); 24 Feb 2006 07:53:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=yqwwQowzn1tsNNCRH1Wsr3HgsAyKQ7y0ESrsaywK3yob+aCn4elRDx0VIkCZqgULQm8A+ZXOk18fSSxkVQ+5yZV520imPzf5Wy42TAl4frVWMpX4rk8oMjlni3rTDy5kPPX+bTymomgn04Vfw3tIX2lSGUwvlPoLVP/SFJt704M= ; Message-ID: <20060224075336.57021.qmail@web51611.mail.yahoo.com> Received: from [202.90.128.5] by web51611.mail.yahoo.com via HTTP; Thu, 23 Feb 2006 23:53:36 PST Date: Thu, 23 Feb 2006 23:53:36 -0800 (PST) From: Mark Jayson Alvarez To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Trouble with apache ports (finding it hard to enable particular modules) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 07:53:38 -0000 Hi, I'm trying to install phpldapadmin-0.9.8 This is just as simple as doing a make install inside /usr/ports/net/phpldapadmin. It requires an installation of php4 plus ldap and xml extensions. So far no problem. If I do a make install inside php4-extensions, php4 and apache13 gets installed automagically. But my problem is, it's just a plain apache that gets installed. I wanted it to have an ssl capability.. I can't get the three to work together. php4-extension-enabled php php-enabled apache ssl-enabled apache Please help me.. Thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 07:58:05 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7411616A420 for ; Fri, 24 Feb 2006 07:58:05 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F9343D45 for ; Fri, 24 Feb 2006 07:58:04 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k1O7vv7G009450 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Feb 2006 14:57:58 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id k1O7vvYb077398; Fri, 24 Feb 2006 14:57:57 +0700 (ICT) Date: Fri, 24 Feb 2006 14:57:57 +0700 (ICT) Message-Id: <200602240757.k1O7vvYb077398@banyan.cs.ait.ac.th> From: Olivier Nicole To: jay2xra@yahoo.com In-reply-to: <20060224075336.57021.qmail@web51611.mail.yahoo.com> (message from Mark Jayson Alvarez on Thu, 23 Feb 2006 23:53:36 -0800 (PST)) References: <20060224075336.57021.qmail@web51611.mail.yahoo.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: questions@freebsd.org Subject: Re: Trouble with apache ports (finding it hard to enable particular modules) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 07:58:05 -0000 > php4-extension-enabled php > php-enabled apache > ssl-enabled apache If I am not wrong, install apache13-modssl php4 php4-extension And that does the trick. Olivier From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 08:36:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38AF916A420 for ; Fri, 24 Feb 2006 08:36:46 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D1F43D46 for ; Fri, 24 Feb 2006 08:36:45 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k1O8adVM099914 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 24 Feb 2006 00:36:39 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k1O8acTi099913; Fri, 24 Feb 2006 00:36:38 -0800 (PST) (envelope-from james) Date: Fri, 24 Feb 2006 00:36:38 -0800 From: James Long To: freebsd-questions@freebsd.org, Kris Kennaway Message-ID: <20060224083638.GA99786@ns.museum.rain.com> References: <20060224075835.87B6E16A427@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060224075835.87B6E16A427@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Cc: Subject: Re: ATAPICAM? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 08:36:46 -0000 > Date: Fri, 24 Feb 2006 01:18:21 -0500 > From: Kris Kennaway > Subject: Re: ATAPICAM? > To: Chris Maness > Cc: freebsd-questions@freebsd.org > Message-ID: <20060224061821.GB1315@xor.obsecurity.org> > Content-Type: text/plain; charset="us-ascii" > > On Thu, Feb 23, 2006 at 10:06:22PM -0800, Chris Maness wrote: > > How do I load atapicam at boot time? I can load it with no problems > > after the system has started, but I if I ad the line atapicam_load="YES" > > in /*boot*/loader.conf, the kernel turns to fried chicken at boot time. > > "Fried chicken" isn't a technical term I'm familiar with ;-) > > Kris man kfc (... or was that MFC?) From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 09:55:20 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C6B16A420 for ; Fri, 24 Feb 2006 09:55:20 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F3043D4C for ; Fri, 24 Feb 2006 09:55:19 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV600FYERK67WC0@osl1smout1.broadpark.no> for questions@freebsd.org; Fri, 24 Feb 2006 10:55:18 +0100 (CET) Received: from urban.broadpark.no ([213.187.181.70]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV600F0GRK5RIP0@osl1sminn1.broadpark.no> for questions@freebsd.org; Fri, 24 Feb 2006 10:55:18 +0100 (CET) Date: Fri, 24 Feb 2006 10:55:23 +0100 From: Kristian Vaaf In-reply-to: <20060221205751.GA1291@holestein.holy.cow> To: Parv Message-id: <7.0.1.0.2.20060224105517.0035f760@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no> <20060221205751.GA1291@holestein.holy.cow> Cc: questions@freebsd.org Subject: Re: Cool listing script (needs a fix) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 09:55:20 -0000 At 21:57 21.02.2006, Parv wrote: >in message <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no>, >wrote Kristian Vaaf thusly... > > > > > > What's up everybody? > > > > When running this: > > > > -- > > > > #!/usr/local/bin/bash > >Would you please include anything non-signature before the '-- '? > > > - Parv > >-- Pardon me Parv? :) From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 09:55:37 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7524A16A42A for ; Fri, 24 Feb 2006 09:55:37 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9AEE43D53 for ; Fri, 24 Feb 2006 09:55:36 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV600F45RKO7XD0@osl1smout1.broadpark.no> for questions@freebsd.org; Fri, 24 Feb 2006 10:55:36 +0100 (CET) Received: from urban.broadpark.no ([213.187.181.70]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV600F3TRKNRQR0@osl1sminn1.broadpark.no> for questions@freebsd.org; Fri, 24 Feb 2006 10:55:36 +0100 (CET) Date: Fri, 24 Feb 2006 10:55:41 +0100 From: Kristian Vaaf In-reply-to: <20060221205751.GA1291@holestein.holy.cow> To: Parv Message-id: <7.0.1.0.2.20060224105529.01ff9b58@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no> <20060221205751.GA1291@holestein.holy.cow> Cc: questions@freebsd.org Subject: Re: Cool listing script (needs a fix) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 09:55:37 -0000 At 21:57 21.02.2006, Parv wrote: >in message <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no>, >wrote Kristian Vaaf thusly... > > > > > > What's up everybody? > > > > When running this: > > > > -- > > > > #!/usr/local/bin/bash > >Would you please include anything non-signature before the '-- '? > > > - Parv > >-- It's just a way for me to keep things clearly seperated. Thanks! From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 10:32:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E6FC16A420 for ; Fri, 24 Feb 2006 10:32:38 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A89243D46 for ; Fri, 24 Feb 2006 10:32:36 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.0.2] ([82.41.33.116]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Fri, 24 Feb 2006 10:33:40 +0000 Message-ID: <43FEE0C1.5080102@dial.pipex.com> Date: Fri, 24 Feb 2006 10:32:33 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: Alex Mayfield References: <43FD9A34.7030401@dial.pipex.com> <43FE9691.1050502@carolina.rr.com> In-Reply-To: <43FE9691.1050502@carolina.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Feb 2006 10:33:40.0609 (UTC) FILETIME=[C7444710:01C6392D] Cc: freebsd-questions@freebsd.org Subject: Re: Can't seem to boot from 6.0-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 10:32:38 -0000 Alex Mayfield wrote: > I have tried both the 6.1 and 5.4 CD's, both of them bombing at the > exact same point the 6.0 boot failed. I'll try 5.5 sometime tomorrow, > though I kinda doubt it would make a difference. Is there anything > else I can try? If 6.1 and 5.4 fail then it seems really likely that 5.5 will fail too. In your shoes I would start changing BIOS options one at a time - anything that might have an effect like ACPI, memory holes, making sure plug 'n' play is off. I'm no expert on that kind of thing. If no-one here has any better ideas then you could also try re-posting on the freebsd-hardware list and see if anyone there can help. You could also check that there is no newer BIOS for the mobo. hth, --Alex From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 10:50:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90DBD16A420; Fri, 24 Feb 2006 10:50:49 +0000 (GMT) (envelope-from sa.deutscher@tiscali.de) Received: from smtp11.unit.tiscali.de (smtp11.unit.tiscali.de [213.205.33.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id F01EC43D48; Fri, 24 Feb 2006 10:50:48 +0000 (GMT) (envelope-from sa.deutscher@tiscali.de) Received: from localhost (83.129.172.139) by smtp11.unit.tiscali.de (7.2.071) id 43F067A40014F495; Fri, 24 Feb 2006 11:50:47 +0100 Received: by localhost (IBM OS/2 SENDMAIL VERSION 2.03/2.0) id LAA124.73; Fri, 24 Feb 2006 11:50:45 +0100 Date: Fri, 24 Feb 2006 11:49:44 +0000 From: "Stefan A. Deutscher" To: "Greg 'groggy' Lehey" Message-ID: <20060224114944.B10839@tiscali.de> References: <20060224001805.GB65002@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.15i In-Reply-To: <20060224001805.GB65002@wantadilla.lemis.com>; from Greg 'groggy' Lehey on Fri, Feb 24, 2006 at 10:48:05AM +1030 X-Operating-System: OS/2 2.45 X-Machine-Uptime: localhost: uptime is 5 days, 13:43 hours and 39 seconds Cc: freebsd-questions@freebsd.org Subject: Thanks (Was: Re: [FreeBSD-Announce] 10 years of "The Complete FreeBSD") X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sad@mailaps.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 10:50:49 -0000 Hi Greg, thanks for the initial effort 10+ years ago, thanks for having kept it up, and thanks in advance for the next 10 years of up-to date info :-) I know this holds for a great many on this list as well, each in their own unique way, but let me take the 10th aniversary of The Complete FreeBSD to simply say: You rock, mate! Cheers, Stefan On Fri, Feb 24, 2006 at 10:48:05AM +1030, Greg 'groggy' Lehey wrote: > Ten years ago today, on 24 February 1996, I submitted for publication > the final version of the first ever book on FreeBSD, "Installing and > Using FreeBSD". It was later renamed to "The Complete FreeBSD". > > I have always retained full rights to the book, and for today I've > decided to release it for download under the Creative Commons > license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. > > Greg > -- > See complete headers for address and phone numbers. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 11:31:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C6F16A420; Fri, 24 Feb 2006 11:31:30 +0000 (GMT) (envelope-from lk@tempest.sk) Received: from proxy.dgrp.sk (proxy.dgrp.sk [195.28.127.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6899043D45; Fri, 24 Feb 2006 11:31:28 +0000 (GMT) (envelope-from lk@tempest.sk) Received: by proxy.dgrp.sk (Postfix, from userid 1003) id 6FDC4800E; Fri, 24 Feb 2006 12:31:27 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on proxy.dgrp.sk X-Spam-Level: X-Spam-Status: No, score=0.2 required=4.0 tests=AWL autolearn=ham version=3.1.0 Received: from webmail.tempest.sk (domino1.tempest.sk [195.28.100.38]) by proxy.dgrp.sk (Postfix) with ESMTP id 3F400800C; Fri, 24 Feb 2006 12:31:23 +0100 (CET) Received: from lk.tempest.sk ([195.28.109.47]) by webmail.tempest.sk (Lotus Domino Release 6.5.4) with ESMTP id 2006022412312275-6219 ; Fri, 24 Feb 2006 12:31:22 +0100 Received: from lk.tempest.sk (localhost [127.0.0.1]) by lk.tempest.sk (8.13.3/8.12.9) with ESMTP id k1OBVCo3092851; Fri, 24 Feb 2006 12:31:12 +0100 (CET) (envelope-from koren@lk.tempest.sk) Received: (from koren@localhost) by lk.tempest.sk (8.13.3/8.13.1/Submit) id k1OBVCmE092848; Fri, 24 Feb 2006 12:31:12 +0100 (CET) (envelope-from koren) Date: Fri, 24 Feb 2006 12:31:12 +0100 (CET) Message-Id: <200602241131.k1OBVCmE092848@lk.tempest.sk> From: Ludo Koren To: xkodi@bofh.bg In-reply-to: <1140292722.43f77c7219992@mail.orbitel.bg> (xkodi@bofh.bg) References: <87r762dpaf.fsf@lk.tempest.sk> <1140292722.43f77c7219992@mail.orbitel.bg> X-MIMETrack: Itemize by SMTP Server on Domino1/DGRP(Release 6.5.4|March 27, 2005) at 24.02.2006 12:31:22, Serialize by Router on Domino1/DGRP(Release 6.5.4|March 27, 2005) at 24.02.2006 12:31:23, Serialize complete at 24.02.2006 12:31:23 Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Subject: Re: AVerMedia AVerTV Hybrid+FM Cardbus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 11:31:30 -0000 >>>>> writes: > bktr.ko is for Conexant (formerly Rockwell) Booktree (Fussion) > 8x8/8x9 based cards and you have Philips saa713x based, so you > should try with the correct driver and applications. You can > download them from here: > http://download.purpe.com/ > I don't know why the driver from the link above is not > included, like bktr.ko, into the FreeBSD, and if it will work > with your device, but with my saa7134 based ECS EZ-TV (TVP3XP) > TV&FM Tuner card, everything works great and I am able to watch > analog TV and capture under FreeBSD 5.x : > saa0@pci1:11:0: class=0x048000 card=0x4cb41019 chip=0x71341131 > rev=0x01 hdr=0x00 vendor = 'Philips Semiconductors' device = > 'SAA7134HL Multi Media Capture Device' class = multimedia after applying proposed driver I get: saa0@pci3:0:0: class=0x048000 card=0xf4361461 chip=0x71331131 rev=0xd1 hdr=0x00 vendor = 'Philips Semiconductors' device = 'SAA7135HL Multi Media Capture Device' class = multimedia and running ftvv application in source Tab after pressing Tune Channels I get: Error changing to frequency: 48.25: Input/output error and in the log appears: iicbus0: START: bus error (status 0x9 loop:13) Here is the kldstat output: Id Refs Address Size Name 1 23 0xc0400000 380600 kernel 2 1 0xc0781000 64cc linprocfs.ko 3 2 0xc0788000 1b40c linux.ko 4 2 0xc07a4000 1d4fc sound.ko 5 1 0xc07c2000 5a44 snd_ich.ko 6 1 0xc07c8000 8740 ng_ubt.ko 7 2 0xc07d1000 dd4c netgraph.ko 8 1 0xc07df000 580b4 acpi.ko 9 1 0xc27d2000 3000 est.ko 10 1 0xc29cf000 17000 radeon.ko 11 1 0xc3801000 2c000 nfsclient.ko 12 1 0xc6e38000 8000 saa.ko 13 2 0xc6e40000 3000 iicbus.ko 14 1 0xc6e54000 3000 iic.ko Anyone any hints what could be wrong? Thanks. Regards, lk From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 11:53:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF70016A420 for ; Fri, 24 Feb 2006 11:53:17 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 146F743D45 for ; Fri, 24 Feb 2006 11:53:15 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1OBqne5004201 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 24 Feb 2006 13:52:56 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1OBqN1J001579; Fri, 24 Feb 2006 13:52:23 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1OBqLf8001578; Fri, 24 Feb 2006 13:52:21 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 24 Feb 2006 13:52:21 +0200 From: Giorgos Keramidas To: Robert Huff , Jerry McAllister , gs_stoller@juno.com Message-ID: <20060224115221.GA1411@flame.pc> References: <20060222.164330.8420.330983@webmail39.nyc.untd.com> <200602240348.k1O3mP3W008525@clunix.cl.msu.edu> <17406.40984.714089.650620@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17406.40984.714089.650620@jerusalem.litteratus.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.371, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: New Computer System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 11:53:18 -0000 On 2006-02-24 00:56, Robert Huff wrote: > Jerry McAllister writes: >> For those reasons, I generally make the following partitions. >> >> partition Mount size comments >> a = / (root) 128MB > > May I ask what OS version you're running? Because on my -CURRENT > system: > > huff@>> du /boot | sort -nr > 151838 /boot > 66596 /boot/kernel.old > 66526 /boot/kernel > 17810 /boot/kernel.generic > 20 /boot/defaults > 2 /boot/modules > 2 /boot/firmware CURRENT usually has larger binaries, because of all the extra debugging information that is customarily enabled in the kernel. On an amd64 system here, the root partition uses even more disk space: # df -m / Filesystem 1M-blocks Used Avail Capacity Mounted on /dev/ad0s2a 1583 285 1171 20% / # > Su unless I'm doing sonething that causes bloat, 128mb will be > woefully inadwquate. Possibly. I'd certainly go for a larger root partition than 128 MB, but Jerry has done a great work outlining his partition scheme and why he chose those sizes. The general idea here is that there isn't an easy way to find the One True Partitioning Scheme(TM) -- one that will match everyone's needs for now and all eternity. The original poster should spend some time thinking about what the system will be used for. Then the mechanics of using fdisk(8) and disklabel(8) or bsdlabel(8) are an eays thing to explain :) From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 11:54:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31FE616A422 for ; Fri, 24 Feb 2006 11:54:36 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A4B43D45 for ; Fri, 24 Feb 2006 11:54:33 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1OBsGCU004266 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 24 Feb 2006 13:54:19 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1OBro5F001586; Fri, 24 Feb 2006 13:53:50 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1OBrn9p001585; Fri, 24 Feb 2006 13:53:49 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 24 Feb 2006 13:53:49 +0200 From: Giorgos Keramidas To: "illoai@gmail.com" Message-ID: <20060224115349.GB1411@flame.pc> References: <20060222.164330.8420.330983@webmail39.nyc.untd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.372, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org, "gs_stoller@juno.com" Subject: Re: New Computer System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 11:54:36 -0000 On 2006-02-23 22:50, "illoai@gmail.com" wrote: >On 2/22/06, gs_stoller@juno.com wrote: >> I bought a new system (it was on sale), it has 180 Gigabytes >> of hard drive. Naturally I want to slice it up, so where can >> I find the documentation on the slice/partition process and >> table. As I recall, I can make 4 hard slices/partitions and >> then I can further break-down 1 (or more of them) to have >> logical slices/partitions. Where can I find documentation on >> the logical slices/partitions and how to use them? Can I boot >> into a ( FreeBSD ) logical slice, and if so, how do I do it? >> (For the 4 hard slices, one uses function keys F1 thru F4 .) >> Has someone already setup the capability of booting into >> logical slices, and if so, where can I get it and its >> documentation? > > From a 40-50 minute excursion into qemu, FreeBSD does not enjoy > linux logical partitions (slices), and I could not get it to > install into one. Sure it does. They just have slice numbers >= 5. You can't boot from a logical slice though. > Jerry McAllister's advice remains sound. True :) From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 12:11:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 993D816A420; Fri, 24 Feb 2006 12:11:44 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF86E43D45; Fri, 24 Feb 2006 12:11:43 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1OCBOJ9004683 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 24 Feb 2006 14:11:27 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1OCAxeT001710; Fri, 24 Feb 2006 14:10:59 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1OCAxEY001709; Fri, 24 Feb 2006 14:10:59 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Fri, 24 Feb 2006 14:10:59 +0200 From: Giorgos Keramidas To: "Greg 'groggy' Lehey" Message-ID: <20060224121059.GC1411@flame.pc> References: <20060224010027.GF65002@wantadilla.lemis.com> <20060224062029.GJ49368@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060224062029.GJ49368@wantadilla.lemis.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.587, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org Cc: freebsd-doc@freebsd.org, freebsd-questions@freebsd.org Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 12:11:44 -0000 On 2006-02-24 16:50, Greg 'groggy' Lehey wrote: >On Thursday, 23 February 2006 at 23:44:30 -0500, David Stanford wrote: >> On 2/23/06, Greg 'groggy' Lehey wrote: >>> >>> Ten years ago today, on 24 February 1996, I submitted for publication >>> the final version of the first ever book on FreeBSD, "Installing and >>> Using FreeBSD". It was later renamed to "The Complete FreeBSD". >>> >>> I have always retained full rights to the book, and for today I've >>> decided to release it for download under the Creative Commons >>> license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. >> >> Greg, >> >> All I can think to say is thanks! > > You (and everybody else) are welcome. > >> I purchased this book nearly a year ago shortly after I began using >> FreeBSD and it has been an invaluable resource ever since. Now that >> you have made it publicly available, maybe the FreeBSD project could >> find a way to merge some of your book in with their own handbook > > That's happened already, as you can easily see by comparing > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-vinum.html > with chapter 12 of the book. The FreeBSD documentation project know > they can rely on me to contribute documentation where it makes sense. > >> or at least link it on FreeBSD.org for newbies like myself to easily >> find :). > > That's probably a good idea. Can somebody from the doc project > comment? Yes. I would very much like to see this published online at least as part of our "publish.html" page. Greg, if I have your approval, the following patch is the least I can to thank you for all the work you've put into the book all these years, and for releasing it now: %%% Index: publish.sgml =================================================================== RCS file: /home/ncvs/www/en/publish.sgml,v retrieving revision 1.66 diff -u -r1.66 publish.sgml --- publish.sgml 4 Oct 2005 21:58:59 -0000 1.66 +++ publish.sgml 24 Feb 2006 12:07:48 -0000 @@ -188,13 +188,21 @@ book cover - The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2. +

The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2. Everything you ever wanted to know about how to get your computer up and running FreeBSD. Includes 4 CDs - containing the FreeBSD operating system! + containing the FreeBSD operating system!

- Released: November 2000 ISBN: 1-57176-246-9 - +

Released: November 2000 ISBN: 1-57176-246-9

+ +

On 24 February 2006, at the 10th anniversary of the + publication of the first ever book on FreeBSD, "Installing and + Using FreeBSD", Greg Lehey has released the full text and + sources of "The Complete FreeBSD" under the Creative Commons + license. The book text & sources are available at:

+ +

http://www.lemis.com/grog/Documentation/CFBSD/

+ %%% From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 12:15:12 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30FE616A420 for ; Fri, 24 Feb 2006 12:15:12 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A1BE43D6E for ; Fri, 24 Feb 2006 12:14:58 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1OCEhH3004780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 24 Feb 2006 14:14:49 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1OCEITT001738; Fri, 24 Feb 2006 14:14:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1OCEHtL001737; Fri, 24 Feb 2006 14:14:17 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 24 Feb 2006 14:14:17 +0200 From: Giorgos Keramidas To: Kristian Vaaf Message-ID: <20060224121417.GD1411@flame.pc> References: <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no> <20060221205751.GA1291@holestein.holy.cow> <7.0.1.0.2.20060224105529.01ff9b58@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7.0.1.0.2.20060224105529.01ff9b58@broadpark.no> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.372, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: questions@freebsd.org, Parv Subject: Re: Cool listing script (needs a fix) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 12:15:12 -0000 On 2006-02-24 10:55, Kristian Vaaf wrote: >At 21:57 21.02.2006, Parv wrote: >>in message <7.0.1.0.2.20060221153406.00ed12d8@broadpark.no>, >>wrote Kristian Vaaf thusly... >>> >>> >>> What's up everybody? >>> >>> When running this: >>> >>> -- >>> >>> #!/usr/local/bin/bash >> >>Would you please include anything non-signature before the '-- '? >> >> >> - Parv >> >>-- > > It's just a way for me to keep things clearly seperated. It also happens to break some mailers. I'm sure it's not very hard to use something else? I usually resort to "block quoted paragraphs", i.e.: This material is copied from another source. or even to a slightly different quoting character, as in: On 2006-02-24 10:55, Kristian Vaaf wrote: > > # > # What's up everybody? > # > > When running this: I'm a formatting and layout freak, though, so that doesn't apply to everybody else, I guess :) From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 12:17:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEA4E16A420 for ; Fri, 24 Feb 2006 12:17:25 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from mail.dc-servers.com (mail.dc-servers.com [83.243.101.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 96DAE43D6B for ; Fri, 24 Feb 2006 12:17:24 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: (qmail 11547 invoked by uid 399); 24 Feb 2006 12:17:25 -0000 Received: from unknown (HELO alfie.jigsawhq.com) (work@ashleymoran.me.uk@213.106.224.113) by mail.dc-servers.com with SMTP; 24 Feb 2006 12:17:25 -0000 From: Ashley Moran Organization: Codeweavers Ltd To: freebsd-questions@freebsd.org Date: Fri, 24 Feb 2006 12:16:00 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602241216.00547.work@ashleymoran.me.uk> Subject: Areca ARC-1120 vs Adeptec 2820 for RAID 6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 12:17:25 -0000 I'm trying to decide whether to go with an Areca ARC-1120 or an Adeptec 2820 for a database server. The Promise SuperTrak EX8350 is out of the question because it lacks FreeBSD support. One server supplier says customer's he's supplie with ARC boards were unhappy with them, but didn't give any specific reasons. Does anyone have any experience with either of these on FBSD? There's a long comparison of the three cards at http://www.tomshardware.com/2006/01/02/safer_6_for_raid_controllers/ . The Areca board canes the others performance-wise but I want to know if it will be stable for the next however many years. Thanks Ashley From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 09:32:35 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE6BF16A420 for ; Fri, 24 Feb 2006 09:32:35 +0000 (GMT) (envelope-from jack_panic_switch@hotmail.com) Received: from omc2-s4.bay6.hotmail.com (omc2-s4.bay6.hotmail.com [65.54.249.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34FD43D46 for ; Fri, 24 Feb 2006 09:32:33 +0000 (GMT) (envelope-from jack_panic_switch@hotmail.com) Received: from BAY115-W1 ([65.54.250.101]) by omc2-s4.bay6.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 24 Feb 2006 01:32:33 -0800 X-Originating-IP: [65.54.250.200] X-Originating-Email: [jack_panic_switch@hotmail.com] Message-ID: MIME-Version: 1.0 From: "Jack williams" To: Date: Fri, 24 Feb 2006 09:32:33 +0000 X-OriginalArrivalTime: 24 Feb 2006 09:32:33.0808 (UTC) FILETIME=[3DAED900:01C63925] X-Mailman-Approved-At: Fri, 24 Feb 2006 13:09:01 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: server problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 09:32:35 -0000 I was wondering if you could help me with a problem a few months ago i star= t using free bsd on a computer then used it to web serve, this worked fine = when i set it up. after a few months my IP address change as it is dynamic = after this i could still use ftp from elsewhere but no one could access my = pages. could you help me with this? _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/= From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 13:10:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96A3E16A426 for ; Fri, 24 Feb 2006 13:10:42 +0000 (GMT) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net (lon-mail-1.gradwell.net [193.111.201.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FDC943D6A for ; Fri, 24 Feb 2006 13:10:40 +0000 (GMT) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net ([193.111.201.125] helo=webmaker) by lon-mail-1.gradwell.net with esmtp (Gradwell gwh-smtpd 1.211) id 43ff05cf.b4b9.1e5 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 13:10:39 +0000 (envelope-sender ) From: dgmm To: freebsd-questions@freebsd.org Date: Fri, 24 Feb 2006 13:00:19 +0000 User-Agent: KMail/1.7.2 References: <20060224010027.GF65002@wantadilla.lemis.com> In-Reply-To: <20060224010027.GF65002@wantadilla.lemis.com> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200602241300.19383.freebsd01@dgmm.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 13:10:42 -0000 On Friday 24 February 2006 01:00, Greg 'groggy' Lehey wrote: > Ten years ago today, on 24 February 1996, I submitted for publication > the final version of the first ever book on FreeBSD, "Installing and > Using FreeBSD". It was later renamed to "The Complete FreeBSD". > > I have always retained full rights to the book, and for today I've > decided to release it for download under the Creative Commons > license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. I was introduced to FreeBSD by a friend. He spent quite a bit of time in email and on AIM helping me and I spent a *lot* of time hunting down WWW pages and references. I'm still learning. But, I can say with "Complete" confidence that the one resource which helped me the most was my purchase of The Complete FreeBSD, 4th Edition. It's still a very useful reference now and beginning to look a bit dog-eared after being thumbed through so many times ;-) You're contributions to the community are obviously greatly appreciated by many more than just me as evidenced by the other replies already in this thread. This is probably the ultimate icing on the cake with regard to online FreeBSD documentation. Thanks not only for a great book but for now making it available to the whole community. -- Dave From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 13:19:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06FB916A420 for ; Fri, 24 Feb 2006 13:19:57 +0000 (GMT) (envelope-from AHendriks@rdw.nl) Received: from srv2.rdw.nl (srv2.rdw.nl [194.151.24.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 1DD3743D58 for ; Fri, 24 Feb 2006 13:19:54 +0000 (GMT) (envelope-from AHendriks@rdw.nl) Received: from RDW04199.prdw.tld ([10.0.100.70]) by RDW04199.prdw.tld with Microsoft SMTPSVC(6.0.3790.1830); Fri, 24 Feb 2006 14:19:47 +0100 Received: from rdw04405.prdw.tld ([10.0.100.33]) by RDW04199.prdw.tld with Microsoft SMTPSVC(6.0.3790.1830); Fri, 24 Feb 2006 14:19:47 +0100 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Date: Fri, 24 Feb 2006 14:19:45 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Hula thread-index: AcY5RPrqJPz6yPzUT1Oo0q2DlQflWQ== From: To: X-OriginalArrivalTime: 24 Feb 2006 13:19:47.0159 (UTC) FILETIME=[FBCB1E70:01C63944] Subject: Hula X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 13:19:57 -0000 I'm trying to setup Hula on a FreeBSD 6.0 machine, i have update the ports to the latest version, and have updated the machine. With the Gethula script, I'm trying to download and compile hula, but after downloading the source, and starting the compiling, something went wrong, I have included some lines: unix-mgr.cpp:31:18: popt.h: No such file or directory unix-mgr.cpp: In member function `int Manager::GetOptions(int, char**)': unix-mgr.cpp:572: error: `poptContext' undeclared (first use this function) unix-mgr.cpp:572: error: (Each undeclared identifier is reported only once for each function it appears in.) unix-mgr.cpp:572: error: expected `;' before "optContext" unix-mgr.cpp:574: error: `POPT_ARG_VAL' undeclared (first use this function) unix-mgr.cpp:577: error: `POPT_ARG_NONE' undeclared (first use this function) unix-mgr.cpp:578: error: `POPT_AUTOHELP' undeclared (first use this function) unix-mgr.cpp:578: error: expected `}' before '{' token unix-mgr.cpp:578: error: elements of array `poptOption optTable[]' have incomplete type unix-mgr.cpp:578: error: storage size of `optTable' isn't known unix-mgr.cpp:578: error: expected `,' or `;' before '{' token unix-mgr.cpp: At global scope: unix-mgr.cpp:581: error: expected constructor, destructor, or type conversion before '=3D' token unix-mgr.cpp:581: error: expected `,' or `;' before '=3D' token unix-mgr.cpp:582: error: expected unqualified-id before "if" unix-mgr.cpp:582: error: expected `,' or `;' before "if" unix-mgr.cpp:602: error: expected unqualified-id before "else" unix-mgr.cpp:602: error: expected `,' or `;' before "else" unix-mgr.cpp:605: error: expected unqualified-id before "return" unix-mgr.cpp:605: error: expected `,' or `;' before "return" unix-mgr.cpp:606: error: expected declaration before '}' token unix-mgr.cpp:25:1: unterminated #if *** Error code 1 Stop in /usr/local/installers/hula/src/apps/hulamanager. *** Error code 1 Stop in /usr/local/installers/hula/src/apps. *** Error code 1 Stop in /usr/local/installers/hula/src. *** Error code 1 Stop in /usr/local/installers/hula. Install complete +-----------------------------------------------------+ Configuring Hula... mkdir: /usr/local/hula/var/netmail: File exists mkdir: /usr/local/hula/var/netmail/work: File exists Install and configuration complete, to run Hula server: cd /usr/local/hula/sbin ./hulamanager -s +----------------------------------------------------+ Also the following line was found when building Hula You should add the contents of `/usr/local/share/aclocal/libtool.m4' to `aclocal.m4'. What do I need for building Hula? ---=20 Arjan ************************************************************************ De informatie in deze e-mail is uitsluitend bestemd voor de = geadresseerde. Als u deze e-mail onterecht heeft ontvangen, wilt u dan = zo vriendelijk zijn de afzender te waarschuwen door deze e-mail terug te = sturen en de gegevens van uw computer te verwijderen. De RDW kan niet = volledig instaan voor de juiste en volledige overbrenging van deze = e-mail. The information in this e-mail is exclusively intended for the = addressee. If you have received this e-mail in error, then you are = requested to inform the sender by returning this e-mail to him/her and = delete the message. The RDW has not secured the contents of this e-mail = and can therefore not guarantee the accurate and complete transmission = of this e-mail. ************************************************************************ From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 14:26:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B0D516A420 for ; Fri, 24 Feb 2006 14:26:43 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F7A43D45 for ; Fri, 24 Feb 2006 14:26:42 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28583 invoked from network); 24 Feb 2006 14:26:12 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Feb 2006 14:26:12 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2B62328425; Fri, 24 Feb 2006 09:26:11 -0500 (EST) Sender: lowell@be-well.ilk.org To: peter@derooij.org References: <43FAED16.4060000@derooij.org> From: Lowell Gilbert Date: 24 Feb 2006 09:26:10 -0500 In-Reply-To: <43FAED16.4060000@derooij.org> Message-ID: <447j7kesu5.fsf@be-well.ilk.org> Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: no usb detection during load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 14:26:43 -0000 Peter de Rooij writes: > Well, very little. FreeBSD 6.0 GENERIC does not detect my USB mouse > or printer at boot. It did not recognize a USB thumb drive either > until I added the thing to /etc/fstab. Everything works fine if I > plug it in after boot. (A bit inconvenient for the mouse...) > > How do I force detection at boot? > I already added usbd_load="YES" and ums_load="YES" to loader.conf, > with no effect. > > dmesg attached. > Note the detection of ums0 after completion of boot -- that's when I > plug it in after logging in. Hmm. Strange. Does usbdevs(8) show it before kernel detection? [I doubt it, but without being able to reproduce it myself, I'm kind of grasping at straws...] From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 14:29:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10DCB16A420 for ; Fri, 24 Feb 2006 14:29:30 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C57D43D72 for ; Fri, 24 Feb 2006 14:29:25 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 3728 invoked from network); 24 Feb 2006 14:29:24 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Feb 2006 14:29:24 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id BC6E328425; Fri, 24 Feb 2006 09:29:23 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Ken Williams" References: From: Lowell Gilbert Date: 24 Feb 2006 09:29:23 -0500 In-Reply-To: Message-ID: <44y800de4c.fsf@be-well.ilk.org> Lines: 84 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: virtual memory exhausted: Cannot allocate memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 14:29:30 -0000 "Ken Williams" writes: > Hi FreeBSD folks, > > I'm having trouble compiling the java/jdk15 package. I've > downloaded the files from Sun and eyesbeyond, as per usual. When I go > to the jdk15 directory and do 'make' the compilation starts and runs > for an hour or two and then grinds to a halt with the following error > message; > ------------------------------------------------------------------------------ > gmake[3]: Leaving directory > `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' > gmake[3]: Entering directory > `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' > Compiling ../generated/adfiles/ad_i486.cpp > virtual memory exhausted: Cannot allocate memory > gmake[3]: *** [ad_i486.o] Error 1 > gmake[3]: Leaving directory > `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' > gmake[2]: *** [the_vm] Error 2 > gmake[2]: Leaving directory > `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' > gmake[1]: *** [jvmg] Error 2 > gmake[1]: Leaving directory > `/usr/ports/java/jdk15/work/control/build/bsd-i586/hotspot-i586/tmp' > gmake: *** [jvmg] Error 2 > *** Error code 2 > > Stop in /usr/ports/java/jdk15. > ------------------------------------------------------------------------------ > > The PC I'm using has a 2.3GHz Pentium, with 128MB memory and 70GB > free disk space > running FreeBSD-6.1PRERELEASE. Interestingly, when I run 'make' and do > 'top' the compilation process steadily grows to 128MB in size and then > stays at that size until it grinds to a halt. > > I was under the impression that FreeBSD imposed a default maximum > process size of 512MB, maybe that's changed or I was wrong (anyone > ??). After Googling, I found that the way to increase the maximum > process size was to add the following entries to /boot/loader.conf and > reboot; > > root$ more /boot/loader.conf > kern.maxdsiz="1073741824" # 1GB > kern.dfldsiz="1073741824" # 1GB > kern.maxssiz="134217728" # 128MB > > I did this and tried compiling jdk15 again but it made no difference. > > So I had the idea that another way to increase the amount of virtual > memory available is to increase the amount of swap memory available > (correct ??) which I did (to 1GB) as described in the Handbook here > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/adding-swap-space.html). > This I did, and when I do 'top' it shows up as available swap memory > but when I tried compiling jdk15 again it also made no difference. > > I've also checked my resource limits (ulimit) but they look > reasonable to me; > > root$ ulimit -SHacdflmnpstuv > core file size (blocks, -c) unlimited > data seg size (kbytes, -d) 524288 > file size (blocks, -f) unlimited > max locked memory (kbytes, -l) unlimited > max memory size (kbytes, -m) unlimited > open files (-n) 1735 > pipe size (512 bytes, -p) 1 > stack size (kbytes, -s) 65536 > cpu time (seconds, -t) unlimited > max user processes (-u) 867 > virtual memory (kbytes, -v) unlimited > > > For info, I also have java/linux-sun-jdk14 installed with linprocfs > mounted (to bootstrap the jdk15 installation) but I don't think this > is related to my problem. > > I'm at a bit of a loss what to do next. Do I need to buy some more > memory for my PC (just to compile jdk15) or is there anything else I > can try or change in FreeBSD which may help me ? Do you have swap space? Does it fill up? Do you have the same problem with the 1.4 jdk? From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 14:32:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D768B16A420 for ; Fri, 24 Feb 2006 14:32:24 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6325943D45 for ; Fri, 24 Feb 2006 14:32:24 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 4082 invoked from network); 24 Feb 2006 14:32:23 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Feb 2006 14:32:23 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D309C28425; Fri, 24 Feb 2006 09:32:22 -0500 (EST) Sender: lowell@be-well.ilk.org To: Peter References: <20060222235756.65059.qmail@web60022.mail.yahoo.com> From: Lowell Gilbert Date: 24 Feb 2006 09:32:22 -0500 In-Reply-To: <20060222235756.65059.qmail@web60022.mail.yahoo.com> Message-ID: <44u0aoddzd.fsf@be-well.ilk.org> Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions Subject: Re: gam_server driving me nuts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 14:32:25 -0000 Peter writes: > During a ports upgrade fam was replaced by gamin. Now my power supply fan > keeps turning up and down. This is causing a lot of noise and is very > annoying. I can't seem to kill the thing either; damn thing respawns. > What are other people doing? These facts seem very unlikely to be related... From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 14:39:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14C9516A420 for ; Fri, 24 Feb 2006 14:39:34 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B3DB43D45 for ; Fri, 24 Feb 2006 14:39:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 29089 invoked from network); 24 Feb 2006 14:39:32 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Feb 2006 14:39:32 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9B27D28425; Fri, 24 Feb 2006 09:39:31 -0500 (EST) Sender: lowell@be-well.ilk.org To: Andrei Iarus References: <20060223151308.13601.qmail@web51701.mail.yahoo.com> From: Lowell Gilbert Date: 24 Feb 2006 09:39:31 -0500 In-Reply-To: <20060223151308.13601.qmail@web51701.mail.yahoo.com> Message-ID: <44pslcddng.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd Subject: Re: arp: XXX is on rl0 but got reply from ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 14:39:34 -0000 Andrei Iarus writes: > I have read a lot about this error message, but I have another > questions: What actually happens when this error occures? I mean what > can this error lead to? Is it enough to switch the specific sysctl > variable to stop the error (and all it can lead to)? I dont think so, > then: Is the blocking of some of those packets the best solution to > this problem? (In my case, the problem is because the 2 NICs are > connected to the same network through the same switch). Turn off one of these NICs; there's not real reason to do that anyway. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 15:00:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F0CB16A420 for ; Fri, 24 Feb 2006 15:00:27 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F5143D49 for ; Fri, 24 Feb 2006 15:00:26 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id k1OF0NiU010425; Fri, 24 Feb 2006 10:00:23 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id k1OF0MRc010424; Fri, 24 Feb 2006 10:00:22 -0500 (EST) From: Jerry McAllister Message-Id: <200602241500.k1OF0MRc010424@clunix.cl.msu.edu> To: keramida@ceid.upatras.gr (Giorgos Keramidas) Date: Fri, 24 Feb 2006 10:00:22 -0500 (EST) In-Reply-To: <20060224115221.GA1411@flame.pc> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Robert Huff , freebsd-questions@freebsd.org, gs_stoller@juno.com Subject: Re: New Computer System X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 15:00:27 -0000 > > On 2006-02-24 00:56, Robert Huff wrote: > > Jerry McAllister writes: > >> For those reasons, I generally make the following partitions. > >> > >> partition Mount size comments > >> a = / (root) 128MB > > > > May I ask what OS version you're running? Because on my -CURRENT > > system: > > > > huff@>> du /boot | sort -nr > > 151838 /boot > > 66596 /boot/kernel.old > > 66526 /boot/kernel > > 17810 /boot/kernel.generic > > 20 /boot/defaults > > 2 /boot/modules > > 2 /boot/firmware > On my machine running FreeBSD 6.0 df -k shows this: > # df -k / > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/da0s4a 126702 56206 60360 48% / > # Doing a 'du /boot' gets me: 18 /boot/defaults 43026 /boot/kernel 2 /boot/modules 43614 /boot This is for a machine to use and not tinker with so it does not have extra kernels and such sitting around. Remember also that /tmp is its own partition and doesn't use any space in root and /var and /usr are all in their own partitions and not taking up space in root. > CURRENT usually has larger binaries, because of all the extra debugging > information that is customarily enabled in the kernel. Good point. > On an amd64 > system here, the root partition uses even more disk space: > > # df -m / > Filesystem 1M-blocks Used Avail Capacity Mounted on > /dev/ad0s2a 1583 285 1171 20% / > # > > > Su unless I'm doing sonething that causes bloat, 128mb will be > > woefully inadwquate. > > Possibly. I'd certainly go for a larger root partition than 128 MB, but > Jerry has done a great work outlining his partition scheme and why he > choose those sizes. Thanks for the positive comment. True, if I was using that machine for development work, I would probably increase both root and /usr by at least 50% if not more or else move that /usr/src as well as /usr/ports over to the big /home or /work file systems (which I do on another development machine, but it is running an ancient 4.xxx FreeBSD at the moment :( ). > The general idea here is that there isn't an easy > way to find the One True Partitioning Scheme(TM) -- one that will match > everyone's needs for now and all eternity. That is for sure. Running services for many users or many virtual hosts or a number of jails or doing development or a huge database or mainly playing games or many other things all make big differences in how you divide your disk as well as what 3rd party software you install. ////jerry > The original poster should spend some time thinking about what the > system will be used for. Then the mechanics of using fdisk(8) and > disklabel(8) or bsdlabel(8) are an eays thing to explain :) > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 15:03:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB8C16A420 for ; Fri, 24 Feb 2006 15:03:18 +0000 (GMT) (envelope-from awebster@connectalk.com) Received: from esafe.connectalk.com (esafe.connectalk.com [204.19.165.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 622DD43D48 for ; Fri, 24 Feb 2006 15:03:18 +0000 (GMT) (envelope-from awebster@connectalk.com) Received: from connectalk.com ([10.125.204.14]) by eSafe SMTP Relay 1140618374; Fri Feb 24 10:03:25 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Fri, 24 Feb 2006 10:03:14 -0500 Message-ID: <9D61D69E3C1F7F459C5513AD830EE2192BC309@mtlex01.connectalk.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: setting up french keyboard thread-index: AcY48TbWU0dnQfiiSKOSctGFD8bHEgAYdnyw From: "Webster, Andrew" To: "Peter" , "freebsd-questions" X-ESAFE-STATUS: Mail clean X-ESAFE-DETAILS: Clean Cc: Subject: RE: setting up french keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 15:03:18 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Peter > Sent: Thursday, February 23, 2006 22:19 > To: freebsd-questions > Subject: setting up french keyboard >=20 > Hi. Does anyone know how I can set up my 5.4 system to output French > characters? If so, how? You can set the LANG environment variable. For example setting it to fr_CA.ISO8859-1 will produce French Canadian error messages with ISO8859-1 characters. You can see all the available locales with 'locale -a' command. You might need to change the screen fonts for other languages, but the default ISO8859-1 set works fine. =20 Only programs that are locale aware will actually output French, others will continue to output English. -- Andrew >=20 > -- > Peter >=20 >=20 >=20 >=20 >=20 >=20 > __________________________________________________________ > Find your next car at http://autos.yahoo.ca > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 15:25:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7F316A420 for ; Fri, 24 Feb 2006 15:25:08 +0000 (GMT) (envelope-from rob@roblytle.org) Received: from smtpout09-04.prod.mesa1.secureserver.net (smtpout09-04.prod.mesa1.secureserver.net [64.202.165.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 1CB3343D48 for ; Fri, 24 Feb 2006 15:25:07 +0000 (GMT) (envelope-from rob@roblytle.org) Received: (qmail 5029 invoked from network); 24 Feb 2006 15:25:06 -0000 Received: from unknown (24.20.8.31) by smtpout09-04.prod.mesa1.secureserver.net (64.202.165.17) with ESMTP; 24 Feb 2006 15:25:04 -0000 Date: Fri, 24 Feb 2006 07:24:20 -0800 From: Rob To: freebsd-questions@freebsd.org Message-Id: <20060224072420.5c38fb3c.rob@roblytle.org> Organization: LKA X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 15:25:08 -0000 >Ten years ago today, on 24 February 1996, I submitted for publication >the final version of the first ever book on FreeBSD, "Installing and >Using FreeBSD". It was later renamed to "The Complete FreeBSD". >I have always retained full rights to the book, and for today I've >decided to release it for download under the Creative Commons >license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. >Greg Despite using FreeBSD off and on for quite a while, I always end up clueless about something. Between the mailings lists and that book I usually can figure out what to do. Thanks. Rob. -- ----------------------- http://www.roblytle.org Rob Lytle Home Page From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 15:33:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5234D16A42A for ; Fri, 24 Feb 2006 15:33:58 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60023.mail.yahoo.com (web60023.mail.yahoo.com [209.73.178.71]) by mx1.FreeBSD.org (Postfix) with SMTP id BD64743D48 for ; Fri, 24 Feb 2006 15:33:57 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 61055 invoked by uid 60001); 24 Feb 2006 15:33:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ArrvCSVLwQod1Ha4vo0mk8DxmiCGWgal+T89541OGetq/kRU1DxVcdQ8MkoMR5TLrL7Jj+RYWk533OyPu4fEOxUbGfdsbgkg/5Kn5+1KrOggpfO3Z0S195y+KCz+EOi6LTbW5dMITTEWB2rDzigjNhFvUphlTeTkyWBKQau01LY= ; Message-ID: <20060224153357.61053.qmail@web60023.mail.yahoo.com> Received: from [216.252.85.201] by web60023.mail.yahoo.com via HTTP; Fri, 24 Feb 2006 10:33:57 EST Date: Fri, 24 Feb 2006 10:33:57 -0500 (EST) From: Peter To: "Webster, Andrew" , freebsd-questions In-Reply-To: <9D61D69E3C1F7F459C5513AD830EE2192BC309@mtlex01.connectalk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: RE: setting up french keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 15:33:58 -0000 --- "Webster, Andrew" wrote: > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > > questions@freebsd.org] On Behalf Of Peter > > Sent: Thursday, February 23, 2006 22:19 > > To: freebsd-questions > > Subject: setting up french keyboard > > > > Hi. Does anyone know how I can set up my 5.4 system to output French > > characters? If so, how? > > You can set the LANG environment variable. For example setting it to > fr_CA.ISO8859-1 will produce French Canadian error messages with > ISO8859-1 characters. > You can see all the available locales with 'locale -a' command. > You might need to change the screen fonts for other languages, but the > default ISO8859-1 set works fine. > Only programs that are locale aware will actually output French, others > will continue to output English. Well I changed the LANG variable and my keyboard still outputs English. Ideally I would like to toggle between an English keyboard and a French one. I got one suggestion to use the kbdcontrol command but that too does has no effect. Although when I tried the equivalent method of setting it up in /etc/rc.conf via the keymap variable and rebooted, the console (before startx) was affected (the key bindings were still wrong) but when I entered X-windows I was back to where I started. -- Peter __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 15:35:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 496D516A420 for ; Fri, 24 Feb 2006 15:35:18 +0000 (GMT) (envelope-from zadrak@gawab.com) Received: from info7.gawab.com (info7.gawab.com [204.97.230.40]) by mx1.FreeBSD.org (Postfix) with SMTP id AAAA743D58 for ; Fri, 24 Feb 2006 15:35:13 +0000 (GMT) (envelope-from zadrak@gawab.com) Received: (qmail 15407 invoked by uid 1004); 24 Feb 2006 15:35:36 -0000 Message-ID: <20060224153536.15406.qmail@gawab.com> Received: from 83.226.130.4 by www.gawab.com with HTTP; Fri, 24 Feb 2006 15:35:36 GMT From: "Zalander Drakos" To: petermatulis@yahoo.ca Date: Fri, 24 Feb 2006 15:35:36 GMT Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [83.226.130.4] Cc: freebsd-questions@freebsd.org Subject: RE: gam_server driving me nuts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 15:35:18 -0000 > During a ports upgrade fam was replaced by gamin. Now my >power supply fan >keeps turning up and down. This is causing a lot of noise and is >very >annoying. I can't seem to kill the thing either; damn thing r>espawns. >What are other people doing? Remove fam by force and then install gamin. What is wrong with running 'pkgdb -F' ? It is there to help you. Run it and tell it to change all fam dependencies to gamin. Are you going to stop crying now? --------------------------------------------- Free POP3 Email from www.Gawab.com Sign up NOW and get your account @gawab.com!! From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 15:45:46 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0619316A420; Fri, 24 Feb 2006 15:45:46 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6048743D49; Fri, 24 Feb 2006 15:45:45 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV7000D57S81M80@osl1smout1.broadpark.no>; Fri, 24 Feb 2006 16:45:44 +0100 (CET) Received: from urban.broadpark.no ([213.187.181.70]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV700LMT7S7Y5F0@osl1sminn1.broadpark.no>; Fri, 24 Feb 2006 16:45:44 +0100 (CET) Date: Fri, 24 Feb 2006 16:45:50 +0100 From: Kristian Vaaf In-reply-to: <20060221184738.98233.qmail@web52714.mail.yahoo.com> To: Kris Anderson , questions@freebsd.org, bugs@freebsd.org Message-id: <7.0.1.0.2.20060224164438.0233a3b8@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <20060221184738.98233.qmail@web52714.mail.yahoo.com> Cc: Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 15:45:46 -0000 At 19:47 21.02.2006, Kris Anderson wrote: >--- Kristian Vaaf wrote: > > > > > Hello! > > > > I don't know what's wrong. But all my makes error > > out. > > I've tried over and over again. And sent about a > > dozen e-mails to this list. > > > > http://www.home.no/hedhnta/result.txt > > > > When doing: > > > > cvsup -g -L 2 /etc/cvsupfile > > > > And then running: > > > > cd /usr/src \ > > && make buildworld \ > > && make buildkernel KERNCONF=ARBA \ > > && make installkernel KERNCONF=ARBA \ > > && make installworld \ > > && mergemaster \ > > && make clean \ > > && rm -rf /usr/obj/* > > > > This is how it's done, no? >Sort of done like that. Looking at the FreeBSD >handbook it says: > make buildworld > make buildkernel KERNCONF=ARBA > make installkernel KERNCONF=ARBA > reboot > > Note: There are a few rare cases when an extra run >of mergemaster -p is needed before the buildworld >step. These are described in UPDATING. In general, >though, you can safely omit this step if you are not >updating across one or more major FreeBSD versions. > >After installkernel finishes successfully, you should >boot in single user mode (i.e. using boot -s from the >loader prompt). Then run: > > mergemaster -p > make installworld > mergemaster > reboot > > Please help me. > > > > Thanks, > > Vaaf >Hope that helps. > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com The point is I've been having this problem for so long, and none of the developers are willing to help me. This is one of the reason I think, why most people these days seem to go (back) to DragonflyBSD. I certainly am going to. Vaaf From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 15:49:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 009D316A420 for ; Fri, 24 Feb 2006 15:49:16 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5D443D4C for ; Fri, 24 Feb 2006 15:49:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 838 invoked from network); 24 Feb 2006 15:49:13 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Feb 2006 15:49:13 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id B16CA28425; Fri, 24 Feb 2006 10:49:12 -0500 (EST) Sender: lowell@be-well.ilk.org To: Chandan Haldar References: <43F96644.3070306@gmail.com> <43F99F17.1040407@gmail.com> <43FA1C37.1070607@childeric.freeserve.co.uk> <43FC66DD.1080408@gmail.com> From: Lowell Gilbert Date: 24 Feb 2006 10:49:12 -0500 In-Reply-To: <43FC66DD.1080408@gmail.com> Message-ID: <44bqwwdafb.fsf@be-well.ilk.org> Lines: 36 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Ports/packages confusion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 15:49:16 -0000 Chandan Haldar writes: > Will someone please point me to an explanation for why the packages in > my install sets (that I chose at the time of installation of my > FreeBSD 6.0 Release), for example the X11R6 packages, do not show up > in the installed packages list (pkg_info or pkg_version)? That's not supposed to be the case. I certainly haven't seen it. > What will > happen to the installed Xorg set if I try to upgrade to a newer Xorg > rel through the ports/packages system? You may need to "force" it. (-f) > May be this would explain to me how (while trying to upgrade my > installed ports including gnome 2.10->2,12 upgrade) I managed to mess > up my working gnome 2.10 installation (done from the ISO disk images > at FreeBSD install time) so badly that I'm finding it impossible to > recover from that. Well, since you missed gnome_upgrade.sh the first time, you're left with quite a mess. Forcibly removing all the X-related packages, wiping out the detritis left /usr/X11, and reinstalling gnome would be my approach, but I don't mind leaving the machine alone for a long time while it grinds through the install. > The mysteries of pkgdb -F also needs way more > effort than I have been able to give so far. It shows stale > dependnecies right after portsnap fetch/extract even before pkg_info > shows any packages installed. Why?! Where can I read a precise > definition of 'stale dependency' as understood by the ports management > programs? That's just an unavoidable result of the fact that the ports database has no idea where your X installation came from. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 15:55:00 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BEF716A420 for ; Fri, 24 Feb 2006 15:55:00 +0000 (GMT) (envelope-from mj001@rogers.com) Received: from smtp101.rog.mail.re2.yahoo.com (smtp101.rog.mail.re2.yahoo.com [206.190.36.79]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D08E43D49 for ; Fri, 24 Feb 2006 15:54:58 +0000 (GMT) (envelope-from mj001@rogers.com) Received: (qmail 37847 invoked from network); 24 Feb 2006 15:54:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=6wESrRaOiGSSEgfO9pCAGLsOuZjrv9qb3iknbIpi0VU9K+p4bLNsucvCx9IM0jKlDnIIdMW1WpiAku3mwG6D4W8T9Nr5KBAV+SjiJLTQre+NrDFXmTAYQIi25U5KelYlILfDBCHl8VFwXUFnIFMb9RIBv6Ueh0DGtkPQxgdYl1E= ; Received: from unknown (HELO chaucer.jeays.ca) (mj001@rogers.com@72.139.51.96 with plain) by smtp101.rog.mail.re2.yahoo.com with SMTP; 24 Feb 2006 15:54:57 -0000 From: Mike Jeays To: Greg 'groggy' Lehey In-Reply-To: <20060224062029.GJ49368@wantadilla.lemis.com> References: <20060224010027.GF65002@wantadilla.lemis.com> <20060224062029.GJ49368@wantadilla.lemis.com> Content-Type: text/plain Date: Fri, 24 Feb 2006 10:54:51 -0500 Message-Id: <1140796491.16687.63.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 15:55:00 -0000 On Fri, 2006-02-24 at 16:50 +1030, Greg 'groggy' Lehey wrote: > On Thursday, 23 February 2006 at 23:44:30 -0500, David Stanford wrote: > > On 2/23/06, Greg 'groggy' Lehey wrote: > >> > >> Ten years ago today, on 24 February 1996, I submitted for publication > >> the final version of the first ever book on FreeBSD, "Installing and > >> Using FreeBSD". It was later renamed to "The Complete FreeBSD". > >> > >> I have always retained full rights to the book, and for today I've > >> decided to release it for download under the Creative Commons > >> license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. > > > > Greg, > > > > All I can think to say is thanks! > > You (and everybody else) are welcome. > > > I purchased this book nearly a year ago shortly after I began using > > FreeBSD and it has been an invaluable resource ever since. Now that > > you have made it publicly available, maybe the FreeBSD project could > > find a way to merge some of your book in with their own handbook > > That's happened already, as you can easily see by comparing > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-vinum.html > with chapter 12 of the book. The FreeBSD documentation project know > they can rely on me to contribute documentation where it makes sense. > > > or at least link it on FreeBSD.org for newbies like myself to easily > > find :). > > That's probably a good idea. Can somebody from the doc project > comment? > > 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. Here is one more vote of thanks for a very generous contribution to the community! My copy is getting quite dog-eared too, and it will be great to have a machine-readable version. -- Mike Jeays http://ca.geocities.com/mike.jeays@rogers.com From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 16:00:43 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3E516A420; Fri, 24 Feb 2006 16:00:43 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A0943D46; Fri, 24 Feb 2006 16:00:39 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1OG0LWI013955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 24 Feb 2006 18:00:26 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1OFxtBC071456; Fri, 24 Feb 2006 17:59:55 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1OFxs7q071455; Fri, 24 Feb 2006 17:59:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 24 Feb 2006 17:59:54 +0200 From: Giorgos Keramidas To: Kristian Vaaf Message-ID: <20060224155954.GA71418@flame.pc> References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <20060221184738.98233.qmail@web52714.mail.yahoo.com> <7.0.1.0.2.20060224164438.0233a3b8@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7.0.1.0.2.20060224164438.0233a3b8@broadpark.no> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.374, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.82, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: bugs@freebsd.org, questions@freebsd.org, Kris Anderson Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:00:43 -0000 On 2006-02-24 16:45, Kristian Vaaf wrote: >At 19:47 21.02.2006, Kris Anderson wrote: >>--- Kristian Vaaf wrote: >>> >>> Hello! >>> >>> I don't know what's wrong. But all my makes error out. I've tried >>> over and over again. And sent about a dozen e-mails to this list. >>> >>> http://www.home.no/hedhnta/result.txt >>> >>> When doing: >>> >>> cvsup -g -L 2 /etc/cvsupfile Kristian, you would have to show us your cvsupfile. It's possible that you are missing some of the sources, so the source tree you download is not exactly buildable. >>> And then running: >>> >>> cd /usr/src \ >>> && make buildworld \ >>> && make buildkernel KERNCONF=ARBA \ >>> && make installkernel KERNCONF=ARBA \ >>> && make installworld \ >>> && mergemaster \ >>> && make clean \ >>> && rm -rf /usr/obj/* >>> >>> This is how it's done, no? Not quite. >> Sort of done like that. Looking at the FreeBSD handbook it says: >> >> make buildworld >> make buildkernel KERNCONF=ARBA >> make installkernel KERNCONF=ARBA >> reboot >> >> Note: There are a few rare cases when an extra run of mergemaster -p >> is needed before the buildworld step. These are described in >> UPDATING. In general, though, you can safely omit this step if you >> are not updating across one or more major FreeBSD versions. This is also suggested in /usr/src/UPDATING. > The point is I've been having this problem for so long, and none of > the developers are willing to help me. Patience, please. It's not the end of the world. There is a sane, logical explanation why you can't build the system. We just have to find it :) > This is one of the reason I think, why most people these days seem to > go (back) to DragonflyBSD. This is very uncalled for. If you really want help, then please spare us the (in my opinion) unsupported, unwarranted rhetoric about why FreeBSD is not for you. The helpful people of this list don't deserve this, and you don't deserve the flames such inflammatory material can start. > I certainly am going to. Ultimately, this is your choise to make, of course. We can't force to use something that you don't like. Before that happens, I'd like to see at least the following though: - Your cvsupfile - The error messages you get. The URL in the previous paragraphs that is supposed to show the errors, is not fetchable: $ cd /tmp $ fetch http://www.home.no/hedhnta/result.txt fetch: http://www.home.no/hedhnta/result.txt: Not Found $ From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 16:20:07 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFDF116A420 for ; Fri, 24 Feb 2006 16:20:07 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8559843D45 for ; Fri, 24 Feb 2006 16:20:07 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp1.utdallas.edu (Postfix) with ESMTP id 33A8E388DDB for ; Fri, 24 Feb 2006 10:20:07 -0600 (CST) Date: Fri, 24 Feb 2006 10:20:07 -0600 From: Paul Schmehl To: questions@freebsd.org Message-ID: <7E479CD74B1AD70C583CB706@utd59514.utdallas.edu> In-Reply-To: <20060224063658.50530.qmail@web34603.mail.mud.yahoo.com> References: <20060224063658.50530.qmail@web34603.mail.mud.yahoo.com> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: FreeBSD on Sun Fire V20Z X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:20:07 -0000 --On Friday, February 24, 2006 06:36:58 +0000 Deepak Naidu wrote: > Paul, I have FreeBSD 5.4 running on Sun Fire v20, no issues when > installing... > > I havent tried FreeBSD 6.0, should not give issue, ensure ur booting from > the first CD(I know u may b wright incase...) > > You may try FreeBSD 5.4 if it works you can come know why not with 6.0.. > The problem with booting from the 6.0 ISO was an ID 10 T problem. I forgot to include the command "fixate" when burning the CD. It works fine now. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/ From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 16:24:30 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83FAD16A420 for ; Fri, 24 Feb 2006 16:24:30 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF2EF43D4C for ; Fri, 24 Feb 2006 16:24:29 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 2C44F5C75; Fri, 24 Feb 2006 11:24:29 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 77590-03; Fri, 24 Feb 2006 11:24:28 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-199-129.ny325.east.verizon.net [68.160.199.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 25CA85C50; Fri, 24 Feb 2006 11:24:28 -0500 (EST) Message-ID: <43FF3342.7080902@mac.com> Date: Fri, 24 Feb 2006 11:24:34 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Kristian Vaaf References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <20060221184738.98233.qmail@web52714.mail.yahoo.com> <7.0.1.0.2.20060224164438.0233a3b8@broadpark.no> In-Reply-To: <7.0.1.0.2.20060224164438.0233a3b8@broadpark.no> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: questions@freebsd.org Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:24:30 -0000 Kristian Vaaf wrote: [ ... ] >>> I've tried over and over again. And sent about a >>> dozen e-mails to this list. >>> >>> http://www.home.no/hedhnta/result.txt That URL doesn't work: 4-sec% fetch -v http://www.home.no/hedhnta/result.txt looking up www.home.no connecting to www.home.no:80 requesting http://www.home.no/hedhnta/result.txt 404 Not Found Not Found The requested URL /hedhnta/result.txt was not found on this server. [ ... ] > The point is I've been having this problem for so long, > and none of the developers are willing to help me. Most people who ask questions on the FreeBSD list get helpful responses quickly, but we aren't telepathic: if you don't provide enough information for others to help you, well, in that case you're going to have to solve the problems yourself. > This is one of the reason I think, why most people these > days seem to go (back) to DragonflyBSD. > > I certainly am going to. Whatever you like, dude. Have fun, -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 16:26:09 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55F4316A420 for ; Fri, 24 Feb 2006 16:26:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D0F43D83 for ; Fri, 24 Feb 2006 16:26:02 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 7390 invoked from network); 24 Feb 2006 16:26:02 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Feb 2006 16:26:02 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 257D828425; Fri, 24 Feb 2006 11:26:01 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Jack williams" References: From: Lowell Gilbert Date: 24 Feb 2006 11:26:01 -0500 In-Reply-To: Message-ID: <443bi8d8py.fsf@be-well.ilk.org> Lines: 6 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: server problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:26:09 -0000 "Jack williams" writes: > I was wondering if you could help me with a problem a few months ago i start using free bsd on a computer then used it to web serve, this worked fine when i set it up. after a few months my IP address change as it is dynamic after this i could still use ftp from elsewhere but no one could access my pages. could you help me with this? Probably. How do people try to access your pages? Are they using an outdated DNS name? From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 16:30:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01F4F16A422 for ; Fri, 24 Feb 2006 16:30:52 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED9B43D45 for ; Fri, 24 Feb 2006 16:30:51 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FCfpd-0002Kh-2T for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 17:30:13 +0100 Received: from 143.129.77.38 ([143.129.77.38]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Feb 2006 17:30:13 +0100 Received: from bart.braem by 143.129.77.38 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Feb 2006 17:30:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Bart Braem Date: Fri, 24 Feb 2006 17:17:56 +0100 Lines: 26 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 143.129.77.38 User-Agent: KNode/0.9.3 Sender: news Subject: Rails port problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:30:52 -0000 I've installed Rails following the instructions on but I did use fcgid instead of fastcgi. Then I installed Typo from the ports and edited dispatch.fcgi to use the right ruby (env ruby does not work) and .htaccess to use the right CGI handler. The result is that when surfing to /typo/public I don't get anything. The Apache error logs reveal problems: [Fri Feb 24 17:09:33 2006] [notice] mod_fcgid: server /usr/local/www/typo/public/dispatch.fcgi(43675) started [Fri Feb 24 17:09:37 2006] [notice] child pid 43670 exit signal Segmentation fault (11) [Fri Feb 24 17:09:38 2006] [notice] child pid 43672 exit signal Segmentation fault (11) [Fri Feb 24 17:09:38 2006] [notice] child pid 43671 exit signal Segmentation fault (11) [Fri Feb 24 17:09:39 2006] [notice] child pid 43674 exit signal Segmentation fault (11) [Fri Feb 24 17:09:39 2006] [notice] child pid 43673 exit signal Segmentation fault (11) Does anyone have a clue on how to do this? I'm sure other people are running FreeBSD/Apache/FastCgi/Rails so how do they do that? Bart From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 16:31:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2304F16A420 for ; Fri, 24 Feb 2006 16:31:14 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D748043D45 for ; Fri, 24 Feb 2006 16:31:13 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from [192.168.4.2] (68-190-198-174.dhcp.ccmn.ca.charter.com [68.190.198.174]) by ns1.internetinsite.com (8.13.4/8.13.4) with ESMTP id k1OGVAp0088752; Fri, 24 Feb 2006 08:31:11 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <43FF34CD.8090800@chrismaness.com> Date: Fri, 24 Feb 2006 08:31:09 -0800 From: Chris Maness User-Agent: Thunderbird 1.5 (X11/20060217) MIME-Version: 1.0 To: Kris Kennaway , freebsd-questions@freebsd.org References: <43FEA25E.8010004@chrismaness.com> <20060224061821.GB1315@xor.obsecurity.org> <43FF1CFE.9080603@chrismaness.com> <20060224150915.GB29854@xor.obsecurity.org> In-Reply-To: <20060224150915.GB29854@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: ATAPICAM? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:31:14 -0000 Kris Kennaway wrote: > On Fri, Feb 24, 2006 at 06:49:34AM -0800, Chris Maness wrote: > >> Kris Kennaway wrote: >> >>> On Thu, Feb 23, 2006 at 10:06:22PM -0800, Chris Maness wrote: >>> >>> >>>> How do I load atapicam at boot time? I can load it with no problems >>>> after the system has started, but I if I ad the line atapicam_load="YES" >>>> in /*boot*/loader.conf, the kernel turns to fried chicken at boot time. >>>> >>>> >>> "Fried chicken" isn't a technical term I'm familiar with ;-) >>> >>> Kris >>> >>> >> And the kernel himself holding the heart of the FreeBSD operating system. >> > > You can either make funny jokes or you can describe your problem > better so that someone can help you :-) > > Kris > > OK, seriously, when I added the module at boot time through the fore mentioned method the system hung just after it detected the ata hard drives. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 16:41:56 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E2E816A420 for ; Fri, 24 Feb 2006 16:41:56 +0000 (GMT) (envelope-from heinricf@mailstore.FernUni-Hagen.de) Received: from cl-mailhost.FernUni-Hagen.de (sycamore.fernuni-hagen.de [132.176.114.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D12843D5E for ; Fri, 24 Feb 2006 16:41:55 +0000 (GMT) (envelope-from heinricf@mailstore.FernUni-Hagen.de) Received: from mailstore.fernuni-hagen.de ([132.176.114.185]) by cl-mailhost.FernUni-Hagen.de with esmtp (Exim 4.24) id 1FCevv-0006CZ-Nt for questions@freebsd.org; Fri, 24 Feb 2006 16:32:39 +0100 Received: from [132.176.7.6] (account heinricf [132.176.7.6] verified) by mailstore.fernuni-hagen.de (CommuniGate Pro SMTP 4.0.6) with ESMTP-TLS id 14696407 for questions@freebsd.org; Fri, 24 Feb 2006 15:32:38 +0100 Message-ID: <43FF1905.5000505@Fernuni-Hagen.de> Date: Fri, 24 Feb 2006 15:32:37 +0100 From: Fritz Heinrichmeyer User-Agent: Thunderbird 1.5 (X11/20060209) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-prewhitelist: your reply will pass through without greylisting Cc: Subject: why does strftime not respect my locale settings? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:41:56 -0000 here is what locale says: LANG=de_DE.ISO8859-15 LC_CTYPE="de_DE.ISO8859-15" LC_COLLATE="de_DE.ISO8859-15" LC_TIME="de_DE.ISO8859-15" LC_NUMERIC="de_DE.ISO8859-15" LC_MONETARY="de_DE.ISO8859-15" LC_MESSAGES="de_DE.ISO8859-15" LC_ALL=de_DE.ISO8859-15 but today strftime(buffer, 1000, "%d %A %B", localtime(&timev)); delivers 24 Friday February setlocale(LC_TIME, "de_DE.ISO8859-15"); strftime(buffer, 1000, "%d %A %B", localtime(&timev)); delivers 24 Freitag Februar how can i change strftime without setting locale explicitly? -- Fritz Heinrichmeyer FernUniversitaet, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 16:49:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB3416A420 for ; Fri, 24 Feb 2006 16:49:39 +0000 (GMT) (envelope-from news@jeremina.homeunix.net) Received: from jeremina.homeunix.net (jeremino.xs4all.nl [80.126.224.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E1A43D45 for ; Fri, 24 Feb 2006 16:49:38 +0000 (GMT) (envelope-from news@jeremina.homeunix.net) Received: from news by jeremina.homeunix.net with local (Exim 4.42) id 1FCg7w-0003M5-S8 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 17:49:08 +0100 From: Me X-Newsgroups: list.fbsd.questions Date: Fri, 24 Feb 2006 17:49:08 +0100 Organization: None Lines: 2 Message-ID: References: <20060224153357.61053.qmail@web60023.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@jeremina.homeunix.net X-Face: dtAN(p3{]qk\XP?#Z/w4D6D%"{t}6EFQIEv.YCM-L).KZ#M-1|:kgToZn*t!H^|(gS/A9MOa#T]^~A:sn=q[vw\n8S"QP97/MLO}L[Jq*5f+&lY_8ij@3; sbZ/>F$[*hrNX`hu/e(\%m.kc~(EV#knmO@,9$615zns'>?E_?[bWyW%-Jp=Gj?oB9P`h8ua@C0_g/!K__/'EP^i; kBAjRTa/hoV To: freebsd-questions@freebsd.org Sender: News Subsystem Subject: RE: setting up french keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:49:39 -0000 sorry, test From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 16:51:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 025C716A420 for ; Fri, 24 Feb 2006 16:51:17 +0000 (GMT) (envelope-from peterjderooij@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85ADD43D48 for ; Fri, 24 Feb 2006 16:51:16 +0000 (GMT) (envelope-from peterjderooij@gmail.com) Received: by wproxy.gmail.com with SMTP id i11so644951wra for ; Fri, 24 Feb 2006 08:51:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=armwe2q/qwC3lOBlzXp5S7JO/V2SrjsF/dK3sGxTvfMJXoKhvt6vKf5YKWE/7IZI50Ninfwdu5+PL9Zb4qA1QEpH82gjm+C37r9U22+wjj5kYvBz68Lz1U7AWv0nCORWyXm+2rDr2mlNCh7M5TOFu4vEnaUY3DJWBu3IGhUm0Es= Received: by 10.65.155.19 with SMTP id h19mr3821599qbo; Fri, 24 Feb 2006 08:51:15 -0800 (PST) Received: by 10.64.53.17 with HTTP; Fri, 24 Feb 2006 08:51:15 -0800 (PST) Message-ID: <141fde50602240851q6a8d09edh@mail.gmail.com> Date: Fri, 24 Feb 2006 16:51:15 +0000 From: "Peter de Rooij" Sender: peterjderooij@gmail.com To: freebsd-questions@freebsd.org In-Reply-To: <447j7kesu5.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43FAED16.4060000@derooij.org> <447j7kesu5.fsf@be-well.ilk.org> Subject: Re: no usb detection during load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter de Rooij List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:51:17 -0000 On 24 Feb 2006 09:26:10 -0500, Lowell Gilbert wrote: > Peter de Rooij writes: > > > Well, very little. FreeBSD 6.0 GENERIC does not detect my USB mouse > > or printer at boot. It did not recognize a USB thumb drive either > > until I added the thing to /etc/fstab. Everything works fine if I > > plug it in after boot. (A bit inconvenient for the mouse...) > > > > How do I force detection at boot? > > I already added usbd_load=3D"YES" and ums_load=3D"YES" to loader.conf, > > with no effect. > > > > dmesg attached. > > Note the detection of ums0 after completion of boot -- that's when I > > plug it in after logging in. > > Hmm. Strange. Does usbdevs(8) show it before kernel detection? [I > doubt it, but without being able to reproduce it myself, I'm kind of > grasping at straws...] > No, doing usbdevs in a shell (is that what you meant?) doesn't show anything either. (It does, of course after re-insertion.) More symptoms: - the detection of the usb drive after adding to fstab was a fluke.=20 The next few boots it was missing again... - I have seen the usb mouse and printer appear at boot twice now; each time after changing boot parameters (boot verbose, boot with ACPI).=20 The usb key appear every time(?) - when the usb mouse is not found there is a 30sec delay after detecting the keyboard and before the message about failure to allocate an IRQ for psm0 (no surprise, there's nothing there.) I am now reinstalling from scratch (not that far back:-) Cheers, Peter From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 17:02:01 2006 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 040B116A422; Fri, 24 Feb 2006 17:02:01 +0000 (GMT) To: FreeBSD-questions@FreeBSD.org Message-Id: <20060224170201.040B116A422@hub.freebsd.org> Date: Fri, 24 Feb 2006 17:02:01 +0000 (GMT) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 17:02:01 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 17:02:01 2006 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 16A4016A423; Fri, 24 Feb 2006 17:02:01 +0000 (GMT) To: FreeBSD-questions@FreeBSD.org Message-Id: <20060224170201.16A4016A423@hub.freebsd.org> Date: Fri, 24 Feb 2006 17:02:01 +0000 (GMT) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 17:02:01 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm constantly updating it. Greg From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 17:02:17 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A82F16A423 for ; Fri, 24 Feb 2006 17:02:17 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A26F43D46 for ; Fri, 24 Feb 2006 17:02:16 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 13so362507nzp for ; Fri, 24 Feb 2006 09:02:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ueMQFa5krU1Qfcdl+4Q+q1JnWRu7uaPtUPWQnxuXBBKk/CcioF1fTUa2wuQJI3o15FMChmMeTanG2CQO7KF6Y6fQGS4xY0cfcH1g+026aJ5hHGfM9ar5ZNFGQVeFANlPflf/zMsp1ygjonoOG6F1CasWKg+SI8hnrSDPDwO6omI= Received: by 10.37.15.25 with SMTP id s25mr2278763nzi; Fri, 24 Feb 2006 09:02:15 -0800 (PST) Received: by 10.37.20.11 with HTTP; Fri, 24 Feb 2006 09:02:15 -0800 (PST) Message-ID: Date: Fri, 24 Feb 2006 20:02:15 +0300 From: "Andrew Pantyukhin" To: "Chuck Swiger" In-Reply-To: <43E62B9D.5040302@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43E62B9D.5040302@mac.com> Cc: FreeBSD Questions Subject: Re: Trouble with resources under network load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 17:02:17 -0000 On 2/5/06, Chuck Swiger wrote: > Andrew Pantyukhin wrote: > > I'm constantly stumbling upon some out-of-resources > > problems. Just to name a couple: > > > > named[400]: client 10.32.23.92#1714: > > error sending response: not enough free resources > > > > snmpd[806]: sysctl get: Cannot allocate memory > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > > > > I have these in loader.conf and sysctl.conf: > > > > kern.maxfiles=3D65536 > > kern.maxfilesperproc=3D65536 > > net.graph.maxdgram=3D65536 > > net.graph.recvspace=3D65536 > > kern.maxusers=3D512 > > kern.ipc.maxpipekva=3D268435456 > > net.graph.maxalloc=3D65536 > [ ... ] > > What's wrong? > > For one thing, if you've got a machine with 256MB of RAM, you cannot poss= ibly be > able to dedicate 256MB just to kern.ipc.maxpipekva. Likewise, a machine = with > 256MB of users would auto-tune kern.maxusers to ~100 or so, and kern.maxf= iles > ought to be under 10000, if not half that. > > You should revert to the defaults and make gradual tuning changes, if nee= ded, > from there. A couple of days ago I've added 512MB RAM, bringing the total up to 768MB. I followed your advice and eased the sysctl settings: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D kern.maxfiles=3D7500 kern.maxfilesperproc=3D7000 net.graph.maxdgram=3D65536 net.graph.recvspace=3D65536 net.inet.tcp.blackhole=3D2 net.inet.udp.blackhole=3D1 net.link.ether.inet.maxtries=3D2 net.link.ether.inet.max_age=3D7200 net.link.ether.inet.prune_intvl=3D1200 net.inet.tcp.minmssoverload=3D50 net.inet.tcp.msl=3D7500 net.inet.icmp.icmplim=3D50 kern.ipc.somaxconn=3D16384 kern.ipc.maxpipekva=3D50331648 net.graph.maxalloc=3D65536 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D gw# netstat -m 872/4123/4995 mbufs in use (current/cache/total) 870/3872/4742/24768 mbuf clusters in use (current/cache/total/max) 0/5/6448 sfbufs in use (current/peak/max) 1982K/8774K/10757K bytes allocated to network (current/cache/total) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 0 calls to protocol drain routines =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D gw# netstat -s | grep drop 2776 connections closed (including 435 drops) 11 embryonic connections dropped 198 connections dropped by rexmit timeout 0 connections dropped by persist timeout 9 connections dropped by keepalive 1 dropped 53405 dropped due to no socket 460821 broadcast/multicast datagrams dropped due to no socket 0 dropped due to full socket buffers 0 fragments dropped (dup or out of space) 685 fragments dropped after timeout 193 output packets dropped due to no bufs, etc. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Feb 24 19:47:21 gw named[482]: client 10.32.7.32#1027: error sending response: not enough free resources =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Feb 24 19:46:57 gw snmpd[714]: sysctl get: Cannot allocate memory Feb 24 19:56:00 gw last message repeated 50 times =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D last pid: 86717; load averages: 0.00, 0.00, 0.00 up 3+02:57:27 19:59:39 29 processes: 1 running, 28 sleeping CPU states: 0.4% user, 0.0% nice, 0.0% system, 1.5% interrupt, 98.1% id= le Mem: 39M Active, 311M Inact, 132M Wired, 20K Cache, 84M Buf, 246M Free Swap: 453M Total, 453M Free PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 714 root 1 96 0 3036K 2744K select 14:22 2.78% bsnmpd 17259 root 1 96 0 7268K 5664K select 7:54 0.00% mpd 287 root 1 96 0 3044K 2584K select 4:31 0.00% natd 482 bind 1 96 0 20224K 19280K select 2:36 0.00% named 55185 root 1 96 0 3772K 2456K select 0:36 0.00% nmbd 473 root 1 96 0 1352K 880K select 0:24 0.00% syslogd 574 root 1 96 0 3052K 1764K select 0:08 0.00% ntpd 636 dhcpd 1 96 0 3028K 2656K select 0:06 0.00% dhcpd =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Is there a change to trace the problem to its source? From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 17:06:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB6616A420 for ; Fri, 24 Feb 2006 17:06:45 +0000 (GMT) (envelope-from news@jeremina.homeunix.net) Received: from jeremina.homeunix.net (jeremino.xs4all.nl [80.126.224.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C32AA43D4C for ; Fri, 24 Feb 2006 17:06:44 +0000 (GMT) (envelope-from news@jeremina.homeunix.net) Received: from news by jeremina.homeunix.net with local (Exim 4.42) id 1FCgOf-0003S7-Nn for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 18:06:25 +0100 From: Me X-Newsgroups: list.fbsd.questions Date: Fri, 24 Feb 2006 18:06:25 +0100 Organization: None Lines: 2 Message-ID: References: <20060224153357.61053.qmail@web60023.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@jeremina.homeunix.net X-Face: dtAN(p3{]qk\XP?#Z/w4D6D%"{t}6EFQIEv.YCM-L).KZ#M-1|:kgToZn*t!H^|(gS/A9MOa#T]^~A:sn=q[vw\n8S"QP97/MLO}L[Jq*5f+&lY_8ij@3; sbZ/>F$[*hrNX`hu/e(\%m.kc~(EV#knmO@,9$615zns'>?E_?[bWyW%-Jp=Gj?oB9P`h8ua@C0_g/!K__/'EP^i; kBAjRTa/hoV To: freebsd-questions@freebsd.org Sender: News Subsystem Subject: RE: setting up french keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 17:06:45 -0000 sorry, test From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 17:19:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674E916A420 for ; Fri, 24 Feb 2006 17:19:26 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBBF743D48 for ; Fri, 24 Feb 2006 17:19:25 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip03.eastlink.ca ([24.222.10.15]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IV700HLQC23MRA1@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 13:18:03 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip03.eastlink.ca with ESMTP; Fri, 24 Feb 2006 13:19:03 -0400 Date: Fri, 24 Feb 2006 13:18:37 -0400 From: Duane Whitty To: FreeBSD Questions Message-id: <43FF3FED.9040705@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= User-Agent: Thunderbird 1.5 (X11/20060205) Subject: htdig Archive Access Failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 17:19:26 -0000 Hi, When searching the FreeBSD mailing lists archives, irrespective of which list I am searching, I receive an error if I try to access a second or subsequent page. Does anyone else experience this? --Duane From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 17:26:50 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF7B216A422 for ; Fri, 24 Feb 2006 17:26:50 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA02C43D6E for ; Fri, 24 Feb 2006 17:26:47 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.0.2] ([82.41.33.116]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Fri, 24 Feb 2006 17:27:51 +0000 Message-ID: <43FF41D5.1000803@dial.pipex.com> Date: Fri, 24 Feb 2006 17:26:45 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: Kristian Vaaf References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <20060221184738.98233.qmail@web52714.mail.yahoo.com> <7.0.1.0.2.20060224164438.0233a3b8@broadpark.no> In-Reply-To: <7.0.1.0.2.20060224164438.0233a3b8@broadpark.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Feb 2006 17:27:51.0828 (UTC) FILETIME=[A3BF5D40:01C63967] Cc: questions@freebsd.org Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 17:26:51 -0000 Kristian Vaaf wrote: > The point is I've been having this problem for so long, > and none of the developers are willing to help me. > > This is one of the reason I think, why most people these > days seem to go (back) to DragonflyBSD. > > I certainly am going to. Did you even try the suggestions I posted? Did you bother to report back whether they worked? Did you follow up to Giorgos questions? Or to Donald J O'Neill's? Or to illoai@gmail.com's? No, you just came back and whined. Developers have better things to do than fix problems which are mostly caused by people not following the instructions correctly, or thinking that they knew better than the instructions. The problem you have is guaranteed to be a configuration problem on *your* system because 99.9% of people out there have no trouble at all. I want the developers to spend their time doing just that, developing, not responding to questions that us mortals can usually handle. You may think that your problem is important enough to rate a developer fixing it for you but I doubt that many people here would agree with such a judgement. Looking through the archive, I could find on one question from you on this topic, from Dec 31st 2005, which is certainly not the year in your subject line, and not a great time to expect speedy responses . You did get a reply from Kent Stewart, and again you didn't reply at all. How could anyone possibly know that his suggestion didn't work for you? So far I count 5 different people who have attempted to help you with this issue and so far I see not one single piece of feedback from you on how their suggestions worked out. Please, switch to DragonFly. You could also try shooting yourself in the foot, and cutting off your nose to spite your face. I gather some people enjoy that kind of thing and you would seem to be one of them. Welcome to the select few on my kill list. --Alex From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 17:39:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5AA316A420 for ; Fri, 24 Feb 2006 17:39:56 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from relay0.av-mx.com (relay0.av-mx.com [137.118.16.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC33D43D45 for ; Fri, 24 Feb 2006 17:39:50 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.62] (HELO mx1.av-mx.com) by relay0.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 181127438 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 12:39:47 -0500 Received: (qmail 20323 invoked from network); 24 Feb 2006 17:39:47 -0000 Received: from dsl25177.ywave.com (HELO ?192.168.1.64?) (micahjon@ywave.com@216.227.114.177) by 0 with SMTP; 24 Feb 2006 17:39:47 -0000 X-CLIENT-IP: 216.227.114.177 X-CLIENT-HOST: dsl25177.ywave.com Message-ID: <43FF44DD.8030605@ywave.com> Date: Fri, 24 Feb 2006 09:39:41 -0800 From: Micah User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Duane Whitty References: <43FF3FED.9040705@greenmeadow.ca> In-Reply-To: <43FF3FED.9040705@greenmeadow.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: htdig Archive Access Failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 17:39:57 -0000 Duane Whitty wrote: > Hi, > > When searching the FreeBSD mailing lists archives, > irrespective of which list I am searching, I > receive an error if I try to access a second or > subsequent page. Does anyone else experience this? > > --Duane Yes, makes that search interface rather useless. I asked mailman@freebsd.org about this and here is the response I got about the problem: > Sorry; this sort of thing happens, and I don't know how to fix it. > > In he mean time, > is another > way to search the archives -- one that pre-dates the use of Mailman at > FreeBSD.org. > > -- postmaster@freebsd.org" Later, Micah From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 18:29:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1095216A420; Fri, 24 Feb 2006 18:29:26 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from S1.cableone.net (s1.cableone.net [24.116.0.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7266B43D46; Fri, 24 Feb 2006 18:29:25 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from [24.117.83.20] (unverified [24.117.83.20]) by S1.cableone.net (CableOne SMTP Service S1) with ESMTP id 47823765 for multiple; Fri, 24 Feb 2006 11:29:58 -0700 Message-ID: <43FF5081.6050601@averageadmins.com> Date: Fri, 24 Feb 2006 12:29:21 -0600 From: Jeff Cross User-Agent: Thunderbird 1.5 (X11/20060131) MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IP-stats: No info recorded yet X-External-IP: 24.117.83.20 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: Subject: Remove a Port and All Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 18:29:26 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I would like to know if it is possible to remove a port/package and all of the dependencies it installed that are not needed by other applications. Example: I installed Nautilus and some Gnome games but don't want them installed any longer. However, if I remove the package itself, doesn't it leave all of the other dependencies out there? Upgrading my system takes forever now that there are a ton of libs and such installed by these applications. So, if anyone can point me in the right direction for doing this I would greatly appreciate it. Jeff Cross -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD/1A/jEeRttyBLroRAjMyAJ94CqOeKoo0BPpqGjw9GCeatB6EewCfRRdh SOnrTu3rRT+iUoQpQQIwJOw= =Xbcd -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 18:33:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B50216A422 for ; Fri, 24 Feb 2006 18:33:30 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED2243D7C for ; Fri, 24 Feb 2006 18:33:20 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip03.eastlink.ca ([24.222.10.15]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IV700FO9FK5UA71@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 14:33:42 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip03.eastlink.ca with ESMTP; Fri, 24 Feb 2006 14:33:16 -0400 Date: Fri, 24 Feb 2006 14:32:47 -0400 From: Duane Whitty In-reply-to: <43FF44DD.8030605@ywave.com> To: Micah Message-id: <43FF514F.6040901@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <43FF3FED.9040705@greenmeadow.ca> <43FF44DD.8030605@ywave.com> User-Agent: Thunderbird 1.5 (X11/20060205) Cc: FreeBSD Questions Subject: Re: htdig Archive Access Failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 18:33:30 -0000 Micah wrote: > Duane Whitty wrote: >> Hi, >> >> When searching the FreeBSD mailing lists archives, >> irrespective of which list I am searching, I >> receive an error if I try to access a second or >> subsequent page. Does anyone else experience this? >> >> --Duane > > Yes, makes that search interface rather useless. > > I asked mailman@freebsd.org about this and here is the response I got > about the problem: >> Sorry; this sort of thing happens, and I don't know how to fix it. >> >> In he mean time, >> is another >> way to search the archives -- one that pre-dates the use of Mailman at >> FreeBSD.org. >> >> -- postmaster@freebsd.org" > > > Later, > Micah > > > Hi, Thanks, this works great. Just what I was looking for --Duane From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 18:36:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13D0416A420; Fri, 24 Feb 2006 18:36:56 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: from royalway.propagation.net (royalway.propagation.net [66.221.228.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D1C43D48; Fri, 24 Feb 2006 18:36:55 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: from localhost (localhost [127.0.0.1]) by royalway.propagation.net (Postfix) with ESMTP id CD42156420; Fri, 24 Feb 2006 12:36:55 -0600 (CST) Received: from royalway.propagation.net ([127.0.0.1]) by localhost (royalway.propagation.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12694-05; Fri, 24 Feb 2006 12:36:53 -0600 (CST) Received: from ELF (unknown [84.241.19.40]) by royalway.propagation.net (Postfix) with ESMTP id B246E5641D; Fri, 24 Feb 2006 12:36:35 -0600 (CST) From: "Babak Farrokhi" To: "'Jeff Cross'" , , Date: Fri, 24 Feb 2006 22:06:20 +0330 Message-ID: <002201c63971$43566160$0100a8c0@ELF> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcY5cIshHa+z1uCERdODHRZ/P+JZMgAAJXQg In-Reply-To: <43FF5081.6050601@averageadmins.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: amavisd-new at farrokhi.net Cc: Subject: RE: Remove a Port and All Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 18:36:56 -0000 Jeff, 'pkg_deinstall -R portname' should work in this case. -- Babak Farrokhi babak@farrokhi.net > -----Original Message----- > From: owner-freebsd-ports@freebsd.org > [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of Jeff Cross > Sent: Friday, February 24, 2006 9:59 PM > To: freebsd-ports@freebsd.org; freebsd-questions@freebsd.org > Subject: Remove a Port and All Dependencies > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I would like to know if it is possible to remove a > port/package and all of the dependencies it installed that > are not needed by other applications. > > Example: I installed Nautilus and some Gnome games but don't > want them installed any longer. However, if I remove the > package itself, doesn't it leave all of the other > dependencies out there? > > Upgrading my system takes forever now that there are a ton of > libs and such installed by these applications. So, if anyone > can point me in the right direction for doing this I would > greatly appreciate it. > > Jeff Cross > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2.1 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFD/1A/jEeRttyBLroRAjMyAJ94CqOeKoo0BPpqGjw9GCeatB6EewCfRRdh > SOnrTu3rRT+iUoQpQQIwJOw= > =Xbcd > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 18:42:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DFAD16A420; Fri, 24 Feb 2006 18:42:02 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC4FC43D45; Fri, 24 Feb 2006 18:42:01 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from adsl-68-72-248-38.dsl.sfldmi.ameritech.net ([68.72.248.38] helo=[192.168.1.33]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FChtQ-000EcU-5b; Fri, 24 Feb 2006 13:42:16 -0500 Message-ID: <43FF5372.5090409@vonostingroup.com> Date: Fri, 24 Feb 2006 13:41:54 -0500 From: Frank Laszlo User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Jeff Cross References: <43FF5081.6050601@averageadmins.com> In-Reply-To: <43FF5081.6050601@averageadmins.com> X-Enigmail-Version: 0.93.2.0 OpenPGP: url=http://www.franksworld.org/~laszlof/keys/0x0B3FCA4B.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Remove a Port and All Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 18:42:02 -0000 Jeff Cross wrote: > I would like to know if it is possible to remove a port/package and all > of the dependencies it installed that are not needed by other > applications. > > Example: I installed Nautilus and some Gnome games but don't want them > installed any longer. However, if I remove the package itself, doesn't > it leave all of the other dependencies out there? > > Upgrading my system takes forever now that there are a ton of libs and > such installed by these applications. So, if anyone can point me in the > right direction for doing this I would greatly appreciate it. > > Jeff Cross > sysutils/pkg_cutleaves. __________________________________________________ Frank Laszlo System Administrator The VonOstin Group Email: laszlof@tvog.net WWW: http://www.vonostingroup.com Mobile: 248-863-7584 From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 18:44:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B27816A420 for ; Fri, 24 Feb 2006 18:44:01 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 769F543D46 for ; Fri, 24 Feb 2006 18:44:00 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-247.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.247]) by smtp02.mrf.mail.rcn.net with ESMTP; 24 Feb 2006 13:43:47 -0500 X-IronPort-AV: i="4.02,144,1139202000"; d="scan'208"; a="208472699:sNHT39346780" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17407.21136.641946.90928@jerusalem.litteratus.org> Date: Fri, 24 Feb 2006 13:38:08 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <43FF5081.6050601@averageadmins.com> References: <43FF5081.6050601@averageadmins.com> X-Mailer: VM 7.17 under 21.5 (beta24) "dandelion" XEmacs Lucid Subject: Remove a Port and All Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 18:44:01 -0000 Jeff Cross writes: > I would like to know if it is possible to remove a port/package > and all of the dependencies it installed that are not needed by > other applications. I don't know of a way to do it automatically; among other things, there seems to be way too great a chance of removing something prematurely. However, I have done this manually by repeated application of pkg_cutleaves (sysutils/pkg_cutleaves) + pkg_delete. Robert "back to the libtool upgrade" Huff From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 18:46:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A0C616A420; Fri, 24 Feb 2006 18:46:22 +0000 (GMT) (envelope-from aaron@freebsd.org) Received: from priv-edtnes27.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A2D743D58; Fri, 24 Feb 2006 18:46:21 +0000 (GMT) (envelope-from aaron@freebsd.org) Received: from [192.168.15.100] (really [137.186.246.196]) by priv-edtnes27.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060224184620.IVCU11415.priv-edtnes27.telusplanet.net@[192.168.15.100]>; Fri, 24 Feb 2006 11:46:20 -0700 Message-ID: <43FF54A9.8050704@freebsd.org> Date: Fri, 24 Feb 2006 11:47:05 -0700 From: Aaron Dalton Organization: FreeBSD.org User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Cross References: <43FF5081.6050601@averageadmins.com> In-Reply-To: <43FF5081.6050601@averageadmins.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Remove a Port and All Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 18:46:22 -0000 Jeff Cross wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I would like to know if it is possible to remove a port/package and all > of the dependencies it installed that are not needed by other applications. > > Example: I installed Nautilus and some Gnome games but don't want them > installed any longer. However, if I remove the package itself, doesn't > it leave all of the other dependencies out there? > > Upgrading my system takes forever now that there are a ton of libs and > such installed by these applications. So, if anyone can point me in the > right direction for doing this I would greatly appreciate it. > pkg_deinstall -R portname pkg_deinstall is part of the sysutils/portupgrade package. -- Aaron Dalton aaron@FreeBSD.org FreeBSD Ports Committer From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 18:47:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A382116A420; Fri, 24 Feb 2006 18:47:43 +0000 (GMT) (envelope-from aaron@freebsd.org) Received: from priv-edtnes51.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C40943D45; Fri, 24 Feb 2006 18:47:43 +0000 (GMT) (envelope-from aaron@freebsd.org) Received: from [192.168.15.100] (really [137.186.246.196]) by priv-edtnes51.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060224184742.OQVG29837.priv-edtnes51.telusplanet.net@[192.168.15.100]>; Fri, 24 Feb 2006 11:47:42 -0700 Message-ID: <43FF54FB.8020609@freebsd.org> Date: Fri, 24 Feb 2006 11:48:27 -0700 From: Aaron Dalton Organization: FreeBSD.org User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Cross References: <43FF5081.6050601@averageadmins.com> In-Reply-To: <43FF5081.6050601@averageadmins.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Remove a Port and All Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 18:47:43 -0000 Jeff Cross wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I would like to know if it is possible to remove a port/package and all > of the dependencies it installed that are not needed by other applications. > > Example: I installed Nautilus and some Gnome games but don't want them > installed any longer. However, if I remove the package itself, doesn't > it leave all of the other dependencies out there? > > Upgrading my system takes forever now that there are a ton of libs and > such installed by these applications. So, if anyone can point me in the > right direction for doing this I would greatly appreciate it. > Oh, and sysutils/pkg_cutleaves is also an excellent utility to clean stuff up. $ pkg_cutleaves -l -- Aaron Dalton aaron@FreeBSD.org FreeBSD Ports Committer From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 18:52:35 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8912C16A420 for ; Fri, 24 Feb 2006 18:52:35 +0000 (GMT) (envelope-from jack_panic_switch@hotmail.com) Received: from omc2-s2.bay6.hotmail.com (omc2-s2.bay6.hotmail.com [65.54.249.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 533ED43D46 for ; Fri, 24 Feb 2006 18:52:35 +0000 (GMT) (envelope-from jack_panic_switch@hotmail.com) Received: from BAY115-W2 ([65.54.250.102]) by omc2-s2.bay6.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 24 Feb 2006 10:52:35 -0800 X-Originating-IP: [65.54.250.200] X-Originating-Email: [jack_panic_switch@hotmail.com] Message-ID: MIME-Version: 1.0 From: "Jack williams" To: Date: Fri, 24 Feb 2006 18:52:35 +0000 X-OriginalArrivalTime: 24 Feb 2006 18:52:35.0348 (UTC) FILETIME=[79C2F540:01C63973] X-Mailman-Approved-At: Fri, 24 Feb 2006 18:55:24 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: Re: server problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 18:52:35 -0000 no there trying to use my ip address i have given them my right one by the = way. i just cant think of what could be wrong _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/= From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 19:20:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C4B916A436 for ; Fri, 24 Feb 2006 19:20:49 +0000 (GMT) (envelope-from facha2002@mail.ru) Received: from rider.com.ua (rider.net.ua [217.144.69.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id A977E43D4C for ; Fri, 24 Feb 2006 19:20:48 +0000 (GMT) (envelope-from facha2002@mail.ru) Received: from [192.168.5.42] (helo=dimas) by rider.com.ua with smtp (Exim 4.34) id 1FCibc-000CYK-Sn for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 21:27:56 +0200 Message-ID: <00d401c63977$67628880$2a05a8c0@dimas> From: "fa" To: Date: Fri, 24 Feb 2006 21:20:42 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: dovecot-1.0.alpha5 + mysql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 19:20:49 -0000 Hi. Sorry if this is a wrong place to ask. I've just compiled dovecot-1.0.alpha5 with mysql support.from freebsd ports (FreeBSD 6.0-RELEASE). It looks like dovecot has problems connecting to mysql. In the log I'm getting: dovecot: Feb 24 16:57:41 Error: auth-worker(default): mysql: Connect failed to (null) (exim): Access denied for user 'root'@'localhost' (using password: YES) - waiting for 5 seconds before retry dovecot: Feb 24 16:57:41 Error: auth-worker(default): sql(facha@facha.org.ua,127.0.0.1): Password query failed: Not connected to database dovecot: Feb 24 16:57:44 Info: pop3-login: Aborted login: user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured This is my dovecot-mysql.conf: connect = host=localhost dbname=exim user=root password=qwer default_pass_scheme = PLAIN password_query = SELECT password FROM auth WHERE username = '%u' AND domain = '%d' Exim is working with the same settings on the same machine. I also checked if I can use these settings with mysql console client. I don't know where to look for errors. Is anyone else having this problem? Thanks in advance for your answers. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 19:31:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D214716A420 for ; Fri, 24 Feb 2006 19:31:29 +0000 (GMT) (envelope-from pgiessel@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E4D43D46 for ; Fri, 24 Feb 2006 19:31:29 +0000 (GMT) (envelope-from pgiessel@mac.com) Received: from mac.com (webmail02-en1 [10.13.11.144]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id k1OJVTd8029474; Fri, 24 Feb 2006 11:31:29 -0800 (PST) Received: from webmail02 (localhost [127.0.0.1]) by mac.com (Xserve/webmail02/MantshX 4.0) with ESMTP id k1OJVTZM027263; Fri, 24 Feb 2006 11:31:29 -0800 (PST) Message-ID: <2342435.1140809489230.JavaMail.pgiessel@mac.com> Date: Fri, 24 Feb 2006 10:31:29 -0900 From: Peter Giessel To: fa in-reply-to: <00d401c63977$67628880$2a05a8c0@dimas> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit references: <00d401c63977$67628880$2a05a8c0@dimas> X-Originating-IP: 158.145.111.132/instID=24 Cc: freebsd-questions@freebsd.org Subject: Re: dovecot-1.0.alpha5 + mysql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 19:31:29 -0000 On Friday, February 24, 2006, at 10:21AM, fa wrote: >Hi. Sorry if this is a wrong place to ask. I've just compiled >dovecot-1.0.alpha5 with mysql support.from freebsd >ports (FreeBSD 6.0-RELEASE). It looks like dovecot has problems connecting >to mysql. What version of MySQL are you using? I've had problems with 4.1 and dovecot. See this thread for more details: http://lists.freebsd.org/pipermail/freebsd-questions/2005-October/100452.html From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 19:37:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31BF116A420 for ; Fri, 24 Feb 2006 19:37:32 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id A359B43D48 for ; Fri, 24 Feb 2006 19:37:31 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s15so279713wxc for ; Fri, 24 Feb 2006 11:37:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bsNVp99j4d8HclTGIpBwH57Y+MW+66F35Zf53+n/yuqfXg3ZF/oF0zEq59gDAlxSoN0o3cf/WMBkzVswtcdyUb470oQrkLjwl5DRbkppeFlOTtOGhA04q5gIwyQM/fuuuxyXWsSMoWhOvHVs/CoDrz+s5ySSLWMiKrm6yx5NO3k= Received: by 10.70.29.14 with SMTP id c14mr2025125wxc; Fri, 24 Feb 2006 11:37:30 -0800 (PST) Received: by 10.70.65.9 with HTTP; Fri, 24 Feb 2006 11:37:30 -0800 (PST) Message-ID: Date: Fri, 24 Feb 2006 13:37:30 -0600 From: "Nikolas Britton" To: "Alex Zbyslaw" In-Reply-To: <43FEE0C1.5080102@dial.pipex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43FD9A34.7030401@dial.pipex.com> <43FE9691.1050502@carolina.rr.com> <43FEE0C1.5080102@dial.pipex.com> Cc: Alex Mayfield , freebsd-questions@freebsd.org Subject: Re: Can't seem to boot from 6.0-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 19:37:32 -0000 On 2/24/06, Alex Zbyslaw wrote: > Alex Mayfield wrote: > > > I have tried both the 6.1 and 5.4 CD's, both of them bombing at the > > exact same point the 6.0 boot failed. I'll try 5.5 sometime tomorrow, > > though I kinda doubt it would make a difference. Is there anything > > else I can try? > > If 6.1 and 5.4 fail then it seems really likely that 5.5 will fail too. > In your shoes I would start changing BIOS options one at a time - > anything that might have an effect like ACPI, memory holes, making sure > plug 'n' play is off. I'm no expert on that kind of thing. If no-one > here has any better ideas then you could also try re-posting on the > freebsd-hardware list and see if anyone there can help. You could also > check that there is no newer BIOS for the mobo. > Your mainboard has two primary models and also goes by other names: 755FXK8AA-8EKRS: a.k.a. K8S755FXA-8EKRS http://www.foxconnchannel.com/productsDownload_motherboard2.cfm?pMotherboar= d=3D755FXK8AA-8EKRS%3Cbr%3EAlso%20known%20as%20K8S755FXA-8EKRS 755FXK8AA-ERS: a.k.a. K8S755FXA-6ELRS, a.k.a K8S755FXA-ERS http://www.foxconnchannel.com/productsDownload_motherboard2.cfm?pMotherboar= d=3D755FXK8AA-ERS%3Cbr%3EAlso%20known%20as%20K8S755FXA-6ELRS%3Cbr%3EAlso%20= known%20as%20K8S755FXA-ERS Flash the BIOS with the newest version and try FreeBSD. Next, Use "Load Fail-Safe Defaults" and try FreeBSD. If those don't work change these settings and try again: Advanced BIOS Features Menu: Gate A20 Option =3D Normal APIC Mode =3D Disabled MPS Version Control For OS =3D Try a Diffrent Setting Video BIOS Shadow =3D Disabled SIS OnChip PCI Device Menu: SIS USB Controller =3D Disabled SIS AC97 Audio =3D Disabled SIS S/W Modem =3D Disabled SIS Serial ATA Controller =3D Disabled Onboard SuperIO Device Menu: Lan Controller =3D Disabled Onboard FDC Controller =3D Disabled Onboard Serial Port 1/2 =3D Disabled Onboard Parallel Port =3D Disabled Power Management Setup Menu: ACPI function =3D Disabled PnP/PCI Configurations Menu: Reset Configuration Data =3D Enabled ----------------------- Your best bets are: APIC Mode =3D Disabled ACPI function =3D Disabled And Disable all the Hardware listed above You should be booting FreeBSD with verbose output too -- BSD Podcasts @ http://bsdtalk.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 20:18:32 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1600616A420 for ; Fri, 24 Feb 2006 20:18:32 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: from smtp2.versatel.nl (smtp2.versatel.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 417D643D46 for ; Fri, 24 Feb 2006 20:18:31 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail 3459 invoked by uid 0); 24 Feb 2006 20:12:59 -0000 Received: from ip176-173-59-62.adsl.versatel.nl (HELO [192.168.2.5]) ([62.59.173.176]) (envelope-sender ) by smtp2.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 24 Feb 2006 20:12:59 -0000 Message-ID: <43FF68DF.4050709@gmx.net> Date: Fri, 24 Feb 2006 21:13:19 +0100 From: Frank Staals User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060105) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Redirecting Traffic with PF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 20:18:32 -0000 Hey, I have an FreeBSD server/firewall running 5-Stable with PF. I want to redirect all udp traffic on port 27902 from the internet to a computer in my network. I used this rule but I have some problem with it: sometimes connections on that port are refused and I can't connect with other players ( it's for a online game ) : rdr on $extif inet proto udp from any port 27902 -> 192.168.2.11 port 27902 I think the problem might have something to do with the different network interfaces since the traffic is comming in on $extif and has to go to an computer connected to $intif ? And how can I do that ? Can I change it to: rdr on $extif inet proto udp from any port 27902 -> $intif 192.168.2.11 port 27902 ? Or what do I have to do to fix it. Thanks in advance, -- -Frank Staals From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 20:37:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15CCA16A420 for ; Fri, 24 Feb 2006 20:37:52 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr16.xs4all.nl (smtp-vbr16.xs4all.nl [194.109.24.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8625143D45 for ; Fri, 24 Feb 2006 20:37:51 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.10] (nieser.net [194.109.160.131]) by smtp-vbr16.xs4all.nl (8.13.3/8.13.3) with ESMTP id k1OKbeBQ024383 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Feb 2006 21:37:46 +0100 (CET) (envelope-from h.nieser@xs4all.nl) Message-ID: <43FF6E92.4010005@xs4all.nl> Date: Fri, 24 Feb 2006 21:37:38 +0100 From: Hans Nieser User-Agent: Mail/News 1.5 (X11/20060211) MIME-Version: 1.0 To: Jeff Cross References: <43FF5081.6050601@averageadmins.com> In-Reply-To: <43FF5081.6050601@averageadmins.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Remove a Port and All Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 20:37:52 -0000 Jeff Cross wrote: > I would like to know if it is possible to remove a port/package and all > of the dependencies it installed that are not needed by other applications. > > Example: I installed Nautilus and some Gnome games but don't want them > installed any longer. However, if I remove the package itself, doesn't > it leave all of the other dependencies out there? > > Upgrading my system takes forever now that there are a ton of libs and > such installed by these applications. So, if anyone can point me in the > right direction for doing this I would greatly appreciate it. > There is a menu-ish version of pkg_cutleaves called pkg_rmleaves. I use this to clean up any ports that don't aren't depended upon anymore and that I don't need anymore. When new leaf-packages (packages that arent depended upon) are created by doing so it will show them again and allow you to remove these too (and so on, recursively). I found this to be a really easy way to clean up an entire system in a matter of minutes. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:00:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E871716A420 for ; Fri, 24 Feb 2006 21:00:06 +0000 (GMT) (envelope-from eric@schultznet.ca) Received: from dfw002.8inet.com (dfw002.8inet.com [72.232.12.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A58343D46 for ; Fri, 24 Feb 2006 21:00:06 +0000 (GMT) (envelope-from eric@schultznet.ca) Received: from [206.162.187.199] (helo=[172.22.100.67]) by dfw002.8inet.com with esmtpa (Exim 4.52) id 1FCk2o-0003bz-RO for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 16:00:07 -0500 Message-ID: <43FF73C8.3050809@schultznet.ca> Date: Fri, 24 Feb 2006 15:59:52 -0500 From: Eric Schultz Organization: SchultzNet.ca User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43FF68DF.4050709@gmx.net> In-Reply-To: <43FF68DF.4050709@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PopBeforeSMTPSenders: eric@cameron-schultz.ca,eric@schultznet.ca,schultzn X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - dfw002.8inet.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - schultznet.ca X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Redirecting Traffic with PF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:00:07 -0000 Frank Staals wrote: > Hey, > Good afternoon... I'm just stabbing in the dark here since I use neither 5-Stable nor PF. > I have an FreeBSD server/firewall running 5-Stable with PF. I want to > redirect all udp traffic on port 27902 from the internet to a computer > in my network. I used this rule but I have some problem with it: > sometimes connections on that port are refused and I can't connect with > other players ( it's for a online game ) : > What do you mean by "sometimes" ??? "sometimes" problems are the worst kind. > rdr on $extif inet proto udp from any port 27902 -> 192.168.2.11 port 27902 > > I think the problem might have something to do with the different > network interfaces since the traffic is comming in on $extif and has to > go to an computer connected to $intif ? And how can I do that ? Can I > change it to: > > rdr on $extif inet proto udp from any port 27902 -> $intif 192.168.2.11 > port 27902 > How are your two interfaces configured and what does your routing table look like? If you do a traceroute to 192.168.2.11 from the firewall when you're having trouble connecting what is the result? -- Headed for the second star to the right and straight on 'til morning... Eric Schultz (aka Storkman) Photos: http://community.webshots.com/user/schultznet Homepage: http://www.schultznet.ca Blog: http://schultznet.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:00:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A248916A420 for ; Fri, 24 Feb 2006 21:00:18 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from webmaillogin.com (fr6.webmaillogin.com [216.40.35.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4957F43D46 for ; Fri, 24 Feb 2006 21:00:17 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from [216.240.12.2] (account gpeel@thenetnow.com HELO GRANT) by fr6.webmaillogin.com (CommuniGate Pro SMTP 4.3.8) with ESMTPA id 4487761 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 16:00:07 -0500 Message-ID: <002f01c63985$4fafe940$6701a8c0@GRANT> From: "Grant Peel" To: Date: Fri, 24 Feb 2006 16:00:08 -0500 Organization: The Net Now Internet MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Desperate X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:00:18 -0000 Hi all, I am getting server 'freeze ups". 4 in the past 3 days, on a very new server with no apparent hardware issues. There is nothing showing in any log anywhere. The sytem just stops responding. Can anyone help me with understanding how to setup crash dumps and how to get to them and root cause the issue after the fact? -Grant From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:06:24 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A1216A420 for ; Fri, 24 Feb 2006 21:06:24 +0000 (GMT) (envelope-from noeldude@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E37043D53 for ; Fri, 24 Feb 2006 21:06:24 +0000 (GMT) (envelope-from noeldude@gmail.com) Received: by nproxy.gmail.com with SMTP id p77so279902nfc for ; Fri, 24 Feb 2006 13:06:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XVfaH2sUIVbJ5yTBBvXo97IziYLviSWEfMlFCAG/KeUYLtSFNY57BpUmf7ls0OQO1v/lqZcipEZbCp/gvMCMpT1i6SkHWpY5GmgtfjpS7Cp9MIaSBF70EDfywO+LeCWYj/rmurwLiWJc4bzPxmmgSDe+s/jARP+k4pmTlnQagAw= Received: by 10.49.35.10 with SMTP id n10mr2894982nfj; Fri, 24 Feb 2006 13:06:22 -0800 (PST) Received: by 10.49.31.20 with HTTP; Fri, 24 Feb 2006 13:06:22 -0800 (PST) Message-ID: Date: Fri, 24 Feb 2006 15:06:22 -0600 From: "Noel Jones" To: questions@freebsd.org In-Reply-To: <43FF68DF.4050709@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43FF68DF.4050709@gmx.net> Cc: Subject: Re: Redirecting Traffic with PF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:06:24 -0000 On 2/24/06, Frank Staals wrote: > Hey, > > I have an FreeBSD server/firewall running 5-Stable with PF. I want to > redirect all udp traffic on port 27902 from the internet to a computer > in my network. I used this rule but I have some problem with it: > sometimes connections on that port are refused and I can't connect with > other players ( it's for a online game ) : > > rdr on $extif inet proto udp from any port 27902 -> 192.168.2.11 port 279= 02 > > I think the problem might have something to do with the different > network interfaces since the traffic is comming in on $extif and has to > go to an computer connected to $intif ? And how can I do that ? Can I > change it to: > > rdr on $extif inet proto udp from any port 27902 -> $intif 192.168.2.11 > port 27902 > > ? Or what do I have to do to fix it. > > Thanks in advance, > > -- > -Frank Staals > > I think you want something like rdr on $extif inet proto udp from any to self port 27902 -> 192.168.2.11 port 27902 -- Noel Jones From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:08:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC9FC16A420 for ; Fri, 24 Feb 2006 21:08:31 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: from smtp2.versatel.nl (smtp2.versatel.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0CF43D48 for ; Fri, 24 Feb 2006 21:08:30 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail 423 invoked by uid 0); 24 Feb 2006 21:08:28 -0000 Received: from ip176-173-59-62.adsl.versatel.nl (HELO [192.168.2.5]) ([62.59.173.176]) (envelope-sender ) by smtp2.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 24 Feb 2006 21:08:28 -0000 Message-ID: <43FF75E0.3040409@gmx.net> Date: Fri, 24 Feb 2006 22:08:48 +0100 From: Frank Staals User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060105) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Schultz References: <43FF68DF.4050709@gmx.net> <43FF73C8.3050809@schultznet.ca> In-Reply-To: <43FF73C8.3050809@schultznet.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Redirecting Traffic with PF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:08:31 -0000 Eric Schultz wrote: > Frank Staals wrote: > >> Hey, >> > Good afternoon... > > I'm just stabbing in the dark here since I use neither 5-Stable nor PF. > >> I have an FreeBSD server/firewall running 5-Stable with PF. I want to >> redirect all udp traffic on port 27902 from the internet to a >> computer in my network. I used this rule but I have some problem with >> it: sometimes connections on that port are refused and I can't >> connect with other players ( it's for a online game ) : >> > What do you mean by "sometimes" ??? "sometimes" problems are the > worst kind. Sometimes: about 90% of all attempts to connect > >> rdr on $extif inet proto udp from any port 27902 -> 192.168.2.11 port >> 27902 >> >> I think the problem might have something to do with the different >> network interfaces since the traffic is comming in on $extif and has >> to go to an computer connected to $intif ? And how can I do that ? >> Can I change it to: >> >> rdr on $extif inet proto udp from any port 27902 -> $intif >> 192.168.2.11 port 27902 >> > How are your two interfaces configured and what does your routing > table look like? If you do a traceroute to 192.168.2.11 from the > firewall when you're having trouble connecting what is the result? > The Firewall is the default gateway for my localnetwork, so 192.168.2.11 is directly connected to the server/firewall -- -Frank Staals From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:25:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D4216A420 for ; Fri, 24 Feb 2006 21:25:03 +0000 (GMT) (envelope-from infos@mail.1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id F00C843D48 for ; Fri, 24 Feb 2006 21:24:59 +0000 (GMT) (envelope-from infos@mail.1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id k1OLOuWc002963 for ; Fri, 24 Feb 2006 13:24:56 -0800 (PST) (envelope-from infos@mail.1command.com) Received: (from web@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id k1OLOukn002962 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 13:24:56 -0800 (PST) (envelope-from infos@mail.1command.com) From: User Infos X-Authentication-Warning: mail.1command.com: web set sender to infos@mail.1command.com using -f Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by webmail.1command.com (Horde MIME library) with HTTP; Fri, 24 Feb 2006 13:24:56 -0800 Message-ID: <20060224132456.to2bmshg2s8wo4w0@webmail.1command.com> X-Priority: 3 (Normal) Date: Fri, 24 Feb 2006 13:24:56 -0800 To: freebsd-questions@freebsd.org References: <002f01c63985$4fafe940$6701a8c0@GRANT> In-Reply-To: <002f01c63985$4fafe940$6701a8c0@GRANT> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging System H3 (4.0.4) / FreeBSD-5.4 X-WebMail: H.R. Communications Corp. Internet Messaging System. Subject: Re: Desperate X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:25:03 -0000 Hello, You might be able to get better results from the group if you can provide the output of: uname -a Also, a copy of dmesg.today would also be invaluable in resolving any issues you are having. Just a thought. Best wishes. Quoting Grant Peel : > Hi all, > > I am getting server 'freeze ups". 4 in the past 3 days, on a very new > server with no apparent hardware issues. > > There is nothing showing in any log anywhere. The sytem just stops > responding. > > Can anyone help me with understanding how to setup crash dumps and > how to get to them and root cause the issue after the fact? > > -Grant > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ---------------------------------------------------------------- This message was brought to you by the H.R. Communications Corp., Webmail Internet Messaging System. ---------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:34:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7FDA16A420 for ; Fri, 24 Feb 2006 21:34:35 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0383A43D45 for ; Fri, 24 Feb 2006 21:34:34 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: (qmail invoked by alias); 24 Feb 2006 21:34:33 -0000 Received: from pD952CC6F.dip0.t-ipconnect.de (EHLO p4-3200.local) [217.82.204.111] by mail.gmx.net (mp032) with SMTP; 24 Feb 2006 22:34:33 +0100 X-Authenticated: #4870692 From: Andreas Rudisch To: Grant Peel In-Reply-To: <002f01c63985$4fafe940$6701a8c0@GRANT> References: <002f01c63985$4fafe940$6701a8c0@GRANT> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EKoY9FQSZRTK/yP4GDHo" Date: Fri, 24 Feb 2006 22:34:32 +0100 Message-Id: <1140816872.635.1.camel@p4-3200.local> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: Desperate X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:34:35 -0000 --=-EKoY9FQSZRTK/yP4GDHo Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-02-24 at 16:00 -0500, Grant Peel wrote: > Hi all, >=20 > I am getting server 'freeze ups". 4 in the past 3 days, on a very new ser= ver=20 > with no apparent hardware issues. >=20 > There is nothing showing in any log anywhere. The sytem just stops=20 > responding. >=20 > Can anyone help me with understanding how to setup crash dumps and how to= =20 > get to them and root cause the issue after the fact? You might want to give us some information about the soft- and hardware. --=20 GnuPG key : 0x2A573565 | http://cyb.websimplex.de/pubkey.asc Fingerprint: 925D 2089 0BF9 8DE5 9166 33BB F0FD CD37 2A57 3565 --=-EKoY9FQSZRTK/yP4GDHo Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBD/3vo8P3NNypXNWURAp30AJ9lt/5Vdy3kjfumLjkC3+xRZQ4jAwCfbAXV zZ8aFjL1oK8krDv4nckRaSQ= =tO52 -----END PGP SIGNATURE----- --=-EKoY9FQSZRTK/yP4GDHo-- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:34:36 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 947A216A420; Fri, 24 Feb 2006 21:34:36 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A7A643D45; Fri, 24 Feb 2006 21:34:35 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060224213435.ATL13051.mta10.adelphia.net@default.chvlva.adelphia.net>; Fri, 24 Feb 2006 16:34:35 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id EF198B790; Fri, 24 Feb 2006 16:34:28 -0500 (EST) Date: Fri, 24 Feb 2006 16:34:28 -0500 From: Parv To: Greg 'groggy' Lehey Message-ID: <20060224213428.GB1490@holestein.holy.cow> Mail-Followup-To: Greg 'groggy' Lehey , FreeBSD Questions References: <20060224010027.GF65002@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060224010027.GF65002@wantadilla.lemis.com> Cc: FreeBSD Questions Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:34:36 -0000 in message <20060224010027.GF65002@wantadilla.lemis.com>, wrote Greg 'groggy' Lehey thusly... > > Ten years ago today, on 24 February 1996, I submitted for publication > the final version of the first ever book on FreeBSD, "Installing and > Using FreeBSD". It was later renamed to "The Complete FreeBSD". > > I have always retained full rights to the book, and for today I've > decided to release it for download under the Creative Commons > license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. Hi Greg, I started w/ FreeBSD 3.4. Along with the 4+ CD set, i also bought your book (1st or 2d ed.). That book helped me in my first few years, mainly w/ slicing, booting, custom kernel compiling, and possibly installing software from ports. Later, when using 4.x at some point, i referred to it when i was trying to load kernel or set the root partition to boot from (don't remember exactly). I would recommend your book to someone who would be starting afresh w/ FreeBSD. (Then again, i have not read other recent books on FreeBSD.) Thanks for your contribution. - Parv -- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:36:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6818516A420 for ; Fri, 24 Feb 2006 21:36:31 +0000 (GMT) (envelope-from bsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EF9D43D66 for ; Fri, 24 Feb 2006 21:36:26 +0000 (GMT) (envelope-from bsd@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id k1OLaMEE003044 for ; Fri, 24 Feb 2006 13:36:22 -0800 (PST) (envelope-from bsd@1command.com) Received: (from web@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id k1OLaMOv003043 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 13:36:22 -0800 (PST) (envelope-from bsd@1command.com) X-Authentication-Warning: mail.1command.com: web set sender to bsd@1command.com using -f Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by webmail.1command.com (Horde MIME library) with HTTP; Fri, 24 Feb 2006 13:36:22 -0800 Message-ID: <20060224133622.kmp7g5zmsggwoogg@webmail.1command.com> X-Priority: 3 (Normal) Date: Fri, 24 Feb 2006 13:36:22 -0800 From: Chris To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging System H3 (4.0.4) / FreeBSD-5.4 X-WebMail: H.R. Communications Corp. Internet Messaging System. Subject: Chicken or Egg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:36:31 -0000 Greetings, I'm running 5.4-STABLE (SMP) and have already tweaked my kernel (built two for this machine). It's been about 5mos. since I've built World/kernel. But since then have synced up my source and ports as there have been some security issues since then. My question(s) is/ are: Since the kernel I built for this box was built so long ago, I want to re-build it and rebuild all my currently built ports in an effort to overcome the security issues that have developed. What I cannot recall is wheather I do a BuildWorld, *then* build the kernel. Or whether I build and install the kernel first. Also, as it has now been so long. Would it be best to re-build my obj tree by way of diong a config>make>make install? Thank you for all your time and consideration in this matter. --Chris ---------------------------------------------------------------- This message was brought to you by the H.R. Communications Corp., Webmail Internet Messaging System. ---------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:39:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83AF016A420 for ; Fri, 24 Feb 2006 21:39:37 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp5.suscom.net (smtp5.suscom.net [64.78.83.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id F248743D45 for ; Fri, 24 Feb 2006 21:39:36 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp5.suscom.net (Postfix) with ESMTP id EF0285100FD for ; Fri, 24 Feb 2006 16:39:34 -0500 (EST) Received: from smtp5.suscom.net ([127.0.0.1]) by localhost (smtp5 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25634-01-83 for ; Fri, 24 Feb 2006 16:39:31 -0500 (EST) Received: from seibercom.net (ip148.217.45.216.suscom.net [216.45.217.148]) by smtp5.suscom.net (Postfix) with SMTP id C94635100F4 for ; Fri, 24 Feb 2006 16:39:31 -0500 (EST) Received: from [192.168.0.4] (boss [192.168.0.4]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k1OLdVlu051204 for ; Fri, 24 Feb 2006 16:39:31 -0500 (EST) (envelope-from gerard@seibercom.net) Date: Fri, 24 Feb 2006 16:39:38 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060224163317.E305.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.24.01 [en] X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new .250 at suscom.net Subject: Tracing Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:39:37 -0000 I have a program. DADA Mail, which is unfortunately not available in the ports system. One of the modules supports a discussion list. It is designed to POP a message from the mailbox and send it. Unfortunately, it is failing to delete the message from the mailbox after sending it. I need a program that I can run in conjunction with this program that can produce a log of everything that is happening when the module is running so I can send it to the developer of DADA. Perhaps someone could suggest something that would accomplish that. I am not talking a 'script' which only records output to the screen. I need one that will record exactly what the program is actually doing; i.e, system calls, etc. Thanks! -- Gerard Seibert gerard@seibercom.net From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:42:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A082516A420 for ; Fri, 24 Feb 2006 21:42:22 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF53543D4C for ; Fri, 24 Feb 2006 21:42:21 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k1OLg6wj016313; Fri, 24 Feb 2006 15:42:06 -0600 (CST) Message-Id: <6.0.0.22.2.20060224154049.02694190@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 24 Feb 2006 15:41:55 -0600 To: Grant Peel , From: Derek Ragona In-Reply-To: <002f01c63985$4fafe940$6701a8c0@GRANT> References: <002f01c63985$4fafe940$6701a8c0@GRANT> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Desperate X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:42:22 -0000 It is likely a hardware issue, so please detail the hardware you are using. You may also want to remove any unneeded hardware in the server. -Derek At 03:00 PM 2/24/2006, Grant Peel wrote: >Hi all, > >I am getting server 'freeze ups". 4 in the past 3 days, on a very new >server with no apparent hardware issues. > >There is nothing showing in any log anywhere. The sytem just stops responding. > >Can anyone help me with understanding how to setup crash dumps and how to >get to them and root cause the issue after the fact? > >-Grant > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:42:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 723A916A420 for ; Fri, 24 Feb 2006 21:42:34 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0936543D49 for ; Fri, 24 Feb 2006 21:42:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 25407 invoked from network); 24 Feb 2006 21:42:33 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Feb 2006 21:42:33 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id AD8DE28425; Fri, 24 Feb 2006 16:42:32 -0500 (EST) Sender: lowell@be-well.ilk.org To: Chris References: <20060224133622.kmp7g5zmsggwoogg@webmail.1command.com> From: Lowell Gilbert Date: 24 Feb 2006 16:42:32 -0500 In-Reply-To: <20060224133622.kmp7g5zmsggwoogg@webmail.1command.com> Message-ID: <44fym8l9h3.fsf@be-well.ilk.org> Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Chicken or Egg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:42:34 -0000 Chris writes: > What I cannot recall is wheather I do a BuildWorld, *then* build the > kernel. Or whether I build and install the kernel first. Also, as it > has now been so long. Would it be best to re-build my obj tree by way > of diong a config>make>make install? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html#MAKEWORLD From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:43:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40E6616A420 for ; Fri, 24 Feb 2006 21:43:45 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from muse.calarts.edu (muse.calarts.edu [198.182.157.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 190E343D46 for ; Fri, 24 Feb 2006 21:43:42 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from [172.24.0.245] (rfc1918-address.calarts.edu [172.24.0.245] (may be forged)) by muse.calarts.edu (8.11.7p1+Sun/8.11.7) with ESMTP id k1OLheG18021 for ; Fri, 24 Feb 2006 13:43:40 -0800 (PST) Message-ID: <43FF7E0C.5070307@sbcglobal.net> Date: Fri, 24 Feb 2006 13:43:40 -0800 From: Jose Borquez User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: DHCP leases X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:43:45 -0000 I know you can view the current DHCP leases in the dhcpd.leases file, but is there a command that can be used to dynamically view the DHCP leases as they are handed out? Thanks in advance, Jose From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:47:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CA316A420 for ; Fri, 24 Feb 2006 21:47:25 +0000 (GMT) (envelope-from bsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02E2D43D45 for ; Fri, 24 Feb 2006 21:47:19 +0000 (GMT) (envelope-from bsd@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id k1OLlCXc003194 for ; Fri, 24 Feb 2006 13:47:13 -0800 (PST) (envelope-from bsd@1command.com) Received: (from web@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id k1OLlCqs003193 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 13:47:12 -0800 (PST) (envelope-from bsd@1command.com) X-Authentication-Warning: mail.1command.com: web set sender to bsd@1command.com using -f Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by webmail.1command.com (Horde MIME library) with HTTP; Fri, 24 Feb 2006 13:47:12 -0800 Message-ID: <20060224134712.zcm6jtqc4gk0ccc0@webmail.1command.com> X-Priority: 3 (Normal) Date: Fri, 24 Feb 2006 13:47:12 -0800 From: Chris To: freebsd-questions@freebsd.org References: <20060224163317.E305.GERARD@seibercom.net> In-Reply-To: <20060224163317.E305.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging System H3 (4.0.4) / FreeBSD-5.4 X-WebMail: H.R. Communications Corp. Internet Messaging System. Subject: Re: Tracing Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:47:25 -0000 Greetings, Are you using Sendmail? If so, check your /var/log/maillog. That should at least point you in the right direction. Best wishes, Chris Quoting Gerard Seibert : > I have a program. DADA Mail, which is unfortunately not available in the > ports system. One of the modules supports a discussion list. It is > designed to POP a message from the mailbox and send it. Unfortunately, > it is failing to delete the message from the mailbox after sending it. > > I need a program that I can run in conjunction with this program that > can produce a log of everything that is happening when the module is > running so I can send it to the developer of DADA. Perhaps someone could > suggest something that would accomplish that. I am not talking a 'script' > which only records output to the screen. I need one that will record > exactly what the program is actually doing; i.e, system calls, etc. > > Thanks! > > -- > Gerard Seibert > gerard@seibercom.net > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ---------------------------------------------------------------- This message was brought to you by the H.R. Communications Corp., Webmail Internet Messaging System. ---------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:52:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69F8D16A420 for ; Fri, 24 Feb 2006 21:52:14 +0000 (GMT) (envelope-from akbeech@alaskaparadise.com) Received: from pinnacle.akherb.com (94-37-237-24.gci.net [24.237.37.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E36743D48 for ; Fri, 24 Feb 2006 21:52:13 +0000 (GMT) (envelope-from akbeech@alaskaparadise.com) Received: by pinnacle.akherb.com (Postfix, from userid 1007) id 3D4755D23; Fri, 24 Feb 2006 12:52:13 -0900 (AKST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pinnacle.akherb.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=4.0 tests=AWL autolearn=ham version=3.1.0 Received: from [192.168.2.131] (209-124-141-064.ip.arctic.net [209.124.141.64]) by pinnacle.akherb.com (Postfix) with ESMTP id CE4945C95; Fri, 24 Feb 2006 12:52:12 -0900 (AKST) From: Beech Rintoul Organization: Alaska Paradise Travel To: freebsd-questions@freebsd.org Date: Fri, 24 Feb 2006 12:51:51 -0900 User-Agent: KMail/1.9.1 References: <43FF7E0C.5070307@sbcglobal.net> In-Reply-To: <43FF7E0C.5070307@sbcglobal.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2966756.SyD42J7shA"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200602241252.09513.akbeech@alaskaparadise.com> Cc: Subject: Re: DHCP leases X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:52:14 -0000 --nextPart2966756.SyD42J7shA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 24 February 2006 12:43, Jose Borquez wrote: > I know you can view the current DHCP leases in the dhcpd.leases file, > but is there a command that can be used to dynamically view the DHCP > leases as they are handed out? tail -f /var/db/dhcpd.leases Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - Sys. Administrator - akbeech@alaskaparadise.com /"\ ASCII Ribbon Campaign | Alaska Paradise Travel \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com =2D------------------------------------------------------------------------= =2D------------- --nextPart2966756.SyD42J7shA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQBD/4AJ1HPO4IQJSE0RAqITAKCcHUQIfdau++SFdVGMRLbUfxZ4ZQCgtRGp 0mc/jOEH6wAgHXyJJSFotYI= =03Gf -----END PGP SIGNATURE----- --nextPart2966756.SyD42J7shA-- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 21:54:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03DFF16A422 for ; Fri, 24 Feb 2006 21:54:28 +0000 (GMT) (envelope-from bsd@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38FC043D45 for ; Fri, 24 Feb 2006 21:54:24 +0000 (GMT) (envelope-from bsd@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id k1OLsJA9003239 for ; Fri, 24 Feb 2006 13:54:20 -0800 (PST) (envelope-from bsd@1command.com) Received: (from web@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id k1OLsJZ1003238 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 13:54:19 -0800 (PST) (envelope-from bsd@1command.com) X-Authentication-Warning: mail.1command.com: web set sender to bsd@1command.com using -f Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by webmail.1command.com (Horde MIME library) with HTTP; Fri, 24 Feb 2006 13:54:19 -0800 Message-ID: <20060224135419.m6bzneetc0w80gs0@webmail.1command.com> X-Priority: 3 (Normal) Date: Fri, 24 Feb 2006 13:54:19 -0800 From: Chris To: freebsd-questions@freebsd.org References: <20060224133622.kmp7g5zmsggwoogg@webmail.1command.com> <44fym8l9h3.fsf@be-well.ilk.org> In-Reply-To: <44fym8l9h3.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging System H3 (4.0.4) / FreeBSD-5.4 X-WebMail: H.R. Communications Corp. Internet Messaging System. Subject: Re: Chicken or Egg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 21:54:28 -0000 Lowell, Thank you *very* much for the pointer. For the record; I *did* read the Handbook and UPDATING in the source and ports trees. But I was reading Kernel in the handbook and didn't catch the link you sent. Thanks again! --Chris Quoting Lowell Gilbert : > Chris writes: > >> What I cannot recall is wheather I do a BuildWorld, *then* build the >> kernel. Or whether I build and install the kernel first. Also, as it >> has now been so long. Would it be best to re-build my obj tree by way >> of diong a config>make>make install? > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html#MAKEWORLD > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ---------------------------------------------------------------- This message was brought to you by the H.R. Communications Corp., Webmail Internet Messaging System. ---------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 22:12:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 585DE16A420 for ; Fri, 24 Feb 2006 22:12:56 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id C55A143D45 for ; Fri, 24 Feb 2006 22:12:55 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id EB5C81D0008 for ; Fri, 24 Feb 2006 17:15:43 -0500 (EST) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11278-02 for ; Fri, 24 Feb 2006 17:15:43 -0500 (EST) Received: from seibercom.net (ip148.217.45.216.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id 815BB1D0002 for ; Fri, 24 Feb 2006 17:15:43 -0500 (EST) Received: from [192.168.0.4] (boss [192.168.0.4]) by seibercom.net (8.13.4/8.13.4) with ESMTP id k1OMCrj3040810 for ; Fri, 24 Feb 2006 17:12:54 -0500 (EST) (envelope-from gerard@seibercom.net) Date: Fri, 24 Feb 2006 17:13:00 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom In-Reply-To: <20060224134712.zcm6jtqc4gk0ccc0@webmail.1command.com> References: <20060224163317.E305.GERARD@seibercom.net> <20060224134712.zcm6jtqc4gk0ccc0@webmail.1command.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060224171029.A683.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.24.01 [en] X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on seibercom.net X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at suscom.net Subject: Re: Tracing Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 22:12:56 -0000 Chris wrote: > Greetings, > Are you using Sendmail? If so, check your /var/log/maillog. That should > at least point you in the right direction. > > Best wishes, > Chris > There is nothing worth noting in the maillog. I need to trace the DADA module to see what it is actually doing. The developer does not have access to a FreeBSD machine so he cannot tell why it works correctly on Linux but not FreeBSD. > > Quoting Gerard Seibert : > > > I have a program. DADA Mail, which is unfortunately not available in the > > ports system. One of the modules supports a discussion list. It is > > designed to POP a message from the mailbox and send it. Unfortunately, > > it is failing to delete the message from the mailbox after sending it. > > > > I need a program that I can run in conjunction with this program that > > can produce a log of everything that is happening when the module is > > running so I can send it to the developer of DADA. Perhaps someone could > > suggest something that would accomplish that. I am not talking a 'script' > > which only records output to the screen. I need one that will record > > exactly what the program is actually doing; i.e, system calls, etc. > > > > Thanks! > > > > -- > > Gerard Seibert > > gerard@seibercom.net From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 22:19:25 2006 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B1EE16A423 for ; Fri, 24 Feb 2006 22:19:25 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 591DB43D72 for ; Fri, 24 Feb 2006 22:19:18 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 16996 invoked by uid 0); 24 Feb 2006 22:05:54 -0000 Received: from user-69-73-60-132.knology.net (HELO Grumpy.DynDNS.org) (69.73.60.132) by smtp3.knology.net with SMTP; 24 Feb 2006 22:05:54 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 61C8C63A8; Fri, 24 Feb 2006 16:19:16 -0600 (CST) Date: Fri, 24 Feb 2006 16:19:16 -0600 From: David Kelly To: FreeBSD-Questions@FreeBSD.org Message-ID: <20060224221916.GA55505@Grumpy.DynDNS.org> References: <002f01c63985$4fafe940$6701a8c0@GRANT> <6.0.0.22.2.20060224154049.02694190@mail.computinginnovations.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.0.22.2.20060224154049.02694190@mail.computinginnovations.com> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Desperate X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 22:19:25 -0000 On Fri, Feb 24, 2006 at 03:41:55PM -0600, Derek Ragona wrote: > It is likely a hardware issue, so please detail the hardware you are > using. You may also want to remove any unneeded hardware in the > server. Not only that but the fact the hardware is new makes it more suspicious than if it was tried and true. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 22:23:45 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C41316A420 for ; Fri, 24 Feb 2006 22:23:45 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE2B43D53 for ; Fri, 24 Feb 2006 22:23:44 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.16.2.1] (unknown [172.16.2.1]) by strange.daemonsecurity.com (Postfix) with ESMTP id D60AB2E041 for ; Fri, 24 Feb 2006 23:23:47 +0100 (CET) Message-ID: <43FF876C.2050105@locolomo.org> Date: Fri, 24 Feb 2006 23:23:40 +0100 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Thunderbird 1.5 (X11/20060221) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: scanner problems: I/O error/scanner application hangs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 22:23:45 -0000 Hi: I had my scanner, Epson 2480, working half a year ago on FBSD 6.0, now it's been a while since I used it, I have upgraded to FBSD 6.1-PREREL as well as upgrading applications, and now it doesn't work. First scanner probe gives an I/O error, second hangs: charm# date && scanimage -L && date && scanimage -T || date Fri 24 Feb 2006 23:07:28 CET device `snapscan:/dev/uscanner0' is a EPSON EPSON Scanner flatbed scanner Fri 24 Feb 2006 23:07:29 CET scanimage: open of device snapscan:/dev/uscanner0 failed: Error during device I/O Fri 24 Feb 2006 23:07:29 CET charm# date && scanimage -L && date && scanimage -T || date Fri 24 Feb 2006 23:07:33 CET Killed Fri 24 Feb 2006 23:09:09 CET I need to turn off the scanner in order to repeat, it is not enough to unplug the usb port. The scanner is found correctly after applying the patches I submitted (pr usb/86094), otherwise it appears as a ugen device. My system is: FreeBSD charm 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #3: Fri Feb 24 22:25:37 CET 2006 norgaard@charm:/usr/obj/usr/src/sys/CLIENT6 i386 No difference whether uscanner is compiled in kernel or loadable module. Sane: sane-backends-1.0.17 sane-frontends-1.0.14_1 xsane-0.991 I believe I had it working with sane-backends 1.0.15 and xsane 0.80 Any ideas? Thanks, Erik -- Ph: +34.666334818 web: http://www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2 From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 22:26:07 2006 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5963516A420 for ; Fri, 24 Feb 2006 22:26:07 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 937A743D45 for ; Fri, 24 Feb 2006 22:26:06 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 18908 invoked by uid 0); 24 Feb 2006 22:12:42 -0000 Received: from user-69-73-60-132.knology.net (HELO Grumpy.DynDNS.org) (69.73.60.132) by smtp3.knology.net with SMTP; 24 Feb 2006 22:12:42 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 6C09D63A8; Fri, 24 Feb 2006 16:26:04 -0600 (CST) Date: Fri, 24 Feb 2006 16:26:04 -0600 From: David Kelly To: FreeBSD-Questions@FreeBSD.org Message-ID: <20060224222604.GB55505@Grumpy.DynDNS.org> References: <43FF7E0C.5070307@sbcglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43FF7E0C.5070307@sbcglobal.net> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: DHCP leases X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 22:26:07 -0000 On Fri, Feb 24, 2006 at 01:43:40PM -0800, Jose Borquez wrote: > I know you can view the current DHCP leases in the dhcpd.leases file, > but is there a command that can be used to dynamically view the DHCP > leases as they are handed out? man dhcpd.conf man syslog.conf dhcpd writes status updates to syslogd. You can configure syslogd to redirect them to where ever you wish, including piped into another program for additional processing. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 22:33:19 2006 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9608B16A420 for ; Fri, 24 Feb 2006 22:33:19 +0000 (GMT) (envelope-from home_post01@yahoo.co.jp) Received: from web3306.mail.bbt.yahoo.co.jp (web3306.mail.bbt.yahoo.co.jp [202.93.90.43]) by mx1.FreeBSD.org (Postfix) with SMTP id E8C0B43D53 for ; Fri, 24 Feb 2006 22:33:18 +0000 (GMT) (envelope-from home_post01@yahoo.co.jp) Received: (qmail 49257 invoked by uid 60001); 24 Feb 2006 22:33:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20050223; d=yahoo.co.jp; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type; b=i644Qi/5eodoG1oUV1K2UKc8AIxE7FmkFcBO1Q7mLFPt4ueOSpKamDVcnLW+3rMYnN2BsPrVOcYja/1JZBXskrSxh/+XV2DfDVK//92wGu6DsUm3w7jdnzfmM9RApWU/ ; Message-ID: <20060224223317.49255.qmail@web3306.mail.bbt.yahoo.co.jp> Received: from [220.150.142.14] by web3306.mail.bbt.yahoo.co.jp via HTTP; Sat, 25 Feb 2006 07:33:17 JST Date: Sat, 25 Feb 2006 07:33:17 +0900 (JST) From: beckey To: FreeBSD-Questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Cc: Subject: pam_ldap nss_ldap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 22:33:19 -0000 pam_ldap, nss_ldap not found. -------------------------------------- GANBARE! NIPPON! Yahoo! JAPAN JOC OFFICIAL INTERNET PORTAL SITE PARTNER http://pr.mail.yahoo.co.jp/ganbare-nippon/ From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 22:38:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78D4016A422 for ; Fri, 24 Feb 2006 22:38:01 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA39643D45 for ; Fri, 24 Feb 2006 22:37:58 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k1OMb7Z3062346 for ; Fri, 24 Feb 2006 16:37:27 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <43FF8A85.5040605@daleco.biz> Date: Fri, 24 Feb 2006 16:36:53 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060224163317.E305.GERARD@seibercom.net> In-Reply-To: <20060224163317.E305.GERARD@seibercom.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Tracing Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 22:38:01 -0000 Gerard Seibert wrote: >I have a program. DADA Mail, which is unfortunately not available in the >ports system. One of the modules supports a discussion list. It is >designed to POP a message from the mailbox and send it. Unfortunately, >it is failing to delete the message from the mailbox after sending it. > >I need a program that I can run in conjunction with this program that >can produce a log of everything that is happening when the module is >running so I can send it to the developer of DADA. Perhaps someone could >suggest something that would accomplish that. I am not talking a 'script' >which only records output to the screen. I need one that will record >exactly what the program is actually doing; i.e, system calls, etc. > >Thanks! > > > ktrace(1) kdump(1) might help. KDK -- Oh, love is real enough, you will find it some day, but it has one arch-enemy -- and that is life. -- Jean Anouilh, Ardele From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 22:50:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51FF016A420 for ; Fri, 24 Feb 2006 22:50:14 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id E201143D69 for ; Fri, 24 Feb 2006 22:50:13 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from [192.168.11.23] by shrike.submonkey.net with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FCllD-000JJS-Py; Fri, 24 Feb 2006 22:50:12 +0000 User-Agent: Microsoft-Entourage/11.2.0.050811 Date: Fri, 24 Feb 2006 22:50:02 +0000 From: Ceri Davies To: Ashley Moran , Message-ID: Thread-Topic: portsnap failing Thread-Index: AcY5lKVt5AZwyqWHEdqc3wAUUSJIlg== In-Reply-To: <200602231133.22224.ashley.moran@codeweavers.net> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: Subject: Re: portsnap failing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 22:50:14 -0000 On 23/2/06 11:33, "Ashley Moran" wrote: > I'm trying to update my ports tree on a 6.0-RELEASE/amd64 machine. I get this > error: > > Updating from Wed Feb 15 08:30:17 GMT 2006 to Thu Feb 23 10:20:03 GMT 2006. > Fetching 3 metadata patches.. done. > Applying metadata patches... done. > Fetching 3 metadata files... /usr/sbin/portsnap: cannot open > f1777c019669546744ef448c17531bdd125884253a6bf4b73f6e77001d7a0b12.gz: No such > file or directory > > > If I delete the portsnap files and try to fetch a new snapshot, I get this > error instead: > > Fetching snapshot generated at Thu Feb 23 03:09:19 GMT 2006: > f4b0454e7bce8a4decdb9190e22b8325a966e92005df5f 97% of 39 MB 118 kBps 00m08s > fetch: transfer timed out > > > Neither of my i386 boxes have this problem. Does anyone know where the issue > lies? Go on, humour me and run that bad boy with -x! sh -x /usr/sbin/portsnap fetch Ceri -- That must be wonderful! I don't understand it at all. -- Moliere From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 22:52:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FD4716A420 for ; Fri, 24 Feb 2006 22:52:09 +0000 (GMT) (envelope-from wanderson@nac.net) Received: from smtp-out2.oct.nac.net (smtp-out2.oct.nac.net [209.123.233.212]) by mx1.FreeBSD.org (Postfix) with SMTP id AB9CD43D6E for ; Fri, 24 Feb 2006 22:52:02 +0000 (GMT) (envelope-from wanderson@nac.net) Received: (qmail 4251 invoked by uid 0); 24 Feb 2006 17:52:01 -0500 Received: from 207.99.52.161 by smtp-out2.oct (envelope-from , uid 1002) with qmail-scanner-1.25 (uvscan: v4.2.40/v4291. sophie: 2.14/3.73. f-prot: 4.1.1/3.13.4. Clear:RC:1(207.99.52.161):. Processed in 0.311529 secs); 24 Feb 2006 22:52:01 -0000 Received: from unknown (HELO ?192.168.2.100?) (207.99.52.161) by smtp-out2.oct.nac.net with SMTP; 24 Feb 2006 17:52:00 -0500 Message-ID: <43FF8EBD.1050509@nac.net> Date: Fri, 24 Feb 2006 17:54:53 -0500 From: Wendell Anderson User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: configuring KDE on FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 22:52:09 -0000 I have successfully installed FreeBSD 6.0 with X.org and KDE 3.4.3. When I execute "startx" the "tcm" windowing system, starts up fine. However when I try starting KDE, I get x-server errors. I need help in configuring KDE to proper operation. Wendell Anderson wanderson@nac.net From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 22:57:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1507716A420 for ; Fri, 24 Feb 2006 22:57:41 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE6E43D75 for ; Fri, 24 Feb 2006 22:57:32 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mr1so.prod.shaw.ca (pd3mr1so-qfe3.prod.shaw.ca [10.0.141.177]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV700ER2RQ8DZC0@l-daemon> for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 15:56:32 -0700 (MST) Received: from pn2ml2so.prod.shaw.ca ([10.0.121.146]) by pd3mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV700CL3RQ8J1K0@pd3mr1so.prod.shaw.ca> for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 15:56:32 -0700 (MST) Received: from [192.168.0.60] ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV7005JNRQ7NX10@l-daemon> for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 15:56:32 -0700 (MST) Date: Fri, 24 Feb 2006 14:56:25 -0800 From: Colin Percival In-reply-to: To: Ceri Davies Message-id: <43FF8F19.6010403@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.94.0.0 References: User-Agent: Thunderbird 1.5 (X11/20060112) Cc: Ashley Moran , freebsd-questions@freebsd.org Subject: Re: portsnap failing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 22:57:41 -0000 Ceri Davies wrote: > On 23/2/06 11:33, "Ashley Moran" wrote: >> Updating from Wed Feb 15 08:30:17 GMT 2006 to Thu Feb 23 10:20:03 GMT 2006. >> Fetching 3 metadata patches.. done. >> Applying metadata patches... done. >> Fetching 3 metadata files... /usr/sbin/portsnap: cannot open >> f1777c019669546744ef448c17531bdd125884253a6bf4b73f6e77001d7a0b12.gz: No such >> file or directory > > Go on, humour me and run that bad boy with -x! > > sh -x /usr/sbin/portsnap fetch Even better, throw in the --debug flag as well: sh -x /usr/sbin/portsnap --debug fetch Colin Percival From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 23:18:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539DC16A420 for ; Fri, 24 Feb 2006 23:18:50 +0000 (GMT) (envelope-from bill@wiliweld.com) Received: from typhoon.he.net (typhoon.he.net [64.62.229.2]) by mx1.FreeBSD.org (Postfix) with SMTP id D6DD743D46 for ; Fri, 24 Feb 2006 23:18:49 +0000 (GMT) (envelope-from bill@wiliweld.com) Received: from liam.billschoolcraft.com ([63.204.157.14]) by typhoon.he.net for ; Fri, 24 Feb 2006 15:18:40 -0800 Date: Fri, 24 Feb 2006 15:18:42 -0800 (PST) From: Bill Schoolcraft X-X-Sender: bill@liam.billschoolcraft.com To: freebsd-questions@freebsd.org In-Reply-To: <20060224121059.GC1411@flame.pc> Message-ID: References: <20060224010027.GF65002@wantadilla.lemis.com> <20060224062029.GJ49368@wantadilla.lemis.com> <20060224121059.GC1411@flame.pc> System-ID: [en] (SuSE-9.3 64-bit) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: Re: 10 years of "The Complete FreeBSD" (5150) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 23:18:50 -0000 Greg, I want to thank you for you help in making FreeBSD what it is today. I first met Greg on a fluke and a weird one that that too. While working in techsupport at Linuxcare, and the only one to my knowledge doing so running FreeBSD, I was sitting there one day and this fellow comes in, scans the room and makes a bee-line to my work area. I at the time was the only techsupport with my personal library of Unix/Linux tech books. Having just left the Machinist Union for the 'dot-com' I was alway one for self help. This guy, with the scraggly beard reaches over me, grabs the first FreeBSD book written by Greg Lehey and opens it. At that time in San Francisco we were having alot of homeless people getting into the office building and sometimes wandering the halls on drugs, drunk or whatever. When I asked him "Hey..., can I help you?" He said, "I wrote this book!" At that time I was sure he was "5150" (the penal code for being nuts) and I was about to get up and escort him out when one of my co-workers, knowing my background as an ex-steelworker at the San Francisco waterfront "quickly" jumped in and introduced "Greg Lehey" to me, I then realized it was not a joke, Greg was not a homeless person, and I've felt honored ever since to have been a co-worker of his, briefly sharing the same domain name in our work's email address. A few weeks later Richard Stallman came through the office... I had the exact same inkling this time but jumped up pre-emptively and again my co-worker came to the rescue. I could write a book of the stuff that I've experienced, maybe call it "From the Shipyards to Silicon Valley" or something.... The one thing I've learned (besides FreeBSD kicks ass) is that in this industry you can NEVER, EVER judge a book by it's cover! -- Bill Schoolcraft <> http://wiliweld.com "If your life was full of nothing but sunshine, you would just be a desert." From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 23:33:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6DB016A420 for ; Fri, 24 Feb 2006 23:33:35 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3812243D45 for ; Fri, 24 Feb 2006 23:33:35 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id s10so311717wxc for ; Fri, 24 Feb 2006 15:33:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=k08UygDfcilo+/DkGgRLH2LmV/5qGWba1lrtnm8qE1EJXoacA7uKdH4ol6AbZjdR8Cobx7u6w36cJWn+28q4uwe4XbYA5jHboKTs+pUAlM9jzVeWdYR1c9ZiR+cLZUu5FTVoAZrpcQm6ee3MIotxQGg8zAjNWWC4A7DQn5Uht+8= Received: by 10.70.40.13 with SMTP id n13mr398150wxn; Fri, 24 Feb 2006 15:33:34 -0800 (PST) Received: by 10.70.58.15 with HTTP; Fri, 24 Feb 2006 15:33:34 -0800 (PST) Message-ID: Date: Fri, 24 Feb 2006 17:33:34 -0600 From: "illoai@gmail.com" To: "Wendell Anderson" In-Reply-To: <43FF8EBD.1050509@nac.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43FF8EBD.1050509@nac.net> Cc: freebsd-questions@freebsd.org Subject: Re: configuring KDE on FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 23:33:35 -0000 On 2/24/06, Wendell Anderson wrote: > I have successfully installed FreeBSD 6.0 with X.org and > KDE 3.4.3. > > When I execute "startx" the "tcm" windowing system, starts > up fine. However when I try starting KDE, I get x-server errors. > > I need help in configuring KDE to proper operation. > >From root issue: /usr/local/bin/kdm (I think there's where kdm installs to by default, you can probably get by with just typing kdm) or change the line in /etc/ttys: ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure to something more like: ttyv8 "/usr/local/bin/kdm" xterm on secure which should start kde at boot. Note, the exact syntax of these escapes me, try: where kdm man kdm Also note, if you've installed user accounts with uids below 1000, I believe kde will not allow you to log in until you've edited the kdm config file, which I cannot recall where that lives. man kdm should answer that. -- -- From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 23:44:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA1DB16A420 for ; Fri, 24 Feb 2006 23:44:06 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B3E43D49 for ; Fri, 24 Feb 2006 23:44:05 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k1ONhpHN017818; Fri, 24 Feb 2006 17:43:51 -0600 (CST) Message-Id: <6.0.0.22.2.20060224174307.02640758@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 24 Feb 2006 17:43:40 -0600 To: freebsd-questions@freebsd.org, freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <20060224171029.A683.GERARD@seibercom.net> References: <20060224163317.E305.GERARD@seibercom.net> <20060224134712.zcm6jtqc4gk0ccc0@webmail.1command.com> <20060224171029.A683.GERARD@seibercom.net> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Tracing Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 23:44:06 -0000 Up the logging by sendmail, you will see alot more then. -Derek At 04:13 PM 2/24/2006, Gerard Seibert wrote: >Chris wrote: > > > Greetings, > > Are you using Sendmail? If so, check your /var/log/maillog. That should > > at least point you in the right direction. > > > > Best wishes, > > Chris > > >There is nothing worth noting in the maillog. I need to trace the DADA >module to see what it is actually doing. The developer does not have >access to a FreeBSD machine so he cannot tell why it works correctly on >Linux but not FreeBSD. > > > > Quoting Gerard Seibert : > > > > > I have a program. DADA Mail, which is unfortunately not available in the > > > ports system. One of the modules supports a discussion list. It is > > > designed to POP a message from the mailbox and send it. Unfortunately, > > > it is failing to delete the message from the mailbox after sending it. > > > > > > I need a program that I can run in conjunction with this program that > > > can produce a log of everything that is happening when the module is > > > running so I can send it to the developer of DADA. Perhaps someone could > > > suggest something that would accomplish that. I am not talking a 'script' > > > which only records output to the screen. I need one that will record > > > exactly what the program is actually doing; i.e, system calls, etc. > > > > > > Thanks! > > > > > > -- > > > Gerard Seibert > > > gerard@seibercom.net > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 23:52:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE68D16A420 for ; Fri, 24 Feb 2006 23:52:56 +0000 (GMT) (envelope-from wsantee@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA0243D45 for ; Fri, 24 Feb 2006 23:52:56 +0000 (GMT) (envelope-from wsantee@gmail.com) Received: by wproxy.gmail.com with SMTP id i27so402233wra for ; Fri, 24 Feb 2006 15:52:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=mK9GEV3H6ZoPaJmAlyWyzqriOYj+IaMBTkoBoNfpzpqRYohKlLzgaVRdRjgC3owS0MtxT+Q0l7U/4l5RBeYCdC1aXgSYyynx3iTjGkhaDca9QiQliymIqYjk5ERWmAv1Arrp400RGuZ07+53JnX2KTW5n1SRI2K1kUi3eA31WBM= Received: by 10.35.99.14 with SMTP id b14mr298538pym; Fri, 24 Feb 2006 15:52:55 -0800 (PST) Received: from ?10.0.1.3? ( [168.103.224.74]) by mx.gmail.com with ESMTP id q36sm1228079pyg.2006.02.24.15.52.51; Fri, 24 Feb 2006 15:52:52 -0800 (PST) Message-ID: <43FF9C4B.5070700@gmail.com> Date: Fri, 24 Feb 2006 15:52:43 -0800 From: Wes Santee User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: fa References: <00d401c63977$67628880$2a05a8c0@dimas> In-Reply-To: <00d401c63977$67628880$2a05a8c0@dimas> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: dovecot-1.0.alpha5 + mysql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 23:52:57 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 fa wrote: > Hi. Sorry if this is a wrong place to ask. I've just compiled > dovecot-1.0.alpha5 with mysql support.from freebsd > ports (FreeBSD 6.0-RELEASE). It looks like dovecot has problems connecting > to mysql. In the log I'm getting: > > dovecot: Feb 24 16:57:41 Error: auth-worker(default): mysql: Connect failed > to (null) (exim): Access denied for user 'root'@'localhost' (using > password: > YES) - waiting for 5 seconds before retry > dovecot: Feb 24 16:57:41 Error: auth-worker(default): > sql(facha@facha.org.ua,127.0.0.1): Password query failed: Not connected to > database > dovecot: Feb 24 16:57:44 Info: pop3-login: Aborted login: > user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, > secured > > This is my dovecot-mysql.conf: > connect = host=localhost dbname=exim user=root password=qwer > default_pass_scheme = PLAIN > password_query = SELECT password FROM auth WHERE username = '%u' AND domain > = '%d' http://www.dovecot.org/list/dovecot/2005-November/010000.html Check this thread. If it's the same thing that happened to me, you have to use OLD_PASSWORD(), not PASSWORD() in MySQL (assuming you're using 5.0) to set your password that dovecot uses to connect. Cheers, - -Wes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) iQIVAwUBQ/+cO4rq8W17hxGfAQhmIhAAmRpyrCY9731s7CKRtOvaOfExZiFekZRj 1S7YVz4op3BdHmhs5iydvhjLRaLSVYKKDRmubaPWOZbjDsAPdoAsPjyhOTHBTvuA vzRaiR2XFj8m77qhYDnzd031RZz7MPUCXYkxOXs5NBa5hRQSvaxWJOYDXO81/p4i wMUnyUaht974OurWaZaT56JIEg1AnJRY7wurx5Q1i6ZcNLBIkM39neVbkkI18rMS rFUbc2L2l27745ttKLW1xqX7dkkyAKW+M/cz2n3IDIjfa31cue5u4ddFS2RYMD+f 1sMt2M5UMsxwPlLpBdI7kZYw7j5nwVuoYlsSShbKKyZBoTCgDKHUomIiuYIjwkrP 3DB3DH1R+yUZcvrR92JDZ2t80QpzyM7gckRCR5ig7aQdNg667SaFhvrpOlbDw9JJ rfryHhtsK6mKqMd8J+y14PTGDzvUZTYF6UIhDJFEvJos+XBDeG7Co82ZlgH7MY/f /QZ0fTH6YOonfy5KY0UL+HUCv/VHwrSMpp/wZsLh1A7Y2xJC8yFsOKUIy42DkARH 2Yg4Z4GwxFRt7bUvcVeeutBQrVNLBf5/vOpq2SlGbJtzKPPhCAz7FIGAbw4qF2TE 1TLTPcDum/ugJeKRcv6/PaIIgvdHJ+ZU9Ydl2hmXMafI90e16RLO5XGjr0EJHTyF Lvk1CpyOxME= =nKqV -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 00:00:20 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 777F416A422 for ; Sat, 25 Feb 2006 00:00:20 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4FC43D46 for ; Sat, 25 Feb 2006 00:00:19 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id h26so313883wxd for ; Fri, 24 Feb 2006 16:00:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hMxRFNIr1xDbJLbQfrgFacdKqYb+wEOmVRbJ7Bx5JGKkJ9xPg3oS6SLMvADYpRXHapZNYIfwpGDtLe80QrbTAD5PU+NwbAaNDjsV1JJKmGqRjrBj/Yx27WRpAfLG/GZ3QVDx4CJXp7Ee/Q0QJQv2QMwqzjELpeEicWjj+7WyVDw= Received: by 10.70.33.19 with SMTP id g19mr4134665wxg; Fri, 24 Feb 2006 16:00:19 -0800 (PST) Received: by 10.70.58.15 with HTTP; Fri, 24 Feb 2006 16:00:19 -0800 (PST) Message-ID: Date: Fri, 24 Feb 2006 18:00:19 -0600 From: "illoai@gmail.com" To: "Jack williams" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: questions@freebsd.org Subject: Re: Re: server problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 00:00:20 -0000 For clarity's sake: > Jack williams: > | my IP address change as it is dynamic after this i could still use ftp > | from elsewhere but no one could access my pages. > Lowell Gilbert: > | Probably. How do people try to access your pages? Are they using an > | outdated DNS name? On 2/24/06, Jack williams wrote: > no there trying to use my ip address i have given them my right one > by the way. i just cant think of what could be wrong Might be a case of your isp blocking it, check your terms of service to see if they have such policies. http://www.dynu.com/ provides free redirection and a FreeBSD client, and if it is your isp not allowing inbound on port 80 you can have it proxied to another port (8888 is default, I think) at their end. And if you decide to pay for a real domain name, the redirection can still be pretty inexpensive (or free). -- -- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 00:05:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FC3B16A420 for ; Sat, 25 Feb 2006 00:05:53 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C693543D46 for ; Sat, 25 Feb 2006 00:05:52 +0000 (GMT) (envelope-from mike@sentex.net) Received: from BLUELAPIS.sentex.ca (cage.simianscience.com [64.7.134.1]) by smarthost2.sentex.ca (8.13.4/8.13.4) with SMTP id k1P05oKZ039818; Fri, 24 Feb 2006 19:05:50 -0500 (EST) (envelope-from mike@sentex.net) From: Mike Tancsa To: Ashley Moran Date: Fri, 24 Feb 2006 19:06:01 -0500 Message-ID: References: <200602241216.00547.work@ashleymoran.me.uk> In-Reply-To: <200602241216.00547.work@ashleymoran.me.uk> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.51 on 205.211.164.50 Cc: freebsd-questions@freebsd.org Subject: Re: Areca ARC-1120 vs Adeptec 2820 for RAID 6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 00:05:53 -0000 On Fri, 24 Feb 2006 12:16:00 +0000, in sentex.lists.freebsd.questions you wrote: > >One server supplier says customer's he's supplie with ARC boards were = unhappy=20 >with them, but didn't give any specific reasons. Does anyone have any=20 >experience with either of these on FBSD? > >There's a long comparison of the three cards at=20 >http://www.tomshardware.com/2006/01/02/safer_6_for_raid_controllers/ . = The=20 >Areca board canes the others performance-wise but I want to know if it = will=20 >be stable for the next however many years. I have been using them in a few boxes and they certainly are quite fast under RELENG_6. I have some running RAID5 and RAID10 have they really good disk IO. Prior to running ARECA cards I used exclusively 3wares. However, their performance was just not there until their SX cards came out. They are much closer in performance to the ARECA and I think they are stable now as well, but they dont have PCI-e versions of the card which I am looking for more and more. I was told that is coming soon now. On FreeBSD, the drives show up as a SCSI device da0 at arcmsr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device=20 da0: 166.666MB/s transfers (83.333MHz, offset 32, 16bit), Tagged Queueing Enabled da0: 228881MB (468749312 512 byte sectors: 255H 63S/T 29178C) In short, I would recommend the card if you need speed under FreeBSD. ---Mike -------------------------------------------------------- Mike Tancsa, Sentex communications http://www.sentex.net Providing Internet Access since 1994 mike@sentex.net, (http://www.tancsa.com) From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 00:24:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8464316A420 for ; Sat, 25 Feb 2006 00:24:55 +0000 (GMT) (envelope-from luck@computerking.ca) Received: from shoemasters.com (shoemasters.com [68.144.188.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8CB43D45 for ; Sat, 25 Feb 2006 00:24:54 +0000 (GMT) (envelope-from luck@computerking.ca) Received: from localhost (localhost.localdomain [127.0.0.1]) by shoemasters.com (Postfix) with ESMTP id 7380A848653 for ; Fri, 24 Feb 2006 10:25:22 -0700 (MST) Received: from shoemasters.com ([127.0.0.1]) by localhost (shoemasters.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12220-01 for ; Fri, 24 Feb 2006 10:25:22 -0700 (MST) Received: from shoemasters.com (localhost.localdomain [127.0.0.1]) by shoemasters.com (Postfix) with ESMTP id 1BC1D848652 for ; Fri, 24 Feb 2006 10:25:22 -0700 (MST) Message-ID: <8358754.161140801921914.JavaMail.root@shoemasters.com> Date: Fri, 24 Feb 2006 10:25:21 -0700 (MST) From: "RYAN M. vAN GINNEKEN" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_0_17811559.1140801921682" X-Virus-Scanned: amavisd-new at Subject: wdm and fluxbox help?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 00:24:55 -0000 ------=_Part_0_17811559.1140801921682 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit ---- Original Message ----- From: Norberto Meijome To: RYAN M. vAN GINNEKEN Cc: Norberto Meijome , freebsd-questions@freebsd.org Sent: Sun Feb 19 19:12:03 2006 Subject: Re: kdm and fluxbox RYAN M. vAN GINNEKEN wrote: > Thanks to all and i will take your advice Norberto as i do not really like kde that much anyway. If i wanted window i would just install windowsxp or maybe vista would be more like Kde any how i digress. > > I am tiring to set up wdm and added this line to my /etc/ttys > > ttyv8 "/usr/X11R6/bin/wdm -nodaemon" xterm on secure > > followed the instructions below found on the fulxbox site but it does not quite work > > http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm > > I get the wdm ok beasty is there, very cool backgound i might add, seen it used in a theme somewhere. No matter what i pick for a windows manager i get the stock Freebsd one wmaker i think? u know the one with the terminal and green menu bars very vanilla. green menu bars = twm wmaker = much better, check it out @ http://www.windowmaker.org > An exception to this kde still works and failsafe gives me control of the terminal window bottom right. > > Also i removed a bunch of managers out of the wdm-config file as i was not using them like this. > > DisplayManager*wdmWm: wmaker:enlightenment:gnome:kde:fluxbox > > I still get failsafe and wmaker where do us suppose these come from. Kde still works but not enlightenment gnome or flux box > > After editing the wdm-config, you need to restart wdm. Ctrl-Alt-Backspace will kill the X server and re-read all the configs. I did that can you please post your wdm-config and a list of your package installed ? (or make them available online) I have tried to attached them but my mail server is giving me grief with attachment right now. the relevant section in my config: --- ! It will run .xsession !DisplayManager*wdmWm: None --- which means it will read .xsession in my home. my .xsession is : $ cat ~/.xsession ## RUNNING bbkeys from Blackbox because it feels more powerful ## to avoid conflicts with fluxbox's key mgr, I emptied .fluxbox/keys bbkeys & xscreensaver -no-splash & fbpager -w & #wmwifi & sleep 1 && gkrellm -w & #fbdesk & torsmo & tilda & skype & gaim & fluxbox --- though I realise that I should be simply running startfluxbox and adding all the other cmds to ~/.fluxbox/startup I do not have an .xsession file in my home dir in fact i do not seem to have an .xsession or an xsession file anywhere on my system just Xsession see below root@rachel# find / -name xsession root@rachel# find / -name .xsession root@rachel# find / -name .Xsession root@rachel# find / -name Xsession /usr/local/share/config/kdm/Xsession /usr/X11R6/etc/gdm/Xsession /usr/X11R6/lib/X11/xdm/Xsession /usr/X11R6/lib/X11/wdm/Xsession the contents of the wdm one is also attached HIH, beto _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Computer King/CaNMail http://www.computerking.ca http://www.canmail.org Sales, Service, and Hosting Email, Data, and Web Packages Ask about web design specials Affiliates http://www.computerking.ca/pages/links/affiliates/affiliates.htm Maybe Computer Science should be in the College of Theology. -- R. S. Barton -- Computer King/CaNMail http://www.computerking.ca http://www.canmail.org Sales, Service, and Hosting Email, Data, and Web Packages Ask about web design specials Affiliates http://www.computerking.ca/pages/links/affiliates/affiliates.htm Maybe Computer Science should be in the College of Theology. -- R. S. Barton ------=_Part_0_17811559.1140801921682 Content-Type: text/plain; name=pkg_info.txt; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=pkg_info.txt ImageMagick-6.2.5.5 Image processing tools ORBit-0.5.17_2 High-performance CORBA ORB with support for the C language ORBit2-2.12.5_1 High-performance CORBA ORB with support for the C language OpenEXR-1.2.2_1 A high dynamic-range (HDR) image file format aalib-1.4.r5_1 An ascii art library akode-2.0,1 Default KDE audio backend akode-plugins-mpc-2.0,1 Musepack decoder plugin for akode akode-plugins-mpeg-2.0,1 MPEG audio decoder plugin for akode akode-plugins-oss-2.0,1 OSS output plugin for akode akode-plugins-resampler-2.0,1 Resampler plugin for akode akode-plugins-xiph-2.0,1 FLAC/Speex/Vorbis decoder plugin for akode amspsfnt-1.0_3 AMSFonts PostScript Fonts (Adobe Type 1 format) apache-ant-1.6.5_1 Java- and XML-based build tool, conceptually similar to mak apr-db4-1.2.2_2 The Apache Group's Portability Library arts-1.5.1,1 Audio system for the KDE integrated X11 desktop artswrapper-1.2.2 Setuid wrapper for arts aspell-0.60.4_2 Spelling checker with better suggestion logic than ispell at-spi-1.6.6_1 An Assistive Technology Service Provider Interface atk-1.10.3 A GNOME accessibility toolkit (ATK) autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms autoconf-2.59_2 Automatically configure source code on many Un*x platforms automake-1.4.6_2 GNU Standards-compliant Makefile generator (1.4) automake-1.9.6 GNU Standards-compliant Makefile generator (1.9) bash-3.0.16_1 The GNU Project's Bourne Again SHell bison-2.1_1 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10_2 Bitstream Vera TrueType font collection boost-python-1.33.1 Free peer-reviewed portable C++ source libraries boxtools-0.70.0 Style tools for the blackbox family of window managers bugbuddy-2.12.1 A bug reporting tool for GNOME 2 cairo-1.0.2_1 Vector graphics library with cross-device output support cairo-java-1.0.1 Java wrapper for the cairo graphics package cdparanoia-3.9.8_8 A CDDA extraction tool (also known as ripper) cdrtools-2.01_2 CD/CD-R[W] and ISO-9660 image creation and extraction tools cmpsfont-1.0_4 Computer Modern PostScript Fonts (Adobe Type 1 format) compat5x-i386-5.4.0.8_5 A convenience package to install the compat5x libraries coreutils-5.2.1 The Free Software Foundation's core utilities cups-base-1.1.23.0_8 The Common UNIX Printing System: headers, libs, & daemons cvsup-16.1h_2 General network file distribution system optimized for CVS cyrus-sasl-2.1.21_2 RFC 2222 SASL (Simple Authentication and Security Layer) dasher-3.2.18_1,1 Information efficient text-entry interface db4-4.0.14_1,1 The Berkeley DB package, revision 4 db42-4.2.52_4 The Berkeley DB package, revision 4.2 dbus-0.60_1 A message bus system for inter-application communication desktop-file-utils-0.10_3 A couple of command line utilities for working with desktop dirmngr-0.9.3_1 A client for managing and downloading certificate revocatio djbfft-0.76_2 An extremely fast library for floating-point convolution djvulibre-nox11-3.5.16 DjVu viewers, encoders, browser plugin, and utilites with o docbook-sk-4.1.2_3 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xsl-1.69.1 XSL DocBook stylesheets dvd+rw-tools-6.0_1 DVD burning software eel-2.12.2 Generally useful classes and extensions to GNOME enlightenment-0.16.7.2_2 A very artistic X window manager enlightenment-docs-0.16.7 Data files of enlightenment DOX enlightenment-theme-BlueSteel-0.16 A themes of enlightenment window menager enlightenment-theme-BrushedMetal-Tigert-0.16 A themes of enlightenment window menager enlightenment-theme-Ganymede-0.16 A themes of enlightenment window menager enlightenment-theme-ShinyMetal-0.16 A themes of enlightenment window menager eog-2.12.3 The Eye Of Gnome image viewer epiphany-1.8.4.1 An extremely lightweight and simple web browser for GNOME 2 esound-0.2.36 A sound library for enlightenment package eterm-0.9.3_3 X11 terminal emulator based on rxvt/xterm evince-0.4.0_2 GNOME 2 multi-format document viewer evolution-2.4.2.1 An integrated mail, calendar and address book distributed s evolution-data-server-1.4.2.1_1 The data backends for the Evolution integrated mail/PIM sui evolution-exchange-2.4.2 Evolution plugin to connect to Microsoft Exchange servers evolution-webcal-2.4.1_1 Webcal(endar) handler for gnome expat-2.0.0 XML 1.0 parser written in C fftw3-3.0.1_5 Fast C routines to compute the Discrete Fourier Transform fileroller-2.12.3,1 An archive manager for zip files, tar, etc firefox-1.5.0.1,1 Web browser based on the browser portion of Mozilla flac-1.1.2 Free lossless audio codec fluxbox-0.1.14_2 A small and fast window manager based on BlackBox fontconfig-2.3.2_2,1 An XML-based font configuration API for X Windows freetype2-2.1.10_2 A free and portable TrueType font rendering engine fribidi-0.10.4_1 A Free Implementation of the Unicode Bidirectional Algorith gail-1.8.8 An implementation of the ATK interfaces for GTK+ widgets gamin-0.1.5_3 A file and directory monitoring system gcalctool-5.7.28,2 A GNOME 2 calculator tool based on the old calctool for Ope gcc-ooo-3.4.1_2 GNU Compiler Collection for OpenOffice.org gconf-editor-2.12.1,1 A gconf database editor for the GNOME 2 environment gconf2-2.12.1 A configuration database system for GNOME gd-2.0.33_4,1 A graphics library for fast creation of images gdm-2.8.0.7_2 GNOME 2 version of xdm display manager gedit-2.12.1 A small but powerful text editor for Gnome 2 Desktop Enviro gettext-0.14.5_1 GNU gettext package ghostscript-gnu-7.07_14 GNU Postscript interpreter gle-3.0.3_1 A GL Tubing and Extrusion Library glib-1.2.10_11 Some useful routines of C programming (previous stable vers glib-2.8.6 Some useful routines of C programming (current stable versi glib-java-0.2.1 Java wrapper GLib 2 glitz-0.4.4 OpenGL image compositing library gmake-3.80_2 GNU version of 'make' utility gmencoder-0.1.0_6 Gmencoder is Gnome2 front-end to mplayer/mencoder gnokii-0.6.10,1 Tools to talk to GSM cellular phones gnome-backgrounds-2.12.3.1 A collection of backgrounds for GNOME 2 gnome-icon-theme-2.12.1_2 A collection of icons for the GNOME 2 desktop gnome-menu-editor-0.5_1 Simple menu editor for Gnome gnome-menus-2.12.0_1 Implementation of the FreeDesktop Desktop Menu Spec gnome-screensaver-0.0.24_1 GNOME screen saver and locker gnome-themes-2.12.3 A collection of themes and icons for GNOME2 gnome2-2.12.2_1 The "meta-port" for the GNOME 2 integrated X11 desktop gnomeapplets2-2.12.3 Applets components for the Gnome 2 Desktop Environment gnomeaudio2-2.0.0 Sound files for use with GNOME 2 gnomecontrolcenter2-2.12.3 Control center for GNOME 2 project gnomedesktop-2.12.3 Additional UI API for GNOME 2 gnomedocutils-0.4.4 GNOME doc utils gnomegames2-2.12.3 The game applications package for the Gnome 2 Desktop Envir gnomehier-2.0_7 A utility port that creates the GNOME directory tree gnomekeyring-0.4.6 A program that keeps passwords and other secrets gnomekeyringmanager-2.12.0 GNOME keyring manager gnomelibs-1.4.2_3 Libraries for GNOME, a GNU desktop environment gnomemag-0.12.3 GNOME screen magnifier gnomemedia2-2.12.0 Multimedia applications for the GNOME 2 desktop gnomemimedata-2.4.2 A MIME and Application database for GNOME gnomenetstatus-2.12.0_2 A GNOME applet that shows network status gnomenettool-1.4.1,1 A GNOME utility that provides network information statistic gnomepanel-2.12.3 Panel component for the GNOME 2 Desktop gnomepilot2-2.0.13_4 3Com PalmPilot conduit system for GNOME 2 gnomesession-2.12.0_1 Session component for the GNOME 2 desktop gnomespeech-0.3.9 GNOME text-to-speech API gnomespell-1.0.6_1 A GNOME/Bonobo component for spell checking gnomesystemmonitor-2.12.2 GNOME 2 system monitor program gnomesystemtools-1.4.1 Tools to configure workstations gnometerminal-2.12.0 Terminal component for the GNOME 2 Desktop gnomeuserdocs2-2.8.1 GNOME 2 users guide gnomeutils2-2.12.2,1 GNOME 2 support utilities gnomevfs2-2.12.2_1 GNOME Virtual File System gnopernicus-0.12.0 Collection of accessibility apps for GNOME 2 gnu-autoconf-2.59 Automatically configure source code on many Un*x platforms gnu-automake-1.9.6 GNU Standards-compliant Makefile generator (GNU unmodified) gnu-libtool-1.5.20 Generic shared library support script (GNU unmodified) gnupg-1.4.2_1 The GNU Privacy Guard gnupg-devel-1.9.20_1 Prerelease package of GnuPG extensions for GnuPG 2.0 gnutls-1.2.9 GNU Transport Layer Security library gob2-2.0.14 A preprocessor for making GObjects with inline C gocr-0.40 GOCR/JOCR is an OCR (Optical Character Recognition) program gok-1.0.5_1 GNOME On-Screen Keyboard (GOK) gpgme-1.0.3 A library to make access to GnuPG easier gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X) gstreamer-0.8.11_1 Development framework for creating media applications gstreamer-ffmpeg-0.8.7_1 GStreamer plug-in for manipulating MPEG video streams gstreamer-plugins-0.8.11_1 GStreamer written collection of plugins handling several me gstreamer-plugins-a52dec-0.8.11_1 Gstreamer a52dec plugin gstreamer-plugins-cdparanoia-0.8.11_2 Gstreamer cdparanoia plugin gstreamer-plugins-core-0.8_6 Core set of typical audio and video gstreamer-plugins gstreamer-plugins-dts-0.8.11_1 Gstreamer dts plugin gstreamer-plugins-dvd-0.8.11_2 Gstreamer dvd plugin gstreamer-plugins-esound-0.8.11_1 Gstreamer esound plugin gstreamer-plugins-flac-0.8.11_1 Gstreamer flac plugin gstreamer-plugins-gconf-0.8.11_1 Gstreamer gconf plugin gstreamer-plugins-gnomevfs-0.8.11_1 Gstreamer gnomevfs plugin gstreamer-plugins-libpng-0.8.11_1 Gstreamer libpng plugin gstreamer-plugins-mad-0.8.11_2 Gstreamer mad plugin gstreamer-plugins-ogg-0.8.11_1 Gstreamer ogg plugin gstreamer-plugins-pango-0.8.11_1 Gstreamer pango plugin gstreamer-plugins-vorbis-0.8.11_1 Gstreamer vorbis plugin gstreamer-plugins-xvid-0.8.11_1 Gstreamer xvid plugin gtar-1.15.1_1 GNU version of the traditional tar archiver gtk-1.2.10_13 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.8.11 Gimp Toolkit for X11 GUI (current stable version) gtk-engines2-2.6.7 Theme engine for the gtk+-2.0 toolkit gtkhtml3-3.8.2 Lightweight HTML rendering/printing/editing engine gtksourceview-1.4.2 A text widget that adds syntax highlighting to the GtkTextV gucharmap-gnome-1.4.4_2 A Unicode/ISO10646 character map and font viewer guile-1.6.7 GNU Ubiquitous Intelligent Language for Extension help2man-1.36.3 Automatically generating simple manual pages from program o hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project howl-1.0.0 Zeroconf/Bonjour(tm) implementation imake-6.9.0 Imake and other utilities from X.Org imlib-1.9.15_2 A graphic library for enlightenment package imlib2-1.2.1.010 The next generation graphic library for enlightenment packa intltool-0.34.2 Tools to internationalize various kinds of data files iso-codes-0.48 Lists of the country, language and currency iso names jackit-0.100.0 A low-latency audio server jasper-1.701.0 An implementation of the codec specified in the JPEG-2000 s javavmwrapper-2.0_6 Wrapper script for various Java Virtual Machines jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jdk-1.4.2p8_2 Java Development Kit 1.4.2 jpeg-6b_3 IJG's jpeg compression utilities kde-3.5.1 The "meta-port" for KDE kdeaccessibility-3.5.1 Accessibility applications for KDE kdeadmin-3.5.1 KDE applications related to system administration kdeartwork-3.5.1 Additional themes, sounds, wallpapers and window styles for kdebase-3.5.1_1 Basic applications for the KDE system kdebase-kompmgr-3.5.1 Utility needed to enable XComposite support in KDE kdeedu-3.5.1 Collection of entertaining, educational programs for KDE kdegames-3.5.1 Games for the KDE integrated X11 desktop kdegraphics-3.5.1_1 Graphics utilities for the KDE3 integrated X11 desktop kdegraphics-kamera-3.5.1 Digital camera support for KDE kdegraphics-kooka-3.5.1 Raster image scan program for KDE kdegraphics-kuickshow-3.5.1 KDE image viewer kdehier-1.0_8 Utility port which installs a hierarchy of shared KDE direc kdelibs-3.5.1 Base set of libraries needed by KDE programs kdemultimedia-3.5.1 Multimedia utilities for the KDE integrated X11 desktop kdemultimedia-mpeglib_artsplug-3.5.1 Legacy KDE audio backend kdemultimedia-xine_artsplugin-3.5.1 Xine-based multimedia backend for KDE kdenetwork-3.5.1 Network-related programs and modules for KDE kdepim-3.5.1 Personal Information Management tools for KDE kdesdk-3.5.1 KDE Software Development Kit kdetoys-3.5.1 Small applications for KDE kdeutils-3.5.1 Utilities for the KDE integrated X11 desktop kdevelop-3.3.1 IDE for a wide variety of programming tasks kdewebdev-3.5.1,2 Comprehensive html/website development environment koffice-1.4.2_2,1 Office Suite for KDE3 lame-3.96.1 ISO code based fast MP3 encoder kit lcms-1.14,1 Light Color Management System -- a color management library libIDL-0.8.6_1 A library for creating trees of CORBA Interface Definition libXft-2.1.7 A client-sided font API for X applications liba52-0.7.4_1 A free library for decoding ATSC A/52 streams, aka AC-3 libart_lgpl2-2.3.17 Library for high-performance 2D graphics libassuan-0.6.10 IPC library used by GnuPG and gpgme libast-0.6.1_1 A library of assorted spiffy things libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.10.1_2 A component and compound document system for GNOME2 libbonoboui-2.10.1_1 GUI frontend to the libbonobo component of GNOME 2 libcddb-1.2.1 A library to access data on a CDDB server libcdio-0.76 Compact Disc Input and Control Library libcroco-0.6.0_2 CSS2 parsing library libdrm-2.0 Userspace interface to kernel Direct Rendering Module servi libdts-0.0.2 Free DTS Coherent Acoustics decoder libdvdcss-1.2.9_1 Portable abstraction library for DVD decryption libdvdnav-0.1.10 The library for the xine-dvdnav plugin libdvdread-0.9.4_1 This is needed by ogle, which is a DVD player that supports libexif-0.6.12_1 Library to read digital camera file meta-data libfame-0.9.1_1 A video encoding library libfpx-1.2.0.12 Library routines for working with Flashpix images libgail-gnome-1.1.3 An implementation of the ATK interfaces for GNOME widgets libgcrypt-1.2.2 "General purpose crypto library based on code used in GnuPG libglade2-2.5.1_3 GNOME glade library libglut-6.4.1 A graphics library similar to SGI's OpenGL libgmp-4.1.4_1 A free library for arbitrary precision arithmetic libgnome-2.12.0.1 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.12.0 A graphics library for GNOME libgnomeprint-2.12.1 Gnome print support library libgnomeprintui-2.12.1 Gnome print support library libgnomeui-2.12.1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.1 Common error values for all GnuPG components libgphoto2-2.1.6_2 A universal digital camera picture control tool libgsf-1.13.3 An extensible i/o abstraction for dealing with structured f libgtkhtml-2.11.0 Lightweight HTML rendering/printing/editing engine libgtop2-2.12.2 GNOME 2 top library libiconv-1.9.2_1 A character set conversion library libid3tag-0.15.1b ID3 tags library (part of MAD project) libidn-0.6.2 Internationalized Domain Names command line tool libksba-0.9.13 KSBA is an X.509 Library libltdl-1.5.22 System independent dlopen wrapper libmad-0.15.1b_1 Libmad library (part of MAD project) libmal-0.40 A library encapsulating malsync libmikmod-esound-3.1.11 MikMod Sound Library libmng-1.0.9 Multiple-image Network Graphics (MNG) reference library libmodplug-0.7 ModPlug mod-like music shared libraries libmusicbrainz-2.1.2_1 2nd generation incarnation of the CD Index - audio metadata libogg-1.1.3,3 Ogg bitstream library libpaper-1.1.14.3 A library providing routines for paper size management librsvg2-2.12.7_3 Library for parsing and rendering SVG vector-graphic files libsamplerate-0.1.2 Secret Rabbit Code: a Sample Rate Converter for audio libsndfile-1.0.13 Reading and writing files containing sampled sound (like WA libsoup-2.2.7_1 A SOAP (Simple Object Access Protocol) implementation in C libtasn1-0.2.17 ASN.1 structure parser library libtheora-1.0.a4 Theora video codec for the Ogg multimedia streaming system libtool-1.3.5_2 Generic shared library support script (1.3) libtool-1.5.22_1 Generic shared library support script (1.5) libungif-4.1.4 Tools and library routines for working with GIF images libusb-0.1.10a_1 Library giving userland programs access to USB devices libvorbis-1.1.2,3 Audio compression codec library libwnck-2.12.3 Library used for writing pagers and taskslists libwpd-0.8.4 Tools for importing and exporting WordPerfect(tm) documents libwww-5.4.0_1 The W3C Reference Library libxine-1.1.1_2 Libraries for xine multimedia player libxklavier-2.1,1 An utility library to make XKB stuff easier libxml-1.8.17_3 XML parser library for GNOME libxml2-2.6.23 XML parser library for GNOME libxslt-1.1.15 The XSLT C library for GNOME linc-1.0.3_4 A library for writing networked servers & clients linux-XFree86-libs-4.3.99.902_7 XFree86 libraries, Linux binary linux-atk-1.8.0_1 Accessibility Toolkit, Linux/i386 binary linux-expat-1.95.7 Linux/i386 binary port of Expat XML-parsing library linux-fontconfig-2.2.3_2 Linux/i386 binary of Fontconfig linux-glib2-2.4.8_1 Version 2.X Linux/i386 binary port of GLib linux-gtk2-2.4.14_3 GTK+ library, version 2.X, Linux binary linux-jpeg-6b.33 RPM of the JPEG lib linux-pango-1.6.0_1 Linux pango binary linux-png-1.2.8 RPM of the PNG lib linux-realplayer-10.0.6.776 Linux RealPlayer 10 from RealNetworks linux-sun-jdk-1.4.2.10 Sun Java Development Kit 1.4 for Linux linux-tiff-3.6.1_5 TIFF library, Linux/i386 binary linux_base-8-8.0_14 Base set of packages needed in Linux mode (for i386/amd64) linux_dri-4.4.0 Binary Linux DRI libraries for 3D hardware acceleration of localedata-5.4 Legacy locale data for FreeBSD 6+ lua-5.0.2_1 Small, compilable scripting language providing easy access m4-1.4.4 GNU m4 mDNSResponder-107.1_2 "Apple's mDNSResponder" man2html-3.0.1_1 Convert nroff(1) man pages to HTML metacity-2.12.3 A window manager for the adult in you mpeg2codec-1.2_1 An MPEG-2 Encoder and Decoder mplayer-fonts-0.50 A font pack for the mplayer OSD and SUB mplayer-gtk-esound-0.99.7_9 High performance media player/encoder supporting many forma mplayer-skins-1.1.2_1 Skins for MPlayer's Graphical User Interface (GUI) mplayerplug-in-3.20 A Mozilla plugin for the MPlayer media player mysql-client-4.1.16_1 Multithreaded SQL database (client) nas-1.7b Network Audio System nasm-0.98.39,1 General-purpose multi-platform x86 assembler nautilus-cd-burner-2.12.3 CD burner view for Nautilus nautilus2-2.12.2 File manager for the GNOME desktop neon-0.25.4_1 An HTTP and WebDAV client library for Unix systems net-snmp-5.2.2 An extendable SNMP implementation netpbm-10.26.23 A toolkit for conversion of images between different format nspr-4.6.1 A platform-neutral API for system level and libc like funct nss-3.11 Libraries to support development of security-enabled applic nvidia-driver-1.0.8178 NVidia graphics card binary drivers for hardware OpenGL ren open-motif-2.2.3_2 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-client-2.2.30 Open source LDAP client implementation openslp-1.2.1_1 Open-source implementation of the Service Location Protocol p5-Archive-Zip-1.16 Perl module to create, manipulate, read, and write Zip arch p5-Authen-SASL-2.09 Perl5 module for SASL authentication p5-Compress-Zlib-1.41 Perl5 interface to zlib compression library p5-Digest-1.14 Modules that calculate message digests p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.36 Perl5 interface to the MD5 algorithm p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm p5-File-Temp-0.16_3 Perl5 module to generate temporary files or directories saf p5-HTML-Parser-3.48 Perl5 module for parsing HTML documents p5-HTML-Tagset-3.10 Some useful data table in parsing HTML p5-IO-Socket-SSL-0.97 Perl5 interface to SSL sockets p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings p5-Mail-SpamAssassin-3.1.0_6 A highly efficient mail filter for identifying spam p5-Mail-Tools-1.73 Perl5 modules for dealing with Internet e-mail messages p5-Net-1.19,1 Perl5 modules to access and use network protocols p5-Net-DNS-0.55 Perl5 interface to the DNS resolver, and dynamic updates p5-Net-IP-1.24 Perl extension for manipulating IPv4/IPv6 addresses p5-Net-SSLeay-1.30_1 Perl5 interface to SSL p5-PathTools-3.16 A Perl module for portably manipulating file specifications p5-Scalar-List-Utils-1.18,1 Perl subroutines that would be nice to have in the perl cor p5-Test-Harness-2.56 Run perl standard test scripts with statistics p5-Test-Simple-0.62 Basic utilities for writing tests in perl p5-URI-1.35 Perl5 interface to Uniform Resource Identifier (URI) refere p5-XML-Parser-2.34_2 Perl extension interface to James Clark's XML parser, expat p5-gettext-1.05_1 Message handling functions p5-libwww-5.803 Perl5 library for WWW access p5-type1inst-0.6.1_2 A script that helps install Postscript fonts in X Window Sy pango-1.10.3 An open-source framework for the layout and rendering of i1 patch-2.5.4 GNU patch utility pcre-6.6 Perl Compatible Regular Expressions library perl-5.8.7_2 Practical Extraction and Report Language pilot-link-0.11.8_3,1 PalmPilot communications utilities (backup/restore/install/ pkgconfig-0.20 A utility to retrieve information about installed libraries png-1.2.8_2 Library for manipulating PNG images poppler-0.4.4 A PDF rendering library popt-1.7 A getopt(3) like library with a number of enhancements, fro portaudio-18.1_2 Portable cross-platform Audio API portupgrade-2.0.1_1,1 FreeBSD ports/packages administration and management tool s postgresql-client-7.4.11 PostgreSQL database (client) postgresql-libpqxx-2.5.5 A new C++ interface for PostgreSQL pth-2.0.6 GNU Portable Threads py24-libxml2-2.6.23 Python interface for XML parser library for GNOME py24-xml-0.8.4 PyXML: Python XML library enhancements python-2.4.2 An interpreted object-oriented programming language qca-tls-1.0_1 SSL/TLS plugin for Qt qmake-3.3.5 The build utility of the Qt project qt-3.3.5 Multiplatform C++ application framework rpm-3.0.6_11 The Red Hat Package Manager rpm2cpio-1.2_2 Convert .rpm files for extraction with /usr/bin/cpio, needs ruby-1.8.4_4,1 An object-oriented interpreted scripting language ruby18-bdb1-0.2.2 Ruby interface to Berkeley DB revision 1.8x with full featu ruby18-bdb4-0.5.7 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat samba-libsmbclient-3.0.21a Shared libs from the samba package sane-backends-1.0.17 API for access to scanners, digitals camera, frame grabbers scrollkeeper-0.3.14_2,1 An Open Document Cataloging Project sdl-1.2.9_1,2 Cross-platform multi-media development API sdocbook-xml-4.1.2.5_2 "Simplified" DocBook XML DTD shared-mime-info-0.16_2 A MIME type database from the FreeDesktop project skype-1.2.0.18 P2P VoIP software sound-juicer-2.12.3 Clean, mean and lean CD ripper for GNOME2 speex-1.0.5,1 An open-source patent-free voice codec startup-notification-0.8_1 Library that supports startup notification spec from freede subversion-1.3.0_3 Version control system svgalib-1.4.3_5 A low level console graphics library system-tools-backends-1.4.2 Backend system admin scripts for gnome-system-tools t1lib-5.1.0,1 A Type 1 Rasterizer Library for UNIX/X11 taglib-1.4_1 Library for manipulating ID3 tags and Ogg comments tcl-8.4.11,1 Tool Command Language teTeX-base-3.0_6 Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_3 Thomas Esser's distribution of TeX & friends (texmf tree) tex-texmflocal-1.9 Meta-port that creates a site-local $TEXMF directory texi2html-1.76_1,1 Texinfo to HTML converter texinfo-4.8_3 A typeset documentation system with multiple format output tidy-20000804_2 Fixes and tidies up HTML files tiff-3.8.0 Tools and library routines for working with TIFF images tk-8.4.11,2 Graphical toolkit for TCL totem-gstreamer-1.2.1_1 A Gstreamer-based video player for the Gnome 2 desktop unzip-5.52_2 List, test and extract compressed files in a ZIP archive urwfonts-1.0 Another font package for X vcdimager-0.7.23 "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Rippin vino-2.12.0_2 VNC server that allows for remote access to your GNOME desk vte-0.11.17 Terminal widget with improved accessibility and I18N suppor wdm-1.28_1 WINGs Display Manager; an xdm replacement win32-codecs-3.1.0.p7_1,1 Huge compilation of Win32 binary video codecs windowmaker-0.92.0_1 GNUstep-compliant NeXTstep window manager clone wine-0.9.7,1 Microsoft Windows compatibility layer for Unix-like systems wmicons-1.0 Icons mainly for use in Window Maker wv2-0.2.2_2 A library providing routines to access Microsoft Word files xmlcatmgr-2.2 SGML and XML catalog manager xmms-esound-1.2.10_4 X Multimedia System --- An audio player with a Winamp GUI xorg-clients-6.9.0_1 X client programs and related files from X.Org xorg-documents-6.9.0 Documentation of X11 protocol and libraries from X.Org xorg-fonts-100dpi-6.9.0_1 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-6.9.0_1 X.Org 75dpi bitmap fonts xorg-fonts-encodings-6.9.0_1 X.Org font encoding files xorg-fonts-miscbitmaps-6.9.0_1 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-6.9.0 X.Org TrueType fonts xorg-libraries-6.9.0 X11 libraries and headers from X.Org xorg-manpages-6.9.0 X.Org library manual pages xorg-server-6.9.0 X.Org X server and related programs xpdf-3.01_2 Display PDF files, and convert them to other formats xscreensaver-gnome-hacks-4.23_1 Save your screen while you entertain your cat (for GNOME us xterm-206_1 Terminal emulator for the X Window System xvid-1.1.0,1 An opensource MPEG-4 codec, based on OpenDivx yelp-2.12.2_2 A help browser for the GNOME 2 desktop zenity-2.12.1 Display GNOME dialogs from the command line zip-2.31 Create/update ZIP files compatible with pkzip ------=_Part_0_17811559.1140801921682 Content-Type: text/plain; name=wdm-config.copy; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=wdm-config.copy ! $XConsortium: xdm-conf.cpp /main/3 1996/01/15 15:17:26 gildea $ ! ! wdm configuration file input (sed in Makefile) ! DisplayManager.errorLogFile: /var/log/xdm-errors.log DisplayManager.pidFile: /var/run/xdm.pid DisplayManager.keyFile: /usr/X11R6/lib/X11/wdm/xdm-keys DisplayManager.servers: /usr/X11R6/lib/X11/wdm/Xservers DisplayManager.accessFile: /usr/X11R6/lib/X11/wdm/Xaccess ! All displays should use authorization, but we cannot be sure ! X terminals will be configured that way, so by default ! use authorization only for local displays :0, :1, etc. DisplayManager._0.authorize: true DisplayManager._1.authorize: true ! The following three resources set up display :0 as the console. DisplayManager._0.setup: /usr/X11R6/lib/X11/wdm/Xsetup_0 DisplayManager._0.startup: /usr/X11R6/lib/X11/wdm/GiveConsole DisplayManager._0.reset: /usr/X11R6/lib/X11/wdm/TakeConsole ! DisplayManager*resources: /usr/X11R6/lib/X11/wdm/Xresources DisplayManager*session: /usr/X11R6/lib/X11/wdm/Xsession DisplayManager*authComplain: false DisplayManager*wdmLogin: /usr/X11R6/bin/wdmLogin ! ! display screen background--if not set or set to none, then the ! background is not set by wdm. ! DisplayManager*wdmBg: none ! DisplayManager*wdmBg: solid:RoyalBlue ! DisplayManager*wdmBg: dgradient:RoyalBlue,FireBrick,Black ! DisplayManager*wdmBg: hgradient:RoyalBlue,FireBrick,Black ! DisplayManager*wdmBg: vgradient:RoyalBlue,FireBrick,Black DisplayManager*wdmBg: pixmap:/usr/X11R6/lib/X11/wdm/pixmaps/daemon1-HQ-1280x960.jpg ! ! optional pixmap for logo DisplayManager*wdmLogo: /usr/X11R6/lib/X11/wdm/pixmaps/beastie.xpm ! ! optional help file to display in the help panel ! long lines may cause an ugly display ! DisplayManager*wdmHelpFile: /etc/motd ! ! optional default username and password (in clear text) ! which wdm should use if nothing is typed by the user. ! it's strongly suggested that wdm-config should be ! chmod 600 and owned by root if you want to use this ! feature, or else you could open a huge security hole ! in your system, letting anyone to log in as this default ! user. In any case if you want to use this feature do ! it with a very restricted account, and especially NOT ! WITH THE root ACCOUNT !!! !DisplayManager*wdmDefaultUser: nobody !DisplayManager*wdmDefaultPasswd: dumb_clear_text_passwd ! ! list of window managers which can be started ! or 'None' if you want only NoChange to appear ! e.g.: DisplayManager*wdmWm: None #DisplayManager*wdmWm: wmaker:afterstep:blackbox:ctwm:enlightenment:fvwm:fvwm2:fvwm95:olvwm:qvwm:tvtwm DisplayManager*wdmWm: wmaker:enlightenment:gnome:kde:fluxbox ! ! commands for reboot and halt ! -- be sure to edit these if the ! system is not linux. DisplayManager*wdmReboot: /sbin/shutdown -r now DisplayManager*wdmHalt: /sbin/shutdown -h now ! alternates (for Linux) ! DisplayManager*wdmReboot: /sbin/shutdown -t3 -r now ! DisplayManager*wdmHalt: /sbin/shutdown -t3 -h now ! ! true/false to require valid username/passwd to reboot,halt, or exit DisplayManager*wdmVerify: true ! true/false to require root as valid username/passwd to reboot,halt, or exit DisplayManager*wdmRoot: false ! true=enable, false=disable shake and rollup animations DisplayManager*wdmAnimations: true ------=_Part_0_17811559.1140801921682-- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 00:37:27 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FB8A16A420 for ; Sat, 25 Feb 2006 00:37:27 +0000 (GMT) (envelope-from professorchaos66@yahoo.com) Received: from web36410.mail.mud.yahoo.com (web36410.mail.mud.yahoo.com [209.191.85.145]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B3FE43D45 for ; Sat, 25 Feb 2006 00:37:27 +0000 (GMT) (envelope-from professorchaos66@yahoo.com) Received: (qmail 8266 invoked by uid 60001); 25 Feb 2006 00:37:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=6rbJJxMzd6sRvms5Qbh3h6GQm+1fQ/0J9axMAFAorGlqjDIf7/eHUNNkn7vNwyZcXC5vcgHLROI0awM0+lTjfUIGFjnDUaMyzrJ0jiOB0REQrxcHt8zUmCeh+GSjSWYuqy6dV6/tWh6x1SrkdyZtbeRL3u1lk9q7Xg/sCbbU5/c= ; Message-ID: <20060225003726.8264.qmail@web36410.mail.mud.yahoo.com> Received: from [209.158.88.45] by web36410.mail.mud.yahoo.com via HTTP; Fri, 24 Feb 2006 16:37:26 PST Date: Fri, 24 Feb 2006 16:37:26 -0800 (PST) From: "Glenn St. Jeffries" To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 X-Mailman-Approved-At: Sat, 25 Feb 2006 00:39:26 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: NX Bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FanZppln@aol.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 00:37:27 -0000 Does FreeBSD include any support for NX bit technology? -- ReclaimYourInbox!
http://www.mozilla.org/products/thunderbird/ --------------010501080401000900090503-- --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 00:51:16 2006 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id D932016A425; Sat, 25 Feb 2006 00:51:16 +0000 (GMT) To: FreeBSD-questions@FreeBSD.org Message-Id: <20060225005116.D932016A425@hub.freebsd.org> Date: Sat, 25 Feb 2006 00:51:16 +0000 (GMT) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: Important update: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 00:51:17 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Note also that the book has now been released for free download in PDF form. Instead of downloading the changed pages, you may prefer to download the entire book. See http://www.lemis.com/grog/Documentation/CFBSD/ for more information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm no longer constantly updating it, but I may be able to help Greg From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 01:17:45 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06ECA16A420 for ; Sat, 25 Feb 2006 01:17:45 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C9A43D45 for ; Sat, 25 Feb 2006 01:17:44 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id BF0FD5CB3; Fri, 24 Feb 2006 20:17:43 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 42998-09; Fri, 24 Feb 2006 20:17:43 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-83-14.ny325.east.verizon.net [68.161.83.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id B64225C27; Fri, 24 Feb 2006 20:17:42 -0500 (EST) Message-ID: <43FFB036.2080901@mac.com> Date: Fri, 24 Feb 2006 20:17:42 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Andrew Pantyukhin References: <43E62B9D.5040302@mac.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: FreeBSD Questions Subject: Re: Trouble with resources under network load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 01:17:45 -0000 Andrew Pantyukhin wrote: > On 2/5/06, Chuck Swiger wrote: [ ... ] > ==================================================== > Feb 24 19:47:21 gw named[482]: client 10.32.7.32#1027: error sending > response: not enough free resources > ==================================================== > Feb 24 19:46:57 gw snmpd[714]: sysctl get: Cannot allocate memory > Feb 24 19:56:00 gw last message repeated 50 times > ==================================================== Perhaps you should set up a cron job that appends the output of "sysctl kern.malloc" to a file every five minutes or whatever, and see whether that shows any interesting trends which might indicate whether something is leaking memory. > last pid: 86717; load averages: 0.00, 0.00, 0.00 up > 3+02:57:27 19:59:39 > 29 processes: 1 running, 28 sleeping > CPU states: 0.4% user, 0.0% nice, 0.0% system, 1.5% interrupt, 98.1% idle > Mem: 39M Active, 311M Inact, 132M Wired, 20K Cache, 84M Buf, 246M Free > Swap: 453M Total, 453M Free Your VM usage seems much happier now. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 01:21:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8409916A420; Sat, 25 Feb 2006 01:21:48 +0000 (GMT) (envelope-from grog@lemis.com) Received: from ext-gw.lemis.com (ext-gw.lemis.com [150.101.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C631943D48; Sat, 25 Feb 2006 01:21:47 +0000 (GMT) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by ext-gw.lemis.com (Postfix) with ESMTP id BD623131DDD; Sat, 25 Feb 2006 11:51:46 +1030 (CST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 9834C85EAD; Sat, 25 Feb 2006 11:51:46 +1030 (CST) Date: Sat, 25 Feb 2006 11:51:46 +1030 From: Greg 'groggy' Lehey To: Giorgos Keramidas Message-ID: <20060225012146.GO49368@wantadilla.lemis.com> References: <20060224010027.GF65002@wantadilla.lemis.com> <20060224062029.GJ49368@wantadilla.lemis.com> <20060224121059.GC1411@flame.pc> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="v9g2r9e2kvGs7M7R" Content-Disposition: inline In-Reply-To: <20060224121059.GC1411@flame.pc> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: freebsd-doc@freebsd.org, freebsd-questions@freebsd.org Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 01:21:48 -0000 --v9g2r9e2kvGs7M7R Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Friday, 24 February 2006 at 14:10:59 +0200, Giorgos Keramidas wrote: > On 2006-02-24 16:50, Greg 'groggy' Lehey wrote: >> On Thursday, 23 February 2006 at 23:44:30 -0500, David Stanford wrote: >>> I purchased this book nearly a year ago shortly after I began using >>> FreeBSD and it has been an invaluable resource ever since. Now that >>> you have made it publicly available, maybe the FreeBSD project could >>> find a way to merge some of your book in with their own handbook >>> or at least link it on FreeBSD.org for newbies like myself to easily >>> find :). >> >> That's probably a good idea. Can somebody from the doc project >> comment? > > Yes. I would very much like to see this published online at least as > part of our "publish.html" page. > > Greg, > > if I have your approval, the following patch is the least I can to thank > you for all the work you've put into the book all these years, and for > releasing it now: You, too, are welcome :-) > --- publish.sgml 4 Oct 2005 21:58:59 -0000 1.66 > +++ publish.sgml 24 Feb 2006 12:07:48 -0000 > @@ -188,13 +188,21 @@ > > book cover > > - The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2. > +

The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2. Well, the current version is the 4th edition, and it covers FreeBSD 5.0. It also doesn't have CDs. > Everything you ever wanted to know about how to get > your computer up and running FreeBSD. Includes 4 CDs > - containing the FreeBSD operating system! > + containing the FreeBSD operating system!

Again, no CDs. > - Released: November 2000 ISBN: 1-57176-246-9 > - > +

Released: November 2000 ISBN: 1-57176-246-9

Released May 2003, ISBN 0-596-00516-4. You should probably mention that the publisher is now O'Reilly, and maybe link to http://www.oreilly.com/catalog/cfreebsd/desc.html. > +

On 24 February 2006, at the 10th anniversary of the > + publication of the first ever book on FreeBSD, "Installing and > + Using FreeBSD", Greg Lehey has released the full text and > + sources of "The Complete FreeBSD" under the Creative Commons > + license. The book text & sources are available at:

> + > +

http://www.lemis.com/grog/Documentation/CFBSD/

> + Yup, that's fine. Since there are different versions, maybe you can also point out that this is the Attribution-NonCommercial-ShareAlike 2.5 license (yes, they ask for all that verbiage :-) 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. --v9g2r9e2kvGs7M7R Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFD/7EqIubykFB6QiMRAhgAAJ4wAietNA1UzFP8MpgL2wnof6p3wwCgis5q 44fGQ2KmQgFU85GvgGWmMCI= =8tr7 -----END PGP SIGNATURE----- --v9g2r9e2kvGs7M7R-- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 02:04:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13C6E16A422 for ; Sat, 25 Feb 2006 02:04:29 +0000 (GMT) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (mail.storm.ca [209.87.239.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A7BA43D81 for ; Sat, 25 Feb 2006 02:04:14 +0000 (GMT) (envelope-from msoulier@digitaltorque.ca) Received: from tigger.digitaltorque.ca (ppp-216-106-109-114.storm.ca [216.106.109.114]) by mail.storm.ca (8.12.10+Sun/8.12.10) with ESMTP id k1P24DoQ029430 for ; Fri, 24 Feb 2006 21:04:14 -0500 (EST) Received: from tigger.digitaltorque.ca (localhost.localdomain [127.0.0.1]) by tigger.digitaltorque.ca (Postfix) with ESMTP id 6862423DFD for ; Fri, 24 Feb 2006 21:04:08 -0500 (EST) Received: (from msoulier@localhost) by tigger.digitaltorque.ca (8.13.1/8.13.1/Submit) id k1P247E9024124 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 21:04:07 -0500 X-Authentication-Warning: tigger.digitaltorque.ca: msoulier set sender to msoulier@digitaltorque.ca using -f Date: Fri, 24 Feb 2006 21:04:06 -0500 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060225020406.GW18867@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KNVwDSkw2BjFUkD8" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: release in cvsup supfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 02:04:29 -0000 --KNVwDSkw2BjFUkD8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey people, I notice that in my supfile, I have this: *default release=3Dcvs tag=3D. I'm using FreeBSD 5.4. Should I change the tag to 5.4-RELEASE? I don't want ports that aren't going to work on 5.4. Is that a concern? Thanks, Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --KNVwDSkw2BjFUkD8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD/7sWKGqCc1vIvggRAgnKAKCFnXug8e1vZ2FoVhRB+mh3Skx0NACfVL8Z OoDD/I8ek28ovq/kFFUr19M= =ZKVu -----END PGP SIGNATURE----- --KNVwDSkw2BjFUkD8-- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 02:09:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0EA216A420 for ; Sat, 25 Feb 2006 02:09:26 +0000 (GMT) (envelope-from lalev@uni-svishtov.bg) Received: from ns.uni-svishtov.bg (ns.svishtov.com [193.68.172.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BBA543D46 for ; Sat, 25 Feb 2006 02:09:22 +0000 (GMT) (envelope-from lalev@uni-svishtov.bg) Received: from grinch.uni-svishtov.bg (grinch.uni-svishtov.bg [193.68.172.9]) by ns.uni-svishtov.bg (8.13.3/8.13.3) with ESMTP id k1OFQm83026649 for ; Fri, 24 Feb 2006 17:26:48 +0200 (EET) (envelope-from lalev@uni-svishtov.bg) Received: from mail.uni-svishtov.bg (localhost [127.0.0.1]) by grinch.uni-svishtov.bg (8.12.8p1/8.12.6) with ESMTP id k1OFML7r079318 for ; Fri, 24 Feb 2006 17:22:22 +0200 (EET) (envelope-from lalev@uni-svishtov.bg) Received: from 193.68.172.33 (proxying for 193.68.173.61) (SquirrelMail authenticated user lalev) by mail.uni-svishtov.bg with HTTP; Fri, 24 Feb 2006 17:22:22 +0200 (EET) Message-ID: <53964.193.68.172.33.1140794542.squirrel@mail.uni-svishtov.bg> Date: Fri, 24 Feb 2006 17:22:22 +0200 (EET) From: lalev@uni-svishtov.bg To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=windows-1251 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: ls -c vs. ls -u / manpage / architecture question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 02:09:26 -0000 Hi, I want to ask if I got this right. The manpage of ls, supplied with FreeBSD 6.0 says: -c Use time when file status was last changed for sorting or printing. -u Use time of last access, instead of last modification of the file for sorting and printing I could see in the source of ls that these two options are opposite of each other, but being ignorant about the architecture of UNIX file system, i'm not positive that in addition to the time of last modification and the time of last access, there is not another time - "file status change time". Or is it what I suppose, that the -c option is just on by default and no other than these 2 times are saved in the file system info about the file. From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 02:29:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B379916A42C for ; Sat, 25 Feb 2006 02:29:42 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60023.mail.yahoo.com (web60023.mail.yahoo.com [209.73.178.71]) by mx1.FreeBSD.org (Postfix) with SMTP id 35C9743D68 for ; Sat, 25 Feb 2006 02:29:35 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 87510 invoked by uid 60001); 25 Feb 2006 02:29:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=g/72ryXSuN9BoJMGw6l2Pl7XXX7SCb5yr2hMgl9KiMBx2E6GbYbzNMy0qdbKz3Vnyr3fcC2muUPap0B83YaWMCxR6hJIXdBHXSoLl9ZFhuwSiMk0mAI8o/nYurkexxcoj9pIILMBGnQ1dV42jhDYaOYdikpm2u92ZI7+cYsz7L4= ; Message-ID: <20060225022934.87508.qmail@web60023.mail.yahoo.com> Received: from [216.252.85.201] by web60023.mail.yahoo.com via HTTP; Fri, 24 Feb 2006 21:29:34 EST Date: Fri, 24 Feb 2006 21:29:34 -0500 (EST) From: Peter To: Aaron Dalton , Jeff Cross In-Reply-To: <43FF54A9.8050704@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Remove a Port and All Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 02:29:42 -0000 --- Aaron Dalton wrote: > Jeff Cross wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > I would like to know if it is possible to remove a port/package and > all > > of the dependencies it installed that are not needed by other > applications. > > > > Example: I installed Nautilus and some Gnome games but don't want them > > installed any longer. However, if I remove the package itself, > doesn't > > it leave all of the other dependencies out there? > > > > Upgrading my system takes forever now that there are a ton of libs and > > such installed by these applications. So, if anyone can point me in > the > > right direction for doing this I would greatly appreciate it. > > > > pkg_deinstall -R portname Wouldn't this remove all ports that depend on the port in question (its dependants)? The OP wants to remove all ports that are *required* by the port (its dependencies). But furthermore, he wants to remove those that AREN'T NEEDED BY ANY OTHER PORTS. -- Peter __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 02:30:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D2A16A422 for ; Sat, 25 Feb 2006 02:30:29 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 917D543D48 for ; Sat, 25 Feb 2006 02:30:28 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id F20945C99; Fri, 24 Feb 2006 21:30:27 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26115-06; Fri, 24 Feb 2006 21:30:27 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-83-14.ny325.east.verizon.net [68.161.83.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id DB49C5C73; Fri, 24 Feb 2006 21:30:26 -0500 (EST) Message-ID: <43FFC142.5080807@mac.com> Date: Fri, 24 Feb 2006 21:30:26 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: lalev@uni-svishtov.bg References: <53964.193.68.172.33.1140794542.squirrel@mail.uni-svishtov.bg> In-Reply-To: <53964.193.68.172.33.1140794542.squirrel@mail.uni-svishtov.bg> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: ls -c vs. ls -u / manpage / architecture question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 02:30:29 -0000 lalev@uni-svishtov.bg wrote: [ ... ] > I could see in the source of ls that these two options > are opposite of each other, but being ignorant about > the architecture of UNIX file system, i'm not positive > that in addition to the time of last modification > and the time of last access, there is not > another time - "file status change time". > > Or is it what I suppose, that the -c option is just on by default > and no other than these 2 times are saved in the file system > info about the file. There are three timestamps kept per file in Unix (see "man 2 stat"): The time-related fields of struct stat are as follows: st_atime Time when file data last accessed. Changed by the mknod(2), utimes(2), read(2) and readv(2) system calls. st_mtime Time when file data last modified. Changed by the mkdir(2), mkfifo(2), mknod(2), utimes(2), write(2) and writev(2) system calls. st_ctime Time when file status was last changed (inode data modifi- cation). Changed by the chflags(2), chmod(2), chown(2), creat(2), link(2), mkdir(2), mkfifo(2), mknod(2), rename(2), rmdir(2), symlink(2), truncate(2), unlink(2), utimes(2), write(2) and writev(2) system calls. By default, ls uses st_mtime; -c means st_ctime; -u means st_atime. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 02:33:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8421916A420 for ; Sat, 25 Feb 2006 02:33:23 +0000 (GMT) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (mail.storm.ca [209.87.239.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD89443D45 for ; Sat, 25 Feb 2006 02:33:22 +0000 (GMT) (envelope-from msoulier@digitaltorque.ca) Received: from tigger.digitaltorque.ca (ppp-216-106-109-114.storm.ca [216.106.109.114]) by mail.storm.ca (8.12.10+Sun/8.12.10) with ESMTP id k1P2XLoQ001446 for ; Fri, 24 Feb 2006 21:33:22 -0500 (EST) Received: from tigger.digitaltorque.ca (localhost.localdomain [127.0.0.1]) by tigger.digitaltorque.ca (Postfix) with ESMTP id A6D3023DFD for ; Fri, 24 Feb 2006 21:33:16 -0500 (EST) Received: (from msoulier@localhost) by tigger.digitaltorque.ca (8.13.1/8.13.1/Submit) id k1P2XGPp024205 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 21:33:16 -0500 X-Authentication-Warning: tigger.digitaltorque.ca: msoulier set sender to msoulier@digitaltorque.ca using -f Date: Fri, 24 Feb 2006 21:33:15 -0500 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060225023315.GX18867@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H/DU/KGSZaQxued3" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: index update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 02:33:24 -0000 --H/DU/KGSZaQxued3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey people, Reading the manpage for portsdb, and looking at some examples where this is run /usr/local/sbin/portsdb -Uu I'm wondering what the difference between this and cd /usr/ports && make index is. Don't they both rebuild the index? Thanks, Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --H/DU/KGSZaQxued3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD/8HrKGqCc1vIvggRAtzpAJ90VydUj25Ode75SiekaKaJ7Ws4JwCfclrQ FdJB37kCieY18SYmz41qBBM= =nrw4 -----END PGP SIGNATURE----- --H/DU/KGSZaQxued3-- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 02:35:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9824316A420; Sat, 25 Feb 2006 02:35:00 +0000 (GMT) (envelope-from aaron@freebsd.org) Received: from priv-edmwes48.telusplanet.net (defout.telus.net [204.209.205.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0777E43D48; Sat, 25 Feb 2006 02:34:55 +0000 (GMT) (envelope-from aaron@freebsd.org) Received: from [192.168.15.100] (really [137.186.246.196]) by priv-edmwes48.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060225023455.KRTH7582.priv-edmwes48.telusplanet.net@[192.168.15.100]>; Fri, 24 Feb 2006 19:34:55 -0700 Message-ID: <43FFC282.5090601@freebsd.org> Date: Fri, 24 Feb 2006 19:35:46 -0700 From: Aaron Dalton Organization: FreeBSD.org User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter References: <20060225022934.87508.qmail@web60023.mail.yahoo.com> In-Reply-To: <20060225022934.87508.qmail@web60023.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jeff Cross , freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Remove a Port and All Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 02:35:00 -0000 Peter wrote: > --- Aaron Dalton wrote: > > >>Jeff Cross wrote: >> >>>-----BEGIN PGP SIGNED MESSAGE----- >>>Hash: SHA1 >>> >>>I would like to know if it is possible to remove a port/package and >> >>all >> >>>of the dependencies it installed that are not needed by other >> >>applications. >> >>>Example: I installed Nautilus and some Gnome games but don't want them >>>installed any longer. However, if I remove the package itself, >> >>doesn't >> >>>it leave all of the other dependencies out there? >>> >>>Upgrading my system takes forever now that there are a ton of libs and >>>such installed by these applications. So, if anyone can point me in >> >>the >> >>>right direction for doing this I would greatly appreciate it. >>> >> >>pkg_deinstall -R portname > > > Wouldn't this remove all ports that depend on the port in question (its > dependants)? The OP wants to remove all ports that are *required* by the > port (its dependencies). But furthermore, he wants to remove those that > AREN'T NEEDED BY ANY OTHER PORTS. > pkg_deinstall won't remove ports that are required by other ports. pkg_deinstalling a Perl (p5-) port, for example, won't forcefully deinstall lang/perl itself (unless you're removing the very last port that requires lang/perl). 'man pkg_deinstall' will tell you how to accomplish what you want. There are a number of other port mgmt utilities as well. (sysutils/portmaster comes to mind.) Good luck! -- Aaron Dalton aaron@FreeBSD.org FreeBSD Ports Committer From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 02:35:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 497FB16A420 for ; Sat, 25 Feb 2006 02:35:24 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60022.mail.yahoo.com (web60022.mail.yahoo.com [209.73.178.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 8972243D66 for ; Sat, 25 Feb 2006 02:35:23 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 87527 invoked by uid 60001); 25 Feb 2006 02:35:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=FHnKfT6DjhdV2MtJceNu9u6hylVU7ZEG4FCns0/+HwYSOx0fVSF98K734OtYIvxUzt/Nk1AI2uPxPHXa6gTgcnVBkntc0Mu8BgsXrlYHoI6dCAu5Sbw2W5Npl0QnWFhbDu/cD9gCfelVriVWrxqhApRS4V7Fo7IwcaPcXFuyhFo= ; Message-ID: <20060225023522.87525.qmail@web60022.mail.yahoo.com> Received: from [216.252.85.201] by web60022.mail.yahoo.com via HTTP; Fri, 24 Feb 2006 21:35:22 EST Date: Fri, 24 Feb 2006 21:35:22 -0500 (EST) From: Peter To: "Michael P. Soulier" , freebsd-questions@freebsd.org In-Reply-To: <20060225020406.GW18867@tigger.digitaltorque.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: release in cvsup supfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 02:35:24 -0000 --- "Michael P. Soulier" wrote: > Hey people, > > I notice that in my supfile, I have this: > > *default release=cvs tag=. > > I'm using FreeBSD 5.4. Should I change the tag to 5.4-RELEASE? I don't > want > ports that aren't going to work on 5.4. Is that a concern? No, that's the way it should be. The Handbook is quite clear on this point: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html#CVSUP-CONFIG-VERS __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 03:07:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C064516A420 for ; Sat, 25 Feb 2006 03:07:15 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp112.sbc.mail.re2.yahoo.com (smtp112.sbc.mail.re2.yahoo.com [68.142.229.93]) by mx1.FreeBSD.org (Postfix) with SMTP id 356C843D45 for ; Sat, 25 Feb 2006 03:07:15 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 60232 invoked from network); 25 Feb 2006 03:07:14 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@69.211.89.144 with plain) by smtp112.sbc.mail.re2.yahoo.com with SMTP; 25 Feb 2006 03:07:14 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Fri, 24 Feb 2006 21:07:01 -0600 User-Agent: KMail/1.9.1 References: <200602231133.22224.ashley.moran@codeweavers.net> In-Reply-To: <200602231133.22224.ashley.moran@codeweavers.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602242107.02109.duncan.fbsd@gmail.com> Cc: Ashley Moran Subject: Re: portsnap failing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 03:07:16 -0000 On Thursday 23 February 2006 05:33, Ashley Moran wrote: > I'm trying to update my ports tree on a 6.0-RELEASE/amd64 machine. I > get this error: > > Updating from Wed Feb 15 08:30:17 GMT 2006 to Thu Feb 23 10:20:03 GMT > 2006. Fetching 3 metadata patches.. done. > Applying metadata patches... done. > Fetching 3 metadata files... /usr/sbin/portsnap: cannot open > f1777c019669546744ef448c17531bdd125884253a6bf4b73f6e77001d7a0b12.gz: > No such file or directory > > > If I delete the portsnap files and try to fetch a new snapshot, I get > this error instead: > > Fetching snapshot generated at Thu Feb 23 03:09:19 GMT 2006: > f4b0454e7bce8a4decdb9190e22b8325a966e92005df5f 97% of 39 MB 118 > kBps 00m08s fetch: transfer timed out > > > Neither of my i386 boxes have this problem. Does anyone know where > the issue lies? > > Ashley > Why are you deleting the portsnap files. That's a 39 MB file that you have to download everytime you do that. The idea is to just download the patches necessary to update the ports tree after 'portsnap fetch', 'portsnap install' has been run once. After that, all you need to do is run 'portsnap fetch update', you'll get plenty of action from that. I think by now you're going to have to remove the ports tree and start over. Why not do it an easier way. Don From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 03:12:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81F6016A420 for ; Sat, 25 Feb 2006 03:12:15 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp108.sbc.mail.re2.yahoo.com (smtp108.sbc.mail.re2.yahoo.com [68.142.229.97]) by mx1.FreeBSD.org (Postfix) with SMTP id EF43D43D45 for ; Sat, 25 Feb 2006 03:12:14 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 47206 invoked from network); 25 Feb 2006 03:12:14 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@69.211.89.144 with plain) by smtp108.sbc.mail.re2.yahoo.com with SMTP; 25 Feb 2006 03:12:14 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Fri, 24 Feb 2006 21:12:02 -0600 User-Agent: KMail/1.9.1 References: <20060225023522.87525.qmail@web60022.mail.yahoo.com> In-Reply-To: <20060225023522.87525.qmail@web60022.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602242112.02469.duncan.fbsd@gmail.com> Cc: "Michael P. Soulier" , Peter Subject: Re: release in cvsup supfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 03:12:16 -0000 On Friday 24 February 2006 20:35, Peter wrote: > --- "Michael P. Soulier" wrote: > > Hey people, > > > > I notice that in my supfile, I have this: > > > > *default release=cvs tag=. > > > > I'm using FreeBSD 5.4. Should I change the tag to 5.4-RELEASE? I > > don't want > > ports that aren't going to work on 5.4. Is that a concern? > > No, that's the way it should be. The Handbook is quite clear on this > point: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html# >CVSUP-CONFIG-VERS > Well now, I think that depends on what else he's got in his supfile. He may have a problem at some point. Don From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 03:14:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CEBA16A420 for ; Sat, 25 Feb 2006 03:14:03 +0000 (GMT) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (mail.storm.ca [209.87.239.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC13643D68 for ; Sat, 25 Feb 2006 03:13:59 +0000 (GMT) (envelope-from msoulier@digitaltorque.ca) Received: from tigger.digitaltorque.ca (ppp-216-106-109-114.storm.ca [216.106.109.114]) by mail.storm.ca (8.12.10+Sun/8.12.10) with ESMTP id k1P3DtoQ003912 for ; Fri, 24 Feb 2006 22:13:59 -0500 (EST) Received: from tigger.digitaltorque.ca (localhost.localdomain [127.0.0.1]) by tigger.digitaltorque.ca (Postfix) with ESMTP id EBA8C11EE55 for ; Fri, 24 Feb 2006 22:13:49 -0500 (EST) Received: (from msoulier@localhost) by tigger.digitaltorque.ca (8.13.1/8.13.1/Submit) id k1P3DnTA024411 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 22:13:49 -0500 X-Authentication-Warning: tigger.digitaltorque.ca: msoulier set sender to msoulier@digitaltorque.ca using -f Date: Fri, 24 Feb 2006 22:13:48 -0500 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060225031348.GY18867@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2EejY7RDPU7h6CFd" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: status of daemon news mag X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 03:14:03 -0000 --2EejY7RDPU7h6CFd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey people, I got my hands on a few issues of Daemon News magazine, and I like it. I'm wondering if the magazine is still published, since daemonnews.org doesn't seem to mention it.=20 Thanks, Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --2EejY7RDPU7h6CFd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD/8tsKGqCc1vIvggRAg88AJ9JjTTJlV3JO1Z4Bh43+NKpPxCvJgCgg+xB 43r3i3fNO4ASAGNH5il7oZU= =zz0P -----END PGP SIGNATURE----- --2EejY7RDPU7h6CFd-- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 03:48:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03E7816A420 for ; Sat, 25 Feb 2006 03:48:54 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8139643D48 for ; Sat, 25 Feb 2006 03:48:53 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4A1901A3C1C for ; Fri, 24 Feb 2006 19:48:53 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 51F185186D; Fri, 24 Feb 2006 22:48:52 -0500 (EST) Date: Fri, 24 Feb 2006 22:48:52 -0500 From: Kris Kennaway To: freebsd-questions@freebsd.org Message-ID: <20060225034852.GA41579@xor.obsecurity.org> References: <20060225023315.GX18867@tigger.digitaltorque.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline In-Reply-To: <20060225023315.GX18867@tigger.digitaltorque.ca> User-Agent: Mutt/1.4.2.1i Subject: Re: index update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 03:48:54 -0000 --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 24, 2006 at 09:33:15PM -0500, Michael P. Soulier wrote: > Hey people, >=20 > Reading the manpage for portsdb, and looking at some examples where this = is > run >=20 > /usr/local/sbin/portsdb -Uu >=20 > I'm wondering what the difference between this and >=20 > cd /usr/ports && make index >=20 > is. Don't they both rebuild the index? Yes (in fact the former calls the latter), but the former also rebuilds the INDEX.db used by portupgrade and friends. Kris --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD/9OjWry0BWjoQKURAjBtAKC+0ZlN2I9ntJ8e+ML47XOl90PMAQCfQZzB mKOtviRZu3Oli32d+bdYP90= =e5qD -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP-- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 03:51:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2908816A420 for ; Sat, 25 Feb 2006 03:51:07 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id A430343D48 for ; Sat, 25 Feb 2006 03:51:06 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s15so327974wxc for ; Fri, 24 Feb 2006 19:51:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DqZvaMlqlkrBNtYuHjbrcuZzIY40+USrWzi4cs/hYbFTzx5pCH21I0pRwJsnfifeUszuqOPrg0thfwj6kxegKlQ/qJIpFmMuKiHp/K8TZQUvjHloTa2onEJueebP/Q62kfGImd0DzgpW5mmpyjV85Ui0pZD9nfjyy/kSkGyV2nY= Received: by 10.70.60.20 with SMTP id i20mr2395146wxa; Fri, 24 Feb 2006 19:51:05 -0800 (PST) Received: by 10.70.65.9 with HTTP; Fri, 24 Feb 2006 19:51:05 -0800 (PST) Message-ID: Date: Fri, 24 Feb 2006 21:51:05 -0600 From: "Nikolas Britton" To: freebsd-questions@freebsd.org, msoulier@digitaltorque.ca In-Reply-To: <20060225020406.GW18867@tigger.digitaltorque.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060225020406.GW18867@tigger.digitaltorque.ca> Cc: Subject: Re: release in cvsup supfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 03:51:07 -0000 On 2/24/06, Michael P. Soulier wrote: > Hey people, > > I notice that in my supfile, I have this: > > *default release=3Dcvs tag=3D. > > I'm using FreeBSD 5.4. Should I change the tag to 5.4-RELEASE? I don't wa= nt > ports that aren't going to work on 5.4. Is that a concern? > No, but you need to have at least two cvsup files, one for the system and the other for ports and everything else so keep reading.... (all the way to the end!) Change "*default host" to the cvsup server of your choice, servers are listed at the bottom of this page: http://www.freebsd.org/handbook/cvsup.html Change "*default release=3Dcvs tag=3D" To: RELENG_5_4: Tracks 5.4-RELEASE errata fix branch RELENG_5: Tracks 5-STABLE Branch RELENG_6_0: Tracks 6.0-RELEASE errata fix branch RELENG_6: Tracks 6-STABLE Branch HEAD: Tracks -CURRENT, currently FreeBSD 7, it's for developers. For a full list of branch tags and other good reading materials refer to the release engineering page: http://www.freebsd.org/releng/index.html infomatic# more ~/standard-supfile *default host=3Dcvsup12.us.FreeBSD.org *default base=3D/var/db *default prefix=3D/usr *default release=3Dcvs tag=3DRELENG_6 *default delete use-rel-suffix *default compress src-all ------------------------------------------------ Ports, docs, etc. do not have -RELEASE tags, when you cvsup ports you always get what would be the equivalent of cvsup'ing you system up with -CURRENT, hence the dot for the release tag. You can however cvsup to a specific date and time in the passed if you use something like this "*default date=3D2005.11.27.00.00.00", all the zero's are for time (GMT, 24 hour clock). infomatic# more ~/ports-supfile *default host=3Dcvsup12.us.FreeBSD.org *default base=3D/var/db *default prefix=3D/usr *default release=3Dcvs tag=3D. *default delete use-rel-suffix *default compress ports-all doc-all After you cvsup new ports you must always read the /usr/ports/UPDATING file, if your planning on cvsup'ing your ports today your in for a big doozy as libtool just had a major overhaul, perl and expat were both update with in the last few weeks and then you have the whole fam vs. gamin debacle. Because of the libtool overhaul and the 3 other things you will have to uninstall every port and package on your system and then reinstall them. The good news is that now would be the perfect time to wipe the system clean and do a fresh install of FreeBSD 6.1-BETA2. All you really need to do is backup the important stuff, just tarball everything and copy it over the network to another system, backup the following: /etc /root your home directory /usr/local/etc /usr/local/ (look around in here for stuff to save, like apache's data directory, etc.) /usr/src/sys/i386/conf/ (if you have custom kernel config files) Possibly /var (I don't know what you use this system for or what you have installed) Anything else you want saved Then download and burn: 6.1-BETA2-i386-disc1.iso ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/6.1/6.1-BETA2-i386-disc1.= iso MD5 (6.1-BETA2-i386-disc1.iso) =3D 3267d7794079d3b803f5f5f004cf04f1 Now install FreeBSD, delete the old slices first with fdisk and don't install X11, the only package you should install is cvsup-without-gui. After FreeBSD is installed run cvsup to get all the new ports, then uninstall perl, run the following: -------- cd /usr/ports/lang/perl5.8/ make deinstall make install perl-after-upgrade -------- Ok now your good to go, reinstall all the ports you need. -- BSD Podcasts @ http://bsdtalk.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 03:55:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0615516A420 for ; Sat, 25 Feb 2006 03:55:57 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (c-67-168-241-176.hsd1.or.comcast.net [67.168.241.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B4543D45 for ; Sat, 25 Feb 2006 03:55:56 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.13.4/8.13.4) with ESMTP id k1P3ttDP029328 for ; Fri, 24 Feb 2006 19:55:55 -0800 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.13.4/8.13.4/Submit) with UUCP id k1P3ttFt029325 for freebsd-questions@freebsd.org; Fri, 24 Feb 2006 19:55:55 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id DAA25880; Sat, 25 Feb 2006 03:55:55 GMT Message-Id: <200602250355.DAA25880@sopwith.solgatos.com> To: freebsd-questions@freebsd.org Date: Fri, 24 Feb 2006 19:55:55 +0000 From: Dieter Subject: Bug in newfs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 03:55:57 -0000 FreeBSD 6.0 AMD64 newfs -N -b 65536 -f 8192 -i 262144 -m 0 -o space -s 2295104 -S 2048 /dev/ad10s1 /dev/ad10s1: 4482.6MB (9180416 sectors) block size 65536, fragment size 8192 using 4 cylinder groups of 1120.69MB, 17931 blks, 4608 inodes. super-block backups (for fsck -b #) at: 256, 2295424, 4590592, 6885760 2295104 * 2048 = 4700372992 bytes in filesystem. 17931 blocks * 65536 bytes/block = 1175126016 bytes 1175126016 * 4 cylinder groups = 4700504064 bytes 4700504064 > 4700372992 so it will not fit Does "17931 blks" include the inodes, superblocks, etc.? If not, it doesn't fit even worse. ======== Any reason that "-a 71724" shouldn't work? Any reason that "-e 17931" shouldn't work? Goal is to create a filesystem that can be written to a DVD+RW without the 2GB per file limit of ISO-9660. From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 04:03:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D0EC16A420 for ; Sat, 25 Feb 2006 04:03:45 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E86143D48 for ; Sat, 25 Feb 2006 04:03:43 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 527DF7DB1 for ; Fri, 24 Feb 2006 23:03:42 -0500 (EST) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Free BSD Questions list Date: Fri, 24 Feb 2006 23:03:42 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Subject: Zombie jail? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 04:03:45 -0000 I have a jail that after running /etc/rc.d/jail seems to stay around. jls 1 but if I do "pgrep -lfj 1" nothing is listed. I am able to enter the jail by "jexec 1 chs", but once inside it doesn't seem like anything is working. Is this basically a Zombie jail? ie an entry claiming there is a jail even though there isn't one? From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 04:04:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E0A116A420 for ; Sat, 25 Feb 2006 04:04:29 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A7D343D46 for ; Sat, 25 Feb 2006 04:04:29 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s17so331668wxc for ; Fri, 24 Feb 2006 20:04:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gVsyeOMvuImN3NkftnkKZTTeUQgj/FZ7XJkM82x8culwuRWWyaI17HhQvFduxXsIObDziqZq0U+JLegCJw1HYXJ7Waok+G391dpoHDF/6V7g9aygZ1S0NxhnGho0Ih6wk2osh6jN+U3lEDehW/gtWXA3ZuJlxT2ZJQL+441iHbE= Received: by 10.70.123.15 with SMTP id v15mr3804574wxc; Fri, 24 Feb 2006 20:04:28 -0800 (PST) Received: by 10.70.65.9 with HTTP; Fri, 24 Feb 2006 20:04:28 -0800 (PST) Message-ID: Date: Fri, 24 Feb 2006 22:04:28 -0600 From: "Nikolas Britton" To: freebsd-questions@freebsd.org, msoulier@digitaltorque.ca In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060225020406.GW18867@tigger.digitaltorque.ca> Cc: Subject: Re: release in cvsup supfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 04:04:29 -0000 On 2/24/06, Nikolas Britton wrote: > > > Now install FreeBSD, delete the old slices first with fdisk and don't > install X11, the only package you should install is cvsup-without-gui. > After FreeBSD is installed run cvsup to get all the new ports, then > uninstall perl, run the following: > -------- > cd /usr/ports/lang/perl5.8/ > make deinstall > make install > perl-after-upgrade > -------- > Hey, first check the version of perl installed, perl 5.8.8 might have made it onto the BETA2 disk, if you run 'perl -v' and it spits out version 5.8.8 then you don't have to uninstall/reinstall perl. -- BSD Podcasts @ http://bsdtalk.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 04:13:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98B716A420 for ; Sat, 25 Feb 2006 04:13:08 +0000 (GMT) (envelope-from gargibodke@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6568943D53 for ; Sat, 25 Feb 2006 04:13:08 +0000 (GMT) (envelope-from gargibodke@gmail.com) Received: by wproxy.gmail.com with SMTP id i20so433925wra for ; Fri, 24 Feb 2006 20:13:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=jWHXF3hhEzp7o8RlQ4MhOcqyGDy1r+FkGogzO4KL0OTegT/eLBrwV7PEKcatKucb8I0uu57c5Xe84DbpERDxQ+CI9eOSMyQyJc2K5r5zzbm9YVPqrlvW/AG+qx62ArDl/YjsPlRT4m0gkIOTOGzAXFbnn9hSD+c3zO/NKFaJmNU= Received: by 10.65.160.6 with SMTP id m6mr4025225qbo; Fri, 24 Feb 2006 20:13:07 -0800 (PST) Received: by 10.65.239.2 with HTTP; Fri, 24 Feb 2006 20:13:07 -0800 (PST) Message-ID: Date: Sat, 25 Feb 2006 09:43:07 +0530 From: "Gargi Bodke" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Ping timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 04:13:09 -0000 Hi I am new to this list and new to freebsd also. I have a Freebsd server set up with apache and qmail on it, with an ADSL connection to the internet. Most of the time the server works fine but it is not available early mornings and weekends. The machine is physically at my workplace and has a static IP mapped to it by a Service provider. When I say not availabl= e I am unable to ping it from home and a tracert also fails. When it started happening I went to my work place to see if the server was down, But it has always been up and running. Also even if the server is not rebooted the machine becomes accessible after some time. Thinking it to be a network problem I have complained to the ISP but they are unable to provide any solution. Is it possible that a freebsd machine sleeps after being idle for some time= ? Early mornings and weekends is the time when no one is in office that's why am asking. Sorry if this sounds stupid but I ab unable to figure out the cause so though I should give it a try on this list. Thanks Gargi From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 04:35:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8177E16A420 for ; Sat, 25 Feb 2006 04:35:22 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60017.mail.yahoo.com (web60017.mail.yahoo.com [209.73.178.65]) by mx1.FreeBSD.org (Postfix) with SMTP id E895443D4C for ; Sat, 25 Feb 2006 04:35:21 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 27587 invoked by uid 60001); 25 Feb 2006 04:35:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ajX8n5t4K1m69HvARtIVqwLj7zbig8syrTTNWa+UTFdLQEYfus5QOdhudByTLVq4cJU7eSReBQBl52YsVmyBCVUM9VUO9n3eTvcbLfoktoIYCkbH6Dardg50hTsAnsSbCLWyqyAr/YWLLkDYCtN15WJy2uD+mwsBfL+6vKCHF6A= ; Message-ID: <20060225043521.27585.qmail@web60017.mail.yahoo.com> Received: from [216.252.85.201] by web60017.mail.yahoo.com via HTTP; Fri, 24 Feb 2006 23:35:21 EST Date: Fri, 24 Feb 2006 23:35:21 -0500 (EST) From: Peter To: Nikolas Britton , freebsd-questions@freebsd.org, msoulier@digitaltorque.ca In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: release in cvsup supfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 04:35:22 -0000 --- Nikolas Britton wrote: > On 2/24/06, Michael P. Soulier wrote: > > Hey people, > > > > I notice that in my supfile, I have this: > > > > *default release=cvs tag=. > > > > I'm using FreeBSD 5.4. Should I change the tag to 5.4-RELEASE? I don't > want > > ports that aren't going to work on 5.4. Is that a concern? > > > > No, but you need to have at least two cvsup files, one for the system > and the other for ports Maybe I'm doing something wrong. I have only one file for everything: *default host=cvsup1.ca.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_5 *default delete use-rel-suffix *default compress src-all doc-all ports-all tag=. __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 04:43:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5274A16A420 for ; Sat, 25 Feb 2006 04:43:29 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC69543D46 for ; Sat, 25 Feb 2006 04:43:28 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from alpha.home (ppp128-29.lns2.adl2.internode.on.net [59.167.128.29]) by smtp1.adl2.internode.on.net (8.13.5/8.13.5) with ESMTP id k1P4hQI2048240; Sat, 25 Feb 2006 15:13:26 +1030 (CST) (envelope-from malcolm.kay@internode.on.net) From: Malcolm Kay Organization: at home To: freebsd-questions@freebsd.org Date: Sat, 25 Feb 2006 15:13:25 +1030 User-Agent: KMail/1.8 References: <43FF8EBD.1050509@nac.net> In-Reply-To: <43FF8EBD.1050509@nac.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200602251513.25534.malcolm.kay@internode.on.net> Cc: Wendell Anderson Subject: Re: configuring KDE on FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 04:43:29 -0000 On Sat, 25 Feb 2006 09:24 am, Wendell Anderson wrote: > I have successfully installed FreeBSD 6.0 with X.org and > KDE 3.4.3. > > When I execute "startx" the "tcm" windowing system, starts > up fine. However when I try starting KDE, I get x-server > errors. Do you mean tcm or twm? > > I need help in configuring KDE to proper operation. How are you trying to start KDE? Do you want to boot into a graphical login screen or start KDE from the command line. To start from the command line you need to replace the window manager line in ~/.xinitrc with: startkde or if you don't have ~/.xinitrc creating it with that line. Now: % startx should start up KDE To start a graphical X windows login at boot up the easiest is to change 'off' to 'on' in the line: ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure which starts the standard xdm display manager and login interface. With this you'll need to inform xdm which windows-manager/desktop to use bye creating a file ~/.xsession containing say: #!/bin/sh startkde You should make this file executable (chmod +x .xsession). % man xdm will explain. Both .xinitrc and .xsession can be used to also perform some customisation eg setting PATH, setting modmap, etc. KDE also offers a kde specific replacement for xdm but this to me seems the wrong way to go. Other users may want to run a different windows-manager/desktop which they can easily do using their own .xsession file with xdm. Besides xdm has standard unix style documentation (man page) which seems to be frowned upon by the kde organisation. For sure once it is up KDE offers some browser based help which explains what you would have probably guessed anyway but stops short of answering any difficult questions. Malcolm > > Wendell Anderson > wanderson@nac.net > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 04:53:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A4F16A420 for ; Sat, 25 Feb 2006 04:53:43 +0000 (GMT) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (mail.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B84B43D48 for ; Sat, 25 Feb 2006 04:53:43 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.222.227] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1FCrR8-0004T5-Ro; Fri, 24 Feb 2006 21:53:43 -0700 In-Reply-To: <200602241216.00547.work@ashleymoran.me.uk> References: <200602241216.00547.work@ashleymoran.me.uk> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Fri, 24 Feb 2006 21:53:41 -0700 To: Ashley Moran X-Mailer: Apple Mail (2.746.2) X-SA-Exim-Connect-IP: 67.161.222.227 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: freebsd-questions@freebsd.org Subject: Re: Areca ARC-1120 vs Adeptec 2820 for RAID 6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 04:53:44 -0000 On Feb 24, 2006, at 5:16 AM, Ashley Moran wrote: > I'm trying to decide whether to go with an Areca ARC-1120 or an > Adeptec 2820 > for a database server. The Promise SuperTrak EX8350 is out of the > question > because it lacks FreeBSD support. I would wonder about Adaptec support. Areca is officially supporting FreeBSD (and Solaris 10 and others). I have a 12 port PCI-X version of the Areca but not yet installed. My correspondence with Areca before I got it was very good. They were quite responsive. I have been using a lot of adaptec boards over the last 5 years (2100S x 2, 2200S, 2410SA x a few, 2400A in one machine). They work fine but Adaptec provides no support for FreeBSD and the released utilities may or may not work so well as FreeBSD matures but the utilities stay at old versions... best Chad > > One server supplier says customer's he's supplie with ARC boards > were unhappy > with them, but didn't give any specific reasons. Does anyone have any > experience with either of these on FBSD? > > There's a long comparison of the three cards at > http://www.tomshardware.com/2006/01/02/ > safer_6_for_raid_controllers/ . The > Areca board canes the others performance-wise but I want to know if > it will > be stable for the next however many years. > > Thanks > Ashley > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 04:56:42 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3E3716A420 for ; Sat, 25 Feb 2006 04:56:42 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3448D43D48 for ; Sat, 25 Feb 2006 04:56:41 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (sccrmhc12) with ESMTP id <2006022504564101200ir10oe>; Sat, 25 Feb 2006 04:56:41 +0000 From: Josh Paetzel To: questions@freebsd.org Date: Fri, 24 Feb 2006 22:55:49 -0600 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200602242255.49445.josh@tcbug.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Subject: pointy-hat question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 04:56:42 -0000 I posted this to ports@ and didn't get a response. http://people.freebsd.org/~fenner/errorlogs/josh@tcbug.org.html The top line of the page says i386 package building errors for josh@tcbug.org The Run column says ia64-7-latest Which architecture is broken? (make package works on all of the i386 machines I have here) -- Thanks, Josh Paetzel From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 04:57:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF8416A420 for ; Sat, 25 Feb 2006 04:57:49 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60023.mail.yahoo.com (web60023.mail.yahoo.com [209.73.178.71]) by mx1.FreeBSD.org (Postfix) with SMTP id AFFC043D48 for ; Sat, 25 Feb 2006 04:57:48 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 33646 invoked by uid 60001); 25 Feb 2006 04:57:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=3EMHOEzskFwS9CsZZ8EDA1jUhEat7K8Nj782VLijg9+4ua5nlbH3MWeVKQAVrQSyKvxMuuxBiixgG4exnIPgSnlO7oacfos1TJ4cPAcYyXYJl4kwCD3uY2EbBjSsIUsFDyb7KHGIEHTnJz2JaL+H0hgpMnggcjCnmNYZR6sxMa8= ; Message-ID: <20060225045748.33644.qmail@web60023.mail.yahoo.com> Received: from [216.252.85.201] by web60023.mail.yahoo.com via HTTP; Fri, 24 Feb 2006 23:57:48 EST Date: Fri, 24 Feb 2006 23:57:48 -0500 (EST) From: Peter To: Zalander Drakos In-Reply-To: <20060224153536.15406.qmail@gawab.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: RE: gam_server driving me nuts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 04:57:49 -0000 --- Zalander Drakos wrote: > > > During a ports upgrade fam was replaced by gamin. Now my >power > supply fan > >keeps turning up and down. This is causing a lot of noise and > is >very > >annoying. I can't seem to kill the thing either; damn thing > r>espawns. > >What are other people doing? > > > Remove fam by force and then install gamin. > > What is wrong with running 'pkgdb -F' ? It is there to help > you. Run it > and tell it to change all fam dependencies to gamin. > > Are you going to stop crying now? HA HA HA HA HA HA ! __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 05:01:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABDA716A420 for ; Sat, 25 Feb 2006 05:01:20 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp108.sbc.mail.re2.yahoo.com (smtp108.sbc.mail.re2.yahoo.com [68.142.229.97]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D8E343D6D for ; Sat, 25 Feb 2006 05:01:16 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 23767 invoked from network); 25 Feb 2006 05:01:15 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@69.211.89.144 with plain) by smtp108.sbc.mail.re2.yahoo.com with SMTP; 25 Feb 2006 05:01:15 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Fri, 24 Feb 2006 23:01:03 -0600 User-Agent: KMail/1.9.1 References: <20060225043521.27585.qmail@web60017.mail.yahoo.com> In-Reply-To: <20060225043521.27585.qmail@web60017.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602242301.03799.duncan.fbsd@gmail.com> Cc: msoulier@digitaltorque.ca, Peter , Nikolas Britton Subject: Re: release in cvsup supfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 05:01:20 -0000 On Friday 24 February 2006 22:35, Peter wrote: > --- Nikolas Britton wrote: > > On 2/24/06, Michael P. Soulier wrote: > > > Hey people, > > > > > > I notice that in my supfile, I have this: > > > > > > *default release=cvs tag=. > > > > > > I'm using FreeBSD 5.4. Should I change the tag to 5.4-RELEASE? I > > > don't > > > > want > > > > > ports that aren't going to work on 5.4. Is that a concern? > > > > No, but you need to have at least two cvsup files, one for the > > system and the other for ports > > Maybe I'm doing something wrong. I have only one file for > everything: > > *default host=cvsup1.ca.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=RELENG_5 > *default delete use-rel-suffix > *default compress > > src-all > doc-all > ports-all tag=. > It works the way you have it. However,You can split that into three files. You're following 5-STABLE, there are times when you don't want to be downloading src, unless you're planning to run buildworld cycles a lot. Instead of cvsuping ports, you could use portsnap. Once it's run the first time, it's a lot, lot faster way to upgrade the ports tree than using cvsup. Don From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 05:03:21 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F13B316A420 for ; Sat, 25 Feb 2006 05:03:21 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F82343D62 for ; Sat, 25 Feb 2006 05:03:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 3C1561A3C1C; Fri, 24 Feb 2006 21:03:20 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8F9C051472; Sat, 25 Feb 2006 00:03:19 -0500 (EST) Date: Sat, 25 Feb 2006 00:03:19 -0500 From: Kris Kennaway To: Josh Paetzel Message-ID: <20060225050319.GA43277@xor.obsecurity.org> References: <200602242255.49445.josh@tcbug.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline In-Reply-To: <200602242255.49445.josh@tcbug.org> User-Agent: Mutt/1.4.2.1i Cc: questions@freebsd.org Subject: Re: pointy-hat question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 05:03:22 -0000 --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 24, 2006 at 10:55:49PM -0600, Josh Paetzel wrote: > I posted this to ports@ and didn't get a response. >=20 > http://people.freebsd.org/~fenner/errorlogs/josh@tcbug.org.html >=20 > The top line of the page says i386 package building errors for=20 > josh@tcbug.org This is a fenner question, not a pointyhat question, since you're not looking at pointyhat. I presume it's this: > The Run column says ia64-7-latest >=20 > Which architecture is broken? as you could check by clicking on the link and reading the contents ;-) Kris --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD/+UXWry0BWjoQKURAjgmAKDJw2irX2rDAN+NDGfmtS3+F5K/eACfZuHY yIDVtffLAlE6z50xAQsY+7c= =RfV3 -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4-- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 05:45:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E31816A420 for ; Sat, 25 Feb 2006 05:45:06 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from webmaillogin.com (fr6.webmaillogin.com [216.40.35.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94FBF43D46 for ; Sat, 25 Feb 2006 05:45:05 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from [216.240.12.2] (account gpeel@thenetnow.com HELO GRANT) by fr6.webmaillogin.com (CommuniGate Pro SMTP 4.3.8) with ESMTPA id 4596851; Sat, 25 Feb 2006 00:45:03 -0500 Message-ID: <002a01c639ce$a4de5c00$6701a8c0@GRANT> From: "Grant Peel" To: "Derek Ragona" , References: <002f01c63985$4fafe940$6701a8c0@GRANT> <6.0.0.22.2.20060224154049.02694190@mail.computinginnovations.com> Date: Sat, 25 Feb 2006 00:45:05 -0500 Organization: The Net Now Internet MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Desperate X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 05:45:06 -0000 Derek, all, Regarding my recent system freeze ups, here is a list of software and = hardware. Some other notes: At one point a week or so ago, I setup a ipfw firewall rule to allow = access in port 3396 for a client who required remote access to it. I am = still awaiting work to see if thier connection attempts coincided with = the freez ups. I have since removed the firewall rule. The server has ran flawleslly sine November. No hardware changes have = been made since it was installed and tested. It is running a custom kernel, because of the DRAC 4 card - it needs to = use a usb keyboard, as noted in dmesg below. What I am really looking for is simply a way to see what software / = hardware crashes the machine. Once identifies, should be easy to fix. It is a Dell PowerEdge 1850, VIntage November 2005. Basic hardware (dmesg below). CPU: Intel(R) Xeon(TM) CPU 3.00GHz (2992.71-MHz 686-class CPU) Intel(R) PRO/1000 (x2 emo, em1) da0: Fixed Direct Access SCSI-3 device da0: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged = Queueing Enabled da0: 70007MB (143374650 512 byte sectors: 255H 63S/T 8924C) Dell DRAC 4 remote access card. (on mother board dedicated riser). real memory =3D 536608768 (511 MB) avail memory =3D 515784704 (491 MB) Ther are no other external devices attached, no keyboard,. no mouse or = monitor.=20 Basic Software: FreeBSD 6.0-RELEASE MySQL 4.1.13 (installed from ports) Apache 2.1.4 PHP 4.4.0 (from ports, installed into apache as static mod). vm-pop3d=20 Exim 4.52-0 (from ports) spamassassin (running as deamon)=20 perl 5.8.7 proftpd 1.3.0.rc2 IPA, version 1.3.6 (FreeBSD/i386 6.0-RELEASE) ********** Begin dmesg************* Copyright (c) 1992-2005 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 6.0-RELEASE #1: Wed Jan 25 09:15:04 EST 2006 gpeel@s1.fpm3.com:/usr/src/sys/i386/compile/DS9 ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.00GHz (2992.71-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf43 Stepping =3D 3 = Features=3D0xbfebfbff Features2=3D0x641d> AMD Features=3D0x20100000 Hyperthreading: 2 logical CPUs real memory =3D 536608768 (511 MB) avail memory =3D 515784704 (491 MB) ioapic0: Changing APIC ID to 2 ioapic1: Changing APIC ID to 3 ioapic1: WARNING: intbase 32 !=3D expected base 24 ioapic2: Changing APIC ID to 4 ioapic2: WARNING: intbase 64 !=3D expected base 56 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 32-55 on motherboard ioapic2 irqs 64-87 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) pci_link0: irq 11 on acpi0 pci_link1: irq 3 on acpi0 pci_link2: irq 7 on acpi0 pci_link3: irq 10 on acpi0 pci_link4: irq 11 on acpi0 pci_link5: irq 10 on acpi0 pci_link6: on acpi0 pci_link7: irq 5 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci1: on pcib1 pcib2: at device 0.0 on pci1 pci2: on pcib2 mpt0: port 0xec00-0xecff mem = 0xdfdf0000-0xdfdfffff,0xdfde0000-0xdfdeffff irq 34 at device 5.0 o n pci2 mpt0: [GIANT-LOCKED] mpt0: MPI Version=3D1.2.12.0 mpt0: Unhandled Event Notify Frame. Event 0xa. pcib3: at device 0.2 on pci1 pci3: on pcib3 pcib4: at device 4.0 on pci0 pci4: on pcib4 pcib5: at device 5.0 on pci0 pci5: on pcib5 pcib6: at device 0.0 on pci5 pci6: on pcib6 em0: port = 0xdcc0-0xdcff mem 0xdfae0000-0xdfafffff irq 64 at device 7.0 on pci6 em0: Ethernet address: 00:14:22:1c:d5:7e em0: Speed:N/A Duplex:N/A pcib7: at device 0.2 on pci5 pci7: on pcib7 em1: port = 0xccc0-0xccff mem 0xdf8e0000-0xdf8fffff irq 65 at device 8.0 on pci7 em1: Ethernet address: 00:14:22:1c:d5:7f em1: Speed:N/A Duplex:N/A pcib8: at device 6.0 on pci0 pci8: on pcib8 uhci0: port 0xace0-0xacff = irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] 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 0xacc0-0xacdf = irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] 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 0xaca0-0xacbf = irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] 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 ehci0: mem 0xdff00000-0xdff003ff irq = 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered uhub4: vendor 0x413c product 0xa001, class 9/0, rev 2.00/0.00, addr 2 uhub4: multiple transaction translators uhub4: 2 ports with 2 removable, self powered pcib9: at device 30.0 on pci0 pci9: on pcib9 pci9: at device 5.0 (no driver attached) pci9: at device 5.1 (no driver attached) pci9: at device 5.2 (no driver attached) atapci0: port = 0xbcf0-0xbcf7,0xbce4-0xbce7,0xbcd8-0xbcdf,0xbcd0-0xbcd3,0xbc70-0xbc7f = mem 0xdf5fec 00-0xdf5fecff irq 23 at device 6.0 on pci9 ata2: on atapci0 ata3: on atapci0 pci9: at device 13.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci1: port = 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 ata0: on atapci1 ata1: on atapci1 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on = acpi0 fdc0: [FAST] sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on = acpi0 sio0: type 16550A pmtimer0 on isa0 orm0: at iomem = 0xc0000-0xcafff,0xcb000-0xcbfff,0xcc000-0xcffff,0xd0000-0xd0fff,0xec000-0= xeffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on = isa0 ukbd0: Dell DRAC4, rev 1.10/0.00, addr 2, iclass 3/1 kbd0 at ukbd0 Timecounter "TSC" frequency 2992708905 Hz quality 800 Timecounters tick every 1.000 msec acd0: CDROM at ata0-master UDMA33 device_attach: afd0 attach returned 6 acd1: CDROM at ata2-slave PIO3 Waiting 5 seconds for SCSI devices to settle ses0 at mpt0 bus 0 target 6 lun 0 ses0: Fixed Processor SCSI-2 device ses0: 3.300MB/s transfers ses0: SAF-TE Compliant Device da0 at mpt0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged = Queueing Enabled da0: 70007MB (143374650 512 byte sectors: 255H 63S/T 8924C) Trying to mount root from ufs:/dev/da0s1a WARNING: / was not properly dismounted WARNING: /home was not properly dismounted WARNING: /usr was not properly dismounted WARNING: /var was not properly dismounted ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding = disabled, default to deny, logging disabled ukbd0: at uhub0 port 1 (addr 2) disconnected ukbd0: detached ukbd0: Dell DRAC4, rev 1.10/0.00, addr 2, iclass 3/1 ----- Original Message -----=20 From: Derek Ragona=20 To: Grant Peel ; freebsd-questions@freebsd.org=20 Sent: Friday, February 24, 2006 4:41 PM Subject: Re: Desperate It is likely a hardware issue, so please detail the hardware you are = using. You may also want to remove any unneeded hardware in the server. -Derek At 03:00 PM 2/24/2006, Grant Peel wrote: Hi all, I am getting server 'freeze ups". 4 in the past 3 days, on a very = new server with no apparent hardware issues. There is nothing showing in any log anywhere. The sytem just stops = responding. Can anyone help me with understanding how to setup crash dumps and = how to get to them and root cause the issue after the fact? -Grant=20 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 08:58:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA6D16A420 for ; Sat, 25 Feb 2006 08:58:51 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 748D543D49 for ; Sat, 25 Feb 2006 08:58:50 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: by zproxy.gmail.com with SMTP id m22so497537nzf for ; Sat, 25 Feb 2006 00:58:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:organization:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=MB2UI04yymJcMnKIZ8gLorIt/A4QwnD9CNWqdRjCEJsVlS02R8AzEpYWhC7blGW0hMdFVpJqJ9ROZK4Jq1hiAdaJTaxN6UE+GxMJQLt17Tl0Kt9DpdpoBEEhWT4sPl+f2iDZBbw8zpuO22YmQxsgJChxuisV0ES54O0a9cn7VM4= Received: by 10.36.8.10 with SMTP id 10mr1177083nzh; Sat, 25 Feb 2006 00:58:49 -0800 (PST) Received: from ?192.168.0.100? ( [59.144.39.232]) by mx.gmail.com with ESMTP id 24sm1622164nzn.2006.02.25.00.58.48; Sat, 25 Feb 2006 00:58:49 -0800 (PST) Message-ID: <44001DB9.2000503@gmail.com> Date: Sat, 25 Feb 2006 14:34:57 +0530 From: Chandan Haldar Organization: TISRA User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43F96644.3070306@gmail.com> <43F99F17.1040407@gmail.com> <43FA1C37.1070607@childeric.freeserve.co.uk> <43FC66DD.1080408@gmail.com> <44bqwwdafb.fsf@be-well.ilk.org> In-Reply-To: <44bqwwdafb.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Trading cautiously on new ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 08:58:51 -0000 I managed to recover from my misadventures (trying to upgrade gnome) the dumb way, namely, by reinstalling FreeBSD (6.0 Release) and the ports from the ISO CD images. Fortunately the process is fast and painless. Hats off to the folks who make the ISO images. I have over 300 ports installed. The only inconsistency I encountered so far was the unavailability of pdflib 6.0.1 as a dependency for gnuplot. Looks like only pdflib 6.0.2 is available on the net at the moment and gnuplot port in the ISO CD refuses to build with pdflib 6.0.2 sources. This led me to find out how to check out the effects of installing a new port or new versions of installed ports (from a portsnap fetch or cvsup download) non-destructively by extracting the new version of a port as a non-root user in a different ports directory, for example: "portsnap -p /home/myports extract print/pdflib" and by attempting to build the new port version with "make" rather than with "make install clean". This way I have no risk of upsetting my installed ports (installed as root) since anyway I cannot write in /usr/local or /usr/X11R6 etc as the non-root user. Once I see that the new port build finds all the installed dependency ports in order and the build completes without surprises, I rebuild it as root, deinstall the previous port version, and install the new one or can do a portsnap extract followed by a portupgrade (this time into /usr/ports) safely. I did this for pdflib+gnuplot. Have to try this on a large and complex port such as gnome. I understand that there is no such thing as "solving the stale dependency problem once and for all" (thanks for all the illuminating discussion on the ports/packages). But is there a clean command for reporting the dependencies (with versions) of a new port or a new port version without actually attempting to make/install/ or upgrade it? And may be such a command also shows the versions of these dependencies installed on the system at the moment, so that one can have a sneak preview of any upgrade trouble brewing? The closest to this I see is "pkg_add -n" but it requires a built package. I was hoping that there was a way to do this kind of dependency analysis by extracting the dependencies from the ports descriptions, but I haven't been able to figure out the commands necessary for that. Sometimes a potentially complex upgrade is not life-critical and may be I want to upgrade only if I'm sure that it won't lead to the kind of chaos I landed myself into with my gnome upgrade attempt. Until I see a safe way such as the above, I'll probably wait till the next suitable ISO CDs to upgrade major stuff such as FreeBSD itself, X11, and Gnome. Chandan From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 09:07:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D84216A420 for ; Sat, 25 Feb 2006 09:07:42 +0000 (GMT) (envelope-from kosio.dimitrov@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C59643D48 for ; Sat, 25 Feb 2006 09:07:41 +0000 (GMT) (envelope-from kosio.dimitrov@gmail.com) Received: by xproxy.gmail.com with SMTP id s11so342841wxc for ; Sat, 25 Feb 2006 01:07:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=r8QfNEd9zxbEbGkL4zAqjRIfUpPalYrxrGm/8yb8I2v4qACHCFWoGV34RTjTLB65WRnNFx71C3TQZn+7yzKHjf4GQXfP8jxyohylFQE1/tRvPXAcZMxgk+hA/Vr+VXyIB4ikWOmxd+XPH0vJD8ieZY0RTCCuRpdByW7zC8Cpy18= Received: by 10.70.60.20 with SMTP id i20mr2596241wxa; Sat, 25 Feb 2006 01:07:40 -0800 (PST) Received: by 10.70.27.15 with HTTP; Sat, 25 Feb 2006 01:07:40 -0800 (PST) Message-ID: <8103ad500602250107u79f669f2la854d7ee72d42d66@mail.gmail.com> Date: Sat, 25 Feb 2006 11:07:40 +0200 From: "Konstantin Dimitrov" To: "Ludo Koren" In-Reply-To: <200602241131.k1OBVCmE092848@lk.tempest.sk> MIME-Version: 1.0 References: <87r762dpaf.fsf@lk.tempest.sk> <1140292722.43f77c7219992@mail.orbitel.bg> <200602241131.k1OBVCmE092848@lk.tempest.sk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: xkodi@bofh.bg, freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Subject: Re: AVerMedia AVerTV Hybrid+FM Cardbus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 09:07:42 -0000 according to http://www.ixbt.com/monitor/aver-cardbus-hybrid.shtml AverTV Hybrid+FM Cardbus uses Xceive XC3018 Silicon Tuner ( http://www.xceive.com ) and that chip is not supported from the saa.ko: Makevars: # Onboard Tuner Selection flags # # Default tuner API type is TUNER_APITYPE_PHILIPS # #Use one of the following, # TUNER_FLAGS+=3D -DTUNER_APITYPE_PHILIPS #TUNER_FLAGS+=3D -DTUNER_APITYPE_LG #TUNER_FLAGS+=3D -DTUNER_APITYPE_TEMIC #TUNER_FLAGS+=3D -DTUNER_APITYPE_ALPS #TUNER_FLAGS+=3D -DTUNER_APITYPE_PHILIPS_MK3 On 2/24/06, Ludo Koren wrote: > > > >>>>> writes: > > > bktr.ko is for Conexant (formerly Rockwell) Booktree (Fussion) > > 8x8/8x9 based cards and you have Philips saa713x based, so you > > should try with the correct driver and applications. You can > > download them from here: > > > http://download.purpe.com/ > > > I don't know why the driver from the link above is not > > included, like bktr.ko, into the FreeBSD, and if it will work > > with your device, but with my saa7134 based ECS EZ-TV (TVP3XP) > > TV&FM Tuner card, everything works great and I am able to watch > > analog TV and capture under FreeBSD 5.x : > > > saa0@pci1:11:0: class=3D0x048000 card=3D0x4cb41019 chip=3D0x713411= 31 > > rev=3D0x01 hdr=3D0x00 vendor =3D 'Philips Semiconductors' device = =3D > > 'SAA7134HL Multi Media Capture Device' class =3D multimedia > > > > after applying proposed driver I get: > > saa0@pci3:0:0: class=3D0x048000 card=3D0xf4361461 chip=3D0x71331131 rev= =3D0xd1 > hdr=3D0x00 > vendor =3D 'Philips Semiconductors' > device =3D 'SAA7135HL Multi Media Capture Device' > class =3D multimedia > > and running ftvv application in source Tab after pressing Tune > Channels I get: > > Error changing to frequency: 48.25: Input/output error > > > and in the log appears: > > iicbus0: START: bus error (status 0x9 loop:13) > > Here is the kldstat output: > > Id Refs Address Size Name > 1 23 0xc0400000 380600 kernel > 2 1 0xc0781000 64cc linprocfs.ko > 3 2 0xc0788000 1b40c linux.ko > 4 2 0xc07a4000 1d4fc sound.ko > 5 1 0xc07c2000 5a44 snd_ich.ko > 6 1 0xc07c8000 8740 ng_ubt.ko > 7 2 0xc07d1000 dd4c netgraph.ko > 8 1 0xc07df000 580b4 acpi.ko > 9 1 0xc27d2000 3000 est.ko > 10 1 0xc29cf000 17000 radeon.ko > 11 1 0xc3801000 2c000 nfsclient.ko > 12 1 0xc6e38000 8000 saa.ko > 13 2 0xc6e40000 3000 iicbus.ko > 14 1 0xc6e54000 3000 iic.ko > > Anyone any hints what could be wrong? > > Thanks. > > Regards, > lk > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to " > freebsd-multimedia-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 09:23:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6631916A420 for ; Sat, 25 Feb 2006 09:23:20 +0000 (GMT) (envelope-from alin.tuhut@gmail.com) Received: from h10.rohost.com (h10.rohost.com [69.9.169.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F5C643D46 for ; Sat, 25 Feb 2006 09:23:20 +0000 (GMT) (envelope-from alin.tuhut@gmail.com) Received: from [81.196.30.213] (helo=[127.0.0.1]) by h10.rohost.com with esmtpa (Exim 4.52) id 1FCve2-0007RK-N4 for freebsd-questions@freebsd.org; Sat, 25 Feb 2006 11:23:19 +0200 Message-ID: <44002203.50905@gmail.com> Date: Sat, 25 Feb 2006 11:23:15 +0200 From: Alin Tuhut User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - h10.rohost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gmail.com X-Source: X-Source-Args: X-Source-Dir: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Install USB Printer on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 09:23:20 -0000 Hello, I am trying with no luck setting up a an USB Xerox Phaser 3116 printer on FreeBSD 6.0 I have installed and enabled CUPS and from the CUPS web admin area I have added the printer as USB Printer #1. When I try to print a test page the printer makes a normal noise like it is trying to get paper but it does not print. Just stops. If I try to print a file nothing happens. As far as I know the printer knows Postcript but in CUPS I could only choose "RAW" when it asked about the driver. What should I do? Thanks. P.S. I'm sorry, I sent this without a subject in previous email. From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 09:40:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5911816A420 for ; Sat, 25 Feb 2006 09:40:13 +0000 (GMT) (envelope-from daeg@houston.rr.com) Received: from ms-smtp-02-eri0.texas.rr.com (ms-smtp-02.texas.rr.com [24.93.47.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05AF343D46 for ; Sat, 25 Feb 2006 09:40:12 +0000 (GMT) (envelope-from daeg@houston.rr.com) Received: from cpe-24-167-68-6.houston.res.rr.com (cpe-24-167-68-6.houston.res.rr.com [24.167.68.6]) by ms-smtp-02-eri0.texas.rr.com (8.13.4/8.13.4) with ESMTP id k1P9eAT0002795 for ; Sat, 25 Feb 2006 03:40:11 -0600 (CST) From: David J Brooks Organization: KC5WNK To: freebsd-questions@freebsd.org Date: Sat, 25 Feb 2006 03:39:46 -0600 User-Agent: KMail/1.9.1 References: <44002203.50905@gmail.com> In-Reply-To: <44002203.50905@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602250339.47400.daeg@houston.rr.com> X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Install USB Printer on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 09:40:13 -0000 On Saturday 25 February 2006 03:23, Alin Tuhut wrote: > Hello, > > I am trying with no luck setting up a an USB Xerox Phaser 3116 printer > on FreeBSD 6.0 > I have installed and enabled CUPS and from the CUPS web admin area I > have added the printer as USB Printer #1. > When I try to print a test page the printer makes a normal noise like it > is trying to get paper but it does not print. Just stops. > If I try to print a file nothing happens. > As far as I know the printer knows Postcript but in CUPS I could only > choose "RAW" when it asked about the driver. > > What should I do? Do you have ghostscript properly installed and configured? From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 10:15:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BAE216A420 for ; Sat, 25 Feb 2006 10:15:03 +0000 (GMT) (envelope-from leon@trusc.net) Received: from cluster1.trusc.net (clgw.trusc.net [196.25.95.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B7643D45 for ; Sat, 25 Feb 2006 10:15:01 +0000 (GMT) (envelope-from leon@trusc.net) Received: from [192.168.255.25] (helo=[192.168.255.25]) by cluster1.trusc.net (Exim 4.51 0 (FreeBSD 5.3)) protocol: esmtp id 1FCwRo-000NNv-1Q for ; Sat, 25 Feb 2006 12:14:49 +0200 Message-ID: <44002E1B.7040201@trusc.net> Date: Sat, 25 Feb 2006 12:14:51 +0200 From: Leon Botes Organization: TruscTechnologies User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) Subject: pf binat problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: leon@trusc.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 10:15:03 -0000 # network diagram # __________ # | | --- # | | # ---| freebsd | --- # | pf | # ---| firewall | ---- # | | # (internal nets) |__________| (external nets) Default Gateway is . When a connection arrives on one of the dsl_if's it is redirected to the correct port on the dms_srv, traced via tcpdump. The dmz_srv responds but tries to send its reply out the default gateway instead of via the interface the connection arrived on. The dmz server is actually a LVS cluster masqueraded. All connections coming in via the dig_if get redirected and work fine. How can i tell pf to return connections out the same interface they arrived on and not use the default route out dig_if? dsl1_if = "rl3" dsl1_rt = "172.16.3.1" dsl1_ip = "172.16.3.2" dsl2_if = "rl1" dsl2_rt = "172.16.4.1" dsl2_ip = "172.16.4.2" dmz_if = "rl0" dmz_srv = "172.16.2.4" dmz_if_ip = "172.16.2.3" pri_if = "rl2" pri_ip = "192.168.254.1" binat on $dig_if from $dmz_srv to any -> $dig_ip binat on $dsl1_if from $dmz_srv to any -> $dsl1_ip binat on $dsl2_if from $dmz_srv to any -> $dsl2_ip nat on $dig_if from to any -> $dig_ip nat on $dsl1_if from to any -> $dsl1_ip nat on $dsl2_if from to any -> $dsl2_ip rdr on $dsl1_if inet proto tcp from any to $dsl1_ip port { 25, 80, 110 } -> $dmz_srv rdr on $dsl2_if inet proto tcp from any to $dsl2_ip port { 25, 80, 110 } -> $dmz_srv Thanks Leon From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 10:35:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C00E816A420 for ; Sat, 25 Feb 2006 10:35:02 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8C3E43D67 for ; Sat, 25 Feb 2006 10:34:53 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 5068 invoked by uid 510); 25 Feb 2006 10:37:42 +0000 Received: from 192.168.0.108 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.88/1261. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(192.168.0.108):SA:0(-3.1/5.0):. Processed in 2.22661 secs); 25 Feb 2006 10:37:42 -0000 X-Spam-Status: No, hits=-3.1 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(192.168.0.108):SA:0(-3.1/5.0):. Processed in 2.22661 secs Process 5061) Received: from usr002 (HELO ?192.168.123.115?) (bsd@bathnetworks.com@192.168.0.108) by lmail.bathnetworks.co.uk with SMTP; 25 Feb 2006 10:37:40 +0000 From: robert To: Alin Tuhut In-Reply-To: <44003164.5060204@gmail.com> References: <44002203.50905@gmail.com> <1140862089.9138.4.camel@localhost.localdomain> <44003164.5060204@gmail.com> Content-Type: text/plain Date: Sat, 25 Feb 2006 10:34:46 +0000 Message-Id: <1140863686.10348.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit Cc: Free BSD Subject: Re: Install USB Printer on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 10:35:02 -0000 On Sat, 2006-02-25 at 12:28 +0200, Alin Tuhut wrote: > > > robert wrote: > > On Sat, 2006-02-25 at 11:23 +0200, Alin Tuhut wrote: > > > > > Hello, > > > > > > I am trying with no luck setting up a an USB Xerox Phaser 3116 printer > > > on FreeBSD 6.0 > > > I have installed and enabled CUPS and from the CUPS web admin area I > > > have added the printer as USB Printer #1. > > > When I try to print a test page the printer makes a normal noise like it > > > is trying to get paper but it does not print. Just stops. > > > If I try to print a file nothing happens. > > > As far as I know the printer knows Postcript but in CUPS I could only > > > choose "RAW" when it asked about the driver. > > > > > > What should I do? > > > > > > Thanks. > > > > > > P.S. I'm sorry, I sent this without a subject in previous email. > > > > > > > Have you tried googling for this? > > > > A 10 second search found that it uses the same drivers as the Samsung > > ML1210 (probably re badged Xerox) which is listed on the linux printing > > site. > > > > > I have searched on google for various terms but have not found that. I > probably searched using other keywords. > Ok, so if I find the Samsung driver, can this be added and selected > from CUPS? > > Rob Alin Try http://www.linuxprinting.org/ it should give you all the info you need. Rob From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 11:20:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B923A16A420 for ; Sat, 25 Feb 2006 11:20:34 +0000 (GMT) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE9D43D49 for ; Sat, 25 Feb 2006 11:20:32 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 93676 invoked by uid 1008); 25 Feb 2006 11:21:12 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 25 Feb 2006 11:21:12 -0000 Received: from 24.90.33.115 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Sat, 25 Feb 2006 06:21:12 -0500 (EST) Message-ID: <53583.24.90.33.115.1140866472.squirrel@mail.el.net> Date: Sat, 25 Feb 2006 06:21:12 -0500 (EST) From: "kalin mintchev" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal References: In-Reply-To: Subject: winmodem driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalin@el.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 11:20:34 -0000 hi all... is there a win modem driver in 6.0 that can be used with the build-in modem on ibm thinkpads? thanks... From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 11:29:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD60B16A422 for ; Sat, 25 Feb 2006 11:29:22 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD49943D46 for ; Sat, 25 Feb 2006 11:29:21 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 5599 invoked by uid 510); 25 Feb 2006 11:32:14 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.88/1261. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-3.4/5.0):. Processed in 0.899063 secs); 25 Feb 2006 11:32:14 -0000 X-Spam-Status: No, hits=-3.4 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-3.4/5.0):. Processed in 0.899063 secs Process 5592) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 25 Feb 2006 11:32:13 +0000 From: Robert Slade To: kalin@el.net In-Reply-To: <53583.24.90.33.115.1140866472.squirrel@mail.el.net> References: <53583.24.90.33.115.1140866472.squirrel@mail.el.net> Content-Type: text/plain Message-Id: <1140867132.5440.1.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sat, 25 Feb 2006 11:32:13 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: winmodem driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 11:29:23 -0000 On Sat, 2006-02-25 at 11:21, kalin mintchev wrote: > hi all... > > is there a win modem driver in 6.0 that can be used with the build-in > modem on ibm thinkpads? > > thanks... Kalin, Probably not as the Win bit normally stands for windows.. Have you looked in the supported HW list: http://www.freebsd.org/releases/6.0R/hardware-i386.html Rob From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 11:38:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDB5016A420 for ; Sat, 25 Feb 2006 11:38:41 +0000 (GMT) (envelope-from daeg@houston.rr.com) Received: from ms-smtp-03-eri0.texas.rr.com (ms-smtp-03.texas.rr.com [24.93.47.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79F9543D46 for ; Sat, 25 Feb 2006 11:38:40 +0000 (GMT) (envelope-from daeg@houston.rr.com) Received: from cpe-24-167-68-6.houston.res.rr.com (cpe-24-167-68-6.houston.res.rr.com [24.167.68.6]) by ms-smtp-03-eri0.texas.rr.com (8.13.4/8.13.4) with ESMTP id k1PBcbiv027570 for ; Sat, 25 Feb 2006 05:38:40 -0600 (CST) From: David J Brooks Organization: KC5WNK To: freebsd-questions@freebsd.org Date: Sat, 25 Feb 2006 05:38:12 -0600 User-Agent: KMail/1.9.1 References: <53583.24.90.33.115.1140866472.squirrel@mail.el.net> In-Reply-To: <53583.24.90.33.115.1140866472.squirrel@mail.el.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602250538.12867.daeg@houston.rr.com> X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: winmodem driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 11:38:42 -0000 On Saturday 25 February 2006 05:21, kalin mintchev wrote: > hi all... > > is there a win modem driver in 6.0 that can be used with the build-in > modem on ibm thinkpads? Have you tried /usr/ports/comms/mwavem ? From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 11:40:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09B0916A420 for ; Sat, 25 Feb 2006 11:40:31 +0000 (GMT) (envelope-from rachu_sm@yahoo.com) Received: from web34401.mail.mud.yahoo.com (web34401.mail.mud.yahoo.com [66.163.178.150]) by mx1.FreeBSD.org (Postfix) with SMTP id 8D69D43D53 for ; Sat, 25 Feb 2006 11:40:30 +0000 (GMT) (envelope-from rachu_sm@yahoo.com) Received: (qmail 92479 invoked by uid 60001); 25 Feb 2006 11:40:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=SM41tErpc8yHpRH+QEUmynzXYZYSy6xJVgbAz18n0ooIr2eLTi4epb+hcXEeCZzowi1ZcWI6jKqbvjSvEpFDKncXSa8RkZx/kQYfITiN5nUWHgZj6sN2vsQVomvU74TfbIwixyXgp9Da+sDWEaxRyshpG0Wan06euweeBovX/EI= ; Message-ID: <20060225114030.92477.qmail@web34401.mail.mud.yahoo.com> Received: from [61.17.14.70] by web34401.mail.mud.yahoo.com via HTTP; Sat, 25 Feb 2006 03:40:30 PST Date: Sat, 25 Feb 2006 03:40:30 -0800 (PST) From: rachana maniyar To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: queries providing write support to ufs2 in linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 11:40:31 -0000 hello, Currently I am trying to give write support to the UFS2 file system in linux 2.6.10 which is a native file system for FreeBSD operating system.Right now the UFS2 has just read-only support in linux. The current status is that i have been able to create the directories successfully in linux partition with UFS2 mounted on it without the freebsd partition getting corrupted. So whenever i try to open a file or write sm data into it,the process terminates out giving segmentation fault n this fault is sm divide by 0 error. I have been able to trace out this error also,where does it come from.its the following macro which uses s_spc which has 0 value right at the time of file system getting registered.n hence the divide by 0 error occurs. /* linux-2.6.10/include/linux/ufs_fs.h */ #define ufs_cbtocylno(bno) \ 266 ((bno) * uspi->s_nspf / uspi->s_spc) so here the uspi->s_spc which is sectors per cylinder has value zero.. Also one thing i noticed while tracing down all the parameters of the superblock and cylinder group is that most of them have zero values assigned right from the start when the file system is mounted on linux. so wht can be done in regards to this problem?? n the other thing it that while opening a file or writing data into a file wht care is to be taken or wht is the procedure?? Well i would also like to know wht is the exact disk layout of the UFS2 file system..?? if anyone can give answers to the above questions ,it will be really helpful for me.. thanking you in advance.. Rachana. -- The only thing Constant is Change !!! So try to be constant :-) \n\n",0] ); D(["ce"]); //--> --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 12:23:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 680FB16A422 for ; Sat, 25 Feb 2006 12:23:14 +0000 (GMT) (envelope-from ken@allenmyland.com) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 914EB43D45 for ; Sat, 25 Feb 2006 12:23:13 +0000 (GMT) (envelope-from ken@allenmyland.com) Received: from bserver.transpack.com ([68.80.195.248]) by comcast.net (rwcrmhc11) with ESMTP id <20060225122312m11009r6rme>; Sat, 25 Feb 2006 12:23:12 +0000 Received: from localhost (localhost.transpack.com [127.0.0.1]) by bserver.transpack.com (Postfix) with ESMTP id B9BFFB843; Sat, 25 Feb 2006 07:23:11 -0500 (EST) Received: from bserver.transpack.com ([127.0.0.1]) by localhost (bserver.transpack.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 38789-01; Sat, 25 Feb 2006 07:23:07 -0500 (EST) Received: from [192.168.214.102] (kbuilt.transpack.com [192.168.214.102]) by bserver.transpack.com (Postfix) with ESMTP id 17C1BB842; Sat, 25 Feb 2006 07:23:05 -0500 (EST) Message-ID: <44004C21.9010300@allenmyland.com> Date: Sat, 25 Feb 2006 07:22:57 -0500 From: Ken Stevenson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Gargi Bodke References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at transpack.com Cc: freebsd-questions@freebsd.org Subject: Re: Ping timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 12:23:14 -0000 Gargi Bodke wrote: > Hi > I am new to this list and new to freebsd also. I have a Freebsd server > set up with apache and qmail on it, with an ADSL connection to the > internet. Most of the time the server works fine but it is not available > early mornings and weekends. The machine is physically at my workplace and > has a static IP mapped to it by a Service provider. When I say not available > I am unable to ping it from home and a tracert also fails. When it started > happening I went to my work place to see if the server was down, But it has > always been up and running. Also even if the server is not rebooted the > machine becomes accessible after some time. Thinking it to be a network > problem I have complained to the ISP but they are unable to provide any > solution. > > Is it possible that a freebsd machine sleeps after being idle for some time? > Early mornings and weekends is the time when no one is in office that's why > am asking. Sorry if this sounds stupid but I ab unable to figure out the > cause so though I should give it a try on this list. > > I bet that your initial diagnosis is correct: your Internet connection at work is going down periodically. You need to try to get to work early or on the weekend when the problem is happening, and ideally have somebody at home or wherever you're doing the tracert from. It could also be a DNS problem. When you ping your server, are you pinging it by name or by IP address? Also, do you manage the firewall that your server sits behind? It sounds like the firewall may be programmed to block traffic during non-work hours. -- Ken Stevenson Allen-Myland Inc. From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 12:30:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA86916A420 for ; Sat, 25 Feb 2006 12:30:08 +0000 (GMT) (envelope-from news@jeremina.homeunix.net) Received: from jeremina.homeunix.net (jeremino.xs4all.nl [80.126.224.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F0543D45 for ; Sat, 25 Feb 2006 12:30:08 +0000 (GMT) (envelope-from news@jeremina.homeunix.net) Received: from news by jeremina.homeunix.net with local (Exim 4.42) id 1FCyKr-00018P-F2 for freebsd-questions@freebsd.org; Sat, 25 Feb 2006 13:15:41 +0100 From: Kees Plonsz X-Newsgroups: list.fbsd.questions Date: Sat, 25 Feb 2006 12:15:41 +0000 (UTC) Organization: Chaotic Lines: 7 Message-ID: X-Complaints-To: usenet@jeremina.homeunix.net User-Agent: slrn/0.9.8.1 (FreeBSD) To: freebsd-questions@freebsd.org Sender: News Subsystem Subject: Mailinglist via news-server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 12:30:08 -0000 This mailinglist is also accessible through: news://jeremina.homeunix.net/list.fbsd.questions reading and writing From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 12:40:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 245FB16A420; Sat, 25 Feb 2006 12:40:55 +0000 (GMT) (envelope-from Lx.Ham@rasaneh.net) Received: from cm62084.red.mundo-r.com (cm62084.red.mundo-r.com [213.60.62.84]) by mx1.FreeBSD.org (Postfix) with SMTP id 935D943D45; Sat, 25 Feb 2006 12:40:49 +0000 (GMT) (envelope-from Lx.Ham@rasaneh.net) Received: from brazilian (unknown [213.60.62.84]) by MXYWD (KMNSys) with ESMTP id 7FCF8657513 for ; Sat, 25 Feb 2006 06:40:48 -0600 Date: Sat, 25 Feb 2006 06:40:48 -0600 From: "Ramon Echols" To: freebsd-alpha@freebsd.org Content-return: allowed X-mailer: Foxmail 5.0 [en] X-Authentication-Warning: localhost.localdomain: apache set sender to Lx.Ham@rasaneh.net using -f X-Virus-Scanned: amavisd-new at ratheous.net Mime-Version: 1.0 Content-Type: multipart/related; boundary="=====002_Dragon967806153057_====="; type="multipart/alternative" Message-Id: <44406462137557.Oomz99uF4t@mutiny> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-bugs@freebsd.org, freebsd-questions@freebsd.org Subject: increase semon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 12:40:55 -0000 This is a multi-part message in MIME format. --=====002_Dragon967806153057_===== Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit --=====002_Dragon967806153057_=====-- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 13:04:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CD9416A420 for ; Sat, 25 Feb 2006 13:04:03 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF4643D49 for ; Sat, 25 Feb 2006 13:04:00 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060225130359.SZBA13051.mta10.adelphia.net@barbish>; Sat, 25 Feb 2006 08:03:59 -0500 From: "fbsd_user" To: , Date: Sat, 25 Feb 2006 08:03:54 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <53583.24.90.33.115.1140866472.squirrel@mail.el.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: winmodem driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 13:04:03 -0000 Modems are manufactured for two target markets, MS/Windows and every thing else. Winmodems are cheep because the hardware controller function is handled by the software you have to install into windows. This hardware controller function is contained in a chip on the modem circuit board. Winmodems are missing this chip and have a replacement chip that directs the modem to use driver software running in the windows system to perform the controller function. The most common replacement chip is manufactured by Lucent. There are many versions of this Lucent chip each version needing a different software driver version. Up until version 4.4, FBSD did not have any solution to using Winmodems, but with the release of 4.4 the ports collection contains the "Linux Winmodem 'ltmdm' driver" which was ported to FBSD. This port is very poorly documented, only works with a limited number of Lucent chip version. From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of kalin mintchev Sent: Saturday, February 25, 2006 6:21 AM To: freebsd-questions@freebsd.org Subject: winmodem driver hi all... is there a win modem driver in 6.0 that can be used with the build-in modem on ibm thinkpads? thanks... From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 13:12:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD4F16A420 for ; Sat, 25 Feb 2006 13:12:11 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id F015B43D45 for ; Sat, 25 Feb 2006 13:12:10 +0000 (GMT) (envelope-from dick@nagual.st) Received: from arwen.nagual.st (arwen.nagual.st [192.168.11.29]) by nagual.st with esmtp; Sat, 25 Feb 2006 14:12:09 +0100 id 0003980C.440057A9.000062AD Date: Sat, 25 Feb 2006 14:12:09 +0100 From: dick hoogendijk To: fbsdq Message-Id: <20060225141209.a40781dd.dick@nagual.st> Organization: de nagual X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: wireless question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 13:12:11 -0000 Up 'till now all my (home) netwrok computers are cabled. My FreeBSD-6.1PR is hidden in the closet (I want no noise!) The problem is my new notebook -- it's wireless. so now I have to learn how to deal with this. I don't want my server leaving the closet (too much noise). Can someone give me some reading pointers on how to tackle this problem? I.e.: is it possible to connect an wireless access point to my router? Or is it better to change the router into a wireless router (can signals go through wooden doors?. It's all very confusing and I'm willing to learn! ;-) -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 ++ The Power to Serve From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 13:21:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE2F316A420 for ; Sat, 25 Feb 2006 13:21:43 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF7143D45 for ; Sat, 25 Feb 2006 13:21:43 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060225132142.TWHC13051.mta10.adelphia.net@barbish>; Sat, 25 Feb 2006 08:21:42 -0500 From: "fbsd_user" To: "Ben House" , Date: Sat, 25 Feb 2006 08:21:41 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Asus P5MT-M and FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 13:21:44 -0000 Sounds like a bug to me. Submit a problem report on it. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Ben House Sent: Saturday, February 18, 2006 2:13 AM To: freebsd-questions@freebsd.org Subject: Asus P5MT-M and FreeBSD 6.0 I am attempting to install 6.0 Stable on an Asus P5MT-M motherboard (Intel ICH7R), which contains onboard SATA RAID bios (LSI MegaRAID). Standard sysinstall in call cases. I am noticing several inconsistencies: 1) When SATA is in Enhanced mode, no drives are detected. 5.4 detects both drives just fine 2) When SATA is in RAID mode, no drives are detected, 5.4 yields the same results. 3) When SATA is in Compatible mode, *one* drive is detected, AND a raid volume is also detected (but in degraded status). 5.4 detects these just fine. Ideally, installing 6.0 (or even 5.4) using the RAID function would be preferred. Any suggestions? Ben House Unified Network Services Inc. (519)624-9405 Ext. 33 bhouse@unifiednetworkservices.ca _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 13:31:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B7316A420 for ; Sat, 25 Feb 2006 13:31:23 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D26143D46 for ; Sat, 25 Feb 2006 13:31:23 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060225133122.JLJS17101.mta11.adelphia.net@barbish>; Sat, 25 Feb 2006 08:31:22 -0500 From: "fbsd_user" To: "ptitoliv" , "Mathieu CHATEAU" , Date: Sat, 25 Feb 2006 08:31:21 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <43F8B0D9.3000905@frenchsuballiance.cjb.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 13:31:24 -0000 Your testing is way to general to make the blanket statement that something is wrong with FreeBSD. You say you did a transfer between boxes but give no details how you did it or what operating system is on the sending and receiving boxes. Did you use FTP or ssh? Ssh has know buffer size problems between un-like operating system a each end that cause massive slowness. Check the list archives for the last 5 days for subject "High Performance SSH/SCP - HPN-SSH" to get the thread. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of ptitoliv Sent: Sunday, February 19, 2006 12:55 PM To: Mathieu CHATEAU; freebsd-questions@freebsd.org Subject: Re: Bandwidth Problems with Freebsd 5.x Mathieu CHATEAU a écrit : >try this: >ping -c 1000 -s 1500 IP_TO_PING > >wait for the 1000 ping to go trough. You should not have more than >0,5% of loss (is the servers aren't overload). If it's more or equal >than 0,5%, it comes from the network (cables or switches fault). >Each host would be in 100 full (via autoselect to be sure the conf is >ok on the switch). > I made the tests on the two boxes => 0 % packet loss. I man an other interesting test. I try to transfert between the BSD Box and a server located at home behind my 1MB/s ADSL Line. Here are the results : FreeBSD box => Workstation at home : 300 kB/s Debian box on the same network => Workstation at home : 950 kB/s. This test confirms cleraly that there is a problem with the BSD, I guess. Could it be a bug from the VR driver ? Regards, Ptitoliv _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 14:16:24 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E6816A422; Sat, 25 Feb 2006 14:16:24 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DDC543D45; Sat, 25 Feb 2006 14:16:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (dialup136.ach.sch.gr [81.186.70.136]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1PEG392008547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 25 Feb 2006 16:16:06 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1PEFfAN001548; Sat, 25 Feb 2006 16:15:41 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1PEFffW001547; Sat, 25 Feb 2006 16:15:41 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 25 Feb 2006 16:15:41 +0200 From: Giorgos Keramidas To: "Greg 'groggy' Lehey" Message-ID: <20060225141541.GB1466@flame.pc> References: <20060224010027.GF65002@wantadilla.lemis.com> <20060224062029.GJ49368@wantadilla.lemis.com> <20060224121059.GC1411@flame.pc> <20060225012146.GO49368@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060225012146.GO49368@wantadilla.lemis.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.392, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-doc@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 14:16:24 -0000 On 2006-02-25 11:51, Greg 'groggy' Lehey wrote: >On Friday, 24 February 2006 at 14:10:59 +0200, Giorgos Keramidas wrote: >> On 2006-02-24 16:50, Greg 'groggy' Lehey wrote: >>> That's probably a good idea. Can somebody from the doc project >>> comment? >> >> Yes. I would very much like to see this published online at least as >> part of our "publish.html" page. >> >> Greg, >> >> if I have your approval, the following patch is the least I can to thank >> you for all the work you've put into the book all these years, and for >> releasing it now: > > You, too, are welcome :-) > >> --- publish.sgml 4 Oct 2005 21:58:59 -0000 1.66 >> +++ publish.sgml 24 Feb 2006 12:07:48 -0000 >> @@ -188,13 +188,21 @@ >>
>>
book cover >> >> - The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2. >> +

The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2. > > Well, the current version is the 4th edition, and it covers FreeBSD > 5.0. It also doesn't have CDs. I think we may have to add a new entry to the book list then. I'll look into getting this done. From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 14:27:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6959E16A420 for ; Sat, 25 Feb 2006 14:27:19 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay05.ispgateway.de (smtprelay05.ispgateway.de [80.67.18.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AFDC43D45 for ; Sat, 25 Feb 2006 14:27:18 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 29689 invoked from network); 25 Feb 2006 14:27:16 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.146.121]) (envelope-sender ) by smtprelay05.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 25 Feb 2006 14:27:16 -0000 Date: Sat, 25 Feb 2006 15:27:22 +0100 From: Fabian Keil To: dick hoogendijk Message-ID: <20060225152722.36396a1a@localhost> In-Reply-To: <20060225141209.a40781dd.dick@nagual.st> References: <20060225141209.a40781dd.dick@nagual.st> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.6; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/JFlxOGdk/uURFFKv6wVr8F"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: fbsdq Subject: Re: wireless question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 14:27:19 -0000 --Sig_/JFlxOGdk/uURFFKv6wVr8F Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable dick hoogendijk wrote: > Up 'till now all my (home) netwrok computers are cabled. > My FreeBSD-6.1PR is hidden in the closet (I want no noise!) >=20 > The problem is my new notebook -- it's wireless. so now I have to > learn how to deal with this. >=20 > I don't want my server leaving the closet (too much noise). > Can someone give me some reading pointers on how to tackle this > problem? man ifconfig man ath man if_bridge =20 > I.e.: is it possible to connect an wireless access point to my router? It's possible and probably the easiest solution, but neither the cheapest nor the best. > Or is it better to change the router into a wireless router (can > signals go through wooden doors?. It's all very confusing and I'm > willing to learn! ;-) If you already have a FreeBSD-based router, just add a wlan nic which has hostap support. You will pay less and get a far more powerful system. Wooden doors shouldn't be a problem, but you'll have to see for yourself. Fabian --=20 http://www.fabiankeil.de/ --Sig_/JFlxOGdk/uURFFKv6wVr8F Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEAGlRjV8GA4rMKUQRAoopAKCc/GwfZoxt5DXwxRq4owFAPU3HcQCgjHOT qg3DPzCPpsLUgnlpARuacZ8= =q03H -----END PGP SIGNATURE----- --Sig_/JFlxOGdk/uURFFKv6wVr8F-- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 14:28:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E0416A420 for ; Sat, 25 Feb 2006 14:28:03 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: from smtp111.sbc.mail.re2.yahoo.com (smtp111.sbc.mail.re2.yahoo.com [68.142.229.94]) by mx1.FreeBSD.org (Postfix) with SMTP id E986843D66 for ; Sat, 25 Feb 2006 14:28:01 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 46879 invoked from network); 25 Feb 2006 14:28:01 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@69.211.89.144 with plain) by smtp111.sbc.mail.re2.yahoo.com with SMTP; 25 Feb 2006 14:28:01 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Sat, 25 Feb 2006 08:27:48 -0600 User-Agent: KMail/1.9.1 References: <43F73267.6010807@frenchsuballiance.cjb.net> <55717469.20060219114349@free.fr> <43F8B0D9.3000905@frenchsuballiance.cjb.net> In-Reply-To: <43F8B0D9.3000905@frenchsuballiance.cjb.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200602250827.49061.donaldjoneill@gmail.com> Cc: ptitoliv , Mathieu CHATEAU Subject: Re: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 14:28:03 -0000 On Sunday 19 February 2006 11:54, ptitoliv wrote: > Mathieu CHATEAU a =E9crit : > >try this: > >ping -c 1000 -s 1500 IP_TO_PING > > > >wait for the 1000 ping to go trough. You should not have more than > >0,5% of loss (is the servers aren't overload). If it's more or equal > >than 0,5%, it comes from the network (cables or switches fault). > >Each host would be in 100 full (via autoselect to be sure the conf > > is ok on the switch). > > I made the tests on the two boxes =3D> 0 % packet loss. > > I man an other interesting test. I try to transfert between the BSD > Box and a server located at home behind my 1MB/s ADSL Line. Here are > the results : > > FreeBSD box =3D> Workstation at home : 300 kB/s > Debian box on the same network =3D> Workstation at home : 950 kB/s. > > This test confirms cleraly that there is a problem with the BSD, I > guess. > > Could it be a bug from the VR driver ? > > Regards, > Ptitoliv > _______________________________________________ Not hardly. I'll bet that 950kB/s for the Debian box was the peak=20 download speed and it didn't maintain it through the entire download.=20 Don From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 14:28:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 144A116A422; Sat, 25 Feb 2006 14:28:33 +0000 (GMT) (envelope-from ivan.roth@free.fr) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id A929843D66; Sat, 25 Feb 2006 14:28:27 +0000 (GMT) (envelope-from ivan.roth@free.fr) Received: from imptest-g19.free.fr (imptest-g19.free.fr [212.27.42.37]) by smtp4-g19.free.fr (Postfix) with ESMTP id BDC1D4F537; Sat, 25 Feb 2006 15:28:26 +0100 (CET) Received: by imptest-g19.free.fr (Postfix, from userid 33) id 0356FCBD4; Sat, 25 Feb 2006 15:28:33 +0100 (MET) Received: from 83.214.79.0 ([83.214.79.0]) by imp4.free.fr (Horde) with HTTP for ; Sat, 25 Feb 2006 15:28:33 +0100 Message-ID: <20060225152833.vfn72kac0cko4s4c@imp4.free.fr> Date: Sat, 25 Feb 2006 15:28:33 +0100 From: ivan.roth@free.fr To: Greg 'groggy' Lehey MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.2) Cc: freebsd-questions@freebsd.org Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 14:28:33 -0000 Greg 'groggy' Lehey wrote: > Ten years ago today, on 24 February 1996, I submitted for publication > the final version of the first ever book on FreeBSD, "Installing and > Using FreeBSD". It was later renamed to "The Complete FreeBSD". > > I have always retained full rights to the book, and for today I've > decided to release it for download under the Creative Commons > license. See more at http://www.lemis.com/grog/Documentation/CFBSD/. > > Greg > -- > Finger grog@FreeBSD.org for PGP public key. > See complete headers for address and phone numbers. Of course, the only thing I can do is to follow the community by sending you a big thank! Well, the only thing I could regret now is having bought it one month ago and not started to read it... :) Hope it is as great as people say! :) Sincerly, thank you very much. -- Ivan From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 14:46:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 830C316A420 for ; Sat, 25 Feb 2006 14:46:27 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06C4F43D46 for ; Sat, 25 Feb 2006 14:46:26 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 20687 invoked from network); 25 Feb 2006 14:46:26 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Feb 2006 14:46:26 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2B3DB28425; Sat, 25 Feb 2006 09:46:25 -0500 (EST) Sender: lowell@be-well.ilk.org To: Peter de Rooij References: <43FAED16.4060000@derooij.org> <447j7kesu5.fsf@be-well.ilk.org> <141fde50602240851q6a8d09edh@mail.gmail.com> From: Lowell Gilbert Date: 25 Feb 2006 09:46:25 -0500 In-Reply-To: <141fde50602240851q6a8d09edh@mail.gmail.com> Message-ID: <44lkvz339a.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: no usb detection during load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 14:46:27 -0000 "Peter de Rooij" writes: > More symptoms: > - the detection of the usb drive after adding to fstab was a fluke. > The next few boots it was missing again... > - I have seen the usb mouse and printer appear at boot twice now; each > time after changing boot parameters (boot verbose, boot with ACPI). > The usb key appear every time(?) > - when the usb mouse is not found there is a 30sec delay after > detecting the keyboard and before the message about failure to > allocate an IRQ for psm0 (no surprise, there's nothing there.) Hmm. Definitely try to use ACPI if you can... From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 14:47:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D8416A420 for ; Sat, 25 Feb 2006 14:47:26 +0000 (GMT) (envelope-from gargibodke@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABFDD43D5E for ; Sat, 25 Feb 2006 14:47:23 +0000 (GMT) (envelope-from gargibodke@gmail.com) Received: by zproxy.gmail.com with SMTP id i11so538496nzh for ; Sat, 25 Feb 2006 06:47:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Kx9oq9Rzs2GhQEBLg9xH+dOxzfWKRsforMyJ9hrEOVoji24me7OBIfa9qUyV/RTv4whWD+rpDl1pkmKE6+4u4NwRSESQpXxoD9KaW/Hm8aHHHBHDdYV9vGqx+SAyR6y0mPFEjrAX3fjSq0BEXsmdRUvQFAxmK1AMP1ukx2M3f+0= Received: by 10.65.239.3 with SMTP id q3mr1651906qbr; Sat, 25 Feb 2006 06:47:22 -0800 (PST) Received: by 10.65.239.2 with HTTP; Sat, 25 Feb 2006 06:47:22 -0800 (PST) Message-ID: Date: Sat, 25 Feb 2006 20:17:22 +0530 From: "Gargi Bodke" To: "Ken Stevenson" In-Reply-To: <44004C21.9010300@allenmyland.com> MIME-Version: 1.0 References: <44004C21.9010300@allenmyland.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Ping timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 14:47:26 -0000 I ping the IP. DNS is fine. I use the same ISP as the server. So when it works the server is 2 hops away. Will check out on Freebsd firewalls. On 2/25/06, Ken Stevenson wrote: > > Gargi Bodke wrote: > > Hi > > I am new to this list and new to freebsd also. I have a Freebsd > server > > set up with apache and qmail on it, with an ADSL connection to the > > internet. Most of the time the server works fine but it is not > available > > early mornings and weekends. The machine is physically at my workplace > and > > has a static IP mapped to it by a Service provider. When I say not > available > > I am unable to ping it from home and a tracert also fails. When it > started > > happening I went to my work place to see if the server was down, But it > has > > always been up and running. Also even if the server is not rebooted th= e > > machine becomes accessible after some time. Thinking it to be a network > > problem I have complained to the ISP but they are unable to provide any > > solution. > > > > Is it possible that a freebsd machine sleeps after being idle for some > time? > > Early mornings and weekends is the time when no one is in office that's > why > > am asking. Sorry if this sounds stupid but I ab unable to figure out th= e > > cause so though I should give it a try on this list. > > > > > I bet that your initial diagnosis is correct: your Internet connection > at work is going down periodically. You need to try to get to work > early or on the weekend when the problem is happening, and ideally > have somebody at home or wherever you're doing the tracert from. > > It could also be a DNS problem. When you ping your server, are you > pinging it by name or by IP address? > > Also, do you manage the firewall that your server sits behind? It > sounds like the firewall may be programmed to block traffic during > non-work hours. > > -- > Ken Stevenson > Allen-Myland Inc. > From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 14:53:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED36316A420 for ; Sat, 25 Feb 2006 14:53:16 +0000 (GMT) (envelope-from awebster@connectalk.com) Received: from esafe.connectalk.com (esafe.connectalk.com [204.19.165.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B73543D58 for ; Sat, 25 Feb 2006 14:53:16 +0000 (GMT) (envelope-from awebster@connectalk.com) Received: from connectalk.com ([10.125.204.14]) by eSafe SMTP Relay 1140618374; Sat Feb 25 09:53:23 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Sat, 25 Feb 2006 09:53:14 -0500 Message-ID: <9D61D69E3C1F7F459C5513AD830EE2192BC30F@mtlex01.connectalk.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: setting up french keyboard thread-index: AcY5V75aojylv+HwRtuzMDN42gU8nQAwzzPA From: "Webster, Andrew" To: "Peter" , "freebsd-questions" X-ESAFE-STATUS: Mail clean X-ESAFE-DETAILS: Clean Cc: Subject: RE: setting up french keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 14:53:17 -0000 > -----Original Message----- > From: Peter [mailto:petermatulis@yahoo.ca] > Sent: Friday, February 24, 2006 10:34 > To: Webster, Andrew; freebsd-questions > Subject: RE: setting up french keyboard >=20 >=20 > --- "Webster, Andrew" wrote: >=20 > > > -----Original Message----- > > > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > > > questions@freebsd.org] On Behalf Of Peter > > > Sent: Thursday, February 23, 2006 22:19 > > > To: freebsd-questions > > > Subject: setting up french keyboard > > > > > > Hi. Does anyone know how I can set up my 5.4 system to output French > > > characters? If so, how? > > > > You can set the LANG environment variable. For example setting it to > > fr_CA.ISO8859-1 will produce French Canadian error messages with > > ISO8859-1 characters. > > You can see all the available locales with 'locale -a' command. > > You might need to change the screen fonts for other languages, but the > > default ISO8859-1 set works fine. > > Only programs that are locale aware will actually output French, others > > will continue to output English. >=20 > Well I changed the LANG variable and my keyboard still outputs English. > Ideally I would like to toggle between an English keyboard and a French > one. I got one suggestion to use the kbdcontrol command but that too does > has no effect. Although when I tried the equivalent method of setting it > up in /etc/rc.conf via the keymap variable and rebooted, the console > (before startx) was affected (the key bindings were still wrong) but when > I entered X-windows I was back to where I started. >=20 Try this when X is running: setxkbmap -model pc104 -layout ca -variant basic > -- > Peter >=20 >=20 >=20 >=20 >=20 >=20 > __________________________________________________________ > Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 14:54:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FA7016A420 for ; Sat, 25 Feb 2006 14:54:05 +0000 (GMT) (envelope-from nelsoncarnauba@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7129043D6B for ; Sat, 25 Feb 2006 14:54:04 +0000 (GMT) (envelope-from nelsoncarnauba@gmail.com) Received: by zproxy.gmail.com with SMTP id k1so601601nzf for ; Sat, 25 Feb 2006 06:54:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type; b=oo3B8MnBJB4r1pZt6HfoT/m7hPuZGYqMfUgYko/wmHxo77YIDFbQMskkMTFvP+ldeN4/5/Cijt5HV2OwCYjD78GYUKuGq+MDDPngJq+/8Qjbgz7Au4yjVLQMLC4y09Ih9eMxp5Nc9v0FZ6Plf2UfdQ/35W8dXnLwVwVS1bNlyA0= Received: by 10.65.61.10 with SMTP id o10mr4056387qbk; Sat, 25 Feb 2006 06:54:03 -0800 (PST) Received: by 10.64.142.17 with HTTP; Sat, 25 Feb 2006 06:54:03 -0800 (PST) Message-ID: <168eeddb0602250654r7fc88aces91590446a9f444b2@mail.gmail.com> Date: Sat, 25 Feb 2006 11:54:03 -0300 From: "Nelson Carnauba" Sender: nelsoncarnauba@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD and HP DV4000 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 14:54:05 -0000 Hi, Everyone, I am MSC candidate, and i have been doing a study on open source and distributed software development, and for this, i am searching for learning more about open source communities and their best practices applied in this development environment. So, i am migrating to freebsd community, but i am searching for freebsd users who uses this OS in notebook, more specially in DV4000 HP model. I would like to know if someone have used the freebsd in this notebook model or if there is some has references where i can find informations about this doubt. Best regards, -- Nelson Carna=FAba Ten=F3rio nelsoncarnauba@gmail.com "Mundo, vasto mundo, Se eu me chamasse Raimundo, Seria rima, n=E3o seria solu=E7=E3o" From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 15:46:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 970DE16A420 for ; Sat, 25 Feb 2006 15:46:13 +0000 (GMT) (envelope-from dead_line@hotmail.com) Received: from hotmail.com (bay20-f1.bay20.hotmail.com [64.4.54.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B4BA43D45 for ; Sat, 25 Feb 2006 15:46:13 +0000 (GMT) (envelope-from dead_line@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 25 Feb 2006 07:46:12 -0800 Message-ID: Received: from 62.150.203.66 by by20fd.bay20.hotmail.msn.com with HTTP; Sat, 25 Feb 2006 15:46:08 GMT X-Originating-IP: [62.150.203.66] X-Originating-Email: [dead_line@hotmail.com] X-Sender: dead_line@hotmail.com From: "The Happy" To: freebsd-questions@freebsd.org Date: Sat, 25 Feb 2006 15:46:08 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 25 Feb 2006 15:46:12.0931 (UTC) FILETIME=[9AEF4930:01C63A22] Subject: Is it hack? How to prevent! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 15:46:13 -0000 Hello everyone, I'm on freebsd 4.8R acting as a webserver and email server, I keep getting In my /var/log/messages a strange 3 type of messages, 1) mysqld[8541]: error: /etc/hosts.allow, line 212: twist option in resident process last message repeated 73 times 2) inetd[50977]: warning: /etc/hosts.allow, line 25: host name/address mismatch: 208.34.235.251 != mail.nrms.org 3) sshd[40712]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(na-163- 219.na.avantel.net.mx, AF_INET) failed (I keep getting differnt host everytime) about messages 2 and 3 i think its some hacks attempts How i can preven this type of access? unmatched IPs? what about messages number 1? what doest mean is it hack attempt? My logs are full of these messages, please help Note line 25 in /etc/hosts.allow is ALL : .temma.net : deny and has nothing to do with these logs its just the first rule in the file. Thank you in advance. Marwan _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 17:18:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FD1016A420 for ; Sat, 25 Feb 2006 17:18:37 +0000 (GMT) (envelope-from chris@i13i.com) Received: from admin.i13i.com (admin.i13i.com [208.98.1.83]) by mx1.FreeBSD.org (Postfix) with SMTP id A90F943D46 for ; Sat, 25 Feb 2006 17:18:36 +0000 (GMT) (envelope-from chris@i13i.com) Received: (qmail 30438 invoked from network); 25 Feb 2006 17:31:27 -0000 Received: from mail.i13i.com (HELO webmail.i13i.com) (208.98.15.133) by admin.i13i.com with SMTP; 25 Feb 2006 17:31:27 -0000 Received: from 212.39.168.67 (proxying for 62.92.188.12) (SquirrelMail authenticated user chris@i13i.com) by webmail.i13i.com with HTTP; Sat, 25 Feb 2006 11:31:27 -0600 (CST) Message-ID: <40301.212.39.168.67.1140888687.squirrel@webmail.i13i.com> In-Reply-To: <200602250827.49061.donaldjoneill@gmail.com> References: <43F73267.6010807@frenchsuballiance.cjb.net> <55717469.20060219114349@free.fr> <43F8B0D9.3000905@frenchsuballiance.cjb.net> <200602250827.49061.donaldjoneill@gmail.com> Date: Sat, 25 Feb 2006 11:31:27 -0600 (CST) From: chris@i13i.com To: "Donald J. O'Neill" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: ptitoliv , freebsd-questions@freebsd.org, Mathieu CHATEAU Subject: Re: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 17:18:37 -0000 If you are testing it through your home this test is irrelevant as there is a lot that could cause it to slow down if you test it from the freebsd box to another freebsd box on the same switch i bet it would be faster then the shity debian box the internet is a weird place one momment its quick another its slow try doing atraceroute on your DSL as i guarantee it's a problem with your DSL or whatever the box is connected to not the BSD box itself. > On Sunday 19 February 2006 11:54, ptitoliv wrote: >> Mathieu CHATEAU a écrit : >> >try this: >> >ping -c 1000 -s 1500 IP_TO_PING >> > >> >wait for the 1000 ping to go trough. You should not have more than >> >0,5% of loss (is the servers aren't overload). If it's more or equal >> >than 0,5%, it comes from the network (cables or switches fault). >> >Each host would be in 100 full (via autoselect to be sure the conf >> > is ok on the switch). >> >> I made the tests on the two boxes => 0 % packet loss. >> >> I man an other interesting test. I try to transfert between the BSD >> Box and a server located at home behind my 1MB/s ADSL Line. Here are >> the results : >> >> FreeBSD box => Workstation at home : 300 kB/s >> Debian box on the same network => Workstation at home : 950 kB/s. >> >> This test confirms cleraly that there is a problem with the BSD, I >> guess. >> >> Could it be a bug from the VR driver ? >> >> Regards, >> Ptitoliv >> _______________________________________________ > > Not hardly. I'll bet that 950kB/s for the Debian box was the peak > download speed and it didn't maintain it through the entire download. > > Don > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 17:37:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B879C16A420 for ; Sat, 25 Feb 2006 17:37:54 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7774D43D45 for ; Sat, 25 Feb 2006 17:37:51 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k1PHaiNT068191; Sat, 25 Feb 2006 11:37:05 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <440095A2.7030205@daleco.biz> Date: Sat, 25 Feb 2006 11:36:34 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Schoolcraft References: <20060224010027.GF65002@wantadilla.lemis.com> <20060224062029.GJ49368@wantadilla.lemis.com> <20060224121059.GC1411@flame.pc> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 10 years of "The Complete FreeBSD" (5150) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 17:37:54 -0000 Bill Schoolcraft wrote: >Greg, > >I want to thank you for you help in making FreeBSD what it is today. > >I first met Greg on a fluke and a weird one that that too. > >While working in techsupport at Linuxcare, and the only one to my >knowledge doing so running FreeBSD, I was sitting there one day and >this fellow comes in, scans the room and makes a bee-line to my work >area. I at the time was the only techsupport with my personal >library of Unix/Linux tech books. Having just left the Machinist >Union for the 'dot-com' I was alway one for self help. > >This guy, with the scraggly beard reaches over me, grabs the first >FreeBSD book written by Greg Lehey and opens it. > >At that time in San Francisco we were having alot of homeless people >getting into the office building and sometimes wandering the halls >on drugs, drunk or whatever. > >When I asked him "Hey..., can I help you?" He said, "I wrote this >book!" > >At that time I was sure he was "5150" (the penal code for being >nuts) and I was about to get up and escort him out when one of my >co-workers, knowing my background as an ex-steelworker at the San >Francisco waterfront "quickly" jumped in and introduced "Greg Lehey" >to me, I then realized it was not a joke, Greg was not a homeless >person, and I've felt honored ever since to have been a co-worker of >his, briefly sharing the same domain name in our work's email >address. > >A few weeks later Richard Stallman came through the office... I >had the exact same inkling this time but jumped up pre-emptively and >again my co-worker came to the rescue. > >I could write a book of the stuff that I've experienced, maybe call >it "From the Shipyards to Silicon Valley" or something.... > >The one thing I've learned (besides FreeBSD kicks ass) is that in >this industry you can NEVER, EVER judge a book by it's cover! > > Fine story; and demonstrates a point: something to the effect of, "Free software is *real* software, made for use by people, *real* people, by people, *real* people, who at least have the courage to care about **something** and want to make the world a better place with the skills they have." So, kudos to Grog for this move, and for his advocacy, authorship, coding, community participation ... and whatever else; I'm sure there's been lots of stuff (and also that you can probably read about lots of it in his diary). And to the rest of the hackers. It's said that "you can't get something for nothing", but, in the case of FreeBSD, we've almost proved that the saying isn't true - at least for those willing to not judge an OS by its "cover" .... Kevin Kinsey -- I never expected to see the day when girls would get sunburned in the places they do today. -- Will Rogers From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 17:58:24 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13DC916A420 for ; Sat, 25 Feb 2006 17:58:24 +0000 (GMT) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8101543D46 for ; Sat, 25 Feb 2006 17:58:23 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 59014 invoked by uid 1008); 25 Feb 2006 17:59:04 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 25 Feb 2006 17:59:04 -0000 Received: from 24.90.33.115 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Sat, 25 Feb 2006 12:59:04 -0500 (EST) Message-ID: <61952.24.90.33.115.1140890344.squirrel@mail.el.net> In-Reply-To: <200602250538.12867.daeg@houston.rr.com> References: <53583.24.90.33.115.1140866472.squirrel@mail.el.net> <200602250538.12867.daeg@houston.rr.com> Date: Sat, 25 Feb 2006 12:59:04 -0500 (EST) From: "kalin mintchev" To: "David J Brooks" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: questions@freebsd.org Subject: Re: winmodem driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalin@el.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 17:58:24 -0000 > Have you tried /usr/ports/comms/mwavem ? thanks David... i'll try it but this one is way newer - it's a t30... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 18:29:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE7EF16A420 for ; Sat, 25 Feb 2006 18:29:44 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418C143D46 for ; Sat, 25 Feb 2006 18:29:44 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060225182943.BUTN17101.mta11.adelphia.net@default.chvlva.adelphia.net>; Sat, 25 Feb 2006 13:29:43 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 69676B729; Sat, 25 Feb 2006 13:29:27 -0500 (EST) Date: Sat, 25 Feb 2006 13:29:27 -0500 From: Parv To: Chandan Haldar Message-ID: <20060225182927.GB1102@holestein.holy.cow> Mail-Followup-To: Chandan Haldar , freebsd-questions@freebsd.org References: <43F96644.3070306@gmail.com> <43F99F17.1040407@gmail.com> <43FA1C37.1070607@childeric.freeserve.co.uk> <43FC66DD.1080408@gmail.com> <44bqwwdafb.fsf@be-well.ilk.org> <44001DB9.2000503@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44001DB9.2000503@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Trading cautiously on new ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: f-q List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 18:29:44 -0000 in message <44001DB9.2000503@gmail.com>, wrote Chandan Haldar thusly... > > This led me to find out how to check out the effects of installing > a new port or new versions of installed ports (from a portsnap > fetch or cvsup download) non-destructively by extracting the new > version of a port as a non-root user in a different ports > directory ... > and by attempting to build the new port version with "make" rather > than with "make install clean". This way I have no risk of > upsetting my installed ports (installed as root) since anyway I > cannot write in /usr/local or /usr/X11R6 etc as the non-root user. > Once I see that the new port build finds all the installed > dependency ports in order and the build completes without > surprises, I rebuild it as root, deinstall the previous port > version, and install the new one Alternatively, you could change the owner of $PORTS/distfiles & $WRKDIRPREFIX to your own user id; run "make build" in the directory of desired port. If successful, run "make install" as root. That way, you would save time and unnecessary compilation. > But is there a clean command for reporting the dependencies (with > versions) of a new port or a new port version without actually > attempting to make/install/ or upgrade it? One way is by parsing 'INDEX*' (see textproc/p5-FreeBSD-Ports) which lists the dependency of ports. Other is running 'make pretty-print-run-depends-list pretty-print-build-depends-list' in a port directory[0]. Yet another method is to run "make -V RUN_DEPENDS; make -V BUILD_DEPENDS" > And may be such a command also shows the versions of these > dependencies installed on the system at the moment, so that one > can have a sneak preview of any upgrade trouble brewing? The > closest to this I see is "pkg_add -n" but it requires a built > package. You need pkg_info(1) command listed in "SEE ALSO" section of pkg_add(1) man page. Use the "-r" option to list dependencies of a installed port/package. [0] Oddly, pretty-print-run-depends-list target is listing no dependencies in print/teTex ... This port requires package(s) "" to run. ... which is just absurd as indicated by "make -V RUN_DEPENDS" ... /misc/local/share/texmf-local/ls-R:/misc/ports/print/tex-texmflocal \ /misc/local/share/texmf-dist/LICENSE.texmf:/misc/ports/print/teTeX-texmf \ latex:/misc/ports/print/teTeX-base \ dvips:/misc/ports/print/dvipsk-tetex \ xdvi:/misc/ports/print/xdvik - Parv -- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 20:23:20 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B46D616A420; Sat, 25 Feb 2006 20:23:20 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38A4F43D48; Sat, 25 Feb 2006 20:23:19 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV900J2KF9RQIC0@osl1smout1.broadpark.no>; Sat, 25 Feb 2006 21:22:39 +0100 (CET) Received: from urban.broadpark.no ([213.187.181.70]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV900LENF9PA670@osl1sminn1.broadpark.no>; Sat, 25 Feb 2006 21:22:39 +0100 (CET) Date: Sat, 25 Feb 2006 21:22:45 +0100 From: Kristian Vaaf In-reply-to: <20060224155954.GA71418@flame.pc> To: Giorgos Keramidas Message-id: <7.0.1.0.2.20060225212009.00adf980@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <20060221184738.98233.qmail@web52714.mail.yahoo.com> <7.0.1.0.2.20060224164438.0233a3b8@broadpark.no> <20060224155954.GA71418@flame.pc> Cc: bugs@freebsd.org, questions@freebsd.org, Kris Anderson Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 20:23:20 -0000 At 16:59 24.02.2006, Giorgos Keramidas wrote: >On 2006-02-24 16:45, Kristian Vaaf wrote: > >At 19:47 21.02.2006, Kris Anderson wrote: > >>--- Kristian Vaaf wrote: > >>> > >>> Hello! > >>> > >>> I don't know what's wrong. But all my makes error out. I've tried > >>> over and over again. And sent about a dozen e-mails to this list. > >>> > >>> http://www.home.no/hedhnta/result.txt > >>> > >>> When doing: > >>> > >>> cvsup -g -L 2 /etc/cvsupfile > >Kristian, you would have to show us your cvsupfile. It's possible that >you are missing some of the sources, so the source tree you download is >not exactly buildable. > > >>> And then running: > >>> > >>> cd /usr/src \ > >>> && make buildworld \ > >>> && make buildkernel KERNCONF=ARBA \ > >>> && make installkernel KERNCONF=ARBA \ > >>> && make installworld \ > >>> && mergemaster \ > >>> && make clean \ > >>> && rm -rf /usr/obj/* > >>> > >>> This is how it's done, no? > >Not quite. > > >> Sort of done like that. Looking at the FreeBSD handbook it says: > >> > >> make buildworld > >> make buildkernel KERNCONF=ARBA > >> make installkernel KERNCONF=ARBA > >> reboot > >> > >> Note: There are a few rare cases when an extra run of mergemaster -p > >> is needed before the buildworld step. These are described in > >> UPDATING. In general, though, you can safely omit this step if you > >> are not updating across one or more major FreeBSD versions. > >This is also suggested in /usr/src/UPDATING. > > > The point is I've been having this problem for so long, and none of > > the developers are willing to help me. > >Patience, please. It's not the end of the world. There is a sane, >logical explanation why you can't build the system. We just have to >find it :) > > > This is one of the reason I think, why most people these days seem to > > go (back) to DragonflyBSD. > >This is very uncalled for. If you really want help, then please spare >us the (in my opinion) unsupported, unwarranted rhetoric about why >FreeBSD is not for you. The helpful people of this list don't deserve >this, and you don't deserve the flames such inflammatory material can >start. > > > I certainly am going to. > >Ultimately, this is your choise to make, of course. We can't force to >use something that you don't like. > >Before that happens, I'd like to see at least the following though: > > - Your cvsupfile > > - The error messages you get. The URL in the previous paragraphs > that is supposed to show the errors, is not fetchable: > > $ cd /tmp > $ fetch http://www.home.no/hedhnta/result.txt > fetch: http://www.home.no/hedhnta/result.txt: Not Found > $ Dear Giorgos, Here is my /etc/cvsupfile: *default host=cvsup.no.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_6 *default delete use-rel-suffix src-all ports-all tag=. doc-all tag=. I'll have result.txt back on that URL first thing tomorrow morning. I'm not going to DragonflyBSD because FreeBSD works just fine at the time being, except this though it isn't killing me. Talk to you later, Thanks! -- vaaf From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 20:43:54 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF2616A420 for ; Sat, 25 Feb 2006 20:43:54 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id E877443D45 for ; Sat, 25 Feb 2006 20:43:53 +0000 (GMT) (envelope-from vaaf@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV900JJ0G95QJD0@osl1smout1.broadpark.no> for questions@freebsd.org; Sat, 25 Feb 2006 21:43:53 +0100 (CET) Received: from urban.broadpark.no ([213.187.181.70]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IV900KZSG93H7C0@osl1sminn1.broadpark.no> for questions@freebsd.org; Sat, 25 Feb 2006 21:43:53 +0100 (CET) Date: Sat, 25 Feb 2006 21:43:59 +0100 From: Kristian Vaaf In-reply-to: <20060213195118.51e1334f.bsd-unix@comcast.net> To: Randy Pratt Message-id: <7.0.1.0.2.20060225214016.021e6cc0@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <20060213195118.51e1334f.bsd-unix@comcast.net> Cc: questions@freebsd.org Subject: Re: How to ensure one blank line on top of ASCII files? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 20:43:54 -0000 At 01:51 14.02.2006, Randy Pratt wrote: >Hi, > >I'm replying offlist since this isn't particularly a FreeBSD >question. > >Something like this may work for you: > >addline.sh: >====================================== >#!/bin/sh >#Check if file begins with blank line, if not, insert a blank line > >firstline="`head -1 "${1}"`" > >if [ "${firstline}" = "" ]; then > #echo "its a blank" >else > #echo "insert line" > sed -i "" '1{s/^/\ >/;}' "${1}" >fi >===================================== > >Usage: addline.sh somefile.txt > >If you needed to do many files, then make a loop to do each one > > for i in *.txt; do addline.sh "$i"; done > >or whatever syntax you need for the shell you are using. I missed >the beginning of the thread so I'm not sure of all the details. > >Caveat: This should be checked with some sample files before >using on your good files. I just did a few minimal tests. > >Note that this: > > sed -i "" '1{s/^/\ >/;}' "${1}" > >is not a typographical error. It is adding the newline after >the blank line. Check some of the online sed tutorials >for an explanation of the syntax. The manual page for sed >is a bit terse ;-) > >Hope this helps more than it confuses! > >Randy > > > > >-- Hello Randy! Sorry to disturb, but how can I make this script add a blank line to the top of all ASCII files except the ones that contain at the beginning "#!"? It would also be nice to rule out certain filetypes. #!/usr/local/bin/bash # # Add blank line to the top of text files. # $ARBA: blank.sh,v 1.0 2007/11/11 15:09:05 vaafExp $ # # Use: blank for file in `find -s . -type f -not -name ".*"`; do if file -b "$file" | grep -q 'text'; then echo > blank mv $file $file.tmp cat blank $file.tmp >> $file rm -f $file.tmp rm -f blank echo "$file: Done" fi done Thanks! Vaaf From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 20:45:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F63916A420 for ; Sat, 25 Feb 2006 20:45:55 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id F107843D45 for ; Sat, 25 Feb 2006 20:45:54 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060225204553.VDNU13051.mta10.adelphia.net@barbish>; Sat, 25 Feb 2006 15:45:53 -0500 From: "fbsd_user" To: "The Happy" , Date: Sat, 25 Feb 2006 15:45:49 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Is it hack? How to prevent! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 20:45:55 -0000 What this means is you have no firewall blocking the port numbers those services use. Or you really do have mysql, and SSH installed and people are trying to remotely login and your box is doing its job of denying the unauthorized login attempt. But my money is on the firewall. You have none or it's rules are not correct. Read the firewall section of the FreeBSD handbook and use the ipfilter example rule set. As an after though, 4.8 is an unsupported system and 6.0 is the current production version. Time to upgrade by installing from scratch 6.0. Give the Install Guide at www.a1poweruser.com a look. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of The Happy Sent: Saturday, February 25, 2006 10:46 AM To: freebsd-questions@freebsd.org Subject: Is it hack? How to prevent! Hello everyone, I'm on freebsd 4.8R acting as a webserver and email server, I keep getting In my /var/log/messages a strange 3 type of messages, 1) mysqld[8541]: error: /etc/hosts.allow, line 212: twist option in resident process last message repeated 73 times 2) inetd[50977]: warning: /etc/hosts.allow, line 25: host name/address mismatch: 208.34.235.251 != mail.nrms.org 3) sshd[40712]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(na-163- 219.na.avantel.net.mx, AF_INET) failed (I keep getting differnt host everytime) about messages 2 and 3 i think its some hacks attempts How i can preven this type of access? unmatched IPs? what about messages number 1? what doest mean is it hack attempt? My logs are full of these messages, please help Note line 25 in /etc/hosts.allow is ALL : .temma.net : deny and has nothing to do with these logs its just the first rule in the file. Thank you in advance. Marwan _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 20:52:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 301F416A420 for ; Sat, 25 Feb 2006 20:52:21 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C340C43D45 for ; Sat, 25 Feb 2006 20:52:20 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060225205219.VOMD13051.mta10.adelphia.net@barbish>; Sat, 25 Feb 2006 15:52:19 -0500 From: "fbsd_user" To: , Date: Sat, 25 Feb 2006 15:52:19 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <44002E1B.7040201@trusc.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: pf binat problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 20:52:21 -0000 This question was just covered on this list during the last 7 days. Search the questions archives at http://freebsd.rambler.ru/ -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Leon Botes Sent: Saturday, February 25, 2006 5:15 AM To: freebsd-questions@freebsd.org Subject: pf binat problem # network diagram # __________ # | | --- # | | # ---| freebsd | --- # | pf | # ---| firewall | ---- # | | # (internal nets) |__________| (external nets) Default Gateway is . When a connection arrives on one of the dsl_if's it is redirected to the correct port on the dms_srv, traced via tcpdump. The dmz_srv responds but tries to send its reply out the default gateway instead of via the interface the connection arrived on. The dmz server is actually a LVS cluster masqueraded. All connections coming in via the dig_if get redirected and work fine. How can i tell pf to return connections out the same interface they arrived on and not use the default route out dig_if? dsl1_if = "rl3" dsl1_rt = "172.16.3.1" dsl1_ip = "172.16.3.2" dsl2_if = "rl1" dsl2_rt = "172.16.4.1" dsl2_ip = "172.16.4.2" dmz_if = "rl0" dmz_srv = "172.16.2.4" dmz_if_ip = "172.16.2.3" pri_if = "rl2" pri_ip = "192.168.254.1" binat on $dig_if from $dmz_srv to any -> $dig_ip binat on $dsl1_if from $dmz_srv to any -> $dsl1_ip binat on $dsl2_if from $dmz_srv to any -> $dsl2_ip nat on $dig_if from to any -> $dig_ip nat on $dsl1_if from to any -> $dsl1_ip nat on $dsl2_if from to any -> $dsl2_ip rdr on $dsl1_if inet proto tcp from any to $dsl1_ip port { 25, 80, 110 } -> $dmz_srv rdr on $dsl2_if inet proto tcp from any to $dsl2_ip port { 25, 80, 110 } -> $dmz_srv Thanks Leon _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 21:06:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C544B16A420 for ; Sat, 25 Feb 2006 21:06:49 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596CE43D48 for ; Sat, 25 Feb 2006 21:06:49 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k1PL6fTi006824 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 25 Feb 2006 13:06:41 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k1PL6cb3006823; Sat, 25 Feb 2006 13:06:38 -0800 (PST) (envelope-from james) Date: Sat, 25 Feb 2006 13:06:38 -0800 From: James Long To: freebsd-questions@freebsd.org, kalin mintchev Message-ID: <20060225210638.GA6732@ns.museum.rain.com> References: <20060225120041.2A09C16A424@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060225120041.2A09C16A424@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Cc: Subject: Re: winmodem driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 21:06:49 -0000 > Date: Sat, 25 Feb 2006 06:21:12 -0500 (EST) > From: "kalin mintchev" > Subject: winmodem driver > To: freebsd-questions@freebsd.org > Message-ID: <53583.24.90.33.115.1140866472.squirrel@mail.el.net> > Content-Type: text/plain;charset=iso-8859-1 > > hi all... > > is there a win modem driver in 6.0 that can be used with the build-in > modem on ibm thinkpads? > > thanks... You forgot to tell us WHICH model of ThinkPad concerns you. Modems in older ThinkPads, such as a T21 or A20m may be supported by the comms/ltmdm port. I have been unable to find any support for modems in newer ThinkPads, such as the T30 and later. However, somewhere around here I have a modem-only mini-PCI card that came out of my A20m when I upgraded it to a mini-PCI combo card with modem and 10/100 fxp NIC. Both the modem-only card and the combo modem/NIC card had supported modem chipsets. Once I can locate the modem-only PCI card I have (somewhere), I will try to install it in my T30 and see whether I can get modem functionality back. Now, don't blame me if this fries your laptop or causes other mayhem, but if you want to try, you can buy these modem cards pretty cheap on eBay. Based on the part numbers found on IBM's site at http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=ibm&lndocid=MIGR-4K6L7B I would try looking for part number 10L1305 or 08K3146. You want a Lucent chipset, since that is what the comms/ltmdm port is written to support. Good luck, and please follow up if you find a solution. Jim From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 21:16:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 824D716A420 for ; Sat, 25 Feb 2006 21:16:31 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from smtp104.biz.mail.re2.yahoo.com (smtp104.biz.mail.re2.yahoo.com [206.190.52.173]) by mx1.FreeBSD.org (Postfix) with SMTP id D776D43D45 for ; Sat, 25 Feb 2006 21:16:29 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 38174 invoked from network); 25 Feb 2006 21:16:29 -0000 Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@24.99.22.177 with login) by smtp104.biz.mail.re2.yahoo.com with SMTP; 25 Feb 2006 21:16:29 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 3C77A6205; Sat, 25 Feb 2006 16:16:28 -0500 (EST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31269-10; Sat, 25 Feb 2006 16:16:27 -0500 (EST) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id F208561BA; Sat, 25 Feb 2006 16:16:26 -0500 (EST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.4/8.13.4) with ESMTP id k1PLGPlE018538; Sat, 25 Feb 2006 16:16:26 -0500 (EST) (envelope-from noackjr@alumni.rice.edu) Message-ID: <4400C920.3060106@alumni.rice.edu> Date: Sat, 25 Feb 2006 16:16:16 -0500 From: Jonathan Noack User-Agent: Thunderbird 1.5 (X11/20060221) MIME-Version: 1.0 To: Gerard Seibert X-Enigmail-Version: 0.94.0.0 OpenPGP: id=991D8195; url=http://www.noacks.org/cert/noackjr.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB74E88CDFD91A85347B41BA6" X-Virus-Scanned: amavisd-new at noacks.org Cc: Lowell Gilbert , freebsd-questions@freebsd.org Subject: install-info: menu item '...' already exists (was Re: Unable to install 'dirmngr') X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 21:16:31 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB74E88CDFD91A85347B41BA6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable >> When attempting to install 'dirmngr', I am greeted with this error >> message: >>=20 >> gmake[2]: Nothing to be done for `install-exec-am'. >> gmake[2]: Nothing to be done for `install-data-am'. >> gmake[2]: Leaving directory >> `/usr/ports/security/dirmngr/work/dirmngr-0.9.3/tests' >> gmake[1]: Leaving directory >> `/usr/ports/security/dirmngr/work/dirmngr-0.9.3/tests' >> gmake[1]: Entering directory >> `/usr/ports/security/dirmngr/work/dirmngr-0.9.3' >> gmake[2]: Entering directory >> `/usr/ports/security/dirmngr/work/dirmngr-0.9.3' >> gmake[2]: Nothing to be done for `install-exec-am'. >> gmake[2]: Nothing to be done for `install-data-am'. >> gmake[2]: Leaving directory >> `/usr/ports/security/dirmngr/work/dirmngr-0.9.3' >> gmake[1]: Leaving directory >> `/usr/ports/security/dirmngr/work/dirmngr-0.9.3' >> install-info --quiet /usr/local/info/dirmngr.info /usr/local/info/dir >> install-info: menu item `dirmngr-client' already exists, for file `gnu= pg' >> *** Error code 1 >>=20 >> Stop in /usr/ports/security/dirmngr. >> *** Error code 1 >>=20 >> Stop in /usr/ports/security/dirmngr. >>=20 >> Those are the last few lines. I have the entire script; however, there= >> really does not seem to be anything of use in it. Perhaps someone has >> an idea what I should try doing. >=20 > I can't reproduce the exat problem, but it looks like the info file > installs for the port aren't quite right. Try contacting the port > maintainer. =20 I ran into this problem as well. I was only able to figure it out when I tracked down install-info: $ which install-info /usr/local/bin/install-info $ pkg_which install-info texinfo-4.8_3 $ locate install-info /usr/bin/install-info =2E.. /usr/local/bin/install-info There are two versions installed! One is part of the base system (/usr/bin/install-info) and the other was installed with the texinfo port (/usr/local/bin/install-info). I changed my $PATH long ago to put /usr/local/bin in front of /usr/bin. Because of this, the wrong install-info was being used. Changing $PATH back to the default or uninstalling texinfo allowed me to install dirmngr (and other ports...). -Jonathan --=20 Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 --------------enigB74E88CDFD91A85347B41BA6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEAMkpUFz01pkdgZURAnt3AJsGziMLEbZ9ErXwNx+U9+mYhFINmwCfSRTE OTN0sjrgPQZnXGYU0bqHqoQ= =5Urn -----END PGP SIGNATURE----- --------------enigB74E88CDFD91A85347B41BA6-- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 21:28:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9516116A420 for ; Sat, 25 Feb 2006 21:28:27 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: from web52713.mail.yahoo.com (web52713.mail.yahoo.com [206.190.48.236]) by mx1.FreeBSD.org (Postfix) with SMTP id AF19D43D49 for ; Sat, 25 Feb 2006 21:28:26 +0000 (GMT) (envelope-from ciscoaix@yahoo.com) Received: (qmail 23014 invoked by uid 60001); 25 Feb 2006 21:28:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=q+1lg5XH+Fc/HNcBS9/0yUVBlXYyGmQ6VH8UzfWbhUu7ZEXq5mWzCuZTny48U+YspPgUFSkrL8FTvQFHdXqRbK9zfAeNl+ZVEbk8SYwcyJ7hCskqHWS+LiilRFGfWX2eVsgeLu0bGAV2v5o7aM+qmSO4PoGNFUK5bt1vPFNy8hQ= ; Message-ID: <20060225212826.23012.qmail@web52713.mail.yahoo.com> Received: from [71.193.133.190] by web52713.mail.yahoo.com via HTTP; Sat, 25 Feb 2006 13:28:25 PST Date: Sat, 25 Feb 2006 13:28:25 -0800 (PST) From: Kris Anderson To: ivan.roth@free.fr, Greg 'groggy' Lehey In-Reply-To: <20060225152833.vfn72kac0cko4s4c@imp4.free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: 10 years of "The Complete FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 21:28:27 -0000 --- ivan.roth@free.fr wrote: > Greg 'groggy' Lehey wrote: > > Ten years ago today, on 24 February 1996, I > submitted for publication > > the final version of the first ever book on > FreeBSD, "Installing and > > Using FreeBSD". It was later renamed to "The > Complete FreeBSD". > > > > I have always retained full rights to the book, > and for today I've > > decided to release it for download under the > Creative Commons > > license. See more at > http://www.lemis.com/grog/Documentation/CFBSD/. > > > > Greg > > -- > > Finger grog@FreeBSD.org for PGP public key. > > See complete headers for address and phone > numbers. > > > Of course, the only thing I can do is to follow the > community by sending you a > big thank! Well, the only thing I could regret now > is having bought it one > month ago and not started to read it... :) > > Hope it is as great as people say! :) > > Sincerly, thank you very much. > > -- > Ivan As Ivan said, thank you. I've been working with Freebsd for only a short time (8 years or so), and I'm still learning more with every cvsup (When I see files go flying by I sometimes wonder what this or that widget does and hit the man pages). Again thanks. ~Mr. Anderson __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 21:39:56 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3E9416A423 for ; Sat, 25 Feb 2006 21:39:56 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: from smtp2.versatel.nl (smtp2.versatel.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F59843D49 for ; Sat, 25 Feb 2006 21:39:55 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail 17336 invoked by uid 0); 25 Feb 2006 21:39:52 -0000 Received: from ip176-173-59-62.adsl.versatel.nl (HELO [192.168.2.5]) ([62.59.173.176]) (envelope-sender ) by smtp2.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 25 Feb 2006 21:39:52 -0000 Message-ID: <4400CEBC.2010707@gmx.net> Date: Sat, 25 Feb 2006 22:40:12 +0100 From: Frank Staals User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060105) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Noel Jones References: <43FF68DF.4050709@gmx.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: Redirecting Traffic with PF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 21:39:56 -0000 Noel Jones wrote: >On 2/24/06, Frank Staals wrote: > > >>Hey, >> >>I have an FreeBSD server/firewall running 5-Stable with PF. I want to >>redirect all udp traffic on port 27902 from the internet to a computer >>in my network. I used this rule but I have some problem with it: >>sometimes connections on that port are refused and I can't connect with >>other players ( it's for a online game ) : >> >>rdr on $extif inet proto udp from any port 27902 -> 192.168.2.11 port 27902 >> >>I think the problem might have something to do with the different >>network interfaces since the traffic is comming in on $extif and has to >>go to an computer connected to $intif ? And how can I do that ? Can I >>change it to: >> >>rdr on $extif inet proto udp from any port 27902 -> $intif 192.168.2.11 >>port 27902 >> >>? Or what do I have to do to fix it. >> >>Thanks in advance, >> >>-- >>-Frank Staals >> >> >> >> > >I think you want something like >rdr on $extif inet proto udp from any to self port 27902 -> >192.168.2.11 port 27902 > >-- >Noel Jones >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > Hmm that doesn't realy seem to work, allthough I ran tcpdump on both network-interfaces ( on $intif and $extif ) this is what the logs said: frank@Riza$ cat server/zh2_extif.log | grep 27902 21:01:53.784189 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:53.846934 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:54.202084 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:54.359296 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:54.393664 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:54.459930 IP 80.127.89.1.16660 > 10.0.0.1.27902: UDP, length: 13 21:01:54.543990 IP 80.127.89.1.16660 > 10.0.0.1.27902: UDP, length: 13 21:01:54.871197 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:55.266638 IP 80.127.89.1.16660 > 10.0.0.1.27902: UDP, length: 13 21:01:55.416378 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:55.458319 IP 80.127.89.1.16660 > 10.0.0.1.27902: UDP, length: 13 21:01:55.929734 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:56.476575 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:56.986877 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:57.532158 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:58.042995 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:58.587091 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:59.097693 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 frank@Riza$ cat server/zh2_intif.log | grep 27902 21:01:53.784062 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:53.846829 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:54.202050 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:54.359182 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:54.393597 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:54.871080 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:55.416259 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:55.929615 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:56.476459 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:56.986756 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:57.532041 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:58.042885 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:58.586980 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 21:01:59.097572 IP 192.168.2.11.27902 > 80.127.89.1.16660: UDP, length: 13 So the packets aren't forwarded, I used this rule to get that done but it won't work: rdr on $extif inet proto udp from any to 10.0.0.1 port 27902 -> 192.168.2.11 port 27902 I also tried: rdr on $extif inet proto udp from any to any port 27902 -> 192.168.2.11 port 27902 but that wouldn't work either. I hope this will help ? -- -Frank Staals From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 21:48:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05D4F16A420 for ; Sat, 25 Feb 2006 21:48:59 +0000 (GMT) (envelope-from dragoninterrupted@yahoo.com) Received: from smtp105.mail.sc5.yahoo.com (smtp105.mail.sc5.yahoo.com [66.163.169.225]) by mx1.FreeBSD.org (Postfix) with SMTP id A382843D46 for ; Sat, 25 Feb 2006 21:48:57 +0000 (GMT) (envelope-from dragoninterrupted@yahoo.com) Received: (qmail 58013 invoked from network); 25 Feb 2006 21:48:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:Subject:Content-Type; b=pas5CVPp+BcP+crjfGzFIkm0IeOJOrmeXQWvwcqPuS4TqXEWJcaX+qyrvckb0eQzdnniTftJiDWysGssD1Bln6lFuFarPzYxmBeLUTdGZ0lXBFVZEGJTixoPY15f8XfPBk79uHgn8w/ruu9SQS2rG2kWRV2WfmJ2+ik52g0ItLw= ; Received: from unknown (HELO ?192.168.1.3?) (dragoninterrupted@68.234.53.3 with plain) by smtp105.mail.sc5.yahoo.com with SMTP; 25 Feb 2006 21:48:57 -0000 Message-ID: <4400D0A0.4030005@yahoo.com> Date: Sat, 25 Feb 2006 13:48:16 -0800 From: James S Blankenship User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: multipart/mixed; boundary="------------020106050200050006020100" Subject: Re: 10 years of "The Complete FreeBSD" (5150) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 21:48:59 -0000 This is a multi-part message in MIME format. --------------020106050200050006020100 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Another note of thanks for The Complete FreeBSD. I first bought the third edition published by Walnut Creek CDROM. In fact, it's sitting on my desk now. It's the book that kept me at FreeBSD when I was most frustrated. I'm still relatively new at this, but I love learning all I can about the OS of all OSes ^_^ Regards, James --------------020106050200050006020100 Content-Type: message/rfc822; name="Re: 10 years of \"The Complete FreeBSD\" (5150)" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Re: 10 years of \"The Complete FreeBSD\" (5150)" X-Apparently-To: dragoninterrupted@yahoo.com via 68.142.200.89; Sat, 25 Feb 2006 09:38:33 -0800 X-Originating-IP: [216.136.204.119] Authentication-Results: mta282.mail.mud.yahoo.com from=daleco.biz; domainkeys=neutral (no sig) Received: from 216.136.204.119 (EHLO mx2.freebsd.org) (216.136.204.119) by mta282.mail.mud.yahoo.com with SMTP; Sat, 25 Feb 2006 09:38:32 -0800 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 284D259165; Sat, 25 Feb 2006 17:38:11 +0000 (GMT) (envelope-from owner-freebsd-questions@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id BADA216A43B; Sat, 25 Feb 2006 17:38:09 +0000 (GMT) (envelope-from owner-freebsd-questions@freebsd.org) X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B879C16A420 for ; Sat, 25 Feb 2006 17:37:54 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7774D43D45 for ; Sat, 25 Feb 2006 17:37:51 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k1PHaiNT068191; Sat, 25 Feb 2006 11:37:05 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <440095A2.7030205@daleco.biz> Date: Sat, 25 Feb 2006 11:36:34 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Schoolcraft References: <20060224010027.GF65002@wantadilla.lemis.com> <20060224062029.GJ49368@wantadilla.lemis.com> <20060224121059.GC1411@flame.pc> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 10 years of "The Complete FreeBSD" (5150) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: owner-freebsd-questions@freebsd.org Errors-To: owner-freebsd-questions@freebsd.org Bill Schoolcraft wrote: >Greg, > >I want to thank you for you help in making FreeBSD what it is today. > >I first met Greg on a fluke and a weird one that that too. > >While working in techsupport at Linuxcare, and the only one to my >knowledge doing so running FreeBSD, I was sitting there one day and >this fellow comes in, scans the room and makes a bee-line to my work >area. I at the time was the only techsupport with my personal >library of Unix/Linux tech books. Having just left the Machinist >Union for the 'dot-com' I was alway one for self help. > >This guy, with the scraggly beard reaches over me, grabs the first >FreeBSD book written by Greg Lehey and opens it. > >At that time in San Francisco we were having alot of homeless people >getting into the office building and sometimes wandering the halls >on drugs, drunk or whatever. > >When I asked him "Hey..., can I help you?" He said, "I wrote this >book!" > >At that time I was sure he was "5150" (the penal code for being >nuts) and I was about to get up and escort him out when one of my >co-workers, knowing my background as an ex-steelworker at the San >Francisco waterfront "quickly" jumped in and introduced "Greg Lehey" >to me, I then realized it was not a joke, Greg was not a homeless >person, and I've felt honored ever since to have been a co-worker of >his, briefly sharing the same domain name in our work's email >address. > >A few weeks later Richard Stallman came through the office... I >had the exact same inkling this time but jumped up pre-emptively and >again my co-worker came to the rescue. > >I could write a book of the stuff that I've experienced, maybe call >it "From the Shipyards to Silicon Valley" or something.... > >The one thing I've learned (besides FreeBSD kicks ass) is that in >this industry you can NEVER, EVER judge a book by it's cover! > > Fine story; and demonstrates a point: something to the effect of, "Free software is *real* software, made for use by people, *real* people, by people, *real* people, who at least have the courage to care about **something** and want to make the world a better place with the skills they have." So, kudos to Grog for this move, and for his advocacy, authorship, coding, community participation ... and whatever else; I'm sure there's been lots of stuff (and also that you can probably read about lots of it in his diary). And to the rest of the hackers. It's said that "you can't get something for nothing", but, in the case of FreeBSD, we've almost proved that the saying isn't true - at least for those willing to not judge an OS by its "cover" .... Kevin Kinsey -- I never expected to see the day when girls would get sunburned in the places they do today. -- Will Rogers _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" --------------020106050200050006020100-- From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 22:25:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71A1716A420 for ; Sat, 25 Feb 2006 22:25:59 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from gatekeeper.ptitoliv.net (gatekeeper.ptitoliv.net [213.41.240.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7DD643D45 for ; Sat, 25 Feb 2006 22:25:58 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from [192.168.1.1] (misato.ptitoliv.lan [192.168.1.1]) by gatekeeper.ptitoliv.net (8.13.4/8.13.4/Debian-3) with ESMTP id k1PNRfsx001675; Sun, 26 Feb 2006 00:27:41 +0100 Message-ID: <4400D9BE.4050501@frenchsuballiance.cjb.net> Date: Sat, 25 Feb 2006 23:27:10 +0100 From: ptitoliv User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fr, en MIME-Version: 1.0 To: Mathieu CHATEAU , freebsd-questions@freebsd.org References: <43F73267.6010807@frenchsuballiance.cjb.net> <1989705175.20060218193212@free.fr> <43F76BA9.1000300@frenchsuballiance.cjb.net> <55717469.20060219114349@free.fr> <43F8B0D9.3000905@frenchsuballiance.cjb.net> <259257427.20060219211817@free.fr> In-Reply-To: <259257427.20060219211817@free.fr> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on gatekeeper.ptitoliv.net X-Virus-Status: Clean Cc: Subject: Re: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 22:25:59 -0000 Mathieu CHATEAU a écrit : >Are the debian & freebsd on the same segment ? >if so, are they using the same router/gateway ? > > No, there is the same CISCO Router between the two boxes. >did you customize/set up things, like ipfw or set specific things via >sysctl ? > > I tried to modify the tcp window size but the problem is stille here. What tcp trace will be useful to understand this problem ? Regards, ptitoliv From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 22:28:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD50216A422 for ; Sat, 25 Feb 2006 22:28:49 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from gatekeeper.ptitoliv.net (gatekeeper.ptitoliv.net [213.41.240.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 502F743D48 for ; Sat, 25 Feb 2006 22:28:46 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from [192.168.1.1] (misato.ptitoliv.lan [192.168.1.1]) by gatekeeper.ptitoliv.net (8.13.4/8.13.4/Debian-3) with ESMTP id k1PNUV1u001683; Sun, 26 Feb 2006 00:30:31 +0100 Message-ID: <4400DA69.9090605@frenchsuballiance.cjb.net> Date: Sat, 25 Feb 2006 23:30:01 +0100 From: ptitoliv User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fr, en MIME-Version: 1.0 To: "Donald J. O'Neill" References: <43F73267.6010807@frenchsuballiance.cjb.net> <55717469.20060219114349@free.fr> <43F8B0D9.3000905@frenchsuballiance.cjb.net> <200602250827.49061.donaldjoneill@gmail.com> In-Reply-To: <200602250827.49061.donaldjoneill@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on gatekeeper.ptitoliv.net X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org, Mathieu CHATEAU Subject: Re: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 22:28:49 -0000 Donald J. O'Neill a écrit : >Not hardly. I'll bet that 950kB/s for the Debian box was the peak >download speed and it didn't maintain it through the entire download. > >Don > The Debian Box is capable to make a 5 MB/s stable connection easily. Regards, Ptitoliv From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 22:31:53 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E22D16A420; Sat, 25 Feb 2006 22:31:53 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D55943D72; Sat, 25 Feb 2006 22:31:45 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a007.otenet.gr [212.205.215.7]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1PMVOuo001028 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 26 Feb 2006 00:31:28 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1PMUxmw044218; Sun, 26 Feb 2006 00:30:59 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1PMUwcZ044032; Sun, 26 Feb 2006 00:30:58 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 26 Feb 2006 00:30:58 +0200 From: Giorgos Keramidas To: Kristian Vaaf Message-ID: <20060225223058.GA27018@flame.pc> References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <20060221184738.98233.qmail@web52714.mail.yahoo.com> <7.0.1.0.2.20060224164438.0233a3b8@broadpark.no> <20060224155954.GA71418@flame.pc> <7.0.1.0.2.20060225212009.00adf980@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7.0.1.0.2.20060225212009.00adf980@broadpark.no> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.316, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.88, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: bugs@freebsd.org, questions@freebsd.org, Kris Anderson Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 22:31:53 -0000 On 2006-02-25 21:22, Kristian Vaaf wrote: >At 16:59 24.02.2006, Giorgos Keramidas wrote: >>On 2006-02-24 16:45, Kristian Vaaf wrote: >>> This is one of the reason I think, why most people these days seem to >>> go (back) to DragonflyBSD. >> >>This is very uncalled for. If you really want help, then please spare >>us the (in my opinion) unsupported, unwarranted rhetoric about why >>FreeBSD is not for you. The helpful people of this list don't deserve >>this, and you don't deserve the flames such inflammatory material can >>start. >> >>> I certainly am going to. >> >>Ultimately, this is your choise to make, of course. We can't force to >>use something that you don't like. >> >>Before that happens, I'd like to see at least the following though: >> >> - Your cvsupfile >> >> - The error messages you get. The URL in the previous paragraphs >> that is supposed to show the errors, is not fetchable: >> >> $ cd /tmp >> $ fetch http://www.home.no/hedhnta/result.txt >> fetch: http://www.home.no/hedhnta/result.txt: Not Found >> $ > > Dear Giorgos, > > Here is my /etc/cvsupfile: > > *default host=cvsup.no.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_6 > *default delete use-rel-suffix > > src-all > ports-all tag=. > doc-all tag=. This looks fine so far. You are not using compression, which is probably going to be slightly evil, but other than that I see no problems. > I'll have result.txt back on that URL first thing tomorrow morning. Be sure to include at least the following: - The environment of the root shell, i.e. the output of: # env | sort - The contents of your /etc/make.conf file. - The *EXACT* commands you used to build the userland & kernel. - The *EXACT* error messages. > I'm not going to DragonflyBSD because FreeBSD works just fine at the > time being, except this though it isn't killing me. This is, ultimately, none of by business. Do as you wish. > Talk to you later, > Thanks! Sure thing, Regards, Giorgos From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 22:33:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F6316A420 for ; Sat, 25 Feb 2006 22:33:43 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from gatekeeper.ptitoliv.net (gatekeeper.ptitoliv.net [213.41.240.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB28643D73 for ; Sat, 25 Feb 2006 22:33:25 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from [192.168.1.1] (misato.ptitoliv.lan [192.168.1.1]) by gatekeeper.ptitoliv.net (8.13.4/8.13.4/Debian-3) with ESMTP id k1PNZALU001688; Sun, 26 Feb 2006 00:35:11 +0100 Message-ID: <4400DB82.8040904@frenchsuballiance.cjb.net> Date: Sat, 25 Feb 2006 23:34:42 +0100 From: ptitoliv User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fr, en MIME-Version: 1.0 To: danial_thom@yahoo.com References: <20060219130949.6162.qmail@web33310.mail.mud.yahoo.com> In-Reply-To: <20060219130949.6162.qmail@web33310.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on gatekeeper.ptitoliv.net X-Virus-Status: Clean Cc: Mathieu CHATEAU , freebsd-questions@freebsd.org Subject: Re: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 22:33:43 -0000 Danial Thom a écrit : >It seems unlikely that he'd get good throughput >in one direction if the link was hosed. One >dropped packets and you're shot. The easy way to >test this is to eliminate the switch..hook the >Freebsd box directly to the linux box. > > > Impossible to do that because the boxes are rented by an hosting company. ptitoliv From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 22:36:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE75216A420 for ; Sat, 25 Feb 2006 22:36:16 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from gatekeeper.ptitoliv.net (gatekeeper.ptitoliv.net [213.41.240.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id B31C043D73 for ; Sat, 25 Feb 2006 22:36:15 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from [192.168.1.1] (misato.ptitoliv.lan [192.168.1.1]) by gatekeeper.ptitoliv.net (8.13.4/8.13.4/Debian-3) with ESMTP id k1PNblWq001697; Sun, 26 Feb 2006 00:37:48 +0100 Message-ID: <4400DC20.7020109@frenchsuballiance.cjb.net> Date: Sat, 25 Feb 2006 23:37:20 +0100 From: ptitoliv User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fr, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on gatekeeper.ptitoliv.net X-Virus-Status: Clean Cc: Mathieu CHATEAU , freebsd-questions@freebsd.org Subject: Re: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 22:36:16 -0000 fbsd_user a écrit : On one side there is a Debian Sarge 3.0 box On the other side there is a FreeBSD 5.3. I made the same tests on another network (same architecture but on a different hosting service network) On one side there is a Debian Sarge 3.1 On the other side there is a FreeBSD 5.4 >>Did you use FTP or ssh? Ssh has know buffer size problems between >>un-like operating system a each end that cause massive slowness. >> >> > > I use FTP and SSH. Regards, ptitoliv From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 23:23:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE75416A420 for ; Sat, 25 Feb 2006 23:23:44 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from smtp2.suscom.net (smtp2.suscom.net [64.78.83.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 594D843D45 for ; Sat, 25 Feb 2006 23:23:44 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from localhost (smtp2.suscom.net [127.0.0.1]) by smtp2.suscom.net (Postfix) with ESMTP id DD47F1CDE08; Sat, 25 Feb 2006 18:19:11 -0500 (EST) Received: from smtp2.suscom.net ([127.0.0.1]) by localhost (smtp2 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10785-08; Sat, 25 Feb 2006 18:19:09 -0500 (EST) Received: from boss (ip148.217.45.216.suscom.net [216.45.217.148]) by smtp2.suscom.net (Postfix) with SMTP id 9015F1CDE09; Sat, 25 Feb 2006 18:19:07 -0500 (EST) Date: Sat, 25 Feb 2006 18:23:42 -0500 (Eastern Standard Time) From: Gerard Seibert To: freebsd-questions Message-ID: X-X-Sender: beerstud@spamcop.net@mail.cesmail.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at suscom.net Cc: "Michael C. Shultz" Subject: Unable to find 'automake' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gerard Seibert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 23:23:44 -0000 Using FreeBSD 5.4 While building 'portmanager', I noticed this error message: Making all in libMG Making all in src cd ../.. && /bin/sh /usr/ports/sysutils/portmanager/work/portmanager-0.4.1/missing --run automake --gnu libMG/src/Makefile automake: not found WARNING: `automake' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. I checked the /var/db/pkg directory and found this listing: drwxr-xr-x 2 root wheel - 512 Feb 22 21:26 automake-1.4.6_2/ drwxr-xr-x 2 root wheel - 512 Feb 22 21:26 automake-1.5_2,1/ drwxr-xr-x 2 root wheel - 512 Feb 22 21:26 automake-1.9.6/ Since the build finished without and problems, I assume that it is a harmless error message. I was wondering though why it was displayed however? Am I looking in the wrong place for the 'automake' program? I have Perl 5.8.8 installed if that means anything. Thanks! -- Gerard Seibert gerard@seibercom.net From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 23:53:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A60D16A420 for ; Sat, 25 Feb 2006 23:53:06 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: from smtp109.sbc.mail.re2.yahoo.com (smtp109.sbc.mail.re2.yahoo.com [68.142.229.96]) by mx1.FreeBSD.org (Postfix) with SMTP id ABABD43D45 for ; Sat, 25 Feb 2006 23:53:05 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 87848 invoked from network); 25 Feb 2006 23:53:05 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@69.211.89.144 with plain) by smtp109.sbc.mail.re2.yahoo.com with SMTP; 25 Feb 2006 23:53:05 -0000 From: "Donald J. O'Neill" To: ptitoliv Date: Sat, 25 Feb 2006 17:52:52 -0600 User-Agent: KMail/1.9.1 References: <43F73267.6010807@frenchsuballiance.cjb.net> <200602250827.49061.donaldjoneill@gmail.com> <4400DA69.9090605@frenchsuballiance.cjb.net> In-Reply-To: <4400DA69.9090605@frenchsuballiance.cjb.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200602251752.52685.donaldjoneill@gmail.com> Cc: freebsd-questions@freebsd.org, Mathieu CHATEAU Subject: Re: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 23:53:06 -0000 On Saturday 25 February 2006 16:30, ptitoliv wrote: > Donald J. O'Neill a =E9crit : > >Not hardly. I'll bet that 950kB/s for the Debian box was the peak > >download speed and it didn't maintain it through the entire > > download. > > > >Don > > The Debian Box is capable to make a 5 MB/s stable connection easily. > > Regards, > Ptitoliv Maybe, but not to the internet on an 1.5Mb/s connection. Your aDSL line=20 is only good for at most 1.5M and that's not guaranteed to happen all=20 the time. There are a lot of things that go on to throttle that. At=20 home I can connect between computers at 100 Mb/s, so what. I can't=20 connect to the internet at faster than what's capable of being supplied=20 by the ISP. Don From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 23:59:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CC3816A420 for ; Sat, 25 Feb 2006 23:59:58 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from gatekeeper.ptitoliv.net (gatekeeper.ptitoliv.net [213.41.240.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC8643D46 for ; Sat, 25 Feb 2006 23:59:56 +0000 (GMT) (envelope-from ptitoliv@frenchsuballiance.cjb.net) Received: from [192.168.1.1] (misato.ptitoliv.lan [192.168.1.1]) by gatekeeper.ptitoliv.net (8.13.4/8.13.4/Debian-3) with ESMTP id k1Q11eG4001825; Sun, 26 Feb 2006 02:01:41 +0100 Message-ID: <4400EF97.6030108@frenchsuballiance.cjb.net> Date: Sun, 26 Feb 2006 01:00:23 +0100 From: ptitoliv User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: fr, en MIME-Version: 1.0 To: "Donald J. O'Neill" References: <43F73267.6010807@frenchsuballiance.cjb.net> <200602250827.49061.donaldjoneill@gmail.com> <4400DA69.9090605@frenchsuballiance.cjb.net> <200602251752.52685.donaldjoneill@gmail.com> In-Reply-To: <200602251752.52685.donaldjoneill@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on gatekeeper.ptitoliv.net X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org, Mathieu CHATEAU Subject: Re: Bandwidth Problems with Freebsd 5.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 23:59:58 -0000 Donald J. O'Neill a écrit : >Maybe, but not to the internet on an 1.5Mb/s connection. Your aDSL line >is only good for at most 1.5M and that's not guaranteed to happen all >the time. There are a lot of things that go on to throttle that. At >home I can connect between computers at 100 Mb/s, so what. I can't >connect to the internet at faster than what's capable of being supplied >by the ISP. > > > > I think there is a misunderstanding : boxes are not on my ADSL line but on a datacenter with 100 Mbits/s connectivity. When I say the Debian is able to make a 5 MB/s connexion it is not with my adsl line but another server located on the internet. Ptitoliv