From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 00:13:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EBD316A46E for ; Sun, 4 Nov 2007 00:13:58 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 97CB213C4B9 for ; Sun, 4 Nov 2007 00:13:55 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so897662nfb for ; Sat, 03 Nov 2007 17:13:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=3WjIUPa1HW2V2faxp566E93AP56dalScSIhQwdvWIEw=; b=C1M2k5S2QWmuDibK/Xb0quPVcFuKGPY90vV6CNgNNAo29rRVOiyHFVZlgM0SLMwzlhwddNET06O0JlyuRgJBj8wsnmyRGTINu9H6enHqzkORurieT+r+E8aJ17vfUBhn3zfdZPaX8z+x35E5ITFflY6/Dj9/Qga9Hbs4sLPKps8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Uoov/11C49oO8Y0aNIc4lTKb7iN9A3japUZdeE9QT6k1rUy2jGT8CeNoPJXpiP2qJWi+UsP++mWqjGAf4jsuLa0jKY3dR/tnkBR8gsO3RHmo2Vh2p5G7bpZfE0BKAxMcHJeFkQn3U0HB+euT8V6Xf/lmle/Z01ZmM+6an98JUMw= Received: by 10.86.100.7 with SMTP id x7mr2107272fgb.1194135224287; Sat, 03 Nov 2007 17:13:44 -0700 (PDT) Received: from ?192.168.123.1? ( [84.0.100.183]) by mx.google.com with ESMTPS id f19sm8766970fka.2007.11.03.17.13.41 (version=SSLv3 cipher=RC4-MD5); Sat, 03 Nov 2007 17:13:42 -0700 (PDT) Message-ID: <472D0E7D.6050209@gmail.com> Date: Sun, 04 Nov 2007 01:12:45 +0100 From: deeptech71@gmail.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071009 MultiZilla/1.8.3.3a SeaMonkey/1.1.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: reverse grep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 00:13:58 -0000 How is it possible to select lines that do NOT match a specific pattern? For example, I'm connecting to 192.168.123.254 via telnet (port 23), and do tcpdump -nli rl0. This cyclic traffic, becuase when tcpdump outputs something, the system sends me some packets, which generates output in tcpdump, and vice versa. I want to filter out packets of telnet access to the FreeBSD machine, that is, something like: tcpdump -nli rl0 | grep --non-matching-lines 192.168.123.254.23 From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 00:29:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D352816A468 for ; Sun, 4 Nov 2007 00:29:08 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 8FFE013C48D for ; Sun, 4 Nov 2007 00:29:08 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-25-183.bredband.comhem.se ([83.253.25.183]:65379 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1IoTMF-00009j-3l for freebsd-questions@freebsd.org; Sun, 04 Nov 2007 01:28:55 +0100 Received: (qmail 64421 invoked from network); 4 Nov 2007 01:28:36 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 4 Nov 2007 01:28:36 +0100 Received: (qmail 1559 invoked by uid 1001); 4 Nov 2007 01:28:36 +0100 Date: Sun, 4 Nov 2007 01:28:36 +0100 From: Erik Trulsson To: deeptech71@gmail.com Message-ID: <20071104002836.GA1526@owl.midgard.homeip.net> Mail-Followup-To: deeptech71@gmail.com, freebsd-questions@freebsd.org References: <472D0E7D.6050209@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <472D0E7D.6050209@gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.25.183 X-Scan-Result: No virus found in message 1IoTMF-00009j-3l. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IoTMF-00009j-3l 7c5d722e46670f0567cf973138ff590f Cc: freebsd-questions@freebsd.org Subject: Re: reverse grep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 00:29:08 -0000 On Sun, Nov 04, 2007 at 01:12:45AM +0100, deeptech71@gmail.com wrote: > How is it possible to select lines that do NOT match a specific pattern? By using the '-v' option to grep. > > For example, I'm connecting to 192.168.123.254 via telnet (port 23), and do > tcpdump -nli rl0. This cyclic traffic, becuase when tcpdump outputs > something, the system sends me some packets, which generates output in > tcpdump, and vice versa. I want to filter out packets of telnet access to > the FreeBSD machine, that is, something like: > > tcpdump -nli rl0 | grep --non-matching-lines 192.168.123.254.23 You can also tell tcpdump directly to not generate certain output. E.g. 'tcpdump -nli rl0 not port 23' will not display any traffic to/from port 23. Read the tcpdump(1) manpage for the details - many more options are available. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 00:37:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B39D716A418 for ; Sun, 4 Nov 2007 00:37:10 +0000 (UTC) (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 1BC7C13C49D for ; Sun, 4 Nov 2007 00:37:08 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup135.ach.sch.gr [81.186.70.135]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lA40aLrN008074 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 4 Nov 2007 02:36:31 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA40aK42033889; Sun, 4 Nov 2007 02:36:20 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA40aI8f033888; Sun, 4 Nov 2007 02:36:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 4 Nov 2007 02:36:18 +0200 From: Giorgos Keramidas To: deeptech71@gmail.com Message-ID: <20071104003617.GA33867@kobe.laptop> References: <472D0E7D.6050209@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <472D0E7D.6050209@gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.929, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.47, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: reverse grep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 00:37:10 -0000 On 2007-11-04 01:12, deeptech71@gmail.com wrote: > How is it possible to select lines that do NOT match a specific pattern? grep -v 'pattern' From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 00:37:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8968516A41A for ; Sun, 4 Nov 2007 00:37:41 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 44BA413C491 for ; Sun, 4 Nov 2007 00:37:41 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 03 Nov 2007 20:30:23 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NZG72210; Sat, 3 Nov 2007 20:30:23 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 03 Nov 2007 20:29:15 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18221.4764.396825.396975@jerusalem.litteratus.org> Date: Sat, 3 Nov 2007 20:30:20 -0400 To: deeptech71@gmail.com In-Reply-To: <472D0E7D.6050209@gmail.com> References: <472D0E7D.6050209@gmail.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: freebsd-questions@freebsd.org Subject: reverse grep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 00:37:41 -0000 deeptech71@gmail.com writes: > How is it possible to select lines that do NOT match a specific > pattern? Read any good man pages lately? Robert Huff From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 00:39:19 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AE8516A419 for ; Sun, 4 Nov 2007 00:39:19 +0000 (UTC) (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 26EA813C491 for ; Sun, 4 Nov 2007 00:39:19 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id lA40ct3d008182 for ; Sat, 3 Nov 2007 16:38:55 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA40ctx4008181 for freebsd-questions@FreeBSD.ORG; Sat, 3 Nov 2007 16:38:55 -0800 (PST) (envelope-from kline) Date: Sat, 3 Nov 2007 16:38:55 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20071104003851.GA98655@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Subject: pdf edit again. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 00:39:19 -0000 A couple weeks ago I skimmed thru the postings on editing PDF files. Wasn't entirely clear what the answer it because I never thought I would need to edit a GUI file. I just found a book from 1883 in pdf format. I would like a text/ASCII/ISO_8859-1 version. Tried pfdtotext, but it doesn't work. Nutshell: is there something I can use to edit/look-at this book and get rid of whateveriit is that's causing pdftotext to fail. (sorry for the grammar.... ) gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 00:53:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75D2616A417 for ; Sun, 4 Nov 2007 00:53:51 +0000 (UTC) (envelope-from ggcameron@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 48AF713C4AA for ; Sun, 4 Nov 2007 00:53:51 +0000 (UTC) (envelope-from ggcameron@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1542736waf for ; Sat, 03 Nov 2007 17:53:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=9fH43GK6YO2uwNKls25cXU4NwdRtdLqBB7ffxHCL6po=; b=kd231UceoL+p1OWy/04Wm3Y3BgYSzTI3fm6xd7fpfrAQOas6yH9f9qXGLa2yuE/qVOIfzBr+KdWCqC10LxQlqDXdPK3K/1B6Ct2vxOaZ1hgJUTidw36OGhehlTSr2VFXut/fREb1ErFLYk5/8J5zMwhA70To7PH8xJXVwK60P5s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=G1i8e6c+MwPt9NJt9FCFZB7NYHbJ0Fl4FbevI2SKxHCP6qqfjt7+UIaE+dFEQQIWY9e459h8CMC3zGa/6iBIZxYYJSLC7AtklNPsb0RERXMpaTT6V/G4a8WaZsyVCk/xYWEErPvGQ0lOCwNy6sHdi+0s54MXWv4gOusxx+mVhks= Received: by 10.114.12.9 with SMTP id 9mr3529600wal.1194136138184; Sat, 03 Nov 2007 17:28:58 -0700 (PDT) Received: by 10.114.210.5 with HTTP; Sat, 3 Nov 2007 17:28:58 -0700 (PDT) Message-ID: <1efd1aec0711031728k1ccd8abepc49e2b0ec6e0695@mail.gmail.com> Date: Sun, 4 Nov 2007 11:28:58 +1100 From: "Gavin Cameron" To: "deeptech71@gmail.com" In-Reply-To: <472D0E7D.6050209@gmail.com> MIME-Version: 1.0 References: <472D0E7D.6050209@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: reverse grep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 00:53:51 -0000 On 11/4/07, deeptech71@gmail.com wrote: > > How is it possible to select lines that do NOT match a specific pattern? > > For example, I'm connecting to 192.168.123.254 via telnet (port 23), and > do tcpdump -nli rl0. This cyclic traffic, becuase when tcpdump outputs > something, the system sends me some packets, which generates output in > tcpdump, and vice versa. I want to filter out packets of telnet access > to the FreeBSD machine, that is, something like: > > tcpdump -nli rl0 | grep --non-matching-lines 192.168.123.254.23 grep -v man grep _______________________________________________ > 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 Nov 4 01:03:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D65E816A418 for ; Sun, 4 Nov 2007 01:03:10 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id B354E13C4B7 for ; Sun, 4 Nov 2007 01:03:10 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 67AC44830D for ; Sat, 3 Nov 2007 20:35:49 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTP id 3BF4CB83F for ; Sun, 4 Nov 2007 00:30:26 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sun, 4 Nov 2007 00:30:22 +0000 References: <472D0E7D.6050209@gmail.com> In-Reply-To: <472D0E7D.6050209@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711040030.22748.lists-fbsd@shadypond.com> Subject: Re: reverse grep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 01:03:10 -0000 On Sunday 04 November 2007 00:12:45 deeptech71@gmail.com wrote: > How is it possible to select lines that do NOT match a specific pattern? grep -v From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 01:03:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B92616A468 for ; Sun, 4 Nov 2007 01:03:18 +0000 (UTC) (envelope-from mike.jeays@rogers.com) Received: from smtp107.rog.mail.re2.yahoo.com (smtp107.rog.mail.re2.yahoo.com [68.142.225.205]) by mx1.freebsd.org (Postfix) with SMTP id 1362C13C4B8 for ; Sun, 4 Nov 2007 01:03:17 +0000 (UTC) (envelope-from mike.jeays@rogers.com) Received: (qmail 2791 invoked from network); 4 Nov 2007 01:03:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:From:To:Subject:Date:User-Agent:References:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id; b=oXXy5uj75qug0HjdodGmPF53zMQdBJYJmJDidQQ2tUGxcBf9pmsGunfgP/E76xabwKgyvlTJV/5TzF2SdDtCxAWImnVeG6k//LsbeAlMCMP4W+RtEwSKlVUMTnkwh0bYSjP1HCqjxm89KWmZKoFpRfBEqDLK6XrxA2lf2o+BrGw= ; Received: from unknown (HELO napoleon.local) (mike.jeays@rogers.com@99.224.73.40 with login) by smtp107.rog.mail.re2.yahoo.com with SMTP; 4 Nov 2007 01:03:04 -0000 X-YMail-OSG: GSSwe6UVM1nMVYUKGl9lhl7ityiEkyNJ.GKqyaItP.GBdmam7eTXFm3Nl6STYekG8A-- From: Mike Jeays To: freebsd-questions@freebsd.org Date: Sat, 3 Nov 2007 21:03:17 -0400 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) References: <20071104003851.GA98655@thought.org> In-Reply-To: <20071104003851.GA98655@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711032103.18081.mike.jeays@rogers.com> Subject: Re: pdf edit again. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 01:03:18 -0000 On November 3, 2007 08:38:55 pm Gary Kline wrote: > A couple weeks ago I skimmed thru the postings on editing PDF > files. Wasn't entirely clear what the answer it because I never > thought I would need to edit a GUI file. I just found a book > from 1883 in pdf format. I would like a text/ASCII/ISO_8859-1 > version. Tried pfdtotext, but it doesn't work. Nutshell: is > there something I can use to edit/look-at this book and get rid > of whateveriit is that's causing pdftotext to fail. (sorry for > the grammar.... ) > > gary Try gv and xpdf. You might get lucky. Otherwise - try od :-) -- Mike Jeays http://www.jeays.ca From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 01:37:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E11C816A420 for ; Sun, 4 Nov 2007 01:37:28 +0000 (UTC) (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 89AE513C481 for ; Sun, 4 Nov 2007 01:37:28 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id lA41b6SC062543; Sat, 3 Nov 2007 17:37:06 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA41b6Qh062542; Sat, 3 Nov 2007 17:37:06 -0800 (PST) (envelope-from kline) Date: Sat, 3 Nov 2007 17:37:06 -0800 From: Gary Kline To: deeptech71@gmail.com Message-ID: <20071104013706.GA61859@thought.org> References: <472D0E7D.6050209@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <472D0E7D.6050209@gmail.com> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: freebsd-questions@freebsd.org Subject: Re: reverse grep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 01:37:29 -0000 On Sun, Nov 04, 2007 at 01:12:45AM +0100, deeptech71@gmail.com wrote: > How is it possible to select lines that do NOT match a specific pattern? > > For example, I'm connecting to 192.168.123.254 via telnet (port 23), and > do tcpdump -nli rl0. This cyclic traffic, becuase when tcpdump outputs > something, the system sends me some packets, which generates output in > tcpdump, and vice versa. I want to filter out packets of telnet access > to the FreeBSD machine, that is, something like: > > tcpdump -nli rl0 | grep --non-matching-lines 192.168.123.254.23 % tcpdump -nli rl0 | grep -v 192.168.123.254.23 will print everything except the IP you have shown. -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 01:39:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0662E16A46B for ; Sun, 4 Nov 2007 01:39:37 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC3313C494 for ; Sun, 4 Nov 2007 01:39:35 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from epia-2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id A7F33E04C1; Sun, 4 Nov 2007 02:39:16 +0100 (CET) Date: Sun, 4 Nov 2007 02:39:14 +0100 From: cpghost To: freebsd-questions@freebsd.org Message-ID: <20071104023914.3fabd2e7@epia-2.farid-hajji.net> In-Reply-To: <20071104003851.GA98655@thought.org> References: <20071104003851.GA98655@thought.org> Organization: Cordula's Web X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Gary Kline Subject: Re: pdf edit again. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 01:39:37 -0000 On Sat, 3 Nov 2007 16:38:55 -0800 Gary Kline wrote: > A couple weeks ago I skimmed thru the postings on editing PDF > files. Wasn't entirely clear what the answer it because I > never thought I would need to edit a GUI file. I just found a book > from 1883 in pdf format. I would like a text/ASCII/ISO_8859-1 > version. Tried pfdtotext, but it doesn't work. Nutshell: is > there something I can use to edit/look-at this book and get > rid of whateveriit is that's causing pdftotext to fail. (sorry for > the grammar.... ) Old books in PDF are normally scanned bitmaps. There are no characters or whatever therein; just pixels (EPS files). If you want to convert that to ASCII, you'd need to extract the EPS files (use something like pdfimages from the xpdf port), turn them into some bitmap format, and run some kind of OCR software on that. It's a slow, unreliable, error-prone and painful process though. Good luck! -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 01:42:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FBF316A468 for ; Sun, 4 Nov 2007 01:42:10 +0000 (UTC) (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 13DC113C49D for ; Sun, 4 Nov 2007 01:42:09 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id lA41g48r063360; Sat, 3 Nov 2007 17:42:04 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA41g3bS063359; Sat, 3 Nov 2007 17:42:03 -0800 (PST) (envelope-from kline) Date: Sat, 3 Nov 2007 17:42:03 -0800 From: Gary Kline To: Mike Jeays Message-ID: <20071104014203.GB61859@thought.org> References: <20071104003851.GA98655@thought.org> <200711032103.18081.mike.jeays@rogers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200711032103.18081.mike.jeays@rogers.com> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: freebsd-questions@freebsd.org Subject: Re: pdf edit again. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 01:42:10 -0000 On Sat, Nov 03, 2007 at 09:03:17PM -0400, Mike Jeays wrote: > On November 3, 2007 08:38:55 pm Gary Kline wrote: > > A couple weeks ago I skimmed thru the postings on editing PDF > > files. Wasn't entirely clear what the answer it because I never > > thought I would need to edit a GUI file. I just found a book > > from 1883 in pdf format. I would like a text/ASCII/ISO_8859-1 > > version. Tried pfdtotext, but it doesn't work. Nutshell: is > > there something I can use to edit/look-at this book and get rid > > of whateveriit is that's causing pdftotext to fail. (sorry for > > the grammar.... ) > > > > gary > > Try gv and xpdf. You might get lucky. > > Otherwise - try od :-) > Welll, yeah, I can view ths file with xpdf or any other viewer, but can't figure out what's blocking it from being converted to ASCII. I've seen pdfedit for linux, but haven't found it.... thanks, gary PS: can't figure out whyanybody would take a pub domain book 125 years old any say "copyright"...... *mumble* > > > > -- > Mike Jeays > http://www.jeays.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" -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 01:55:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F3A016A421 for ; Sun, 4 Nov 2007 01:55:20 +0000 (UTC) (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 2710E13C4A6 for ; Sun, 4 Nov 2007 01:55:19 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id lA41sscA068834; Sat, 3 Nov 2007 17:54:54 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA41ssRU068833; Sat, 3 Nov 2007 17:54:54 -0800 (PST) (envelope-from kline) Date: Sat, 3 Nov 2007 17:54:53 -0800 From: Gary Kline To: cpghost Message-ID: <20071104015453.GA64050@thought.org> References: <20071104003851.GA98655@thought.org> <20071104023914.3fabd2e7@epia-2.farid-hajji.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071104023914.3fabd2e7@epia-2.farid-hajji.net> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Gary Kline , freebsd-questions@freebsd.org Subject: Re: pdf edit again. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 01:55:20 -0000 On Sun, Nov 04, 2007 at 02:39:14AM +0100, cpghost wrote: > On Sat, 3 Nov 2007 16:38:55 -0800 > Gary Kline wrote: > > > A couple weeks ago I skimmed thru the postings on editing PDF > > files. Wasn't entirely clear what the answer it because I > > never thought I would need to edit a GUI file. I just found a book > > from 1883 in pdf format. I would like a text/ASCII/ISO_8859-1 > > version. Tried pfdtotext, but it doesn't work. Nutshell: is > > there something I can use to edit/look-at this book and get > > rid of whateveriit is that's causing pdftotext to fail. (sorry for > > the grammar.... ) > > Old books in PDF are normally scanned bitmaps. There are no characters > or whatever therein; just pixels (EPS files). If you want to convert > that to ASCII, you'd need to extract the EPS files (use something like > pdfimages from the xpdf port), turn them into some bitmap format, and > run some kind of OCR software on that. It's a slow, unreliable, > error-prone and painful process though. > > Good luck! "Arrrgh" (Charlie Brown). If it's that tortured, I'll forget it; thanks for the clue. Pretty sure this *was* just phot'd and scanned in. (Much be how amazon.com has thir zillions of boooks online. OCR'ing is serious work; I know that first hand.) gary > > -cpghost. > > -- > Cordula's Web. http://www.cordula.ws/ > _______________________________________________ > 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" -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 02:04:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7984916A419 for ; Sun, 4 Nov 2007 02:04:09 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.freebsd.org (Postfix) with ESMTP id 36F0B13C48D for ; Sun, 4 Nov 2007 02:04:09 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id 52DC210EC02; Sun, 4 Nov 2007 01:34:19 +0100 (CET) X-Virus-Scanned: by amavisd-new at virtual.micronet.sk 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 nHUE-aCO4Y8C; Sun, 4 Nov 2007 01:34:17 +0100 (CET) Received: from DANGER-PC (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id 4BFB910EB2D; Sun, 4 Nov 2007 01:34:11 +0100 (CET) Date: Sun, 4 Nov 2007 01:34:05 +0100 From: Daniel Gerzo Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <676098154.20071104013405@rulez.sk> To: deeptech71@gmail.com In-Reply-To: <472D0E7D.6050209@gmail.com> References: <472D0E7D.6050209@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: reverse grep 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, 04 Nov 2007 02:04:09 -0000 Hello deeptech71, Sunday, November 4, 2007, 1:12:45 AM, you wrote: > How is it possible to select lines that do NOT match a specific pattern? grep -v ; next time please try man grep -- Best regards, Daniel mailto:danger@FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 02:08:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46C5016A46E for ; Sun, 4 Nov 2007 02:08:04 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 0C91913C4C2 for ; Sun, 4 Nov 2007 02:08:03 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 3530B28459; Sat, 3 Nov 2007 22:07:41 -0400 (EDT) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 8DB9E1CD69; Sat, 3 Nov 2007 22:07:40 -0400 (EDT) To: Kevin Kinsey References: <011e01c81e3a$82335dc0$6501a8c0@GRANT> <6FC9F9894A9F8C49A722CF9F2132FC220F34B2E6@ms05.mailstreet2003.net> <44640jrpsp.fsf@Lowell-Desk.lan> <472D002F.10603@daleco.biz> From: Lowell Gilbert Date: Sat, 03 Nov 2007 22:07:40 -0400 In-Reply-To: <472D002F.10603@daleco.biz> (Kevin Kinsey's message of "Sat\, 03 Nov 2007 18\:11\:43 -0500") Message-ID: <44sl3m7ogj.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Grant Peel , Chris Haulmark , Lowell Gilbert , freebsd-questions@freebsd.org Subject: Re: 5.2.1 to 6.2 Migration. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 02:08:04 -0000 Kevin Kinsey writes: > Lowell Gilbert wrote: >> "Chris Haulmark" writes: >> >>> Grant Peel wrote: > >>>> I thought I would ask the question before I do it the hard way .... >>>> >>>> 1. Can FreeBSD be upgraded from 5.2.1 to 6.2 ? > >>> Yes. > >>>> 2. Can it be done through an ssh connection, or MUST I make the trip >>>> to the farm and do it from the console? > >>> I've done 5.x to 6.x upgrades via ssh. It is possible. >>> >>> In the handbook, you will see mentions of booting into single user mode >>> and I can tell you that it is not required. >> >> It's a good safety precaution; if your updated kernel won't boot, you >> will need to reinstall most of the system. > > That sounds a tad alarmist; if the new kernel won't boot, you'll > have to be at (or have someone at) the console who can boot > "kernel.old" (I stand open for correction, but last time I did > it, 'twas that way). And, possibly, that person (you?) will > also have to be able to do some other magic. > > But the phrase "reinstall most of the system" doesn't, at > the very least, *sound* like the BSD Way(tm). Granted, > sometimes it's quicker --- I know that's why it's used so > often on that "Other System" .... ;-) If you have reinstalled a userland that depends on a kernel that doesn't boot, you are quite likely to be in trouble. The "BSD way" does not necessarily involve easy recovery from making up procedures that haven't been worked out or tested by the release engineers. In fact, I don't think any operating system guarantees that you will have an easy time after making up your own upgrade procedures. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 02:48:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40B4416A418 for ; Sun, 4 Nov 2007 02:48:15 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 17D1513C4A5 for ; Sun, 4 Nov 2007 02:48:15 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-3.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lA42lXi4028278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 3 Nov 2007 18:47:34 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <472D32BF.1050708@enabled.com> Date: Sat, 03 Nov 2007 19:47:27 -0700 From: Noah User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by "libstdc++.so.5" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 02:48:15 -0000 HI there, I am not quite sure what library I need to cure this issue up. $ nmap -sP -v 192.168.1.1-255 /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by "libstdc++.so.5" Any clues please? Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 03:17:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4983916A419 for ; Sun, 4 Nov 2007 03:17:29 +0000 (UTC) (envelope-from thisisentirelybogus@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id C1B6A13C49D for ; Sun, 4 Nov 2007 03:17:28 +0000 (UTC) (envelope-from thisisentirelybogus@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1075886wxd for ; Sat, 03 Nov 2007 20:17:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; bh=YptUe7VsycqHXEagbN2nkjzBeGjsVbN9sL3Ppclp8us=; b=OFnnmGVBp83h7TIKdHnefUmOLrl7sVw6OydxlWeDRPQD7gWv9m1RYvn6AB2EJ0Tz6AODMIdiUXZK+y1OJFfbXpM1XJ87zO+6WclpC8qJq/RrVs0xUPt5w3WmIQkybew39a+LxXQFP48gVxTvyfh3SeGlwt0FWJRvsSAoV6yx6sQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; b=b4PbAYh/LgVMf3QgJ/pUtUZBGalrS3sKrWYBdBZZz4stivSlC+fHDQOSZCy6nun+1RHItDMKUfdsn+XrUH4eoruC3xeZI8uKZwVTmGf56s4x2S8EhDh2sOQVbbw/EgjjKF8hGzniY3FaAfEM6A7AIl3Tuyz0Zvo+36uTxovxD2w= Received: by 10.70.47.20 with SMTP id u20mr5511539wxu.1194144530495; Sat, 03 Nov 2007 19:48:50 -0700 (PDT) Received: from ?192.168.1.126? ( [65.7.183.45]) by mx.google.com with ESMTPS id i6sm6238169wxd.2007.11.03.19.48.48 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Nov 2007 19:48:49 -0700 (PDT) Message-Id: <2ADA1D0F-C749-42B2-855F-58E7D3C5B5D8@gmail.com> From: Bob Calder To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Sat, 3 Nov 2007 22:48:47 -0400 X-Mailer: Apple Mail (2.912) Subject: odd entry appeared in my routing table X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 03:17:29 -0000 I am sincerely sorry if this is the wrong place to post. Please direct me to the proper forum if possible. A couple of entries for "bannerconnect.com" have appeared in the routing table of my laptop. In one case the entry is in both destination and gateway columns and in the other, my IP is in the destination and bannerconnect.com is the gateway entry. It shows as being "up" and as "host". The normal entries are in the table as well and these have not replaced the normal routing entries. I am in a home network using DSL on OSX. Looking back through the daily cron, it appeared on October 30th and that's all I have been able to figure out. I know Apple changed things and that you folks may not be able to help me but what I'm asking about is a probable method of attack. I flushed the table and the entry came back. I believe my hosts file has prevented it from being used by directing it to the loopback but that may be superstition on my part. Thanks, Bob From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 03:58:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7807216A419 for ; Sun, 4 Nov 2007 03:58:39 +0000 (UTC) (envelope-from cthala@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 522E913C48E for ; Sun, 4 Nov 2007 03:58:39 +0000 (UTC) (envelope-from cthala@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1584911waf for ; Sat, 03 Nov 2007 20:58:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=YVXWgrvwgLL/wcrX94kr7bEp2ELcNMkoS/wfyKHSe/I=; b=dd0ruLu0D63oxjVK+AZITU010pdKoxUMUiH7PLl//rviLeY3IA1B8A2PN+7MB8bZwXzjR+3yxP4DcUC1NAE+s67yO7W/6xaYxHde/7xMSo7tTpbaQoqXmX+WcoIPcL8929XlK6z7eErkP2gyTIKWIZo4ykPOuNL4/SIytZou2ZI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=D6t8spDyaryGHA4h605tfXZFerGV/Fx8HpT4A3eRXGeT+gQSLvXbLhm1KiQnzjOdDSx2uQ+15Y40n6dHOcvskHSXBy7LaMXuAHCkpss06B2+Qx9gXjXltNYXmNPebKVMCMIAXrjKJYboOHsM0YioJpBzFQiuYISeqqgWchLNur0= Received: by 10.114.195.19 with SMTP id s19mr3651919waf.1194147194951; Sat, 03 Nov 2007 20:33:14 -0700 (PDT) Received: by 10.115.60.6 with HTTP; Sat, 3 Nov 2007 20:33:14 -0700 (PDT) Message-ID: <77647f500711032033i2ffbd581w89d540728e91fbcb@mail.gmail.com> Date: Sat, 3 Nov 2007 23:33:14 -0400 From: "C Thala" To: freebsd MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: need Linux help (watch and LVS) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 03:58:41 -0000 Can someone tell me the FreeBSD equivalent of the Linux command "watch". In Linux, watch is like top, but you can run it against any command and have it refresh every N seconds. There is a watch command in FreeBSD but it does something else entirely. Also, does FreeBSD have an equivalent for Linux LVS? Is it HAProxy? From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 04:10:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AC6B16A419 for ; Sun, 4 Nov 2007 04:10:16 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 55EFB13C494 for ; Sun, 4 Nov 2007 04:10:15 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 4569E50847 for ; Sun, 4 Nov 2007 04:10:04 +0000 (GMT) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nt-i-P4Cyo-8 for ; Sun, 4 Nov 2007 00:10:02 -0400 (EDT) Received: by nyi.unixathome.org (Postfix, from userid 1001) id 4507850840; Sun, 4 Nov 2007 04:10:01 +0000 (GMT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20071104041002.4507850840@nyi.unixathome.org> Date: Sun, 4 Nov 2007 04:10:01 +0000 (GMT) Subject: The FreeBSD Diary: 2007-10-14 - 2007-11-03 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 04:10:16 -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 . -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 04:21:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 663B216A468 for ; Sun, 4 Nov 2007 04:21:04 +0000 (UTC) (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 5F64113C4B5 for ; Sun, 4 Nov 2007 04:21:02 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IoWxu-0002eh-2e for freebsd-questions@freebsd.org; Sun, 04 Nov 2007 04:20:02 +0000 Received: from d90-129-7-133.cust.tele2.lu ([90.129.7.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Nov 2007 04:20:02 +0000 Received: from jo-ml by d90-129-7-133.cust.tele2.lu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Nov 2007 04:20:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Jona Joachim Date: Sun, 04 Nov 2007 05:12:48 +0100 Lines: 39 Message-ID: References: <20071104003851.GA98655@thought.org> <200711032103.18081.mike.jeays@rogers.com> <20071104014203.GB61859@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: d90-129-7-133.cust.tele2.lu User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Sender: news Subject: Re: pdf edit again. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 04:21:08 -0000 On Sat, 03 Nov 2007 17:42:03 -0800, Gary Kline wrote: > On Sat, Nov 03, 2007 at 09:03:17PM -0400, Mike Jeays wrote: >> On November 3, 2007 08:38:55 pm Gary Kline wrote: >> > A couple weeks ago I skimmed thru the postings on editing PDF >> > files. Wasn't entirely clear what the answer it because I never >> > thought I would need to edit a GUI file. I just found a book >> > from 1883 in pdf format. I would like a text/ASCII/ISO_8859-1 >> > version. Tried pfdtotext, but it doesn't work. Nutshell: is >> > there something I can use to edit/look-at this book and get rid >> > of whateveriit is that's causing pdftotext to fail. (sorry for >> > the grammar.... ) >> > >> > gary >> >> Try gv and xpdf. You might get lucky. >> >> Otherwise - try od :-) >> > > Welll, yeah, I can view ths file with xpdf or any other viewer, > but can't figure out what's blocking it from being converted to > ASCII. I've seen pdfedit for linux, but haven't found it.... > > thanks, > > gary > > PS: can't figure out whyanybody would take a pub domain book > 125 years old any say "copyright"...... *mumble* The guy who scanned the book did actually invest a considerable amount of work into scanning it and he can claim copyright for that work. The text itself may be in the public domain but the pdf file is subject to copyright. Best regards, Jona From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 04:25:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD38116A476 for ; Sun, 4 Nov 2007 04:25:49 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.187]) by mx1.freebsd.org (Postfix) with ESMTP id 2F87713C48D for ; Sun, 4 Nov 2007 04:25:48 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1404810fka for ; Sat, 03 Nov 2007 21:25:32 -0700 (PDT) Received: by 10.86.70.8 with SMTP id s8mr2158207fga.1194143772106; Sat, 03 Nov 2007 19:36:12 -0700 (PDT) Received: from ?192.168.123.1? ( [78.92.49.46]) by mx.google.com with ESMTPS id y18sm8933111fkd.2007.11.03.19.36.10 (version=SSLv3 cipher=RC4-MD5); Sat, 03 Nov 2007 19:36:10 -0700 (PDT) Message-ID: <472D2FFB.5050204@gmail.com> Date: Sun, 04 Nov 2007 03:35:39 +0100 From: deeptech71@gmail.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071009 MultiZilla/1.8.3.3a SeaMonkey/1.1.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: reverse grep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 04:25:49 -0000 heh I've read (kind of skimmed) the grep man page but i seem to have missed the -v for some reason ^^ From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 05:03:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C463816A46D for ; Sun, 4 Nov 2007 05:03:21 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD6F13C4B9 for ; Sun, 4 Nov 2007 05:03:20 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from epia-2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id 52DD5E04C1; Sun, 4 Nov 2007 05:55:41 +0100 (CET) Date: Sun, 4 Nov 2007 05:55:38 +0100 From: cpghost To: Gary Kline Message-ID: <20071104055538.5e2f46e9@epia-2.farid-hajji.net> In-Reply-To: <20071104015453.GA64050@thought.org> References: <20071104003851.GA98655@thought.org> <20071104023914.3fabd2e7@epia-2.farid-hajji.net> <20071104015453.GA64050@thought.org> Organization: Cordula's Web X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Gary Kline , freebsd-questions@freebsd.org Subject: Re: pdf edit again. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 05:03:21 -0000 On Sat, 3 Nov 2007 17:54:53 -0800 Gary Kline wrote: > On Sun, Nov 04, 2007 at 02:39:14AM +0100, cpghost wrote: > > On Sat, 3 Nov 2007 16:38:55 -0800 > > Gary Kline wrote: > > > > > A couple weeks ago I skimmed thru the postings on editing > > > PDF files. Wasn't entirely clear what the answer it because I > > > never thought I would need to edit a GUI file. I just found a > > > book from 1883 in pdf format. I would like a > > > text/ASCII/ISO_8859-1 version. Tried pfdtotext, but it doesn't > > > work. Nutshell: is there something I can use to edit/look-at > > > this book and get rid of whateveriit is that's causing pdftotext > > > to fail. (sorry for the grammar.... ) > > > > Old books in PDF are normally scanned bitmaps. There are no > > characters or whatever therein; just pixels (EPS files). If you > > want to convert that to ASCII, you'd need to extract the EPS files > > (use something like pdfimages from the xpdf port), turn them into > > some bitmap format, and run some kind of OCR software on that. It's > > a slow, unreliable, error-prone and painful process though. > > > > Good luck! > > > "Arrrgh" (Charlie Brown). If it's that tortured, I'll forget > it; thanks for the clue. Pretty sure this *was* just phot'd > and scanned in. > > (Much be how amazon.com has thir zillions of boooks online. > OCR'ing is serious work; I know that first hand.) If you need help on imperfectly OCR'ed texts, esp. on texts that are no longer copyrighted, there's always Distributed Proofreaders from the venerable Project Gutenberg: http://www.pgdp.net/ Good luck! -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 06:15:26 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9794516A419 for ; Sun, 4 Nov 2007 06:15:26 +0000 (UTC) (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 4632013C4A6 for ; Sun, 4 Nov 2007 06:15:25 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id lA46EJO2031178 for ; Sat, 3 Nov 2007 22:14:19 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA46EIR5031177 for freebsd-questions@FreeBSD.ORG; Sat, 3 Nov 2007 22:14:18 -0800 (PST) (envelope-from kline) Date: Sat, 3 Nov 2007 22:14:18 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20071104061418.GA28570@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Subject: cannot get screen out of black/black 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: Sun, 04 Nov 2007 06:15:26 -0000 Where do I set up the screen to never go blan? both in console (white on black) mode and in X? Every so often my video card driver (mga) remains blank after 10 to 15 minutes. And gets stuck in this mode. --FWIW, this did not happen in xorg-6.9-- only in the 7.x versions. My hunch is to never let the screen blank. The screensaver does seem to work, tho. Anybody help me here? thanks much, gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 06:49:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9B1616A418 for ; Sun, 4 Nov 2007 06:49:25 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoot.lafn.org (zoot.lafn.ORG [206.117.18.6]) by mx1.freebsd.org (Postfix) with ESMTP id 6311B13C4B2 for ; Sun, 4 Nov 2007 06:49:25 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from [10.0.1.2] (pool-71-109-155-74.lsanca.dsl-w.verizon.net [71.109.155.74]) (authenticated bits=0) by zoot.lafn.org (8.13.6/8.13.4) with ESMTP id lA46JHBU028763 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 3 Nov 2007 23:19:18 -0700 (PDT) (envelope-from bc979@lafn.org) In-Reply-To: <472D2FFB.5050204@gmail.com> References: <472D2FFB.5050204@gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5F99BE99-A5BA-4B07-83C1-5EE57C12E9F9@lafn.org> Content-Transfer-Encoding: 7bit From: Doug Hardie Date: Sat, 3 Nov 2007 23:20:33 -0700 To: deeptech71@gmail.com X-Mailer: Apple Mail (2.752.3) X-Virus-Scanned: ClamAV 0.88.7/4671/Sat Nov 3 18:21:59 2007 on zoot.lafn.org X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: reverse grep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 06:49:25 -0000 On Nov 3, 2007, at 19:35, deeptech71@gmail.com wrote: > heh > I've read (kind of skimmed) the grep man page but i seem to have > missed the -v for some reason ^^ The use of grep -v will work as long as the tcpdump output is limited to one line per packet. However, some of the tcpdump options produce multiple lines per packet. Those will appear to be jumbled as the initial line for the packet will not be included but the following lines will. The best approach to using tcpdump in these situations is to use the -w option to write the raw data to a file. Then use the -r to read it back in and filter using the tcpdump filters which do include the not function. That way if you don't get what you need, you can try again on the same data. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 06:51:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF7D816A417 for ; Sun, 4 Nov 2007 06:51:49 +0000 (UTC) (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 246DE13C4BA for ; Sun, 4 Nov 2007 06:51:48 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id lA46aPIx042283; Sat, 3 Nov 2007 22:36:25 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA46aPAV042282; Sat, 3 Nov 2007 22:36:25 -0800 (PST) (envelope-from kline) Date: Sat, 3 Nov 2007 22:36:25 -0800 From: Gary Kline To: Jona Joachim Message-ID: <20071104063625.GB35764@thought.org> References: <20071104003851.GA98655@thought.org> <200711032103.18081.mike.jeays@rogers.com> <20071104014203.GB61859@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: freebsd-questions@freebsd.org Subject: Re: pdf edit again. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 06:51:49 -0000 On Sun, Nov 04, 2007 at 05:12:48AM +0100, Jona Joachim wrote: > On Sat, 03 Nov 2007 17:42:03 -0800, Gary Kline wrote: > > > On Sat, Nov 03, 2007 at 09:03:17PM -0400, Mike Jeays wrote: > >> On November 3, 2007 08:38:55 pm Gary Kline wrote: > >> > A couple weeks ago I skimmed thru the postings on editing PDF > >> > files. Wasn't entirely clear what the answer it because I never > >> > thought I would need to edit a GUI file. I just found a book > >> > from 1883 in pdf format. I would like a text/ASCII/ISO_8859-1 > >> > version. Tried pfdtotext, but it doesn't work. Nutshell: is > >> > there something I can use to edit/look-at this book and get rid > >> > of whateveriit is that's causing pdftotext to fail. (sorry for > >> > the grammar.... ) > >> > > >> > gary > >> > >> Try gv and xpdf. You might get lucky. > >> > >> Otherwise - try od :-) > >> > > > > Welll, yeah, I can view ths file with xpdf or any other viewer, > > but can't figure out what's blocking it from being converted to > > ASCII. I've seen pdfedit for linux, but haven't found it.... > > > > thanks, > > > > gary > > > > PS: can't figure out whyanybody would take a pub domain book > > 125 years old any say "copyright"...... *mumble* > > The guy who scanned the book did actually invest a considerable amount > of work into scanning it and he can claim copyright for that work. > The text itself may be in the public domain but the pdf file is subject to > copyright. > So then I could consier my HTML version of the philosophy books that friends and I OCR'd in. --Yes, it is a Lot of work... but as least for myself, i wouldn't be that crass. gary > Best regards, > Jona > > > _______________________________________________ > 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" -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 07:56:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAEFC16A469 for ; Sun, 4 Nov 2007 07:56:18 +0000 (UTC) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (ms05.mailstreet2003.net [69.25.50.235]) by mx1.freebsd.org (Postfix) with ESMTP id B2EFB13C4A8 for ; Sun, 4 Nov 2007 07:56:18 +0000 (UTC) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sun, 4 Nov 2007 02:56:04 -0500 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC220F34B36D@ms05.mailstreet2003.net> In-Reply-To: <44sl3m7ogj.fsf@Lowell-Desk.lan> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 5.2.1 to 6.2 Migration. Thread-Index: AcgemM0oV8pxJWLLTLmfpJ+IpeXB1AAJ3nTw References: <011e01c81e3a$82335dc0$6501a8c0@GRANT><6FC9F9894A9F8C49A722CF9F2132FC220F34B2E6@ms05.mailstreet2003.net><44640jrpsp.fsf@Lowell-Desk.lan> <472D002F.10603@daleco.biz> <44sl3m7ogj.fsf@Lowell-Desk.lan> From: "Chris Haulmark" To: Subject: RE: 5.2.1 to 6.2 Migration. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 07:56:19 -0000 >=20 > Kevin Kinsey writes: >=20 > > Lowell Gilbert wrote: > >> "Chris Haulmark" writes: > >> > >>> Grant Peel wrote: > > > >>>> I thought I would ask the question before I do it the hard way > .... > >>>> > >>>> 1. Can FreeBSD be upgraded from 5.2.1 to 6.2 ? > > > >>> Yes. > > > >>>> 2. Can it be done through an ssh connection, or MUST I make the > trip > >>>> to the farm and do it from the console? > > > >>> I've done 5.x to 6.x upgrades via ssh. It is possible. > >>> > >>> In the handbook, you will see mentions of booting into single user > mode > >>> and I can tell you that it is not required. > >> > >> It's a good safety precaution; if your updated kernel won't boot, > you > >> will need to reinstall most of the system. That is over the board. =20 Only times that I have made the mistakes in the past are: 1. Misconfiguring the kernel options such as disabling the meeded network driver built in the kernel. 2. Anything related to having kernel panics to occur. 3. Enabling firewall and getting locked out via network. > > > > That sounds a tad alarmist; if the new kernel won't boot, you'll > > have to be at (or have someone at) the console who can boot > > "kernel.old" (I stand open for correction, but last time I did > > it, 'twas that way). And, possibly, that person (you?) will > > also have to be able to do some other magic. Magic such as having other remote possibilities. DRAC access for example. > > > > But the phrase "reinstall most of the system" doesn't, at > > the very least, *sound* like the BSD Way(tm). Granted, > > sometimes it's quicker --- I know that's why it's used so > > often on that "Other System" .... ;-) >=20 > If you have reinstalled a userland that depends on a kernel that > doesn't boot, you are quite likely to be in trouble. I always do buildworld/installworld as part of my kernel build/installs. That is to ensure staying in sync. I reboot after the installworld then again after the installkernel. >=20 > The "BSD way" does not necessarily involve easy recovery from making > up procedures that haven't been worked out or tested by the release > engineers. In fact, I don't think any operating system guarantees > that you will have an easy time after making up your own upgrade > procedures. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 09:21:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EA0816A46B for ; Sun, 4 Nov 2007 09:21:58 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 01CED13C4A7 for ; Sun, 4 Nov 2007 09:21:57 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1114615wxd for ; Sun, 04 Nov 2007 01:21:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=iZ1QCM9DXDgK7A+SarbVFXKUemE/ePh5cZoTa6WW/bU=; b=dSIb35QVlpBblR7IKig5Ix8fSPLAZcyntG1Whwy35LNDrI4dO1EeI729EbwogJpNNAve53el00conS7H+b/JrZnxxaA79YU1BIFeH7UcuvxRU9lAfDZfFTXBfTgEm1rAl3yVK7MoFKTrqVjVupDlompSwKU+aN39299G332Zc1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=A4efSWUzJAPq9b6Q1M1OTYZ5RIyGZYZg08ZLbQ6KQhZq1HAMe7YrmkmmjVf4CQO58MpfupMS4YrfG5yMIbUSOn+GTHyG9tFJGWoUy6UKBg8OeNYTVrNCL1VjOsEkL2JG5Y6BrDy4BSwanJ773WiFw9nxJa7aosjudE8ZKsj9BQM= Received: by 10.70.89.11 with SMTP id m11mr5920944wxb.1194168104144; Sun, 04 Nov 2007 01:21:44 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id p33sm7286088elf.2007.11.04.01.21.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 Nov 2007 01:21:43 -0800 (PST) Message-ID: <472D56A1.7070206@gmail.com> Date: Sun, 04 Nov 2007 01:20:33 -0400 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: freebsd-current@freebsd.org, freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org, "Sean C. Farley" , samira Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: [ANNOUNCEMENT] Wiki for discussing P35/IHC9(R)/SATA issues set up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 09:21:58 -0000 http://www.flosoft-systems.com/wiki/index.php The goals of the wiki are: 1. Clearinghouse for known issues and solutions 2. Cordinate the development of patch set(s) to fix the issues From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 09:32:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 550F616A41B for ; Sun, 4 Nov 2007 09:32:16 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from stargate.alaskaparadise.com (137-42-178-69.gci.net [69.178.42.137]) by mx1.freebsd.org (Postfix) with ESMTP id C726613C4BB for ; Sun, 4 Nov 2007 09:32:15 +0000 (UTC) (envelope-from beech@freebsd.org) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id AA137845D; Sun, 4 Nov 2007 01:32:03 -0800 (AKDT) From: Beech Rintoul To: "Chris Haulmark" Date: Sun, 4 Nov 2007 01:31:55 -0800 User-Agent: KMail/1.9.7 References: <011e01c81e3a$82335dc0$6501a8c0@GRANT> <44sl3m7ogj.fsf@Lowell-Desk.lan> <6FC9F9894A9F8C49A722CF9F2132FC220F34B36D@ms05.mailstreet2003.net> In-Reply-To: <6FC9F9894A9F8C49A722CF9F2132FC220F34B36D@ms05.mailstreet2003.net> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711040131.59446.beech@freebsd.org> Cc: freebsd-questions@freebsd.org Subject: Re: 5.2.1 to 6.2 Migration. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 09:32:16 -0000 On Saturday 03 November 2007, Chris Haulmark said: > > Kevin Kinsey writes: > > > Lowell Gilbert wrote: > > >> "Chris Haulmark" writes: > > >>> Grant Peel wrote: > > >>>> I thought I would ask the question before I do it the hard > > >>>> way > > > > .... > > > > >>>> 1. Can FreeBSD be upgraded from 5.2.1 to 6.2 ? > > >>> > > >>> Yes. > > >>> > > >>>> 2. Can it be done through an ssh connection, or MUST I make > > >>>> the > > > > trip > > > > >>>> to the farm and do it from the console? > > >>> > > >>> I've done 5.x to 6.x upgrades via ssh. It is possible. > > >>> > > >>> In the handbook, you will see mentions of booting into single > > >>> user > > > > mode > > > > >>> and I can tell you that it is not required. > > >> > > >> It's a good safety precaution; if your updated kernel won't > > >> boot, > > > > you > > > > >> will need to reinstall most of the system. > > That is over the board. > > Only times that I have made the mistakes in the past are: > > 1. Misconfiguring the kernel options such as disabling the > meeded network driver built in the kernel. > 2. Anything related to having kernel panics to occur. > 3. Enabling firewall and getting locked out via network. > > > > That sounds a tad alarmist; if the new kernel won't boot, > > > you'll have to be at (or have someone at) the console who can > > > boot "kernel.old" (I stand open for correction, but last time I > > > did it, 'twas that way). And, possibly, that person (you?) > > > will also have to be able to do some other magic. > > Magic such as having other remote possibilities. DRAC access for > example. > > > > But the phrase "reinstall most of the system" doesn't, at > > > the very least, *sound* like the BSD Way(tm). Granted, > > > sometimes it's quicker --- I know that's why it's used so > > > often on that "Other System" .... ;-) > > > > If you have reinstalled a userland that depends on a kernel that > > doesn't boot, you are quite likely to be in trouble. > > I always do buildworld/installworld as part of my kernel > build/installs. That is to ensure staying in sync. > > I reboot after the installworld then again after the installkernel. You should do it the other way around. That way if the new kernel doesn't boot you aren't stuck with an out of sync userland which may not play nicely with your old kernel. Also, depending on the changes booting an old kernel with a new userland may (and has) result in your system not booting at all. The proper sequence is: # make buildworld # make buildkernel # make installkernel # reboot # mergemaster -p # make installworld # mergemaster # reboot > > > The "BSD way" does not necessarily involve easy recovery from > > making up procedures that haven't been worked out or tested by > > the release engineers. In fact, I don't think any operating > > system guarantees that you will have an easy time after making up > > your own upgrade procedures. > > _______________________________________________ > 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" -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 09:38:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20E9716A41A for ; Sun, 4 Nov 2007 09:38:44 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id E10BD13C4D5 for ; Sun, 4 Nov 2007 09:38:43 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <472D9307.2090307@intersonic.se> Date: Sun, 04 Nov 2007 10:38:15 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.6 (X11/20071103) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: make delete-old 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: Sun, 04 Nov 2007 09:38:44 -0000 Hi, Is there a clever way to run make delete-old in /usr/src so that (y) will be the default answer? Otherwise it's pressing "y" 437 times in my case... --per From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 09:51:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C3D816A41A for ; Sun, 4 Nov 2007 09:51:31 +0000 (UTC) (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 E596E13C4AC for ; Sun, 4 Nov 2007 09:51:29 +0000 (UTC) (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 lA49p9GR018870 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 4 Nov 2007 16:51:09 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id lA49p9Xb067871; Sun, 4 Nov 2007 16:51:09 +0700 (ICT) Date: Sun, 4 Nov 2007 16:51:09 +0700 (ICT) Message-Id: <200711040951.lA49p9Xb067871@banyan.cs.ait.ac.th> From: Olivier Nicole To: peo@intersonic.se In-reply-to: <472D9307.2090307@intersonic.se> (message from Per olof Ljungmark on Sun, 04 Nov 2007 10:38:15 +0100) References: <472D9307.2090307@intersonic.se> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: make delete-old 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: Sun, 04 Nov 2007 09:51:31 -0000 Is there a clever way to run make delete-old in /usr/src so that (y) > will be the default answer? Otherwise it's pressing "y" 437 times in my > case... yes | make delete-old Olivier From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 10:01:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85E9C16A418 for ; Sun, 4 Nov 2007 10:01:25 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (izb.knu.ac.kr [155.230.157.93]) by mx1.freebsd.org (Postfix) with ESMTP id 41F6513C4BF for ; Sun, 4 Nov 2007 10:01:24 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (localhost.izb.knu.ac.kr [127.0.0.1]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id 79BBC3EA5; Sun, 4 Nov 2007 19:01:00 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=izb.knu.ac.kr; h=subject: from:reply-to:to:cc:in-reply-to:references:content-type:date: message-id:mime-version:content-transfer-encoding; q=dns/txt; s= s1024; bh=e3dGi2CmGppq4zKzLRDHuO2/sV8=; b=LpmUBpYVcBNfUpsYvBygam P7bVLnKptBmiVY5MDwHHeVNIzwqPmBsUMR0txIIBER0enuhKEF4XIT13ECiof+eX cKSNmj5Eoj/onitUaW3cq2nOnQT2TqfLkXY+A0FoIbY/9P2KNk/G8O8sh+IUaDRk WnI0PEEVxUXnEH56zZ/YA= Received: from setaria.izb.knu.ac.kr (setaria.izb.knu.ac.kr [IPv6:2002:9be6:a514:1::1]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id 60A7C3EA4; Sun, 4 Nov 2007 19:01:00 +0900 (KST) Received: from [IPv6:2001:470:1f04:bb::2] (unknown [IPv6:2001:470:1f04:bb::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "黃炳熙", Issuer "é„­è–美" (verify="æ„›")) (Authenticated sender: bh.rfc4871@setaria.izb.knu.ac.kr) by setaria.izb.knu.ac.kr (Postfix) with ESMTP id 758AE1CCEE; Sun, 4 Nov 2007 19:00:55 +0900 (KST) From: Byung-Hee HWANG To: Per olof Ljungmark In-Reply-To: <472D9307.2090307@intersonic.se> References: <472D9307.2090307@intersonic.se> Content-Type: text/plain Organization: InZealBomb Date: Sun, 04 Nov 2007 19:00:50 +0900 Message-Id: <1194170450.22054.0.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: make delete-old question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 10:01:25 -0000 Hi, On Sun, 2007-11-04 at 10:38 +0100, Per olof Ljungmark wrote: > Hi, > > Is there a clever way to run make delete-old in /usr/src so that (y) > will be the default answer? Otherwise it's pressing "y" 437 times in my > case... cd /usr/src && grep -nrF BATCH_DELETE_OLD_FILES * Any comments? -- "I would work for you like your sons." -- Tom Hagen, "Chapter 1", page 52 From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 10:10:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89E9E16A46B for ; Sun, 4 Nov 2007 10:10:43 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id DEA2613C48A; Sun, 4 Nov 2007 10:10:42 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <472D9AA2.2020708@FreeBSD.org> Date: Sun, 04 Nov 2007 11:10:42 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Noah References: <472D32BF.1050708@enabled.com> In-Reply-To: <472D32BF.1050708@enabled.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by "libstdc++.so.5" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 10:10:43 -0000 Noah wrote: > > > HI there, > > I am not quite sure what library I need to cure this issue up. > > > $ nmap -sP -v 192.168.1.1-255 > /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by > "libstdc++.so.5" That doesn't make much sense because no version of FreeBSD yet has a libm.so.6. How did you obtain this nmap binary? Kris From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 10:20:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82EA916A46D for ; Sun, 4 Nov 2007 10:20:02 +0000 (UTC) (envelope-from ckeladis@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188]) by mx1.freebsd.org (Postfix) with ESMTP id 1231E13C4CC for ; Sun, 4 Nov 2007 10:20:01 +0000 (UTC) (envelope-from ckeladis@gmail.com) Received: by mu-out-0910.google.com with SMTP id i10so1438037mue for ; Sun, 04 Nov 2007 02:19:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=p4HxGoM40zZ2ejQfY4cqgcW38IDVQk+FBpU0d3w1To0=; b=F6WuW7iCovNwu/w5D7YZHYB0Ft4MF/dVFXJZkmwgPhiXHL5ELdZCeDjgUwyVf2rD2gzQIvnQLc2jB0IC6j2IpveHFmriKPs4tWM8PGNwroJIoYcDgkJjQRjvNeyfa1yVZ7MGmIFe/qHnC7UqLJQ0L8W+r5vVW29ZMTaVzTPiu38= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p6cY3IkYpls+l1q8bxgh0pZGfWa7MUysr7CrvvYQcpVsVz6BzgGK9eHzlA7E0sTDOexHr93dik03PvYRjHql/pTiTeKPU1Re3oOJ/vwsDzJLCvuMavc/vXiVvqJVRoz+4qfHKwp5GUE7wpuYmcFjwl9yzI5H091sOlE8lQcEtcs= Received: by 10.86.99.9 with SMTP id w9mr2406890fgb.1194169975529; Sun, 04 Nov 2007 01:52:55 -0800 (PST) Received: by 10.86.71.15 with HTTP; Sun, 4 Nov 2007 01:52:55 -0800 (PST) Message-ID: <268f570d0711040152n18469c3en24661f6c7410a2f9@mail.gmail.com> Date: Sun, 4 Nov 2007 20:52:55 +1100 From: "Chris Keladis" To: deeptech71@gmail.com In-Reply-To: <20071104013706.GA61859@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <472D0E7D.6050209@gmail.com> <20071104013706.GA61859@thought.org> Cc: Gary Kline , freebsd-questions@freebsd.org Subject: Re: reverse grep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 10:20:02 -0000 On 11/4/07, Gary Kline wrote: > On Sun, Nov 04, 2007 at 01:12:45AM +0100, deeptech71@gmail.com wrote: > > How is it possible to select lines that do NOT match a specific pattern? > > > > For example, I'm connecting to 192.168.123.254 via telnet (port 23), and > > do tcpdump -nli rl0. This cyclic traffic, becuase when tcpdump outputs > > something, the system sends me some packets, which generates output in > > tcpdump, and vice versa. I want to filter out packets of telnet access > > to the FreeBSD machine, that is, something like: > > > > tcpdump -nli rl0 | grep --non-matching-lines 192.168.123.254.23 > > % tcpdump -nli rl0 | grep -v 192.168.123.254.23 > > will print everything except the IP you have shown. Actually, a better way to do it would be: % tcpdump -nli rl0 'not host 192.168.123.254 and port 22' Will prevent tcpdump from capturing your own SSH traffic. grep -v is only a partial solution, if a switch such as '-X' (or '-x' on some platforms) is added, grep -v will snip only the matching line, leaving all the other lines that don't match, through, which will generate traffic, get captured, and loop as previously, as well as making the output look very non-sensical. 'man tcpdump' will be a better read in this case than man grep, although the question was perhaps worded poorly, leading to responses on grep. Regards, Chris. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 10:45:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8566416A417 for ; Sun, 4 Nov 2007 10:45:45 +0000 (UTC) (envelope-from mymailfloods@googlemail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 5D49013C4A8 for ; Sun, 4 Nov 2007 10:45:45 +0000 (UTC) (envelope-from mymailfloods@googlemail.com) Received: by wa-out-1112.google.com with SMTP id k17so1676997waf for ; Sun, 04 Nov 2007 02:45:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=rlgCJo20FOfHmHcMJuoaR71rurLe8cKcFFc+ymq2bAE=; b=S0XttV9QubjTef0fGCvrEOjgV8GBqBPQgMOy8fP+jBqGKYrN3guwJE2yS6nUbMY3TEBMcpsvjP1HEUYuziKjzBeA0CPbjHioErZNm+mvtw15zDMh4dzLZjQRRYzUX3Rev4U3gtAjpIujA8U/NSKbyCkstx/AL2GTDYZlfHsXrro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UhH4XM3WPmYer6jbrqh+9xs1osODVutrUN9MOWp6OWzjm1PpHzRXC++hZgvsQuHTu7DlpY24MpHa3WDEUs28pdjqSFekitSmtS1goUxUsSz2wINne0wq1bSOhLcZYlNHEannWUT66jAAquSvLCL2iiuuZmNrkSJBbznKnwZVb6w= Received: by 10.115.108.1 with SMTP id k1mr3929823wam.1194173126623; Sun, 04 Nov 2007 02:45:26 -0800 (PST) Received: by 10.114.53.5 with HTTP; Sun, 4 Nov 2007 02:45:26 -0800 (PST) Message-ID: Date: Sun, 4 Nov 2007 11:45:26 +0100 From: "Thomas Hobbes" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Smartmontools: Load_Cycle_Count increasing rapidly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 10:45:45 -0000 Hi, there are some reports that Ubuntu GNU/Linux 7.10 "kills harddisks": http://ubuntudemon.wordpress.com/2007/10/28/laptop-hardrive-killer-bug-how-to-discover-whether-you-are-affected/ I can confirm this behaviour for FreeBSD 6.2 STABLE 200710 i386 and smartmontools-5.37_2 from the portscollection. My Load_Cycle_Count is increasing about 1 cycle per minute. So maybe Smartmontools is causing this problem? Best greetings Thomas From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 10:50:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 388EE16A418 for ; Sun, 4 Nov 2007 10:50:22 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.freebsd.org (Postfix) with ESMTP id ED07E13C48A for ; Sun, 4 Nov 2007 10:50:21 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from dominion.borderworlds.dk (unknown [10.1.0.10]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 0929FB803 for ; Sun, 4 Nov 2007 11:12:57 +0100 (CET) Received: by dominion.borderworlds.dk (Postfix, from userid 2000) id 0DC85497; Sun, 4 Nov 2007 11:12:56 +0100 (CET) To: freebsd-questions@freebsd.org References: <472D9307.2090307@intersonic.se> From: Christian Laursen Date: Sun, 04 Nov 2007 11:12:56 +0100 In-Reply-To: <472D9307.2090307@intersonic.se> (Per olof Ljungmark's message of "Sun\, 04 Nov 2007 10\:38\:15 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: make delete-old question 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, 04 Nov 2007 10:50:22 -0000 Per olof Ljungmark writes: > Is there a clever way to run make delete-old in /usr/src so that (y) > will be the default answer? Otherwise it's pressing "y" 437 times in > my case... yes | make delete-old -- Christian Laursen From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 10:54:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A991816A41B for ; Sun, 4 Nov 2007 10:54:06 +0000 (UTC) (envelope-from lists@oak-wood.co.uk) Received: from ash.oak-wood.co.uk (ash.oak-wood.co.uk [62.3.200.116]) by mx1.freebsd.org (Postfix) with ESMTP id 53C7B13C4B9 for ; Sun, 4 Nov 2007 10:54:05 +0000 (UTC) (envelope-from lists@oak-wood.co.uk) Received: from localhost (localhost [127.0.0.1]) by ash.oak-wood.co.uk (Postfix) with ESMTP id C1464AD834 for ; Sun, 4 Nov 2007 10:31:33 +0000 (GMT) Received: from ash.oak-wood.co.uk ([127.0.0.1]) by localhost (ash.oak-wood.co.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 36793-03-8 for ; Sun, 4 Nov 2007 10:31:33 +0000 (GMT) Received: from [192.168.37.233] (bluebell.thegrove.oak-wood.co.uk [192.168.37.233]) by ash.oak-wood.co.uk (Postfix) with ESMTP id 4D4A6AD82E for ; Sun, 4 Nov 2007 10:31:33 +0000 (GMT) Message-ID: <472D9F85.10508@oak-wood.co.uk> Date: Sun, 04 Nov 2007 10:31:33 +0000 From: Chris Hastie User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.8pre) Gecko/20071022 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Which version with a Xeon X3210 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 10:54:06 -0000 I've just ordered a new server based on the Intel Xeon X3210. This is a quad core processor supporting the Intel 64 (formerly known as Intel=AE EM64T, according to the flyer) instruction set. I plan to install FreeBSD 6.2 on it, but I'm not clear whether I should be using the AMD64 version or the x86 version. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 11:00:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E05216A41A for ; Sun, 4 Nov 2007 11:00:42 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 0953313C4A7 for ; Sun, 4 Nov 2007 11:00:41 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-25-183.bredband.comhem.se ([83.253.25.183]:64621 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1IodDE-0001mC-4v for freebsd-questions@freebsd.org; Sun, 04 Nov 2007 12:00:16 +0100 Received: (qmail 68075 invoked from network); 4 Nov 2007 12:00:13 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 4 Nov 2007 12:00:13 +0100 Received: (qmail 20519 invoked by uid 1001); 4 Nov 2007 12:00:13 +0100 Date: Sun, 4 Nov 2007 12:00:13 +0100 From: Erik Trulsson To: Chris Hastie Message-ID: <20071104110013.GA20479@owl.midgard.homeip.net> Mail-Followup-To: Chris Hastie , freebsd-questions@freebsd.org References: <472D9F85.10508@oak-wood.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <472D9F85.10508@oak-wood.co.uk> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.25.183 X-Scan-Result: No virus found in message 1IodDE-0001mC-4v. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IodDE-0001mC-4v 399161b5a5be6f4a9d7ca7c2969fa9e5 Cc: freebsd-questions@freebsd.org Subject: Re: Which version with a Xeon X3210 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 11:00:42 -0000 On Sun, Nov 04, 2007 at 10:31:33AM +0000, Chris Hastie wrote: > I've just ordered a new server based on the Intel Xeon X3210. This is a > quad core processor supporting the Intel 64 (formerly known as Intel=AE > EM64T, according to the flyer) instruction set. >=20 > I plan to install FreeBSD 6.2 on it, but I'm not clear whether I should > be using the AMD64 version or the x86 version. Either version should work. If you intend to use 4GB (or more) of RAM, then the AMD64 version will work better by allowing you to actually use all of t= hat memory. Otherwise you might as well use the i386 version for better compatibility with binary-only programs/codecs/drivers (mainly affects various multimedia codecs which is probably not very important for a server though.) --=20 Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 11:35:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58D7B16A421 for ; Sun, 4 Nov 2007 11:35:07 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from pecan.exetel.com.au (pecan.exetel.com.au [220.233.0.17]) by mx1.freebsd.org (Postfix) with ESMTP id 2008113C49D for ; Sun, 4 Nov 2007 11:35:06 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from 28.201.233.220.exetel.com.au ([220.233.201.28] helo=[192.168.100.148]) by pecan.exetel.com.au with esmtp (Exim 4.63) (envelope-from ) id 1IoaHQ-0000iY-Rb; Sun, 04 Nov 2007 18:52:24 +1100 In-Reply-To: <77647f500711032033i2ffbd581w89d540728e91fbcb@mail.gmail.com> References: <77647f500711032033i2ffbd581w89d540728e91fbcb@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Sun, 4 Nov 2007 18:52:22 +1100 To: C Thala X-Mailer: Apple Mail (2.752.3) Cc: freebsd Subject: Re: need Linux help (watch and LVS) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 11:35:07 -0000 On 04/11/2007, at 2:33 PM, C Thala wrote: > Can someone tell me the FreeBSD equivalent of the Linux command > "watch". > > In Linux, watch is like top, but you can run it against any command > and have it refresh every N seconds. There is a watch command in > FreeBSD but it does something else entirely. You can do this using a simple shell loop. If you really need the GNU watch command it is available in ports as "gnu-watch". Have a nice day Sam From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 11:47:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 922D816A418 for ; Sun, 4 Nov 2007 11:47:19 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.freebsd.org (Postfix) with ESMTP id 2B45213C481 for ; Sun, 4 Nov 2007 11:47:18 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id lA4BAen3015148; Sun, 4 Nov 2007 12:10:41 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 2EC7CB82D; Sun, 4 Nov 2007 12:10:40 +0100 (CET) Date: Sun, 4 Nov 2007 12:10:40 +0100 From: Roland Smith To: Chris Hastie Message-ID: <20071104111040.GA65449@slackbox.xs4all.nl> Mail-Followup-To: Chris Hastie , freebsd-questions@freebsd.org References: <472D9F85.10508@oak-wood.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline In-Reply-To: <472D9F85.10508@oak-wood.co.uk> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Which version with a Xeon X3210 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 11:47:19 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 04, 2007 at 10:31:33AM +0000, Chris Hastie wrote: > I've just ordered a new server based on the Intel Xeon X3210. This is a > quad core processor supporting the Intel 64 (formerly known as Intel=AE > EM64T, according to the flyer) instruction set. >=20 > I plan to install FreeBSD 6.2 on it, but I'm not clear whether I should > be using the AMD64 version or the x86 version. If you routinely run out of address space on i386 with your workload, you should use amd64. It is possible for amd64 to be faster than i386 (more registers, among other things), but it depends on the workload (an IO-bound workload will see little difference, I suspect). You'll have to test that. If you depend on binary and/or i386-only ports (e.g. nv driver, wine, flash plugin) you should probably go with i386. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHLaiwEnfvsMMhpyURAgTeAJ9QvSleSnVh+oaBTwnFXTSr6/VChgCeOI5+ KkoVIyGnt2By0TwsGsiKruo= =lGps -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 12:44:09 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5242516A41A for ; Sun, 4 Nov 2007 12:44:09 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id 11DAA13C4B8 for ; Sun, 4 Nov 2007 12:44:08 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=GqvCcSFE6wvpDUzPr2oA:9 a=c-LMYk7uz0QdjfxH1soA:7 a=FXXNyrLsIvCoNcSawUpGh9DQAa8A:4 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp07.embarq.synacor.com smtp.mail=bsd-unix@embarqmail.com; spf=neutral Authentication-Results: smtp07.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received-SPF: neutral (smtp07.embarq.synacor.com: 76.6.194.183 is neither permitted nor denied by domain of embarqmail.com) Received: from [76.6.194.183] ([76.6.194.183:63461] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.1.21 r(19176)) with ESMTPA id CB/D4-07884-079BD274; Sun, 04 Nov 2007 07:22:09 -0500 Date: Sun, 4 Nov 2007 07:22:07 -0500 From: Randy Pratt To: Gary Kline Message-Id: <20071104072207.1b41a334.bsd-unix@embarqmail.com> In-Reply-To: <20071104061418.GA28570@thought.org> References: <20071104061418.GA28570@thought.org> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: cannot get screen out of black/black 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: Sun, 04 Nov 2007 12:44:09 -0000 On Sat, 3 Nov 2007 22:14:18 -0800 Gary Kline wrote: > > Where do I set up the screen to never go blan? both in console > (white on black) mode and in X? Every so often my video card > driver (mga) remains blank after 10 to 15 minutes. And gets > stuck in this mode. --FWIW, this did not happen in xorg-6.9-- > only in the 7.x versions. My hunch is to never let the screen > blank. The screensaver does seem to work, tho. Blanking in console mode is controlled by /etc/defaults/rc.conf: blanktime="300" # blank time (in seconds) or "NO" to turn it off. Put your override in /etc/rc.conf . Xorg blanking can be set via "xset". To see your settings run "xset q". If you run "xset" without arguments, you can get hints on settings: For screen-saver control: s [timeout [cycle]] s default s on s blank s noblank s off s expose s noexpose s activate s reset For more detail, see "man xset". You may also have some window manager screensaver mode to contend with. Also as a side, since you're using the xf86-video-mga driver, see http://www.freebsd.org/cgi/query-pr.cgi?pr=117726 HTH, Randy -- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 12:48:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5300F16A46E for ; Sun, 4 Nov 2007 12:48:26 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from lmailproxy03.edpnet.net (lmailproxy03.edpnet.net [212.71.1.196]) by mx1.freebsd.org (Postfix) with ESMTP id C71E313C4B7 for ; Sun, 4 Nov 2007 12:48:25 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from [192.168.1.100] (213.219.151.33.adsl.dyn.edpnet.net [213.219.151.33]) by lmailproxy03.edpnet.net (8.13.1/8.13.1) with ESMTP id lA4B9ZNZ001452 for ; Sun, 4 Nov 2007 12:09:35 +0100 From: beni To: freebsd-questions@freebsd.org Date: Sun, 4 Nov 2007 11:09:27 +0000 User-Agent: KMail/1.9.7 References: <20071103200259.R1575@small> In-Reply-To: <20071103200259.R1575@small> X-Face: $,~&QrDrInYiH(ZUXjNH_0r4q\`w83!}&; +8c.K[`NnZwV|m$5N{NCkWesaR.9|yqIC[<=?utf-8?q?d=0A=09P0?="xTw:F|)_r*WC\f8lz)g=a; 93dz2mP7iv)LLzBd; 6^Y:=*>@U; _\+4( MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711041109.27564.beni@brinckman.info> X-Virus-Scanned: ClamAV 0.91.2/4671/Sun Nov 4 02:21:59 2007 on lmailproxy03.edpnet.net X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_50 autolearn=disabled version=3.1.9 X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on lmailproxy03.edpnet.net Subject: Re: What kind of audio device is this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: beni@brinckman.info List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 12:48:26 -0000 On Saturday 03 November 2007 19:08:25 P.U.Kruppa wrote: > Hi, > > dmesg says I have got > ugen0: addr 4> on uhub0 > on board. > What is this? Do we have a driver for it? Vendor 0x0d8c seems to be C-Media, but without the product ID it is difficult to find out what card it is. http://www.cmedia.com.tw/?q=en/datasheets snd_cmi (4) should work with some C-Media sound cards : HARDWARE The snd_cmi driver supports the following sound cards: +o CMedia CMI8338A +o CMedia CMI8338B +o CMedia CMI8738 +o CMedia CMI8738B or else the snd_uaudio driver might help. > Of course I tried > # kldload snd_driver > but all I get is > # cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) > Installed devices: > > I am running > FreeBSD 7.0-BETA2 FreeBSD 7.0-BETA2 #0: > Sat Nov 3 17:55:42 CET 2007 amd64 > > > Thanks, > > Uli. > > Peter Ulrich Kruppa > Wuppertal > Germany > Hope this helps, -- Beni. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 13:03:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED63F16A469 for ; Sun, 4 Nov 2007 13:03:27 +0000 (UTC) (envelope-from que_deseja@hotmail.com) Received: from bay0-omc1-s24.bay0.hotmail.com (bay0-omc1-s24.bay0.hotmail.com [65.54.246.96]) by mx1.freebsd.org (Postfix) with ESMTP id DA36213C49D for ; Sun, 4 Nov 2007 13:03:27 +0000 (UTC) (envelope-from que_deseja@hotmail.com) Received: from BAY108-W6 ([65.54.162.106]) by bay0-omc1-s24.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 4 Nov 2007 04:30:07 -0800 Message-ID: X-Originating-IP: [98.203.60.169] From: Desmond Chapman To: Date: Sun, 4 Nov 2007 12:30:07 +0000 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 04 Nov 2007 12:30:07.0521 (UTC) FILETIME=[6F13F110:01C81EDE] Subject: Ports 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: Sun, 04 Nov 2007 13:03:28 -0000 Hello. I am having multiple problems with the ports collection # cd /usr/ports/ports-mgmt/portupgrade # make install clean =3D=3D=3D> Installing for portupgrade-2.3.1,2 =3D=3D=3D> portupgrade-2.3.1,2 depends on file: /usr/local/bin/ruby18 - f= ound =3D=3D=3D> portupgrade-2.3.1,2 depends on file: /usr/local/lib/ruby/site_= ruby/1.8/i386-freebsd6/bdb.so - found =3D=3D=3D> portupgrade-2.3.1,2 depends on file: /usr/local/bin/perl5.8.8 = - found =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if ports-mgmt/portupgrade already installed =3D=3D=3D> bin (install) install -o root -g wheel -m 555 .build/pkg_fetch /usr/local/sbin/pkg_fet= ch install -o root -g wheel -m 555 .build/pkg_glob /usr/local/sbin/pkg_glob install -o root -g wheel -m 555 .build/pkg_sort /usr/local/sbin/pkg_sort install -o root -g wheel -m 555 .build/pkgdb /usr/local/sbin/pkgdb install -o root -g wheel -m 555 .build/portcvsweb /usr/local/sbin/portcv= sweb install -o root -g wheel -m 555 .build/portsclean /usr/local/sbin/portsc= lean install -o root -g wheel -m 555 .build/portsdb /usr/local/sbin/portsdb install -o root -g wheel -m 555 .build/portupgrade /usr/local/sbin/portu= pgrade install -o root -g wheel -m 555 .build/portversion /usr/local/sbin/portv= ersion /usr/local/sbin/pkg_deinstall -> /usr/local/sbin/pkg_glob /usr/local/sbin/pkg_which -> /usr/local/sbin/pkgdb /usr/local/sbin/portinstall -> /usr/local/sbin/portupgrade /usr/local/sbin/ports_glob -> /usr/local/sbin/portsdb =3D=3D=3D> etc (install) install -o root -g wheel -m 555 .build/status-pkg.sh /usr/local/etc/pkgt= ools.status-pkg.sh install -o root -g wheel -m 444 pkgtools.conf /usr/local/etc/pkgtools.co= nf.sample =3D=3D=3D> lib (install) install -o root -g wheel -m 444 .build/pkg.rb .build/pkgdb.rb .build/pkgdb= tools.rb .build/pkginfo.rb .build/pkgmisc.rb .build/pkgtools.rb .build/pkgt= sort.rb .build/pkgversion.rb .build/portinfo.rb .build/ports.rb .build/port= sdb.rb `/usr/local/bin/ruby18 -rrbconfig -e 'puts "%s/%s.%s" % %w[sitedir = MAJOR MINOR].map { |k| Config::CONFIG[k] }'` =3D=3D=3D> man (install) install -o root -g wheel -m 444 pkg_deinstall.1.gz /usr/local/man/man1 install -o root -g wheel -m 444 pkg_fetch.1.gz /usr/local/man/man1 install -o root -g wheel -m 444 pkg_glob.1.gz /usr/local/man/man1 install -o root -g wheel -m 444 pkg_sort.1.gz /usr/local/man/man1 install -o root -g wheel -m 444 pkgdb.1.gz /usr/local/man/man1 install -o root -g wheel -m 444 portcvsweb.1.gz /usr/local/man/man1 install -o root -g wheel -m 444 portsclean.1.gz /usr/local/man/man1 install -o root -g wheel -m 444 portsdb.1.gz /usr/local/man/man1 install -o root -g wheel -m 444 portupgrade.1.gz /usr/local/man/man1 install -o root -g wheel -m 444 portversion.1.gz /usr/local/man/man1 install -o root -g wheel -m 444 pkgtools.conf.5.gz /usr/local/man/man5 /usr/local/man/man1/pkg_which.1.gz -> /usr/local/man/man1/pkgdb.1.gz /usr/local/man/man1/portinstall.1.gz -> /usr/local/man/man1/portupgrade.1.g= z /usr/local/man/man1/ports_glob.1.gz -> /usr/local/man/man1/portsdb.1.gz =3D=3D=3D> misc (install) =3D=3D=3D> misc/bash (install) mkdir -p /usr/local/share/examples/pkgtools/bash install -o root -g wheel -m 444 complete.sample /usr/local/share/examples/= pkgtools/bash =3D=3D=3D> misc/tcsh (install) mkdir -p /usr/local/share/examples/pkgtools/tcsh install -o root -g wheel -m 444 complete.sample /usr/local/share/examples/= pkgtools/tcsh =3D=3D=3D> misc/zsh (install) mkdir -p /usr/local/share/zsh/site-functions install -o root -g wheel -m 444 _pkgtools /usr/local/share/zsh/site-functi= ons mkdir -p /usr/local/share/doc/pkgtools install -c -o root -g wheel -m 444 ChangeLog NEWS README /usr/local/share/= doc/pkgtools =3D=3D=3D> Running ldconfig /sbin/ldconfig -m /usr/local/lib/compat/pkg ldconfig: warning: /usr/local/lib/compat/pkg: No such file or directory =3D=3D=3D> Installing ldconfig configuration file if [ ! -f /usr/local/etc/pkgtools.conf ]; then /bin/cp -p /usr/local/etc/p= kgtools.conf.sample /usr/local/etc/pkgtools.conf; fi /bin/mkdir -p /usr/local/lib/compat/pkg /bin/cat /usr/ports/ports-mgmt/portupgrade/pkg-message ---------------------------------------------------------------------------= --- Fill ALT_PKGDEP section in pkgtools.conf file for portupgrade be aware of alternative dependencies you use. E.g. ALT_PKGDEP =3D { 'www/apache13' =3D> 'www/apache13-modssl', 'print/ghostscript-gnu' =3D> 'print/ghostscript-gpl', } Note also, portupgrade knows nothing how to handle ports with differe= nt suffixes (E.g. -nox11). So you should explicitly define variables (E.g. WITHOUT_X11=3Dyes) for the ports in /etc/make.conf or pkgtools.= conf (MAKE_ARGS section) files. ---------------------------------------------------------------------------= --- =3D=3D=3D> Registering installation for portupgrade-2.3.1,2 =3D=3D=3D> Cleaning for portupgrade-2.3.1,2 # portsdb -Uu portsdb: Command not found. # cd kdenetwork3 # make =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> Found saved configuration for kdenetwork-3.5.4 =3D> kdenetwork-3.5.8.tar.bz2 doesn't seem to exist in /usr/ports/distfiles= /KDE. =3D> Attempting to fetch from ftp://ftp.kde.org/pub/kde/stable/3.5.8/src/. kdenetwork-3.5.8.tar.bz2 100% of 9115 kB 404 kBps 00m= 00s =3D=3D=3D> Extracting for kdenetwork-3.5.8 =3D> MD5 Checksum OK for KDE/kdenetwork-3.5.8.tar.bz2. =3D> SHA256 Checksum OK for KDE/kdenetwork-3.5.8.tar.bz2. =3D=3D=3D> kdenetwork-3.5.8 depends on file: /usr/local/bin/perl5.8.8 - f= ound =3D=3D=3D> Patching for kdenetwork-3.5.8 =3D=3D=3D> kdenetwork-3.5.8 depends on file: /usr/local/bin/perl5.8.8 - f= ound =3D=3D=3D> Applying FreeBSD patches for kdenetwork-3.5.8 =3D=3D=3D> kdenetwork-3.5.8 depends on file: /usr/local/bin/moc - not fou= nd =3D=3D=3D> Verifying install for /usr/local/bin/moc in /usr/ports/x11-to= olkits/qt33 =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> Found saved configuration for qt-3.3.6_3 =3D> qt-x11-free-3.3.8.tar.bz2 doesn't seem to exist in /usr/ports/distfile= s/KDE. =3D> Attempting to fetch from ftp://ftp.iasi.roedu.net/mirrors/ftp.trolltec= h.com/qt/source/. qt-x11-free-3.3.8.tar.bz2 100% of 13 MB 359 kBps 00m= 00s =3D=3D=3D> Extracting for qt-copy-3.3.8_6 =3D> MD5 Checksum OK for KDE/qt-x11-free-3.3.8.tar.bz2. =3D> SHA256 Checksum OK for KDE/qt-x11-free-3.3.8.tar.bz2. =3D=3D=3D> Patching for qt-copy-3.3.8_6 =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0081-fo= rmat-string-fixes.diff =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0001-dn= d_optimization.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0002-dn= d_active_window_fix.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0007-qp= ixmap_constants.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0015-qi= conview-finditem.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0016-qi= conview-rebuildcontainer.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0017-qi= conview-ctrl_rubber.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0020-de= signer-deletetabs.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0032-fi= x_rotated_randr.diff =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0035-qv= aluelist-streaming-operator.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0038-dr= agobject-dont-prefer-unknown.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0044-qs= crollview-windowactivate-fix.diff =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0046-qi= conview-no-useless-scrollbar.diff =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0047-fi= x-kmenu-width.diff =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0048-qc= lipboard_hack_80072.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0049-qi= conview-rubber_on_move.diff =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0056-kh= otkeys_input_84434.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0059-qp= opup_has_mouse.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0060-qp= opup_ignore_mousepos.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0061-qs= crollview-propagate-horizontal-wheelevent.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0073-xi= nerama-aware-qpopup.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0076-fi= x-qprocess.diff =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0078-ar= gb-visual-hack.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0079-co= mpositing-types.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/0080-ne= t-wm-sync-request.patch =3D=3D=3D> Applying extra patch /usr/ports/x11-toolkits/qt33/files/xxxx-qt= -font-default-subst.patch =3D=3D=3D> Applying FreeBSD patches for qt-copy-3.3.8_6 =3D=3D=3D> qt-copy-3.3.8_6 depends on executable: qmake - found =3D=3D=3D> qt-copy-3.3.8_6 depends on file: /usr/local/libdata/xorg/libra= ries - not found =3D=3D=3D> Verifying install for /usr/local/libdata/xorg/libraries in /u= sr/ports/x11/xorg-libraries /usr/X11R6 exists, but it is not a symlink. Installation cannot proceed. This looks like an incompletely removed old version of X. In the current v= ersion, /usr/X11R6 must be a symlink if it exists at all.Please read /usr/p= orts/UPDATING (entry of 20070519) for the procedure to upgrade X.org relate= d ports.*** Error code 1 Stop in /usr/ports/x11/xorg-libraries. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt33. *** Error code 1 Stop in /usr/ports/net/kdenetwork3. *** Error code 1 Stop in /usr/ports/net/kdenetwork3. Pidgin after graphical screen. =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> Found saved configuration for pidgin-2.2.2 =3D> pidgin-2.2.2.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. =3D> Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/= pidgin/. pidgin-2.2.2.tar.bz2 100% of 8693 kB 492 kBps 00m= 00s =3D=3D=3D> Extracting for pidgin-2.2.2 =3D> MD5 Checksum OK for pidgin-2.2.2.tar.bz2. =3D> SHA256 Checksum OK for pidgin-2.2.2.tar.bz2. =3D=3D=3D> pidgin-2.2.2 depends on file: /usr/local/bin/perl5.8.8 - found =3D=3D=3D> Patching for pidgin-2.2.2 =3D=3D=3D> pidgin-2.2.2 depends on file: /usr/local/bin/perl5.8.8 - found =3D=3D=3D> Applying FreeBSD patches for pidgin-2.2.2 =3D=3D=3D> pidgin-2.2.2 depends on executable: gmake - found =3D=3D=3D> pidgin-2.2.2 depends on package: gstreamer-plugins-core>=3D0.1= 0.0 - not found =3D=3D=3D> Verifying install for gstreamer-plugins-core>=3D0.10.0 in /us= r/ports/multimedia/gstreamer-plugins-core Disable DVD plugins by defining WITHOUT_DVD =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> Extracting for gstreamer-plugins-core-0.10_9 =3D=3D=3D> Patching for gstreamer-plugins-core-0.10_9 =3D=3D=3D> gstreamer-plugins-core-0.10_9 depends on package: gstreamer-pl= ugins-mp3>=3D0.10.0 - not found =3D=3D=3D> Verifying install for gstreamer-plugins-mp3>=3D0.10.0 in /usr= /ports/audio/gstreamer-plugins-mp3 =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> Extracting for gstreamer-plugins-mp3-0.10.0 =3D=3D=3D> Patching for gstreamer-plugins-mp3-0.10.0 =3D=3D=3D> gstreamer-plugins-mp3-0.10.0 depends on package: gstreamer-plu= gins-mad>=3D0.10.0 - not found =3D=3D=3D> Verifying install for gstreamer-plugins-mad>=3D0.10.0 in /usr= /ports/audio/gstreamer-plugins-mad =3D=3D=3D> Vulnerability check disabled, database not found =3D> gst-plugins-ugly-0.10.6.tar.bz2 doesn't seem to exist in /usr/ports/di= stfiles/. =3D> Attempting to fetch from http://gstreamer.freedesktop.org/src/gst-plug= ins-ugly/. gst-plugins-ugly-0.10.6.tar.bz2 100% of 755 kB 492 kBps =3D=3D=3D> Extracting for gstreamer-plugins-mad-0.10.6_3,3 =3D> MD5 Checksum OK for gst-plugins-ugly-0.10.6.tar.bz2. =3D> SHA256 Checksum OK for gst-plugins-ugly-0.10.6.tar.bz2. =3D=3D=3D> Patching for gstreamer-plugins-mad-0.10.6_3,3 =3D=3D=3D> gstreamer-plugins-mad-0.10.6_3,3 depends on file: /usr/local/b= in/libtool - found =3D=3D=3D> gstreamer-plugins-mad-0.10.6_3,3 depends on package: v4l_compa= t>=3D1.0.20060801 - not found =3D=3D=3D> Verifying install for v4l_compat>=3D1.0.20060801 in /usr/port= s/multimedia/v4l_compat =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> Extracting for v4l_compat-1.0.20060801 =3D=3D=3D> Patching for v4l_compat-1.0.20060801 =3D=3D=3D> Configuring for v4l_compat-1.0.20060801 =3D=3D=3D> Installing for v4l_compat-1.0.20060801 =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if multimedia/v4l_compat already installed /bin/mkdir -p /usr/local/include/linux/ install -o root -g wheel -m 444 /usr/ports/multimedia/v4l_compat/files/vid= eodev.h /usr/local/include/linux/ =3D=3D=3D> Registering installation for v4l_compat-1.0.20060801 =3D=3D=3D> Returning to build of gstreamer-plugins-mad-0.10.6_3,3 =3D=3D=3D> gstreamer-plugins-mad-0.10.6_3,3 depends on executable: gmake = - found =3D=3D=3D> gstreamer-plugins-mad-0.10.6_3,3 depends on package: gstreamer= -plugins>=3D0.10.0 - not found =3D=3D=3D> Verifying install for gstreamer-plugins>=3D0.10.0 in /usr/por= ts/multimedia/gstreamer-plugins =3D=3D=3D> Vulnerability check disabled, database not found =3D> gst-plugins-base-0.10.14.tar.bz2 doesn't seem to exist in /usr/ports/d= istfiles/. =3D> Attempting to fetch from http://gstreamer.freedesktop.org/src/gst-plug= ins-base/. gst-plugins-base-0.10.14.tar.bz2 100% of 1587 kB 571 kBps =3D=3D=3D> Extracting for gstreamer-plugins-0.10.14,3 =3D> MD5 Checksum OK for gst-plugins-base-0.10.14.tar.bz2. =3D> SHA256 Checksum OK for gst-plugins-base-0.10.14.tar.bz2. =3D=3D=3D> Patching for gstreamer-plugins-0.10.14,3 =3D=3D=3D> gstreamer-plugins-0.10.14,3 depends on file: /usr/local/bin/li= btool - found =3D=3D=3D> Applying FreeBSD patches for gstreamer-plugins-0.10.14,3 =3D=3D=3D> gstreamer-plugins-0.10.14,3 depends on package: v4l_compat>=3D= 1.0.20060801 - found =3D=3D=3D> gstreamer-plugins-0.10.14,3 depends on executable: gmake - fou= nd =3D=3D=3D> gstreamer-plugins-0.10.14,3 depends on file: /usr/local/bin/li= btool - found =3D=3D=3D> gstreamer-plugins-0.10.14,3 depends on executable: pkg-config = - found =3D=3D=3D> gstreamer-plugins-0.10.14,3 depends on shared library: gstream= er-0.10.0 - not found =3D=3D=3D> Verifying install for gstreamer-0.10.0 in /usr/ports/multimed= ia/gstreamer =3D=3D=3D> Vulnerability check disabled, database not found =3D> gstreamer-0.10.14.tar.bz2 doesn't seem to exist in /usr/ports/distfile= s/. =3D> Attempting to fetch from http://gstreamer.freedesktop.org/src/gstreame= r/. gstreamer-0.10.14.tar.bz2 100% of 1957 kB 551 kBps =3D=3D=3D> Extracting for gstreamer-0.10.14_1 =3D> MD5 Checksum OK for gstreamer-0.10.14.tar.bz2. =3D> SHA256 Checksum OK for gstreamer-0.10.14.tar.bz2. =3D=3D=3D> Patching for gstreamer-0.10.14_1 =3D=3D=3D> gstreamer-0.10.14_1 depends on file: /usr/local/bin/libtool - = found =3D=3D=3D> Applying FreeBSD patches for gstreamer-0.10.14_1 =3D=3D=3D> gstreamer-0.10.14_1 depends on executable: gmake - found =3D=3D=3D> gstreamer-0.10.14_1 depends on executable: bison - found =3D=3D=3D> gstreamer-0.10.14_1 depends on file: /usr/local/bin/libtool - = found =3D=3D=3D> gstreamer-0.10.14_1 depends on executable: pkg-config - found =3D=3D=3D> gstreamer-0.10.14_1 depends on file: /usr/local/libdata/xorg/l= ibraries - not found =3D=3D=3D> Verifying install for /usr/local/libdata/xorg/libraries in /u= sr/ports/x11/xorg-libraries /usr/X11R6 exists, but it is not a symlink. Installation cannot proceed. This looks like an incompletely removed old version of X. In the current v= ersion, /usr/X11R6 must be a symlink if it exists at all.Please read /usr/p= orts/UPDATING (entry of 20070519) for the procedure to upgrade X.org relate= d ports.*** Error code 1 Stop in /usr/ports/x11/xorg-libraries. *** Error code 1 Stop in /usr/ports/multimedia/gstreamer. *** Error code 1 Stop in /usr/ports/multimedia/gstreamer-plugins. *** Error code 1 Stop in /usr/ports/audio/gstreamer-plugins-mad. *** Error code 1 Stop in /usr/ports/audio/gstreamer-plugins-mp3. *** Error code 1 Stop in /usr/ports/multimedia/gstreamer-plugins-core. *** Error code 1 Stop in /usr/ports/net-im/pidgin. *** Error code 1 Stop in /usr/ports/net-im/pidgin. I have done the cvsup, csup, portsnap, and followed the instructions ion /u= sr/ports/UPDATING. I get thses same results each time. How do i fix this? Any help would be appreciated. _________________________________________________________________ Help yourself to FREE treats served up daily at the Messenger Caf=E9. Stop = by today. http://www.cafemessenger.com/info/info_sweetstuff2.html?ocid=3DTXT_TAGLM_Oc= tWLtagline= From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 13:30:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B8ED16A417 for ; Sun, 4 Nov 2007 13:30:17 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id BB1DC13C4B9 for ; Sun, 4 Nov 2007 13:30:16 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=GipWsuosR70PToICwoUA:9 a=kEsIjJRjGiQ0Gll69ckA:7 a=0gOpIhaEoPc6tYR-swi_r_6l18oA:4 a=CiSHi91Bn78A:10 a=EfJqPEOeqlMA:10 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp07.embarq.synacor.com smtp.mail=bsd-unix@embarqmail.com; spf=neutral Authentication-Results: smtp07.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received-SPF: neutral (smtp07.embarq.synacor.com: 76.6.194.183 is neither permitted nor denied by domain of embarqmail.com) Received: from [76.6.194.183] ([76.6.194.183:51026] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.1.21 r(19176)) with ESMTPA id ED/2A-07884-C59CD274; Sun, 04 Nov 2007 08:30:05 -0500 Date: Sun, 4 Nov 2007 08:30:03 -0500 From: Randy Pratt To: Desmond Chapman Message-Id: <20071104083003.5cbac796.bsd-unix@embarqmail.com> In-Reply-To: References: X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Ports 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: Sun, 04 Nov 2007 13:30:17 -0000 On Sun, 4 Nov 2007 12:30:07 +0000 Desmond Chapman wrote: > > Hello. > I am having multiple problems with the ports collection > > # cd /usr/ports/ports-mgmt/portupgrade > # make install clean [ build log removed for brevity ] > ===> Registering installation for portupgrade-2.3.1,2 > ===> Cleaning for portupgrade-2.3.1,2 > # portsdb -Uu > portsdb: Command not found. >From the Handbook section 4.5.2 "Installing Ports": Note: Some shells keep a cache of the commands that are available in the directories listed in the PATH environment variable, to speed up lookup operations for the executable file of these commands. If you are using one of these shells, you might have to use the rehash command after installing a port, before the newly installed commands can be used. This command will work for shells like tcsh. Use the hash -r command for shells like sh. Look at the documentation for your shell for more information. If you are using root's default shell, then "rehash" is probably what you want. > # cd kdenetwork3 > # make [ Log detail omitted ] > ===> qt-copy-3.3.8_6 depends on file: /usr/local/libdata/xorg/libraries - not found > ===> Verifying install for /usr/local/libdata/xorg/libraries in /usr/ports/x11/xorg-libraries The following is probably causing the multiple problems you are seeing: > /usr/X11R6 exists, but it is not a symlink. Installation cannot proceed. > This looks like an incompletely removed old version of X. In the current version, /usr/X11R6 must be a symlink if it exists at all.Please read /usr/ports/UPDATING (entry of 20070519) for the procedure to upgrade X.org related ports.*** Error code 1 [ More log detail omitted ] > I have done the cvsup, csup, portsnap, and followed the instructions ion /usr/ports/UPDATING. > I get thses same results each time. > > > How do i fix this? Any help would be appreciated. It appears that you missed the /usr/ports/UPDATING (entry of 20070519) or forgot to run the script. There is a script (mergebase.sh) to run which creates the symlink for /usr/X11R6 (as well as other things). It might be a good idea to review that UPDATING entry and see if there are other things that might apply. HTH, Randy -- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 14:17:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04DD416A41A for ; Sun, 4 Nov 2007 14:17:21 +0000 (UTC) (envelope-from mymailfloods@googlemail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id CB7F513C48D for ; Sun, 4 Nov 2007 14:17:20 +0000 (UTC) (envelope-from mymailfloods@googlemail.com) Received: by wa-out-1112.google.com with SMTP id k17so1727837waf for ; Sun, 04 Nov 2007 06:17:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=qMEuLQ/ZrGvT80yIgBq0BmG5u6iCFOpKgs0IbMbmykc=; b=qFwBbqTzb55lVavnnjAFlZi7OCL/FB4DGDxUngoauBJsFEF3DIyTiJ8AhVcHbhSE4hQrU4t9e1iPCPh+TTuRp8GJCQRPHpT+9RKTfrhEqYOnVd0kmt1mNP+eHgCIu4cniEBmsJ8X6PC3+94TuK0+BGENpg0WX3DdnLe9IdY2Pgs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RCXuFlkGjR6uxia2KN+e45alSrPFIQamJKJu0yG7HIlBZ/y0GbOsf8cGeli+EKIuKOMPCoihSdDYaL0kX87PVxmgknymGZ8ZPH0RClbe6aQZj7akhWgf7Fjiibve7TAjYbseHL3GOuyR8nRa9sjT4P0/hWWmsao524o70W/WpJM= Received: by 10.115.32.1 with SMTP id k1mr4068343waj.1194185826807; Sun, 04 Nov 2007 06:17:06 -0800 (PST) Received: by 10.114.53.5 with HTTP; Sun, 4 Nov 2007 06:17:06 -0800 (PST) Message-ID: Date: Sun, 4 Nov 2007 15:17:06 +0100 From: "Thomas Hobbes" To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: Smartmontools: Load_Cycle_Count increasing rapidly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 14:17:21 -0000 There's a way to stop the Load_Cycle_Count growing by installing ataidle from the portscollection and disabling APM with ataidle -P 0 0 0. The Load_Cycle_Count is constant after that. This reduces battery-runtime but that's much better than destroying your harddisk. Best greetings Thomas From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 15:09:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 200F616A420 for ; Sun, 4 Nov 2007 15:09:22 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id C278313C4BF for ; Sun, 4 Nov 2007 15:09:21 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.82]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id lA4F95fK017352 for ; Sun, 4 Nov 2007 09:09:05 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 4 Nov 2007 10:09:03 -0600 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711041009.03578.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pollux.dfwlp.com Subject: ok... what did i miss? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 15:09:22 -0000 all my 6.2 computers say the correct time, but my 7.0 BETA-2 says an hour ahead (as in, it didnt make the DST change last night on its own). same timezone is selected on all computers. did i miss some setting to obey DST changes or something? thanks, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 15:15:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9604216A417 for ; Sun, 4 Nov 2007 15:15:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id 4F0EC13C49D for ; Sun, 4 Nov 2007 15:15:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1188515wxd for ; Sun, 04 Nov 2007 07:14:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=eO4VR3mEfC+Bttdjd4bVPl0RtIoaKErXnAqyIgXUPsg=; b=HLz47L+emxJhlWWsVicoSr//1TFuXWO5+7CaBx7qwGU2RfPS3UaWIh70yUbVKe3zncBJS5pmj8KkhQaAc7VJPYIs0yoyqotd828Vp6bgn+VwRAcPbQts1YPLbcF5tQyv41QxLQ1zddXMLJgndMb+k0cTsZnYBYlIQI1nic9/5oI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YjPGJ9DmazIbKGywjOSDrOeFL2y5kU+i2Z2FAvsnPUBDEd43M/s9gMfAcQ+mwRw/D4K7hNsj6OmUkI0mkrAcBohqQmWxl5a562Fjck1rmw2C6Q1L8Epv/kse/SRQSZTo4QldewCH7lHLlua+u+i3zKPxXXmPj+NSc0k1mRqmn0Y= Received: by 10.70.9.8 with SMTP id 8mr6397875wxi.1194189299056; Sun, 04 Nov 2007 07:14:59 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id u25sm7613726ele.2007.11.04.07.14.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 Nov 2007 07:14:58 -0800 (PST) Message-ID: <472DA969.8090806@gmail.com> Date: Sun, 04 Nov 2007 06:13:45 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: Jonathan Horne References: <200711041009.03578.freebsd@dfwlp.com> In-Reply-To: <200711041009.03578.freebsd@dfwlp.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ok... what did i miss? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 15:15:17 -0000 Jonathan Horne wrote: > all my 6.2 computers say the correct time, but my 7.0 BETA-2 says an hour > ahead (as in, it didnt make the DST change last night on its own). same > timezone is selected on all computers. > > did i miss some setting to obey DST changes or something? No mine are even wacker (i.e. it is 11:12 est but I get the following out of date: 06:13:08 EST 2007 but 11:12 out of the gnome clock) From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 15:16:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABAB016A41A for ; Sun, 4 Nov 2007 15:16:07 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id BA64C13C4B0 for ; Sun, 4 Nov 2007 15:16:06 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1188787wxd for ; Sun, 04 Nov 2007 07:15:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=T/1CfWuFmZyvMYxx1JMhYUevvZbwz2Md286vAZNuSy4=; b=rUJt0lTWbyWUYxoN4PyKUDihBWS3sV2D8nU7bSh9xYHs+Gs881itVQO/H4F2wb/kyvwNpfhysQRT1LsTOXZNZPF+Je5ceK4Tsphbp1fcr5UUrRZfg8Nxzs59Gwm857MaG9eg7wUAG9Dszlcbet+qppFJS79+3cfcNIYcWg3aYSY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=LOAgc/Ke3EKT9tyJzr1mzUWqK9vSNluyWGcdo6nU08S9dctUuybIVexMM+Dh2ZaLwLR3rPVI+O3EMoxYiG0kIkSeeHwIAfwy93IhkSR2b+Shsvw0I99tdKvo5NleNT8t+Byg4Ue68WREyc7ePBTYUcSqe6D5h/Agz+2al6gEtAM= Received: by 10.70.22.15 with SMTP id 15mr6391938wxv.1194189356613; Sun, 04 Nov 2007 07:15:56 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id v26sm7657423ele.2007.11.04.07.15.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 Nov 2007 07:15:55 -0800 (PST) Message-ID: <472DA9A0.3070203@gmail.com> Date: Sun, 04 Nov 2007 06:14:40 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: Jonathan Horne References: <200711041009.03578.freebsd@dfwlp.com> In-Reply-To: <200711041009.03578.freebsd@dfwlp.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ok... what did i miss? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 15:16:07 -0000 oops on my previous post I ment it is 10:14 est not 11:14 From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 15:17:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F3C616A418 for ; Sun, 4 Nov 2007 15:17:36 +0000 (UTC) (envelope-from SRS0=SQEyly=P5=eboundhost.com=artur@srs.bis.na.blackberry.com) Received: from smtp05.bis.na.blackberry.com (smtp05.bis.na.blackberry.com [216.9.248.52]) by mx1.freebsd.org (Postfix) with ESMTP id D39A413C4B0 for ; Sun, 4 Nov 2007 15:17:35 +0000 (UTC) (envelope-from SRS0=SQEyly=P5=eboundhost.com=artur@srs.bis.na.blackberry.com) Received: from bda001.bis.na.blackberry.com (bda197.bisx.prod.on.blackberry [172.20.228.97]) by srs.bis.na.blackberry.com (8.13.7 TEAMON/8.13.7) with ESMTP id lA4EtBSu024071; Sun, 4 Nov 2007 14:55:11 GMT Received: from bda197-cell02.bisx.prod.on.blackberry (localhost.localdomain [127.0.0.1]) by bda001.bis.na.blackberry.com (8.13.4 TEAMON/8.13.4) with ESMTP id lA4Et7wV015105; Sun, 4 Nov 2007 14:55:07 GMT X-rim-org-msg-ref-id: 1080616257 Message-ID: <1080616257-1194188106-cardhu_decombobulator_blackberry.rim.net-142575022-@bxe009.bisx.prod.on.blackberry> X-Priority: Normal Sensitivity: Normal Importance: Normal To: cthala@gmail.com From: "=?utf-8?B?ZUJvdW5kSG9zdDogQXJ0dXI=?=" Date: Sun, 4 Nov 2007 14:55:10 +0000 Content-Type: text/plain MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org Subject: Re: need Linux help (watch and LVS) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: artur@eboundhost.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 15:17:36 -0000 There is a great port called "topless" that works like watch. Best Regards, Artur eBoundHost http://www.eboundhost.com artur@eboundhost.com From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 15:25:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 519B016A420 for ; Sun, 4 Nov 2007 15:25:27 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 2779313C4B9 for ; Sun, 4 Nov 2007 15:25:26 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 7E3E6451A3; Sun, 4 Nov 2007 10:25:09 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 04 Nov 2007 10:25:09 -0500 X-Sasl-enc: QRBQrIHRG3d+jnmyH+AKxNwOGZUy3V6xUK+JkZeDsRkO 1194189909 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id 2257F27E31; Sun, 4 Nov 2007 10:25:09 -0500 (EST) Message-Id: From: Jeffrey Goldberg To: Jonathan Horne In-Reply-To: <200711041009.03578.freebsd@dfwlp.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Sun, 4 Nov 2007 09:25:07 -0600 References: <200711041009.03578.freebsd@dfwlp.com> X-Mailer: Apple Mail (2.912) Cc: FreeBSD_Questions FreeBSD_Questions Subject: Re: ok... what did i miss? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 15:25:27 -0000 On Nov 4, 2007, at 10:09 AM, Jonathan Horne wrote: > all my 6.2 computers say the correct time, but my 7.0 BETA-2 says an > hour > ahead (as in, it didnt make the DST change last night on its own). My 7.0 BETA1 machine switched to winter time just fine. -j From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 15:42:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB41116A420 for ; Sun, 4 Nov 2007 15:42:08 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 6969113C491 for ; Sun, 4 Nov 2007 15:42:08 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.82]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id lA4Ffmp4017904 for ; Sun, 4 Nov 2007 09:41:48 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 4 Nov 2007 09:41:47 -0600 User-Agent: KMail/1.9.7 References: <200711041009.03578.freebsd@dfwlp.com> <472DA969.8090806@gmail.com> In-Reply-To: <472DA969.8090806@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711040941.47840.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pollux.dfwlp.com Subject: Re: ok... what did i miss? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 15:42:08 -0000 On Sunday 04 November 2007 05:13:45 Aryeh M. Friedman wrote: > Jonathan Horne wrote: > > all my 6.2 computers say the correct time, but my 7.0 BETA-2 says an hour > > ahead (as in, it didnt make the DST change last night on its own). same > > timezone is selected on all computers. > > > > did i miss some setting to obey DST changes or something? > > No mine are even wacker (i.e. it is 11:12 est but I get the following > out of date: > 06:13:08 EST 2007 but 11:12 out of the gnome clock) > welllllll.... i figured mine out at least. ntpd wasnt running, so it was showing whatever time my bios is saying. :) i love it when i overlook the simplest thing! hehe cheers, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 16:15:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D579916A41B for ; Sun, 4 Nov 2007 16:15:34 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id F13DE13C4AC for ; Sun, 4 Nov 2007 16:15:33 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1108176rvb for ; Sun, 04 Nov 2007 08:15:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=o7f36LRG4YyGyo3oJQHdlwKwPNdEEHDxV+pAz8gJSJw=; b=FSjf2nkA9wr+p2l16VygHEUPFZDMYe66FkaPfCE1j/ie1GuQKnK+fZ+ySQ3xDzrwzV3vvtIm2DWrI+Yhvsuey+DBrqn5QwP/UYrBHvyJx8yVI4huThjyuD/fhXfpGOtB8JgVVwL4/gV+IPT4WDko6V80mnn9IrIknGRWbj3Cq6U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=GVlC8dMgyQQ3P1bKuKYo27PykqAuZbf6k7amgKwF9gkzXHFUZozI/MTUvQ5AjD8WKHlA7EKIKy+Q96NV54lVSAguuTIB3h36xAHTNu9/bf2SfXNX4MUSuF8f3CHkF6r5l9RxxBXZV8fpYeNYw4EwDFU/WQ12LwjKqdu1aJ4WTQY= Received: by 10.141.133.14 with SMTP id k14mr1902000rvn.1194192921163; Sun, 04 Nov 2007 08:15:21 -0800 (PST) Received: from ?192.168.17.10? ( [67.190.229.42]) by mx.google.com with ESMTPS id q30sm3660291wrq.2007.11.04.08.15.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 Nov 2007 08:15:19 -0800 (PST) Message-ID: <472DF016.30706@gmail.com> Date: Sun, 04 Nov 2007 10:15:18 -0600 From: Jack Barnett User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: deeptech71@gmail.com References: <472AF4FF.9000803@gmail.com> <20071102141525.19a05fc7@gumby.homeunix.com.> <472B6552.9060602@gmail.com> <472B9DA8.6000800@gmail.com> In-Reply-To: <472B9DA8.6000800@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: IPFW Rules and Games X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jackbarnett@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 16:15:34 -0000 deeptech71@gmail.com wrote: > So basically the ruleset should be simple: > > ipfw -f flush > # allow lo0 stuff > # block some spoofs/attacks > # if you are hosting gameservers from 192.168.17.3 or whatever, > # you should (manually) open server ports, in other words, add > # routes to 192.168.17.3 to specific server ports > ipfw add divert natd all from any to any via $outside_interface > allow all from any to any > # block some more spoofs/attacks :) > # define services (like you did with http) Sorry, this didn't work. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 16:52:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 871E516A476 for ; Sun, 4 Nov 2007 16:52:23 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id 4440413C49D for ; Sun, 4 Nov 2007 16:52:21 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from [10.1.11.1] ([10.1.11.1]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id lA4GTcHw043761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 4 Nov 2007 18:29:39 +0200 (SAST) (envelope-from jonathan+freebsd-questions@hst.org.za) From: Jonathan McKeown To: freebsd-questions@freebsd.org Date: Sun, 4 Nov 2007 18:32:19 +0200 User-Agent: KMail/1.9.4 References: <200710301402.l9UE21A2093919@dc.cis.okstate.edu> In-Reply-To: <200710301402.l9UE21A2093919@dc.cis.okstate.edu> Organization: Health Systems Trust X-Face: $@VrUx^RHy/}yu]jKf/<4T%/d|F+$j-Ol2"2J$q+%OK1]&/G_S9(=?utf-8?q?HkaQ*=60!=3FYOK=3FY!=27M=60C=0A=09aP=5C9nVPF8Q=7DCilHH8l=3B=7E!4?= =?utf-8?q?2HK6=273lg4J=7Daz?=@1Dqqh:J]M^"YPn*2IWrZON$1+G?oX3@ =?utf-8?q?k=230=0A=0954XDRg=3DYn=5FF-etwot4U=24b?=dTS{i X-Spam-Score: -4.284 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Cc: Martin McCormick Subject: Re: tar Ignoring out-of-order file What Does that 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: Sun, 04 Nov 2007 16:52:23 -0000 On Tuesday 30 October 2007 16:02, Martin McCormick wrote: > I need to modify the first installation image for a > headless installation of Freebsd6.2. The file in question is: > > 6.2-RELEASE-i386-disc1.iso > > Thanks to a helpful member of the list [that was me - I'm glad I was of some help] > I found out that tar works on unpacking these images and it > mostly does on this one, but there is a complaint I get from tar > that I haven't found on other images. If I do a > > tar tvf 6.2-RELEASE-i386-disc1.iso > > Here is what happens while looking at the contents list: > > 0 44232 Jan 12 2007 RELNOTES.HTM lr-xr-xr-x 1 0 0 > 0 Jan 12 2007 stand -> /rescue lr-xr-xr-x 1 0 0 0 > Jan 12 2007 sys -> usr/src/systar: Ignoring out-of-order file > > -r--r--r-- 1 0 0 22916 Jan 12 2007 RELNOTES.TXT I haven't taken any steps at all to verify this, but just looking at the error message it would appear that it's ignoring sys, which is a symlink to usr/src/sys. I wonder if it's encountering sys, trying to create the soft link and finding that usr/src/sys doesn't exist to be linked to because it hasn't been unpacked yet? That may be the meaning of the message about an out-of-order file. > It appears that the entire image unpacks except for the > ignored file. If one tries the extraction with > > tar xf 6.2-RELEASE-i386-disc1.iso > > The complaint about the out-of-order file is the only indication > that anything is wrong. If it is indeed sys that's not being created, it's a symlink to a directory rather than a file or link to a file. If the root of the CD doesn't contain a directory called sys which softlinks to usr/src/sys, it should be possible to correct the error by doing ln -s usr/src/sys sys in the root of the unpacked CD filesystem. > In looking at the man page for tar, nothing jumps out at > me as to how to end up with the proper file structure that > mkisofs can put back in to an image to put on a CDROM. > > My thanks for any suggestions as I may be needing to do > one of these installs in a day or so and it would be nice to > know that all the image is there. I may have missed your deadline in that case - sorry, I've been on holiday. Jonathan From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 16:54:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6FCE16A420 for ; Sun, 4 Nov 2007 16:54:22 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id 5937313C4BA for ; Sun, 4 Nov 2007 16:54:21 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.1/8.14.1) with ESMTP id lA4Gs7sJ043428; Sun, 4 Nov 2007 17:54:07 +0100 (CET) (envelope-from ulrich@pukruppa.net) Received: from localhost (ulrich@localhost) by pukruppa.net (8.14.1/8.14.1/Submit) with ESMTP id lA4Gs6N2043425; Sun, 4 Nov 2007 17:54:07 +0100 (CET) (envelope-from ulrich@pukruppa.net) Date: Sun, 4 Nov 2007 17:54:06 +0100 (CET) From: "P.U.Kruppa" X-X-Sender: ulrich@small To: beni In-Reply-To: <200711041109.27564.beni@brinckman.info> Message-ID: <20071104175253.J1575@small> References: <20071103200259.R1575@small> <200711041109.27564.beni@brinckman.info> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: What kind of audio device is this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 16:54:22 -0000 On Sun, 4 Nov 2007, beni wrote: > On Saturday 03 November 2007 19:08:25 P.U.Kruppa wrote: >> Hi, >> >> dmesg says I have got >> ugen0: > addr 4> on uhub0 >> on board. >> What is this? Do we have a driver for it? > > Vendor 0x0d8c seems to be C-Media, but without the product ID it is difficult > to find out what card it is. > http://www.cmedia.com.tw/?q=en/datasheets > > snd_cmi (4) should work with some C-Media sound cards : > > HARDWARE > The snd_cmi driver supports the following sound cards: > > +o CMedia CMI8338A > +o CMedia CMI8338B > +o CMedia CMI8738 > +o CMedia CMI8738B > > or else the snd_uaudio driver might help. No, I tried to kldoad both, but nothing happens (no /dev/dsp is created). Thanks, Uli. > >> Of course I tried >> # kldload snd_driver >> but all I get is >> # cat /dev/sndstat >> FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) >> Installed devices: >> >> I am running >> FreeBSD 7.0-BETA2 FreeBSD 7.0-BETA2 #0: >> Sat Nov 3 17:55:42 CET 2007 amd64 >> >> >> Thanks, >> >> Uli. >> >> Peter Ulrich Kruppa >> Wuppertal >> Germany >> > > Hope this helps, > -- > 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" > Peter Ulrich Kruppa Wuppertal Germany From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 16:58:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F02D16A41A for ; Sun, 4 Nov 2007 16:58:36 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 6645A13C48D for ; Sun, 4 Nov 2007 16:58:36 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-3.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lA4GwBcN070843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 4 Nov 2007 08:58:11 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <472DFA1D.8080309@enabled.com> Date: Sun, 04 Nov 2007 08:58:05 -0800 From: Noah User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Kris Kennaway References: <472D32BF.1050708@enabled.com> <472D9AA2.2020708@FreeBSD.org> In-Reply-To: <472D9AA2.2020708@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by "libstdc++.so.5" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 16:58:36 -0000 thanks Kris, something must be wrong then. I am running into problems rebuilding apache now and see undefined references from /usr/local/lib/libstdc++.so.5 during the build: Here is about where the build breaks: configure: creating ./config.status Rarian-0.6.0: This is not API-stable yet. Prefix......... /usr/local /bin/sh ./config.status config.status: creating Makefile config.status: creating rarian.pc config.status: creating data/Makefile config.status: creating docs/Makefile config.status: creating librarian/Makefile config.status: creating util/Makefile config.status: creating util/rarian-sk-update config.status: creating util/rarian-sk-install config.status: creating util/rarian-sk-rebuild config.status: creating util/rarian-sk-config config.status: creating util/rarian-sk-get-scripts config.status: creating util/rarian-sk-extract config.status: creating util/rarian-sk-get-content-list config.status: creating util/rarian-sk-get-extended-content-list config.status: creating docs/rarian.document config.status: WARNING: docs/rarian.document.in seems to ignore the --datarootdir setting config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands gmake[3]: Leaving directory `/usr/ports/textproc/rarian/work/rarian-0.6.0' gmake[3]: Entering directory `/usr/ports/textproc/rarian/work/rarian-0.6.0' gmake[3]: Leaving directory `/usr/ports/textproc/rarian/work/rarian-0.6.0' gmake[2]: Leaving directory `/usr/ports/textproc/rarian/work/rarian-0.6.0/util' gmake[2]: Entering directory `/usr/ports/textproc/rarian/work/rarian-0.6.0/util' cc -DHAVE_CONFIG_H -I. -I.. -I./../librarian -I/usr/local/include -O2 -fno-strict-aliasing -pipe -MT rarian-example.o -MD -MP -MF .deps/rarian-example.Tpo -c -o rarian-example.o rarian-example.c mv -f .deps/rarian-example.Tpo .deps/rarian-example.Po /bin/sh ../libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -L/usr/local/lib -o rarian-example rarian-example.o ../librarian/librarian.la cc -O2 -fno-strict-aliasing -pipe -o .libs/rarian-example rarian-example.o -L/usr/local/lib ../librarian/.libs/librarian.so -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: warning: libm.so.6, needed by /usr/local/lib/libstdc++.so.5, not found (try using -rpath or -rpath-link) /usr/local/lib/libstdc++.so.5: undefined reference to `getenv@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strcpy@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `free@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `write@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strchr@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `atoi@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strtoll@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strtod@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strftime@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `__ctype_b_loc@GLIBC_2.3' /usr/local/lib/libstdc++.so.5: undefined reference to `setlocale@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `iswctype@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `realloc@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `mbsrtowcs@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strtold@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strtoull@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `wmemmove@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strncpy@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strcmp@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `wmemchr@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `wcsrtombs@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `memcmp@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `fread@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `setvbuf@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `wcsxfrm@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `fseek@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `ioctl@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `memchr@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `btowc@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `fflush@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `getc@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `memset@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `stdin@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `isatty@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `memcpy@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `snprintf@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `wcscoll@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `ftell@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strtof@GLIBC_2.0' /usr/local/lib/libgcc_s.so.1: undefined reference to `dl_iterate_phdr@GLIBC_2.2.4' /usr/local/lib/libstdc++.so.5: undefined reference to `wmemcmp@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `malloc@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `wmemset@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strdup@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `fclose@GLIBC_2.1' /usr/local/lib/libstdc++.so.5: undefined reference to `__ctype_toupper_loc@GLIBC_2.3' /usr/local/lib/libstdc++.so.5: undefined reference to `stdout@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `fileno@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strcoll@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `fprintf@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `__fxstat@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strtol@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `wcsftime@GLIBC_2.2' /usr/local/lib/libstdc++.so.5: undefined reference to `__cxa_atexit@GLIBC_2.1.3' /usr/local/lib/libstdc++.so.5: undefined reference to `strxfrm@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `wmemcpy@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `poll@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `towupper@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `towlower@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strlen@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `__errno_location@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `stderr@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `__ctype_tolower_loc@GLIBC_2.3' /usr/local/lib/libstdc++.so.5: undefined reference to `wcslen@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `strcat@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `fwrite@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `fdopen@GLIBC_2.1' /usr/local/lib/libstdc++.so.5: undefined reference to `memmove@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `ungetc@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `fopen@GLIBC_2.1' /usr/local/lib/libstdc++.so.5: undefined reference to `strtoul@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `wctype@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `wctob@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `printf@GLIBC_2.0' /usr/local/lib/libstdc++.so.5: undefined reference to `abort@GLIBC_2.0' gmake[2]: *** [rarian-example] Error 1 gmake[2]: Leaving directory `/usr/ports/textproc/rarian/work/rarian-0.6.0/util' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/rarian/work/rarian-0.6.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/textproc/rarian. *** Error code 1 Stop in /usr/ports/textproc/gnome-doc-utils. *** Error code 1 Stop in /usr/ports/accessibility/accerciser. *** Error code 1 Stop in /usr/ports/accessibility. *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports/www/apache22. *** Error code 1 Stop in /usr/ports/www/apache22. access1# pkg_info | grep linux linux-expat-1.95.8 Linux/i386 binary port of Expat XML-parsing library linux-fontconfig-2.2.3_7 Linux/i386 binary of Fontconfig linux-sun-jdk-1.5.0.12,2 Sun Java Development Kit 1.5 for Linux linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries linux_base-fc-4_10 Base set of packages needed in Linux mode (for i386/amd64) Kris Kennaway wrote: > Noah wrote: >> >> >> HI there, >> >> I am not quite sure what library I need to cure this issue up. >> >> >> $ nmap -sP -v 192.168.1.1-255 >> /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by >> "libstdc++.so.5" > > That doesn't make much sense because no version of FreeBSD yet has a > libm.so.6. How did you obtain this nmap binary? > > Kris From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 17:04:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDEE116A41A for ; Sun, 4 Nov 2007 17:04:12 +0000 (UTC) (envelope-from lists.seay@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 91B4A13C480 for ; Sun, 4 Nov 2007 17:04:12 +0000 (UTC) (envelope-from lists.seay@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1773308waf for ; Sun, 04 Nov 2007 09:04:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=VTxdy/tF8ptJx5ixM/NRf1ADfYQ9uoTc3DRZSilP2R0=; b=AHO/OHSc6G0Dym8qhuqrh/E8FL33MdWH2PnJWYU+xjg1xNS13mx0ZaZKvJIbDC0sh8XQ2Hl3aO7zXdyprRNBblEifUPTRXG7KKVtS7IA/FFUqFgRaL5s64igMfUiC1MFM/kGmDV+uQkGAyaPe/S4A/2MEsIqy7Yq2QPrmi/FFZM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=F2iyCrzT9hF4c6mV+6ALRkrWvSHXqv2pII8QgUGXxnZkrHVxHGktYJv8HE4aEu+qq4ao1ureZBvq1V1TlHHU1si72xNZY5A+cS77Yb1eoyee5exQaELSROQTAaL2wiSO76dafoWA6kwdR++pLJhdQSykB88d9FSTCI4qV6YClNM= Received: by 10.114.73.1 with SMTP id v1mr4189100waa.1194192162076; Sun, 04 Nov 2007 08:02:42 -0800 (PST) Received: by 10.114.179.5 with HTTP; Sun, 4 Nov 2007 08:02:42 -0800 (PST) Message-ID: Date: Sun, 4 Nov 2007 11:02:42 -0500 From: "Richard (Rick) Seay" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: nspluginwrapper + linux-flashplugin7 broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 17:04:12 -0000 After upgrading to xorg-7.3_1, linux-flashplugin-7.0r70 and nspluginwrapper-0.9.91.5 stopped working. I get a blank area on the screen where the flash content should be, and the following error messages: The program 'npviewer.bin' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 84 error_code 8 request_code 147 minor_code 3) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) *** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed *** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed *** NSPlugin Wrapper *** ERROR: NPP_NewStream() invoke: Connection closed *** NSPlugin Wrapper *** ERROR: NPP_New() invoke: Connection closed ... Anyone else having this problem? From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 17:09:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89F8116A46B for ; Sun, 4 Nov 2007 17:09:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 6EB5413C480; Sun, 4 Nov 2007 17:09:50 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <472DFCDD.2040709@FreeBSD.org> Date: Sun, 04 Nov 2007 18:09:49 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Noah References: <472D32BF.1050708@enabled.com> <472D9AA2.2020708@FreeBSD.org> <472DFA1D.8080309@enabled.com> In-Reply-To: <472DFA1D.8080309@enabled.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by "libstdc++.so.5" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 17:09:52 -0000 Noah wrote: > thanks Kris, > > something must be wrong then. I am running into problems rebuilding > apache now and see undefined references from > /usr/local/lib/libstdc++.so.5 during the build: It looks like you have added a Linux libstdc++ library which is why it is failing to resolve other Linux symbols and libraries. No linux ports should be putting them in /usr/local/lib though, so maybe you or someone else did this manually. Kris From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 17:23:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DC8B16A417; Sun, 4 Nov 2007 17:23:17 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 43D0F13C481; Sun, 4 Nov 2007 17:23:15 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-3.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lA4HN7CV071986 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 4 Nov 2007 09:23:08 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <472DFFF6.2050202@enabled.com> Date: Sun, 04 Nov 2007 09:23:02 -0800 From: Noah User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Kris Kennaway References: <472D32BF.1050708@enabled.com> <472D9AA2.2020708@FreeBSD.org> <472DFA1D.8080309@enabled.com> <472DFCDD.2040709@FreeBSD.org> In-Reply-To: <472DFCDD.2040709@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by "libstdc++.so.5" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 17:23:17 -0000 Kris Kennaway wrote: > Noah wrote: >> thanks Kris, >> >> something must be wrong then. I am running into problems rebuilding >> apache now and see undefined references from >> /usr/local/lib/libstdc++.so.5 during the build: > > It looks like you have added a Linux libstdc++ library which is why it > is failing to resolve other Linux symbols and libraries. No linux ports > should be putting them in /usr/local/lib though, so maybe you or someone > else did this manually. thanks Kris, I am checking with the other admin. In the meantime it wouldnt hurt to move the library /usr/local/lib/libstdc++.so.5 out of there, right? also I just performed a 'pkgdb -Faf' and I am seeing the following grep problems: Stale dependency: irssi-0.8.12 -> openssl-0.9.8g (security/openssl): grep: : No such file or directory grep: : No such file or directory "/usr/ports/Mk/bsd.openssl.mk", line 131: warning: "grep "^lib/libssl.so." """ returned non-zero status What else did I mess up :) Cheers, Noah > > Kris > > _______________________________________________ > 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 Nov 4 17:23:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8CA716A420 for ; Sun, 4 Nov 2007 17:23:17 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (izb.knu.ac.kr [155.230.157.93]) by mx1.freebsd.org (Postfix) with ESMTP id 5710A13C4C1 for ; Sun, 4 Nov 2007 17:23:15 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (localhost.izb.knu.ac.kr [127.0.0.1]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id 8B9AB3EA5; Mon, 5 Nov 2007 02:22:52 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=izb.knu.ac.kr; h=subject: from:reply-to:to:cc:in-reply-to:references:content-type:date: message-id:mime-version:content-transfer-encoding; q=dns/txt; s= s1024; bh=ScFIABfndCqNYugIytvfNEq1gLo=; b=j4q/tqDUU2N+nRr0jW1ieC X1ReGQEwRZL6LaSo4YggjbrzpOPyYeQvJzkdY80QwnZ/AbwtwfIPaxGK5IxZxiGk pjn2HgU4/FKfuj75FZ2YSZcJEvEYkMLTSXgBH4A70cgoY2hCKKmjak4XcNWAP1nl Y3HM9Rlb7tskIYJWNYOSI= Received: from setaria.izb.knu.ac.kr (setaria.izb.knu.ac.kr [IPv6:2002:9be6:a514:1::1]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id 76F793EA4; Mon, 5 Nov 2007 02:22:52 +0900 (KST) Received: from viola.izb.knu.ac.kr (unknown [IPv6:2002:9be6:9d5d:2:20b:6aff:fe56:969f]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bh.rfc4871@setaria.izb.knu.ac.kr) by setaria.izb.knu.ac.kr (Postfix) with ESMTP id EF63D1CCEE; Mon, 5 Nov 2007 02:22:49 +0900 (KST) Received: from [IPv6:::1] (localhost.izb.knu.ac.kr [IPv6:::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "黃炳熙", Issuer "é„­è–美" (verify="æ„›")) by viola.izb.knu.ac.kr (Postfix) with ESMTP id 63BC35E15; Mon, 5 Nov 2007 02:22:52 +0900 (KST) From: Byung-Hee HWANG To: Noah In-Reply-To: <472D32BF.1050708@enabled.com> References: <472D32BF.1050708@enabled.com> Content-Type: text/plain Organization: InZealBomb Date: Mon, 05 Nov 2007 02:22:44 +0900 Message-Id: <1194196964.1018.10.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by "libstdc++.so.5" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 17:23:17 -0000 Hi, On Sat, 2007-11-03 at 19:47 -0700, Noah wrote: > > HI there, > > I am not quite sure what library I need to cure this issue up. > > > $ nmap -sP -v 192.168.1.1-255 > /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by > "libstdc++.so.5" > > > Any clues please? I think you are using the GNU/Linux. If not, show us `uname -a`;; If you need some guidance about FreeBSD, see http://www.freebsd.org/ -- "Will you send this to him?" "Sure, sure. You forget about Mikey, he no the man for you anymore." -- Kay Adams and Mrs. Corleone, "Chapter 15", page 235 From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 17:24:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAB9C16A420 for ; Sun, 4 Nov 2007 17:24:43 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id D431113C4B5 for ; Sun, 4 Nov 2007 17:24:43 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-3.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lA4HOQYw072045 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 4 Nov 2007 09:24:27 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <472E0044.5080206@enabled.com> Date: Sun, 04 Nov 2007 09:24:20 -0800 From: Noah User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: bh@izb.knu.ac.kr References: <472D32BF.1050708@enabled.com> <1194196964.1018.10.camel@viola.izb.knu.ac.kr> In-Reply-To: <1194196964.1018.10.camel@viola.izb.knu.ac.kr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by "libstdc++.so.5" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 17:24:44 -0000 Byung-Hee HWANG wrote: > Hi, > > On Sat, 2007-11-03 at 19:47 -0700, Noah wrote: >> HI there, >> >> I am not quite sure what library I need to cure this issue up. >> >> >> $ nmap -sP -v 192.168.1.1-255 >> /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by >> "libstdc++.so.5" >> >> >> Any clues please? > > I think you are using the GNU/Linux. If not, show us `uname -a`;; > If you need some guidance about FreeBSD, see http://www.freebsd.org/ > nope FreeBSD. access1# uname -a FreeBSD access1 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #1: Wed Aug 1 22:59:54 PDT 2007 root@:/usr/obj/usr/src/sys/LOCAL i386 From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 17:25:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45A6A16A475 for ; Sun, 4 Nov 2007 17:25:51 +0000 (UTC) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (ms05.mailstreet2003.net [69.25.50.235]) by mx1.freebsd.org (Postfix) with ESMTP id 053D513C4C2 for ; Sun, 4 Nov 2007 17:25:50 +0000 (UTC) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sun, 4 Nov 2007 12:25:35 -0500 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC220F34B3B4@ms05.mailstreet2003.net> In-Reply-To: <200711040131.59446.beech@freebsd.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 5.2.1 to 6.2 Migration. Thread-Index: Acge29HznaIFvbnwRYKvIhQhlWkmOAAKrWnA References: <011e01c81e3a$82335dc0$6501a8c0@GRANT> <44sl3m7ogj.fsf@Lowell-Desk.lan> <6FC9F9894A9F8C49A722CF9F2132FC220F34B36D@ms05.mailstreet2003.net> <200711040131.59446.beech@freebsd.org> From: "Chris Haulmark" To: "Beech Rintoul" Cc: freebsd-questions@freebsd.org Subject: RE: 5.2.1 to 6.2 Migration. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 17:25:51 -0000 > > > > But the phrase "reinstall most of the system" doesn't, at > > > > the very least, *sound* like the BSD Way(tm). Granted, > > > > sometimes it's quicker --- I know that's why it's used so > > > > often on that "Other System" .... ;-) > > > > > > If you have reinstalled a userland that depends on a kernel that > > > doesn't boot, you are quite likely to be in trouble. > > > > I always do buildworld/installworld as part of my kernel > > build/installs. That is to ensure staying in sync. > > > > I reboot after the installworld then again after the installkernel. >=20 > You should do it the other way around. That way if the new kernel > doesn't boot you aren't stuck with an out of sync userland which may > not play nicely with your old kernel. Also, depending on the changes > booting an old kernel with a new userland may (and has) result in > your system not booting at all. >=20 > The proper sequence is: >=20 > # make buildworld > # make buildkernel > # make installkernel > # reboot > # mergemaster -p > # make installworld > # mergemaster > # reboot I prefer to do [build|install]world prior to building the kernel with the new installed tools. Even with an outsynced system, the most common tools to be affected are ps and top. Even when a kernel fails to boot all the way through, you can still rebuild a new kernel after booting with the old kernel. Having the new system tools will not hurt. The OP's primary goal was to discuss about if it was possible to upgrade 5.x to 6.x remotely via ssh. I provided that it was possible and what my method is. Chris >=20 >=20 > > > > > The "BSD way" does not necessarily involve easy recovery from > > > making up procedures that haven't been worked out or tested by > > > the release engineers. In fact, I don't think any operating > > > system guarantees that you will have an easy time after making up > > > your own upgrade procedures. > > > > _______________________________________________ > > 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" >=20 >=20 >=20 > -- > ----------------------------------------------------------------------- > ---------------- > Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org > /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x > \ / - NO HTML/RTF in e-mail | http://www.freebsd.org > X - NO Word docs in e-mail | Latest Release: > / \ - http://www.FreeBSD.org/releases/6.2R/announce.html > ----------------------------------------------------------------------- > ---------------- >=20 >=20 From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 17:34:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7E5516A46D for ; Sun, 4 Nov 2007 17:34:38 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 22E3813C491; Sun, 4 Nov 2007 17:34:37 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <472E02AD.7080604@FreeBSD.org> Date: Sun, 04 Nov 2007 18:34:37 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Noah References: <472D32BF.1050708@enabled.com> <472D9AA2.2020708@FreeBSD.org> <472DFA1D.8080309@enabled.com> <472DFCDD.2040709@FreeBSD.org> <472DFFF6.2050202@enabled.com> In-Reply-To: <472DFFF6.2050202@enabled.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by "libstdc++.so.5" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 17:34:38 -0000 Noah wrote: > > > Kris Kennaway wrote: >> Noah wrote: >>> thanks Kris, >>> >>> something must be wrong then. I am running into problems rebuilding >>> apache now and see undefined references from >>> /usr/local/lib/libstdc++.so.5 during the build: >> >> It looks like you have added a Linux libstdc++ library which is why it >> is failing to resolve other Linux symbols and libraries. No linux >> ports should be putting them in /usr/local/lib though, so maybe you or >> someone else did this manually. > > > > thanks Kris, > > I am checking with the other admin. In the meantime it wouldnt hurt to > move the library /usr/local/lib/libstdc++.so.5 out of there, right? Probably not. The question is whether other bogus libraries were also added there to cause more problems later. The pkg_which manpage has an example command you can run to try and track down extra files that were not installed by any packages. > > also I just performed a 'pkgdb -Faf' and I am seeing the following grep > problems: > > Stale dependency: irssi-0.8.12 -> openssl-0.9.8g (security/openssl): > grep: : No such file or directory > grep: : No such file or directory > "/usr/ports/Mk/bsd.openssl.mk", line 131: warning: "grep > "^lib/libssl.so." """ returned non-zero status Looks like maybe part of the OpenSSL installation was deleted (it should live in /usr/lib), so you should either reinstall world or install the openssl port. Kris From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 17:47:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23BB216A419 for ; Sun, 4 Nov 2007 17:47:36 +0000 (UTC) (envelope-from lists.seay@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id ED1F213C4B8 for ; Sun, 4 Nov 2007 17:47:35 +0000 (UTC) (envelope-from lists.seay@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1784306waf for ; Sun, 04 Nov 2007 09:47:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=AX03ujMNRgHTO6Cc5P2aFMckYrHNlBhhJuqG7cPD4rc=; b=PSm6KDmh3A85c7SLi2RsKQjkDn0qNxe0paDaBF1cHZXfmRe4qZky18oex12RfR1bbW7cKAC/5XFs4arTvZuTCzsUEHMkcLT0d1OnOT7bN4TDDXE0zqyJGVrGaYHKlDFg6G8v/ycj4N+QmNwAsVOxndgfZOANH/OPbXQdgWXVHNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NnY8XE3/cZTLibMcnoB384eDyCs5Kyphxp6oBjQRTKq5fHegesmM34QDS3Hq/2hZhKLUvZkI+DTOePIYAVsyBG5jTj1onjJdjj+PJqeMnenhn2rhXAMRNSG1k59K7RioaALfcmQbsIsk32KwcWmKFOEBQAuPZYo3QR/V0JEARd4= Received: by 10.114.197.1 with SMTP id u1mr4240489waf.1194196960074; Sun, 04 Nov 2007 09:22:40 -0800 (PST) Received: by 10.114.179.5 with HTTP; Sun, 4 Nov 2007 09:22:40 -0800 (PST) Message-ID: Date: Sun, 4 Nov 2007 12:22:40 -0500 From: "Richard (Rick) Seay" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Yelp 2.20.0 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: Sun, 04 Nov 2007 17:47:36 -0000 In the upgrade FAQ it says: "Some users have reported problems with Yelp displaying an error trying to view help files on FreeBSD 6.X. The problem does not appear to exist on 7.X or 8.X, nor is it reliably reproducible. If you are encountering this problem, please notify freebsd-questions@FreeBSD.org." I'm using FreeBSD 6.2-RELEASE-p5. Since upgrading to yelp-2.20.0, I get "Page not found" each time I access the help system, but but all of the content is there. I just click on "OK" and proceed. Only gnucash, gnumeric, gcalctool, abiword, ggv, gconf-editor and their dependencies are installed. My desktop is XFCE. Although it is claimed to be faster, I find the new yelp unbearably slow, much slower than the previous version. It is now completely unusable for gnucash and gnumeric. (I'm on a 733 Mhz P3.) From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 17:55:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D434F16A418; Sun, 4 Nov 2007 17:55:18 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 79E1313C4BB; Sun, 4 Nov 2007 17:55:18 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-3.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lA4HsunU073926 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 4 Nov 2007 09:54:59 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <472E076A.6090702@enabled.com> Date: Sun, 04 Nov 2007 09:54:50 -0800 From: Noah User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Kris Kennaway References: <472D32BF.1050708@enabled.com> <472D9AA2.2020708@FreeBSD.org> <472DFA1D.8080309@enabled.com> <472DFCDD.2040709@FreeBSD.org> <472DFFF6.2050202@enabled.com> <472E02AD.7080604@FreeBSD.org> In-Reply-To: <472E02AD.7080604@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by "libstdc++.so.5" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 17:55:18 -0000 Kris Kennaway wrote: > Noah wrote: >> >> >> Kris Kennaway wrote: >>> Noah wrote: >>>> thanks Kris, >>>> >>>> something must be wrong then. I am running into problems rebuilding >>>> apache now and see undefined references from >>>> /usr/local/lib/libstdc++.so.5 during the build: >>> >>> It looks like you have added a Linux libstdc++ library which is why >>> it is failing to resolve other Linux symbols and libraries. No linux >>> ports should be putting them in /usr/local/lib though, so maybe you >>> or someone else did this manually. >> >> >> >> thanks Kris, >> >> I am checking with the other admin. In the meantime it wouldnt hurt >> to move the library /usr/local/lib/libstdc++.so.5 out of there, right? > > Probably not. The question is whether other bogus libraries were also > added there to cause more problems later. The pkg_which manpage has an > example command you can run to try and track down extra files that were > not installed by any packages. > Hi Kris, I am not completely clear on which manpage to go to? Is 'pkg_' command/man page truncated in some way? Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 18:06:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DF0416A41B for ; Sun, 4 Nov 2007 18:06:16 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 7E0DB13C4C2; Sun, 4 Nov 2007 18:06:15 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <472E0A16.8030107@FreeBSD.org> Date: Sun, 04 Nov 2007 19:06:14 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Noah References: <472D32BF.1050708@enabled.com> <472D9AA2.2020708@FreeBSD.org> <472DFA1D.8080309@enabled.com> <472DFCDD.2040709@FreeBSD.org> <472DFFF6.2050202@enabled.com> <472E02AD.7080604@FreeBSD.org> <472E076A.6090702@enabled.com> In-Reply-To: <472E076A.6090702@enabled.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: /libexec/ld-elf.so.1: Shared object "libm.so.6" not found, required by "libstdc++.so.5" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 18:06:16 -0000 Noah wrote: > > > Kris Kennaway wrote: >> Noah wrote: >>> >>> >>> Kris Kennaway wrote: >>>> Noah wrote: >>>>> thanks Kris, >>>>> >>>>> something must be wrong then. I am running into problems rebuilding >>>>> apache now and see undefined references from >>>>> /usr/local/lib/libstdc++.so.5 during the build: >>>> >>>> It looks like you have added a Linux libstdc++ library which is why >>>> it is failing to resolve other Linux symbols and libraries. No >>>> linux ports should be putting them in /usr/local/lib though, so >>>> maybe you or someone else did this manually. >>> >>> >>> >>> thanks Kris, >>> >>> I am checking with the other admin. In the meantime it wouldnt hurt >>> to move the library /usr/local/lib/libstdc++.so.5 out of there, right? >> >> Probably not. The question is whether other bogus libraries were also >> added there to cause more problems later. The pkg_which manpage has >> an example command you can run to try and track down extra files that >> were not installed by any packages. >> > > > Hi Kris, > > I am not completely clear on which manpage to go to? Is 'pkg_' > command/man page truncated in some way? man pkg_which which is part of portupgrade Kris From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 18:37:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F7A016A41A for ; Sun, 4 Nov 2007 18:37:43 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 3B38613C48D for ; Sun, 4 Nov 2007 18:37:43 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-3.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lA4IbUYC077770 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 4 Nov 2007 10:37:31 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <472E1165.5090108@enabled.com> Date: Sun, 04 Nov 2007 10:37:25 -0800 From: Noah User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: apache22 complains of Module mod_ldap missing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 18:37:43 -0000 Hi there, apache-2.2.6_2 6.2-RELEASE-p6 I am not quite sure what is wrong if I am not building apache correctly or if my /usr/local/etc/apache22/httpd.conf file does not have everything configured properly. I might be missing the installation of a module or something in my httpd.conf please help. here is the log message: [Sun Nov 04 18:26:41 2007] [error] Module mod_ldap missing. Mod_ldap (aka. util_ldap) must be loaded in order for mod_auth_ldap to function properly Configuration Failed here is my /etc/make.conf --- snip --- # !cat cat /etc/make.conf ## switches for RT3 WITH_FASTCGI=yes WITH_APACHE2=yes # for subversion WITH_APACHE2_APR=yes APR_UTIL_WITH_BERKELEY_DB=yes WITH_MOD_DAV_SVN=yes WITH_REPOSITORY_CREATION=yes # for Apache WITH_LDAP_MODULES=yes WITH_SSL_MODULES=yes WITH_BERKELEYDB=db42 #FORCE_PKG_REGISTER=yes # added by use.perl 2007-11-03 20:21:58 PERL_VER=5.8.8 PERL_VERSION=5.8.8 ---- snip --- here are the modules I install: access1# grep "LoadModule" /usr/local/etc/apache22/httpd.conf # have to place corresponding `LoadModule' lines at this location so the # LoadModule foo_module modules/mod_foo.so LoadModule perl_module libexec/apache22/mod_perl.so LoadModule authn_file_module libexec/apache22/mod_authn_file.so LoadModule authn_dbm_module libexec/apache22/mod_authn_dbm.so LoadModule authn_anon_module libexec/apache22/mod_authn_anon.so LoadModule authn_default_module libexec/apache22/mod_authn_default.so LoadModule authn_alias_module libexec/apache22/mod_authn_alias.so LoadModule authz_host_module libexec/apache22/mod_authz_host.so LoadModule authz_groupfile_module libexec/apache22/mod_authz_groupfile.so LoadModule authz_user_module libexec/apache22/mod_authz_user.so LoadModule authz_dbm_module libexec/apache22/mod_authz_dbm.so LoadModule authnz_ldap_module libexec/apache22/mod_authnz_ldap.so LoadModule authz_owner_module libexec/apache22/mod_authz_owner.so LoadModule authz_default_module libexec/apache22/mod_authz_default.so LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so LoadModule auth_digest_module libexec/apache22/mod_auth_digest.so LoadModule file_cache_module libexec/apache22/mod_file_cache.so LoadModule cache_module libexec/apache22/mod_cache.so LoadModule disk_cache_module libexec/apache22/mod_disk_cache.so LoadModule include_module libexec/apache22/mod_include.so LoadModule filter_module libexec/apache22/mod_filter.so LoadModule charset_lite_module libexec/apache22/mod_charset_lite.so LoadModule deflate_module libexec/apache22/mod_deflate.so LoadModule log_config_module libexec/apache22/mod_log_config.so LoadModule logio_module libexec/apache22/mod_logio.so LoadModule env_module libexec/apache22/mod_env.so LoadModule mime_magic_module libexec/apache22/mod_mime_magic.so LoadModule cern_meta_module libexec/apache22/mod_cern_meta.so LoadModule expires_module libexec/apache22/mod_expires.so LoadModule headers_module libexec/apache22/mod_headers.so LoadModule usertrack_module libexec/apache22/mod_usertrack.so LoadModule unique_id_module libexec/apache22/mod_unique_id.so LoadModule setenvif_module libexec/apache22/mod_setenvif.so LoadModule version_module libexec/apache22/mod_version.so LoadModule ssl_module libexec/apache22/mod_ssl.so LoadModule mime_module libexec/apache22/mod_mime.so #LoadModule dav_module libexec/apache22/mod_dav.so LoadModule status_module libexec/apache22/mod_status.so LoadModule autoindex_module libexec/apache22/mod_autoindex.so LoadModule asis_module libexec/apache22/mod_asis.so LoadModule info_module libexec/apache22/mod_info.so LoadModule cgi_module libexec/apache22/mod_cgi.so #LoadModule dav_fs_module libexec/apache22/mod_dav_fs.so LoadModule vhost_alias_module libexec/apache22/mod_vhost_alias.so LoadModule negotiation_module libexec/apache22/mod_negotiation.so LoadModule dir_module libexec/apache22/mod_dir.so LoadModule imagemap_module libexec/apache22/mod_imagemap.so LoadModule actions_module libexec/apache22/mod_actions.so LoadModule speling_module libexec/apache22/mod_speling.so LoadModule userdir_module libexec/apache22/mod_userdir.so LoadModule alias_module libexec/apache22/mod_alias.so LoadModule rewrite_module libexec/apache22/mod_rewrite.so LoadModule php5_module libexec/apache22/libphp5.so LoadModule speedycgi_module libexec/apache22/mod_speedycgi.so #LoadModule dav_svn_module modules/mod_dav_svn.so #LoadModule authz_svn_module modules/mod_authz_svn.so LoadModule authnz_external_module libexec/apache22/mod_authnz_external.so #LoadModule fastcgi_module libexec/apache22/mod_fastcgi.so LoadModule dav_module libexec/apache22/mod_dav.so LoadModule dav_svn_module libexec/apache22/mod_dav_svn.so LoadModule authz_svn_module libexec/apache22/mod_authz_svn.so From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 18:51:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D158716A417 for ; Sun, 4 Nov 2007 18:51:10 +0000 (UTC) (envelope-from kneel.pardoe@virgin.net) Received: from n064.sc1.he.tucows.com (smtpout0150.sc1.he.tucows.com [64.97.136.150]) by mx1.freebsd.org (Postfix) with ESMTP id B3FEF13C4A8 for ; Sun, 4 Nov 2007 18:51:10 +0000 (UTC) (envelope-from kneel.pardoe@virgin.net) Received: from [192.168.0.2] (86.27.63.95) by n064.sc1.he.tucows.com (7.2.069.1) (authenticated as kneel.pardoe@virgin.net) id 47030C3D00274DB3 for freebsd-questions@freebsd.org; Sun, 4 Nov 2007 18:29:51 +0000 From: neal To: freebsd-questions@freebsd.org Date: Sun, 4 Nov 2007 18:28:56 +0000 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711041828.56825.kneel.pardoe@virgin.net> Subject: newby can't set up dvd and audio cd to play X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 18:51:10 -0000 Hello list, I am in the process of migrating to using FreeBSD (from Linux, which I would like to leave entirely behind, how does one make sure they don't install something that requires the Linux compatibility packages? I have a working BSD system installed using DesktopBSD; [pineal@localhost /usr/home/pineal]$ uname -v FreeBSD 6.2-STABLE #0: Mon Jul 23 21:48:53 CEST 2007 I am using this on one partition of one of my drives. I have a second 40gb drive to do a new install to to take over when I have finished playing and discovering on this current setup. The problem I have is that I cannot get dvds to play. I have read the FAQ and the Handbook, I made the changes suggested i.e. adding devices, but still to no avail. What actually happens when I play a dvd is that the dvd will play sometimes for about 20 secs then I get an error dialog saying either I do not have sufficient rights or the dvd is empty. Trying to play a music cd is similarly wierd. On play the first track may play and if it does will last for about 20 secs, sometimes a track will not play at all and eventually skip to the next, but I never seem to get any longer than about 20 secs? I have a fresh install of FreeBSD 6.2 STABLE installed on my second drive waiting to hopefully set up correctly. I have done no updates at all at this point. Could someone please give me some guidance with this? neal. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 20:04:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A2CA16A46B for ; Sun, 4 Nov 2007 20:04:11 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id DC95C13C4B5 for ; Sun, 4 Nov 2007 20:04:09 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so981829nfb for ; Sun, 04 Nov 2007 12:03:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=0Uz/PksR+au1Qs5FX7cilijWhV3hkpX+JPVk/4A3VsE=; b=rUsscnjkqiAqyNywg8XekKTvkuiJTwsWEEtG0D1Tekro0XTrY//GZlDbS2uH3536PvFRgLa3VxWEZZglX5sJ7tuonTplas+3QTW4CcTnD4qs8KJfToihAdra6vn+MkOlgh95hwO3p1gC4BF7gKEsSmXPWDeL8n+9J74FEV6n+m0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Kt2UwH+bA1Dm4aDXIdRZNcCp7ZIzHrkNAtsWkZkwy8Uv6pjXYMajTZHbAPf94ppGMjGA0tY1ir0Zsr1X67Fp4m+fmHjX8eur345xG30trt9GZvilYEp9wgUqAQB+DpEFQVjsraXVzZuVH68wCobF8NLUnmYObPbuXMkWvI+/aBI= Received: by 10.86.4.2 with SMTP id 2mr2783930fgd.1194206639206; Sun, 04 Nov 2007 12:03:59 -0800 (PST) Received: from ?192.168.123.1? ( [78.92.56.73]) by mx.google.com with ESMTPS id 22sm10572498fkr.2007.11.04.12.03.56 (version=SSLv3 cipher=RC4-MD5); Sun, 04 Nov 2007 12:03:57 -0800 (PST) Message-ID: <472E257E.2000905@gmail.com> Date: Sun, 04 Nov 2007 21:03:10 +0100 From: deeptech71@gmail.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071009 MultiZilla/1.8.3.3a SeaMonkey/1.1.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <472AF4FF.9000803@gmail.com> <20071102141525.19a05fc7@gumby.homeunix.com.> <472B6552.9060602@gmail.com> <472B9DA8.6000800@gmail.com> <472DF016.30706@gmail.com> In-Reply-To: <472DF016.30706@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: IPFW Rules and Games X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 20:04:11 -0000 Jack Barnett wrote: > deeptech71@gmail.com wrote: >> So basically the ruleset should be simple: >> >> ipfw -f flush >> # allow lo0 stuff >> # block some spoofs/attacks >> # if you are hosting gameservers from 192.168.17.3 or whatever, >> # you should (manually) open server ports, in other words, add >> # routes to 192.168.17.3 to specific server ports >> ipfw add divert natd all from any to any via $outside_interface >> allow all from any to any >> # block some more spoofs/attacks :) >> # define services (like you did with http) > Sorry, this didn't work. > > > just without any security concerns, try this script: #!/bin/sh ipfw -f flush ipfw add divert natd via xl0 ipfw add allow all from any to any But please tell me, what kind of internet connection do you have? You said you have a Dynamic IP. Are you using connecting to the Internet via ppp? If so, replace xl0 up there with tun0 (or whatever tunnel ppp created). Here's my stuff: ::: /etc/natd.conf ::: dynamic yes same_ports yes deny_incoming yes unregistered_only yes redirect address 192.168.123.254 0.0.0.0 ::: part of /etc/rc.conf ::: # [...] ifconfig_rl0="inet 192.168.123.254 netmask 255.255.255.0" ifconfig_ed0="up" # <-- this is the external one # plus there is a tun0 for PPPoE firewall_enable="YES" firewall_script="/etc/ipfw.rules" # something like the above script gateway_enable="YES" router_enable="NO" natd_enable="YES" natd_interface="tun0" natd_flags="-f /etc/natd.conf" ppp_enable="YES" # [...] From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 20:05:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4536D16A477 for ; Sun, 4 Nov 2007 20:05:36 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 28F0013C49D for ; Sun, 4 Nov 2007 20:05:36 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id lA4K5I69003551; Sun, 4 Nov 2007 15:05:19 -0500 (EST) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Sun, 4 Nov 2007 15:05:16 -0500 User-Agent: KMail/1.9.7 References: <472D9307.2090307@intersonic.se> In-Reply-To: <472D9307.2090307@intersonic.se> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711041505.17080.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Subject: Re: make delete-old 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: Sun, 04 Nov 2007 20:05:36 -0000 On Sunday 04 November 2007, Per olof Ljungmark wrote: > Hi, > > Is there a clever way to run make delete-old in /usr/src so that (y) > will be the default answer? Otherwise it's pressing "y" 437 times in my > case... This is covered in build(7), one of the manpages in the very-useful-but-not-very-obvious category (along with ports, hier, security and tuning IMO (all of which are also in section 7 of the manual..)) Anyway, it's make -DBATCH_DELETE_OLD_FILES delete-old make -DBATCH_DELETE_OLD_FILES delete-old-libs JN From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 20:59:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 105FD16A419 for ; Sun, 4 Nov 2007 20:59:37 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from mail.itu.dk (pluto.itu.dk [130.226.142.18]) by mx1.freebsd.org (Postfix) with ESMTP id C423A13C4AC for ; Sun, 4 Nov 2007 20:59:36 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from localhost (unknown [10.0.0.3]) by mail.itu.dk (Postfix) with ESMTP id DE00036F864; Sat, 3 Nov 2007 23:21:50 +0100 (CET) X-Virus-Scanned: amavisd-new at itu.dk Received: from superman.itu.dk ([130.226.142.5]) by localhost (daredevil.itu.dk [130.226.142.26]) (amavisd-new, port 10024) with ESMTP id cF1h9VDmwtdV; Sat, 3 Nov 2007 23:21:48 +0100 (CET) Received: from wimac.littlebit.dk (unknown [85.233.238.191]) by superman.itu.dk (Postfix) with ESMTP id 6B5589E683; Sat, 3 Nov 2007 23:21:39 +0100 (CET) Message-ID: <472CF44B.2020106@cederstrand.dk> Date: Sat, 03 Nov 2007 23:20:59 +0100 From: Erik Cederstrand User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Tino Engel References: <20071103090338.eit81e342oc4c88w@webmail.dfwlp.org> <200711031521.22666.elrap@web.de> In-Reply-To: <200711031521.22666.elrap@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Another Tag 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: Sun, 04 Nov 2007 20:59:37 -0000 Tino Engel wrote: > Dear FreeBSD folks, > > What is the proper Tag for 8-CURRENT in cvs? Ist it '.'? Yes. Erik From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 21:48:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C42016A419 for ; Sun, 4 Nov 2007 21:48:47 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 889B113C4B0 for ; Sun, 4 Nov 2007 21:48:46 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so996346nfb for ; Sun, 04 Nov 2007 13:48:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=iy9Jo/bxcbeWvGZUUMu5cZMdJYqSDkDyU8p3jCgLCRU=; b=muXu5XfZPiwO9L7Y5iaYurgDC8zmrxh+3kmLvANJumO0DT+M4SK2Qx42oS06n65kHmp05gVw6QCgn34VswM067Ge9UejJ+PqHTqJHFYWI263I7iXJFLFzBuI/49vqknyBP2tRtj5fngr+P1fccrojdwX9CgSk1sUy/PB1CKmMQo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=OmZd9epdqIV86+qHyrl1R/I1Rh1jjXx+4MJK+rn2+6S6Oec8iC7wJmnt4/+NNXqc0gl+0lWc9yEk7/WqQD5a33jtjifecLgZVIUOS/Rj5o83MpY13+niMdSSxysoH/crFWT0z5W9iFToe4ye1GWC4MZzx9pTKJKfSpOV1BgXw/k= Received: by 10.86.65.11 with SMTP id n11mr2841452fga.1194212917924; Sun, 04 Nov 2007 13:48:37 -0800 (PST) Received: from roadrunner.spoerlein.net ( [85.180.178.10]) by mx.google.com with ESMTPS id j2sm13049857mue.2007.11.04.13.48.36 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 04 Nov 2007 13:48:36 -0800 (PST) Received: from roadrunner.spoerlein.net (localhost [127.0.0.1]) by roadrunner.spoerlein.net (8.14.1/8.14.1) with ESMTP id lA4LmVnZ010418; Sun, 4 Nov 2007 22:48:31 +0100 (CET) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.spoerlein.net (8.14.1/8.14.1/Submit) id lA4LmUSk010417; Sun, 4 Nov 2007 22:48:30 +0100 (CET) (envelope-from uspoerlein@gmail.com) Date: Sun, 4 Nov 2007 22:48:29 +0100 From: Ulrich Spoerlein To: "O. Hartmann" Message-ID: <20071104214829.GA1527@roadrunner.spoerlein.net> Mail-Followup-To: "O. Hartmann" , "O. Hartmann" , freebsd-questions@freebsd.org, freebsd-ports@freebsd.org References: <471B7DCF.2020709@mail.zedat.fu-berlin.de> <20071025214852.GB1458@roadrunner.spoerlein.net> <47222F0D.70802@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47222F0D.70802@zedat.fu-berlin.de> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: "O. Hartmann" , freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: OpenLDAP 2.3/pam_ldap/nss_ldap: not working in FreeBSD 7.0-PRE! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 21:48:47 -0000 Sorry for the late reply ... On Fri, 26.10.2007 at 20:16:45 +0200, O. Hartmann wrote: > All right, here I am. nss_ldap.conf and ldap.conf are located in > /usr/local/etc and are identical (link). I copied all tags I use and deleted > commented out tags: Seems ok to me, though I don't claim to be an expert. > The slapd.conf is this, comments roped: > > include /usr/local/etc/openldap/schema/core.schema > include /usr/local/etc/openldap/schema/cosine.schema > include /usr/local/etc/openldap/schema/nis.schema > include /usr/local/etc/openldap/schema/inetorgperson.schema > # additional schema > include /usr/local/share/examples/samba/LDAP/samba.schema > pidfile /var/run/openldap/slapd.pid > argsfile /var/run/openldap/slapd.args > logfile /var/log/slapd.log > loglevel 512 loglevel is a bitmask. It you want to have lots of debugging try 255 and run a tail -f /var/log/debug.log > sizelimit unlimited > allow bind_v2 > modulepath /usr/local/libexec/openldap > moduleload back_bdb > everse-lookup off typo I guess? > NSCD is up and running, my nsswitch.conf looks like this: Please try without nscd first, it's just another possible source of problems. > group: cache ldap[ unavail=continue notfound=continue ] files > passwd: cache ldap [ unavail=continue notfound=continue ] files > #group_compat: nis > hosts: compat > networks: files > #passwd_compat: nis > shells: files > services: compat > services_compat: nis > protocols: files > rpc: files > > And I changed some lines in /etc/pam.d/sshd,login,system,other like this > *commented out due to system gets stuck forever when enab;ed > nss_ldap/pam_ldap): I'm using softbind and a short timeout in ldap.conf/nss_ldap.conf to avoid this unresponsiveness. # Bind/connect timelimit bind_timelimit 3 # Reconnect policy: hard (default) will retry connecting to # the software with exponential backoff, soft will fail # immediately. #bind_policy hard bind_policy soft Also, make NSS work first, then turn to configuring PAM (at least, that's what I would do) > Some errors from console: > > (At boot time) > Oct 26 17:00:36 gauss kernel: Oct 26 17:00:36 gauss slapd[757]: nss_ldap: > could not search LDAP server - Server is unavailable Expected. slapd want to change its user to ldap:ldap, which it needs to look up the UID for. Chicken & Egg. That's why I need to use soft bind+timeout on my (disconnected) laptop here. > Oct 26 11:59:08 gauss kernel: Oct 26 11:59:08 gauss cron[13480]: nss_ldap: > could not search LDAP server - Server is unavailable > Oct 26 12:41:44 gauss kernel: Oct 26 12:41:44 gauss login: nss_ldap: could > not search LDAP server - Server is unavailable That seems broken then. Is slapd running? Can you ldapsearch -Lx -h localhost? What's /var/log/debug.log telling you? Can you id(1) some ldap users? Does the output of 'getent group' and 'getent passwd' look reasonable? > One point: what is about compile time options of OpenLDAP? Does LDAP forces > itself using SSL although not configured explicitely in slapd.conf? No. It is purely optional. You would need certificates before it can even possibly start working anyways. > nss_ldap-1.257 <<=== > openldap-client-2.3.38 > openldap-server-2.3.38 > pam_ldap-1.8.2 My other computer is running with nss_ldap-1.257 and showing no problems either. Cheers, Ulrich Spoerlein -- It is better to remain silent and be thought a fool, than to speak, and remove all doubt. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 22:02:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03C1D16A469 for ; Sun, 4 Nov 2007 22:02:54 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from mtai04.charter.net (mtai04.charter.net [209.225.8.184]) by mx1.freebsd.org (Postfix) with ESMTP id 97C0313C4B0 for ; Sun, 4 Nov 2007 22:02:53 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from aa04.charter.net ([10.20.200.156]) by mtai04.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071104220238.SYRF12338.mtai04.charter.net@aa04.charter.net> for ; Sun, 4 Nov 2007 17:02:38 -0500 Received: from robs-laptop.com ([71.85.241.27]) by aa04.charter.net with ESMTP id <20071104220238.HHWE1254.aa04.charter.net@robs-laptop.com> for ; Sun, 4 Nov 2007 17:02:38 -0500 Message-ID: <472E417E.4010308@charter.net> Date: Sun, 04 Nov 2007 16:02:38 -0600 From: icantthinkofone User-Agent: Thunderbird 2.0.0.6 (X11/20070914) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <200711041009.03578.freebsd@dfwlp.com> In-Reply-To: <200711041009.03578.freebsd@dfwlp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Subject: Re: ok... what did i miss? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2007 22:02:54 -0000 Jonathan Horne wrote: > all my 6.2 computers say the correct time, but my 7.0 BETA-2 says an hour > ahead (as in, it didnt make the DST change last night on its own). same > timezone is selected on all computers. > > did i miss some setting to obey DST changes or something? > > thanks, > I have the correct time but it says CST for Central Standard. Why doesn't it say CDST? From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 22:18:31 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69FD116A477 for ; Sun, 4 Nov 2007 22:18:31 +0000 (UTC) (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 D1D7913C4B3 for ; Sun, 4 Nov 2007 22:18:30 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id lA4MIKuw003504; Sun, 4 Nov 2007 14:18:21 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA4MIKeA003503; Sun, 4 Nov 2007 14:18:20 -0800 (PST) (envelope-from kline) Date: Sun, 4 Nov 2007 14:18:19 -0800 From: Gary Kline To: Randy Pratt Message-ID: <20071104221819.GA64325@thought.org> References: <20071104061418.GA28570@thought.org> <20071104072207.1b41a334.bsd-unix@embarqmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071104072207.1b41a334.bsd-unix@embarqmail.com> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Gary Kline , FreeBSD Mailing List Subject: Re: cannot get screen out of black/black 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: Sun, 04 Nov 2007 22:18:31 -0000 On Sun, Nov 04, 2007 at 07:22:07AM -0500, Randy Pratt wrote: > On Sat, 3 Nov 2007 22:14:18 -0800 > Gary Kline wrote: > > > > > Where do I set up the screen to never go blan? both in console > > (white on black) mode and in X? Every so often my video card > > driver (mga) remains blank after 10 to 15 minutes. And gets > > stuck in this mode. --FWIW, this did not happen in xorg-6.9-- > > only in the 7.x versions. My hunch is to never let the screen > > blank. The screensaver does seem to work, tho. > > Blanking in console mode is controlled by /etc/defaults/rc.conf: > > blanktime="300" # blank time (in seconds) or "NO" to turn it off. > > Put your override in /etc/rc.conf . > > Xorg blanking can be set via "xset". To see your settings run > "xset q". If you run "xset" without arguments, you can get hints > on settings: > > For screen-saver control: > s [timeout [cycle]] s default s on > s blank s noblank s off > s expose s noexpose > s activate s reset > > For more detail, see "man xset". Ty, ty, ty! For unknown reasons (I don't know how I screwed up and set this:-), I also set the screen to require my passwd to bring it back to life. But that's another issue; it'll be awhile before I figure out the widgets and gimmicks of Gnome/KDE. You've givenme a jump. Will Gnome choke if I put the ``xset [foobar]'' string in ~/.gnome2? I want to add some initiation commands for the window manager and the gnome-[stuff] seems to choke if I make the slightest fumble. > > You may also have some window manager screensaver mode to contend > with. Hm... Well, I'll experiment. One at a time; blanktime=NO or xset s off. > > Also as a side, since you're using the xf86-video-mga driver, see > > http://www.freebsd.org/cgi/query-pr.cgi?pr=117726 > Wow, that is very close to my problems:: with my G450 and the mga-1.9.100, my screen was only bright at 800x600. My workaround,, suggested by a gent in OZ was to use xgamma. xgamma -gamma 0.100 only works up to 1280x1024; but I've got 32megs on this video card, which is plenty. I haven't written a dev driver in years. The patch code looks interesting. I didn't understand that I could file a PR thru FBSD for an xorg driver fault... . > HTH, > really! gary > Randy > -- -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 22:56:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9E3A16A417 for ; Sun, 4 Nov 2007 22:56:23 +0000 (UTC) (envelope-from member@ebay.com) Received: from mxphxpool73.ebay.com (mxphxpool73.ebay.com [66.211.161.73]) by mx1.freebsd.org (Postfix) with ESMTP id BDA7C13C49D for ; Sun, 4 Nov 2007 22:56:23 +0000 (UTC) (envelope-from member@ebay.com) Received: from mxpool21.ebay.com (HELO mx41.sjc.ebay.com) ([66.135.197.27]) by mxphxpool73.ebay.com with ESMTP; 04 Nov 2007 14:41:45 -0800 Received: from rc-v3conta012 (rc-v3conta012.smf.ebay.com [10.9.12.112]) by mx41.sjc.ebay.com (8.13.5/8.13.5) with ESMTP id lA4MfUsH002060 for ; Sun, 4 Nov 2007 15:41:30 -0700 DomainKey-Signature: a=rsa-sha1; s=dksm28; d=ebay.com; c=nofws; q=dns; h=from:reply-to:to:subject:x-ebay-mailtracker: x-ebay-mailversiontracker:mime-version:content-type; b=jOTwfwucqA96LYhFvXtsdAGP7YiMvNMGebf8q68TpvpuASyYAd2WppVZWa63NBS/N +P9eQ2uNLYcGH8OTL9jxg== Date: Sun, 4 Nov 2007 15:41:30 -0700 Message-Id: <200711042241.lA4MfUsH002060@mx41.sjc.ebay.com> From: eBay To: freebsd-questions@freebsd.org X-eBay-MailTracker: 11030.537.0.63852 X-eBay-MailVersionTracker: 537.5593657 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: kdrtdrkpi thought you might like this item on eBay X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: member@ebay.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 22:56:24 -0000 ----------------------------------------------------------------- An eBay member wants to show you this item ----------------------------------------------------------------- hi friends: Our website is : www.record-saler.com We are a large=20 wholesaler for selling electrical products ,an agent of all the well-known= =20 digital products manufacturers,and facing to wholesalers worldwide.We have= =20 our own warehouse and stores,We export all kinds of digital products, and=20 offer competitive,attractive price and good quality ,so you can make a big= =20 profitwe.we have been received very high praise from our customers all over= =20 the world in the past few years.=20 Please see the details on our website:=20 www.record-saler.com ----- MSN : record-saler@hotmail.com ----- =20 ----- E-mail : record-saler@hotmail.com ----- -----=20 http://www.record-saler.com/productlist.asp?cid=3D10350000 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Show me http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&&item=3D190153819395 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Item name: Toshiba REGZA 32HLV67U 32 Current price: PHP 12,196.00=20 End time: Sep-17-07 04:01:28 PDT ----------------------------------------------------------------- Learn how you can protect yourself from spoof (fake) emails at:=20 http://pages.ebay.com/education/spooftutorial/index.html This email sent through the eBay platform from a sender who thinks you are= =20 likely to be interested in this information. eBay takes no liability for=20 sending this email or its content. You can report this message at=20 http://pages.ebay.com/help/policies/rfe-spam-ov.html as unsolicited=20 (spam/spoof) email. Copyright =A9 2007 eBay Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective=20 owners. eBay and the eBay logo are trademarks of eBay Inc. eBay Inc. is located at 2145 Hamilton Avenue, San Jose, CA 95125. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 23:07:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0208E16A41B for ; Sun, 4 Nov 2007 23:07:21 +0000 (UTC) (envelope-from member@ebay.com) Received: from mxphxpool98.ebay.com (mxphxpool98.ebay.com [66.211.161.98]) by mx1.freebsd.org (Postfix) with ESMTP id AD2C413C4B0 for ; Sun, 4 Nov 2007 23:07:20 +0000 (UTC) (envelope-from member@ebay.com) Received: from mxpool09.ebay.com (HELO mx17.sjc.ebay.com) ([66.135.197.15]) by mxphxpool98.ebay.com with ESMTP; 04 Nov 2007 14:41:43 -0800 Received: from rc-v3conta002 (rc-v3conta002.smf.ebay.com [10.9.12.102]) by mx17.sjc.ebay.com (8.13.5/8.13.5) with ESMTP id lA4MfRa3015046 for ; Sun, 4 Nov 2007 15:41:27 -0700 DomainKey-Signature: a=rsa-sha1; s=dksm28; d=ebay.com; c=nofws; q=dns; h=from:reply-to:to:subject:x-ebay-mailtracker: x-ebay-mailversiontracker:mime-version:content-type; b=TeZdacq5MLSbe4sU8cCIpOTAsunQq6nHD22cf+EyP2aBWh5eeVZZFLh31BjRqNBmj kwOKExBbVMMem6AQZgXBQ== Date: Sun, 4 Nov 2007 15:41:27 -0700 Message-Id: <200711042241.lA4MfRa3015046@mx17.sjc.ebay.com> From: eBay To: freebsd-questions@freebsd.org X-eBay-MailTracker: 11030.537.0.63852 X-eBay-MailVersionTracker: 537.5593657 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: kdrtdrkpi thought you might like this item on eBay X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: member@ebay.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 23:07:21 -0000 ----------------------------------------------------------------- An eBay member wants to show you this item ----------------------------------------------------------------- hi friends: Our website is : www.record-saler.com We are a large=20 wholesaler for selling electrical products ,an agent of all the well-known= =20 digital products manufacturers,and facing to wholesalers worldwide.We have= =20 our own warehouse and stores,We export all kinds of digital products, and=20 offer competitive,attractive price and good quality ,so you can make a big= =20 profitwe.we have been received very high praise from our customers all over= =20 the world in the past few years.=20 Please see the details on our website:=20 www.record-saler.com ----- MSN : record-saler@hotmail.com ----- =20 ----- E-mail : record-saler@hotmail.com ----- -----=20 http://www.record-saler.com/productlist.asp?cid=3D10350000 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Show me http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&&item=3D190153819395 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Item name: Toshiba REGZA 32HLV67U 32 Current price: PHP 12,196.00=20 End time: Sep-17-07 04:01:28 PDT ----------------------------------------------------------------- Learn how you can protect yourself from spoof (fake) emails at:=20 http://pages.ebay.com/education/spooftutorial/index.html This email sent through the eBay platform from a sender who thinks you are= =20 likely to be interested in this information. eBay takes no liability for=20 sending this email or its content. You can report this message at=20 http://pages.ebay.com/help/policies/rfe-spam-ov.html as unsolicited=20 (spam/spoof) email. Copyright =A9 2007 eBay Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective=20 owners. eBay and the eBay logo are trademarks of eBay Inc. eBay Inc. is located at 2145 Hamilton Avenue, San Jose, CA 95125. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 23:50:45 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F3C816A41B for ; Sun, 4 Nov 2007 23:50:45 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id D27C113C4AA for ; Sun, 4 Nov 2007 23:50:44 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=DSv2yQ03OvQQnnaHavAA:9 a=pdzdQqKO6r47IW4k_20A:7 a=KMyhOhkEOY2GU6wA-RRw4HZE-a4A:4 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp09.embarq.synacor.com smtp.mail=bsd-unix@embarqmail.com; spf=neutral Authentication-Results: smtp09.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received-SPF: neutral (smtp09.embarq.synacor.com: 76.6.194.183 is neither permitted nor denied by domain of embarqmail.com) Received: from [76.6.194.183] ([76.6.194.183:55688] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.1.21 r(19176)) with ESMTPA id 60/AE-30572-3CA5E274; Sun, 04 Nov 2007 18:50:28 -0500 Date: Sun, 4 Nov 2007 18:50:26 -0500 From: Randy Pratt To: Gary Kline Message-Id: <20071104185026.cc6c7ff9.bsd-unix@embarqmail.com> In-Reply-To: <20071104221819.GA64325@thought.org> References: <20071104061418.GA28570@thought.org> <20071104072207.1b41a334.bsd-unix@embarqmail.com> <20071104221819.GA64325@thought.org> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: cannot get screen out of black/black 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: Sun, 04 Nov 2007 23:50:45 -0000 On Sun, 4 Nov 2007 14:18:19 -0800 Gary Kline wrote: > On Sun, Nov 04, 2007 at 07:22:07AM -0500, Randy Pratt wrote: > > On Sat, 3 Nov 2007 22:14:18 -0800 > > Gary Kline wrote: > > > > > > > > Where do I set up the screen to never go blan? both in console > > > (white on black) mode and in X? Every so often my video card > > > driver (mga) remains blank after 10 to 15 minutes. And gets > > > stuck in this mode. --FWIW, this did not happen in xorg-6.9-- > > > only in the 7.x versions. My hunch is to never let the screen > > > blank. The screensaver does seem to work, tho. > > > > Blanking in console mode is controlled by /etc/defaults/rc.conf: > > > > blanktime="300" # blank time (in seconds) or "NO" to turn it off. > > > > Put your override in /etc/rc.conf . > > > > Xorg blanking can be set via "xset". To see your settings run > > "xset q". If you run "xset" without arguments, you can get hints > > on settings: > > > > For screen-saver control: > > s [timeout [cycle]] s default s on > > s blank s noblank s off > > s expose s noexpose > > s activate s reset > > > > For more detail, see "man xset". > > > Ty, ty, ty! For unknown reasons (I don't know how I screwed up > and set this:-), I also set the screen to require my passwd to > bring it back to life. But that's another issue; it'll be awhile > before I figure out the widgets and gimmicks of Gnome/KDE. > You've givenme a jump. Setting of a password does sound like a Gnome/KDE thing. I can't comment on that since its been at least 7 or 8 years since I swore off the mega-managers and use Fluxbox to select which xterm to use ;-) > Will Gnome choke if I put the ``xset [foobar]'' string in ~/.gnome2? > I want to add some initiation commands for the window manager and > the gnome-[stuff] seems to choke if I make the slightest fumble. When I'm in Xorg, I just issue the commands from an xterm. Xset should keep track of your settings for you without having to add it to ~/.gnome2 . > > You may also have some window manager screensaver mode to contend > > with. > > > Hm... Well, I'll experiment. One at a time; blanktime=NO > or xset s off. > > > > Also as a side, since you're using the xf86-video-mga driver, see > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=117726 > > > > Wow, that is very close to my problems:: with my G450 and > the mga-1.9.100, my screen was only bright at 800x600. My > workaround,, suggested by a gent in OZ was to use xgamma. > xgamma -gamma 0.100 only works up to 1280x1024; but I've got > 32megs on this video card, which is plenty. I haven't written a > dev driver in years. The patch code looks interesting. I'm of the opinion that these drivers should work out-of-the-box for a given card with the configuration file generated thru Xorg. If they don't then new users will have a less than happy experience when they install FreeBSD. Understandably, special features of a card may require additional hand configurations. What the patch does is to revert to the mga-1.4.7 with some bug fixes making it 1.4.7,1 . If you had no problems with the previous 1.4.7 driver then it should work fine. Keep in mind, its still a PR and subject to further modification/approaches. If you're comfortable with doing local patches and being able to deal with them during subsequent port updates then it might be worth considering. If you want to read further you could look at last week's archive for freebsd-x11: http://docs.freebsd.org/mail/archive/2007/freebsd-x11/20071104.freebsd-x11.html and this weeks current mailings: http://docs.freebsd.org/mail/current/freebsd-x11.html Look for postings regarding the 'mga' driver. > I didn't understand that I could file a PR thru FBSD for an > xorg driver fault... . Xorg is another third-party software like other ports and can have a PR filed for a problem. Of course, its preferable that changes go upstream so it minimizes patches for FreeBSD since this adds extra work for the maintainers. Randy -- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 00:10:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1197216A468 for ; Mon, 5 Nov 2007 00:10:27 +0000 (UTC) (envelope-from juri_mian@yahoo.com) Received: from n6.bullet.re3.yahoo.com (n6.bullet.re3.yahoo.com [68.142.237.91]) by mx1.freebsd.org (Postfix) with SMTP id BB2C613C4BA for ; Mon, 5 Nov 2007 00:10:26 +0000 (UTC) (envelope-from juri_mian@yahoo.com) Received: from [68.142.237.87] by n6.bullet.re3.yahoo.com with NNFMP; 05 Nov 2007 00:10:13 -0000 Received: from [216.252.122.216] by t3.bullet.re3.yahoo.com with NNFMP; 05 Nov 2007 00:10:13 -0000 Received: from [69.147.84.95] by t1.bullet.sp1.yahoo.com with NNFMP; 05 Nov 2007 00:10:13 -0000 Received: from [127.0.0.1] by omp205.mail.sp1.yahoo.com with NNFMP; 05 Nov 2007 00:10:13 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 245595.7249.bm@omp205.mail.sp1.yahoo.com Received: (qmail 29395 invoked by uid 60001); 5 Nov 2007 00:10:13 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=woINmRlhQ9OTh+StVMbF5O5s+9jr1fRppi84VM/Xzzcg4QFEmeQGM3YBhrPLpifsBn8r8jv4IB8vQTcRpzRJSPPmDYwnAXbI+S7yAZ6fbenXXe262jcKAeaorWe9DX9yeHN4EFUT2zJXmmdR5qpn+BCff9e1KR81RijI9TZMU1Q=; X-YMail-OSG: a1IJThsVM1mBHZxmLjkwEkmdUukbpgQUmDtuAxCZlmOIA2dyWPxEgqonTljVmjIZ7w-- Received: from [71.63.232.32] by web45616.mail.sp1.yahoo.com via HTTP; Sun, 04 Nov 2007 16:10:12 PST Date: Sun, 4 Nov 2007 16:10:12 -0800 (PST) From: Juri Mianovich To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <968423.23711.qm@web45616.mail.sp1.yahoo.com> Subject: ipfw rule question ... all possible interfaces ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 00:10:27 -0000 Is there a way to tell ipfw: "all interfaces currently configured on this system" ? I have a laptop and at any time I could plug in a USB NIC or plug in a pccard, in addition to the onboard LAN and WIFI, either of which may or may not be configured at boot time. So the point is, the active, configured interfaces changes regularly. So if I have a rule like: allow ip from any to any via iwi0 that won't work well, and neither will: allow ip from any to any via iwi0,abc0 So is there any way to say "all interfaces currently configured" and have that rule apply to new interfaces automatically as they are added and subtracted from the system ? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 00:35:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D729C16A420 for ; Mon, 5 Nov 2007 00:35:44 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 8878C13C4A5 for ; Mon, 5 Nov 2007 00:35:44 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id BD34F44CCA; Sun, 4 Nov 2007 19:35:11 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 04 Nov 2007 19:35:11 -0500 X-Sasl-enc: FtjFZs4uhbS0rDeAmWGg9ZG02u8ab66o+HtBKgFZqFC1 1194222911 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id 705DB27D38; Sun, 4 Nov 2007 19:35:11 -0500 (EST) Message-Id: <85E82FD7-3AA8-467C-8E64-82955B178861@goldmark.org> From: Jeffrey Goldberg To: icantthinkofone In-Reply-To: <472E417E.4010308@charter.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Sun, 4 Nov 2007 18:35:09 -0600 References: <200711041009.03578.freebsd@dfwlp.com> <472E417E.4010308@charter.net> X-Mailer: Apple Mail (2.912) Cc: FreeBSD_Questions FreeBSD_Questions Subject: Re: ok... what did i miss? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 00:35:44 -0000 On Nov 4, 2007, at 4:02 PM, icantthinkofone wrote: > I have the correct time but it says CST for Central Standard. Why > doesn't it say CDST? Standard time is what we have in the winter. Daylight Savings time is what we have in the summer. I know this is counter-intuitive since we are on Dayling Savings Time for longer than we are on Standard time. But when the whole thing was introduced, it was the summer time that got shifted. The above comments are regarding the US. You mentioned "Central Time" so that would be appropriate. Many other places add an "S" for Summer into zone designation, while the US puts an "S" for Standard for the winter time. -j From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 00:39:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 170B316A41A for ; Mon, 5 Nov 2007 00:39:41 +0000 (UTC) (envelope-from fbsd06+P6=d19e8d24@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id E81FC13C491 for ; Mon, 5 Nov 2007 00:39:40 +0000 (UTC) (envelope-from fbsd06+P6=d19e8d24@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 945F6163F97 for ; Sun, 4 Nov 2007 19:22:24 -0500 (EST) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 4DF8BD05A5 for ; Sun, 4 Nov 2007 19:22:03 -0500 (EST) Date: Mon, 5 Nov 2007 00:22:00 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071105002200.089923a8@gumby.homeunix.com.> In-Reply-To: <968423.23711.qm@web45616.mail.sp1.yahoo.com> References: <968423.23711.qm@web45616.mail.sp1.yahoo.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ipfw rule question ... all possible interfaces ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 00:39:41 -0000 On Sun, 4 Nov 2007 16:10:12 -0800 (PST) Juri Mianovich wrote: > > Is there a way to tell ipfw: > > "all interfaces currently configured on this system" ? > >... > > So if I have a rule like: > > allow ip from any to any via iwi0 > You don't have to use "via" in a rule. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 00:43:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7588316A46D for ; Mon, 5 Nov 2007 00:43:32 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 43A8513C4AC for ; Mon, 5 Nov 2007 00:43:31 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1191014rvb for ; Sun, 04 Nov 2007 16:43:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=rtGav95+YK6XDf7qGWuIPPBLIKbO2f0vj0H8H9tGpTE=; b=HWqBLPNfbyTf9mvg3Q7xzX5gRer71ap4bal7HbuB1uYDz21aw/bCwVMEeTOjJTsuMjtdIAZ/Ipa7LbHCRrqhZgysoL5uEsUqBfprbTd4FPkBln+Tt/6R70l3tC/SnypTUqpo2M172N12lvwh13m7zzXpq3ehSu6coV+zRic2dAw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=rkdPrgVgpxBHwEgDhtoHY2sVn7mMVmb4sPiFU+0A7UXpbhfOzNwRlHi42Et/exHv/VV4dH4BaC3YkCTy8KyJXa9HX7UwcQdtRe4T3LVjLRtfA1KeV38DLgCes4tEA8AD83XJbGcWNMbxOQzsL5SkyCLqi+OGEYKmQokimOqCBgM= Received: by 10.142.80.7 with SMTP id d7mr875686wfb.1194222966382; Sun, 04 Nov 2007 16:36:06 -0800 (PST) Received: by 10.142.180.12 with HTTP; Sun, 4 Nov 2007 16:36:06 -0800 (PST) Message-ID: Date: Sun, 4 Nov 2007 17:36:06 -0700 From: James To: "Gary Kline" In-Reply-To: <20071104221819.GA64325@thought.org> MIME-Version: 1.0 References: <20071104061418.GA28570@thought.org> <20071104072207.1b41a334.bsd-unix@embarqmail.com> <20071104221819.GA64325@thought.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Randy Pratt , FreeBSD Mailing List Subject: Re: cannot get screen out of black/black 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: Mon, 05 Nov 2007 00:43:32 -0000 > > Xorg blanking can be set via "xset". To see your settings run > > "xset q". If you run "xset" without arguments, you can get hints > > on settings: > > > > For screen-saver control: > > s [timeout [cycle]] s default s on > > s blank s noblank s off > > s expose s noexpose > > s activate s reset > > > > For more detail, see "man xset". > > > Ty, ty, ty! For unknown reasons (I don't know how I screwed up > and set this:-), I also set the screen to require my passwd to > bring it back to life. But that's another issue; it'll be awhile > before I figure out the widgets and gimmicks of Gnome/KDE. > You've givenme a jump. I always deal with this through system->preferences->screensaver preferences in Gnome. It allows you to configure everything, from whether the screen blanks through whether you need a password to wake up. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 01:41:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9084816A421 for ; Mon, 5 Nov 2007 01:41:40 +0000 (UTC) (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 DA8CF13C480 for ; Mon, 5 Nov 2007 01:41:39 +0000 (UTC) (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 lA51fMAu069420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Nov 2007 08:41:22 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id lA51fLtQ005878; Mon, 5 Nov 2007 08:41:21 +0700 (ICT) Date: Mon, 5 Nov 2007 08:41:21 +0700 (ICT) Message-Id: <200711050141.lA51fLtQ005878@banyan.cs.ait.ac.th> From: Olivier Nicole To: chris@sigd.net In-reply-to: <6FC9F9894A9F8C49A722CF9F2132FC220F34B3B4@ms05.mailstreet2003.net> (chris@sigd.net) References: <011e01c81e3a$82335dc0$6501a8c0@GRANT> <44sl3m7ogj.fsf@Lowell-Desk.lan> <6FC9F9894A9F8C49A722CF9F2132FC220F34B36D@ms05.mailstreet2003.net> <200711040131.59446.beech@freebsd.org> <6FC9F9894A9F8C49A722CF9F2132FC220F34B3B4@ms05.mailstreet2003.net> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: beech@freebsd.org, freebsd-questions@freebsd.org Subject: Re: 5.2.1 to 6.2 Migration. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 01:41:40 -0000 > I prefer to do [build|install]world prior to building the kernel > with the new installed tools. > > Even with an outsynced system, the most common tools to be affected > are ps and top. Even when a kernel fails to boot all the > way through, you can still rebuild a new kernel after booting > with the old kernel. Having the new system tools will not > hurt. Am I wrong thinking that even when running an old system (kernel and tools) for the buildkernel step, only new tools (/usr/src/...) are being used? Bests, Olivier From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 00:14:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3357316A41B for ; Mon, 5 Nov 2007 00:14:19 +0000 (UTC) (envelope-from tranceddancer@hotmail.com) Received: from bay0-omc1-s19.bay0.hotmail.com (bay0-omc1-s19.bay0.hotmail.com [65.54.246.91]) by mx1.freebsd.org (Postfix) with ESMTP id 25F0613C494 for ; Mon, 5 Nov 2007 00:14:19 +0000 (UTC) (envelope-from tranceddancer@hotmail.com) Received: from BAY114-W11 ([65.54.169.111]) by bay0-omc1-s19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 4 Nov 2007 15:00:28 -0800 Message-ID: X-Originating-IP: [65.173.70.201] From: Brian Finniff To: Date: Sun, 4 Nov 2007 18:00:27 -0500 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 04 Nov 2007 23:00:28.0005 (UTC) FILETIME=[7DD7D150:01C81F36] X-Mailman-Approved-At: Mon, 05 Nov 2007 01:42:48 +0000 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: DNS and IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 00:14:19 -0000 My question is, if you are running a website for 2 different people on the = Internet and they both wanted to acquire a domain but you only have one IP = address, would it be possible to forward each domain to the same IP address= and somehow each one becomes distinct? If so, how is this possible? Can yo= u explain to me how it can be done. Oh and for reference, I am not talking about web redirects. _________________________________________________________________ Windows Live Hotmail and Microsoft Office Outlook =96 together at last. =A0= Get it now. http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=3DCL10062= 6971033= From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 01:55:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7968F16A417 for ; Mon, 5 Nov 2007 01:55:22 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from srv.exchange.net24.net.nz (srv.exchange.net24.net.nz [210.55.4.16]) by mx1.freebsd.org (Postfix) with ESMTP id 0C58513C4A6 for ; Mon, 5 Nov 2007 01:55:21 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from [192.168.1.100] ([210.55.30.56]) by srv.exchange.net24.net.nz with Microsoft SMTPSVC(6.0.3790.3959); Mon, 5 Nov 2007 14:51:05 +1300 Message-ID: <472E77AC.9060200@net24.co.nz> Date: Mon, 05 Nov 2007 14:53:48 +1300 From: Brett Davidson Organization: Net24 Limited User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Nov 2007 01:51:05.0875 (UTC) FILETIME=[5416CE30:01C81F4E] Subject: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 01:55:22 -0000 ie. If I had a particular version of the ports tree on a server, how could I check to see if any of the programs in that tree were actually installed? Is there a simple command or sequence of commands to do this? -- Brett Davidson Systems Engineer -- Net24 Limited Web: www.net24.co.nz Phone: 0800 5000 24 | DDI: +64 3 962 9518 -- // web hosting / email hosting / data backup // our reputation for reliability precedes us This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 01:56:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F75116A421 for ; Mon, 5 Nov 2007 01:56:27 +0000 (UTC) (envelope-from office@ourweb.net) Received: from ourweb.net (joey.ourweb.net [216.236.255.138]) by mx1.freebsd.org (Postfix) with ESMTP id 0776813C4A5 for ; Mon, 5 Nov 2007 01:56:26 +0000 (UTC) (envelope-from office@ourweb.net) Received: from [127.0.0.1] (unverified [216.236.255.29]) by ourweb.net (SurgeMail 3.8f2) with ESMTP id 437530-1762690 for multiple; Sun, 04 Nov 2007 21:44:33 -0500 Message-ID: <472E77DC.3090502@ourweb.net> Date: Sun, 04 Nov 2007 20:54:36 -0500 From: Bill Banks User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Brian Finniff References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-User: wpa@ourweb.net Cc: freebsd-questions@freebsd.org Subject: Re: DNS and IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 01:56:27 -0000 Of course, just setup a virtual host in your httpd.conf file point the dns to the same ip. Apache will take care of the rest. Brian Finniff wrote: > My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domain but you only have one IP address, would it be possible to forward each domain to the same IP address and somehow each one becomes distinct? If so, how is this possible? Can you explain to me how it can be done. > > Oh and for reference, I am not talking about web redirects. > > _________________________________________________________________ > Windows Live Hotmail and Microsoft Office Outlook – together at last. Get it now. > http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033_______________________________________________ > 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" > > > -- ----------------------------------------------- Bill Banks 508-829-2005 Wachusett Programming Ourweb http://www.ourweb.net http://www.ourwebtemplates.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 02:02:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31FCC16A46B for ; Mon, 5 Nov 2007 02:02:32 +0000 (UTC) (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 816D413C4B0 for ; Mon, 5 Nov 2007 02:02:31 +0000 (UTC) (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 lA5226rT070444 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Nov 2007 09:02:06 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id lA5226v4006753; Mon, 5 Nov 2007 09:02:06 +0700 (ICT) Date: Mon, 5 Nov 2007 09:02:06 +0700 (ICT) Message-Id: <200711050202.lA5226v4006753@banyan.cs.ait.ac.th> From: Olivier Nicole To: office@ourweb.net In-reply-to: <472E77DC.3090502@ourweb.net> (message from Bill Banks on Sun, 04 Nov 2007 20:54:36 -0500) References: <472E77DC.3090502@ourweb.net> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: tranceddancer@hotmail.com, freebsd-questions@freebsd.org Subject: Re: DNS and IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 02:02:32 -0000 Hi, > Of course, just setup a virtual host in your httpd.conf file point > the dns to the same ip. Apache will take care of the rest. To be a litthe bit more precise, in your Apache configuraton you need something like: NameVirtualHost 10.0.0.1 ServerName www.first-server.com ... ServerName www.second-server.com ... BUT!!!! you will not be able to configure SSL on both sites, it will be either one or the other. You need on distinct IP per site to configure SSL. Best regards, Olivier > Brian Finniff wrote: > > > My question is, if you are running a website for 2 different people > > on the Internet and they both wanted to acquire a domain but you > > only have one IP address, would it be possible to forward each > > domain to the same IP address and somehow each one becomes distinct? > > If so, how is this possible? Can you explain to me how it can be > > done. > From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 02:05:01 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53AED16A418 for ; Mon, 5 Nov 2007 02:05:01 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 1AA1713C49D for ; Mon, 5 Nov 2007 02:05:00 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 04 Nov 2007 21:04:45 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NZI66855; Sun, 4 Nov 2007 21:04:45 -0500 (EST) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 04 Nov 2007 22:03:38 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18222.31287.897833.3437@jerusalem.litteratus.org> Date: Sun, 4 Nov 2007 21:04:39 -0500 To: Brett Davidson In-Reply-To: <472E77AC.9060200@net24.co.nz> References: <472E77AC.9060200@net24.co.nz> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: freebsd-questions@freebsd.org Subject: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 02:05:01 -0000 Brett Davidson writes: > ie. If I had a particular version of the ports tree on a server, > how could I check to see if any of the programs in that tree were > actually installed? > > Is there a simple command or sequence of commands to do this? dir /var/d/pkg | grep Robert Huff From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 02:14:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BCEB16A419 for ; Mon, 5 Nov 2007 02:14:55 +0000 (UTC) (envelope-from lists@sequestered.net) Received: from alcatraz.sequestered.net (alcatraz.sequestered.net [64.183.71.234]) by mx1.freebsd.org (Postfix) with ESMTP id 3204413C4BF for ; Mon, 5 Nov 2007 02:14:55 +0000 (UTC) (envelope-from lists@sequestered.net) Received: from [192.168.1.16] (unknown [192.168.1.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jay@sequestered.net) by alcatraz.sequestered.net (Postfix) with ESMTP id 2FBFD67823; Sun, 4 Nov 2007 17:57:54 -0800 (PST) Message-ID: <472E7893.7060706@sequestered.net> Date: Sun, 04 Nov 2007 17:57:39 -0800 From: Jay Chandler User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Brian Finniff References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SEQUESTERED-NET-MailScanner-Watermark: 1194832676.45801@nCYbCgzASS+nJmDrDW4qPw X-SEQUESTERED-NET-MailScanner-Information: Please contact Sequestered.net support for more information X-SEQUESTERED-NET-MailScanner: Found to be clean X-SEQUESTERED-NET-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0, required 6, autolearn=not spam) X-SEQUESTERED-NET-MailScanner-From: lists@sequestered.net X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: DNS and IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 02:14:55 -0000 Brian Finniff wrote: > My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domain but you only have one IP address, would it be possible to forward each domain to the same IP address and somehow each one becomes distinct? If so, how is this possible? Can you explain to me how it can be done. > > Oh and for reference, I am not talking about web redirects. > > If you're talking port 80, google for "Virtual hosts." -- Jay From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 02:36:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E45916A41A for ; Mon, 5 Nov 2007 02:36:22 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id 00D8713C48A for ; Mon, 5 Nov 2007 02:36:21 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id A7043483C3 for ; Sun, 4 Nov 2007 21:41:41 -0500 (EST) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTP id C6804B83F for ; Mon, 5 Nov 2007 02:36:03 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Mon, 5 Nov 2007 02:36:00 +0000 References: <472E77AC.9060200@net24.co.nz> <18222.31287.897833.3437@jerusalem.litteratus.org> In-Reply-To: <18222.31287.897833.3437@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711050236.00987.lists-fbsd@shadypond.com> Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 02:36:22 -0000 On Monday 05 November 2007 02:04:39 Robert Huff wrote: > Brett Davidson writes: > > ie. If I had a particular version of the ports tree on a server, > > how could I check to see if any of the programs in that tree were > > actually installed? > > > > Is there a simple command or sequence of commands to do this? > > dir /var/d/pkg | grep My Linux systems have a "dir" command but my FreeBSD does not. Is there something I need to install? From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 02:49:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C6B916A417 for ; Mon, 5 Nov 2007 02:49:21 +0000 (UTC) (envelope-from fbsd06+P6=d19e8d24@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id 7CC8F13C48E for ; Mon, 5 Nov 2007 02:49:21 +0000 (UTC) (envelope-from fbsd06+P6=d19e8d24@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 09C45D05AF for ; Sun, 4 Nov 2007 21:49:02 -0500 (EST) Date: Mon, 5 Nov 2007 02:48:36 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071105024836.19d0299a@gumby.homeunix.com.> In-Reply-To: <472E77AC.9060200@net24.co.nz> References: <472E77AC.9060200@net24.co.nz> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 02:49:21 -0000 On Mon, 05 Nov 2007 14:53:48 +1300 Brett Davidson wrote: > ie. If I had a particular version of the ports tree on a server, how > could I check to see if any of the programs in that tree were > actually installed? > > Is there a simple command or sequence of commands to do this? > see pkg_version[1] From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 02:50:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3594016A41B for ; Mon, 5 Nov 2007 02:50:54 +0000 (UTC) (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 014B013C494 for ; Mon, 5 Nov 2007 02:50:53 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 20502 invoked from network); 4 Nov 2007 20:50:22 -0600 Received: from 124-170-22-248.dyn.iinet.net.au (HELO localhost) (124.170.22.248) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Nov 2007 20:50:21 -0600 Date: Mon, 5 Nov 2007 13:50:17 +1100 From: Norberto Meijome To: Brian Finniff Message-ID: <20071105135017.76a2c48a@meijome.net> In-Reply-To: References: X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: DNS and IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 02:50:54 -0000 On Sun, 4 Nov 2007 18:00:27 -0500 Brian Finniff wrote: > My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domain but you only have one IP address, would it be possible to forward each domain to the same IP address and somehow each one becomes distinct? If so, how is this possible? Can you explain to me how it can be done. > > Oh and for reference, I am not talking about web redirects. Hi Brian, to be more generic in the answer, you can map as many FQDN (fully qualified domain name) as you want to a single IP via DNS (you can even enable wildcard records in certain DNS server software that will match *.yourdomain.com to a default IP). That tells {client_software} that {this_FQDN} is {this_IP}. {client_software}will use that information in whatever form is suitable to {client_software} - in most cases it will contact {server_sofware} running in a server (or group of servers) running as {this_IP}. It is up to {server_software} to determine how the request from {client_software} is handled. For a variety of {server_software}, there is support for named based virtual hosts, where the server will behave differently depending on what FQDN the client is attempting to contact : web servers, FTP servers, etc. Others don't, because it doesn't make sense, or because the protocol used doesn't support such thing (HTTPS, for example). If you want a more specific answer, you need to defined what you want to do. Odds are, you are talking about websites - the other replies to your mail should have answered that point. Best, B _________________________ {Beto|Norberto|Numard} Meijome Q. How do you make God laugh? A. Tell him your plans. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 02:51:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A09AE16A41A for ; Mon, 5 Nov 2007 02:51:19 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 60B3F13C4A3 for ; Mon, 5 Nov 2007 02:51:19 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so839422nzf for ; Sun, 04 Nov 2007 18:51:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=XEQXvY/ppV3bQEqW7xGQKpxQU2CQZt9wT/2Xd0R8+g4=; b=LI02+oP9NTmGjBAxR0OWu9DODvpUEtVx14obn/cNYmlcUlcvRAxmeQObtwixMKLpy0X29Xnnh6n9KKpaYJOJwrjZCGvyi8VFytZTkgNu4BOk4PyT+1cPND0a2LmpGepAVw2KxKECe+7Y4QvfAXg+5rSMVx7F+RVGlFv1FZiiyDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=T6rnT/Bkc0jnLhLXssOMbr1GbcnaMShWPcw/Zrq0Z8+wIwfMKEBlw6X0wtFT+6J+Rdd0ZPJclFu1Dn2jbcAg9RjlMHdzX0E+1VS1mwvF7s6yMpwVxC2w7Vs+ADNBHXPJDJtOZEm5QfBrN+z7Hm6+IpZvqCNNSiUfK4mavAStCic= Received: by 10.142.165.9 with SMTP id n9mr881214wfe.1194230702044; Sun, 04 Nov 2007 18:45:02 -0800 (PST) Received: by 10.142.180.12 with HTTP; Sun, 4 Nov 2007 18:45:02 -0800 (PST) Message-ID: Date: Sun, 4 Nov 2007 19:45:02 -0700 From: James To: Pollywog In-Reply-To: <200711050236.00987.lists-fbsd@shadypond.com> MIME-Version: 1.0 References: <472E77AC.9060200@net24.co.nz> <18222.31287.897833.3437@jerusalem.litteratus.org> <200711050236.00987.lists-fbsd@shadypond.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 02:51:19 -0000 On 11/4/07, Pollywog wrote: > > On Monday 05 November 2007 02:04:39 Robert Huff wrote: > > Brett Davidson writes: > > > ie. If I had a particular version of the ports tree on a server, > > > how could I check to see if any of the programs in that tree were > > > actually installed? > > > > > > Is there a simple command or sequence of commands to do this? > > > > dir /var/d/pkg | grep > > My Linux systems have a "dir" command but my FreeBSD does not. > Is there something I need to install? > ___________________________________________ I'm guessing it's just an alias for ls. ____ > 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 Nov 5 02:57:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B359C16A41B for ; Mon, 5 Nov 2007 02:57:36 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 783C313C4A7 for ; Mon, 5 Nov 2007 02:57:36 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (pollux.dfwlp.com [192.168.125.61]) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id lA52vJ0U030691 for ; Sun, 4 Nov 2007 20:57:19 -0600 (CST) (envelope-from freebsd@dfwlp.com) Received: (from www@localhost) by pollux.dfwlp.com (8.13.8/8.13.8/Submit) id lA52vJUt030690 for freebsd-questions@freebsd.org; Sun, 4 Nov 2007 20:57:19 -0600 (CST) (envelope-from freebsd@dfwlp.com) X-Authentication-Warning: pollux.dfwlp.com: www set sender to freebsd@dfwlp.com using -f Received: from bellatrix.dfwlp.com (bellatrix.dfwlp.com [192.168.125.1]) by webmail.dfwlp.org (Horde MIME library) with HTTP; Sun, 04 Nov 2007 20:57:19 -0600 Message-ID: <20071104205719.1fmsx8b4g9ww844s@webmail.dfwlp.org> Date: Sun, 04 Nov 2007 20:57:19 -0600 From: Jonathan Horne To: freebsd-questions@freebsd.org References: <472E77AC.9060200@net24.co.nz> <20071105024836.19d0299a@gumby.homeunix.com.> In-Reply-To: <20071105024836.19d0299a@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) / FreeBSD-6.2 X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pollux.dfwlp.com Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 02:57:36 -0000 Quoting RW : > On Mon, 05 Nov 2007 14:53:48 +1300 > Brett Davidson wrote: > >> ie. If I had a particular version of the ports tree on a server, how >> could I check to see if any of the programs in that tree were >> actually installed? >> >> Is there a simple command or sequence of commands to do this? >> > see pkg_version[1] > _______________________________________________ after i update my ports, and i want to see what currently needs to be updated: pkg_version -v|grep needs this will give you a run down of everything that has a newer version in your ports tree. -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 03:05:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F137016A469 for ; Mon, 5 Nov 2007 03:05:25 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from srv.exchange.net24.net.nz (srv.exchange.net24.net.nz [210.55.4.16]) by mx1.freebsd.org (Postfix) with ESMTP id 80C2D13C4A3 for ; Mon, 5 Nov 2007 03:05:25 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from [192.168.1.100] ([210.55.30.56]) by srv.exchange.net24.net.nz with Microsoft SMTPSVC(6.0.3790.3959); Mon, 5 Nov 2007 15:49:26 +1300 Message-ID: <472E855D.1030803@net24.co.nz> Date: Mon, 05 Nov 2007 15:52:13 +1300 From: Brett Davidson Organization: Net24 Limited User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Robert Huff References: <472E77AC.9060200@net24.co.nz> <18222.31287.897833.3437@jerusalem.litteratus.org> In-Reply-To: <18222.31287.897833.3437@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Nov 2007 02:49:26.0843 (UTC) FILETIME=[7AD420B0:01C81F56] Cc: freebsd-questions@freebsd.org Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 03:05:26 -0000 Robert Huff wrote: > Brett Davidson writes: > > >> ie. If I had a particular version of the ports tree on a server, >> how could I check to see if any of the programs in that tree were >> actually installed? >> >> Is there a simple command or sequence of commands to do this? >> > > dir /var/d/pkg | grep > > > Robert Huff > Ah. Not quite but thanks for telling me the location of the pkg directory (btw, it's var/db/ I've now worked out how to get what I want via : cd /var/db/pkg for i in * do MATCHES=`grep -c $i /usr/ports/INDEX-6` if [ $MATCHES -gt 0 ] then #echo "Pattern $i Matched $MATCHES times" else echo "Pattern $i not matched" fi done In my case I was looking for files that weren't at the same revision level as the ports tree but both options are accounted for. Thanks all. -- Brett Davidsonls -la Systems Engineer -- Net24 Limited Web: www.net24.co.nz Phone: 0800 5000 24 | DDI: +64 3 962 9518 -- // web hosting / email hosting / data backup // our reputation for reliability precedes us This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 03:06:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0927316A46D for ; Mon, 5 Nov 2007 03:06:16 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id B56E613C4AA for ; Mon, 5 Nov 2007 03:06:15 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 04 Nov 2007 22:06:02 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id JHE68064; Sun, 4 Nov 2007 22:06:02 -0500 (EST) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 04 Nov 2007 23:04:51 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18222.34964.448907.603720@jerusalem.litteratus.org> Date: Sun, 4 Nov 2007 22:05:56 -0500 To: Pollywog In-Reply-To: <200711050236.00987.lists-fbsd@shadypond.com> References: <472E77AC.9060200@net24.co.nz> <18222.31287.897833.3437@jerusalem.litteratus.org> <200711050236.00987.lists-fbsd@shadypond.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: freebsd-questions@freebsd.org Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 03:06:16 -0000 Pollywog writes: > > dir /var/d/pkg | grep > > My Linux systems have a "dir" command but my FreeBSD does not. > Is there something I need to install? My bad - "dir" is a longstanding alias for "ls -al !* | more" Robert Huff From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 04:54:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 587A916A418 for ; Mon, 5 Nov 2007 04:54:54 +0000 (UTC) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (ms05.mailstreet2003.net [69.25.50.235]) by mx1.freebsd.org (Postfix) with ESMTP id 2590013C4B0 for ; Mon, 5 Nov 2007 04:54:53 +0000 (UTC) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sun, 4 Nov 2007 23:54:51 -0500 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC220F34B45D@ms05.mailstreet2003.net> In-Reply-To: <968423.23711.qm@web45616.mail.sp1.yahoo.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ipfw rule question ... all possible interfaces ? Thread-Index: AcgfZW7QxIUEQ6QlQrONQAutX8yc4wAAnwPg References: <968423.23711.qm@web45616.mail.sp1.yahoo.com> From: "Chris Haulmark" To: "Juri Mianovich" , Cc: Subject: RE: ipfw rule question ... all possible interfaces ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 04:54:54 -0000 =20 >=20 > Is there a way to tell ipfw: >=20 > "all interfaces currently configured on this system" ? >=20 > I have a laptop and at any time I could plug in a USB > NIC or plug in a pccard, in addition to the onboard > LAN and WIFI, either of which may or may not be > configured at boot time. >=20 > So the point is, the active, configured interfaces > changes regularly. >=20 > So if I have a rule like: >=20 > allow ip from any to any via iwi0 >=20 > that won't work well, and neither will: >=20 > allow ip from any to any via iwi0,abc0 >=20 > So is there any way to say "all interfaces currently > configured" and have that rule apply to new interfaces > automatically as they are added and subtracted from > the system ? Try this: allow ip from any to any Just leave out "via" >=20 > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >=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 Mon Nov 5 05:21:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A656616A418 for ; Mon, 5 Nov 2007 05:21:32 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 9ADAD13C4A7 for ; Mon, 5 Nov 2007 05:21:32 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-3.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lA55LIOT065566 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 4 Nov 2007 21:21:18 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <472EA848.1080205@enabled.com> Date: Sun, 04 Nov 2007 21:21:12 -0800 From: Noah User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: apache-2.2.6 not installing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 05:21:32 -0000 Hi List, Not receive good support on the ports mail list so I will post here now. Might somebody please explain to me why apache-2.2.6 is not install from /usr/ports ? I am attempting to complile with mod_ldap and a bunch of modules - nothing that should be causing a fuss, though. All shell output is below including error message. Help please, Noah Table of contents 1) uname -a 2) cat Makefile.options from /usr/ports/www/apache22 3) cat /etc/make.conf 4) make install clean from /usr/ports/www/apache22 with errors at the end - but complete output # uname -a FreeBSD 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #1: Sun Aug 12 14:27:32 PDT 2007 root@:/usr/obj/usr/src/sys/SMP i386 # cat Makefile.options OPTIONS+= \ AUTH_BASIC "Enable mod_auth_basic" ON \ AUTH_DIGEST "Enable mod_auth_digest" ON \ AUTHN_FILE "Enable mod_authn_file" ON \ AUTHN_DBD "Enable mod_authn_dbd" OFF \ AUTHN_DBM "Enable mod_authn_dbm" ON \ AUTHN_ANON "Enable mod_authn_anon" ON \ AUTHN_DEFAULT "Enable mod_authn_default" ON \ AUTHN_ALIAS "Enable mod_authn_alias" ON \ AUTHZ_HOST "Enable mod_authz_host" ON \ AUTHZ_GROUPFILE "Enable mod_authz_groupfile" ON \ AUTHZ_USER "Enable mod_authz_user" ON \ AUTHZ_DBM "Enable mod_authz_dbm" ON \ AUTHZ_OWNER "Enable mod_authz_owner" ON \ AUTHZ_DEFAULT "Enable mod_authz_default" ON \ CACHE "Enable mod_cache" ON \ DISK_CACHE "Enable mod_disk_cache" ON \ FILE_CACHE "Enable mod_file_cache" ON \ MEM_CACHE "Enable mod_mem_cache" OFF \ DAV "Enable mod_dav" ON \ DAV_FS "Enable mod_dav_fs" ON \ BUCKETEER "Enable mod_bucketeer" OFF \ CASE_FILTER "Enable mod_case_filter" OFF \ CASE_FILTER_IN "Enable mod_case_filter_in" OFF \ EXT_FILTER "Enable mod_ext_filter" OFF \ LOG_FORENSIC "Enable mod_log_forensic" OFF \ OPTIONAL_HOOK_EXPORT "Enable mod_optional_hook_export" OFF \ OPTIONAL_HOOK_IMPORT "Enable mod_optional_hook_import" OFF \ OPTIONAL_FN_IMPORT "Enable mod_optional_fn_import" OFF \ OPTIONAL_FN_EXPORT "Enable mod_optional_fn_export" OFF \ LDAP "Enable mod_ldap" OFF \ AUTHNZ_LDAP "Enable mod_authnz_ldap" OFF \ ACTIONS "Enable mod_actions" ON \ ALIAS "Enable mod_alias" ON \ ASIS "Enable mod_asis" ON \ AUTOINDEX "Enable mod_autoindex" ON \ CERN_META "Enable mod_cern_meta" ON \ CGI "Enable mod_cgi" ON \ CHARSET_LITE "Enable mod_charset_lite" ON \ DBD "Enable mod_dbd" OFF \ DEFLATE "Enable mod_deflate" ON \ DIR "Enable mod_dir" ON \ DUMPIO "Enable mod_dumpio" ON \ ENV "Enable mod_env" ON \ EXPIRES "Enable mod_expires" ON \ HEADERS "Enable mod_headers" ON \ IMAGEMAP "Enable mod_imagemap" ON \ INCLUDE "Enable mod_include" ON \ INFO "Enable mod_info" ON \ LOG_CONFIG "Enable mod_log_config" ON \ LOGIO "Enable mod_logio" ON \ MIME "Enable mod_mime" ON \ MIME_MAGIC "Enable mod_mime_magic" ON \ NEGOTIATION "Enable mod_negotiation" ON \ REWRITE "Enable mod_rewrite" ON \ SETENVIF "Enable mod_setenvif" ON \ SPELING "Enable mod_speling" ON \ STATUS "Enable mod_status" ON \ UNIQUE_ID "Enable mod_unique_id" ON \ USERDIR "Enable mod_userdir" ON \ USERTRACK "Enable mod_usertrack" ON \ VHOST_ALIAS "Enable mod_vhost_alias" ON \ FILTER "Enable mod_filter" ON \ VERSION "Enable mod_version" ON \ PROXY "Enable mod_proxy" OFF \ PROXY_CONNECT "Enable mod_proxy_connect" OFF \ PROXY_FTP "Enable mod_proxy_ftp" OFF \ PROXY_HTTP "Enable mod_proxy_http" OFF \ PROXY_AJP "Enable mod_proxy_ajp" OFF \ PROXY_BALANCER "Enable mod_proxy_balancer" OFF \ SSL "Enable mod_ssl" ON \ SUEXEC "Enable mod_suexec" OFF \ CGID "Enable mod_cgid" OFF \ # cat /etc/make.conf # $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.80 2003/02/15 16:34:56 trhodes Exp $ # # NOTE: Please would any committer updating this file also update the # make.conf(5) manual page, if necessary, which is located in # src/share/man/man5/make.conf.5. # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing # your source tree, or anything the source tree installs. # # This file must be in valid Makefile syntax. # # You have to find the things you can put here in the Makefiles and # documentation of the source tree. # # # The CPUTYPE variable controls which processor should be targeted for # generated code. This controls processor-specific optimizations in # certain code (currently only OpenSSL) as well as modifying the value # of CFLAGS to contain the appropriate optimization directive to gcc. # The automatic setting of CFLAGS may be overridden using the # NO_CPU_CFLAGS variable below. # Currently the following CPU types are recognized: # Intel x86 architecture: # (AMD CPUs) k7 k6-2 k6 k5 # (Intel CPUs) p4 p3 p2 i686 i586/mmx i586 i486 i386 # Alpha/AXP architecture: ev6 pca56 ev56 ev5 ev45 ev4 # # If you experience any problems after setting this flag, please unset # it again before submitting a bug report or attempting to modify code. # It may be that certain types of software will become unstable after being # compiled with processor-specific (or higher - see below) optimization flags. # If in doubt, do not set CPUTYPE or CFLAGS to non-default values. # CPUTYPE=i686 #NO_CPU_CFLAGS= true # Don't add -march= to CFLAGS automatically #NO_CPU_COPTFLAGS=true # Don't add -march= to COPTFLAGS automatically # # CFLAGS controls the compiler settings used when compiling C code. # Note that optimization settings above -O (-O2, ...) are not recommended # or supported for compiling the world or the kernel - please revert any # nonstandard optimization settings to "-O" before submitting bug reports # to the developers. # Note also that at this time the -O2 setting is known to produce BROKEN # CODE on the Alpha platform. # #CFLAGS= -O -pipe # # CXXFLAGS controls the compiler settings used when compiling C++ code. # Note that CXXFLAGS is initially set to the value of CFLAGS. If you wish # to add to CXXFLAGS value, "+=" must be used rather than "=". Using "=" # alone will remove the often needed contents of CFLAGS from CXXFLAGS. # #CXXFLAGS+= -fmemoize-lookups -fsave-memoized # # BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested # for use in developing FreeBSD and testing changes. They can be used by # putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not # included here due to compiler bugs, e.g., mkdir()'s mode_t argument. # BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ -Wcast-qual -Wchar-subscripts -Winline \ -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings # # WARNS_WERROR causes -Werror to be added when WARNS is in effect. # #WARNS_WERROR= yes # # To compile just the kernel with special optimizations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway). # There is very little to gain by using higher optimization levels, and doing # so can cause problems. # #COPTFLAGS= -O -pipe # # Compare before install #INSTALL=install -C # # To enable installing suidperl with the setuid bit turned on ENABLE_SUIDPER=yes # # To build ppp with normal permissions #PPP_NOSUID= true # # To enable installing ssh(1) with the setuid bit turned on #ENABLE_SUID_SSH= true # # To avoid building various parts of the base system: #NO_CVS= true # do not build CVS #NO_BIND= true # do not build BIND #NO_FORTRAN= true # do not build g77 and related libraries #NO_I4B= true # do not build isdn4bsd package #NO_IPFILTER= true # do not build IP Filter package #NO_LPR= true # do not build lpr and related programs #NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector #NO_MODULES= true # do not build modules with the kernel #NO_OBJC= true # do not build Objective C support #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) #NO_SENDMAIL= true # do not build sendmail and related programs #NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs #NO_TCSH= true # do not build and install /bin/csh (which is tcsh) #NO_X= true # do not compile in XWindows support (e.g. doscmd) #NOCRYPT= true # do not build any crypto code #NOGAMES= true # do not build games (games/ subdir) #NOINFO= true # do not make or install info files #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) #NOMAN= true # do not build manual pages #NOPERL= true # do not build perl. Disables OpenSSL optimizations #NOPROFILE= true # Avoid compiling profiled libraries #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir #NOUUCP= true # do not build uucp related programs # # To build sys/modules when building the world (our old way of doing things) #MODULES_WITH_WORLD=true # do not build modules when building kernel # # The list of modules to build instead of all of them. #MODULES_OVERRIDE= linux ipfw # # The following controls building optional IDEA code in libcrypto and # certain ports. Patents are involved - you must not use this unless # you either have a license or fall within patent 'fair use' # provisions. # # *** It is YOUR RESPONSIBILITY to determine if you can use this! *** # # IDEA is patented in the USA and many European countries - thought to # be OK to use for any non-commercial use. This is optional. #MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) # # To avoid running MAKEDEV all on /dev during install: #NO_MAKEDEV= true # # If you do not want unformatted manual pages to be compressed # when they are installed: # #NOMANCOMPRESS= true # # # If you want the "compat" shared libraries installed as part of your normal # builds, uncomment these: # #COMPAT1X= yes #COMPAT20= yes #COMPAT21= yes #COMPAT22= yes #COMPAT3X= yes #COMPAT4X= yes # # # If you do not want additional documentation (some of which are # a few hundred KB's) for ports to be installed: # #NOPORTDOCS= true # # # Default format for system documentation, depends on your printer. # Set this to "ascii" for simple printers or screen # #PRINTERDEVICE= ps # # # How long to wait for a console keypress before booting the default kernel. # This value is approximately in milliseconds. Keypresses are accepted by the # BIOS before booting from disk, making it possible to give custom boot # parameters even when this is set to 0. # #BOOTWAIT=0 #BOOTWAIT=30000 # # By default, the system will always use the keyboard/video card as system # console. However, the boot blocks may be dynamically configured to use a # serial port in addition to or instead of the keyboard/video console. # # By default we use COM1 as our serial console port *if* we're going to use # a serial port as our console at all. Alter as necessary. # # COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8 # #BOOT_COMCONSOLE_PORT= 0x3F8 # # The default serial console speed is 9600. Set the speed to a larger value # for better interactive response. # #BOOT_COMCONSOLE_SPEED= 115200 # # By default the 'pxeboot' loader retrieves the kernel via NFS. Defining # this and recompiling /usr/src/sys/boot will cause it to retrieve the kernel # via TFTP. This allows pxeboot to load a custom BOOTP diskless kernel yet # still mount the server's '/' (i.e. rather than load the server's kernel). # #LOADER_TFTP_SUPPORT= YES # # By default, the ports collection attempts to use XFree86 4.X. If # you are running XFree86 3.3.X, uncomment this line. # XFREE86_VERSION=4 # # By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier. # If you have a XFree86 from before 3.0 that has the X distribution in # /usr/X386, you want to uncomment this. # #X11BASE= /usr/X386 # # # If you have Motif on your system, uncomment this. # #HAVE_MOTIF= yes #MOTIF_STATIC= yes # # If the default location of the Motif library (specified below) is NOT # appropriate for you, uncomment this and change it to the correct value. # If your motif is in ${X11BASE}/lib, you don't need to touch this line. # #MOTIFLIB= -L${X11BASE}/lib -lXm # # # If you're resident in the USA, this will help various ports to determine # whether or not they should attempt to comply with the various U.S. # export regulations on certain types of software which do not apply to # anyone else in the world. # #USA_RESIDENT= YES # # # Override "don't install a port that's already installed" behavior. # One might wish to do this for ports debugging or to unconditionally # reinstall a set of suspect/broken ports. # FORCE_PKG_REGISTER= NO # # # If you're behind a firewall and need FTP or HTTP proxy services for # ports collection fetching to work, the following examples give the # necessary syntax. See the fetch(3) man page for details. # #FETCH_ENV= FTP_PROXY=ftp://10.0.0.1:21 #FETCH_ENV= HTTP_PROXY=http://10.0.0.1:80 # # # Port master sites. # # If you want your port fetches to go somewhere else than the default # (specified below) in case the distfile/patchfile was not found, # uncomment this and change it to a location nearest you. (Don't # remove the "/${DIST_SUBDIR}/" part.) # #MASTER_SITE_BACKUP?= \ # ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ # # If you want your port fetches to check the above site first (before # the MASTER_SITES specified in the port Makefiles), uncomment the # line below. You can also change the right side to point to wherever # you want. # #MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} # # Some ports use a special variable to point to a collection of # mirrors of well-known software archives. If you have a mirror close # to you, uncomment any of the following lines and change it to that # address. (Don't remove the "/%SUBDIR%/" part.) # # Note: the right hand sides of the following lines are only for your # information. For a full list of default sites, take a look at # bsd.sites.mk. # #MASTER_SITE_AFTERSTEP= ftp://ftp.afterstep.org/%SUBDIR%/ #MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ #MASTER_SITE_FREEBSD_ORG= ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ #MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/%SUBDIR%/ #MASTER_SITE_GNU= ftp://ftp.gnu.org/gnu/%SUBDIR%/ #MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/ #MASTER_SITE_LOCAL= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ #MASTER_SITE_MOZILLA= ftp://ftp.mozilla.org/pub/%SUBDIR%/ #MASTER_SITE_NETBSD= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ #MASTER_SITE_PERL_CPAN= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/ #MASTER_SITE_PORTS_JP= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ #MASTER_SITE_RINGSERVER= ftp://ftp.dnsbalance.ring.gr.jp/pub/%SUBDIR%/ #MASTER_SITE_RUBY= ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ #MASTER_SITE_SOURCEFORGE= ftp://ftp2.sourceforge.net/pub/sourceforge/%SUBDIR%/ #MASTER_SITE_SOURCEWARE= ftp://ftp.freesoftware.com/pub/sourceware/%SUBDIR%/ #MASTER_SITE_SUNSITE= ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/ #MASTER_SITE_TCLTK= ftp://ftp.scriptics.com/pub/tcl/%SUBDIR%/ #MASTER_SITE_TEX_CTAN= ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ #MASTER_SITE_THEMES= ftp://ftp.themes.org/pub/themes/%SUBDIR%/ #MASTER_SITE_WINDOWMAKER= ftp://ftp.windowmaker.org/pub/%SUBDIR%/ #MASTER_SITE_XCONTRIB= ftp://ftp.x.org/contrib/%SUBDIR%/ #MASTER_SITE_XEMACS= ftp://ftp.xemacs.org/pub/xemacs/%SUBDIR%/ #MASTER_SITE_XFREE= ftp://ftp.xfree86.org/pub/XFree86/%SUBDIR%/source/ # # Also it is highly recommended that you configure MASTER_SORT_REGEX # to choose better mirror sites for you. List awk(1)-style regular # expressions separated by space so MASTER_SITES will be sorted in # that order. The following example is for Japanese users; change # "jp" part to your ccTLD ("de", "ru", "uk", etc.) or the domain names # of your nearest/upstream networks to meet your needs. # #MASTER_SORT_REGEX?= ://[^/]*\.jp[/.] # # Ports can place their working directories somewhere other than under # /usr/ports. #WRKDIRPREFIX= /var/tmp # # Kerberos IV # If you want KerberosIV (KTH eBones), define this: # #MAKE_KERBEROS4= yes # # # Kerberos 5 # If you want Kerberos 5 (KTH Heimdal), define this: # #MAKE_KERBEROS5= yes # # Kerberos 5 su (k5su) # If you want to use the k5su utility, define this to have it installed # set-user-ID. #ENABLE_SUID_K5SU= yes # # # Kerberos5 # If you want to install MIT Kerberos5 port somewhere other than /usr/local, # define this (this is also used to tell ssh1 that kerberos is needed): # #KRB5_HOME= /usr/local # # # CVSup update flags. Edit SUPFILE settings to reflect whichever distribution # file(s) you use on your site (see /usr/share/examples/cvsup/README for more # information on CVSup and these files). To use, do "make update" in /usr/src. # #SUP_UPDATE= yes # #SUP= /usr/local/bin/cvsup #SUPFLAGS= -g -L 2 #SUPHOST= cvsup.uk.FreeBSD.org #SUPFILE= /usr/share/examples/cvsup/stable-supfile #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile #DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile # # top(1) uses a hash table for the user names. The size of this hash # can be tuned to match the number of local users. The table size should # be a prime number approximately twice as large as the number of lines in # /etc/passwd. The default number is 20011. # #TOP_TABLE_SIZE= 101 # # Documentation # # The list of languages and encodings to build and install # #DOC_LANG= en_US.ISO8859-1 ru_RU.KOI8-R # # # sendmail # # The following sets the default m4 configuration file to use at # install time. Use with caution as a make install will overwrite # any existing /etc/mail/sendmail.cf. Note that SENDMAIL_CF is now # deprecated. The value should be a fully qualified path name. # Avoid using a value of /etc/mail/sendmail.mc as a buildworld will # create /etc/mail/sendmail.cf before installworld installs an # updated sendmail binary. # SENDMAIL_CF_DIR= /usr/local/share/sendmail/cf #SENDMAIL_MC=/etc/mail/myconfig.mc # # The following sets the default m4 configuration file for mail # submission to use at install time. Use with caution as a make # install will overwrite any existing /etc/mail/submit.cf. The # value should be a fully qualified path name. # Avoid using a value of /etc/mail/submit.mc as a buildworld will # create /etc/mail/submit.cf before installworld installs an # updated sendmail binary. # #SENDMAIL_SUBMIT_MC=/etc/mail/mysubmit.mc # # If you need to build additional .cf files during a make buildworld, # include the full paths to the .mc files in SENDMAIL_ADDITIONAL_MC. # Avoid using a value of /etc/mail/sendmail.mc as a buildworld will # create /etc/mail/sendmail.cf before installworld installs an # updated sendmail binary. # #SENDMAIL_ADDITIONAL_MC=/etc/mail/foo.mc /etc/mail/bar.mc # # Setting the following variable modifies the flags passed to m4 when # building a .cf file from a .mc file. It can be used to enable # features disabled by default. # #SENDMAIL_M4_FLAGS= # # Setting the following variables modifies the build environment for # sendmail and its related utilities. For example, SASL support can be # added with settings such as: # # with SASLv1: # SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL # SENDMAIL_LDFLAGS=-L/usr/local/lib # SENDMAIL_LDADD=-lsasl # # with SASLv2: SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 # # Note: If you are using Cyrus SASL with other applications which require # access to the sasldb file, you should add the following to your # sendmail.mc file: # # define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLDBFile') # #SENDMAIL_CFLAGS= #SENDMAIL_LDFLAGS= #SENDMAIL_LDADD= #SENDMAIL_DPADD= # # Setting SENDMAIL_SET_USER_ID will install the sendmail binary as a # set-user-ID root binary instead of a set-group-ID smmsp binary and will # prevent the installation of /etc/mail/submit.cf. # This is a deprecated mode of operation. See etc/mail/README for more # information. # #SENDMAIL_SET_USER_ID= # # The permissions to use on alias and map databases generated using # /etc/mail/Makefile. Defaults to 0640. # #SENDMAIL_MAP_PERMS= .undef PERL_VER .undef PERL_VERSION .undef PERL_ARCH .undef NOPERL .undef NO_PERL WITH_MOD_DAV_SVN=yes WITH_BERKELEYDB=db42 WITH_REPOSITORY_CREATION=yes #apache WITH_LDAP_MODULES=yes WITH_SSL_MODULES=yes # added by use.perl 2007-10-26 18:30:14 PERL_VER=5.8.8 PERL_VERSION=5.8.8 # # make install clean ===> Installing for apache-2.2.6_2 ===> apache-2.2.6_2 depends on file: /usr/local/bin/perl5.8.8 - found ===> apache-2.2.6_2 depends on shared library: expat.6 - found ===> apache-2.2.6_2 depends on shared library: db-4.2 - found ===> apache-2.2.6_2 depends on shared library: ldap-2.3.2 - found ===> apache-2.2.6_2 depends on shared library: iconv.3 - found ===> apache-2.2.6_2 depends on shared library: mysqlclient.15 - found ===> apache-2.2.6_2 depends on shared library: pq.4 - found ===> Generating temporary packing list Making install in srclib Making install in apr sed 's,^\(location=\).*$,\1installed,' < apr-1-config > apr-config.out sed 's,^\(apr_build.*=\).*$,\1/usr/local/build-1,' < build/apr_rules.mk > build/apr_rules.out /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/build/mkdir.sh /usr/local/lib /usr/local/bin /usr/local/build-1 /usr/local/include/apr-1 install -o root -g wheel -m 444 /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/include/apr.h /usr/local/include/apr-1 for f in /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/include/apr_*.h; do install -o root -g wheel -m 444 ${f} /usr/local/include/apr-1; done /bin/sh /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --mode=install /usr/bin/install -c -o root -g wheel -m 755 libapr-1.la /usr/local/lib /usr/bin/install -c -o root -g wheel -m 755 .libs/libapr-1.so.2 /usr/local/lib/libapr-1.so.2 (cd /usr/local/lib && { ln -s -f libapr-1.so.2 libapr-1.so || { rm -f libapr-1.so && ln -s libapr-1.so.2 libapr-1.so; }; }) (cd /usr/local/lib && { ln -s -f libapr-1.so.2 libapr-1.so || { rm -f libapr-1.so && ln -s libapr-1.so.2 libapr-1.so; }; }) /usr/bin/install -c -o root -g wheel -m 755 .libs/libapr-1.lai /usr/local/lib/libapr-1.la /usr/bin/install -c -o root -g wheel -m 755 .libs/libapr-1.a /usr/local/lib/libapr-1.a chmod 644 /usr/local/lib/libapr-1.a ranlib /usr/local/lib/libapr-1.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- install -o root -g wheel -m 444 apr.exp /usr/local/lib/apr.exp for f in libtool shlibtool; do if test -f ${f}; then /usr/bin/install -c -o root -g wheel -m 755 ${f} /usr/local/build-1; fi; done /usr/bin/install -c -o root -g wheel -m 755 /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/build/mkdir.sh /usr/local/build-1 for f in make_exports.awk make_var_export.awk; do install -o root -g wheel -m 444 /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/build/${f} /usr/local/build-1; done install -o root -g wheel -m 444 build/apr_rules.out /usr/local/build-1/apr_rules.mk /usr/bin/install -c -o root -g wheel -m 755 apr-config.out /usr/local/bin/apr-1-config Making install in apr-util sed 's,^\(location=\).*$,\1installed,' < apu-1-config > apu-config.out /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/build/mkdir.sh /usr/local/include/apr-1 /usr/local/lib /usr/local/bin for f in /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr-util/include/*.h /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr-util/include/*.h; do install -o root -g wheel -m 444 ${f} /usr/local/include/apr-1; done list=''; for i in $list; do ( cd $i ; make DESTDIR= install ); done /bin/sh /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --mode=install /usr/bin/install -c -o root -g wheel -m 755 libaprutil-1.la /usr/local/lib libtool: install: warning: relinking `libaprutil-1.la' (cd /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr-util; /bin/sh /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=relink cc -O2 -fno-strict-aliasing -pipe -march=pentiumpro -I/usr/local/include/mysql -DHAVE_MYSQL_H -I/usr/include -DHAVE_CONFIG_H -I/usr/local/include -I/usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr-util/include -I/usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr-util/include/private -I/usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/include -I/usr/local/include -I/usr/local/include/mysql -version-info 2:11:2 -L/usr/local/lib/mysql -pthread -rpath=/usr/lib:/usr/local/lib -L/usr/lib -L/usr/local/lib -o libaprutil-1.la -rpath /usr/local/lib buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_sha1.lo crypto/getuuid.lo crypto/uuid.lo dbm/apr_dbm.lo dbm/apr_dbm_berkeleydb.lo dbm/apr_dbm_gdbm.lo dbm/apr_dbm_ndbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_init.lo ldap/apr_ldap_option.lo ldap/apr_ldap_url.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apu_version.lo uri/apr_uri.lo xml/apr_xml.lo strmatch/apr_strmatch.lo xlate/xlate.lo dbd/apr_dbd.lo dbd/apr_dbd_pgsql.lo dbd/apr_dbd_sqlite2.lo dbd/apr_dbd_sqlite3.lo dbd/apr_dbd_mysql.lo -lcrypt -lpthread -L/usr/local/lib -L/usr/local/lib/db42 -L/usr/local/lib/mysql -lmysqlclient_r -lz -pthread -lcrypt -lm -lldap -llber -ldb-4.2 -lpq -lmysqlclient_r -lexpat -liconv /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libapr-1.la -lcrypt -lpthread ) /usr/bin/install -c -o root -g wheel -m 755 .libs/libaprutil-1.so.2T /usr/local/lib/libaprutil-1.so.2 (cd /usr/local/lib && { ln -s -f libaprutil-1.so.2 libaprutil-1.so || { rm -f libaprutil-1.so && ln -s libaprutil-1.so.2 libaprutil-1.so; }; }) (cd /usr/local/lib && { ln -s -f libaprutil-1.so.2 libaprutil-1.so || { rm -f libaprutil-1.so && ln -s libaprutil-1.so.2 libaprutil-1.so; }; }) /usr/bin/install -c -o root -g wheel -m 755 .libs/libaprutil-1.lai /usr/local/lib/libaprutil-1.la /usr/bin/install -c -o root -g wheel -m 755 .libs/libaprutil-1.a /usr/local/lib/libaprutil-1.a chmod 644 /usr/local/lib/libaprutil-1.a ranlib /usr/local/lib/libaprutil-1.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- install -o root -g wheel -m 444 aprutil.exp /usr/local/lib /usr/bin/install -c -o root -g wheel -m 755 apu-config.out /usr/local/bin/apu-1-config Making install in pcre Making install in os Making install in unix Making install in server Making install in mpm Making install in prefork Making install in modules Making install in aaa /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authn_file.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authn_dbm.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authn_anon.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authn_default.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authn_alias.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authz_host.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authz_groupfile.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authz_user.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authz_dbm.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authz_owner.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authnz_ldap.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_authz_default.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_auth_basic.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_auth_digest.la /usr/local/libexec/apache22/ Making install in cache /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_file_cache.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_cache.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_disk_cache.la /usr/local/libexec/apache22/ Making install in debug /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_dumpio.la /usr/local/libexec/apache22/ Making install in filters /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_include.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_filter.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_charset_lite.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_deflate.la /usr/local/libexec/apache22/ Making install in ldap /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_ldap.la /usr/local/libexec/apache22/ Making install in loggers /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_log_config.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_logio.la /usr/local/libexec/apache22/ Making install in metadata /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_env.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_mime_magic.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_cern_meta.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_expires.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_headers.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_usertrack.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_unique_id.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_setenvif.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_version.la /usr/local/libexec/apache22/ Making install in ssl /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_ssl.la /usr/local/libexec/apache22/ Making install in http /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_mime.la /usr/local/libexec/apache22/ Making install in dav/main /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_dav.la /usr/local/libexec/apache22/ Making install in generators /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_status.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_autoindex.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_asis.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_info.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_cgi.la /usr/local/libexec/apache22/ Making install in dav/fs /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_dav_fs.la /usr/local/libexec/apache22/ Making install in mappers /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_vhost_alias.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_negotiation.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_dir.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_imagemap.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_actions.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_speling.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_userdir.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_alias.la /usr/local/libexec/apache22/ /usr/ports/www/apache22/work/httpd-2.2.6/srclib/apr/libtool --silent --mode=install cp mod_rewrite.la /usr/local/libexec/apache22/ Making install in support Building shared: mod_authn_file.la mod_authn_dbm.la mod_authn_anon.la mod_authn_default.la mod_authn_alias.la mod_authz_host.la mod_authz_groupfile.la mod_authz_user.la mod_authz_dbm.la mod_authz_owner.la mod_authnz_ldap.la mod_authz_default.la mod_auth_basic.la mod_auth_digest.la Building shared: mod_file_cache.la mod_cache.la mod_disk_cache.la Building shared: mod_dumpio.la Building shared: mod_include.la mod_filter.la mod_charset_lite.la mod_deflate.la Building shared: mod_ldap.la Building shared: mod_log_config.la mod_logio.la Building shared: mod_env.la mod_mime_magic.la mod_cern_meta.la mod_expires.la mod_headers.la mod_usertrack.la mod_unique_id.la mod_setenvif.la mod_version.la Building shared: mod_ssl.la Building shared: mod_mime.la Building shared: mod_dav.la Building shared: mod_status.la mod_autoindex.la mod_asis.la mod_info.la mod_cgi.la Building shared: mod_dav_fs.la Building shared: mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_imagemap.la mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la Installing configuration files Installing HTML documents *** Error code 1 Stop in /usr/ports/www/apache22/work/httpd-2.2.6. *** Error code 1 Stop in /usr/ports/www/apache22/work/httpd-2.2.6. *** Error code 1 Stop in /usr/ports/www/apache22. *** Error code 1 Stop in /usr/ports/www/apache22. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 05:23:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E6FA16A420 for ; Mon, 5 Nov 2007 05:23:27 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mail0.rawbw.com (mail0.rawbw.com [198.144.192.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8D55D13C48A for ; Mon, 5 Nov 2007 05:23:27 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mail0.rawbw.com (localhost [127.0.0.1]) by mail0.rawbw.com (8.13.8/8.13.8) with ESMTP id lA55N1NA098749; Sun, 4 Nov 2007 21:23:01 -0800 (PST) Received: (from www@localhost) by mail0.rawbw.com (8.13.8/8.13.8/Submit) id lA55N1w1098748; Sun, 4 Nov 2007 21:23:01 -0800 (PST) X-Authentication-Warning: mail0.rawbw.com: www set sender to yuri@rawbw.com using -f Received: from ip224.carlyle.sfo.ygnition.net (ip224.carlyle.sfo.ygnition.net [24.219.144.224]) by webmail.rawbw.com (IMP) with HTTP for ; Sun, 4 Nov 2007 21:23:01 -0800 Message-ID: <1194240181.472ea8b52333d@webmail.rawbw.com> Date: Sun, 4 Nov 2007 21:23:01 -0800 From: Yuri To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 24.219.144.224 Subject: thunderbird eats all memory and dies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 05:23:27 -0000 Hi, Beginning from the time I last reinstalled FreeBSD from scratch I have my thunderbird dying with the following message: terminate called after throwing an instance of 'std::bad_alloc' what(): St9bad_alloc Abort trap (core dumped) This is after it grows in memory to over 1GB in a few hours of idle existence. I even forcibly reinstalled all dependent packages so that all shared libs used by thunderbird are refreshed. But no improvement. Thunderbird was recently upgraded to 2.0.0.8 but the problem didn't go away. Anyone has the same issue? Yuri From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 05:33:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B8CC16A418 for ; Mon, 5 Nov 2007 05:33:07 +0000 (UTC) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (ms05.mailstreet2003.net [69.25.50.235]) by mx1.freebsd.org (Postfix) with ESMTP id 0811613C494 for ; Mon, 5 Nov 2007 05:33:06 +0000 (UTC) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 5 Nov 2007 00:35:39 -0500 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC220F34B464@ms05.mailstreet2003.net> In-Reply-To: <472E77AC.9060200@net24.co.nz> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Is there a way to compare what is in the ports tree with what is installed? Thread-Index: AcgfbKCy9OBInhncRaS4L/APf1KtjwAAQADQ References: <472E77AC.9060200@net24.co.nz> From: "Chris Haulmark" To: "Brett Davidson" , Cc: Subject: RE: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 05:33:07 -0000 =20 > ie. If I had a particular version of the ports tree on a server, how > could I check to see if any of the programs in that tree were actually > installed? >=20 > Is there a simple command or sequence of commands to do this? pkg_info can be used to see what ports are currently installed. Chris >=20 > -- > Brett Davidson > Systems Engineer > -- > Net24 Limited > Web: www.net24.co.nz > Phone: 0800 5000 24 | DDI: +64 3 962 9518 > -- > // web hosting / email hosting / data backup > // our reputation for reliability precedes us >=20 > This transmission is for the intended addressee only and is > confidential > information. If you have received this transmission in error, please > delete it and notify the sender. >=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 Mon Nov 5 05:39:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7136D16A418 for ; Mon, 5 Nov 2007 05:39:16 +0000 (UTC) (envelope-from evawil823@yahoo.com) Received: from web90510.mail.mud.yahoo.com (web90510.mail.mud.yahoo.com [216.252.100.177]) by mx1.freebsd.org (Postfix) with SMTP id 229C713C480 for ; Mon, 5 Nov 2007 05:39:16 +0000 (UTC) (envelope-from evawil823@yahoo.com) Received: (qmail 8794 invoked by uid 60001); 5 Nov 2007 04:39:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=iMqUaRTeEj10EXdpvZdGh+m/lTtjr0vd3oia9xniQON6iLHuvRSDO0qKsQz74MdPlYMrwvvhQZYi/kuqdoMCY3mllLevRWo4TyUoYpZnGxKx6SKrm51tV0wn8i97PH3weLzTQyOj9HP+iXNXjRYLjN76eZZmprK/f3PRm27jkos=; X-YMail-OSG: BFB5gvEVM1mxx11.YP8PGVfIB.P10zy_mBP1K1IjSSOdKXNRiysKKDXq898FDseU8cQHUoSuECdbj8_GwtfVSYurJ47xalPGyhbS2lEbmGvmyETLsi3sgunCX8M_2g-- Received: from [69.180.173.165] by web90510.mail.mud.yahoo.com via HTTP; Sun, 04 Nov 2007 20:39:03 PST Date: Sun, 4 Nov 2007 20:39:03 -0800 (PST) From: William Evanson To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <165968.8356.qm@web90510.mail.mud.yahoo.com> Subject: vmware system speeker beeps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 05:39:16 -0000 I am running freebsd on as a vmware guest system on a Latitude D620 laptop which has a problem with some VM's with beeping. On Linux systems I have found a few ways of shutting off the system speaker. Is there a way of shutting of the system speaker driver on Linux. I could not find it within the dmesg or /dev directory? Does anyone have an idea how to shut off the system speaker. Thanks Wheely __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 06:10:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CFF116A41B for ; Mon, 5 Nov 2007 06:10:29 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 27C1313C481 for ; Mon, 5 Nov 2007 06:10:29 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from epia-2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id 10228DFD59; Mon, 5 Nov 2007 07:09:54 +0100 (CET) Date: Mon, 5 Nov 2007 07:09:52 +0100 From: cpghost To: Norberto Meijome Message-ID: <20071105070952.50ba2f37@epia-2.farid-hajji.net> In-Reply-To: <20071105135017.76a2c48a@meijome.net> References: <20071105135017.76a2c48a@meijome.net> Organization: Cordula's Web X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Brian Finniff , freebsd-questions@freebsd.org Subject: Re: DNS and IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 06:10:29 -0000 On Mon, 5 Nov 2007 13:50:17 +1100 Norberto Meijome wrote: > On Sun, 4 Nov 2007 18:00:27 -0500 > Brian Finniff wrote: > > > My question is, if you are running a website for 2 different people > > on the Internet and they both wanted to acquire a domain but you > > only have one IP address, would it be possible to forward each > > domain to the same IP address and somehow each one becomes > > distinct? If so, how is this possible? Can you explain to me how it > > can be done. > > > > Oh and for reference, I am not talking about web redirects. > > Hi Brian, > to be more generic in the answer, you can map as many FQDN (fully > qualified domain name) as you want to a single IP via DNS (you can > even enable wildcard records in certain DNS server software that will > match *.yourdomain.com to a default IP). > > That tells {client_software} that {this_FQDN} is {this_IP}. > {client_software}will use that information in whatever form is > suitable to {client_software} - in most cases it will contact > {server_sofware} running in a server (or group of servers) running as > {this_IP}. It is up to {server_software} to determine how the request > from {client_software} is handled. To be even more specific: the domain name of the recipient is specified at ISO-OSI level 7 in the HTTP protocol with a Host: header like this: Host: www.example.com This header, alongside other HTTP headers is received on port 80 of your web server, and it's up to your web server to route that to the right virtual domain by serving the correct files... By the way, if you're using Lighty (lighttpd), you can host virtual domains as well: http://trac.lighttpd.net/trac/wiki/Docs:ModSimpleVhost -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 07:03:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6116D16A417 for ; Mon, 5 Nov 2007 07:03:47 +0000 (UTC) (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 93AEF13C4A3 for ; Mon, 5 Nov 2007 07:03:45 +0000 (UTC) (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 lA573Vgl086833 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 5 Nov 2007 14:03:31 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id lA573V3q013117; Mon, 5 Nov 2007 14:03:31 +0700 (ICT) Date: Mon, 5 Nov 2007 14:03:31 +0700 (ICT) Message-Id: <200711050703.lA573V3q013117@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: How to write a condition in Bourne shell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 07:03:47 -0000 Hi, I am a lame Bourne sheel programmer, how to write: while [ ( $? -ne 0 ) -a ( $retry -gt 0 ) ] ; do that should execute as long as $? is not null and $retry is greater than 0? TIA, Olivier From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 08:17:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F32716A417 for ; Mon, 5 Nov 2007 08:17:08 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id 6303513C4A5 for ; Mon, 5 Nov 2007 08:17:08 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1430476wxd for ; Mon, 05 Nov 2007 00:17:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=IsTEHQLEY3999MHJ0iFo5QjL6nj4dnG/7aVh2UrNGVs=; b=R/1mkfCmJ5FkMJCvbyljkKM+etvA3xGAQqgyV1vUwYzsvftiPmk1t5mg6MHsdpPw1kY+HsTZF79daFaftrky8XIiJfzSzDQObOGYWvD/hnqQPtNKnvliYynSwsZ7RgFbA2674BRTG6zU/lIZWv6M/11d8zIvSmFjtjD3Ac40i9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=oNAIqyk3BML70HC5ZaTDDqEHPhAb6Yq6qrELEND+ujaaHj4NwIWMPtEoQKaljjtCpor7Lfz94ZoZl5XqtjBJ8XgKfCtolNTd0Sx7ou/9G9ln6ToUDH+FmIuqwNOa9oJ6R6Loy4uy5jB+5RJTBT3VTBT2T5P038XCYA/ilZEiN7k= Received: by 10.70.48.15 with SMTP id v15mr7772196wxv.1194250620792; Mon, 05 Nov 2007 00:17:00 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id r28sm8641475ele.2007.11.05.00.16.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Nov 2007 00:16:59 -0800 (PST) Message-ID: <472ED17A.7050001@gmail.com> Date: Mon, 05 Nov 2007 03:16:58 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: ipv6 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: Mon, 05 Nov 2007 08:17:08 -0000 I want to set my machine up to be on both IPv4 and IPv6. I have read the stuff on 6over4 and such and still a little confused on a few things: 1. The machine I want to do the tunneling on is behind a NAT'ed firewall how do I reliabelly obtain the external IP of the firewall (dhcp assigned from cable company)? 2. If the machine I want to do the tunneling with is the DMZ host for the above FW do I need to add anything special to the FW's routing tables? 3. I am a little confused on how to pick the other end of the tunnel and how do I configure it once the first 2 items are solved?... The confusion comes from how is an arbitary (by me [with in the restrictions in stf(4)]) selected IPv6 IP supposed to be routable when IPv4 forces me to use the one assigned to me by my upstream router? -- Aryeh M. Friedman Developer, no business friendly http://www.flosoft-systems.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 08:30:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16A4016A417 for ; Mon, 5 Nov 2007 08:30:28 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id C47E813C4AA for ; Mon, 5 Nov 2007 08:30:26 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id TAA20693; Mon, 5 Nov 2007 19:30:03 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Mon, 5 Nov 2007 19:30:01 +1100 (EST) From: Ian Smith To: RW In-Reply-To: <20071105052148.8A95916A417@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Juri Mianovich , freebsd-questions@freebsd.org Subject: Re: ipfw rule question ... all possible interfaces ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 08:30:28 -0000 On Mon, 5 Nov 2007 00:22:00 +0000 RW wrote: > On Sun, 4 Nov 2007 16:10:12 -0800 (PST) > Juri Mianovich wrote: > > > > > Is there a way to tell ipfw: > > > > "all interfaces currently configured on this system" ? > > > >... > > > > So if I have a rule like: > > > > allow ip from any to any via iwi0 > > > > You don't have to use "via" in a rule. That's true, though you can also specify 'via any'. Whether either is actually a good idea for the case in question may be another matter .. Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 09:28:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C9D416A41A for ; Mon, 5 Nov 2007 09:28:50 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 18E3C13C4A8 for ; Mon, 5 Nov 2007 09:28:50 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id E155014222F; Mon, 5 Nov 2007 11:28:39 +0200 (EET) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.3 Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 93B2114221A; Mon, 5 Nov 2007 11:28:37 +0200 (EET) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Mon, 5 Nov 2007 11:30:27 +0200 User-Agent: KMail/1.9.7 References: <968423.23711.qm@web45616.mail.sp1.yahoo.com> In-Reply-To: <968423.23711.qm@web45616.mail.sp1.yahoo.com> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711051130.28295.nvass@teledomenet.gr> Cc: Juri Mianovich Subject: Re: ipfw rule question ... all possible interfaces ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 09:28:50 -0000 On Monday 05 November 2007 02:10:12 Juri Mianovich wrote: > Is there a way to tell ipfw: > > "all interfaces currently configured on this system" ? That's not possible directly, I think. > I have a laptop and at any time I could plug in a USB > NIC or plug in a pccard, in addition to the onboard > LAN and WIFI, either of which may or may not be > configured at boot time. Being configured or not isn't a problem for ipfw. The interface is just a string and can be anything regardless of validity, such as rl0, fxp0, blah etc. Asterisks can be also used to denote a shell-like interface-name matching e.g. rl* > > So the point is, the active, configured interfaces > changes regularly. > > So if I have a rule like: > > allow ip from any to any via iwi0 > > that won't work well, and neither will: > > allow ip from any to any via iwi0,abc0 I am not sure you have understood correctly the "via" keyword. Read the ipfw manual. Not all packets have receive or transmit interfaces so that might a problem you haven't considered. Is "via" what you want? > So is there any way to say "all interfaces currently > configured" and have that rule apply to new interfaces > automatically as they are added and subtracted from > the system ? You can use "me" which is an alias for "my IP addresses". allow ip from any to me allow ip from me to any This ruleset effectivelly allows all trafic from you to the world and from the world to you. Ofcourse there is not interface checking. HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 09:49:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6119516A469 for ; Mon, 5 Nov 2007 09:49:31 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2001:470:1f04:c0::2]) by mx1.freebsd.org (Postfix) with ESMTP id DB0D713C49D for ; Mon, 5 Nov 2007 09:49:30 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by draba.izb.knu.ac.kr (Postfix, from userid 59) id 37E8C3EA6; Mon, 5 Nov 2007 18:49:28 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on draba.izb.knu.ac.kr X-Spam-Level: X-Spam-Status: No, score=-16.5 required=15.1 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VERIFIED autolearn=disabled version=3.2.3 X-Spam-Comment: DKIM? See http://www.google.com/search?btnI&q=RFC+4871 Received: from izb.knu.ac.kr (localhost.izb.knu.ac.kr [127.0.0.1]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id 730593EA4; Mon, 5 Nov 2007 18:49:21 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=izb.knu.ac.kr; h=subject: from:reply-to:to:cc:in-reply-to:references:content-type:date: message-id:mime-version:content-transfer-encoding; q=dns/txt; s= s1024; bh=+oOBI8dTM9SG8bgLEYJQ4z0NuU8=; b=K2MwpUO0nqs0DuIcT3iySj KU4qNodNjQVBinFmRZrAU+hxtWTdqDasm7/xrx3I370AP48Uh4/UtucX67hP9Kpi gnUnLDjGlP85puyoro2ID8BEyDSfLEFL7JsGGn+dlKRrVY1ljjj0+Nzh7VFgP6x8 94ozMExTD0KaSgpq4QHb4= Received: from setaria.izb.knu.ac.kr (setaria.izb.knu.ac.kr [IPv6:2001:470:1f04:c1::2]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id 06E303E94; Mon, 5 Nov 2007 18:49:21 +0900 (KST) Received: from viola.izb.knu.ac.kr (viola.izb.knu.ac.kr [IPv6:2001:470:1f04:c4::2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bh.rfc4871@setaria.izb.knu.ac.kr) by setaria.izb.knu.ac.kr (Postfix) with ESMTP id 82A9E1CCEE; Mon, 5 Nov 2007 18:49:20 +0900 (KST) Received: from [IPv6:::1] (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id 2B4F15E15; Mon, 5 Nov 2007 18:49:16 +0900 (KST) From: Byung-Hee HWANG To: "Aryeh M. Friedman" In-Reply-To: <472ED17A.7050001@gmail.com> References: <472ED17A.7050001@gmail.com> Content-Type: text/plain Organization: InZealBomb Date: Mon, 05 Nov 2007 18:49:09 +0900 Message-Id: <1194256149.1874.19.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ipv6 confusion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 09:49:31 -0000 Hi, On Mon, 2007-11-05 at 03:16 -0500, Aryeh M. Friedman wrote: > I want to set my machine up to be on both IPv4 and IPv6. I have read > the stuff on 6over4 and such and still a little confused on a few things: > > 1. The machine I want to do the tunneling on is behind a NAT'ed firewall > how do I reliabelly obtain the external IP of the firewall (dhcp > assigned from cable company)? > > 2. If the machine I want to do the tunneling with is the DMZ host for > the above FW do I need to add anything special to the FW's routing tables? > > 3. I am a little confused on how to pick the other end of the tunnel and > how do I configure it once the first 2 items are solved?... The > confusion comes from how is an arbitary (by me [with in the restrictions > in stf(4)]) selected IPv6 IP supposed to be routable when IPv4 forces > me to use the one assigned to me by my upstream router? AFAIK, IPv6 setup is much more difficult than IPv4 setup. Still i don't know well what IPv6 is. Let's go easy.. you need some practice with 6to4 setup. The 6to4 setup is very simple if you have the native IPv4 address(es). Then you can try the 6over4 (more difficult than 6to4) with gif(4). At first, here is good reference for 6to4 setup: http://www.onlamp.com/pub/a/onlamp/2001/06/01/ipv6_tutorial.html As fas as i can tell, you need practice and practice and practice, one by one, then you can obtain what you want.. Sincerely, -- $LUG: projects/mp3/the-godfather,v 1.6 2007/10/11 09:37:50 bh Exp $ From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 10:04:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB8C216A4EA for ; Mon, 5 Nov 2007 10:04:28 +0000 (UTC) (envelope-from donovan@dmpnet.org) Received: from mazar.dmpnet.org (mazar.dmpnet.org [87.127.11.92]) by mx1.freebsd.org (Postfix) with ESMTP id 68F3213C4A8 for ; Mon, 5 Nov 2007 10:04:28 +0000 (UTC) (envelope-from donovan@dmpnet.org) Received: from DonovansLaptop (ibm-laptop.dmpnet.org [192.168.67.101]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mazar.dmpnet.org (Postfix) with ESMTP id 7D68D48C6 for ; Mon, 5 Nov 2007 10:04:02 +0000 (GMT) Message-ID: <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> From: "Donovan R. Palmer" To: References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> Date: Mon, 5 Nov 2007 10:04:06 -0000 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.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Subject: portupgrade 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: Mon, 05 Nov 2007 10:04:29 -0000 Hi Gang, A total noob here with FreeBSD, but am liking it so far. I went to run portupgrade for the first time and encountered quite a few problems. I have googled around and found some of my answers, but it's been slow going. For example: cairo# portupgrade -aF cd: can't cd to /usr/ports/devel/gnu-autoconf ** Package 'gnu-autoconf' has been removed from ports tree. So one possibility I read to fix something like this is to uninstall and resintall it. This yields the following result: cairo# pkg_info | grep gnu-autoconf gnu-autoconf-2.59 Automatically configure source code on many Un*x platforms cairo# pkg_deinstall gnu-autoconf-2.59 ---> Deinstalling 'gnu-autoconf-2.59' pkg_delete: package 'gnu-autoconf-2.59' is required by these other packages and may not be deinstalled: gnu-automake-1.9.6 kde-3.5.4 kdevelop-3.3.4 ** Listing the failed packages (*:skipped / !:failed) ! gnu-autoconf-2.59 (pkg_delete failed) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed So how do I fix this? Is there a HOW-TO or tutorial on a webpage out there that will help me learn how to fix these things? The handbook makes no mention of how to resolve these issues... unless I missed something? TIA Donovan From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 10:15:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 830EA16A417 for ; Mon, 5 Nov 2007 10:15:18 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.freebsd.org (Postfix) with ESMTP id 3EC0A13C4A6 for ; Mon, 5 Nov 2007 10:15:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1457798wxd for ; Mon, 05 Nov 2007 02:15:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=dh0bkhsW2ezRblZfiyPbYI1e+l5td2Vk9Uye4in4ra4=; b=rT75Blrqmzg3Qh5I54bG5V/DLHtbNn2LfLImo4p3rmU5k+V3ywCL7F/SLEvPq5cyMQq4cfLHYLWt11wNI5TFGa0RrnZ11WP47UOwsI5jOGHaizR5TPqfjYZXqIy+E2T5b7yy9lp4ajtLhja5fFrMP7KSilBYfotPJhoH+mTOiQQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YLNPasu7RO1HeS/4Mxqxdg/VkEvXhoMz7k7TfxJ/MqRS1ZGPV/BMqYiRZj6NiKnsW7dsanLhSm2ucxJtsMCApxvU89y/R0kCX2GBvodBCMHEu+ypwixV+/rdW4YE02M5jiyd/bAP3wI7FikK7jnsNevhwEym7sVLmydEvKdvERI= Received: by 10.90.93.6 with SMTP id q6mr3315829agb.1194257710487; Mon, 05 Nov 2007 02:15:10 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id h27sm8777742elf.2007.11.05.02.15.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Nov 2007 02:15:09 -0800 (PST) Message-ID: <472EED2B.4050403@gmail.com> Date: Mon, 05 Nov 2007 05:15:07 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: "Donovan R. Palmer" References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> In-Reply-To: <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade 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: Mon, 05 Nov 2007 10:15:18 -0000 > > So how do I fix this? Is there a HOW-TO or tutorial on a webpage out > there that will help me learn how to fix these things? The handbook > makes no mention of how to resolve these issues... unless I missed > something? While portsupgrade does work on packages it is usually better to do stuff from ports... even though this may be time consuming you may want to deinstall every last package you have installed then select a few "high level" ports to install (i.e. enough to drag in almost everything you need)... in general the install cycle I use is: 1. Install a top-level port (making any build changes needed if build fails [*PLEASE* submit a pr for any of these]) 2. Do a csup (or cvsup on older releases) to make sure there is nothing newer for the installed ports 3. Do a portupgrade -a 4. If there are more top-level ports goto to step 1 -- Aryeh M. Friedman Developer, no business friendly http://www.flosoft-systems.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 10:17:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 522F916A418 for ; Mon, 5 Nov 2007 10:17:30 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.244]) by mx1.freebsd.org (Postfix) with ESMTP id 0CBD613C491 for ; Mon, 5 Nov 2007 10:17:29 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by ag-out-0708.google.com with SMTP id 35so871780aga for ; Mon, 05 Nov 2007 02:17:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=fFr4Qk43j3ddKsJl7nWqGYireqivqTj2VEqmbqpF9dI=; b=oCZxtce7TQDIg3F9sNniR+HaZ7QRhWiTX6HgIG8uSgwDizHYQF7lUykYUZrNjH3Aw07eBFQ3ZYjIoXsfxnHTzg4Xso5O4ESU3algc1FOp4Zvs9D3myZH21ozoclCEyT1MvzuSRAzFZKHZvLoHAH7ge00m61BKMOfeY/1JNtbN5U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=LZEj3A5NHk+/XSTWKAoj3TnaXXM+71W+gr75ghtqoOF1RXWvLfEgOkPeqL0UJa1J7AMgnJc1F3gT039mL5n9HICtBVSeR60cW8S1f9Qb1RzENk03y9apzvTP9V2/E8YKSyqJs1w2eyFgZeY6aiPlvcFzUwrVAQIY0pC57rob0ks= Received: by 10.90.105.20 with SMTP id d20mr3313962agc.1194257839344; Mon, 05 Nov 2007 02:17:19 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id m33sm8752888ele.2007.11.05.02.17.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Nov 2007 02:17:18 -0800 (PST) Message-ID: <472EEDAD.4060409@gmail.com> Date: Mon, 05 Nov 2007 05:17:17 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: "Donovan R. Palmer" References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> In-Reply-To: <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade 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: Mon, 05 Nov 2007 10:17:30 -0000 Here is a script I use to automate the procedure I posted in the previous reply: #!/bin/sh cd /usr/src csup ports-supfile csup standard-supfile cd patchs # optional ./apply # optional portupgrade -a -- Aryeh M. Friedman Developer, not business friendly http://www.flosoft-systems.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 10:34:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EC1C16A417 for ; Mon, 5 Nov 2007 10:34:19 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.250]) by mx1.freebsd.org (Postfix) with ESMTP id 59B1113C49D for ; Mon, 5 Nov 2007 10:34:19 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by ag-out-0708.google.com with SMTP id 35so872838aga for ; Mon, 05 Nov 2007 02:34:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=rDmylA3m/IlRsadyjSOFU6DhhDc8/kQOuTxHfEAohPY=; b=ZCxiwGBAcHbLNeLAuYy5445I6GUmUV8nxyV0BDDXCHgwpuiZw+IevHetjw6n+qpPWOM8RBmBXgsQtalxk1MAJ14db22o0/Cw3pcUepXOqJg+p/XwVSC4Hu4BZVgXp/Azc7QmqCdEw4QyGDesVl1YUsY7Op2A60UX5JHG3dCbGgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=DdGMwbEl8bRLpgAwpNOHCl9uGKZdQ9qsgzMdOh7LioFhmz7P/jrxXIF5FhQL3ykL0XlR+sSCYoEjbloK35RAyuuQlsvpeWoD859ceCnRDm32hSWrLPYJ3S50zXVtxABXZU1zRQaGJ3pn7u4VthUr0aUmIZbj1RwFfHNxXe2gy+w= Received: by 10.70.76.13 with SMTP id y13mr7962656wxa.1194258846135; Mon, 05 Nov 2007 02:34:06 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id c29sm6870877elf.2007.11.05.02.34.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Nov 2007 02:34:04 -0800 (PST) Message-ID: <472EF19B.80700@gmail.com> Date: Mon, 05 Nov 2007 05:34:03 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: "Donovan R. Palmer" References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EED2B.4050403@gmail.com> <001601c81f96$33619dd0$6543a8c0@DonovansLaptop> In-Reply-To: <001601c81f96$33619dd0$6543a8c0@DonovansLaptop> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade 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: Mon, 05 Nov 2007 10:34:19 -0000 Donovan R. Palmer wrote: >> While portsupgrade does work on packages it is usually better to do >> stuff from ports... even though this may be time consuming you may want >> to deinstall every last package you have installed then select a few >> "high level" ports to install (i.e. enough to drag in almost everything >> you need)... in general the install cycle I use is: >> >> 1. Install a top-level port (making any build changes needed if build >> fails [*PLEASE* submit a pr for any of these]) >> 2. Do a csup (or cvsup on older releases) to make sure there is nothing >> newer for the installed ports >> 3. Do a portupgrade -a >> 4. If there are more top-level ports goto to step 1 > > Very interesting. Without sounding too daft, how do I determine what > a "high level" port is? Thanks! Depends on what you use the machine for... for example for the most part mine are: 1. gnome-office (normally do xorg and gnome2 as seperate builds though) 2. vlc video player 3. rythmbox mp3 player 4. Java 1.6 5. gimp-shop 6. apache 2+mysql+php5 7. electricsheep 8. Deluge torrent client and as soon the port team adds them: 1. thistest 2. filebuilder (sorry for the self promotion, but I wrote both of these ;-)) -- Aryeh M. Friedman Developer, not business friendly http://www.flosoft-systems.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 10:38:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7EDD16A417 for ; Mon, 5 Nov 2007 10:38:02 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.freebsd.org (Postfix) with ESMTP id 287C413C49D for ; Mon, 5 Nov 2007 10:38:02 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1463734wxd for ; Mon, 05 Nov 2007 02:37:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=zu81KqEINQ9mnYRpO8D5OUYV1xvJW7LE0QGCW/YXSBg=; b=ROveA+Ie7QCpD3kJ6zWloCx27i2+N1PocwW5eOHgADTcBuD41uOgE9hZClUu7Hkcc0cmIPWYcsN5YOyDrc397YG6cMm0/mz+5uD0OqvH2lWwS6bndS/XGCFyLCbjghip77PQka6y+ogZpCXYzFpZqc93axX6s/9fuMH9qWSuI6Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=mEvZC1JZUcQ7HudZfmJRU8sAOLkueqXvFIGc4nnrcmcvp0UglCXNEjTi68xS6QFPu+Sag7gpIhucZc0z68h8bdRjyi8S72Z9yq6xlYjFSvxDC/KmuDOy1J+9qKzbXUvH5e70HkBRjmJITdrUfLRbVaxYZb2Mz6FBnYbcfIusHeo= Received: by 10.70.92.18 with SMTP id p18mr721471wxb.1194259070445; Mon, 05 Nov 2007 02:37:50 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id p27sm8791471ele.2007.11.05.02.37.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Nov 2007 02:37:49 -0800 (PST) Message-ID: <472EF27C.7070706@gmail.com> Date: Mon, 05 Nov 2007 05:37:48 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: "Donovan R. Palmer" References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EED2B.4050403@gmail.com> <001601c81f96$33619dd0$6543a8c0@DonovansLaptop> In-Reply-To: <001601c81f96$33619dd0$6543a8c0@DonovansLaptop> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade 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: Mon, 05 Nov 2007 10:38:02 -0000 > > Very interesting. Without sounding too daft, how do I determine what > a "high level" port is? Thanks! > oops forgot to include on that list: 1. lyx tex editor 2. linux-flashplayer7 3. acrobat reader 7 4. The latest firefox a. Install both native and linux verions b. Use linux to install extensions -- Aryeh M. Friedman Developer, not business friendly http://www.flosoft-systems.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 10:54:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CCAA16A41B for ; Mon, 5 Nov 2007 10:54:24 +0000 (UTC) (envelope-from donovan@dmpnet.org) Received: from mazar.dmpnet.org (mazar.dmpnet.org [87.127.11.92]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9CE13C480 for ; Mon, 5 Nov 2007 10:54:24 +0000 (UTC) (envelope-from donovan@dmpnet.org) Received: from DonovansLaptop (ibm-laptop.dmpnet.org [192.168.67.101]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mazar.dmpnet.org (Postfix) with ESMTP id 5D416CD77; Mon, 5 Nov 2007 10:25:29 +0000 (GMT) Message-ID: <001601c81f96$33619dd0$6543a8c0@DonovansLaptop> From: "Donovan R. Palmer" To: "Aryeh M. Friedman" , References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EED2B.4050403@gmail.com> Date: Mon, 5 Nov 2007 10:25:34 -0000 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.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Cc: Subject: Re: portupgrade 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: Mon, 05 Nov 2007 10:54:24 -0000 > While portsupgrade does work on packages it is usually better to do > stuff from ports... even though this may be time consuming you may want > to deinstall every last package you have installed then select a few > "high level" ports to install (i.e. enough to drag in almost everything > you need)... in general the install cycle I use is: > > 1. Install a top-level port (making any build changes needed if build > fails [*PLEASE* submit a pr for any of these]) > 2. Do a csup (or cvsup on older releases) to make sure there is nothing > newer for the installed ports > 3. Do a portupgrade -a > 4. If there are more top-level ports goto to step 1 Very interesting. Without sounding too daft, how do I determine what a "high level" port is? Thanks! From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 11:46:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67A1316A417 for ; Mon, 5 Nov 2007 11:46:32 +0000 (UTC) (envelope-from rodperson@verizon.net) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.freebsd.org (Postfix) with ESMTP id 483A713C48A for ; Mon, 5 Nov 2007 11:46:32 +0000 (UTC) (envelope-from rodperson@verizon.net) Received: from atomizer.opensourcebeef.net ([72.77.77.30]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JR100FL17CZ3435@vms046.mailsrvcs.net> for freebsd-questions@freebsd.org; Mon, 05 Nov 2007 05:46:12 -0600 (CST) Date: Mon, 05 Nov 2007 06:40:21 -0500 From: Rod Person In-reply-to: <20071104205719.1fmsx8b4g9ww844s@webmail.dfwlp.org> To: Jonathan Horne Message-id: <20071105064021.56a46a05@atomizer.opensourcebeef.net> Organization: Open Source Beef MIME-version: 1.0 X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: base64 References: <472E77AC.9060200@net24.co.nz> <20071105024836.19d0299a@gumby.homeunix.com.> <20071104205719.1fmsx8b4g9ww844s@webmail.dfwlp.org> Cc: freebsd-questions@freebsd.org Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 11:46:32 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBTdW4s IDA0IE5vdiAyMDA3IDIwOjU3OjE5IC0wNjAwDQpKb25hdGhhbiBIb3JuZSA8ZnJlZWJzZEBkZnds cC5jb20+IHdyb3RlOg0KPiBhZnRlciBpIHVwZGF0ZSBteSBwb3J0cywgYW5kIGkgd2FudCB0byBz ZWUgd2hhdCBjdXJyZW50bHkgbmVlZHMgdG8gYmUNCj4gdXBkYXRlZDoNCj4gDQo+IHBrZ192ZXJz aW9uIC12fGdyZXAgbmVlZHMNCj4gDQo+IHRoaXMgd2lsbCBnaXZlIHlvdSBhIHJ1biBkb3duIG9m IGV2ZXJ5dGhpbmcgdGhhdCBoYXMgYSBuZXdlciB2ZXJzaW9uICANCj4gaW4geW91ciBwb3J0cyB0 cmVlLg0KDQpPcjoNCg0KcG9ydHZlcnNpb24gLXYgLWwgIjwiDQoNCi0gLS0gDQpSb2QNCg0KaHR0 cDovL3JvZGRpZXJvZC5ob21ldW5peC5uZXQ6ODA4MA0KLS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJF LS0tLS0NClZlcnNpb246IEdudVBHIHYxLjQuNyAoRnJlZUJTRCkNCg0KaUQ4REJRRkhMd0VsWmU2 QjdCMkltcHNSQWhENUFKNDd4NEcvUlVsbEVVcURocTBRZS8xV01wS0ZMZ0NmYzVIbQ0KUkNidmZE eVBONnlUL3ljLy9RbmEwT1E9DQo9VGJveA0KLS0tLS1FTkQgUEdQIFNJR05BVFVSRS0tLS0tDQo= From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 11:55:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D84316A417 for ; Mon, 5 Nov 2007 11:55:47 +0000 (UTC) (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 9192E13C49D for ; Mon, 5 Nov 2007 11:55:46 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile-rio.ondsl.gr [83.235.57.37]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lA5Bsm3r010016 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 5 Nov 2007 13:55:14 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA5Bsg30008920; Mon, 5 Nov 2007 13:54:42 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA5BsfgT008919; Mon, 5 Nov 2007 13:54:41 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 5 Nov 2007 13:54:41 +0200 From: Giorgos Keramidas To: Brett Davidson Message-ID: <20071105115441.GB2093@kobe.laptop> References: <472E77AC.9060200@net24.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <472E77AC.9060200@net24.co.nz> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.491, required 5, ALL_TRUSTED -1.80, AWL -0.09, BAYES_00 -2.60, FB_WORD1_END_DOLLAR 1.00) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 11:55:47 -0000 On 2007-11-05 14:53, Brett Davidson wrote: > ie. If I had a particular version of the ports tree on a server, how > could I check to see if any of the programs in that tree were actually > installed? > > Is there a simple command or sequence of commands to do this? Try running the pkg_version(1) utility. For instance, running it here, I can see output like this: ksh$ pkg_version | grep -v '=$' ORBit2 < aalib < [...] From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 11:56:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E5D116A419 for ; Mon, 5 Nov 2007 11:56:23 +0000 (UTC) (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 C0E3513C48E for ; Mon, 5 Nov 2007 11:56:22 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile-rio.ondsl.gr [83.235.57.37]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lA5BtcZx010120 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 5 Nov 2007 13:55:47 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA5BtXrB008961; Mon, 5 Nov 2007 13:55:33 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA5BtWRo008960; Mon, 5 Nov 2007 13:55:32 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 5 Nov 2007 13:55:32 +0200 From: Giorgos Keramidas To: Pollywog Message-ID: <20071105115532.GC2093@kobe.laptop> References: <472E77AC.9060200@net24.co.nz> <18222.31287.897833.3437@jerusalem.litteratus.org> <200711050236.00987.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200711050236.00987.lists-fbsd@shadypond.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.991, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.41, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 11:56:23 -0000 On 2007-11-05 02:36, Pollywog wrote: >> dir /var/d/pkg | grep > > My Linux systems have a "dir" command but my FreeBSD does not. > Is there something I need to install? Not really. The ls(1) utility works fine :-) From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 12:02:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D24216A480 for ; Mon, 5 Nov 2007 12:02:07 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id E6FB713C4B5 for ; Mon, 5 Nov 2007 12:02:06 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 05 Nov 2007 12:01:57 -0000 Received: from vpn-cl-167-113.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [141.3.167.113] by mail.gmx.net (mp035) with SMTP; 05 Nov 2007 13:01:57 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1+zr31OWHezC0wRO4ziwdH943R1HcIRya+Ht1V1Tc JJTmdWdEScIhWV Message-ID: <472F0633.3000907@gmx.de> Date: Mon, 05 Nov 2007 13:01:55 +0100 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: Brett Davidson References: <472E77AC.9060200@net24.co.nz> In-Reply-To: <472E77AC.9060200@net24.co.nz> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 12:02:07 -0000 Brett Davidson wrote: > ie. If I had a particular version of the ports tree on a server, how > could I check to see if any of the programs in that tree were actually > installed? > > Is there a simple command or sequence of commands to do this? > # pkg_version -Iql\= From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 12:03:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EA9916A417 for ; Mon, 5 Nov 2007 12:03:06 +0000 (UTC) (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 D2BD413C480 for ; Mon, 5 Nov 2007 12:03:05 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile-rio.ondsl.gr [83.235.57.37]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lA5C1mhR010455 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 5 Nov 2007 14:01:57 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA5C1hhr009533; Mon, 5 Nov 2007 14:01:43 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA5C1f9s009532; Mon, 5 Nov 2007 14:01:41 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 5 Nov 2007 14:01:41 +0200 From: Giorgos Keramidas To: Olivier Nicole Message-ID: <20071105120140.GD2093@kobe.laptop> References: <200711050703.lA573V3q013117@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200711050703.lA573V3q013117@banyan.cs.ait.ac.th> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.99, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.41, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: How to write a condition in Bourne shell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 12:03:06 -0000 On 2007-11-05 14:03, Olivier Nicole wrote: > Hi, > > I am a lame Bourne sheel programmer, how to write: > > while [ ( $? -ne 0 ) -a ( $retry -gt 0 ) ] ; do > > that should execute as long as $? is not null and $retry is greater > than 0? Try something like... retry=0 done=-0 while [ $done -eq 0 ] && [ $retry -lt 10 ]; do run_some_other_stuff_here if [ $? -eq 0 ]; then done=1 fi done if [ $done -eq 0 ]; then echo "Failed after $retry attempts." fi From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 13:18:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CE5D16A419 for ; Mon, 5 Nov 2007 13:18:10 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: from web34406.mail.mud.yahoo.com (web34406.mail.mud.yahoo.com [66.163.178.155]) by mx1.freebsd.org (Postfix) with SMTP id 2CB0213C49D for ; Mon, 5 Nov 2007 13:18:09 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: (qmail 87455 invoked by uid 60001); 5 Nov 2007 13:17:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=wZNscr5eaLI+czZhylBeP6/YJmX2Gzs6Sy345ZcZ67x2shQS0CZAkR5kdWZj7GKRmipa/M2F7JM03N65iDGMa4cdNS0t4luNTMvMj4ewJvI2Ujl/ZW6kTJIh+hJHZtp/OyVCGe+f+rf3/P0uNjij2qqnX+WqMrmMIBMKC5v71dc=; X-YMail-OSG: mJ5NkU8VM1n7XKvfu8oWmohuQ0qj.6pTAswvoVZkfqcsU0B1pxJyw2ac3rirA_TZdU7cLMheiO2wlrgsxr0L1g93pUHhB9RHT75xmVPCwjD8mMAisBA- Received: from [67.189.206.211] by web34406.mail.mud.yahoo.com via HTTP; Mon, 05 Nov 2007 05:17:44 PST X-Mailer: YahooMailRC/814.06 YahooMailWebService/0.7.152 Date: Mon, 5 Nov 2007 05:17:44 -0800 (PST) From: White Hat To: FreeBSD Users Questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <146042.86109.qm@web34406.mail.mud.yahoo.com> Subject: Configure to use WITH_DEBUG X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 13:18:10 -0000 I have a system that I am setting up that will only be used to test programs. I therefore want all programs built with debug code. To facilitate that task, I was wondering if I could put a global flag in the '/etc/make.conf' file. Assuming that would work, which of these is the better solution. 1) WITH_DEBUG 2) WITH_DEBUG=1 3) WITH_DEBUG=true 4) -DWITH_DEBUG If there is a better solution, I would appreciate hearing about it. Thanks! -- White Hat pigskin_referee@yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 13:26:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 060B416A41A for ; Mon, 5 Nov 2007 13:26:50 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 983DF13C4A6 for ; Mon, 5 Nov 2007 13:26:49 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id lA5DQYmA018127; Mon, 5 Nov 2007 06:26:34 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id lA5DQYhG018124; Mon, 5 Nov 2007 06:26:34 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 5 Nov 2007 06:26:34 -0700 (MST) From: Warren Block To: "Donovan R. Palmer" In-Reply-To: <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> Message-ID: <20071105055724.N17994@wonkity.com> References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Mon, 05 Nov 2007 06:26:34 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade 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: Mon, 05 Nov 2007 13:26:50 -0000 On Mon, 5 Nov 2007, Donovan R. Palmer wrote: > A total noob here with FreeBSD, but am liking it so far. I went to run > portupgrade for the first time and encountered quite a few problems. I have > googled around and found some of my answers, but it's been slow going. For > example: > > cairo# portupgrade -aF The thing you should be doing first is checking /usr/ports/UPDATING. Major things can change, and portupgrade may not be able to handle them without help. > cd: can't cd to /usr/ports/devel/gnu-autoconf > ** Package 'gnu-autoconf' has been removed from ports tree. Old versions of autoconf were replaced with 2.61. > So one possibility I read to fix something like this is to uninstall and > resintall it. This yields the following result: But you can't reinstall it, since it's gone from the ports tree. > cairo# pkg_info | grep gnu-autoconf > gnu-autoconf-2.59 Automatically configure source code on many Un*x > platforms > cairo# pkg_deinstall gnu-autoconf-2.59 > ---> Deinstalling 'gnu-autoconf-2.59' > pkg_delete: package 'gnu-autoconf-2.59' is required by these other packages > and may not be deinstalled: > gnu-automake-1.9.6 > kde-3.5.4 > kdevelop-3.3.4 > ** Listing the failed packages (*:skipped / !:failed) > ! gnu-autoconf-2.59 (pkg_delete failed) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > > So how do I fix this? Is there a HOW-TO or tutorial on a webpage out there > that will help me learn how to fix these things? The handbook makes no > mention of how to resolve these issues... unless I missed something? The "-f" option to pkg_delete/pkg_deinstall will force it to do the action, even if there are dependencies. Sometimes it's the only way. There's also the -o option to portupgrade. As for a tutorial: first, check UPDATING. Then the command man page. If necessary, a web search. I can't remember what I did for this particular upgrade, but do remember deleting some of the older autoconf ports manually. I suspect you could delete all of them (and maybe some or all of the automake ports) and then just deinstall and install autotools. (Like pkg_delete -f, "make deinstall" in a port will ignore dependencies and just go ahead.) After you do all that, you'll probably need to run pkgdb -F to fix or at least check dependencies. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 13:59:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C6BF16A417 for ; Mon, 5 Nov 2007 13:59:57 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id 231F813C481 for ; Mon, 5 Nov 2007 13:59:56 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id 0062AEBC3B; Mon, 5 Nov 2007 08:59:21 -0500 (EST) Date: Mon, 5 Nov 2007 08:59:20 -0500 From: Bill Moran To: White Hat Message-Id: <20071105085920.1acf1aa6.wmoran@potentialtech.com> In-Reply-To: <146042.86109.qm@web34406.mail.mud.yahoo.com> References: <146042.86109.qm@web34406.mail.mud.yahoo.com> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Users Questions Subject: Re: Configure to use WITH_DEBUG X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 13:59:57 -0000 In response to White Hat : > I have a system that I am setting up that will only be used to test programs. I therefore want all programs built with debug code. To facilitate that task, I was wondering if I could put a global flag in the '/etc/make.conf' file. Assuming that would work, which of these is the better solution. > > 1) WITH_DEBUG > 2) WITH_DEBUG=1 > 3) WITH_DEBUG=true > 4) -DWITH_DEBUG > > If there is a better solution, I would appreciate hearing about it. #2 and #3 will work. The key is that the variable is set, not what it's set to. As a joke, you can do WITH_DEBUG=no in make.conf, and confuse the hell out of other sysadmins. Note that there may be additional port-specific debugging that would not be turned on by the global WITH_DEBUG, but you'll have to handle that on a port-by-port basis. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 14:01:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24A4C16A418 for ; Mon, 5 Nov 2007 14:01:02 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id D319613C49D for ; Mon, 5 Nov 2007 14:01:01 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from c83-249-34-129.bredband.comhem.se ([83.249.34.129]:56628) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Ip2VY-0003LZ-46 for freebsd-questions@freebsd.org; Mon, 05 Nov 2007 15:00:52 +0100 From: Peo Nilsson To: FreeBSD quest-list Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-QtZelbMiBH6JqoCgtx19" Date: Mon, 05 Nov 2007 15:00:35 +0100 Message-Id: <1194271235.19142.4.camel@zeus.se> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port X-Originating-IP: 83.249.34.129 X-Scan-Result: No virus found in message 1Ip2VY-0003LZ-46. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Ip2VY-0003LZ-46 62344c4fbed262d32a5cc85e16618692 Subject: /usr/bin/whatis replaced by a script (correct?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 14:01:02 -0000 --=-QtZelbMiBH6JqoCgtx19 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Dear listmembers. When running rkhunter 1.3.0 I get those warnings: ... /usr/bin/whatis' has been replaced by a script: /usr/bin/whatis: Bourne shell script text executable /usr/sbin/adduser' has been replaced by a script: /usr/sbin/addu ser: Bourne shell script text executable /usr/local/bin/GET' has been replaced by a script: /usr/local/bi n/GET: perl script text '/usr/local/sbin/pkgdb' has been replaced by a script: /usr/local /sbin/pkgdb: a /usr/local/bin/ruby18 script text executable ... Are those programs supposed to be replaced like this ? I'm running FreeBSD 6.2 Release-p7 with ports up to date. TIA. --=20 /Peo --=-QtZelbMiBH6JqoCgtx19 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHLyH/gWSfflYlIbwRAteJAKCYFDeyHNvD2+Qm65JECgToyw/yjQCZAUPr ySqAWVE0Y12e4B4XTB+zIHk= =anO/ -----END PGP SIGNATURE----- --=-QtZelbMiBH6JqoCgtx19-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 14:18:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA52816A417 for ; Mon, 5 Nov 2007 14:18:26 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: from web34408.mail.mud.yahoo.com (web34408.mail.mud.yahoo.com [66.163.178.157]) by mx1.freebsd.org (Postfix) with SMTP id 8162013C4DB for ; Mon, 5 Nov 2007 14:18:26 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: (qmail 96556 invoked by uid 60001); 5 Nov 2007 14:18:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=bcKmfdb9+uwFYrQU8TO5XOC2upG7m5Mp2keIwSOGf7urrvCABij++bu95F8IJrrGtJ3owe+v5ifxVDPKc0tzlFtc2+4VAmcuFO26PzMmlQKPexMY0TyPCT3zGfAvOSoWoMUxGhDeiGW0FA4izBDMz/jtZi3mJcT7fN9gYfoDjSw=; X-YMail-OSG: Hil4eWUVM1n4DnKzTW6HpMn9c7gzJqaPgtzsgBMFKWkH4W_56OQdb.n0FLSdB3xQh0QTUpGbk4OIdohXCa7K_8gULX6l4YdJxqNJf2fihCfzX51rGd8- Received: from [67.189.206.211] by web34408.mail.mud.yahoo.com via HTTP; Mon, 05 Nov 2007 06:18:16 PST X-Mailer: YahooMailRC/814.06 YahooMailWebService/0.7.152 Date: Mon, 5 Nov 2007 06:18:16 -0800 (PST) From: White Hat To: FreeBSD Users Questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <849261.96295.qm@web34408.mail.mud.yahoo.com> Subject: Re: Configure to use WITH_DEBUG X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 14:18:26 -0000 > In response to White Hat : > > > I have a system that I am setting up that will only be used to test programs. > > I therefore want all programs built with debug code. To facilitate that task, I > > was wondering if I could put a global flag in the '/etc/make.conf' file. > > Assuming that would work, which of these is the better solution. > > > > 1) WITH_DEBUG > > 2) WITH_DEBUG=1 > > 3) WITH_DEBUG=true > > 4) -DWITH_DEBUG > > > > If there is a better solution, I would appreciate hearing about it. > > #2 and #3 will work. > The key is that the variable is set, not what it's set to. As a joke, > you can do WITH_DEBUG=no in make.conf, and confuse the hell out of other > sysadmins. > > Note that there may be additional port-specific debugging that would > not be turned on by the global WITH_DEBUG, but you'll have to handle > that on a port-by-port basis. > > -- > Bill Moran > http://www.potentialtech.com Interesting. Now if I want to turn DEBUG off for a particular port, would I use: 1) WITH_DEBUG 2) WITH_DEBUG= 3) WITH_DEBUG="" One other question. From what I have been reading, the use of 'WITH_DEBUG' also prevents the stripping of debug code when the program is installed. Is that correct, or do I have to use another flag to insure that debug code is not stripped from the installed program? Thanks again! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 14:27:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C992816A468 for ; Mon, 5 Nov 2007 14:27:05 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 1E6B513C4D9 for ; Mon, 5 Nov 2007 14:27:04 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 05 Nov 2007 14:26:03 -0000 Received: from vpn-cl-160-105.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [141.3.160.105] by mail.gmx.net (mp001) with SMTP; 05 Nov 2007 15:26:03 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX19GWkxGVsBGojQz4VVYlii3ZgfmQKydyOjWBsJMa7 UwssEFfpSDTdxB Message-ID: <472F27FA.4090304@gmx.de> Date: Mon, 05 Nov 2007 15:26:02 +0100 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: White Hat References: <849261.96295.qm@web34408.mail.mud.yahoo.com> In-Reply-To: <849261.96295.qm@web34408.mail.mud.yahoo.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: FreeBSD Users Questions Subject: Re: Configure to use WITH_DEBUG X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 14:27:05 -0000 White Hat wrote: >> In response to White Hat : >> >>> I have a system that I am setting up that will only be used to test programs. >>> I therefore want all programs built with debug code. To facilitate that task, I >>> was wondering if I could put a global flag in the '/etc/make.conf' file. >>> Assuming that would work, which of these is the better solution. >>> >>> 1) WITH_DEBUG >>> 2) WITH_DEBUG=1 >>> 3) WITH_DEBUG=true >>> 4) -DWITH_DEBUG >>> >>> If there is a better solution, I would appreciate hearing about it. >> #2 and #3 will work. >> The key is that the variable is set, not what it's set to. As a joke, >> you can do WITH_DEBUG=no in make.conf, and confuse the hell out of other >> sysadmins. >> >> Note that there may be additional port-specific debugging that would >> not be turned on by the global WITH_DEBUG, but you'll have to handle >> that on a port-by-port basis. >> >> -- >> Bill Moran >> http://www.potentialtech.com > > Interesting. Now if I want to turn DEBUG off for a particular port, would I use: > > 1) WITH_DEBUG > 2) WITH_DEBUG= > 3) WITH_DEBUG="" > The make manpage is your friend: .if ${.CURDIR:M/usr/ports/category/port} .undef WITH_DEBUG .endif From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 14:37:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8CCA16A419 for ; Mon, 5 Nov 2007 14:37:27 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id BC29E13C481 for ; Mon, 5 Nov 2007 14:37:27 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.13.8/8.13.8) with ESMTP id lA5EbGPm006630 for ; Mon, 5 Nov 2007 08:37:16 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200711051437.lA5EbGPm006630@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Date: Mon, 05 Nov 2007 08:37:16 -0600 From: Martin McCormick Subject: Re: tar Ignoring out-of-order file What Does that 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: Mon, 05 Nov 2007 14:37:28 -0000 Jonathan McKeown writes: > [that was me - I'm glad I was of some help] Most definitely. You've been a tremendous help but I am still stuck and I believe all issues are known except this one. I should know when the unpacking/packing part is working by unpacking the FreeBSD iso image and then repacking it without doing anything at all. This should give me an iso image that is the same size as the good one and probably a byte-for-byte copy of the original. I did as you suggested and here is what happened. First, I created a directory called image and cd'd there. $ ls It's empty as it should be. $ ln -s usr/src/sys sys $ ls -l total 0 lrwxr-xr-x 1 martin martin 11 Nov 5 07:44 sys -> usr/src/sys Now, it is time to unpack the iso image. $ tar xf ~/6.2-RELEASE-i386-disc1.iso tar: Ignoring out-of-order file Darn! Well, Let's see how big an ISO image file it makes anyway. $ mkisofs -l -R -q . >~/tmp/testfile.iso $ ls -l ~/6.2-RELEASE-i386-disc1.iso ../tmp/testfile.iso -rw-r--r-- 1 martin martin 598476800 Nov 5 07:48 ../tmp/testfile.iso -rw-r--r-- 1 martin martin 601229312 Sep 21 08:57 /home/martin/6.2-RELEASE-i386-disc1.iso The original iso image is 2,752512 bytes larger. I bet it's the files that tar doesn't seem to be happy about. Once this hurdle is finally jumped, the rest should be quite normal. If you mount the image on a Linux system and use tar or mkisofs, you get a file that is almost twice the proper size so I think there may be some links that end up as multiple versions of the same files when they should have been symlinks or something else. The image made with FreeBSD's mkisofs and tar utilities is the archive that is 2.5 megs short. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 14:40:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8B0716A502 for ; Mon, 5 Nov 2007 14:40:29 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [81.2.252.59]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0BF13C4DB for ; Mon, 5 Nov 2007 14:40:29 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 86CD2A4A821; Mon, 5 Nov 2007 15:27:33 +0100 (CET) X-Virus-Scanned: amavisd-new at t-hosting.hu 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 VtvK3CC+oeDW; Mon, 5 Nov 2007 15:27:24 +0100 (CET) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 9867EA4A804; Mon, 5 Nov 2007 15:27:24 +0100 (CET) Message-ID: <472F284B.6050904@FreeBSD.org> Date: Mon, 05 Nov 2007 15:27:23 +0100 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: White Hat References: <849261.96295.qm@web34408.mail.mud.yahoo.com> In-Reply-To: <849261.96295.qm@web34408.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD Users Questions Subject: Re: Configure to use WITH_DEBUG X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 14:40:29 -0000 White Hat escribió: >> In response to White Hat : >> >> >>> I have a system that I am setting up that will only be used to test programs. >>> I therefore want all programs built with debug code. To facilitate that task, I >>> was wondering if I could put a global flag in the '/etc/make.conf' file. >>> Assuming that would work, which of these is the better solution. >>> >>> 1) WITH_DEBUG >>> 2) WITH_DEBUG=1 >>> 3) WITH_DEBUG=true >>> 4) -DWITH_DEBUG >>> >>> If there is a better solution, I would appreciate hearing about it. >>> >> #2 and #3 will work. >> The key is that the variable is set, not what it's set to. As a joke, >> you can do WITH_DEBUG=no in make.conf, and confuse the hell out of other >> sysadmins. >> >> Note that there may be additional port-specific debugging that would >> not be turned on by the global WITH_DEBUG, but you'll have to handle >> that on a port-by-port basis. >> >> -- >> Bill Moran >> http://www.potentialtech.com >> > > Interesting. Now if I want to turn DEBUG off for a particular port, would I use: > > 1) WITH_DEBUG > 2) WITH_DEBUG= > 3) WITH_DEBUG="" > #2 or #3. Also, take a look at ports-mgmt/portconf. > > One other question. From what I have been reading, the use of 'WITH_DEBUG' also prevents the stripping of debug code when the program is installed. Is that correct, or do I have to use another flag to insure that debug code is not stripped from the installed program? > Yes, it's true. There might be some weird ports, which do things in a non-standard way, this might not apply to those, but for the most of our ports, which respect the most important macros, it is going to work. -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 14:44:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8A5816A420 for ; Mon, 5 Nov 2007 14:44:18 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id 1733513C48A for ; Mon, 5 Nov 2007 14:44:17 +0000 (UTC) (envelope-from a@jenisch.at) Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (6.0.0); Mon, 05 Nov 2007 15:44:04 +0100 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Mon, 5 Nov 2007 15:43:20 +0100 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id lA5EhKdH003896 for ; Mon, 5 Nov 2007 15:43:20 +0100 (CET) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id lA5EhK3v003895 for freebsd-questions@freebsd.org; Mon, 5 Nov 2007 15:43:20 +0100 (CET) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Mon, 5 Nov 2007 15:43:20 +0100 From: Ewald Jenisch To: freebsd-questions@freebsd.org Message-ID: <20071105144320.GA3811@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 05 Nov 2007 14:43:20.0893 (UTC) FILETIME=[35E976D0:01C81FBA] X-SEF-ZeroHour-RefID: fgs=0 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 X-SEF-Processed: 6_0_0_39__2007_11_05_15_44_04 Subject: Rebuilding kernel/system to a state "back-in-time"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 14:44:18 -0000 Hi, Because of severe problems wrt. a third party app (TSM Backup - see my previous post) I'm looking for a way to compile a kernel/system to a state as it was several weeks ago. To be specific I'd like to build my system/kernel using the source-files of FreeBSD 6.2 as they were back on September 14, 2007. In cvsup there seems to be a feature "date=..." that should be able to accomplish this. Has anybody out there used it sucessfully? Is specifying date=2007.09.13.23.59.00 together with the default-settings in my stable-cvsup-file *default host= *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_5 *default delete use-rel-suffix *default compress src-all enough? Anything else to consider? Thanks much in advance for any clue, -ewald From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 14:53:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7947516A418 for ; Mon, 5 Nov 2007 14:53:10 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 2B34413C48A for ; Mon, 5 Nov 2007 14:53:10 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 05 Nov 2007 09:52:27 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id JHF49786; Mon, 5 Nov 2007 09:52:26 -0500 (EST) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 05 Nov 2007 10:51:17 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18223.11813.189706.612796@jerusalem.litteratus.org> Date: Mon, 5 Nov 2007 09:52:21 -0500 To: Ewald Jenisch In-Reply-To: <20071105144320.GA3811@aurora.oekb.co.at> References: <20071105144320.GA3811@aurora.oekb.co.at> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: freebsd-questions@freebsd.org Subject: Rebuilding kernel/system to a state "back-in-time"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 14:53:10 -0000 Ewald Jenisch writes: > To be specific I'd like to build my system/kernel using the > source-files of FreeBSD 6.2 as they were back on September 14, > 2007. > > In cvsup there seems to be a feature "date=..." that should be > able to accomplish this. Has anybody out there used it > sucessfully? Is specifying > > date=2007.09.13.23.59.00 I've used this with ports, and it works as descried. Be careful it doesn't conflict with other settings, and you should be fine. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 15:24:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3BAD16A417 for ; Mon, 5 Nov 2007 15:24:37 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from mail.itu.dk (pluto.itu.dk [130.226.142.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5E95513C491 for ; Mon, 5 Nov 2007 15:24:36 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from localhost (unknown [10.0.0.3]) by mail.itu.dk (Postfix) with ESMTP id D636336F499; Mon, 5 Nov 2007 16:13:11 +0100 (CET) X-Virus-Scanned: amavisd-new at itu.dk Received: from superman.itu.dk ([130.226.142.5]) by localhost (daredevil.itu.dk [130.226.142.26]) (amavisd-new, port 10024) with ESMTP id RVusgHLvogFc; Mon, 5 Nov 2007 16:13:01 +0100 (CET) Received: from wimac.littlebit.dk (unknown [85.233.238.191]) by superman.itu.dk (Postfix) with ESMTP id ED2059E66C; Mon, 5 Nov 2007 16:12:56 +0100 (CET) Message-ID: <472F32CE.6050306@cederstrand.dk> Date: Mon, 05 Nov 2007 16:12:14 +0100 From: Erik Cederstrand User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Ewald Jenisch References: <20071105144320.GA3811@aurora.oekb.co.at> In-Reply-To: <20071105144320.GA3811@aurora.oekb.co.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Rebuilding kernel/system to a state "back-in-time"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 15:24:37 -0000 Ewald Jenisch wrote: > Hi, > > Because of severe problems wrt. a third party app (TSM Backup - see my > previous post) I'm looking for a way to compile a kernel/system to a > state as it was several weeks ago. > > To be specific I'd like to build my system/kernel using the > source-files of FreeBSD 6.2 as they were back on September 14, 2007. > > In cvsup there seems to be a feature "date=..." that should be able to > accomplish this. Has anybody out there used it sucessfully? Is specifying > > date=2007.09.13.23.59.00 > > together with the default-settings in my stable-cvsup-file > > *default host= > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=RELENG_5 Should be tag=RELENG_6_2 > *default delete use-rel-suffix > *default compress > src-all > > enough? That should suffice. > Anything else to consider? This assumes you're already running 6.2. As long as you don't switch branches (or choose a date before the branch occurred!), you should be good to go. Erik From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 15:52:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6793B16A418 for ; Mon, 5 Nov 2007 15:52:52 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 2084F13C49D for ; Mon, 5 Nov 2007 15:52:51 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id lA5FmPXi062513; Mon, 5 Nov 2007 10:48:25 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id lA5FmPAX062512; Mon, 5 Nov 2007 10:48:25 -0500 (EST) (envelope-from jerrymc) Date: Mon, 5 Nov 2007 10:48:25 -0500 From: Jerry McAllister To: Brian Finniff Message-ID: <20071105154825.GB62364@gizmo.acns.msu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: DNS and IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 15:52:52 -0000 On Sun, Nov 04, 2007 at 06:00:27PM -0500, Brian Finniff wrote: > > My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domain but you only have one IP address, would it be possible to forward each domain to the same IP address and somehow each one becomes distinct? If so, how is this possible? Can you explain to me how it can be done. > It sounds like you want to set up name based virtual hosts. That is SOP for many servers. It is documented. You would also have to deal with the name server issues to get the web stuff (ports 80 and 443) directed to your single IP. If you do the name service, that is easy. If you have to beg another service, then that could be the hardest part. ////jerry > Oh and for reference, I am not talking about web redirects. > > _________________________________________________________________ > 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 Nov 5 15:59:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C5D016A417 for ; Mon, 5 Nov 2007 15:59:34 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 1347013C4A5 for ; Mon, 5 Nov 2007 15:59:33 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id lA5FuBmb062551; Mon, 5 Nov 2007 10:56:11 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id lA5FuB4U062550; Mon, 5 Nov 2007 10:56:11 -0500 (EST) (envelope-from jerrymc) Date: Mon, 5 Nov 2007 10:56:11 -0500 From: Jerry McAllister To: Pollywog Message-ID: <20071105155611.GC62364@gizmo.acns.msu.edu> References: <472E77AC.9060200@net24.co.nz> <18222.31287.897833.3437@jerusalem.litteratus.org> <200711050236.00987.lists-fbsd@shadypond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200711050236.00987.lists-fbsd@shadypond.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 15:59:34 -0000 On Mon, Nov 05, 2007 at 02:36:00AM +0000, Pollywog wrote: > On Monday 05 November 2007 02:04:39 Robert Huff wrote: > > Brett Davidson writes: > > > ie. If I had a particular version of the ports tree on a server, > > > how could I check to see if any of the programs in that tree were > > > actually installed? > > > > > > Is there a simple command or sequence of commands to do this? > > > > dir /var/d/pkg | grep > > My Linux systems have a "dir" command but my FreeBSD does not. > Is there something I need to install? Yes, just install your own alias. For example, in my .cshrc file for the accounts I use I put: alias dir ls -lAF and then I have a dir. I also alias ls to: alias ls ls -F and lo to: alias lo logout and numerous others. That is the normal way of creating these simple things. ////jerry > _______________________________________________ > 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 Nov 5 16:03:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87C6716A417 for ; Mon, 5 Nov 2007 16:03:21 +0000 (UTC) (envelope-from darryl@osborne-ind.com) Received: from ws2.cnweb.com (ws2.cnweb.com [69.50.194.62]) by mx1.freebsd.org (Postfix) with ESMTP id 6947E13C4AA for ; Mon, 5 Nov 2007 16:03:21 +0000 (UTC) (envelope-from darryl@osborne-ind.com) Received: (qmail 25715 invoked from network); 5 Nov 2007 09:35:43 -0600 Received: from p245n23.ruraltel.net (HELO Europa) (24.225.23.245) by ws2.cnweb.com with SMTP; 5 Nov 2007 09:35:43 -0600 From: "Darryl Hoar" To: Date: Mon, 5 Nov 2007 09:37:03 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16545 Importance: Normal Subject: 6.2 and random reboots X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: darryl@osborne-ind.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 16:03:21 -0000 Greetings, I am trying to figure out why my freebsd 6.2 server has started randomly rebooting. I look at dmesg and see nothing out of the ordinary. Not sure if it is hardware or the OS. Ideas for troubleshooting greatly appreciated. -Darryl From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 16:14:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44A0616A46C for ; Mon, 5 Nov 2007 16:14:35 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 2933613C4BF for ; Mon, 5 Nov 2007 16:14:34 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-3.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lA5GEBJ8099296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 5 Nov 2007 08:14:12 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <472F414C.8050300@enabled.com> Date: Mon, 05 Nov 2007 08:14:04 -0800 From: Noah User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: j_bourne_treadstone@hotmail.com, User Questions References: <200711050324.49646.j_bourne_treadstone@hotmail.com> In-Reply-To: <200711050324.49646.j_bourne_treadstone@hotmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: apache-2.2.6 not installing [solved] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 16:14:35 -0000 response in line below Jason Bourne wrote: > Noah wrote: > >> Hi List, >> >> Not receive good support on the ports mail list so I will post here now. >> >> >> Might somebody please explain to me why apache-2.2.6 is not install from >> /usr/ports ? I am attempting to complile with mod_ldap and a bunch of >> modules - nothing that should be causing a fuss, though. All shell >> output is below including error message. >> >> Help please, >> >> Noah > [snip] >> Installing configuration files >> Installing HTML documents >> *** Error code 1 >> >> Stop in /usr/ports/www/apache22/work/httpd-2.2.6. >> *** Error code 1 >> >> Stop in /usr/ports/www/apache22/work/httpd-2.2.6. >> *** Error code 1 >> >> Stop in /usr/ports/www/apache22. >> *** Error code 1 >> >> Stop in /usr/ports/www/apache22. >> > Sorry to reply by email but I'm not subscribed. I had this problem last > night. This is a workaround and not a true fix, but it's quick. > > After doing make and prior to make install navigate to and open with an > editor: > > /usr/ports/www/apache22/work/httpd-2.2.6/Makefile > > Look for line 126: > > install-htdocs: > # @echo Installing HTML documents ; \ > # $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) ; \ > # test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp index.html > #$(DESTDIR)$(EXAMPLESDIR)) && \ > # ( [ ! -f $(DESTDIR)$(htdocsdir)/index.html ] && cp -p > #$(DESTDIR)$(EXAMPLESDIR)/index.html $(DESTDIR)$(htdocsdir)/index.html) > > Comment out the lines like above and then make install will skip over this > and complete. thanks Jason - please respond to the list in the future so other can see the fixture. I suppose commenting out brokenness is a solution. Cheers, Noah > > -Jason From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 16:14:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A509216A41A for ; Mon, 5 Nov 2007 16:14:37 +0000 (UTC) (envelope-from donovan@dmpnet.org) Received: from mazar.dmpnet.org (mazar.dmpnet.org [87.127.11.92]) by mx1.freebsd.org (Postfix) with ESMTP id 5A48E13C4B7 for ; Mon, 5 Nov 2007 16:14:37 +0000 (UTC) (envelope-from donovan@dmpnet.org) Received: from DonovansLaptop (ibm-laptop.dmpnet.org [192.168.67.101]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mazar.dmpnet.org (Postfix) with ESMTP id C4BC6A198; Mon, 5 Nov 2007 15:29:06 +0000 (GMT) Message-ID: <002001c81fc0$9e8271f0$6543a8c0@DonovansLaptop> From: "Donovan R. Palmer" To: "Warren Block" , References: <20071105135017.76a2c48a@meijome.net><20071105070952.50ba2f37@epia-2.farid-hajji.net><000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <20071105055724.N17994@wonkity.com> Date: Mon, 5 Nov 2007 15:29:12 -0000 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.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Cc: Subject: Re: portupgrade 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: Mon, 05 Nov 2007 16:14:37 -0000 > The thing you should be doing first is checking /usr/ports/UPDATING. Major > things can change, and portupgrade may not be able to handle them without > help. Ah, i c. I am starting to make sense out of some of this from my fighting around on this. > The "-f" option to pkg_delete/pkg_deinstall will force it to do the > action, even if there are dependencies. Sometimes it's the only way. > > There's also the -o option to portupgrade. > > As for a tutorial: first, check UPDATING. Then the command man page. If > necessary, a web search. I have done some web searching, but haven't found anything that has everything in one place (including the Handbook). Once I emerge from all of this, I might take a stab at writing up something for N00bs to help them learn some of the things that I have figured out the hard way > I can't remember what I did for this particular upgrade, but do remember > deleting some of the older autoconf ports manually. I suspect you could > delete all of them (and maybe some or all of the automake ports) and then > just deinstall and install autotools. (Like pkg_delete -f, "make > deinstall" in a port will ignore dependencies and just go ahead.) > > After you do all that, you'll probably need to run pkgdb -F to fix or at > least check dependencies. Very helpful! Thanks! From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 16:14:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 448FD16A49C for ; Mon, 5 Nov 2007 16:14:54 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 2169013C4A8 for ; Mon, 5 Nov 2007 16:14:54 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.232] (showcase.tulsatech.com [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id 10B85155143; Mon, 5 Nov 2007 08:14:32 -0600 (CST) Message-ID: <472F2512.8080907@cs.okstate.edu> Date: Mon, 05 Nov 2007 08:13:38 -0600 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.6 (X11/20070926) MIME-Version: 1.0 To: "Richard (Rick) Seay" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: nspluginwrapper + linux-flashplugin7 broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 16:14:54 -0000 Written by Richard (Rick) Seay on 11/04/07 10:02>> > After upgrading to xorg-7.3_1, linux-flashplugin-7.0r70 and > nspluginwrapper-0.9.91.5 stopped working. I get a blank area on the > screen where the flash content should be, and the following error > messages: > > The program 'npviewer.bin' received an X Window System error. > This probably reflects a bug in the program. > The error was 'BadMatch (invalid parameter attributes)'. > (Details: serial 84 error_code 8 request_code 147 minor_code 3) > (Note to programmers: normally, X errors are reported asynchronously; > that is, you will receive the error a while after causing it. > To debug your program, run it with the --sync command line > option to change this behavior. You can then get a meaningful > backtrace from your debugger if you break on the gdk_x_error() function.) > *** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed > *** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed > *** NSPlugin Wrapper *** ERROR: NPP_NewStream() invoke: Connection closed > *** NSPlugin Wrapper *** ERROR: NPP_New() invoke: Connection closed > ... > > Anyone else having this problem? Yes. What's extremely odd about this error that I've noticed is that if I run the firefox client from a linux Xorg display flash works perfectly. I am not sure what that means. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 16:17:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9213916A420 for ; Mon, 5 Nov 2007 16:17:07 +0000 (UTC) (envelope-from jhorne@ncs.dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 3128613C4B7 for ; Mon, 5 Nov 2007 16:17:07 +0000 (UTC) (envelope-from jhorne@ncs.dfwlp.com) Received: from pollux.dfwlp.com (pollux.dfwlp.com [192.168.125.61]) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id lA5FiGWB045340 for ; Mon, 5 Nov 2007 09:44:16 -0600 (CST) (envelope-from jhorne@ncs.dfwlp.com) Received: (from www@localhost) by pollux.dfwlp.com (8.13.8/8.13.8/Submit) id lA5FiGim045339 for freebsd-questions@freebsd.org; Mon, 5 Nov 2007 09:44:16 -0600 (CST) (envelope-from jhorne@ncs.dfwlp.com) X-Authentication-Warning: pollux.dfwlp.com: www set sender to jhorne@ncs.dfwlp.com using -f Received: from 192.168.125.150 ([192.168.125.150]) by webmail.dfwlp.org (Horde MIME library) with HTTP; Mon, 05 Nov 2007 09:44:15 -0600 Message-ID: <20071105094415.7ubd7cvhicwwocos@webmail.dfwlp.org> Date: Mon, 05 Nov 2007 09:44:15 -0600 From: Jonathan Horne To: freebsd-questions@freebsd.org References: <20071105144320.GA3811@aurora.oekb.co.at> <472F32CE.6050306@cederstrand.dk> In-Reply-To: <472F32CE.6050306@cederstrand.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) / FreeBSD-6.2 X-Spam-Status: No, score=-4.2 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pollux.dfwlp.com Subject: Re: Rebuilding kernel/system to a state "back-in-time"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 16:17:07 -0000 Quoting Erik Cederstrand : > > Should be tag=3DRELENG_6_2 > ... > > That should suffice. > > > This assumes you're already running 6.2. As long as you don't switch > branches (or choose a date before the branch occurred!), you should be > good to go. > > Erik i would agree with erik's advice, as IMO its quite sound (when it =20 comes to operating a server as opposed to a desktop). however, i =20 would add this detail so that there can be some what and why to go =20 with it: RELENG_6_2 will take you to 6.2-RELEASE-p8. it *will* be back in =20 time, but it will be only 'critical' patches since the intial =20 6.2-RELEASE. IMO, (and forgive me, i generally dont spew my opinions where they =20 arent welcome or asked for), RELENG_6_2 is better for a server over =20 RELENG_6 (aka, -STABLE), as it doesnt include items that are not =20 critically required for secure and stable operation. remember, that =20 the true -STABLE branch has items merged in from -CURRENT (call it =20 back-ported?). let say, you already know that -p8 is the latest 6.2 revision. you =20 get on a server, you log in, and it says 6.2-RELEASE-p8. you already =20 know that this system is up to date. if you log in, and see =20 6.2-STABLE... you dont immediately know when this system was last =20 rebuilt without doing some other version checks first. i have to be =20 honest, when it comes to managing a farm full of servers, i like my =20 "visual version checks"... the same way i like my women: easy. cheers, --=20 Jonathan Horne DFWLP Network Consulting Services jhorne@ncs.dfwlp.com http://www.dfwlp.com 214.287.4373 - mobile ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 16:21:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7985016A418 for ; Mon, 5 Nov 2007 16:21:30 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 136E913C491 for ; Mon, 5 Nov 2007 16:21:24 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.13.8) with ESMTP id lA5GKj0e064433; Mon, 5 Nov 2007 10:20:45 -0600 (CST) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20071105101859.0240b6a8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 05 Nov 2007 10:20:05 -0600 To: darryl@osborne-ind.com, From: Derek Ragona In-Reply-To: References: Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: 6.2 and random reboots X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 16:21:30 -0000 At 09:37 AM 11/5/2007, Darryl Hoar wrote: >Greetings, >I am trying to figure out why my freebsd 6.2 server has started >randomly rebooting. I look at dmesg and see nothing out of >the ordinary. Not sure if it is hardware or the OS. > >Ideas for troubleshooting greatly appreciated. > >-Darryl I would suggest you run GENERIC if you are not. Turn off any rc scripts you don't need. Run diagnostics on the hardware and memtest. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 17:42:23 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37AEA16A417 for ; Mon, 5 Nov 2007 17:42:22 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-4.csi.cam.ac.uk (ppsw-4.csi.cam.ac.uk [131.111.8.134]) by mx1.freebsd.org (Postfix) with ESMTP id EEFD013C4B0 for ; Mon, 5 Nov 2007 17:42:21 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from gw.cjkey.org.uk ([88.97.163.222]:1462 helo=[192.168.2.186]) by ppsw-4.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.154]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1Ip5Jj-0008Rp-Cw (Exim 4.63) for questions@freebsd.org (return-path ); Mon, 05 Nov 2007 17:00:51 +0000 Message-ID: <472F4C16.5020406@cam.ac.uk> Date: Mon, 05 Nov 2007 17:00:06 +0000 From: Christopher Key User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: fsck and memory filesytems (fsck_mfs: No such file or directory) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 17:42:23 -0000 Hello, I recently had a powercut to my FreeBSD home server, and I'm now getting the following messages at startup: Starting file system checks: /dev/ad8s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad8s1a: clean, 466797 free (2837 frags, 57995 blocks, 0.6% fragmentation) fsck: exec fsck_mfs for md in /sbin:/usr/sbin: No such file or directory fsck: exec fsck_mfs for md in /sbin:/usr/sbin: No such file or directory /dev/ad8s1f: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad8s1f: clean, 214294022 free (173430 frags, 26765074 blocks, 0.1% fragmentation) /dev/mirror/gm0s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/mirror/gm0s1d: clean, 16121593 free (1441 frags, 2015019 blocks, 0.0% fragmentation) /dev/mirror/gm0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/mirror/gm0s2d: clean, 63140067 free (4187 frags, 7891985 blocks, 0.0% fragmentation) /dev/ad8s1e: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad8s1e: clean, 8049657 free (1169 frags, 1006061 blocks, 0.0% fragmentation) /dev/mirror/gm0s3d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/mirror/gm0s3d: clean, 84638779 free (1779 frags, 10579625 blocks, 0.0% fragmentation) /dev/ad8s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad8s1d: clean, 6625471 free (47 frags, 828178 blocks, 0.0% fragmentation) THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: mfs: md (/tmp) Unknown error; help! NEnter full pathname of shell or RETURN for /bin/sh: The problem is, I'm sure, is essentially identical to that described in, http://www.mail-archive.com/freebsd-current@freebsd.org/msg21675.html namely that the entry for the memory filesystem, /tmp, in /etc/fstab is confusing fsck. My /etc/fstab looks like, # cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad8s1b none swap sw 0 0 /dev/ad8s1a / ufs rw 1 1 md /tmp mfs rw,-s64m 2 2 /dev/ad8s1f /usr ufs rw 2 2 /dev/ad8s1e /var ufs rw 2 2 /dev/ad8s1d /var/tmp ufs rw 3 3 /dev/mirror/gm0s1d /svn ufs rw 2 2 /dev/mirror/gm0s2d /data ufs rw 2 2 /dev/mirror/gm0s3d /music ufs rw 2 2 I can get the system to boot quite happily by carrying on into single user mode and exiting, but I still get the same behaviour next reboot. Does anyone have any suggestions? Regards, Chris From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 18:16:14 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C90016A469 for ; Mon, 5 Nov 2007 18:16:14 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 8EB0E13C4B5 for ; Mon, 5 Nov 2007 18:16:13 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from doc.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Ip6AE-000GQJ-H1; Mon, 05 Nov 2007 20:55:06 +0300 To: Christopher Key References: <472F4C16.5020406@cam.ac.uk> From: Boris Samorodov Date: Mon, 05 Nov 2007 20:57:47 +0300 In-Reply-To: <472F4C16.5020406@cam.ac.uk> (Christopher Key's message of "Mon\, 05 Nov 2007 17\:00\:06 +0000") Message-ID: <99846340@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: fsck and memory filesytems (fsck_mfs: No such file or directory) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 18:16:14 -0000 On Mon, 05 Nov 2007 17:00:06 +0000 Christopher Key wrote: > I recently had a powercut to my FreeBSD home server, and I'm now > getting the following messages at startup: > Starting file system checks: > /dev/ad8s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS > /dev/ad8s1a: clean, 466797 free (2837 frags, 57995 blocks, 0.6% > fragmentation) > fsck: exec fsck_mfs for md in /sbin:/usr/sbin: No such file or directory > fsck: exec fsck_mfs for md in /sbin:/usr/sbin: No such file or directory > /dev/ad8s1f: FILE SYSTEM CLEAN; SKIPPING CHECKS > /dev/ad8s1f: clean, 214294022 free (173430 frags, 26765074 blocks, > 0.1% fragmentation) > /dev/mirror/gm0s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS > /dev/mirror/gm0s1d: clean, 16121593 free (1441 frags, 2015019 blocks, > 0.0% fragmentation) > /dev/mirror/gm0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS > /dev/mirror/gm0s2d: clean, 63140067 free (4187 frags, 7891985 blocks, > 0.0% fragmentation) > /dev/ad8s1e: FILE SYSTEM CLEAN; SKIPPING CHECKS > /dev/ad8s1e: clean, 8049657 free (1169 frags, 1006061 blocks, 0.0% > fragmentation) > /dev/mirror/gm0s3d: FILE SYSTEM CLEAN; SKIPPING CHECKS > /dev/mirror/gm0s3d: clean, 84638779 free (1779 frags, 10579625 blocks, > 0.0% fragmentation) > /dev/ad8s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS > /dev/ad8s1d: clean, 6625471 free (47 frags, 828178 blocks, 0.0% > fragmentation) > THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: > mfs: md (/tmp) > Unknown error; help! > NEnter full pathname of shell or RETURN for /bin/sh: > The problem is, I'm sure, is essentially identical to that described in, > http://www.mail-archive.com/freebsd-current@freebsd.org/msg21675.html > namely that the entry for the memory filesystem, /tmp, in /etc/fstab > is confusing fsck. My /etc/fstab looks like, > # cat /etc/fstab > # Device Mountpoint FStype Options Dump > Pass# > /dev/ad8s1b none swap sw 0 0 > /dev/ad8s1a / ufs rw 1 1 > md /tmp mfs rw,-s64m > 2 2 ^^^ [1] > /dev/ad8s1f /usr ufs rw 2 2 > /dev/ad8s1e /var ufs rw 2 2 > /dev/ad8s1d /var/tmp ufs rw 3 3 ^^^^^^^^^^ [2] > /dev/mirror/gm0s1d /svn ufs rw 2 2 > /dev/mirror/gm0s2d /data ufs rw 2 2 > /dev/mirror/gm0s3d /music ufs rw 2 2 > I can get the system to boot quite happily by carrying on into single > user mode and exiting, but I still get the same behaviour next reboot. > Does anyone have any suggestions? [1] According to man(5) fstab: ----- The sixth field, (fs_passno), is used by the fsck(8) program to determine the order in which file system checks are done at reboot time. The root file system should be specified with a fs_passno of 1, and other file systems should have a fs_passno of 2. File systems within a drive will be checked sequentially, but file systems on different drives will be checked at the same time to utilize parallelism available in the hard- ware. If the sixth field is not present or is zero, a value of zero is returned and fsck(8) will assume that the file system does not need to be checked. ----- Seems that you need to use "0" istead of "2". I'd say the same for the fifth field here. BTW, I can't find what does [2] mean (the values "3" here)... WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 18:20:19 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC33D16A418 for ; Mon, 5 Nov 2007 18:20:19 +0000 (UTC) (envelope-from freebsd-questions@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc5-cmbg1-0-0-cust497.cmbg.cable.ntl.com [86.6.1.242]) by mx1.freebsd.org (Postfix) with ESMTP id 6F06A13C4A5 for ; Mon, 5 Nov 2007 18:20:19 +0000 (UTC) (envelope-from freebsd-questions@slightlystrange.org) Received: by catflap.slightlystrange.org (Postfix, from userid 106) id 3B358614E; Mon, 5 Nov 2007 18:20:09 +0000 (GMT) Received: from torus.slightlystrange.org (torus.slightlystrange.org [10.1.3.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by catflap.slightlystrange.org (Postfix) with ESMTP id 215E7610E for ; Mon, 5 Nov 2007 18:20:08 +0000 (GMT) Received: (from danielby@localhost) by torus.slightlystrange.org (8.13.8/8.13.4/Submit) id lA5IK6mp068910 for questions@freebsd.org; Mon, 5 Nov 2007 18:20:06 GMT (envelope-from freebsd-questions@slightlystrange.org) Date: Mon, 5 Nov 2007 18:20:05 +0000 From: Daniel Bye To: questions@freebsd.org Message-ID: <20071105182005.GA98408@torus.slightlystrange.org> Mail-Followup-To: questions@freebsd.org References: <472F4C16.5020406@cam.ac.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <472F4C16.5020406@cam.ac.uk> User-Agent: Mutt/1.4.2.3i X-PGP-Fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A Cc: Subject: Re: fsck and memory filesytems (fsck_mfs: No such file or directory) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 18:20:19 -0000 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 05, 2007 at 05:00:06PM +0000, Christopher Key wrote: > The problem is, I'm sure, is essentially identical to that described in, >=20 > http://www.mail-archive.com/freebsd-current@freebsd.org/msg21675.html >=20 > namely that the entry for the memory filesystem, /tmp, in /etc/fstab is= =20 > confusing fsck. My /etc/fstab looks like, >=20 > # cat /etc/fstab > # Device Mountpoint FStype Options Dump = =20 > Pass# > /dev/ad8s1b none swap sw 0 0 > /dev/ad8s1a / ufs rw 1 1 > md /tmp mfs rw,-s64m = =20 > 2 2 > /dev/ad8s1f /usr ufs rw 2 2 > /dev/ad8s1e /var ufs rw 2 2 > /dev/ad8s1d /var/tmp ufs rw 3 3 > /dev/mirror/gm0s1d /svn ufs rw 2 2 > /dev/mirror/gm0s2d /data ufs rw 2 2 > /dev/mirror/gm0s3d /music ufs rw 2 2 >=20 > I can get the system to boot quite happily by carrying on into single=20 > user mode and exiting, but I still get the same behaviour next reboot. >=20 > Does anyone have any suggestions? mount_mfs(8), in the EXAMPLES section, says this: Create and mount a 32 megabyte swap-backed file system on /tmp: mdmfs -s 32m md /tmp The same file system created as an entry in /etc/fstab: md /tmp mfs rw,-s32m 2 0 Try setting the passno field (the last one) to 0, and see how that works. Dan --=20 Daniel Bye _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHL17Vixf5fBYiFmoRApQ6AJ9gyYl3UDkD/vdNKbciwDAiPMoRQgCgjrkW nAydS8+T7qRPVjpMYYAEBL0= =ybLT -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 18:56:13 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 484D316A41B for ; Mon, 5 Nov 2007 18:56:13 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-3.csi.cam.ac.uk (ppsw-3.csi.cam.ac.uk [131.111.8.133]) by mx1.freebsd.org (Postfix) with ESMTP id D83E613C48A for ; Mon, 5 Nov 2007 18:56:12 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from gw.cjkey.org.uk ([88.97.163.222]:2097 helo=[192.168.2.186]) by ppsw-3.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.153]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1Ip76R-0004SA-Ce (Exim 4.63) (return-path ); Mon, 05 Nov 2007 18:55:16 +0000 Message-ID: <472F66E7.2070103@cam.ac.uk> Date: Mon, 05 Nov 2007 18:54:31 +0000 From: Christopher Key User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Boris Samorodov References: <472F4C16.5020406@cam.ac.uk> <99846340@srv.sem.ipt.ru> In-Reply-To: <99846340@srv.sem.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: fsck and memory filesytems (fsck_mfs: No such file or directory) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 18:56:13 -0000 Boris Samorodov wrote: > On Mon, 05 Nov 2007 17:00:06 +0000 Christopher Key wrote: > > >> I recently had a powercut to my FreeBSD home server, and I'm now >> getting the following messages at startup: >> > > >> Starting file system checks: >> /dev/ad8s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS >> /dev/ad8s1a: clean, 466797 free (2837 frags, 57995 blocks, 0.6% >> fragmentation) >> fsck: exec fsck_mfs for md in /sbin:/usr/sbin: No such file or directory >> fsck: exec fsck_mfs for md in /sbin:/usr/sbin: No such file or directory >> /dev/ad8s1f: FILE SYSTEM CLEAN; SKIPPING CHECKS >> /dev/ad8s1f: clean, 214294022 free (173430 frags, 26765074 blocks, >> 0.1% fragmentation) >> /dev/mirror/gm0s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS >> /dev/mirror/gm0s1d: clean, 16121593 free (1441 frags, 2015019 blocks, >> 0.0% fragmentation) >> /dev/mirror/gm0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS >> /dev/mirror/gm0s2d: clean, 63140067 free (4187 frags, 7891985 blocks, >> 0.0% fragmentation) >> /dev/ad8s1e: FILE SYSTEM CLEAN; SKIPPING CHECKS >> /dev/ad8s1e: clean, 8049657 free (1169 frags, 1006061 blocks, 0.0% >> fragmentation) >> /dev/mirror/gm0s3d: FILE SYSTEM CLEAN; SKIPPING CHECKS >> /dev/mirror/gm0s3d: clean, 84638779 free (1779 frags, 10579625 blocks, >> 0.0% fragmentation) >> /dev/ad8s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS >> /dev/ad8s1d: clean, 6625471 free (47 frags, 828178 blocks, 0.0% >> fragmentation) >> THE FOLLOWING FILE SYSTEM HAD AN UNEXPECTED INCONSISTENCY: >> mfs: md (/tmp) >> Unknown error; help! >> NEnter full pathname of shell or RETURN for /bin/sh: >> > > > >> The problem is, I'm sure, is essentially identical to that described in, >> > > >> http://www.mail-archive.com/freebsd-current@freebsd.org/msg21675.html >> > > >> namely that the entry for the memory filesystem, /tmp, in /etc/fstab >> is confusing fsck. My /etc/fstab looks like, >> > > >> # cat /etc/fstab >> # Device Mountpoint FStype Options Dump >> Pass# >> /dev/ad8s1b none swap sw 0 0 >> /dev/ad8s1a / ufs rw 1 1 >> md /tmp mfs rw,-s64m >> 2 2 >> > ^^^ [1] > > >> /dev/ad8s1f /usr ufs rw 2 2 >> /dev/ad8s1e /var ufs rw 2 2 >> /dev/ad8s1d /var/tmp ufs rw 3 3 >> > ^^^^^^^^^^ [2] > >> /dev/mirror/gm0s1d /svn ufs rw 2 2 >> /dev/mirror/gm0s2d /data ufs rw 2 2 >> /dev/mirror/gm0s3d /music ufs rw 2 2 >> > > >> I can get the system to boot quite happily by carrying on into single >> user mode and exiting, but I still get the same behaviour next reboot. >> > > >> Does anyone have any suggestions? >> > > [1] According to man(5) fstab: > ----- > The sixth field, (fs_passno), is used by the fsck(8) program to determine > the order in which file system checks are done at reboot time. The root > file system should be specified with a fs_passno of 1, and other file > systems should have a fs_passno of 2. File systems within a drive will > be checked sequentially, but file systems on different drives will be > checked at the same time to utilize parallelism available in the hard- > ware. If the sixth field is not present or is zero, a value of zero is > returned and fsck(8) will assume that the file system does not need to be > checked. > ----- > > Seems that you need to use "0" istead of "2". I'd say the same for the > fifth field here. > > BTW, I can't find what does [2] mean (the values "3" here)... > > > WBR > Thanks Boris, Daniel, Setting the pass# to 0 for /tmp worked perfectly. The reason for having a pass# of 3 for /var/tmp was, to put it succinctly, because it was mounted within a filesystem with a pass# of 2. My understanding was that the fsck didn't start to check a filesystem with a pass# of n+1 until it had successfully checked all those with a pass# of n. I expected that you would always want to make sure that, before checking some filesystem, you ensured that its mount point was valid first, and hence gave it a greater pass# that the filesystem in which it gets mounted. Hence / having a pass# of 1, and /usr/ var etc having a pass# of 2. If anyone knows otherwise, I'd appreciate the correction. Regards, Chris From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 19:09:23 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7CEA16A418 for ; Mon, 5 Nov 2007 19:09:23 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 8BA5313C491 for ; Mon, 5 Nov 2007 19:09:23 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from srv.sem.ipt.ru ([192.168.12.1]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Ip7Jf-000HPV-MJ; Mon, 05 Nov 2007 22:08:55 +0300 To: Christopher Key References: <472F4C16.5020406@cam.ac.uk> <99846340@srv.sem.ipt.ru> <472F66E7.2070103@cam.ac.uk> From: Boris Samorodov Date: Mon, 05 Nov 2007 22:11:36 +0300 In-Reply-To: <472F66E7.2070103@cam.ac.uk> (Christopher Key's message of "Mon\, 05 Nov 2007 18\:54\:31 +0000") Message-ID: <17766375@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: fsck and memory filesytems (fsck_mfs: No such file or directory) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 19:09:23 -0000 On Mon, 05 Nov 2007 18:54:31 +0000 Christopher Key wrote: > Boris Samorodov wrote: > > On Mon, 05 Nov 2007 17:00:06 +0000 Christopher Key wrote: > > > >> # cat /etc/fstab > >> # Device Mountpoint FStype Options Dump > >> Pass# > >> /dev/ad8s1b none swap sw 0 0 > >> /dev/ad8s1a / ufs rw 1 1 > >> md /tmp mfs rw,-s64m > >> 2 2 > >> > > ^^^ [1] > > > > > >> /dev/ad8s1f /usr ufs rw 2 2 > >> /dev/ad8s1e /var ufs rw 2 2 > >> /dev/ad8s1d /var/tmp ufs rw 3 3 > >> > > ^^^^^^^^^^ [2] > > > >> /dev/mirror/gm0s1d /svn ufs rw 2 2 > >> /dev/mirror/gm0s2d /data ufs rw 2 2 > >> /dev/mirror/gm0s3d /music ufs rw 2 2 > > > >> I can get the system to boot quite happily by carrying on into single > >> user mode and exiting, but I still get the same behaviour next reboot. > > > >> Does anyone have any suggestions? > > > > [1] According to man(5) fstab: > > ----- > > The sixth field, (fs_passno), is used by the fsck(8) program to determine > > the order in which file system checks are done at reboot time. The root > > file system should be specified with a fs_passno of 1, and other file > > systems should have a fs_passno of 2. File systems within a drive will ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > be checked sequentially, but file systems on different drives will be ^^^^^^^^^^^^^^^^^^^^^^^ [*] > > checked at the same time to utilize parallelism available in the hard- > > ware. If the sixth field is not present or is zero, a value of zero is > > returned and fsck(8) will assume that the file system does not need to be > > checked. > > ----- > > > > Seems that you need to use "0" istead of "2". I'd say the same for the > > fifth field here. > > > > BTW, I can't find what does [2] mean (the values "3" here)... > > > Thanks Boris, Daniel, > Setting the pass# to 0 for /tmp worked perfectly. > The reason for having a pass# of 3 for /var/tmp was, to put it > succinctly, because it was mounted within a filesystem with a pass# of > 2. > My understanding was that the fsck didn't start to check a filesystem > with a pass# of n+1 until it had successfully checked all those with a > pass# of n. I expected that you would always want to make sure that, > before checking some filesystem, you ensured that its mount point was > valid first, and hence gave it a greater pass# that the filesystem in > which it gets mounted. Hence / having a pass# of 1, and /usr/ var etc > having a pass# of 2. > If anyone knows otherwise, I'd appreciate the correction. Let me point to the same lines of man(5) fstab. Please look at [*]. Sequentally (as one writes at a /etc/fstab file) within a drive, just it. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 19:11:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0914016A420 for ; Mon, 5 Nov 2007 19:11:40 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id 619A613C4B5 for ; Mon, 5 Nov 2007 19:11:39 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1596250wxd for ; Mon, 05 Nov 2007 11:11:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=SDMiVmPPuGfVoAnDnakPj2ut9pStmhOjMNW3dHGotNk=; b=cpX7meXsRRL+kSFKiT6uKDEzoQWSLuVdt4eJ1QeFYoojz2hhOhubH9lUOaYvpQ5b0irjNYe4/z+GJ+WhgKJySSRcFTrLz1ywGR+p8VSfZy3LhZW1tT6Vi7ROaSTboHwfqbdhKlI3DeJZ1KDOjraj4Wa144Z0IbRTUx3SHEeMhJA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=lAExYJPW/dnTn3bHn4bwOs6HXnfJvshjrZO70uGaj2pWAi7wwoglpFVyB2xNSMXPfP8tKSp535NXN0hRapKBDBGPDR2qCXGy5w3JQkt6p+dPjZm2Rh5I7EQ6iOG2+JFfjAoHQqlT3KFrvfbQUTuaA4JvLH8p7HJ0qB69iec2P8I= Received: by 10.70.32.2 with SMTP id f2mr8698634wxf.1194289892747; Mon, 05 Nov 2007 11:11:32 -0800 (PST) Received: from ?192.168.17.10? ( [67.190.229.42]) by mx.google.com with ESMTPS id i39sm17393567wxd.2007.11.05.11.11.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Nov 2007 11:11:31 -0800 (PST) Message-ID: <472F6AE2.8080608@gmail.com> Date: Mon, 05 Nov 2007 13:11:30 -0600 From: Jack Barnett User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) To: "Aryeh M. Friedman" References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EEDAD.4060409@gmail.com> In-Reply-To: <472EEDAD.4060409@gmail.com> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Donovan R. Palmer" , freebsd-questions@freebsd.org Subject: Re: portupgrade questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jackbarnett@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 19:11:40 -0000 Aryeh M. Friedman wrote: Here is a script I use to automate the procedure I posted in the previous reply: #!/bin/sh cd /usr/src csup ports-supfile csup standard-supfile cd patchs # optional ./apply # optional portupgrade -a ?? From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 19:48:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AD0716A417 for ; Mon, 5 Nov 2007 19:48:57 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id D511B13C4A3 for ; Mon, 5 Nov 2007 19:48:56 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 91A7B48183 for ; Mon, 5 Nov 2007 14:54:26 -0500 (EST) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTP id 3B203B83F for ; Mon, 5 Nov 2007 19:48:39 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Mon, 5 Nov 2007 19:48:35 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711051948.35173.lists-fbsd@shadypond.com> Subject: multiple autoconf versions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 19:48:57 -0000 I am running FreeBSD 6.2 and I discovered that I have four versions of autoconf installed. autoconf-2.13.000227_6 Automatically configure source code on many Un*x platforms autoconf-2.53_4 Automatically configure source code on many Un*x platforms autoconf-2.59_3 Automatically configure source code on many Un*x platforms autoconf-2.61_2 Automatically configure source code on many Un*x platforms Should I remove any of them? I know that in Linux, having more than one version of autoconf can cause problems, but I am not certain of what to do here. thanks From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 19:53:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CD9016A41B for ; Mon, 5 Nov 2007 19:53:35 +0000 (UTC) (envelope-from smurphy@calarts.edu) Received: from echo.calarts.edu (echo.calarts.edu [198.182.157.9]) by mx1.freebsd.org (Postfix) with ESMTP id D7E6C13C4B5 for ; Mon, 5 Nov 2007 19:53:34 +0000 (UTC) (envelope-from smurphy@calarts.edu) Received: from echo.calarts.edu (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 141BC101E3DA for ; Mon, 5 Nov 2007 19:37:39 +0000 (GMT) Received: from muse2.calarts.edu (muse2.calarts.edu [198.182.157.28]) by echo.calarts.edu (Email Security Appliance) with ESMTP id E2FEB1018C8D for ; Mon, 5 Nov 2007 19:37:38 +0000 (GMT) Received: from [172.19.0.148] (adm-19-0-148.dyn.calarts.edu [172.19.0.148] (may be forged)) (authenticated bits=0) by muse2.calarts.edu (8.13.3/8.13.3) with ESMTP id lA5JrIwR075431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 5 Nov 2007 11:53:18 -0800 (PST) (envelope-from smurphy@calarts.edu) Message-ID: <472F74A9.9090400@calarts.edu> Date: Mon, 05 Nov 2007 11:53:13 -0800 From: Sean Murphy User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) 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: Help Failing Disk 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, 05 Nov 2007 19:53:35 -0000 I have a FreeBSD 6.2 Release box with a single ide that has user data and the FreeBSD OS on a hard disk that is failing. I need advice on the best way to clone the entire disk (or at least the data) onto a larger ide disk drive, then pull the failing disk and replace it with the clone. What is the best way in FreeBSD to do that? Thanks From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 20:08:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C7CC16A417 for ; Mon, 5 Nov 2007 20:08:50 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3582913C48E for ; Mon, 5 Nov 2007 20:08:50 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 05 Nov 2007 15:08:37 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NZK82964; Mon, 5 Nov 2007 15:08:36 -0500 (EST) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 05 Nov 2007 16:07:25 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18223.30781.416430.720973@jerusalem.litteratus.org> Date: Mon, 5 Nov 2007 15:08:29 -0500 To: Pollywog In-Reply-To: <200711051948.35173.lists-fbsd@shadypond.com> References: <200711051948.35173.lists-fbsd@shadypond.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: freebsd-questions@freebsd.org Subject: multiple autoconf versions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 20:08:50 -0000 Pollywog writes: > I am running FreeBSD 6.2 and I discovered that I have four versions of > autoconf installed. > > autoconf-2.13.000227_6 Automatically configure source code on many Un*x > platforms > autoconf-2.53_4 Automatically configure source code on many Un*x platforms > autoconf-2.59_3 Automatically configure source code on many Un*x platforms > autoconf-2.61_2 Automatically configure source code on many Un*x platforms > > > Should I remove any of them? I know that in Linux, having more > than one version of autoconf can cause problems, but I am not > certain of what to do here. What I would do: 1) for each version, run "pkg_info -R " If this returns empty, it should be safe to delete. 2) for each remaining version, run "portupgrade -r " Warning: autoconf is required by automake, which is used by great heaping gobs of stuff. There is a minute possibility any upgrade will break something. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 20:15:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BB6816A418 for ; Mon, 5 Nov 2007 20:15:43 +0000 (UTC) (envelope-from elrap@web.de) Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by mx1.freebsd.org (Postfix) with ESMTP id E605813C4A7 for ; Mon, 5 Nov 2007 20:15:42 +0000 (UTC) (envelope-from elrap@web.de) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate01.web.de (Postfix) with ESMTP id 3F3E3ADC481E; Mon, 5 Nov 2007 21:15:25 +0100 (CET) Received: from [84.152.172.215] (helo=noname) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.108 #208) id 1Ip8M0-0005nM-00; Mon, 05 Nov 2007 21:15:25 +0100 From: Tino Engel Organization: Galileo Group AG To: freebsd-questions@freebsd.org Date: Mon, 5 Nov 2007 21:15:36 +0000 User-Agent: KMail/1.9.4 References: <200711050703.lA573V3q013117@banyan.cs.ait.ac.th> In-Reply-To: <200711050703.lA573V3q013117@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1293371.dWiIP0mgc4"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200711052115.44012.elrap@web.de> Sender: elrap@web.de X-Sender: elrap@web.de X-Provags-ID: V01U2FsdGVkX186U/OTYFG0n6ZrclJxQBgbD9FuROiyiC0yi3jO Y4d2Vnmdhv5rf8xP0vqUhn+58s8inrvOlz2S6uKNgLYSMNUtBU DPoRnus+g= Cc: Olivier Nicole Subject: Re: How to write a condition in Bourne shell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 20:15:43 -0000 --nextPart1293371.dWiIP0mgc4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline while [ $? -ne 0 -a $retry -gt 0 ] do ... done should do the work=20 Am Montag 05 November 2007 07:03 schrieb Olivier Nicole: > Hi, > > I am a lame Bourne sheel programmer, how to write: > > while [ ( $? -ne 0 ) -a ( $retry -gt 0 ) ] ; do > > that should execute as long as $? is not null and $retry is greater > than 0? > > TIA, > > Olivier > _______________________________________________ > 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" --nextPart1293371.dWiIP0mgc4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBHL4f/4xizT/jJ1lERAiM0AKC2wyA0LfFVf+nfcRhqS6ZInNVL6ACgvvew wdl9+qezn41toC0e7eAPKgA= =KLqW -----END PGP SIGNATURE----- --nextPart1293371.dWiIP0mgc4-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 20:17:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D5EC16A417 for ; Mon, 5 Nov 2007 20:17:17 +0000 (UTC) (envelope-from Peter.Uthoff@reuters.com) Received: from outbound4-sin-R.bigfish.com (outbound-sin.frontbridge.com [207.46.51.80]) by mx1.freebsd.org (Postfix) with ESMTP id 6B05813C4BC for ; Mon, 5 Nov 2007 20:17:15 +0000 (UTC) (envelope-from Peter.Uthoff@reuters.com) Received: from outbound4-sin.bigfish.com (localhost.localdomain [127.0.0.1]) by outbound4-sin-R.bigfish.com (Postfix) with ESMTP id 5A7E0441603 for ; Mon, 5 Nov 2007 20:16:33 +0000 (UTC) Received: from mail91-sin-R.bigfish.com (unknown [10.3.40.3]) by outbound4-sin.bigfish.com (Postfix) with ESMTP id 35A0C13D8050 for ; Mon, 5 Nov 2007 20:16:33 +0000 (UTC) Received: from mail91-sin (localhost.localdomain [127.0.0.1]) by mail91-sin-R.bigfish.com (Postfix) with ESMTP id 11BC712D810D for ; Mon, 5 Nov 2007 20:16:23 +0000 (UTC) X-BigFish: VP X-MS-Exchange-Organization-Antispam-Report: OrigIP: 167.206.189.56; Service: EHS Received: by mail91-sin (MessageSwitch) id 1194293781449005_8914; Mon, 5 Nov 2007 20:16:21 +0000 (UCT) Received: from hpgsmime04.rit.reuters.com (hpgsmime04.rit.reuters.com [167.206.189.56]) by mail91-sin.bigfish.com (Postfix) with ESMTP id DC393BD806A for ; Mon, 5 Nov 2007 20:16:18 +0000 (UTC) Received: from uspig2 (unverified [10.88.1.88]) by hpgsmime04.rit.reuters.com (Content Technologies SMTPRS 4.3.19) with ESMTP id ; Mon, 5 Nov 2007 20:16:35 +0000 Received: from HPGSMSXB02.amers.ime.reuters.com ([10.88.1.198]) by uspig2.hpg.ime.reuters.com (PMDF V6.2-1x9 #31185) with ESMTP id <0JR10025ZUZND8@uspig2.hpg.ime.reuters.com>; Mon, 05 Nov 2007 20:16:35 +0000 (GMT) Received: from STLSMSXM02.amers.ime.reuters.com ([10.91.10.139]) by HPGSMSXB02.amers.ime.reuters.com with Microsoft SMTPSVC (6.0.3790.1830); Mon, 05 Nov 2007 15:16:35 -0500 Date: Mon, 05 Nov 2007 14:16:33 -0600 From: Peter Uthoff In-reply-to: <472A44FF.2050506@riderway.com> To: "Philip M. Gollucci" Message-id: <05616E1516E61D4C9B338EA2C7DFD266367595@STLSMSXM02.amers.ime.reuters.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: quoted-printable Thread-Topic: Problem with Apache22 Thread-Index: Acgczk6FO7IXjD21TemoHR4I+MVM9gDE9ekw Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 05 Nov 2007 20:16:35.0392 (UTC) FILETIME=[C38FE400:01C81FE8] Cc: freebsd-questions@freebsd.org Subject: RE: Problem with Apache22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 20:17:17 -0000 Hi Philip, Here is the information you requested about the Apache problems I have on my server. Thanks for the help! (The dump is at the end) -------------------- # sysctl -h kern.sugid_coredump kern.sugid_coredump: 0 # sysctl -h kern.corefile kern.corefile: %N.core (No core files) -------------------- ldd /usr/local/sbin/httpd /usr/local/sbin/httpd: libaprutil-1.so.2 =3D> /usr/local/lib/libaprutil-1.so.2 (0x280c7000) libmysqlclient_r.so.15 =3D> /usr/local/lib/mysql/libmysqlclient_r.so.15 (0x280dd000) libm.so.4 =3D> /lib/libm.so.4 (0x28139000) libz.so.3 =3D> /lib/libz.so.3 (0x28152000) libexpat.so.6 =3D> /usr/local/lib/libexpat.so.6 (0x28163000) libiconv.so.3 =3D> /usr/local/lib/libiconv.so.3 (0x28181000) libapr-1.so.2 =3D> /usr/local/lib/libapr-1.so.2 (0x28276000) libcrypt.so.3 =3D> /lib/libcrypt.so.3 (0x28296000) libpthread.so.2 =3D> /lib/libpthread.so.2 (0x282ae000) libc.so.6 =3D> /lib/libc.so.6 (0x282d2000) ldd /usr/local/libexec/mysqld /usr/local/libexec/mysqld: libz.so.3 =3D> /lib/libz.so.3 (0x28448000) libwrap.so.4 =3D> /usr/lib/libwrap.so.4 (0x28459000) libcrypt.so.3 =3D> /lib/libcrypt.so.3 (0x28460000) libstdc++.so.5 =3D> /usr/lib/libstdc++.so.5 (0x28478000) libm.so.4 =3D> /lib/libm.so.4 (0x2854b000) libpthread.so.2 =3D> /lib/libpthread.so.2 (0x28564000) libc.so.6 =3D> /lib/libc.so.6 (0x28588000) ldd /usr/local/bin/php /usr/local/bin/php: libcrypt.so.3 =3D> /lib/libcrypt.so.3 (0x28265000) libm.so.4 =3D> /lib/libm.so.4 (0x2827d000) libxml2.so.5 =3D> /usr/local/lib/libxml2.so.5 (0x28296000) libz.so.3 =3D> /lib/libz.so.3 (0x283a3000) libiconv.so.3 =3D> /usr/local/lib/libiconv.so.3 (0x283b4000) libc.so.6 =3D> /lib/libc.so.6 (0x284a9000) -------------------- cd /var/db/pkg ; /bin/ls -1 apache* php5* mysql* mod_* apache-2.2.6_2: mysql-client-5.0.45_1: mysql-server-5.0.45_1: php5-5.2.4_1: php5-bcmath-5.2.4_1: php5-bz2-5.2.4_1: php5-calendar-5.2.4_1: php5-ctype-5.2.4_1: php5-curl-5.2.4_1: php5-dom-5.2.4_1: php5-extensions-1.1: php5-ftp-5.2.4_1: php5-gd-5.2.4_1: php5-gettext-5.2.4_1: php5-imap-5.2.4_1: php5-ldap-5.2.4_1: php5-mbstring-5.2.4_1: php5-mcrypt-5.2.4_1: php5-mhash-5.2.4_1: php5-mysql-5.2.4_1: php5-mysqli-5.2.4_1: php5-ncurses-5.2.4_1: php5-openssl-5.2.4_1: php5-pcre-5.2.4_1: php5-pdo-5.2.4_1: php5-posix-5.2.4_4: php5-session-5.2.4_1: php5-shmop-5.2.4_1: php5-simplexml-5.2.4_1: php5-soap-5.2.4_1: php5-spl-5.2.4_1: php5-sqlite-5.2.4_1: php5-xml-5.2.4_1: php5-xmlreader-5.2.4_1: php5-xmlrpc-5.2.4_1: php5-xmlwriter-5.2.4_1: php5-zlib-5.2.4_1: -------------------- cat /var/db/ports/apache22/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for apache-2.2.6_2 _OPTIONS_READ=3Dapache-2.2.6_2 WITHOUT_APR_FROM_PORTS=3Dtrue WITHOUT_THREADS=3Dtrue WITH_MYSQL=3Dtrue WITHOUT_PGSQL=3Dtrue WITHOUT_SQLITE=3Dtrue WITHOUT_IPV6=3Dtrue WITHOUT_PCRE_FROM_PORTS=3Dtrue WITH_AUTH_BASIC=3Dtrue WITH_AUTH_DIGEST=3Dtrue WITH_AUTHN_FILE=3Dtrue WITHOUT_AUTHN_DBD=3Dtrue WITH_AUTHN_DBM=3Dtrue WITH_AUTHN_ANON=3Dtrue WITH_AUTHN_DEFAULT=3Dtrue WITH_AUTHN_ALIAS=3Dtrue WITH_AUTHZ_HOST=3Dtrue WITH_AUTHZ_GROUPFILE=3Dtrue WITH_AUTHZ_USER=3Dtrue WITH_AUTHZ_DBM=3Dtrue WITH_AUTHZ_OWNER=3Dtrue WITH_AUTHZ_DEFAULT=3Dtrue WITH_CACHE=3Dtrue WITH_DISK_CACHE=3Dtrue WITH_FILE_CACHE=3Dtrue WITHOUT_MEM_CACHE=3Dtrue WITH_DAV=3Dtrue WITH_DAV_FS=3Dtrue WITHOUT_BUCKETEER=3Dtrue WITHOUT_CASE_FILTER=3Dtrue WITHOUT_CASE_FILTER_IN=3Dtrue WITHOUT_EXT_FILTER=3Dtrue WITHOUT_LOG_FORENSIC=3Dtrue WITHOUT_OPTIONAL_HOOK_EXPORT=3Dtrue WITHOUT_OPTIONAL_HOOK_IMPORT=3Dtrue WITHOUT_OPTIONAL_FN_IMPORT=3Dtrue WITHOUT_OPTIONAL_FN_EXPORT=3Dtrue WITHOUT_LDAP=3Dtrue WITHOUT_AUTHNZ_LDAP=3Dtrue WITH_ACTIONS=3Dtrue WITH_ALIAS=3Dtrue WITH_ASIS=3Dtrue WITH_AUTOINDEX=3Dtrue WITH_CERN_META=3Dtrue WITH_CGI=3Dtrue WITH_CHARSET_LITE=3Dtrue WITHOUT_DBD=3Dtrue WITH_DEFLATE=3Dtrue WITH_DIR=3Dtrue WITH_DUMPIO=3Dtrue WITH_ENV=3Dtrue WITH_EXPIRES=3Dtrue WITH_HEADERS=3Dtrue WITH_IMAGEMAP=3Dtrue WITH_INCLUDE=3Dtrue WITH_INFO=3Dtrue WITH_LOG_CONFIG=3Dtrue WITH_LOGIO=3Dtrue WITH_MIME=3Dtrue WITH_MIME_MAGIC=3Dtrue WITH_NEGOTIATION=3Dtrue WITH_REWRITE=3Dtrue WITH_SETENVIF=3Dtrue WITH_SPELING=3Dtrue WITH_STATUS=3Dtrue WITH_UNIQUE_ID=3Dtrue WITH_USERDIR=3Dtrue WITH_USERTRACK=3Dtrue WITH_VHOST_ALIAS=3Dtrue WITH_FILTER=3Dtrue WITH_VERSION=3Dtrue WITHOUT_PROXY=3Dtrue WITHOUT_PROXY_CONNECT=3Dtrue WITHOUT_PROXY_FTP=3Dtrue WITHOUT_PROXY_HTTP=3Dtrue WITHOUT_PROXY_AJP=3Dtrue WITHOUT_PROXY_BALANCER=3Dtrue WITH_SSL=3Dtrue WITHOUT_SUEXEC=3Dtrue WITHOUT_CGID=3Dtrue -------------------- 84893 httpd RET break 0 84893 httpd CALL open(0x2888445b,0,0) 84893 httpd NAMI "/dev/urandom" 84893 httpd RET open 24/0x18 84893 httpd CALL read(0x18,0xbfbfe16c,0x4) 84893 httpd GIO fd 24 read 4 bytes 0x0000 868a afe9 |....| 84893 httpd RET read 4 84893 httpd CALL close(0x18) 84893 httpd RET close 0 84893 httpd CALL open(0x2888445b,0,0) 84893 httpd NAMI "/dev/urandom" 84893 httpd RET open 24/0x18 84893 httpd CALL read(0x18,0xbfbfe16c,0x4) 84893 httpd GIO fd 24 read 4 bytes 0x0000 ed69 b9c3 |.i..| 84893 httpd RET read 4 84893 httpd CALL close(0x18) 84893 httpd RET close 0 84893 httpd CALL open(0x2888445b,0,0) 84893 httpd NAMI "/dev/urandom" 84893 httpd RET open 24/0x18 84893 httpd CALL read(0x18,0xbfbfe16c,0x4) 84893 httpd GIO fd 24 read 4 bytes 0x0000 dd05 911b |....| 84893 httpd RET read 4 84893 httpd CALL close(0x18) 84893 httpd RET close 0 84893 httpd CALL sigprocmask(0x1,0,0xbfbfe21c) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0,0x80a411c) 84893 httpd RET sigprocmask 0 84893 httpd CALL setitimer(0x2,0xbfbfe1b0,0) 84893 httpd RET setitimer 0 84893 httpd CALL writev(0x17,0xbfbfe170,0x1) 84893 httpd GIO fd 23 wrote 5 bytes "0\r \r " 84893 httpd RET writev 5 84893 httpd CALL read(0x17,0x835b028,0x1f40) 84893 httpd RET read -1 errno 35 Resource temporarily unavailable 84893 httpd CALL write(0xe,0x835b768,0x238) 84893 httpd GIO fd 14 wrote 568 bytes "84.90.129.211 - - [01/Nov/2007:17:19:04 -0500] "GET /portal/book/fan_f\ iction HTTP/1.1" 200 35240 "http://images.google.pt/imgres?imgurl=3Dhttp\ = ://www.vampyres.ca/portal/uploads/art_bathory.jpg&imgrefurl=3Dhttp://www\ = .vampyres.ca/portal/book/fan_fiction&h=3D333&w=3D250&sz=3D13&hl=3Den&start= =3D20&\ = um=3D1&tbnid=3DHE2KMQvpR9LbRM:&tbnh=3D119&tbnw=3D89&prev=3D/images%3Fq%3Del= izabe\ = th%2Bbathory%26svnum%3D10%26um%3D1%26hl%3Den%26client%3Dfirefox-a%26ch\ annel%3Ds%26rls%3Dorg.mozilla:pt-PT:official%26sa%3DN" "Mozilla/5.0 (W\ indows; U; Windows NT 5.1; pt-PT; rv:1.8.1.8) Gecko/20071008 Firefox/2\ .0.0.8" " 84893 httpd RET write 568/0x238 84893 httpd CALL poll(0xbfbfe350,0x1,0x1388) 84893 httpd RET poll 1 84893 httpd CALL read(0x17,0x98f9028,0x1f40) 84893 httpd RET read -1 errno 54 Connection reset by peer 84893 httpd CALL gettimeofday(0xbfbfe570,0) 84893 httpd RET gettimeofday 0 84893 httpd CALL shutdown(0x17,0x1) 84893 httpd RET shutdown -1 errno 22 Invalid argument 84893 httpd CALL close(0x17) 84893 httpd RET close 0 84893 httpd CALL read(0x4,0xbfbfe683,0x1) 84893 httpd RET read -1 errno 35 Resource temporarily unavailable 84893 httpd CALL accept(0x3,0x83550e8,0x83550d4) 84893 httpd RET accept 23/0x17 84893 httpd CALL getsockname(0x17,0x83550b0,0x835509c) 84893 httpd RET getsockname 0 84893 httpd CALL fcntl(0x17,0x3,0) 84893 httpd RET fcntl 2 84893 httpd CALL fcntl(0x17,0x4,0x6) 84893 httpd RET fcntl 0 84893 httpd CALL read(0x17,0x8372028,0x1f40) 84893 httpd GIO fd 23 read 146 bytes "GET / HTTP/1.0\r User-Agent: Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 \ PHP/5.2.4 with Suhosin-Patch (internal dummy connection)\r \r " 84893 httpd RET read 146/0x92 84893 httpd CALL gettimeofday(0xbfbfe570,0) 84893 httpd RET gettimeofday 0 84893 httpd CALL stat(0x83650a0,0xbfbfe400) 84893 httpd NAMI "/usr/local/www/apache22/data/cpstock/" 84893 httpd RET stat 0 84893 httpd CALL open(0x8365690,0,0) 84893 httpd NAMI "/usr/local/www/apache22/data/.htaccess" 84893 httpd RET open -1 errno 2 No such file or directory 84893 httpd CALL open(0x8365738,0,0) 84893 httpd NAMI "/usr/local/www/apache22/data/cpstock/.htaccess" 84893 httpd RET open -1 errno 2 No such file or directory 84893 httpd CALL stat(0x98f9be0,0xbfbfe310) 84893 httpd NAMI "/usr/local/www/apache22/data/cpstock/index.html" 84893 httpd RET stat 0 84893 httpd CALL sigprocmask(0x1,0,0xbfbfe48c) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0,0x80a411c) 84893 httpd RET sigprocmask 0 84893 httpd CALL getpid 84893 httpd RET getpid 84893/0x14b9d 84893 httpd CALL open(0x98f9be0,0,0) 84893 httpd NAMI "/usr/local/www/apache22/data/cpstock/index.html" 84893 httpd RET open 24/0x18 84893 httpd CALL mmap(0,0xd7,0x1,0x1,0x18,0,0,0) 84893 httpd RET mmap 674996224/0x283ba000 84893 httpd CALL writev(0x17,0xbfbfe280,0x2) 84893 httpd GIO fd 23 wrote 528 bytes "HTTP/1.1 200 OK\r Date: Thu, 01 Nov 2007 22:20:20 GMT\r Server: Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 PHP/\ 5.2.4 with Suhosin-Patch\r Last-Modified: Sun, 01 Apr 2007 17:12:11 GMT\r ETag: "685239-d7-348990c0"\r Accept-Ranges: bytes\r Content-Length: 215\r Connection: close\r Content-Type: text/html\r \r Coming Soon! =

A new generation of stock photographers.
Winter 2006. " 84893 httpd RET writev 528/0x210 84893 httpd CALL munmap(0x283ba000,0xd7) 84893 httpd RET munmap 0 84893 httpd CALL write(0xf,0x835f780,0xbd) 84893 httpd GIO fd 15 wrote 189 bytes "127.0.0.1 - - [01/Nov/2007:17:20:20 -0500] "GET / HTTP/1.0" 200 215 "-\ " "Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 PHP/5.2.4\ with Suhosin-Patch (internal dummy connection)" " 84893 httpd RET write 189/0xbd 84893 httpd CALL shutdown(0x17,0x1) 84893 httpd RET shutdown 0 84893 httpd CALL poll(0xbfbfe410,0x1,0x7d0) 84893 httpd RET poll 1 84893 httpd CALL read(0x17,0xbfbfe480,0x200) 84893 httpd GIO fd 23 read 0 bytes "" 84893 httpd RET read 0 84893 httpd CALL close(0x17) 84893 httpd RET close 0 84893 httpd CALL read(0x4,0xbfbfe683,0x1) 84893 httpd GIO fd 4 read 1 byte "!" 84893 httpd RET read 1 84893 httpd CALL close(0x18) 84893 httpd RET close 0 84893 httpd CALL close(0x16) 84893 httpd RET close 0 84893 httpd CALL close(0x15) 84893 httpd RET close 0 84893 httpd CALL close(0x14) 84893 httpd RET close 0 84893 httpd CALL gettimeofday(0xbfbfe460,0) 84893 httpd RET gettimeofday 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x2934f000,0x16000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x292e9000,0xb000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x292f4000,0x5b000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x2909c000,0x52000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x290ee000,0x51000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x2913f000,0x66000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x291a5000,0xe5000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x2928a000,0xf000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x29299000,0x22000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x292bb000,0x1e000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x292d9000,0x3000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x292dc000,0x5000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x292e1000,0x8000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x29092000,0xa000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x2908c000,0x6000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x2906d000,0x1f000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x29067000,0x6000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x2905a000,0x4000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x2905e000,0x9000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x29048000,0x12000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x29009000,0x8000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x29011000,0x30000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x29041000,0x7000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28e4b000,0x1be000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28d37000,0x14000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28e05000,0x24000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28dc0000,0x45000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28db7000,0x9000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28db0000,0x7000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28d9e000,0x12000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28d4b000,0x10000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x28d5b000,0x4000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x28d5f000,0x3f000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28e29000,0x22000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28d34000,0x3000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28cf3000,0xc000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x28cff000,0x35000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28cef000,0x4000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28cad000,0x9000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x28cb6000,0x2e000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x28ce4000,0xb000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28ca7000,0x6000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28c6a000,0x3000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x28c6d000,0x3a000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28c4d000,0x5000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x28c5b000,0xf000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28c44000,0x9000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28c3f000,0x5000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28c38000,0x7000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x28a0a000,0x15000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x28a1f000,0xeb000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x28b0a000,0x7000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x28b11000,0x2f000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x28b40000,0xf8000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x289ef000,0xf000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x289c1000,0x8000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x289c9000,0x26000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x289b1000,0x3000) 84893 httpd RET munmap 0 84893 httpd CALL munmap(0x289b4000,0xd000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL sigprocmask(0x1,0x280ba5c0,0xbfbfe4b0) 84893 httpd RET sigprocmask 0 84893 httpd CALL munmap(0x289fe000,0xc000) 84893 httpd RET munmap 0 84893 httpd CALL sigprocmask(0x3,0x280ba5d0,0) 84893 httpd RET sigprocmask 0 84893 httpd CALL close(0x13) 84893 httpd RET close 0 84893 httpd CALL close(0x5) 84893 httpd RET close 0 84893 httpd CALL close(0x4) 84893 httpd RET close 0 84893 httpd CALL exit(0) = -----Original Message----- From: Philip M. Gollucci [mailto:pgollucci@riderway.com] = Sent: Thursday, November 01, 2007 4:29 PM To: Peter Uthoff Cc: freebsd-questions@freebsd.org Subject: Re: Problem with Apache22 >Peter Uthoff wrote: >10:45:11 kernel: pid 66395 (httpd), uid 80: exited on signal 4 Oct 25 Can you provide either an strace or ktrace/kdump output from one of the children. Just attached to one let it die, then send the last 500 lines or so of the output. You probably have core dumps somewhere too -- a backtrace might be helpful. Do you threading libraries match across the board for all software (aka use ldd). sysctls: kern.sugid_coredump=3D1 kern.corefile=3Dcore.%N.%P also, cd /var/db/pkg ; /bin/ls -1 apache* php5* mysql* mod_* >I don't believe the 'busy' message is accurate. Correct. >The sad part is that these all show no errors in their logs even with = >them turned up to debug level Thats because the error is happening before the parent hands off the request to the child. This output might be helpful to others cat /var/db/ports/apache22/options Finally, Some snippets from the httpd.conf such as loaded modules and other custom/non default things you have as well. ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.749.9295x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. This email was sent to you by Reuters, the global news and information comp= any. = To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, = except where the sender specifically states them to be the views of Reuters= Limited. Reuters Limited is part of the Reuters Group of companies, of which Reuters= Group PLC is the ultimate parent company. Reuters Group PLC - Registered office address: The Reuters Building, South = Colonnade, Canary Wharf, London E14 5EP, United Kingdom Registered No: 3296375 Registered in England and Wales From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 20:19:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98E5B16A468 for ; Mon, 5 Nov 2007 20:19:07 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5A0BF13C4A3 for ; Mon, 5 Nov 2007 20:19:07 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay3.lanl.gov (mailrelay3.lanl.gov [128.165.4.104]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA5KItT5007011; Mon, 5 Nov 2007 13:18:55 -0700 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay3.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA5KIsq4029467; Mon, 5 Nov 2007 13:18:54 -0700 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id 9DF201F8002; Mon, 5 Nov 2007 13:18:49 -0700 (MST) From: James To: Pollywog In-Reply-To: <200711051948.35173.lists-fbsd@shadypond.com> References: <200711051948.35173.lists-fbsd@shadypond.com> Organization: Los Alamos National Laboratories Date: Mon, 05 Nov 2007 14:19:35 +0000 Message-Id: <1194272375.44119.0.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: multiple autoconf versions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 20:19:07 -0000 On Mon, 2007-11-05 at 19:48 +0000, Pollywog wrote: > I am running FreeBSD 6.2 and I discovered that I have four versions of > autoconf installed. > > autoconf-2.13.000227_6 Automatically configure source code on many Un*x > platforms > autoconf-2.53_4 Automatically configure source code on many Un*x platforms > autoconf-2.59_3 Automatically configure source code on many Un*x platforms > autoconf-2.61_2 Automatically configure source code on many Un*x platforms > > > Should I remove any of them? I know that in Linux, having more than one > version of autoconf can cause problems, but I am not certain of what to do > here. > > 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" Reading /usr/ports/UPDATING says that yes, you *can*, but whether you *should* is another issue. I had a machine, though, that was crapping out on portupgrades, for which removing old versions of autoconf made things simpler to resolve. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 20:20:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE0C916A478 for ; Mon, 5 Nov 2007 20:20:33 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7C013C480 for ; Mon, 5 Nov 2007 20:20:33 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay3.lanl.gov (mailrelay3.lanl.gov [128.165.4.104]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA5KKOIu007340; Mon, 5 Nov 2007 13:20:24 -0700 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay3.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA5KKL2m030030; Mon, 5 Nov 2007 13:20:21 -0700 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id B4D451F8004; Mon, 5 Nov 2007 13:20:11 -0700 (MST) From: James To: Sean Murphy In-Reply-To: <472F74A9.9090400@calarts.edu> References: <472F74A9.9090400@calarts.edu> Organization: Los Alamos National Laboratories Date: Mon, 05 Nov 2007 14:20:57 +0000 Message-Id: <1194272457.44119.3.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Help Failing Disk Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 20:20:33 -0000 On Mon, 2007-11-05 at 11:53 -0800, Sean Murphy wrote: > I have a FreeBSD 6.2 Release box with a single ide that has user data > and the FreeBSD OS on a hard disk that is failing. I need advice on the > best way to clone the entire disk (or at least the data) onto a larger > ide disk drive, then pull the failing disk and replace it with the > clone. What is the best way in FreeBSD to do that? > > Thanks The best way is to do it regularly before the hard drive is failing. Given that you haven't done that, there're a few methods. I'm a big fan of rsync, which is the nectar of the gods, but a lot of folks seem to prefer dd for this kind of thing. There was a thread not long ago about how best to duplicate a drive. James From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 20:51:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76FDB16A468 for ; Mon, 5 Nov 2007 20:51:05 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 0B67F13C49D for ; Mon, 5 Nov 2007 20:51:04 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.13.8) with ESMTP id lA5KohdT068436; Mon, 5 Nov 2007 14:50:43 -0600 (CST) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20071105144706.02475a70@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 05 Nov 2007 14:50:03 -0600 To: Sean Murphy , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <472F74A9.9090400@calarts.edu> References: <472F74A9.9090400@calarts.edu> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Help Failing Disk 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, 05 Nov 2007 20:51:05 -0000 At 01:53 PM 11/5/2007, Sean Murphy wrote: >I have a FreeBSD 6.2 Release box with a single ide that has user data and >the FreeBSD OS on a hard disk that is failing. I need advice on the best >way to clone the entire disk (or at least the data) onto a larger ide disk >drive, then pull the failing disk and replace it with the clone. What is >the best way in FreeBSD to do that? > >Thanks If you buy a new disk most disk manufacturer's have cloning software. However if you are having media failure errors it can be difficult to get the data off. You may be able to just get the data you need off this disk by copying to a new disk, or top tape, or a usb disk. If you know what data you need like: /etc /usr/local/etc /usr/local/data you may be better to just copy those trees off. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 20:51:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CBAA16A5E3 for ; Mon, 5 Nov 2007 20:51:12 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 96F7913C48E for ; Mon, 5 Nov 2007 20:51:10 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id lA5Kp02o019630; Mon, 5 Nov 2007 13:51:00 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id lA5Kp0Pv019627; Mon, 5 Nov 2007 13:51:00 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 5 Nov 2007 13:51:00 -0700 (MST) From: Warren Block To: Pollywog In-Reply-To: <200711051948.35173.lists-fbsd@shadypond.com> Message-ID: <20071105135029.C19602@wonkity.com> References: <200711051948.35173.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Mon, 05 Nov 2007 13:51:00 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: multiple autoconf versions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 20:51:13 -0000 On Mon, 5 Nov 2007, Pollywog wrote: > I am running FreeBSD 6.2 and I discovered that I have four versions of > autoconf installed. > > autoconf-2.13.000227_6 Automatically configure source code on many Un*x > platforms > autoconf-2.53_4 Automatically configure source code on many Un*x platforms > autoconf-2.59_3 Automatically configure source code on many Un*x platforms > autoconf-2.61_2 Automatically configure source code on many Un*x platforms > > > Should I remove any of them? I know that in Linux, having more than one > version of autoconf can cause problems, but I am not certain of what to do > here. >From /usr/ports/UPDATING: 20070930: AFFECTS: everyone AUTHOR: Mark Linimon The ports tree has been migrated to the latest version of autoconf, 2.61. Versions 2.53 and 2.59 were declared obsolete and removed. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 20:53:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B57D016A41A for ; Mon, 5 Nov 2007 20:53:42 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 68D1813C48E for ; Mon, 5 Nov 2007 20:53:42 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id lA5KrXtk019646; Mon, 5 Nov 2007 13:53:33 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id lA5KrXDk019643; Mon, 5 Nov 2007 13:53:33 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 5 Nov 2007 13:53:33 -0700 (MST) From: Warren Block To: Sean Murphy In-Reply-To: <472F74A9.9090400@calarts.edu> Message-ID: <20071105135312.C19602@wonkity.com> References: <472F74A9.9090400@calarts.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Mon, 05 Nov 2007 13:53:33 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: Help Failing Disk 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, 05 Nov 2007 20:53:42 -0000 On Mon, 5 Nov 2007, Sean Murphy wrote: > I have a FreeBSD 6.2 Release box with a single ide that has user data and the > FreeBSD OS on a hard disk that is failing. I need advice on the best way to > clone the entire disk (or at least the data) onto a larger ide disk drive, > then pull the failing disk and replace it with the clone. What is the best > way in FreeBSD to do that? http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW-HUGE-DISK -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 20:55:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 567D916A468 for ; Mon, 5 Nov 2007 20:55:29 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.176]) by mx1.freebsd.org (Postfix) with ESMTP id E9A3813C4B3 for ; Mon, 5 Nov 2007 20:55:28 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by el-out-1112.google.com with SMTP id s27so349327ele for ; Mon, 05 Nov 2007 12:55:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=JJkTkD4A0o3QiiXmyZDhPUfrgRtbId9IKrAwllRPdjo=; b=Zt/avS1BIHoVIXpCxG3zIIaXU2pAq+Tf5OWlWnyr80XVMvR8M0Mi7pcBP2TuCuCcnb7q+jQRYGKorq5AwkCja0S/vKvWwSFUY8k2OTpGDZPYM/ZEpig/lf/38RbkTj2XW27FQN19rsY9YmSFMdexWO916+e5i/fs8TcnAIs8SO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WStpX7eQr7K1R79ZaW6g1cgGNfSfqqgGWjGOVhgIbaC/cASi3JWJb0we55g6GVqcZzY7FYn9UEFq5zI/zqCNDTE3mP/3l6wVnPXCpDb+ulXb0AI60GQC1LIrwrko54ZpsxZFYKI36W0YVxMVbakDCiOz2KetO5RUKKJ2lpnbiKw= Received: by 10.142.241.10 with SMTP id o10mr1278330wfh.1194296116661; Mon, 05 Nov 2007 12:55:16 -0800 (PST) Received: by 10.142.213.2 with HTTP; Mon, 5 Nov 2007 12:55:16 -0800 (PST) Message-ID: <105fa37b0711051255t10d37db6rea46392e62ffb354@mail.gmail.com> Date: Mon, 5 Nov 2007 15:55:16 -0500 From: "Hakan K" To: "Derek Ragona" In-Reply-To: <6.0.0.22.2.20071105144706.02475a70@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <472F74A9.9090400@calarts.edu> <6.0.0.22.2.20071105144706.02475a70@mail.computinginnovations.com> Cc: Sean Murphy , freebsd-questions@freebsd.org Subject: Re: Help Failing Disk 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, 05 Nov 2007 20:55:29 -0000 Try to connect the bad one as a secondary HD to get the data if u can not clone it.. Thanks Hakan http://dominor.com On Nov 5, 2007 3:50 PM, Derek Ragona wrote: > At 01:53 PM 11/5/2007, Sean Murphy wrote: > >I have a FreeBSD 6.2 Release box with a single ide that has user data and > >the FreeBSD OS on a hard disk that is failing. I need advice on the best > >way to clone the entire disk (or at least the data) onto a larger ide disk > >drive, then pull the failing disk and replace it with the clone. What is > >the best way in FreeBSD to do that? > > > >Thanks > > If you buy a new disk most disk manufacturer's have cloning > software. However if you are having media failure errors it can be > difficult to get the data off. You may be able to just get the data you > need off this disk by copying to a new disk, or top tape, or a usb > disk. If you know what data you need like: /etc /usr/local/etc > /usr/local/data you may be better to just copy those trees off. > > -Derek > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their support. > > _______________________________________________ > 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 Nov 5 20:56:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DA5816A46E for ; Mon, 5 Nov 2007 20:56:04 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by mx1.freebsd.org (Postfix) with ESMTP id 2249513C4BF for ; Mon, 5 Nov 2007 20:56:04 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1434954rvb for ; Mon, 05 Nov 2007 12:55:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=G6/o5t+oGR9eR4MyPq99vFkLJ7c/vTRZs42zYaIagI8=; b=GxOoeBAB+EJhF987S/OL6pxDtMK2NAD253NfvhO5r8CZlgybcFSzTFz+IE+vG0fNSO+phlHeISJSArz0UkBJW0vQJJck78LpgV3ghakESg1xkKz49WSgF9siUf4Yrh7xxb1QALWLAa9cQkQuObJGwRbv6a7PLqtgXRgy0IRHseo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RmDuzOfnNwwzs7zFVRn0wcRluXQnVF6XiyQc4ll4dZeVK2qaheU0VCU6ljqDGYso892Sfc45SHXOLFTpMJUvUP9pXLt+xanp8kvoq3KUF8n5NeBJzAqQjt9AIispGZr8+VhduHFG+9XMYL8tpxj9qGdfatV9tFy6b5oJrqQkFBE= Received: by 10.141.162.16 with SMTP id p16mr2412590rvo.1194296156517; Mon, 05 Nov 2007 12:55:56 -0800 (PST) Received: by 10.141.142.18 with HTTP; Mon, 5 Nov 2007 12:55:56 -0800 (PST) Message-ID: <54db43990711051255q62f9f2edue02c05589cebea63@mail.gmail.com> Date: Mon, 5 Nov 2007 15:55:56 -0500 From: "Bob Johnson" To: "Aryeh M. Friedman" In-Reply-To: <472ED17A.7050001@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <472ED17A.7050001@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: ipv6 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: Mon, 05 Nov 2007 20:56:04 -0000 On 11/5/07, Aryeh M. Friedman wrote: > I want to set my machine up to be on both IPv4 and IPv6. I have read > the stuff on 6over4 and such and still a little confused on a few things: > > 1. The machine I want to do the tunneling on is behind a NAT'ed firewall > how do I reliabelly obtain the external IP of the firewall (dhcp > assigned from cable company)? Probably the easiest method is to go to a web site that tells you what IP you are coming from, e.g. http://www.go6.net (just below the top banner). Or if you log in to your firewall it will be able to tell you its external IP number. > > 2. If the machine I want to do the tunneling with is the DMZ host for > the above FW do I need to add anything special to the FW's routing tables? 6to4 tunneling uses IP protocol type 41, so you need to tell your FW to permit protocol 41 traffic. TCP, UDP, ICMP, etc. are all different protocol types, so the syntax used to allow TCP traffic might work if you use "41" instead of "TCP". You may also need a way to tell your firewall to route all protocol 41 traffic to your IPv6 gateway system so it can receive all of your incoming IPv6 traffic. > > 3. I am a little confused on how to pick the other end of the tunnel and > how do I configure it once the first 2 items are solved?... The > confusion comes from how is an arbitary (by me [with in the restrictions > in stf(4)]) selected IPv6 IP supposed to be routable when IPv4 forces > me to use the one assigned to me by my upstream router? Pick the tunnel with the least delay! The other restrictions only mean that if you have more than one IPv6 system on your local network, they must have unique IPv6 addresses. At least, I think that's what they mean. This is the part of IPv6 over IPv4 that I haven't directly experimented with yet, so I can tell you what I think I understand, not what I've proven I understand, but here it is: You will run stf(4) on only one system on your LAN. That system becomes your gateway to the IPv6 world. Other systems on your LAN get other IPv6 addresses, all with the same initial 48 bits (I.E. they all use the same IPv4 address to construct their IPv6 address, but the rest of the address has to be different for each system in your LAN). Outside systems will send traffic for your LAN to the gateway system (the one running stf) and it will forward it accordingly. You will need to tell the stf system that it is supposed to perform that role, which for FreeBSD I think is accomplished by adding rtadvd_enable="YES" to /etc/rc.conf. You may (or may not) find it informative to read rtadvd(8). On all the other systems in your LAN, you just need to enable IPv6, and they will talk to rtadvd and configure themselves appropriately. At least, that's my understanding. So far I have not used stf -- instead I have used tunneling via the gw6c client and Freenet6 (i.e. http://www.go6.net). First install the net/gateway6 port. Edit /usr/local/etc/gw6c.conf and change the appropriate parts for an anonymous connection (the comments explain them - in fact that may be the default). Also set gw6c.conf so your system will be a router if you have other IPv6 systems on your LAN. Then run gw6c and it will set up the tunnel, and run rtadvd for you if appropriate. That should be all you have to do. Again, this is needed only on your gateway system, so all the other systems on your network need only have IPv6 enabled. It should also be obvious that both of these methods completely bypass your existing IPv4 firewall, so every system on your LAN will have unfirewalled exposure to the Internet, unless you run an IPv6 firewall as well. One advantage of using gw6c is that it can build a tunnel over protocol 41, over TCP, or over UDP. So if your firewall prevents you from getting a 6to4/stf tunnel working, try gw6c. I also found it easier to set up than figuring out what I needed to make stf work, but I'm about to set up an stf system so I can directly compare the two. If you like the gw6c method, go to http://www.go6.net and register for a free account. Then edit gw6c.conf with your account info and other appropriate changes, and restart it. You will be issued a permanent IPv6 address tied to your account, so that if your external IPv4 address changes your IPv6 addresses do not change. - Bob From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 21:05:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A704416A468 for ; Mon, 5 Nov 2007 21:05:08 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 57C9513C491 for ; Mon, 5 Nov 2007 21:05:08 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id lA5L4wC0019722; Mon, 5 Nov 2007 14:04:58 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id lA5L4wQm019719; Mon, 5 Nov 2007 14:04:58 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 5 Nov 2007 14:04:58 -0700 (MST) From: Warren Block To: James In-Reply-To: <1194272457.44119.3.camel@secretariat.lanl.gov> Message-ID: <20071105135545.V19602@wonkity.com> References: <472F74A9.9090400@calarts.edu> <1194272457.44119.3.camel@secretariat.lanl.gov> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Mon, 05 Nov 2007 14:04:58 -0700 (MST) Cc: Sean Murphy , freebsd-questions@freebsd.org Subject: Re: Help Failing Disk 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, 05 Nov 2007 21:05:08 -0000 On Mon, 5 Nov 2007, James wrote: > On Mon, 2007-11-05 at 11:53 -0800, Sean Murphy wrote: > >> I have a FreeBSD 6.2 Release box with a single ide that has user data >> and the FreeBSD OS on a hard disk that is failing. I need advice on the >> best way to clone the entire disk (or at least the data) onto a larger >> ide disk drive, then pull the failing disk and replace it with the >> clone. What is the best way in FreeBSD to do that? > > The best way is to do it regularly before the hard drive is failing. > > Given that you haven't done that, there're a few methods. I'm a big fan > of rsync, which is the nectar of the gods, but a lot of folks seem to > prefer dd for this kind of thing. rsync is too high-level, and may not do exactly the right thing with links or sparse files or who knows what. dd is too low-level--you get the same partition table/bsdlabel and the exact same slice/partition sizes. That's okay on an identical hard drive, but a pain on one that's larger. dump, on the other hand, is just right. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 21:07:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7DC316A500 for ; Mon, 5 Nov 2007 21:07:55 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2001:470:1f04:c0::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5E55C13C4A8 for ; Mon, 5 Nov 2007 21:07:55 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by draba.izb.knu.ac.kr (Postfix, from userid 59) id 64C123EA6; Tue, 6 Nov 2007 06:07:52 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on draba.izb.knu.ac.kr X-Spam-Level: X-Spam-Status: No, score=-46.7 required=15.1 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VERIFIED autolearn=disabled version=3.2.3 X-Spam-Comment: DKIM? See http://www.google.com/search?btnI&q=RFC+4871 Received: from izb.knu.ac.kr (localhost.izb.knu.ac.kr [127.0.0.1]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id 0BAE33EA4; Tue, 6 Nov 2007 06:07:49 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=izb.knu.ac.kr; h=subject: from:reply-to:to:cc:in-reply-to:references:content-type:date: message-id:mime-version:content-transfer-encoding; q=dns/txt; s= s1024; bh=LJJ5HWp66JGSbaAnOIjOXHfI3yU=; b=FGrTj/WcH80KeWrPR7YiwB XZw7g/oowOJBs6qVTg7FLzk2p4QOUkY5H6G8vD+RvI+nu7qdCHc/FS/arAplLYt6 //8SNYRe3b9UclIJZJqls2x1LeCPemIyXfhjKm7XYRO/K+K2gYLQKlUMmPBJEBTQ xZHq6XBcHvqjXnjTIO5NU= Received: from setaria.izb.knu.ac.kr (setaria.izb.knu.ac.kr [IPv6:2001:470:1f04:c1::2]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id 951903E94; Tue, 6 Nov 2007 06:07:48 +0900 (KST) Received: from viola.izb.knu.ac.kr (viola.izb.knu.ac.kr [IPv6:2001:470:1f04:c4::2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bh.rfc4871@setaria.izb.knu.ac.kr) by setaria.izb.knu.ac.kr (Postfix) with ESMTP id 6EDA41CCEE; Tue, 6 Nov 2007 06:07:48 +0900 (KST) Received: from [IPv6:::1] (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id 7AD535E15; Tue, 6 Nov 2007 06:07:44 +0900 (KST) From: Byung-Hee HWANG To: Brett Davidson In-Reply-To: <472E77AC.9060200@net24.co.nz> References: <472E77AC.9060200@net24.co.nz> Content-Type: text/plain Organization: InZealBomb Date: Tue, 06 Nov 2007 06:07:39 +0900 Message-Id: <1194296859.3333.15.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Is there a way to compare what is in the ports tree with what is installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 21:07:55 -0000 On Mon, 2007-11-05 at 14:53 +1300, Brett Davidson wrote: > ie. If I had a particular version of the ports tree on a server, how > could I check to see if any of the programs in that tree were actually > installed? > > Is there a simple command or sequence of commands to do this? Usually i search someting with Google before study man(1) carefully. Google is best friend for me. And below link is the last result: http://www.google.com/search?hl=en&q=pkg_version&btnG=Google+Search Sincerely, -- "Does this man have real balls?" "You're asking if he is a Sicilian." "NO." -- Vito Corleone and Tom Hagen, "Chapter 2", page 66-67 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 21:08:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5698A16A418 for ; Mon, 5 Nov 2007 21:08:47 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.184.195]) by mx1.freebsd.org (Postfix) with ESMTP id 00A4313C4B6 for ; Mon, 5 Nov 2007 21:08:46 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (localhost [127.0.0.1]) by pencil.math.missouri.edu (8.13.6/8.13.6) with ESMTP id lA5Khqok059004 for ; Mon, 5 Nov 2007 14:43:52 -0600 (CST) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.13.6/8.13.6/Submit) id lA5Khq0H059003 for freebsd-questions@freebsd.org; Mon, 5 Nov 2007 14:43:52 -0600 (CST) (envelope-from rich) Date: Mon, 5 Nov 2007 14:43:52 -0600 From: Rich Winkel To: freebsd-questions@freebsd.org Message-ID: <20071105204352.GA48902@pencil.math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on pencil.math.missouri.edu X-Virus-Scanned: ClamAV 0.88.3/4675/Mon Nov 5 10:20:43 2007 on pencil.math.missouri.edu X-Virus-Status: Clean Subject: Digital video recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 21:08:47 -0000 Has anyone had any good/bad experiences with digital video cards under xorg? I know it used to be problematic. Are there cards which are particularly well supported? Thanks! Rich From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 21:16:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 166B016A41B for ; Mon, 5 Nov 2007 21:16:10 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id BB21F13C4B5 for ; Mon, 5 Nov 2007 21:16:09 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay2.lanl.gov (mailrelay2.lanl.gov [128.165.4.103]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA5LG4YP019254; Mon, 5 Nov 2007 14:16:04 -0700 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay2.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA5LG3FD029827; Mon, 5 Nov 2007 14:16:03 -0700 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id 941BE1F8002; Mon, 5 Nov 2007 14:16:00 -0700 (MST) From: James To: Warren Block In-Reply-To: <20071105135545.V19602@wonkity.com> References: <472F74A9.9090400@calarts.edu> <1194272457.44119.3.camel@secretariat.lanl.gov> <20071105135545.V19602@wonkity.com> Organization: Los Alamos National Laboratories Date: Mon, 05 Nov 2007 15:16:46 +0000 Message-Id: <1194275806.44119.19.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Sean Murphy , freebsd-questions@freebsd.org Subject: Re: Help Failing Disk Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 21:16:10 -0000 On Mon, 2007-11-05 at 14:04 -0700, Warren Block wrote: > On Mon, 5 Nov 2007, James wrote: > > > On Mon, 2007-11-05 at 11:53 -0800, Sean Murphy wrote: > > > >> I have a FreeBSD 6.2 Release box with a single ide that has user data > >> and the FreeBSD OS on a hard disk that is failing. I need advice on the > >> best way to clone the entire disk (or at least the data) onto a larger > >> ide disk drive, then pull the failing disk and replace it with the > >> clone. What is the best way in FreeBSD to do that? > > > > The best way is to do it regularly before the hard drive is failing. > > > > Given that you haven't done that, there're a few methods. I'm a big fan > > of rsync, which is the nectar of the gods, but a lot of folks seem to > > prefer dd for this kind of thing. > > rsync is too high-level, and may not do exactly the right thing with > links or sparse files or who knows what. rsync -cav takes cares of symlinks and all that just right. It's a beautiful thing. Checksumming, too. Ah, bliss. > dd is too low-level--you get > the same partition table/bsdlabel and the exact same slice/partition > sizes. That's okay on an identical hard drive, but a pain on one that's > larger. > dump, on the other hand, is just right. > > -Warren Block * Rapid City, South Dakota USA dump has the problem that a lot of tools have, though, including rsync. It creates a file list to start from. If the file names on the drive change during the dump, corruption can occur. At least on linux. I remember Torvalds ranting about it on a mailing list. I imagine FreeBSD suffers the same issue, though, as it's a pretty generic problem. dump is a good tool, though, no arguments really here. James From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 21:45:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7479D16A41A for ; Mon, 5 Nov 2007 21:45:22 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id 5745513C481 for ; Mon, 5 Nov 2007 21:45:22 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.744.0; Mon, 5 Nov 2007 13:42:29 -0800 Message-ID: <472F8E43.3030703@riderway.com> Date: Mon, 5 Nov 2007 16:42:27 -0500 From: "Philip M. Gollucci" Organization: Riderway Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: Peter Uthoff References: <05616E1516E61D4C9B338EA2C7DFD266367595@STLSMSXM02.amers.ime.reuters.com> In-Reply-To: <05616E1516E61D4C9B338EA2C7DFD266367595@STLSMSXM02.amers.ime.reuters.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "Philip M. Gollucci" , "freebsd-questions@freebsd.org" Subject: Re: Problem with Apache22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 21:45:22 -0000 Which MPM did you use, if you didn't change it the default is prefork. how about: ldd /usr/local/sbin/httpd | egrep 'libthr|libpthread|libc_r' ldd /usr/local/libexec/mysqld | egrep 'libthr|libpthread|libc_r' ldd /usr/local/bin/php | egrep 'libthr|libpthread|libc_r' ldd /usr/local/lib/libaprutil-1.so.2 | egrep 'libthr|libpthread|libc_r' ldd /usr/local/lib/libapr-1.so.2 | egrep 'libthr|libpthread|libc_r' ldd /usr/local/lib/mysql/libmysqlclient.so.15 | \ egrep 'libthr|libpthread|libc_r' > WITHOUT_THREADS=true So it looks like you don't want threads. That makes things easier as its the simpler case. At any rate, you'll want the output of all the above to match. Nothing in the ktrace/kdump jumps out at me. Are you sure it crashed ? (and you were attached to the correct httpd child) httpd -X and/or httpd -DONE_PROCESS might be helpful for that. ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 21:59:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71D1416A41B for ; Mon, 5 Nov 2007 21:59:04 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.freebsd.org (Postfix) with ESMTP id DA9F713C4AC for ; Mon, 5 Nov 2007 21:59:03 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.8/8.13.8) with ESMTP id lA5LwmvG066064; Mon, 5 Nov 2007 22:58:48 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id C528BB82D; Mon, 5 Nov 2007 22:58:47 +0100 (CET) Date: Mon, 5 Nov 2007 22:58:47 +0100 From: Roland Smith To: James Message-ID: <20071105215847.GA60686@slackbox.xs4all.nl> Mail-Followup-To: James , Warren Block , Sean Murphy , freebsd-questions@freebsd.org References: <472F74A9.9090400@calarts.edu> <1194272457.44119.3.camel@secretariat.lanl.gov> <20071105135545.V19602@wonkity.com> <1194275806.44119.19.camel@secretariat.lanl.gov> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <1194275806.44119.19.camel@secretariat.lanl.gov> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Sean Murphy , freebsd-questions@freebsd.org Subject: Re: Help Failing Disk 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, 05 Nov 2007 21:59:04 -0000 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 05, 2007 at 03:16:46PM +0000, James wrote: > > rsync is too high-level, and may not do exactly the right thing with=20 > > links or sparse files or who knows what.=20 >=20 > rsync -cav takes cares of symlinks and all that just right. It's a > beautiful thing. >=20 > Checksumming, too. Ah, bliss. It doesn't necessarily do the right thing with flags, acls and other extended attributes, > > dd is too low-level--you get=20 > > the same partition table/bsdlabel and the exact same slice/partition=20 > > sizes. That's okay on an identical hard drive, but a pain on one that'= s=20 > > larger. > > dump, on the other hand, is just right. > If the file names on the drive change during the dump, corruption can > occur. At least on linux. I remember Torvalds ranting about it on a > mailing list. I imagine FreeBSD suffers the same issue, though, as it's > a pretty generic problem. For starters, you should _never_ dump a live filesystem. What you can do is dump a snapshot of a live filesystem, using dumps '-L' option, because a snapshot is like a frozen image of the filesystem; it doesn't change. Dump & restore is the best way to move data and all attributes to a larger disk. See =A79.2 of the FAQ. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHL5IXEnfvsMMhpyURAtQlAJ49fba58SaaQXHJEPg48ALcugCCuwCeOFKW RaSOe9FmVGYu0iVtuS9C8Bc= =YOzM -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 22:00:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD9CB16A419; Mon, 5 Nov 2007 22:00:41 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 2E45B13C4CC; Mon, 5 Nov 2007 22:00:40 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.67) with esmtp (envelope-from ) id <1Ip9zZ-0003IA-76>; Mon, 05 Nov 2007 23:00:21 +0100 Received: from e178050060.adsl.alicedsl.de ([85.178.50.60] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.67) with esmtpsa (envelope-from ) id <1Ip9zZ-0007SE-08>; Mon, 05 Nov 2007 23:00:21 +0100 Message-ID: <472F9348.4030309@mail.zedat.fu-berlin.de> Date: Mon, 05 Nov 2007 23:03:52 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: "O. Hartmann" , "O. Hartmann" , freebsd-questions@freebsd.org, freebsd-ports@freebsd.org References: <471B7DCF.2020709@mail.zedat.fu-berlin.de> <20071025214852.GB1458@roadrunner.spoerlein.net> <47222F0D.70802@zedat.fu-berlin.de> <20071104214829.GA1527@roadrunner.spoerlein.net> In-Reply-To: <20071104214829.GA1527@roadrunner.spoerlein.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.50.60 Cc: Subject: Re: OpenLDAP 2.3/pam_ldap/nss_ldap: not working in FreeBSD 7.0-PRE! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 22:00:41 -0000 Ulrich Spoerlein wrote: > Sorry for the late reply ... > > On Fri, 26.10.2007 at 20:16:45 +0200, O. Hartmann wrote: > >> All right, here I am. nss_ldap.conf and ldap.conf are located in >> /usr/local/etc and are identical (link). I copied all tags I use and deleted >> commented out tags: >> > > Seems ok to me, though I don't claim to be an expert. > This method has been recommended by many sites and tutorials, so I guess it should be approved ;-) > >> The slapd.conf is this, comments roped: >> >> include /usr/local/etc/openldap/schema/core.schema >> include /usr/local/etc/openldap/schema/cosine.schema >> include /usr/local/etc/openldap/schema/nis.schema >> include /usr/local/etc/openldap/schema/inetorgperson.schema >> # additional schema >> include /usr/local/share/examples/samba/LDAP/samba.schema >> pidfile /var/run/openldap/slapd.pid >> argsfile /var/run/openldap/slapd.args >> logfile /var/log/slapd.log >> loglevel 512 >> > > loglevel is a bitmask. It you want to have lots of debugging try 255 and > run a tail -f /var/log/debug.log > Thanks, I did so and found several usefull messages in the log. > >> sizelimit unlimited >> allow bind_v2 >> modulepath /usr/local/libexec/openldap >> moduleload back_bdb >> everse-lookup off >> > > typo I guess? > Sorry, yes, copy-and-paste mistake. > >> NSCD is up and running, my nsswitch.conf looks like this: >> > > Please try without nscd first, it's just another possible source of > problems. > Due to a recommendation not to use NSCD with FreeBSD and SAMBA I switched that off. > >> group: cache ldap[ unavail=continue notfound=continue ] files >> passwd: cache ldap [ unavail=continue notfound=continue ] files >> #group_compat: nis >> hosts: compat >> networks: files >> #passwd_compat: nis >> shells: files >> services: compat >> services_compat: nis >> protocols: files >> rpc: files >> >> And I changed some lines in /etc/pam.d/sshd,login,system,other like this >> *commented out due to system gets stuck forever when enab;ed >> nss_ldap/pam_ldap): >> > > I'm using softbind and a short timeout in ldap.conf/nss_ldap.conf to > avoid this unresponsiveness. > > # Bind/connect timelimit > bind_timelimit 3 > > # Reconnect policy: hard (default) will retry connecting to > # the software with exponential backoff, soft will fail > # immediately. > #bind_policy hard > bind_policy soft > > Also, make NSS work first, then turn to configuring PAM (at least, > that's what I would do) > > Great!! That did the trick and it is very helpful in saving a lot of time and prevented me from loosing more hairs. >> Some errors from console: >> >> (At boot time) >> Oct 26 17:00:36 gauss kernel: Oct 26 17:00:36 gauss slapd[757]: nss_ldap: >> could not search LDAP server - Server is unavailable >> > > Expected. slapd want to change its user to ldap:ldap, which it needs to > look up the UID for. Chicken & Egg. That's why I need to use soft > bind+timeout on my (disconnected) laptop here. > > >> Oct 26 11:59:08 gauss kernel: Oct 26 11:59:08 gauss cron[13480]: nss_ldap: >> could not search LDAP server - Server is unavailable >> Oct 26 12:41:44 gauss kernel: Oct 26 12:41:44 gauss login: nss_ldap: could >> not search LDAP server - Server is unavailable >> > > That seems broken then. Is slapd running? Can you ldapsearch -Lx -h > localhost? What's /var/log/debug.log telling you? Can you id(1) some ldap > users? Does the output of 'getent group' and 'getent passwd' look > reasonable? > Too many switches switched at the same time, so I guess I messed up things and couldn't get a clear sight anymore. The point is, without any TLS the user authetication works fine for SSHD/LOGIN and SU, even password changes via a patched 'passwd' works fine, but when trying using TLS/OpenSSL everything gets messed up again, I'll report this at the end. The main reason for blocking access was the ACL misbehaviour. I took the example slapd.conf and especially the line describing access to everything access to * ... The line 'by anonymous auth' needs to be changed into 'by anonymous read' otherwise LDAP won't let you even access for authetication. I found this by watching exhaustive logs ... > >> One point: what is about compile time options of OpenLDAP? Does LDAP forces >> itself using SSL although not configured explicitely in slapd.conf? >> > > No. It is purely optional. You would need certificates before it can > even possibly start working anyways. > Yes, but OpenLDAP openldap-server-2.3.38 seems to reject connections via TLS when used with self-signed certificacates. > >> nss_ldap-1.257 <<=== >> openldap-client-2.3.38 >> openldap-server-2.3.38 >> pam_ldap-1.8.2 >> > > My other computer is running with nss_ldap-1.257 and showing no problems > either. > > Cheers, > Ulrich Spoerlein > Well, thanks a lot for helping. At this moment OpenLDAP seems to work with the OpenLDAP-Clients (only) and for authetication via ssh/login. I tried to install the famous and often mentioned 'smbldap-tools' as recommended in many tutorials and I followed the setup instructions given. But the tools still reject connection attempts du to some authetication issues even if I let "access to * by * write", clearly everyone has access to everything. But this is another story. A much more critical and also boring issue is the lack of up to date tutorials! Many tutorials found are quite outdated, simnply wrong and especially those parts regarding to TLS in some manner wacked. I tried using a setup as described here: http://wiki.unixboard.de/index.php/FreeBSD_-_Samba and found myself incapable of connecting via 'a self signed certificate'! OpenLDAP rejects connections (one-way-SSL/TLS) secured by self signed certificates and I do not know how to force the server to accept those. I would appreciate any hint where to find deeper insights and the right way to use SSL/LDAP as a 'USER', not as a developer with a close insight into how the beast works insight ... Regards, Oliver From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 22:13:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43CA216A419 for ; Mon, 5 Nov 2007 22:13:14 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from smtp21.orange.fr (smtp21.orange.fr [80.12.242.47]) by mx1.freebsd.org (Postfix) with ESMTP id ED9D413C4D3 for ; Mon, 5 Nov 2007 22:13:13 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from smtp21.orange.fr (mwinf2111 [10.232.7.39]) by mwinf2110.orange.fr (SMTP Server) with ESMTP id E9B611C00C28 for ; Mon, 5 Nov 2007 22:51:42 +0100 (CET) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2111.orange.fr (SMTP Server) with ESMTP id D15771C0008B for ; Mon, 5 Nov 2007 22:51:37 +0100 (CET) Received: from [192.168.1.2] (ALyon-252-1-43-180.w82-122.abo.wanadoo.fr [82.122.186.180]) by mwinf2111.orange.fr (SMTP Server) with ESMTP id AE5671C00088 for ; Mon, 5 Nov 2007 22:51:37 +0100 (CET) X-ME-UUID: 20071105215137714.AE5671C00088@mwinf2111.orange.fr Message-ID: <472F9069.7000202@nicoelro.net> Date: Mon, 05 Nov 2007 22:51:37 +0100 From: Nicolas Letellier User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: FreeBSD Questions References: <472F74A9.9090400@calarts.edu> <20071105135312.C19602@wonkity.com> In-Reply-To: <20071105135312.C19602@wonkity.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD 6.2-release and azalia sound chipset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nicolas@nicoelro.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 22:13:14 -0000 Hello, I installed 6.2 -release. I have the sound chipset azalia (Intel 82801H HD Audio). However, I don't find a module for this chipset. Where I can found it ? How install it ? Thanks you, Nicolas From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 22:39:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D71816A419 for ; Mon, 5 Nov 2007 22:39:41 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id E42F013C48D for ; Mon, 5 Nov 2007 22:39:40 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id lA5MaGYg064004; Mon, 5 Nov 2007 17:36:16 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id lA5MaFlc064003; Mon, 5 Nov 2007 17:36:15 -0500 (EST) (envelope-from jerrymc) Date: Mon, 5 Nov 2007 17:36:15 -0500 From: Jerry McAllister To: Sean Murphy Message-ID: <20071105223615.GA63855@gizmo.acns.msu.edu> References: <472F74A9.9090400@calarts.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <472F74A9.9090400@calarts.edu> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Help Failing Disk 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, 05 Nov 2007 22:39:41 -0000 On Mon, Nov 05, 2007 at 11:53:13AM -0800, Sean Murphy wrote: > I have a FreeBSD 6.2 Release box with a single ide that has user data > and the FreeBSD OS on a hard disk that is failing. I need advice on the > best way to clone the entire disk (or at least the data) onto a larger > ide disk drive, then pull the failing disk and replace it with the > clone. What is the best way in FreeBSD to do that? If you can get the new disk physically installed and recognized and running before the old disk completely fails, then it should be no problem. Build the file systems on the new disk as you want them, then use dump/retore to move the data. The dump/restore needs to be done one filesystem at a time. NOTE: For best results, this should all be done in single user mode with no other thing running to avoid changes in files confusing things. It will work in full multi user mode, but you may get some files in indeterminate condition if they happen to change during the copy process. Either use sysinstall (/usr/sbin/sysinstall) to slice and partition the new drive and build file systems on it or do it yourself with fdisk, bsdlabel and newfs. Since you are using a larger drive, think out the sizes you want for the partitions on the new drive. I am guessing from the way you talk here, that the system is not dual booted with some other OS. Given that presumption: (This is right out of the bsdlabel man page, by the way. I just changed numbers and device names to fit the situation) NOTE: The dd-s below are just to make sure the label areas and such are wiped clean in case the manufacturer made some presumptions and wrote something there. They might not really be needed, but won't hurt anything and take just a moment. Create one large slice, marked bootable for FreeBSD: dd if=/dev/zero of=/dev/ad1 bs=512 count=1024 fdisk -BI da0 Write a basic label and boot record on the slice: dd if=/dev/zero of=/dev/ad1s1 bs=512 count=1024 bsdlabel -w -B ad1s1 Partition the slice by using the edit function of bsdlabel: bsdlabel -e ad1s1 This will put you in an edit screen with the beginnings of partition information. Ignore anything it might have before the lines that read: # /dev/ad1s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] After that you will see a list of partitions. There should only be one 'c' partition listed. Do not change that line, but copy it enough times to have one for each partition you want. Lets say you want root, swap, /tmp, /usr, /var and /home. Then make it something like: # /dev/ad1s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 524288 0 4.2BSD 2048 16384 32776 b: 2572288 * swap c: 78316875 0 unused 0 0 # "raw" part, don't edit d: 1048576 * 4.2BSD 2048 16384 8 e: 4194304 * 4.2BSD 2048 16384 28552 f: 6291456 * 4.2BSD 2048 16384 28552 g: * * 4.2BSD 2048 16384 28552 Then just :wq out of the edit session and your label is nicely written. Using the stars for offset and final size tells bsdlabel to calculate the offsets for you and make the last partition take up all the remaining available space. The first partition should have the offset specified as '0'. The numbers I have here are in 512 byte blocks and give the following sizes. Choose your own according to your needs. a: 256 MB I mount as / b: 1256 MB is swap d: 512 MB I mount as /tmp e: 2048 MB I mount as /usr f: 3072 MB I mount as /var g: Remainder MB I mount as /home Once that is finished, then you need to run new fs on each partition except the one for swap (b). eg. newfs a, d, e, f, g Generally, unless you need extra inodes for a lot of small files or expect only unusually large files, you can just take the defaults for newfs. so: newfs /dev/ad1s1a newfs /dev/ad1s1d newfs /dev/ad1s1e newfs /dev/ad1s1f newfs /dev/ad1s1g Now you need to make mount points for and mount each partition. Something like: mkdir /newroot mount /dev/ad1s1a /newroot mkdir /newusr mount /dev/ad1s1e /newusr mkdir /newvar mount /dev/ad1s1f /newvar mkdir /newhome mount /dev/ad1s1g /newhome You don't usually need to copy /tmp to the new disk, though you can do that if you want as well. Then do the dump/restore-s cd /newroot dump 0af - / | restore -rf - cd /newusr dump 0af - /usr | restore -rf - cd /newvar dump 0af - /var | restore -rf - cd /newhome dump 0af - /home | restore -rf - At the end of each dump it might ask you if you want to set permissions on . just answer no. I don't think it does that with the restore -r, but if it does, then answer no. After all this, you should be able to just physically switch the disks and boot on the new one. ////jerry > > 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 Mon Nov 5 22:43:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECE4916A419 for ; Mon, 5 Nov 2007 22:43:07 +0000 (UTC) (envelope-from Peter.Uthoff@reuters.com) Received: from outbound1-dub-R.bigfish.com (outbound-dub.frontbridge.com [213.199.154.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6244B13C4B2 for ; Mon, 5 Nov 2007 22:43:07 +0000 (UTC) (envelope-from Peter.Uthoff@reuters.com) Received: from outbound1-dub.bigfish.com (localhost.localdomain [127.0.0.1]) by outbound1-dub-R.bigfish.com (Postfix) with ESMTP id E9FF46100B9 for ; Mon, 5 Nov 2007 22:20:08 +0000 (UTC) Received: from mail110-dub-R.bigfish.com (unknown [10.5.252.3]) by outbound1-dub.bigfish.com (Postfix) with ESMTP id CE92B1B30067 for ; Mon, 5 Nov 2007 22:20:08 +0000 (UTC) Received: from mail110-dub (localhost.localdomain [127.0.0.1]) by mail110-dub-R.bigfish.com (Postfix) with ESMTP id 890A88B00E3 for ; Mon, 5 Nov 2007 22:20:08 +0000 (UTC) X-BigFish: VP X-MS-Exchange-Organization-Antispam-Report: OrigIP: 167.206.189.53; Service: EHS Received: by mail110-dub (MessageSwitch) id 1194301208535461_9984; Mon, 5 Nov 2007 22:20:08 +0000 (UCT) Received: from hpgsmime01.rit.reuters.com (hpgsmime01.rit.reuters.com [167.206.189.53]) by mail110-dub.bigfish.com (Postfix) with ESMTP id 1ED781D0057 for ; Mon, 5 Nov 2007 22:20:08 +0000 (UTC) Received: from uspig2 (unverified [10.88.1.88]) by hpgsmime01.rit.reuters.com (Content Technologies SMTPRS 4.3.19) with ESMTP id ; Mon, 5 Nov 2007 22:20:07 +0000 Received: from HPGSMSXB02.amers.ime.reuters.com ([10.88.1.198]) by uspig2.hpg.ime.reuters.com (PMDF V6.2-1x9 #31185) with ESMTP id <0JR2003R60PJCQ@uspig2.hpg.ime.reuters.com>; Mon, 05 Nov 2007 22:20:07 +0000 (GMT) Received: from STLSMSXM02.amers.ime.reuters.com ([10.91.10.139]) by HPGSMSXB02.amers.ime.reuters.com with Microsoft SMTPSVC (6.0.3790.1830); Mon, 05 Nov 2007 17:20:07 -0500 Date: Mon, 05 Nov 2007 16:20:06 -0600 From: Peter Uthoff In-reply-to: <472F8E43.3030703@riderway.com> To: "Philip M. Gollucci" Message-id: <05616E1516E61D4C9B338EA2C7DFD266367596@STLSMSXM02.amers.ime.reuters.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: quoted-printable Thread-Topic: Problem with Apache22 Thread-Index: Acgf9MVv33bLire2R9ysSsGkNX9YtQAAcqSw Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 05 Nov 2007 22:20:07.0535 (UTC) FILETIME=[058B27F0:01C81FFA] Cc: "Philip M. Gollucci" , freebsd-questions@freebsd.org Subject: RE: Problem with Apache22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 22:43:08 -0000 Yes, it's using prefork. I made no changes from the default install. The results of ldd for each of these yielded "libpthread.so.2 =3D> /lib/libpthread.so.2" in each case except for php and libmysqlclient.so.15, which both returned nothing. Running apache in debug, attached to the console resulted in output of "Bus Error" and nothing else. The web logs showed no errors at all. -----Original Message----- From: Philip M. Gollucci [mailto:pgollucci@riderway.com] = Sent: Monday, November 05, 2007 3:42 PM To: Peter Uthoff Cc: Philip M. Gollucci; freebsd-questions@freebsd.org Subject: Re: Problem with Apache22 Which MPM did you use, if you didn't change it the default is prefork. how about: ldd /usr/local/sbin/httpd | egrep 'libthr|libpthread|libc_r' ldd /usr/local/libexec/mysqld | egrep 'libthr|libpthread|libc_r' ldd /usr/local/bin/php | egrep 'libthr|libpthread|libc_r' ldd /usr/local/lib/libaprutil-1.so.2 | egrep 'libthr|libpthread|libc_r' ldd /usr/local/lib/libapr-1.so.2 | egrep 'libthr|libpthread|libc_r' ldd /usr/local/lib/mysql/libmysqlclient.so.15 | \ egrep 'libthr|libpthread|libc_r' > WITHOUT_THREADS=3Dtrue So it looks like you don't want threads. That makes things easier as its the simpler case. At any rate, you'll want the output of all the above to match. Nothing in the ktrace/kdump jumps out at me. Are you sure it crashed ? (and you were attached to the correct httpd child) httpd -X and/or httpd -DONE_PROCESS might be helpful for that. ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. This email was sent to you by Reuters, the global news and information comp= any. = To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender, = except where the sender specifically states them to be the views of Reuters= Limited. Reuters Limited is part of the Reuters Group of companies, of which Reuters= Group PLC is the ultimate parent company. Reuters Group PLC - Registered office address: The Reuters Building, South = Colonnade, Canary Wharf, London E14 5EP, United Kingdom Registered No: 3296375 Registered in England and Wales From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 22:45:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C17816A41B for ; Mon, 5 Nov 2007 22:45:31 +0000 (UTC) (envelope-from rsc@admadic.de) Received: from cg-p07-fb.rzone.de (cg-p07-fb.rzone.de [81.169.146.215]) by mx1.freebsd.org (Postfix) with ESMTP id B17B613C4B8 for ; Mon, 5 Nov 2007 22:45:30 +0000 (UTC) (envelope-from rsc@admadic.de) Received: from mo-p00-ob.rzone.de (fruni-mo-p00-ob.mail [192.168.63.71]) by charnel-fb-01.store (RZmta 14.0) with ESMTP id W0370fjA5FPAle for ; Mon, 5 Nov 2007 19:45:30 +0100 (MET) (envelope-from: ) Received: from srv.lpz.q-17.de.local (dslb-088-074-160-143.pools.arcor-ip.net [88.74.160.143]) by post.webmailer.de (fruni mo49) (RZmta 14.0) with ESMTP id Y02236jA5IEjCo for ; Mon, 5 Nov 2007 19:44:30 +0100 (MET) (envelope-from: ) Received: (qmail 3374 invoked by uid 98); 5 Nov 2007 17:53:32 -0000 Received: from 192.168.40.21 by srv.lpz.q-17.de.local (envelope-from , uid 89) with qmail-scanner-2.01 ( Clear:RC:1(192.168.40.21):. Processed in 0.034373 secs); 05 Nov 2007 17:53:32 -0000 Received: from unknown (HELO ?192.168.40.21?) (192.168.40.21) by srvfb.lpz.q-17.de.local with SMTP; 5 Nov 2007 17:53:32 -0000 Message-ID: <472F589E.7090206@admadic.de> Date: Mon, 05 Nov 2007 18:53:34 +0100 From: Rainer Schwarze User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-RZG-AUTH: lUESeo99iNzPSoaxNYLEYM0vFQKTxznPOmIi0KhUTW8YiUQ81L1CFdjx3V0= X-RZG-CLASS-ID: mo00 Subject: Incomplete file listing with Samba on ext2fs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 22:45:31 -0000 Hi, I've set up a FreeBSD6.2 machine and moved my "file server disk" from a Linux system where it was used before. The disk uses ext2fs. In FreeBSD I can see all files, when looking at the samba shares from a Windows 2000 system, I do not see all files. I also do not see all files when using smbclient on FreeBSD. A test case went like that: I created 1000 files named "file000" ... "file0999" in a directory. I could see all of them via Windows. I created 1000 files named "file-0000.file" ... "file-0999.file" in a directory. I could see the first 130 files of them. I added this to my smb.conf, because I found related information on the web and this fixed some problems with incomplete directory listing which I encountered a few days ago: dos charset = CP850 unix charset = UTF-8 display charset = LOCALE When I copy my large list of files to a UFS volume, I can see the full listing via Windows. Apart from switching the ext2s to ufs, does someone has other suggestions for solving the problem? Do you suggest another group for this question? Thanks in advance and best wishes, Rainer -- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 22:54:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDD3E16A418 for ; Mon, 5 Nov 2007 22:54:48 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id BE09613C491 for ; Mon, 5 Nov 2007 22:54:48 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1461664rvb for ; Mon, 05 Nov 2007 14:54:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=ff6kUZw9gUNUppvu8UvVeTD806IkeXFEJmKFU6FHEQM=; b=cgWmJQxk2S6Uttocf88NS9mT0FkSnSB8rafWLc42jGP2AkuQrOZx8QIL5u4nQcGbfB+B+JwhsErSX6+sZ+Yffy9jr8U4GI+D4UIjd+uz+RNsbT5fX9MhGts5MuS7VnaiFo7VstCRihq5sWdjH0SxBR1BnNRX2+AbPckT06vzBTM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XXu2nXknMl/sHg+0Lf3fZBPUbBAQLJgSik+Lwj79Iq58M1L65MlUyWgl45KGrQcZo7pDcUT382g0rI4IgbLsqxAkTFzaQN0mlCTC6VNzrfMV7FNjhwmUnN7W96ANqHrSxy2PTg7IjmK3uNLUWbG6oVtIFD7tY0LzJyB+fJkL0xA= Received: by 10.141.78.14 with SMTP id f14mr2678652rvl.1194303276736; Mon, 05 Nov 2007 14:54:36 -0800 (PST) Received: by 10.141.142.18 with HTTP; Mon, 5 Nov 2007 14:54:36 -0800 (PST) Message-ID: <54db43990711051454m8d4ecaaq24cc1bbbf02bfe0d@mail.gmail.com> Date: Mon, 5 Nov 2007 17:54:36 -0500 From: "Bob Johnson" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ip6fw without ipfw? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 22:54:49 -0000 So is it a bug or a feature that enabling ip6fw (/etc/rc.d/ip6fw start) also enables ipfw (the ipv4 version)? I didn't see it mentioned in IP6FW(8). It sure surprised me when I was exploring IPv6 setup and I enabled ip6fw without configuring the IPv4 rc.firewall. Locked me out of the remote system, because ssh won't let me log in on IPv6 (I'll post that question in another message), and ipfw came up and locked me out via IPv4. Forced me to go out and enjoy the nice weather yesterday instead of playing with IPv6 all day... - Bob From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 23:07:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A91C16A41A for ; Mon, 5 Nov 2007 23:07:48 +0000 (UTC) (envelope-from charpentierfx@yahoo.com) Received: from web36205.mail.mud.yahoo.com (web36205.mail.mud.yahoo.com [209.191.68.231]) by mx1.freebsd.org (Postfix) with SMTP id C661013C49D for ; Mon, 5 Nov 2007 23:07:47 +0000 (UTC) (envelope-from charpentierfx@yahoo.com) Received: (qmail 51248 invoked by uid 60001); 5 Nov 2007 22:40:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=W833ITmlBDJtXzrBCwP19Ra2neeAu/DjOm9slZN5GuwvDH5CbQJLmA0XfbdN71dIlWGPu7qAePZaWdlYn6j27wT6jpl2KQT/0Sb4yKkE4Uhcev0qalAda1KE4tp8pVUAy7sg4ZE2l1yfWH1Iua0E0BQM54cb4/Fucoqcs29nLQU=; X-YMail-OSG: AAUUvwwVM1mvzDgzm.XI06QwE612kA8S65qqx4owDMBCVLrm_4uGXQWEM64VownKHF3mzHhoOvmk.iIFthCOky8QjT0CG0BnbuMb3LvIi3AdKv0BrSo- Received: from [198.45.19.38] by web36205.mail.mud.yahoo.com via HTTP; Mon, 05 Nov 2007 14:40:36 PST X-Mailer: YahooMailRC/814.06 YahooMailWebService/0.7.152 Date: Mon, 5 Nov 2007 14:40:36 -0800 (PST) From: FX Charpentier To: Roland Smith , James MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <140051.50393.qm@web36205.mail.mud.yahoo.com> Cc: Sean Murphy , freebsd-questions@freebsd.org Subject: Re: Help Failing Disk 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, 05 Nov 2007 23:07:48 -0000 Roland,=0A=0AThe mention of dump '-L' in your email below has caught my att= ention.=0APardon my ignorance, but what is the '-L' option?=0A=0AI looked i= t up in the man pages but wasn't able to find any mention of it.=0ACan you = point me in the right direction?=0A=0AThanks,=0A- FX=0A=0A----- Original Me= ssage ----=0A> From: Roland Smith =0A> To: James =0A> Cc: Sean Murphy ; freebsd-questions@free= bsd.org=0A> Sent: Monday, November 5, 2007 4:58:47 PM=0A> Subject: Re: Help= Failing Disk Problem=0A> =0A> On Mon, Nov 05, 2007 at 03:16:46PM +0000, Ja= mes wrote:=0A> > > rsync is too high-level, and may not do exactly the righ= t=0A> thing=0A> =0A with =0A> > > links or sparse files or who knows what. = =0A> > =0A> > rsync -cav takes cares of symlinks and all that just right. I= t's a=0A> > beautiful thing.=0A> > =0A> > Checksumming, too. Ah, bliss.=0A>= =0A> It doesn't necessarily do the right thing with flags, acls and other= =0A> extended attributes,=0A> =0A> > > dd is too low-level--you get =0A> >= > the same partition table/bsdlabel and the exact=0A> same=0A> =0A slice/p= artition =0A> > > sizes. That's okay on an identical hard drive, but a pai= n on=0A> one=0A> =0A that's =0A> > > larger.=0A> > > dump, on the other han= d, is just right.=0A> =0A> > If the file names on the drive change during t= he dump, corruption can=0A> > occur. At least on linux. I remember Torvalds= ranting about it on a=0A> > mailing list. I imagine FreeBSD suffers the sa= me issue, though,=0A> as=0A> =0A it's=0A> > a pretty generic problem.=0A> = =0A> For starters, you should _never_ dump a live filesystem. What you=0A> = can=0A> =0A do is=0A> dump a snapshot of a live filesystem, using dumps '-L= ' option,=0A> because=0A> =0A a=0A> snapshot is like a frozen image of the = filesystem; it doesn't change.=0A> =0A> Dump & restore is the best way to m= ove data and all attributes to a=0A> larger disk. See =A79.2 of the FAQ.=0A= > =0A> Roland=0A> -- =0A> R.F.Smith =0A> = =0A http://www.xs4all.nl/~rsmith/=0A> [plain text _non-HTML_ PGP/GnuPG encr= ypted/signed email=0A> much=0A> =0A appreciated]=0A> pgp: 1A2B 477F 9970 BA= 3C 2914 B7CE 1277 EFB0 C321 A725=0A> (KeyID:=0A> =0A C321A725)=0A> =0A=0A= =0A=0A__________________________________________________=0ADo You Yahoo!?= =0ATired of spam? Yahoo! Mail has the best spam protection around =0Ahttp:= //mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 23:59:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B0AE16A419 for ; Mon, 5 Nov 2007 23:59:10 +0000 (UTC) (envelope-from oliver@akephalos.de) Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.de [194.25.134.20]) by mx1.freebsd.org (Postfix) with ESMTP id 254F313C4A6 for ; Mon, 5 Nov 2007 23:59:10 +0000 (UTC) (envelope-from oliver@akephalos.de) Received: from fwd27.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1IpBbA-00087c-01; Tue, 06 Nov 2007 00:43:16 +0100 Received: from localhost (bHnBmOZC8tmNUwb2K6y2HXb2aEivIgXNNWlSEzP1Bzqbn9xfiKDI16RkxFaZIpf9gAECGwnp6M@[91.21.95.175]) by fwd27.t-online.de with esmtp id 1IpBb8-0JMITo0; Tue, 6 Nov 2007 00:43:14 +0100 Date: Tue, 6 Nov 2007 00:43:13 +0100 From: Oliver Herold To: freebsd-questions@freebsd.org Message-ID: <20071105234313.GA10023@olymp.home> Mail-Followup-To: freebsd-questions@freebsd.org References: <472F74A9.9090400@calarts.edu> <20071105135312.C19602@wonkity.com> <472F9069.7000202@nicoelro.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <472F9069.7000202@nicoelro.net> User-Agent: Mutt/1.5.16 (2007-06-09) X-ID: bHnBmOZC8tmNUwb2K6y2HXb2aEivIgXNNWlSEzP1Bzqbn9xfiKDI16RkxFaZIpf9gAECGwnp6M X-TOI-MSGID: 970d32fe-b154-4f48-8731-3a9eb710834b Subject: Re: FreeBSD 6.2-release and azalia sound chipset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2007 23:59:10 -0000 Hi, http://people.freebsd.org/~ariff/BINARY_MODULES/ just follow the README. Cheers, Oliver On Mon, Nov 05, 2007 at 10:51:37PM +0100, Nicolas Letellier wrote: > Hello, > > I installed 6.2 -release. I have the sound chipset azalia (Intel 82801H HD > Audio). > However, I don't find a module for this chipset. Where I can found it ? How > install it ? > > Thanks you, > > Nicolas > > _______________________________________________ > 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" -- Harry's bar has a new cocktail. It's called MRS punch. They make it with milk, rum and sugar and it's wonderful. The milk is for vitality and the sugar is for pep. They put in the rum so that people will know what to do with all that pep and vitality. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 00:01:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D0A116A421 for ; Tue, 6 Nov 2007 00:01:53 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from pizzabox.cyberleo.net (alpha.cyberleo.net [198.145.45.10]) by mx1.freebsd.org (Postfix) with ESMTP id 3835B13C48D for ; Tue, 6 Nov 2007 00:01:53 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: (qmail 12296 invoked from network); 5 Nov 2007 23:34:56 -0000 Received: from adsl-75-3-133-245.dsl.chcgil.sbcglobal.net (HELO ?172.16.44.14?) (cyberleo@cyberleo.net@75.3.133.245) by alpha.cyberleo.net with ESMTPA; 5 Nov 2007 23:34:56 -0000 Message-ID: <472FA898.2080704@cyberleo.net> Date: Mon, 05 Nov 2007 17:34:48 -0600 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.6 (X11/20070819) MIME-Version: 1.0 To: Rainer Schwarze References: <472F589E.7090206@admadic.de> In-Reply-To: <472F589E.7090206@admadic.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Incomplete file listing with Samba on ext2fs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 00:01:53 -0000 Rainer Schwarze wrote: > I created 1000 files named "file000" ... "file0999" in a directory. I > could see all of them via Windows. > > I created 1000 files named "file-0000.file" ... "file-0999.file" in a > directory. I could see the first 130 files of them. Are you sure this is only happening with ext2fs? You might be running into a filename mangling limitation in Samba. -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 00:18:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 488E116A420 for ; Tue, 6 Nov 2007 00:18:12 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.180]) by mx1.freebsd.org (Postfix) with ESMTP id D6E8913C494 for ; Tue, 6 Nov 2007 00:18:11 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by el-out-1112.google.com with SMTP id s27so373829ele for ; Mon, 05 Nov 2007 16:18:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=muA8YgjZom8tSwKc5RvZQnaUJUFxojGCmmgPjiSzCv4=; b=Yge82o2MuoXiAFu1nvlgBZe121jnJg7bFZjBjgc3EhU4Cr4MXqjtSfUmmL2d8N9b5t4qal5jtSma7+H+U8Ni3mGI5Cig7wkk3byXLF7iK8gg8mQSdPU5fqg2oBDQZwehgAwso5ie/zvHOqewT3P/GniCn/gUS48Jz5TIVBvxDu0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=P6A+uOSTg0A6mWbD33KmPupEySvsXKYGxrjsMTJLgKYAfKNjjRGljN7vFVDvBDljLrKZCz3fEKqt2yYwYRGumteQJ6vqJTsb8EpCUUQu5QSCxkLcFs8j7M3tCOXfVngrvzhy1FTVBxs32Hrbglqz1QjPfCR9To7PyC+0sx7yEaM= Received: by 10.143.164.19 with SMTP id r19mr1358873wfo.1194308281847; Mon, 05 Nov 2007 16:18:01 -0800 (PST) Received: by 10.142.180.12 with HTTP; Mon, 5 Nov 2007 16:18:01 -0800 (PST) Message-ID: Date: Tue, 6 Nov 2007 00:18:01 +0000 From: James To: jackbarnett@gmail.com In-Reply-To: <472F6AE2.8080608@gmail.com> MIME-Version: 1.0 References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EEDAD.4060409@gmail.com> <472F6AE2.8080608@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Donovan R. Palmer" , "Aryeh M. Friedman" , freebsd-questions@freebsd.org Subject: Re: portupgrade 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: Tue, 06 Nov 2007 00:18:12 -0000 On Nov 5, 2007 7:11 PM, Jack Barnett wrote: > > Aryeh M. Friedman wrote: > > Here is a script I use to automate the procedure I posted in the > previous reply: > > #!/bin/sh > > cd /usr/src > csup ports-supfile > csup standard-supfile > cd patchs # optional > ./apply # optional > portupgrade -a > > > > ?? > I was wondering about that, too. My understanding, Aryeh, of the ports vs pkg issue is that part of your method is uneccesary. You can use pkg_add fine, but as soon as you start using ports you have to stick with ports. portupgrade -a with a recently updated ports tree will update everything that has an update, and reverting to pkg_add after that could start creating dependency issues. So you don't need to uninstall pkgs before starting to use ports, but you can't go back once you've started using them. James From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 00:22:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D829516A41A for ; Tue, 6 Nov 2007 00:22:30 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 897E213C491 for ; Tue, 6 Nov 2007 00:22:30 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id lA60IveS064295; Mon, 5 Nov 2007 19:18:57 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id lA60Ivre064294; Mon, 5 Nov 2007 19:18:57 -0500 (EST) (envelope-from jerrymc) Date: Mon, 5 Nov 2007 19:18:57 -0500 From: Jerry McAllister To: FX Charpentier Message-ID: <20071106001857.GA64278@gizmo.acns.msu.edu> References: <140051.50393.qm@web36205.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <140051.50393.qm@web36205.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: Roland Smith , James , Sean Murphy , freebsd-questions@freebsd.org Subject: Re: Help Failing Disk 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, 06 Nov 2007 00:22:30 -0000 On Mon, Nov 05, 2007 at 02:40:36PM -0800, FX Charpentier wrote: > Roland, > > The mention of dump '-L' in your email below has caught my attention. > Pardon my ignorance, but what is the '-L' option? > > I looked it up in the man pages but wasn't able to find any mention of it. > Can you point me in the right direction? It stands for 'Live' and causes dump to do some snapshotting if you are running from multi user. It is not really meaningful if you are running in single user mode, but can help reduce confusion if files change during a dump on a live multi user mode system. ////jerry > > Thanks, > - FX > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 00:34:53 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8875F16A418 for ; Tue, 6 Nov 2007 00:34:53 +0000 (UTC) (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 245DA13C4AC for ; Tue, 6 Nov 2007 00:34:53 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id lA60YoxN013695 for ; Mon, 5 Nov 2007 16:34:50 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA60YoXB013694 for freebsd-questions@FreeBSD.ORG; Mon, 5 Nov 2007 16:34:50 -0800 (PST) (envelope-from kline) Date: Mon, 5 Nov 2007 16:34:50 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20071106003450.GA13606@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Subject: KDE bookmarks?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 00:34:53 -0000 Folks, As some of you know, i was configuring kkonquereor because it has a link to the festival tts tool. I let myself get careless with firefox; bookmarked sites went in any-whichway. With konq, I began creating directories to which I added simial site, etc. I did save /home/kline when my ne system began having troubles. Now i am looking for the dozens of carefully added and edited URL's. I can't find the KDE Stuff anywhere. I can find kbookmark, but it's empty in my old/former /home/kline/* tree. Anybody know where else i should be looking? tia, gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 00:53:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A0F616A417 for ; Tue, 6 Nov 2007 00:53:47 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id D067913C4A6 for ; Tue, 6 Nov 2007 00:53:46 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 0C5D848457 for ; Mon, 5 Nov 2007 19:59:26 -0500 (EST) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTP id CAC0DB841 for ; Tue, 6 Nov 2007 00:53:35 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 6 Nov 2007 00:53:31 +0000 References: <20071106003450.GA13606@thought.org> In-Reply-To: <20071106003450.GA13606@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711060053.31125.lists-fbsd@shadypond.com> Subject: Re: KDE bookmarks?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 00:53:47 -0000 On Tuesday 06 November 2007 00:34:50 Gary Kline wrote: > Folks, > > As some of you know, i was configuring kkonquereor because it has > a link to the festival tts tool. I let myself get careless with firefox; > bookmarked sites went in any-whichway. With konq, I began creating > directories to which I added simial site, etc. > > > I did save /home/kline when my ne system began having troubles. Now i > am looking for the dozens of carefully added and edited URL's. I can't > find the KDE Stuff anywhere. I can find kbookmark, but it's empty in my > old/former /home/kline/* tree. Anybody know where else i should be > looking? ~/.kde/share/apps/konqueror/ From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 00:57:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B7F216A417 for ; Tue, 6 Nov 2007 00:57:30 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id 4DE0F13C4A5 for ; Tue, 6 Nov 2007 00:57:30 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 47B5D4846A for ; Mon, 5 Nov 2007 20:03:00 -0500 (EST) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTP id 12E7AB841 for ; Tue, 6 Nov 2007 00:57:10 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 6 Nov 2007 00:57:05 +0000 References: <20071106003450.GA13606@thought.org> In-Reply-To: <20071106003450.GA13606@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711060057.05581.lists-fbsd@shadypond.com> Subject: Re: KDE bookmarks?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 00:57:30 -0000 On Tuesday 06 November 2007 00:34:50 Gary Kline wrote: > Folks, > > As some of you know, i was configuring kkonquereor because it has > a link to the festival tts tool. I let myself get careless with firefox; > bookmarked sites went in any-whichway. With konq, I began creating > directories to which I added simial site, etc. > > > I did save /home/kline when my ne system began having troubles. Now i > am looking for the dozens of carefully added and edited URL's. I can't > find the KDE Stuff anywhere. I can find kbookmark, but it's empty in my > old/former /home/kline/* tree. Anybody know where else i should be > looking? If you are looking for Firefox bookmarks, try ~/.mozilla/firefox/ I have another directory there that begins with what appear to be random alphanumeric characters follwed by .default/ My bookmarks are in that directory. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 01:53:57 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AE8B16A421 for ; Tue, 6 Nov 2007 01:53:57 +0000 (UTC) (envelope-from grants-2007@canadianpublication.net) Received: from zion.rocler.com (zion.rocler.com [216.137.96.55]) by mx1.freebsd.org (Postfix) with ESMTP id D29A513C4BC for ; Tue, 6 Nov 2007 01:53:56 +0000 (UTC) (envelope-from grants-2007@canadianpublication.net) Received: from hfhjfhjfjf-7456hh4g (dsl-dyn-107-107.rocler.com [216.137.107.107]) by zion.rocler.com (8.13.8/8.13.8) with ESMTP id lA618kEq009119 for ; Mon, 5 Nov 2007 20:08:47 -0500 From: "Subsidy directory 2007" To: questions@freebsd.org Date: Mon, 5 Nov 2007 20:09:21 -0500 MIME-Version: 1.0 Message-ID: <119427561562e48b9bb52f82ada8125da0076b8bbe@canadianpublication.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.58 on 216.137.96.55 Cc: Subject: Press release; canadian subsidies grants & loans X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 01:53:57 -0000 Business publications 4865 hwy 138 r.r. 1 St-Andrews w. On K0C 2A0 Canadian Subsidy Directory 2007 The most complete and affordable reference for anyone looking for financing. It is the perfect tool for new and existing businesses, individuals, foundations and associations. Complete guide containing more than 3200 programs. 2007 edition. Legal Deposit-National Library of Canada Business.................$ 69.95 CD-Rom Academic printed........$ 149.95 (430 pages) Toll free: 8 6 6 3 2 2 3 3 7 6 unsuscribe requests: use delete2007@mailcan.com From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 02:09:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 337C416A46C for ; Tue, 6 Nov 2007 02:09:05 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 86B1713C4B2 for ; Tue, 6 Nov 2007 02:09:04 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1679637wxd for ; Mon, 05 Nov 2007 18:08:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=l/0kdhVdVT48dKFjwn2qcASVxweK1/fXNWLXFR1bges=; b=GwjGkly1zgm4wEWfQ52BuPRXeYA/oKxy4E99q6DL1HYpbgd2VWzLSePMJZcl7nIp5Y9Ab8Ggu610Sz765Oa0tTmPH+6lgxORDNmcANNIZXHjt0UmNOFOip/suGGXg4hTm/ICkvzbhPTh42YJDvxeWkx9EIaPkcKLEqwYMHLh+ZM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=P3nExqkoA8eQ4X2gqfYb0SLD3YlA11q7BWV475WDcHmg91rEbECoYlGKO0nerPbOz+RGCKu4I+VaMve296O6ya17OpvBqNflaZhIlWbII0E8DZKyyyhjaQXX+if9+c3HF8AQWg5iscd4HRJUhpMOCbpBMIH0r0UkkUCbcX4FgHY= Received: by 10.90.79.6 with SMTP id c6mr3803069agb.1194314928110; Mon, 05 Nov 2007 18:08:48 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id r28sm10266310ele.2007.11.05.18.08.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Nov 2007 18:08:46 -0800 (PST) Message-ID: <472FCCAD.7030006@gmail.com> Date: Mon, 05 Nov 2007 21:08:45 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: jackbarnett@gmail.com References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EEDAD.4060409@gmail.com> <472F6AE2.8080608@gmail.com> In-Reply-To: <472F6AE2.8080608@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "Donovan R. Palmer" , freebsd-questions@freebsd.org Subject: Re: portupgrade 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: Tue, 06 Nov 2007 02:09:05 -0000 >> *cd patchs # optional >> ./apply # optional >> * patchs are some local patchs and yet to be committed patchs I use -- Aryeh M. Friedman Developer, not business, friendly http://www.flosoft-systems.com From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 02:15:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39E3B16A418 for ; Tue, 6 Nov 2007 02:15:39 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id D884513C48D for ; Tue, 6 Nov 2007 02:15:38 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1680625wxd for ; Mon, 05 Nov 2007 18:15:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=hjCMp+Jahclnn+i1PKOQodWFuX/gejZ3B1M8DumnPFE=; b=iUjA7dSQRkjvrnduoA4pnJK18azPEq5nKcLGlNrSOiyI9XwlhE+vH+04mLLYJfIFA0FXq7wWDsAsrEM0tqzUdkTdTreSVH8Tbc96UyULToXapx09OzUKvOQq6L+CcZjAxca3sJ0Q93peTN5qVrclTwCI/yqZ9ZnPTYsH0qEc/ig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=XN1poP99TExJ/8kzpQZNNOlzKsWmpWcSGm3Z8X5YjR9073Lrgmm8JmD5zJ4gfvl4gXq1Nc6Hv4SE9XSC8eWG88PPMheP528nyNjmpA935AV5zMGewWqORGQ6P+6J2Br+z9n6tPSiyhOk961g/vtkFczljkkOLfElPL+LUc4kFm0= Received: by 10.70.42.16 with SMTP id p16mr9285768wxp.1194315332324; Mon, 05 Nov 2007 18:15:32 -0800 (PST) Received: from ?192.168.17.10? ( [67.190.229.42]) by mx.google.com with ESMTPS id i33sm18368486wxd.2007.11.05.18.15.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Nov 2007 18:15:30 -0800 (PST) Message-ID: <472FCE40.60400@gmail.com> Date: Mon, 05 Nov 2007 20:15:28 -0600 From: Jack Barnett User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EEDAD.4060409@gmail.com> <472F6AE2.8080608@gmail.com> <472FCCAD.7030006@gmail.com> In-Reply-To: <472FCCAD.7030006@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Donovan R. Palmer" , freebsd-questions@freebsd.org Subject: Re: portupgrade questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jackbarnett@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 02:15:39 -0000 Aryeh M. Friedman wrote: >>> *cd patchs # optional >>> ./apply # optional >>> * >>> > > patchs are some local patchs and yet to be committed patchs I use > > > ok, thanks :) I was wondering why I couldn't find them on my system :) From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 02:24:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62E9216A417 for ; Tue, 6 Nov 2007 02:24:41 +0000 (UTC) (envelope-from charpentierfx@yahoo.com) Received: from web36203.mail.mud.yahoo.com (web36203.mail.mud.yahoo.com [209.191.68.229]) by mx1.freebsd.org (Postfix) with SMTP id 03C8E13C49D for ; Tue, 6 Nov 2007 02:24:40 +0000 (UTC) (envelope-from charpentierfx@yahoo.com) Received: (qmail 24751 invoked by uid 60001); 6 Nov 2007 02:24:24 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Message-ID; b=EaVK3TbPtt1ZeikU+5PnR7zY1ItBocpgrZ2EWKJOhInhMBg5kMiuKqvDELvt+6sicPqZR2gXMNE/0RL9dUHhUbQnj3UiV543AYlbW6THi27MOeuxkvvigZuzy2BFQY0ubkjKXoTrAiOLoQDmExy1QwYwG5v2QyFhh3fkZNDky/4=; X-YMail-OSG: HdkwaikVM1kcXUReOp2WoTO1qy4JZryZrgasiUuO2dsgTL9T5C1o4FVMJ9FQ2AO7uS7HEDL4JIaVhp8w9_Khl5wuKGd82RFOh5giUrXEyxEpSlg440s- Received: from [71.249.49.180] by web36203.mail.mud.yahoo.com via HTTP; Mon, 05 Nov 2007 18:24:24 PST X-Mailer: YahooMailRC/814.06 YahooMailWebService/0.7.152 Date: Mon, 5 Nov 2007 18:24:24 -0800 (PST) From: FX Charpentier To: Jerry McAllister MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <78928.22727.qm@web36203.mail.mud.yahoo.com> Cc: Roland Smith , James , Sean Murphy , freebsd-questions@freebsd.org Subject: Re: Help Failing Disk 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, 06 Nov 2007 02:24:41 -0000 Thanks. I might actually use this on a box I'm running. Best, - FX ----- Original Message ---- > From: Jerry McAllister > To: FX Charpentier > Cc: Roland Smith ; James ; Sean Murphy ; freebsd-questions@freebsd.org > Sent: Monday, November 5, 2007 7:18:57 PM > Subject: Re: Help Failing Disk Problem > > On Mon, Nov 05, 2007 at 02:40:36PM -0800, FX Charpentier wrote: > > > Roland, > > > > The mention of dump '-L' in your email below has caught my attention. > > Pardon my ignorance, but what is the '-L' option? > > > > I looked it up in the man pages but wasn't able to find any > mention > of it. > > Can you point me in the right direction? > > It stands for 'Live' and causes dump to do some snapshotting if you > are running from multi user. It is not really meaningful if you > are running in single user mode, but can help reduce confusion if > files change during a dump on a live multi user mode system. > > ////jerry > > > > > Thanks, > > - FX > > > __________________________________________________ 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 Nov 6 03:03:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8DE716A417 for ; Tue, 6 Nov 2007 03:03:58 +0000 (UTC) (envelope-from hamilton@pobox.com) Received: from ms-smtp-04.rdc-kc.rr.com (ms-smtp-04.rdc-kc.rr.com [24.94.166.116]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF4013C4B7 for ; Tue, 6 Nov 2007 03:03:58 +0000 (UTC) (envelope-from hamilton@pobox.com) Received: from woodstock.nethamilton.net (CPE-72-135-240-24.wi.res.rr.com [72.135.240.24]) by ms-smtp-04.rdc-kc.rr.com (8.13.6/8.13.6) with ESMTP id lA633R13009934; Mon, 5 Nov 2007 21:03:27 -0600 (CST) Received: by woodstock.nethamilton.net (Postfix, from userid 500) id 0763025C5343; Mon, 5 Nov 2007 21:03:29 -0600 (CST) Date: Mon, 5 Nov 2007 21:03:29 -0600 From: Jon Hamilton To: James Message-ID: <20071106030329.GO2196@woodstock.nethamilton.net> References: <472F74A9.9090400@calarts.edu> <1194272457.44119.3.camel@secretariat.lanl.gov> <20071105135545.V19602@wonkity.com> <1194275806.44119.19.camel@secretariat.lanl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1194275806.44119.19.camel@secretariat.lanl.gov> X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Sean Murphy , freebsd-questions@freebsd.org Subject: Re: Help Failing Disk 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, 06 Nov 2007 03:03:58 -0000 James , said on Mon Nov 05, 2007 [03:16:46 PM]: } On Mon, 2007-11-05 at 14:04 -0700, Warren Block wrote: } } > On Mon, 5 Nov 2007, James wrote: } > } > > On Mon, 2007-11-05 at 11:53 -0800, Sean Murphy wrote: } > > } > >> I have a FreeBSD 6.2 Release box with a single ide that has user data } > >> and the FreeBSD OS on a hard disk that is failing. I need advice on the } > >> best way to clone the entire disk (or at least the data) onto a larger } > >> ide disk drive, then pull the failing disk and replace it with the } > >> clone. What is the best way in FreeBSD to do that? } > > } > > The best way is to do it regularly before the hard drive is failing. } > > } > > Given that you haven't done that, there're a few methods. I'm a big fan } > > of rsync, which is the nectar of the gods, but a lot of folks seem to } > > prefer dd for this kind of thing. } > } > rsync is too high-level, and may not do exactly the right thing with } > links or sparse files or who knows what. } } rsync -cav takes cares of symlinks and all that just right. It's a } beautiful thing. } } Checksumming, too. Ah, bliss. Reading the man page, I believe that will make copies instead of hard links for files with more than one link. By my reading, you'd have to specify -H in addition. As others have pointed out, if you're using ACLs or other extended attributes, those may be lost as well. This is why I think _in principle_ using a tool which has as its sole purpose in life the backup and restore, unmolested, of filesystems, is the best general approach to this problem. Other tools may work too, but you have to put a lot of thought and care into getting 473 of their 1692 command line options right (made up numbers, obviously) and that's never good when you're in the heat of the moment and your data is at stake. } dump has the problem that a lot of tools have, though, including rsync. } It creates a file list to start from. } } If the file names on the drive change during the dump, corruption can } occur. At least on linux. I remember Torvalds ranting about it on a } mailing list. I imagine FreeBSD suffers the same issue, though, as it's } a pretty generic problem. Use dump (or anything else, for that matter) on a snapshot. Of course, all bets are off since the disk is already failing. The common case is that the OP may get "most" of the files off in tact; probably not all. Backups are important if you care about your data. -- Jon Hamilton hamilton@pobox.com From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 04:38:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3CF316A419 for ; Tue, 6 Nov 2007 04:38:30 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from mail.itu.dk (pluto.itu.dk [130.226.142.18]) by mx1.freebsd.org (Postfix) with ESMTP id 80BF113C4A7 for ; Tue, 6 Nov 2007 04:38:30 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from localhost (unknown [10.0.0.3]) by mail.itu.dk (Postfix) with ESMTP id F354832D2A3; Mon, 5 Nov 2007 22:58:04 +0100 (CET) X-Virus-Scanned: amavisd-new at itu.dk Received: from superman.itu.dk ([130.226.142.5]) by localhost (daredevil.itu.dk [130.226.142.26]) (amavisd-new, port 10024) with ESMTP id Nj+dDIWt3y-E; Mon, 5 Nov 2007 22:57:57 +0100 (CET) Received: from wimac.littlebit.dk (unknown [85.233.238.191]) by superman.itu.dk (Postfix) with ESMTP id 40B2B9E6B0; Mon, 5 Nov 2007 22:57:55 +0100 (CET) Message-ID: <472F91B8.1000506@cederstrand.dk> Date: Mon, 05 Nov 2007 22:57:12 +0100 From: Erik Cederstrand User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Jonathan Horne References: <20071105144320.GA3811@aurora.oekb.co.at> <472F32CE.6050306@cederstrand.dk> <20071105094415.7ubd7cvhicwwocos@webmail.dfwlp.org> In-Reply-To: <20071105094415.7ubd7cvhicwwocos@webmail.dfwlp.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Rebuilding kernel/system to a state "back-in-time"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 04:38:30 -0000 Jonathan Horne wrote: > ... > IMO, (and forgive me, i generally dont spew my opinions where they arent > welcome or asked for), RELENG_6_2 is better for a server over RELENG_6 > (aka, -STABLE), as it doesnt include items that are not critically > required for secure and stable operation. remember, that the true > -STABLE branch has items merged in from -CURRENT (call it back-ported?). > > let say, you already know that -p8 is the latest 6.2 revision. you get > on a server, you log in, and it says 6.2-RELEASE-p8. you already know > that this system is up to date. if you log in, and see 6.2-STABLE... > you dont immediately know when this system was last rebuilt without > doing some other version checks first. i have to be honest, when it > comes to managing a farm full of servers, i like my "visual version > checks"... the same way i like my women: We're going off-topic now, but you have a point. I'm not going to argue if STABLE is better than release branches on servers, but I think it would be useful to record the CVS date somewhere by default (I know you can do this manually via src/sys/conf/newvers.sh). Sometimes the "p8", "prerelease #4" or even kern.osreldate is too low resolution. uname -a just exposes the build date of the kernel, not the date of the sources. Maybe a sysctl like: sysctl kern.oscvsdate: 20071105224900 Erik From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 04:59:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D59616A418 for ; Tue, 6 Nov 2007 04:59:16 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 4F19313C49D for ; Tue, 6 Nov 2007 04:59:16 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-3.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lA64wrfd048757 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 5 Nov 2007 20:58:56 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <472FF487.3000906@enabled.com> Date: Mon, 05 Nov 2007 22:58:47 -0600 From: Noah User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: apache22 complains of Module mod_ldap missing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 04:59:16 -0000 Hi there, I wrote in response too soon and after uncommenting the LDAP modules I am still running into the same issue. I checkbox the LDAP and AUTHNZ_LDAP options and I specifically set the options to ON in the Makefile.options file by hand and still the same error below occurs. what could be wrong? apache-2.2.6_2 6.2-RELEASE-p6 I am not quite sure what is wrong if I am not building apache correctly or if my /usr/local/etc/apache22/httpd.conf file does not have everything configured properly. I might be missing the installation of a module or something in my httpd.conf please help. I am not sure what to try next. Cheers, Noah Table of contents: 1) log error message 2) cat /etc/make.conf 3) LoadModules from /usr/local/etc/apache22/httpd.conf 4) cat /usr/ports/www/apache22/Makefile.options here is the log message: [Sun Nov 04 18:26:41 2007] [error] Module mod_ldap missing. Mod_ldap (aka. util_ldap) must be loaded in order for mod_auth_ldap to function properly Configuration Failed here is my /etc/make.conf --- snip --- # !cat cat /etc/make.conf ## switches for RT3 WITH_FASTCGI=yes WITH_APACHE2=yes # for subversion WITH_APACHE2_APR=yes APR_UTIL_WITH_BERKELEY_DB=yes WITH_MOD_DAV_SVN=yes WITH_REPOSITORY_CREATION=yes # for Apache WITH_LDAP_MODULES=yes WITH_SSL_MODULES=yes WITH_BERKELEYDB=db42 #FORCE_PKG_REGISTER=yes # added by use.perl 2007-11-03 20:21:58 PERL_VER=5.8.8 PERL_VERSION=5.8.8 ---- snip --- here are the modules I install: access1# grep "LoadModule" /usr/local/etc/apache22/httpd.conf # have to place corresponding `LoadModule' lines at this location so the # LoadModule foo_module modules/mod_foo.so LoadModule perl_module libexec/apache22/mod_perl.so LoadModule authn_file_module libexec/apache22/mod_authn_file.so LoadModule authn_dbm_module libexec/apache22/mod_authn_dbm.so LoadModule authn_anon_module libexec/apache22/mod_authn_anon.so LoadModule authn_default_module libexec/apache22/mod_authn_default.so LoadModule authn_alias_module libexec/apache22/mod_authn_alias.so LoadModule authz_host_module libexec/apache22/mod_authz_host.so LoadModule authz_groupfile_module libexec/apache22/mod_authz_groupfile.so LoadModule authz_user_module libexec/apache22/mod_authz_user.so LoadModule authz_dbm_module libexec/apache22/mod_authz_dbm.so LoadModule authnz_ldap_module libexec/apache22/mod_authnz_ldap.so LoadModule authz_owner_module libexec/apache22/mod_authz_owner.so LoadModule authz_default_module libexec/apache22/mod_authz_default.so LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so LoadModule auth_digest_module libexec/apache22/mod_auth_digest.so LoadModule file_cache_module libexec/apache22/mod_file_cache.so LoadModule cache_module libexec/apache22/mod_cache.so LoadModule disk_cache_module libexec/apache22/mod_disk_cache.so LoadModule include_module libexec/apache22/mod_include.so LoadModule filter_module libexec/apache22/mod_filter.so LoadModule charset_lite_module libexec/apache22/mod_charset_lite.so LoadModule deflate_module libexec/apache22/mod_deflate.so LoadModule log_config_module libexec/apache22/mod_log_config.so LoadModule logio_module libexec/apache22/mod_logio.so LoadModule env_module libexec/apache22/mod_env.so LoadModule mime_magic_module libexec/apache22/mod_mime_magic.so LoadModule cern_meta_module libexec/apache22/mod_cern_meta.so LoadModule expires_module libexec/apache22/mod_expires.so LoadModule headers_module libexec/apache22/mod_headers.so LoadModule usertrack_module libexec/apache22/mod_usertrack.so LoadModule unique_id_module libexec/apache22/mod_unique_id.so LoadModule setenvif_module libexec/apache22/mod_setenvif.so LoadModule version_module libexec/apache22/mod_version.so LoadModule ssl_module libexec/apache22/mod_ssl.so LoadModule mime_module libexec/apache22/mod_mime.so #LoadModule dav_module libexec/apache22/mod_dav.so LoadModule status_module libexec/apache22/mod_status.so LoadModule autoindex_module libexec/apache22/mod_autoindex.so LoadModule asis_module libexec/apache22/mod_asis.so LoadModule info_module libexec/apache22/mod_info.so LoadModule cgi_module libexec/apache22/mod_cgi.so #LoadModule dav_fs_module libexec/apache22/mod_dav_fs.so LoadModule vhost_alias_module libexec/apache22/mod_vhost_alias.so LoadModule negotiation_module libexec/apache22/mod_negotiation.so LoadModule dir_module libexec/apache22/mod_dir.so LoadModule imagemap_module libexec/apache22/mod_imagemap.so LoadModule actions_module libexec/apache22/mod_actions.so LoadModule speling_module libexec/apache22/mod_speling.so LoadModule userdir_module libexec/apache22/mod_userdir.so LoadModule alias_module libexec/apache22/mod_alias.so LoadModule rewrite_module libexec/apache22/mod_rewrite.so LoadModule php5_module libexec/apache22/libphp5.so LoadModule speedycgi_module libexec/apache22/mod_speedycgi.so #LoadModule dav_svn_module modules/mod_dav_svn.so #LoadModule authz_svn_module modules/mod_authz_svn.so LoadModule authnz_external_module libexec/apache22/mod_authnz_external.so #LoadModule fastcgi_module libexec/apache22/mod_fastcgi.so LoadModule dav_module libexec/apache22/mod_dav.so LoadModule dav_svn_module libexec/apache22/mod_dav_svn.so LoadModule authz_svn_module libexec/apache22/mod_authz_svn.so access1# cat Makefile.options OPTIONS+= \ AUTH_BASIC "Enable mod_auth_basic" ON \ AUTH_DIGEST "Enable mod_auth_digest" ON \ AUTHN_FILE "Enable mod_authn_file" ON \ AUTHN_DBD "Enable mod_authn_dbd" OFF \ AUTHN_DBM "Enable mod_authn_dbm" ON \ AUTHN_ANON "Enable mod_authn_anon" ON \ AUTHN_DEFAULT "Enable mod_authn_default" ON \ AUTHN_ALIAS "Enable mod_authn_alias" ON \ AUTHZ_HOST "Enable mod_authz_host" ON \ AUTHZ_GROUPFILE "Enable mod_authz_groupfile" ON \ AUTHZ_USER "Enable mod_authz_user" ON \ AUTHZ_DBM "Enable mod_authz_dbm" ON \ AUTHZ_OWNER "Enable mod_authz_owner" ON \ AUTHZ_DEFAULT "Enable mod_authz_default" ON \ CACHE "Enable mod_cache" ON \ DISK_CACHE "Enable mod_disk_cache" ON \ FILE_CACHE "Enable mod_file_cache" ON \ MEM_CACHE "Enable mod_mem_cache" OFF \ DAV "Enable mod_dav" ON \ DAV_FS "Enable mod_dav_fs" ON \ BUCKETEER "Enable mod_bucketeer" OFF \ CASE_FILTER "Enable mod_case_filter" OFF \ CASE_FILTER_IN "Enable mod_case_filter_in" OFF \ EXT_FILTER "Enable mod_ext_filter" OFF \ LOG_FORENSIC "Enable mod_log_forensic" OFF \ OPTIONAL_HOOK_EXPORT "Enable mod_optional_hook_export" OFF \ OPTIONAL_HOOK_IMPORT "Enable mod_optional_hook_import" OFF \ OPTIONAL_FN_IMPORT "Enable mod_optional_fn_import" OFF \ OPTIONAL_FN_EXPORT "Enable mod_optional_fn_export" OFF \ LDAP "Enable mod_ldap" ON \ AUTHNZ_LDAP "Enable mod_authnz_ldap" ON \ ACTIONS "Enable mod_actions" ON \ ALIAS "Enable mod_alias" ON \ ASIS "Enable mod_asis" ON \ AUTOINDEX "Enable mod_autoindex" ON \ CERN_META "Enable mod_cern_meta" ON \ CGI "Enable mod_cgi" ON \ CHARSET_LITE "Enable mod_charset_lite" ON \ DBD "Enable mod_dbd" OFF \ DEFLATE "Enable mod_deflate" ON \ DIR "Enable mod_dir" ON \ DUMPIO "Enable mod_dumpio" ON \ ENV "Enable mod_env" ON \ EXPIRES "Enable mod_expires" ON \ HEADERS "Enable mod_headers" ON \ IMAGEMAP "Enable mod_imagemap" ON \ INCLUDE "Enable mod_include" ON \ INFO "Enable mod_info" ON \ LOG_CONFIG "Enable mod_log_config" ON \ LOGIO "Enable mod_logio" ON \ MIME "Enable mod_mime" ON \ MIME_MAGIC "Enable mod_mime_magic" ON \ NEGOTIATION "Enable mod_negotiation" ON \ REWRITE "Enable mod_rewrite" ON \ SETENVIF "Enable mod_setenvif" ON \ SPELING "Enable mod_speling" ON \ STATUS "Enable mod_status" ON \ UNIQUE_ID "Enable mod_unique_id" ON \ USERDIR "Enable mod_userdir" ON \ USERTRACK "Enable mod_usertrack" ON \ VHOST_ALIAS "Enable mod_vhost_alias" ON \ FILTER "Enable mod_filter" ON \ VERSION "Enable mod_version" ON \ PROXY "Enable mod_proxy" OFF \ PROXY_CONNECT "Enable mod_proxy_connect" OFF \ PROXY_FTP "Enable mod_proxy_ftp" OFF \ PROXY_HTTP "Enable mod_proxy_http" OFF \ PROXY_AJP "Enable mod_proxy_ajp" OFF \ PROXY_BALANCER "Enable mod_proxy_balancer" OFF \ SSL "Enable mod_ssl" ON \ SUEXEC "Enable mod_suexec" OFF \ CGID "Enable mod_cgid" OFF \ From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 06:18:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AC2616A469 for ; Tue, 6 Nov 2007 06:18:16 +0000 (UTC) (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 DA3AF13C4B3 for ; Tue, 6 Nov 2007 06:18:15 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id lA66I7b2015945; Mon, 5 Nov 2007 22:18:08 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA66I7dm015944; Mon, 5 Nov 2007 22:18:07 -0800 (PST) (envelope-from kline) Date: Mon, 5 Nov 2007 22:18:07 -0800 From: Gary Kline To: Pollywog Message-ID: <20071106061807.GB15736@thought.org> References: <20071106003450.GA13606@thought.org> <200711060057.05581.lists-fbsd@shadypond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200711060057.05581.lists-fbsd@shadypond.com> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: freebsd-questions@freebsd.org Subject: Re: KDE bookmarks?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 06:18:16 -0000 On Tue, Nov 06, 2007 at 12:57:05AM +0000, Pollywog wrote: > On Tuesday 06 November 2007 00:34:50 Gary Kline wrote: > > Folks, > > > > As some of you know, i was configuring kkonquereor because it has > > a link to the festival tts tool. I let myself get careless with firefox; > > bookmarked sites went in any-whichway. With konq, I began creating > > directories to which I added simial site, etc. > > > > > > I did save /home/kline when my ne system began having troubles. Now i > > am looking for the dozens of carefully added and edited URL's. I can't > > find the KDE Stuff anywhere. I can find kbookmark, but it's empty in my > > old/former /home/kline/* tree. Anybody know where else i should be > > looking? > > If you are looking for Firefox bookmarks, try ~/.mozilla/firefox/ > I have another directory there that begins with what appear to be random > alphanumeric characters follwed by .default/ My bookmarks are in that > directory. > Your pointer to ~/.kde/share/apps/konqueror/ was what right on the money; thanks! But it occured to me weeeks back that for some thing, possibly including the bookmarks filles, why not have a matching format?? If the firefox bookmarks are inn XML, then it would be possible to share bookmarks iff that were desired. ...Just my two pnnies' worth.... . gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 06:29:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D373516A418 for ; Tue, 6 Nov 2007 06:29:30 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 7EEA213C49D for ; Tue, 6 Nov 2007 06:29:30 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so3710298pyb for ; Mon, 05 Nov 2007 22:29:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; bh=rZjq6poXwJbKhywQIExhKFFTgCk592/l1b/bM4El0mg=; b=HJdXfZofTfZLSpknaHaEdW8RUCMz/dBfP0y0ptFVrSbj10HfK+7/ivLXkDt5egUAsYVu8qgKv1WSO/C4OpVh2uCJZ/vrrDgBidrWE0uy3FSvIOcSgYcSWOfFC7FFno4Yf9f5qAq1I9vTdJG3I8R+A5Aykixp9l6W3+9BGtFyZjQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=ZDlzkGCcEG+5rIZMpW8M4jScWRn3Kmf1ENiX6U1KsZGPAs3Ci6skhT4Mlz/9V0PBMvCjZQjsBVSw/ERJ9Cv/HfIKTZK8SsL5spkVntsJg0Jsfp8LEV7CIecbDY/1gnFuIgzvywFbcVFGGc4gvWJz8nqGcP/fWaDQ6OlNC5t/8lI= Received: by 10.35.65.17 with SMTP id s17mr7106640pyk.1194330560285; Mon, 05 Nov 2007 22:29:20 -0800 (PST) Received: from ?192.168.1.3? ( [74.134.230.123]) by mx.google.com with ESMTPS id n29sm18594086pyh.2007.11.05.22.29.18 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Nov 2007 22:29:18 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v624) Content-Transfer-Encoding: 7bit Message-Id: <27995aedf8e7691a972da9af1cc9e04c@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions Questions From: Joshua Isom Date: Mon, 5 Nov 2007 14:32:54 -0600 X-Mailer: Apple Mail (2.624) Subject: SATA DVD speed's too slow X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 06:29:30 -0000 I currently have an SATA DVD-RW drive for my computer. I have to boot using a CURRENT kernel to get the drive recognized, and dmesg lists it as running at 3.3MB/s. Running mplayer -dumpstream gets around 3 megs a second. Copying off a data dvd gets about the same. But I recall reading about playing a dvd before trying to get the data off of it when using dd, and it seems to work. But the odd part is, it can get up to 20 megabytes a second. Does anyone know how to get the higher speeds all the time? From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 06:49:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9319D16A417 for ; Tue, 6 Nov 2007 06:49:57 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.freebsd.org (Postfix) with ESMTP id 05BF013C480 for ; Tue, 6 Nov 2007 06:49:56 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id lA66naMC044090; Tue, 6 Nov 2007 07:49:36 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id DD8DCB82D; Tue, 6 Nov 2007 07:49:31 +0100 (CET) Date: Tue, 6 Nov 2007 07:49:31 +0100 From: Roland Smith To: FX Charpentier Message-ID: <20071106064931.GA74225@slackbox.xs4all.nl> Mail-Followup-To: FX Charpentier , James , Sean Murphy , freebsd-questions@freebsd.org References: <140051.50393.qm@web36205.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline In-Reply-To: <140051.50393.qm@web36205.mail.mud.yahoo.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: James , Sean Murphy , freebsd-questions@freebsd.org Subject: Re: Help Failing Disk 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, 06 Nov 2007 06:49:57 -0000 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 05, 2007 at 02:40:36PM -0800, FX Charpentier wrote: > Roland, >=20 > The mention of dump '-L' in your email below has caught my attention. > Pardon my ignorance, but what is the '-L' option? >=20 > I looked it up in the man pages but wasn't able to find any mention of it. > Can you point me in the right direction? It's in dump(8); -L This option is to notify dump that it is dumping a live file s= ys- tem. To obtain a consistent dump image, dump takes a snapshot= of the file system in the .snap directory in the root of the file system being dumped and then does a dump of the snapshot. The snapshot is unlinked as soon as the dump starts, and is thus removed when the dump is complete. This option is ignored for unmounted or read-only file systems. If the .snap directory d= oes not exist in the root of the file system being dumped, a warni= ng will be issued and the dump will revert to the standard behavi= or. This problem can be corrected by creating a .snap directory in the root of the file system to be dumped; its owner should be ``root'', its group should be ``operator'', and its mode should be ``0770''. I use dump with the following options (e.g. for /usr); dump -0 -B 4589560 -C 8 -h 0 -L -u -P \ 'cat - >usr-0-20071106-vol${DUMP_VOLUME}.dump' /usr This splits dump output in DVD-R sized chunks. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHMA57EnfvsMMhpyURAiQZAKCM/spPEy7mwUJ0EO5wf45YELhQaACeJos/ XzDov0Eq+mr9ogiPCSk93Wc= =c/St -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 07:58:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D601D16A421 for ; Tue, 6 Nov 2007 07:58:17 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id A4A6E13C4A3 for ; Tue, 6 Nov 2007 07:58:16 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id lA67vsjG007199; Tue, 6 Nov 2007 08:57:54 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id lA67vo7B007195; Tue, 6 Nov 2007 08:57:50 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 6 Nov 2007 08:57:50 +0100 (CET) From: Wojciech Puchar To: Roland Smith In-Reply-To: <20071106064931.GA74225@slackbox.xs4all.nl> Message-ID: <20071106085621.I7058@wojtek.tensor.gdynia.pl> References: <140051.50393.qm@web36205.mail.mud.yahoo.com> <20071106064931.GA74225@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FX Charpentier , James , Sean Murphy , freebsd-questions@freebsd.org Subject: Re: Help Failing Disk 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, 06 Nov 2007 07:58:17 -0000 > > I use dump with the following options (e.g. for /usr); > > dump -0 -B 4589560 -C 8 -h 0 -L -u -P \ > 'cat - >usr-0-20071106-vol${DUMP_VOLUME}.dump' /usr > > This splits dump output in DVD-R sized chunks. completely strange better -f file1,file2,file3,..... (you may type more files than actually needed). one unneeded extra pipe avoided. if you use pipe, use with growisofs. BUT with DVD+RW disks you may use /dev/cd0 directly as dump device From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 08:00:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D9E216A418 for ; Tue, 6 Nov 2007 08:00:07 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6590113C4BD for ; Tue, 6 Nov 2007 08:00:04 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id lA67xwlC007223; Tue, 6 Nov 2007 08:59:58 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id lA67xwEJ007220; Tue, 6 Nov 2007 08:59:58 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 6 Nov 2007 08:59:58 +0100 (CET) From: Wojciech Puchar To: Brian Finniff In-Reply-To: Message-ID: <20071106085925.J7058@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-886228821-1194335998=:7058" Cc: freebsd-questions@freebsd.org Subject: Re: DNS and IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 08:00:07 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-886228821-1194335998=:7058 Content-Type: TEXT/PLAIN; charset=iso-8859-2; format=flowed Content-Transfer-Encoding: 8BIT please read apache manual and set up httpd.conf right. it's not only possible, but very often used, i have >30 sites on one IP On Sun, 4 Nov 2007, Brian Finniff wrote: > > My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domain but you only have one IP address, would it be possible to forward each domain to the same IP address and somehow each one becomes distinct? If so, how is this possible? Can you explain to me how it can be done. > > Oh and for reference, I am not talking about web redirects. > > _________________________________________________________________ > Windows Live Hotmail and Microsoft Office Outlook ? together at last.  Get it now. > http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033_______________________________________________ > 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" > > --0-886228821-1194335998=:7058-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 08:03:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0405516A418 for ; Tue, 6 Nov 2007 08:03:22 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6DB13C4B2 for ; Tue, 6 Nov 2007 08:03:19 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id lA683DR3007270; Tue, 6 Nov 2007 09:03:13 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id lA683Arh007267; Tue, 6 Nov 2007 09:03:12 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 6 Nov 2007 09:03:10 +0100 (CET) From: Wojciech Puchar To: Byung-Hee HWANG In-Reply-To: <1194256149.1874.19.camel@viola.izb.knu.ac.kr> Message-ID: <20071106090215.W7058@wojtek.tensor.gdynia.pl> References: <472ED17A.7050001@gmail.com> <1194256149.1874.19.camel@viola.izb.knu.ac.kr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "Aryeh M. Friedman" , freebsd-questions@freebsd.org Subject: Re: ipv6 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: Tue, 06 Nov 2007 08:03:22 -0000 > > AFAIK, IPv6 setup is much more difficult than IPv4 setup. Still i don't i don't think so. it is no more difficult, or even easier. more difficult is to put rev-dns entries but still not a problem From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 08:16:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C779E16A419 for ; Tue, 6 Nov 2007 08:16:44 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from drone2.qsi.net.nz (drone2-svc-skyt.qsi.net.nz [202.89.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 263AD13C4AA for ; Tue, 6 Nov 2007 08:16:43 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: (qmail 21358 invoked by uid 0); 6 Nov 2007 08:16:27 -0000 Received: from unknown (HELO chen.org.nz) ([202.89.146.5]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 6 Nov 2007 08:16:26 -0000 Received: by chen.org.nz (Postfix, from userid 1000) id BA44D7E862; Tue, 6 Nov 2007 21:16:25 +1300 (NZDT) Date: Tue, 6 Nov 2007 21:16:25 +1300 From: Jonathan Chen To: James Message-ID: <20071106081625.GC46733@osiris.chen.org.nz> References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EEDAD.4060409@gmail.com> <472F6AE2.8080608@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade 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: Tue, 06 Nov 2007 08:16:44 -0000 On Tue, Nov 06, 2007 at 12:18:01AM +0000, James wrote: [...] > So you don't need to uninstall pkgs before starting to use ports, but you > can't go back once you've started using them. That's not true. Packages are just precompiled ports, and you can mix and match if you know what you're doing. If you keep to one particular update interface that can support using packages, eg: portupgrade, you should be fine. -- Jonathan Chen ---------------------------------------------------------------------- "The reason why worry kills more people than work is that more people worry than work." - Robert Frost From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 08:22:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E423616A420 for ; Tue, 6 Nov 2007 08:22:16 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from smtp2e.orange.fr (smtp2e.orange.fr [80.12.242.112]) by mx1.freebsd.org (Postfix) with ESMTP id 9BC0B13C4BF for ; Tue, 6 Nov 2007 08:22:16 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2e14.orange.fr (SMTP Server) with ESMTP id AB92D7000097 for ; Tue, 6 Nov 2007 09:22:06 +0100 (CET) Received: from [192.168.1.2] (ALyon-252-1-43-180.w82-122.abo.wanadoo.fr [82.122.186.180]) by mwinf2e14.orange.fr (SMTP Server) with ESMTP id 7CB607000092 for ; Tue, 6 Nov 2007 09:22:06 +0100 (CET) X-ME-UUID: 20071106082206510.7CB607000092@mwinf2e14.orange.fr Message-ID: <4730242D.6000405@nicoelro.net> Date: Tue, 06 Nov 2007 09:22:05 +0100 From: Nicolas Letellier User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <472F74A9.9090400@calarts.edu> <20071105135312.C19602@wonkity.com> <472F9069.7000202@nicoelro.net> <20071105234313.GA10023@olymp.home> In-Reply-To: <20071105234313.GA10023@olymp.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: FreeBSD 6.2-release and azalia sound chipset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nicolas@nicoelro.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 08:22:17 -0000 Hello, Two questions : it's a "binary" module ? I don't find the module for azalia. Where is it ? Thanks Nicolas Oliver Herold a écrit : > Hi, > > http://people.freebsd.org/~ariff/BINARY_MODULES/ > > just follow the README. > > Cheers, Oliver > > > On Mon, Nov 05, 2007 at 10:51:37PM +0100, Nicolas Letellier wrote: > >> Hello, >> >> I installed 6.2 -release. I have the sound chipset azalia (Intel 82801H HD >> Audio). >> However, I don't find a module for this chipset. Where I can found it ? How >> install it ? >> >> Thanks you, >> >> Nicolas >> >> _______________________________________________ >> 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" >> > > -- Nicolas Letellier, administrateur systèmes Site personnel : http://nicoelro.net Curriculum-vitae : http://nletellier.info OpenBSD - free, functional and secure From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 09:15:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7569816A41A for ; Tue, 6 Nov 2007 09:15:57 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id C162913C48E for ; Tue, 6 Nov 2007 09:15:56 +0000 (UTC) (envelope-from a@jenisch.at) Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (6.0.0); Tue, 06 Nov 2007 10:15:44 +0100 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Tue, 6 Nov 2007 10:15:44 +0100 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id lA69Fhkk001935 for ; Tue, 6 Nov 2007 10:15:43 +0100 (CET) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id lA69FhgM001934 for freebsd-questions@freebsd.org; Tue, 6 Nov 2007 10:15:43 +0100 (CET) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Tue, 6 Nov 2007 10:15:43 +0100 From: Ewald Jenisch To: freebsd-questions@freebsd.org Message-ID: <20071106091543.GA1908@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 06 Nov 2007 09:15:44.0569 (UTC) FILETIME=[9C3E3290:01C82055] X-SEF-ZeroHour-RefID: fgs=0 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 X-SEF-Processed: 6_0_0_39__2007_11_06_10_15_44 Subject: List of sites using 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, 06 Nov 2007 09:15:57 -0000 Hi, Does anybody out there know where I can find a list of sites running FreeBSD? I expected it on www.freebsd.org, but couldn't find it (maybe overlooked?) Thanks in advance for any pointer. -ewald From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 09:23:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B80316A419 for ; Tue, 6 Nov 2007 09:23:24 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0A06513C491 for ; Tue, 6 Nov 2007 09:23:23 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id 7B6C314222B; Tue, 6 Nov 2007 11:23:02 +0200 (EET) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 2BCB714204A; Tue, 6 Nov 2007 11:22:59 +0200 (EET) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Tue, 6 Nov 2007 11:25:37 +0200 User-Agent: KMail/1.9.7 References: <54db43990711051454m8d4ecaaq24cc1bbbf02bfe0d@mail.gmail.com> In-Reply-To: <54db43990711051454m8d4ecaaq24cc1bbbf02bfe0d@mail.gmail.com> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711061125.37689.nvass@teledomenet.gr> Cc: Bob Johnson Subject: Re: ip6fw without ipfw? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 09:23:24 -0000 On Tuesday 06 November 2007 00:54:36 Bob Johnson wrote: > So is it a bug or a feature that enabling ip6fw (/etc/rc.d/ip6fw > start) also enables ipfw (the ipv4 version)? I didn't see it mentioned > in IP6FW(8). > > It sure surprised me when I was exploring IPv6 setup and I enabled > ip6fw without configuring the IPv4 rc.firewall. Locked me out of the > remote system, because ssh won't let me log in on IPv6 (I'll post that > question in another message), and ipfw came up and locked me out via > IPv4. Forced me to go out and enjoy the nice weather yesterday instead > of playing with IPv6 all day... Can't replicate what you said. I am running 6.2-STABLE from June. I loaded the ip6fw module and ipfw is not loaded. I also ran the ip6fw rc script. Nothing happened regarding ipfw. root:0:/cdrom# ip6fw show 65535 0 0 deny ipv6 from any to any root:0:/cdrom# ipfw show ipfw: getsockopt(IP_FW_GET): Protocol not available If you can replicate the problem, please report it. Nikos From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 10:17:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F194816A480 for ; Tue, 6 Nov 2007 10:17:42 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from ptb-relay01.plus.net (ptb-relay01.plus.net [212.159.14.212]) by mx1.freebsd.org (Postfix) with ESMTP id ABD3D13C4A6 for ; Tue, 6 Nov 2007 10:17:42 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from [81.174.174.115] (helo=MAIN) by ptb-relay01.plus.net with smtp (Exim) id 1IpL3w-0005nw-Jh for freebsd-questions@freebsd.org; Tue, 06 Nov 2007 09:49:38 +0000 Message-ID: <000a01c8205a$52fff230$1c07a8c0@MAIN> From: "Graham Bentley" To: Date: Tue, 6 Nov 2007 09:49:28 -0000 Organization: Custom PC North West 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: Should I just go ahead on 7.0? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Graham Bentley List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 10:17:43 -0000 http://www.freebsd.org/releases/7.0R/schedule.html I want to build an experimental / frugal desktop on FreeBSD+Fluxbox Am I ok to go ahead on 7.0 iso's after the 7th ? Thanks Graham ps Sorry if this has been answered, I have been out of the loop for a while :o) From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 10:37:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F328116A420 for ; Tue, 6 Nov 2007 10:37:15 +0000 (UTC) (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 BC0A913C4A7 for ; Tue, 6 Nov 2007 10:37:15 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA6AasV2010461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 6 Nov 2007 02:36:54 -0800 X-Auth-Received: from dzihan.cs.washington.edu (dzihan.cs.washington.edu [128.208.4.96]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA6Aas7k021218 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 6 Nov 2007 02:36:54 -0800 Message-ID: <473043C6.2080303@u.washington.edu> Date: Tue, 06 Nov 2007 02:36:54 -0800 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (X11/20071003) MIME-Version: 1.0 To: Graham Bentley References: <000a01c8205a$52fff230$1c07a8c0@MAIN> In-Reply-To: <000a01c8205a$52fff230$1c07a8c0@MAIN> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.2.313940, Antispam-Data: 2007.11.6.21136 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='BODY_SIZE_500_599 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-questions@freebsd.org Subject: Re: Should I just go ahead on 7.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, 06 Nov 2007 10:37:16 -0000 Graham Bentley wrote: > http://www.freebsd.org/releases/7.0R/schedule.html > > I want to build an experimental / frugal desktop on > FreeBSD+Fluxbox > > Am I ok to go ahead on 7.0 iso's after the 7th ? > > Thanks > > Graham > > ps Sorry if this has been answered, I have been out > of the loop for a while :o) > You should be fine now (pending any bugs found in the beta/release process), because 7-CURRENT's source has been essentially frozen since August I believe.. -Garrett From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 11:42:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFBFC16A419 for ; Tue, 6 Nov 2007 11:42:59 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id C040513C48D for ; Tue, 6 Nov 2007 11:42:58 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id lA6BgnD2009293; Tue, 6 Nov 2007 12:42:49 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id lA6Bglvr009290; Tue, 6 Nov 2007 12:42:47 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 6 Nov 2007 12:42:47 +0100 (CET) From: Wojciech Puchar To: Ewald Jenisch In-Reply-To: <20071106091543.GA1908@aurora.oekb.co.at> Message-ID: <20071106124238.I9277@wojtek.tensor.gdynia.pl> References: <20071106091543.GA1908@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: List of sites using 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, 06 Nov 2007 11:42:59 -0000 > > Does anybody out there know where I can find a list of sites running > FreeBSD? possibly millions :) From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 09:44:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C357B16A418; Tue, 6 Nov 2007 09:44:14 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 69E4E13C49D; Tue, 6 Nov 2007 09:44:14 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 168C82094; Tue, 6 Nov 2007 10:43:53 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 7E0DD208D; Tue, 6 Nov 2007 10:43:52 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 44BFE8447F; Tue, 6 Nov 2007 10:43:52 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "Aryeh M. Friedman" References: <472D56A1.7070206@gmail.com> Date: Tue, 06 Nov 2007 10:43:52 +0100 In-Reply-To: <472D56A1.7070206@gmail.com> (Aryeh M. Friedman's message of "Sun\, 04 Nov 2007 01\:20\:33 -0400") Message-ID: <86y7dbd7zb.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Tue, 06 Nov 2007 12:43:06 +0000 Cc: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org, freebsd-questions@freebsd.org, "Sean C. Farley" , samira Subject: Re: [ANNOUNCEMENT] Wiki for discussing P35/IHC9(R)/SATA issues set up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 09:44:14 -0000 "Aryeh M. Friedman" writes: > http://www.flosoft-systems.com/wiki/index.php What's wrong with wiki.freebsd.org? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 13:12:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EF7516A417 for ; Tue, 6 Nov 2007 13:12:19 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from snipe.secure-computing.net (snipe.secure-computing.net [209.240.66.149]) by mx1.freebsd.org (Postfix) with ESMTP id F3E4213C4A5 for ; Tue, 6 Nov 2007 13:12:18 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from swordfish.local.claimlynx.com (unknown [74.95.66.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ecrist@secure-computing.net) by snipe.secure-computing.net (Postfix) with ESMTP id 9B74417043; Tue, 6 Nov 2007 07:12:02 -0600 (CST) Message-Id: <4C884976-8734-4112-8520-2E30893C0BE3@secure-computing.net> From: Eric F Crist To: "Andrey V. Elsukov" In-Reply-To: <473009B2.40406@yandex.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Tue, 6 Nov 2007 07:12:01 -0600 References: <473009B2.40406@yandex.ru> X-Mailer: Apple Mail (2.912) Cc: User Questions Subject: Re: IPFW/Divert 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, 06 Nov 2007 13:12:19 -0000 On Nov 6, 2007, at 12:29 AM, Andrey V. Elsukov wrote: > Eric F Crist wrote: >> I've been working on doing some bandwidth accounting with ipfw >> count rules, but I've come across a very crappy problem. After >> adding the following two lines to /etc/rc.conf, I'm posed with a >> question during boot: >> Loading divert daemons are you sure [yn]: > > About which lines you talk? Sorry, left that part out: firewall_enable="YES" firewall_script="/etc/ipfw.sh" FWIW, ipfw.sh ONLY has count rules it it. There isn't any NAT/etc going on here. Also, IPFW was compiled with DEFAULT TO ACCEPT, since I'm not really using it for anything other than accounting. ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 13:26:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4540716A41B for ; Tue, 6 Nov 2007 13:26:23 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id A0E3C13C4C1 for ; Tue, 6 Nov 2007 13:26:22 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-291021.home.otenet.gr [85.73.184.107]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id lA6DPlSA015738; Tue, 6 Nov 2007 15:25:47 +0200 Message-ID: <47306B5A.607@otenet.gr> Date: Tue, 06 Nov 2007 15:25:46 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: nicolas@nicoelro.net References: <472F74A9.9090400@calarts.edu> <20071105135312.C19602@wonkity.com> <472F9069.7000202@nicoelro.net> <20071105234313.GA10023@olymp.home> <4730242D.6000405@nicoelro.net> In-Reply-To: <4730242D.6000405@nicoelro.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.2-release and azalia sound chipset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 13:26:23 -0000 Nicolas Letellier wrote: > Hello, > > Two questions : > it's a "binary" module ? > I don't find the module for azalia. Where is it ? > > Thanks > > Nicolas > > Oliver Herold a écrit : >> Hi, >> >> http://people.freebsd.org/~ariff/BINARY_MODULES/ >> >> just follow the README. >> >> Cheers, Oliver >> >> >> On Mon, Nov 05, 2007 at 10:51:37PM +0100, Nicolas Letellier wrote: >> >>> Hello, >>> >>> I installed 6.2 -release. I have the sound chipset azalia (Intel >>> 82801H HD Audio). >>> However, I don't find a module for this chipset. Where I can found >>> it ? How install it ? >>> >>> Thanks you, >>> >>> Nicolas >>> >>> _______________________________________________ >>> 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 see my previous post on this, with complete instructions here: http://lists.freebsd.org/pipermail/freebsd-questions/2007-August/155261.html From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 13:33:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7FD816A417 for ; Tue, 6 Nov 2007 13:33:40 +0000 (UTC) (envelope-from rsc@admadic.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.161]) by mx1.freebsd.org (Postfix) with ESMTP id E8FA713C4BE for ; Tue, 6 Nov 2007 13:33:39 +0000 (UTC) (envelope-from rsc@admadic.de) Received: from srv.lpz.q-17.de.local (dslb-088-074-129-176.pools.arcor-ip.net [88.74.129.176]) by post.webmailer.de (klopstock mo22) (RZmta 14.0) with ESMTP id R04703jA6CxHeG for ; Tue, 6 Nov 2007 14:33:27 +0100 (MET) (envelope-from: ) Received: (qmail 2193 invoked by uid 98); 6 Nov 2007 13:33:09 -0000 Received: from 192.168.40.21 by srv.lpz.q-17.de.local (envelope-from , uid 89) with qmail-scanner-2.01 ( Clear:RC:1(192.168.40.21):. Processed in 0.032954 secs); 06 Nov 2007 13:33:09 -0000 Received: from unknown (HELO ?192.168.40.21?) (192.168.40.21) by srvfb.lpz.q-17.de.local with SMTP; 6 Nov 2007 13:33:08 -0000 Message-ID: <47306D15.9020208@admadic.de> Date: Tue, 06 Nov 2007 14:33:09 +0100 From: Rainer Schwarze User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <472F589E.7090206@admadic.de> <472FA898.2080704@cyberleo.net> In-Reply-To: <472FA898.2080704@cyberleo.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-RZG-AUTH: lUESeo99iNzPSoaxNYLEYM0vFQKTxznPOmIi0KhUTW8YiUQ81LloxpqYX6c= X-RZG-CLASS-ID: mo00 Subject: Re: Incomplete file listing with Samba on ext2fs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 13:33:40 -0000 CyberLeo Kitsana wrote: > Rainer Schwarze wrote: >> I created 1000 files named "file000" ... "file0999" in a directory. I >> could see all of them via Windows. >> >> I created 1000 files named "file-0000.file" ... "file-0999.file" in a >> directory. I could see the first 130 files of them. > > Are you sure this is only happening with ext2fs? You might be running > into a filename mangling limitation in Samba. That was my first interpretation after the test case with the filenames. However, everything works well when I put the same set of files on a UFS volume shared by samba. When copying the same set of files to another directory on ext2fs the directory listings are still incomplete. It happens with the test data as well as with "real life" file sets. When I create the files starting at 0000 I can see the files with the number 0000 to 0128, when I create them starting at 0999 down to 0000, I can see 0999 to 0871. So I think it doesn't look like filename mangling problems. To me it looks like smbd retrieves the first subset of files which fit into an internal memory block, returns that and does not get the next subset of files from the directory. I read a problem like that for another scenario but unfortunately can't locate it any more. Best wishes, Rainer -- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 13:44:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC5F716A419 for ; Tue, 6 Nov 2007 13:44:38 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp4.yandex.ru (smtp4.yandex.ru [213.180.223.136]) by mx1.freebsd.org (Postfix) with ESMTP id DDC1413C4A7 for ; Tue, 6 Nov 2007 13:44:37 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([77.72.136.145]:64964 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S738156AbXKFNcD (ORCPT ); Tue, 6 Nov 2007 16:32:03 +0300 X-Comment: RFC 2476 MSA function at smtp4.yandex.ru logged sender identity as: bu7cher Message-ID: <47306CD0.7030301@yandex.ru> Date: Tue, 06 Nov 2007 16:32:00 +0300 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Eric F Crist References: <473009B2.40406@yandex.ru> <4C884976-8734-4112-8520-2E30893C0BE3@secure-computing.net> In-Reply-To: <4C884976-8734-4112-8520-2E30893C0BE3@secure-computing.net> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, User Questions Subject: Re: IPFW/Divert 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, 06 Nov 2007 13:44:38 -0000 Eric F Crist wrote: > firewall_enable="YES" > firewall_script="/etc/ipfw.sh" > > FWIW, ipfw.sh ONLY has count rules it it. There isn't any NAT/etc going > on here. Also, IPFW was compiled with DEFAULT TO ACCEPT, since I'm not > really using it for anything other than accounting. In the your /etc/ipfw.sh script you should use "-f" flag when you run ipfw flush command. -- WBR, Andrey V. Elsukov From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 14:15:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B07CD16A41A; Tue, 6 Nov 2007 14:15:16 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from snipe.secure-computing.net (snipe.secure-computing.net [209.240.66.149]) by mx1.freebsd.org (Postfix) with ESMTP id 8C07013C4B8; Tue, 6 Nov 2007 14:15:15 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from swordfish.local.claimlynx.com (unknown [74.95.66.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ecrist@secure-computing.net) by snipe.secure-computing.net (Postfix) with ESMTP id EDB9617043; Tue, 6 Nov 2007 08:15:01 -0600 (CST) Message-Id: <0F869E5F-EF2C-468A-BF14-960E59159F32@secure-computing.net> From: Eric F Crist To: Andrey V. Elsukov In-Reply-To: <47306CD0.7030301@yandex.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Tue, 6 Nov 2007 08:15:00 -0600 References: <473009B2.40406@yandex.ru> <4C884976-8734-4112-8520-2E30893C0BE3@secure-computing.net> <47306CD0.7030301@yandex.ru> X-Mailer: Apple Mail (2.912) Cc: freebsd-net@freebsd.org, User Questions Subject: Re: IPFW/Divert 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, 06 Nov 2007 14:15:16 -0000 On Nov 6, 2007, at 7:32 AM, Andrey V. Elsukov wrote: > Eric F Crist wrote: >> firewall_enable="YES" >> firewall_script="/etc/ipfw.sh" >> FWIW, ipfw.sh ONLY has count rules it it. There isn't any NAT/etc >> going on here. Also, IPFW was compiled with DEFAULT TO ACCEPT, >> since I'm not really using it for anything other than accounting. > > In the your /etc/ipfw.sh script you should use "-f" flag when you run > ipfw flush command. I am, but that has nothing to do with my problem. My problem is that, during system boot, I'm asked the following question: Loading divert daemons Are you sure? [yn]: The system sits there indefinitely until the question is answered. I need this to go away. ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:02:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C33F116A417 for ; Tue, 6 Nov 2007 15:02:37 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.180]) by mx1.freebsd.org (Postfix) with ESMTP id 3DB7B13C49D for ; Tue, 6 Nov 2007 15:02:36 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so697049ika for ; Tue, 06 Nov 2007 07:02:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=Qt3EX0st1hoKutk7nzx21ZJci2aBfrLNW81kvf7sElw=; b=UFg5GO18Wr2f7dUStAAUVkE/g8GTvRDLPvf5UC8Z31/fV0kaLVdJiRaDNenqrQ4OxEGuwkqNXYu4euoNtrYfA0LfC9vrP3/mgyLzfEiQz/kCJxoEzYQQuja4EEiqzfrAT+z8j/Jfw9N+m0Se0+gelkuYbMCXMGbP7LfDORqUpEk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=cqBjtDH1UVU5ZEMnAPh77zpJuy2ymg65P8jEZgVZpzX4Ji1kzPF7k95sXoxreigRttmhoMoUU0nvhmqSa0pA/lUMZrQ330E6qkX+APFFZa1RgiO1OuwVx73zkt/0tvlYjjz5ny9WQfJKBJnQq/BVgFMvEUPPkdkmM75pSoGDBCw= Received: by 10.142.131.18 with SMTP id e18mr1185008wfd.1194361344260; Tue, 06 Nov 2007 07:02:24 -0800 (PST) Received: by 10.142.180.12 with HTTP; Tue, 6 Nov 2007 07:02:24 -0800 (PST) Message-ID: Date: Tue, 6 Nov 2007 15:02:24 +0000 From: James To: "Jonathan Chen" In-Reply-To: <20071106081625.GC46733@osiris.chen.org.nz> MIME-Version: 1.0 References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EEDAD.4060409@gmail.com> <472F6AE2.8080608@gmail.com> <20071106081625.GC46733@osiris.chen.org.nz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade 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: Tue, 06 Nov 2007 15:02:37 -0000 On Nov 6, 2007 8:16 AM, Jonathan Chen wrote: > On Tue, Nov 06, 2007 at 12:18:01AM +0000, James wrote: > > [...] > > So you don't need to uninstall pkgs before starting to use ports, but > you > > can't go back once you've started using them. > > That's not true. Packages are just precompiled ports, and you can mix > and match if you know what you're doing. If you keep to one particular > update interface that can support using packages, eg: portupgrade, you > should be fine. > -- > Jonathan Chen > ---------------------------------------------------------------------- > "The reason why worry kills more people than work is that more people > worry than work." - Robert Frost > I really should rephrase what I said, because you're both right and I knew you were right. *I* can't mix packages and ports, because *I* can't be bothered keeping track of things. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:04:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8149516A419 for ; Tue, 6 Nov 2007 15:04:43 +0000 (UTC) (envelope-from freebsd-questions@lobraun.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by mx1.freebsd.org (Postfix) with ESMTP id 1807313C4C1 for ; Tue, 6 Nov 2007 15:04:43 +0000 (UTC) (envelope-from freebsd-questions@lobraun.de) Received: from [134.2.166.4] (vpn0504.extern.uni-tuebingen.de [134.2.166.4]) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis) id 0ML2xA-1IpPlu3LO0-00052I; Tue, 06 Nov 2007 15:51:22 +0100 Message-ID: <47307F6A.2040205@lobraun.de> Date: Tue, 06 Nov 2007 15:51:22 +0100 From: Lothar Braun User-Agent: Thunderbird 2.0.0.6 (X11/20071105) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+sSO0wXAOUmURQBf1NH4u5QmTVU7lmOli8OBm iZjfb7IoDPgdvYB803ofnMOgBQZIKustEtH3NbrChVdgVJsihT JYEteUzfSzt0QtUmZGuT8gsByASxaPZ Subject: dhcp + vpnc results in broken routes (routing loop) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 15:04:43 -0000 Dear list members, i'm running FreeBSD 7.0 BETA-2 on a laptop within a network that assigns addresses from 10.32.136.0/24 via dhcp to it's members. After obtaining the 10.32.136.0/24 address, we are supposed to connect to a vpn-gateway using e.g. vpnc. After connecting to the gateway the laptop gets a valid public IP address, which is used to connect to the internet. This works pretty well, until dhclient tries to get a new private address from the dhcp-server. After that i get a message similar to Nov 6 11:43:26 fitu vpnc[5560]: routing loop to yyy.yyy.yyy.yyy (where yyy.yyy.yyy.yyy is the ip address of the vpn-gateway) Here's what happens to routing table. After invoking dhclient for the first time, i get this table (ipv4 part only): Internet: Destination Gateway Flags Refs Use Netif Expire default 10.32.136.254 UGS 0 3 iwi0 10.32.136.0/24 link#1 UC 0 0 iwi0 10.32.136.254 00:12:43:a2:f2:c0 UHLW 2 0 iwi0 1188 127.0.0.1 127.0.0.1 UH 0 0 lo0 Looking at the arp tables i get: [root@fitu /usr/home/lothar]# arp -a ? (10.32.136.254) at 00:12:43:a2:f2:c0 on iwi0 [ethernet] When i start vpnc, the routing table changes to: Internet: Destination Gateway Flags Refs Use Netif Expire default 134.2.166.51 UGS 0 0 tun0 10.32.136.0/24 link#1 UC 0 0 iwi0 10.32.136.254 00:12:43:a2:f2:c0 UHLW 2 0 iwi0 1174 127.0.0.1 127.0.0.1 UH 0 0 lo0 xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx UH 1 0 tun0 yyy.yyy.yyy.yyy 10.32.136.254 UGHS 0 0 iwi0 where xxx.xxx.xxx.xxx is my new public ip address and yyy.yyy.yyy.yyy is the vpn gatways address. Everything works fine (aka. i can normally connect to the internet), until dhclient tries to get a new lease: Nov 6 11:24:36 fitu dhclient: New IP Address (iwi0): 10.32.136.128 Nov 6 11:24:36 fitu dhclient: New Subnet Mask (iwi0): 255.255.255.0 Nov 6 11:24:36 fitu dhclient: New Broadcast Address (iwi0): 10.32.136.255 Nov 6 11:24:36 fitu dhclient: New Routers (iwi0): 10.32.136.254 Nov 6 11:24:48 fitu vpnc[3108]: routing loop to yyy.yyy.yyy.yyy Nov 6 11:24:48 fitu last message repeated 212 times where yyy.yyy.yyy.yyy is still the vpn gateway. (note that the problem occurs even if the new ip address is exactly the same as the old address). The routing table changed to: Internet: Destination Gateway Flags Refs Use Netif Expire default xxx.xxx.xxx.xxx UGS 0 570 tun0 10.32.136.0/24 link#1 UC 0 0 iwi0 10.32.136.254 link#1 UHLW 1 0 iwi0 127.0.0.1 127.0.0.1 UH 0 0 lo0 xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx UH 1 0 tun0 and arp -a does provide: [root@fitu /usr/home/lothar]# arp -a ? (10.32.136.254) at (incomplete) on iwi0 [ethernet] One can see that the vpn-gateways ip address and the local routers mac address disappeared. The same dhcp/vpnc configuration does work without problems on a linux box on the same network. Can someone tell me where i have to look to find the error? I'm wondering if this a problem with my local setup, a problem within the network, a problem with vpnc on FreeBSD, or a problem with FreeBSD itself? Can i provide any additional information? Best regards, Lothar From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:09:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A123516A41B for ; Tue, 6 Nov 2007 15:09:34 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 6813913C4A7 for ; Tue, 6 Nov 2007 15:09:34 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 8048928459; Tue, 6 Nov 2007 10:09:29 -0500 (EST) To: Eric F Crist Date: Tue, 6 Nov 2007 07:15:00 -0400 References: <473009B2.40406@yandex.ru> <4C884976-8734-4112-8520-2E30893C0BE3@secure-computing.net> <47306CD0.7030301@yandex.ru> <0F869E5F-EF2C-468A-BF14-960E59159F32@secure-computing.net> From: Lowell Gilbert In-Reply-To: <0F869E5F-EF2C-468A-BF14-960E59159F32@secure-computing.net> (Eric F. Crist's message of "Tue\, 6 Nov 2007 08\:15\:00 -0600") Message-ID: <443avjl8ba.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: User Questions Subject: Re: IPFW/Divert 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, 06 Nov 2007 15:09:34 -0000 -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:14:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CED5016A417 for ; Tue, 6 Nov 2007 15:14:41 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by mx1.freebsd.org (Postfix) with ESMTP id 837DD13C4A6 for ; Tue, 6 Nov 2007 15:14:41 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1240297nzf for ; Tue, 06 Nov 2007 07:14:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=kt3TjOMIhtdGTjfZIgZWQ9I+luGiwzwelV7fYtrNayY=; b=IOxFyXUB8qFpaoGHisgne5JtA4wgzymLA9gQ11bmA1UoBV0UGM+JEYHuxCHqrULXZxfRNSLcu4vHypZAQeWl2fH6dwVw8SiM84GbSwLLmHWJS/F0hRr1VoyT2Si6B9Cde/3ELHXao9++tzfBSVYjsra7leHHYzOfz/1paGCEpV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DCwYvssi9WuRKEu7a4zQtR2al/lS3oVDNv/Ti+xTCyT8g18xNcF3m3v7r64SZUdLSalr7MrhGNfuOL3ZZRHOM7e5wNcpDSi/WLoiYRS7Iv8nXKHOMGacxiZm9FGu80jJe8JYy8TytBf8vOEGt9tie6Lbt/GxkJ+WhrU1UC4EPMk= Received: by 10.142.131.18 with SMTP id e18mr1195741wfd.1194362064975; Tue, 06 Nov 2007 07:14:24 -0800 (PST) Received: by 10.142.216.9 with HTTP; Tue, 6 Nov 2007 07:14:24 -0800 (PST) Message-ID: <54db43990711060714j44df835eq2b8719c433e7266@mail.gmail.com> Date: Tue, 6 Nov 2007 10:14:24 -0500 From: "Bob Johnson" To: "Nikos Vassiliadis" In-Reply-To: <200711061125.37689.nvass@teledomenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <54db43990711051454m8d4ecaaq24cc1bbbf02bfe0d@mail.gmail.com> <200711061125.37689.nvass@teledomenet.gr> Cc: freebsd-questions@freebsd.org Subject: Re: ip6fw without ipfw? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 15:14:41 -0000 On 11/6/07, Nikos Vassiliadis wrote: > On Tuesday 06 November 2007 00:54:36 Bob Johnson wrote: > > So is it a bug or a feature that enabling ip6fw (/etc/rc.d/ip6fw > > start) also enables ipfw (the ipv4 version)? I didn't see it mentioned > > in IP6FW(8). > > > > It sure surprised me when I was exploring IPv6 setup and I enabled > > ip6fw without configuring the IPv4 rc.firewall. Locked me out of the > > remote system, because ssh won't let me log in on IPv6 (I'll post that > > question in another message), and ipfw came up and locked me out via > > IPv4. Forced me to go out and enjoy the nice weather yesterday instead > > of playing with IPv6 all day... > > Can't replicate what you said. I am running 6.2-STABLE from June. > I loaded the ip6fw module and ipfw is not loaded. I also ran the > ip6fw rc script. Nothing happened regarding ipfw. > > root:0:/cdrom# ip6fw show > 65535 0 0 deny ipv6 from any to any > root:0:/cdrom# ipfw show > ipfw: getsockopt(IP_FW_GET): Protocol not available > > If you can replicate the problem, please report it. > > Nikos > Sorry I forgot to mention that this is on 7.0-BETA1. I find that it only happens the first time I enable the firewall after rebooting. I remove the firewall_enable and ipv6_firewall_enable lines in rc.conf, reboot the system, then put the lines back in rc.conf. Then /etc/rc.d/ip6fw start also starts ipfw. I'm pretty sure that when this happens, ipfw doesn't load its rules from /etc/rc.firewall, so it is running with only the default deny rule (I'll try to confirm that some time today, but first I need to get some real work done this morning). After the firewall has been enabled and disabled, re-enabling ip6fw doesn't seem to affect ipfw. Since this is apparently a bug, I'll file a PR. I'm going to install 7.0-BETA2 later today, I'll try again on that. - Bob From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:15:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6121D16A46D for ; Tue, 6 Nov 2007 15:15:52 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 1EC6213C4CA for ; Tue, 6 Nov 2007 15:15:52 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 534B728459; Tue, 6 Nov 2007 10:15:42 -0500 (EST) To: Eric F Crist Date: Tue, 6 Nov 2007 07:15:11 -0400 References: <473009B2.40406@yandex.ru> <4C884976-8734-4112-8520-2E30893C0BE3@secure-computing.net> <47306CD0.7030301@yandex.ru> <0F869E5F-EF2C-468A-BF14-960E59159F32@secure-computing.net> From: Lowell Gilbert In-Reply-To: <0F869E5F-EF2C-468A-BF14-960E59159F32@secure-computing.net> (Eric F. Crist's message of "Tue\, 6 Nov 2007 08\:15\:00 -0600") Message-ID: <441wb3l80x.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: User Questions Subject: Re: IPFW/Divert 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, 06 Nov 2007 15:15:52 -0000 Eric F Crist writes: > On Nov 6, 2007, at 7:32 AM, Andrey V. Elsukov wrote: > >> Eric F Crist wrote: >>> firewall_enable="YES" >>> firewall_script="/etc/ipfw.sh" >>> FWIW, ipfw.sh ONLY has count rules it it. There isn't any NAT/etc >>> going on here. Also, IPFW was compiled with DEFAULT TO ACCEPT, >>> since I'm not really using it for anything other than accounting. >> >> In the your /etc/ipfw.sh script you should use "-f" flag when you run >> ipfw flush command. > > > I am, but that has nothing to do with my problem. My problem is that, > during system boot, I'm asked the following question: > > Loading divert daemons Are you sure? [yn]: > > The system sits there indefinitely until the question is answered. I > need this to go away. I can't find anything that would be causing that. Try using rcorder to determine the order for the startup scripts, then run them by hand one at a time. You may need to do this by booting into single-user mode to avoid the scripts being run automatically. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:16:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEFF916A419 for ; Tue, 6 Nov 2007 15:16:13 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 5854E13C4DD for ; Tue, 6 Nov 2007 15:16:13 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so3960378pyb for ; Tue, 06 Nov 2007 07:16:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=E59F6nu6CpxfiDn5hvUPdwEfcdIyNCTd2v96BjHElXc=; b=E1kWzkTEyiwdy4HriuDrGmL4/YKANK3UNvLoyo29Pn+DjBH7VN5HsewnT2CNFAXdJhLBADZELKbAuWyQ6bBTJEOZU+w/oXxkuzJ4U3pQR3iZlXStz/NjoDgCAVaObn+eQhzwTqDPi85hGWSfkrEAsQ8YULSSaSePgqcmiC9skek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=ic/c/JWDX4KLoH+559xnkilAWY2UYVx1RIp8CRxa5+oUhiX7rhLhWiM7r5PlLfQUZN0LzuHXv2GF22Xp067T+jpMygK4q7EVGVFVrzKuVP7YXh5W4qhQqBdWR7DAuULg7Tc4QtS0g7u7wtW9oD0onluXeFQlJ0yXw/Vi/t2KIiw= Received: by 10.65.115.4 with SMTP id s4mr16147976qbm.1194362162276; Tue, 06 Nov 2007 07:16:02 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id e15sm4460678qbe.2007.11.06.07.16.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 06 Nov 2007 07:16:01 -0800 (PST) Message-ID: <4730852A.3050602@gmail.com> Date: Tue, 06 Nov 2007 10:15:54 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: James References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EEDAD.4060409@gmail.com> <472F6AE2.8080608@gmail.com> <20071106081625.GC46733@osiris.chen.org.nz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Jonathan Chen Subject: Re: portupgrade 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: Tue, 06 Nov 2007 15:16:14 -0000 > > > I really should rephrase what I said, because you're both right and I knew > you were right. > > *I* can't mix packages and ports, because *I* can't be bothered keeping > track of things. > Like everything in UNIX there are several ways: 1. The default (simplest way) 2. The simple but manual way 3. And the "right" but insanely complex way Has anyone heard of KISS??!?!?!?!? -- Aryeh M. Friedman Developer, not business, friendly http://www.flosoft-systems.com From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:24:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 933BE16A46C for ; Tue, 6 Nov 2007 15:24:37 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 56E8C13C4D1 for ; Tue, 6 Nov 2007 15:24:37 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay3.lanl.gov (mailrelay3.lanl.gov [128.165.4.104]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA6FOWvC001441; Tue, 6 Nov 2007 08:24:33 -0700 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay3.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA6FOVdm023985; Tue, 6 Nov 2007 08:24:31 -0700 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id 6D9F91F8004; Tue, 6 Nov 2007 08:24:26 -0700 (MST) From: James To: Ewald Jenisch In-Reply-To: <20071106091543.GA1908@aurora.oekb.co.at> References: <20071106091543.GA1908@aurora.oekb.co.at> Organization: Los Alamos National Laboratories Date: Tue, 06 Nov 2007 15:24:26 +0000 Message-Id: <1194362666.44703.5.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: List of sites using FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 15:24:37 -0000 On Tue, 2007-11-06 at 10:15 +0100, Ewald Jenisch wrote: > Hi, > > Does anybody out there know where I can find a list of sites running > FreeBSD? > > I expected it on www.freebsd.org, but couldn't find it (maybe overlooked?) > > Thanks in advance for any pointer. > > -ewald > > _______________________________________________ > 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 you're looking for *large* installs, yahoo! is a freebsd shop, as is kodak. If you're looking for *everything*, well, shoot. You're not gonna find it. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:28:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A28A16A46C for ; Tue, 6 Nov 2007 15:28:08 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 520E213C4E9 for ; Tue, 6 Nov 2007 15:28:08 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 887D928459; Tue, 6 Nov 2007 10:27:57 -0500 (EST) To: Peo Nilsson References: <1194271235.19142.4.camel@zeus.se> Date: Mon, 05 Nov 2007 22:31:53 -0500 From: Lowell Gilbert In-Reply-To: <1194271235.19142.4.camel@zeus.se> (Peo Nilsson's message of "Mon\, 05 Nov 2007 15\:00\:35 +0100") Message-ID: <44sl3jjsw2.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD quest-list Subject: Re: /usr/bin/whatis replaced by a script (correct?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD quest-list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 15:28:08 -0000 Peo Nilsson writes: > When running rkhunter 1.3.0 I get those warnings: > > ... > /usr/bin/whatis' has been replaced by a script: /usr/bin/whatis: > Bourne shell script text executable > > /usr/sbin/adduser' has been replaced by a script: /usr/sbin/addu > ser: Bourne shell script text executable > > /usr/local/bin/GET' has been replaced by a script: /usr/local/bi > n/GET: perl script text > > '/usr/local/sbin/pkgdb' has been replaced by a script: /usr/local > /sbin/pkgdb: a /usr/local/bin/ruby18 script text executable > ... > > > Are those programs supposed to be replaced like this ? > I'm running FreeBSD 6.2 Release-p7 with ports up to date. They aren't replaced. They are all *supposed* to be scripts. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:39:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3FAD16A46B for ; Tue, 6 Nov 2007 15:39:24 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 69B0113C4A7 for ; Tue, 6 Nov 2007 15:39:24 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id 2D387142081; Tue, 6 Nov 2007 17:39:03 +0200 (EET) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 48FEB1422F6; Tue, 6 Nov 2007 17:38:57 +0200 (EET) From: Nikos Vassiliadis To: "Bob Johnson" Date: Tue, 6 Nov 2007 17:41:33 +0200 User-Agent: KMail/1.9.7 References: <54db43990711051454m8d4ecaaq24cc1bbbf02bfe0d@mail.gmail.com> <200711061125.37689.nvass@teledomenet.gr> <54db43990711060714j44df835eq2b8719c433e7266@mail.gmail.com> In-Reply-To: <54db43990711060714j44df835eq2b8719c433e7266@mail.gmail.com> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711061741.33903.nvass@teledomenet.gr> Cc: freebsd-questions@freebsd.org Subject: Re: ip6fw without ipfw? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 15:39:25 -0000 On Tuesday 06 November 2007 17:14:24 Bob Johnson wrote: > Since this is apparently a bug, I'll file a PR. I'm going to install > 7.0-BETA2 later today, I'll try again on that. Not saying that this is not a bug, but keep in mind that there is no ip6fw in RELENG_7. IPv6 filtering is integrated in ipfw. I think you better ask ipfw@ for opinions and workarounds before filing a PR. HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:39:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1924016A421; Tue, 6 Nov 2007 15:39:27 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from webmail41.mail.yandex.net (webmail41.mail.yandex.net [77.88.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 88B7013C48E; Tue, 6 Nov 2007 15:39:26 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from YAMAIL (webmail41) by mail.yandex.ru id S8143900AbXKFP24 for (+ 1 other); Tue, 6 Nov 2007 18:28:56 +0300 X-Yandex-Spam: 1 Received: from [81.18.141.33] ([81.18.141.33]) by mail.yandex.ru with HTTP; Tue, 06 Nov 2007 18:28:55 +0300 From: "Andrey V. Elsukov" To: ecrist@secure-computing.net In-Reply-To: 1550000000237526643 References: <473009B2.40406@yandex.ru> <4C884976-8734-4112-8520-2E30893C0BE3@secure-computing.net> <47306CD0.7030301@yandex.ru> 1550000000237526643 MIME-Version: 1.0 Message-Id: <17411194362935@webmail41.yandex.ru> Date: Tue, 06 Nov 2007 18:28:55 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: freebsd-net@freebsd.org, freebsd-questions@freebsd.org Subject: Re: IPFW/Divert 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, 06 Nov 2007 15:39:27 -0000 Eric F Crist wrote: > > In the your /etc/ipfw.sh script you should use "-f" flag when you run > > ipfw flush command. > I am, but that has nothing to do with my problem. My problem is that, > during system boot, I'm asked the following question: > Loading divert daemons Are you sure? [yn]: > The system sits there indefinitely until the question is answered. I > need this to go away. Are you sure? Please, show your script. I think these is two different messages: 1) Loading divert daemons - probably from some of your third party software start script. 2) Are you sure? [yn] - message from ipfw, when you run `ipfw flush` in the /etc/ipfw.sh script. -- WBR, Andrey V. Elsukov From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:41:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACD6216A419 for ; Tue, 6 Nov 2007 15:41:41 +0000 (UTC) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (ms05.mailstreet2003.net [69.25.50.235]) by mx1.freebsd.org (Postfix) with ESMTP id 6C76713C4C4 for ; Tue, 6 Nov 2007 15:41:41 +0000 (UTC) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 6 Nov 2007 10:44:26 -0500 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC220F34C11C@ms05.mailstreet2003.net> In-Reply-To: <1194362666.44703.5.camel@secretariat.lanl.gov> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: List of sites using FreeBSD? Thread-Index: Acggibx6CqRPofOXRpygLhRpc5icsAAAg6zw References: <20071106091543.GA1908@aurora.oekb.co.at> <1194362666.44703.5.camel@secretariat.lanl.gov> From: "Chris Haulmark" To: , "Ewald Jenisch" Cc: freebsd-questions@freebsd.org Subject: RE: List of sites using 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, 06 Nov 2007 15:41:41 -0000 > On Tue, 2007-11-06 at 10:15 +0100, Ewald Jenisch wrote: >=20 > > Hi, > > > > Does anybody out there know where I can find a list of sites running > > FreeBSD? > > > > I expected it on www.freebsd.org, but couldn't find it (maybe > overlooked?) > > > > Thanks in advance for any pointer. > > > > -ewald > > > > _______________________________________________ > > 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" >=20 >=20 > If you're looking for *large* installs, yahoo! is a freebsd shop, as is > kodak. >=20 > If you're looking for *everything*, well, shoot. You're not gonna find > it. You could always check what a site is running on at netcraft.net. Even though, few may not be accurate. > _______________________________________________ > 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 Nov 6 15:43:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF88816A417; Tue, 6 Nov 2007 15:43:27 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from snipe.secure-computing.net (snipe.secure-computing.net [209.240.66.149]) by mx1.freebsd.org (Postfix) with ESMTP id 7E7C613C4B2; Tue, 6 Nov 2007 15:43:27 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from swordfish.local.claimlynx.com (unknown [74.95.66.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ecrist@secure-computing.net) by snipe.secure-computing.net (Postfix) with ESMTP id B213117043; Tue, 6 Nov 2007 09:43:12 -0600 (CST) Message-Id: <405A9249-3680-48D9-9154-3149FCAB4367@secure-computing.net> From: Eric F Crist To: Andrey V. Elsukov In-Reply-To: <17411194362935@webmail41.yandex.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Tue, 6 Nov 2007 09:43:10 -0600 References: <473009B2.40406@yandex.ru> <4C884976-8734-4112-8520-2E30893C0BE3@secure-computing.net> <47306CD0.7030301@yandex.ru> 1550000000237526643 <17411194362935@webmail41.yandex.ru> X-Mailer: Apple Mail (2.912) Cc: freebsd-net@freebsd.org, freebsd-questions@freebsd.org Subject: Re: IPFW/Divert 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, 06 Nov 2007 15:43:27 -0000 On Nov 6, 2007, at 9:28 AM, Andrey V. Elsukov wrote: > Eric F Crist wrote: >>> In the your /etc/ipfw.sh script you should use "-f" flag when you >>> run >>> ipfw flush command. >> I am, but that has nothing to do with my problem. My problem is >> that, >> during system boot, I'm asked the following question: >> Loading divert daemons Are you sure? [yn]: >> The system sits there indefinitely until the question is answered. I >> need this to go away. > > Are you sure? Please, show your script. I think these is two different > messages: > 1) Loading divert daemons - probably from some of your third party > software > start script. > 2) Are you sure? [yn] - message from ipfw, when you run `ipfw flush` > in the > /etc/ipfw.sh script. So, I looked, and you were right, it was two different messages. I had "ipfw flush -f" rather than "ipfw -f flush". Thank you, thank you, thank you! ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:44:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD69A16A46E for ; Tue, 6 Nov 2007 15:44:02 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.77]) by mx1.freebsd.org (Postfix) with ESMTP id 12A9E13C4BA for ; Tue, 6 Nov 2007 15:44:01 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from freebsdgr.dyndns.org (athedsl-161113.home.otenet.gr [85.75.172.247]) (authenticated bits=0) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id lA6Fh5Qk000914; Tue, 6 Nov 2007 17:43:06 +0200 Message-ID: <47308B89.9010709@otenet.gr> Date: Tue, 06 Nov 2007 17:43:05 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.6 (X11/20070806) MIME-Version: 1.0 To: Ewald Jenisch References: <20071106091543.GA1908@aurora.oekb.co.at> <1194362666.44703.5.camel@secretariat.lanl.gov> In-Reply-To: <1194362666.44703.5.camel@secretariat.lanl.gov> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: List of sites using 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, 06 Nov 2007 15:44:02 -0000 James wrote: > On Tue, 2007-11-06 at 10:15 +0100, Ewald Jenisch wrote: > > >> Hi, >> >> Does anybody out there know where I can find a list of sites running >> FreeBSD? >> >> I expected it on www.freebsd.org, but couldn't find it (maybe overlooked?) >> >> Thanks in advance for any pointer. >> >> -ewald >> >> _______________________________________________ >> 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 you're looking for *large* installs, yahoo! is a freebsd shop, as is > kodak. > > If you're looking for *everything*, well, shoot. You're not gonna find > 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" > > > You may also want to browse www.netcraft.com which maintains a list of the highest uptimes for lots of servers. Just look at the top of the list :) From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:49:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 950B116A418 for ; Tue, 6 Nov 2007 15:49:20 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 3B59B13C4B3 for ; Tue, 6 Nov 2007 15:49:20 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id lA6FjqZe067185; Tue, 6 Nov 2007 10:45:52 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id lA6FjqL1067184; Tue, 6 Nov 2007 10:45:52 -0500 (EST) (envelope-from jerrymc) Date: Tue, 6 Nov 2007 10:45:52 -0500 From: Jerry McAllister To: "Aryeh M. Friedman" Message-ID: <20071106154552.GA67116@gizmo.acns.msu.edu> References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EEDAD.4060409@gmail.com> <472F6AE2.8080608@gmail.com> <20071106081625.GC46733@osiris.chen.org.nz> <4730852A.3050602@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4730852A.3050602@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: James , freebsd-questions@freebsd.org, Jonathan Chen Subject: Re: portupgrade 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: Tue, 06 Nov 2007 15:49:20 -0000 On Tue, Nov 06, 2007 at 10:15:54AM -0500, Aryeh M. Friedman wrote: > > > > > > > I really should rephrase what I said, because you're both right and I knew > > you were right. > > > > *I* can't mix packages and ports, because *I* can't be bothered keeping > > track of things. > > > > Like everything in UNIX there are several ways: > > 1. The default (simplest way) > 2. The simple but manual way > 3. And the "right" but insanely complex way It may seem like that sometimes. But, most often, the right way is also the simplest way. > > Has anyone heard of KISS??!?!?!?!? Yes. The problem is that so many people put all their emphasis on the last 'S' which doesn't help anybody. ////jerry > > -- > Aryeh M. Friedman > Developer, not business, friendly > http://www.flosoft-systems.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" From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:51:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43B3E16A41B for ; Tue, 6 Nov 2007 15:51:25 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 1160713C4B9 for ; Tue, 6 Nov 2007 15:51:24 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1571420rvb for ; Tue, 06 Nov 2007 07:51:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; bh=eMhHtdiBhCD6W94pLeozUTaw4P7Akd8/TAdNWDxLm+E=; b=EPFHS7f1qTnOPBUU3rvsRMucjSIFw9Wbm6gYH0ls7ipdQsEIDmDwnUkmfC+kLldG9bhe4+hqa7NAE4EmBdDKnprawhSJ/j9Xr45hHFheffq9HceQxISa6LpSEKr2lnPpZt4ncaqeF5B+C/uTFVMphqMIjO/+hOzcS2WV9jXMYxE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; b=GLQATtcwVakMzVXztTB+CA0hFZitumW9rIL3SUwnj+fWYpkTsXnQBqFnp6dPH+IGd2gmJmE2TrqSR8gO61twkBV8bnB8bvzPfhjlvSQ8ngdVutwC20ctlBnpKeSqw5RZNoqP2hP1B1M9bndKL7i7hnNGDqLclvDbcgB/Wcm7lrE= Received: by 10.141.50.17 with SMTP id c17mr2942743rvk.1194364275022; Tue, 06 Nov 2007 07:51:15 -0800 (PST) Received: from swordfish.local.claimlynx.com ( [74.95.66.25]) by mx.google.com with ESMTPS id n29sm19841940pyh.2007.11.06.07.51.13 (version=SSLv3 cipher=OTHER); Tue, 06 Nov 2007 07:51:14 -0800 (PST) Message-Id: From: Eric Crist To: User Questions Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Tue, 6 Nov 2007 09:51:11 -0600 X-Mailer: Apple Mail (2.912) Subject: miniupnpd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 15:51:25 -0000 Has anyone used miniupnpd with pf and FreeBSD here successfully? I'm just looking for some pointers and to see if there are any 'gotchas'? Thanks! ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 15:56:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C03916A421 for ; Tue, 6 Nov 2007 15:56:26 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id EC39B13C4A3 for ; Tue, 6 Nov 2007 15:56:25 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.232] (showcase.tulsatech.org [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id C9122154CAB; Tue, 6 Nov 2007 09:57:06 -0600 (CST) Message-ID: <47308E9C.6000707@cs.okstate.edu> Date: Tue, 06 Nov 2007 09:56:12 -0600 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.6 (X11/20070926) MIME-Version: 1.0 To: "Richard (Rick) Seay" References: <472F2512.8080907@cs.okstate.edu> In-Reply-To: <472F2512.8080907@cs.okstate.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: nspluginwrapper + linux-flashplugin7 broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 15:56:26 -0000 Written by Reid Linnemann on 11/05/07 08:13>> > Written by Richard (Rick) Seay on 11/04/07 10:02>> >> After upgrading to xorg-7.3_1, linux-flashplugin-7.0r70 and >> nspluginwrapper-0.9.91.5 stopped working. I get a blank area on the >> screen where the flash content should be, and the following error >> messages: >> >> The program 'npviewer.bin' received an X Window System error. >> This probably reflects a bug in the program. >> The error was 'BadMatch (invalid parameter attributes)'. >> (Details: serial 84 error_code 8 request_code 147 minor_code 3) >> (Note to programmers: normally, X errors are reported asynchronously; >> that is, you will receive the error a while after causing it. >> To debug your program, run it with the --sync command line >> option to change this behavior. You can then get a meaningful >> backtrace from your debugger if you break on the gdk_x_error() function.) >> *** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed >> *** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed >> *** NSPlugin Wrapper *** ERROR: NPP_NewStream() invoke: Connection closed >> *** NSPlugin Wrapper *** ERROR: NPP_New() invoke: Connection closed >> ... >> >> Anyone else having this problem? > > Yes. What's extremely odd about this error that I've noticed is that if > I run the firefox client from a linux Xorg display flash works > perfectly. I am not sure what that means. I should clarify that - when I run the FreeBSD firefox with wrapped flashplayer, displaying on a linux Xorg server, I get no errors and flash works fine. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 16:02:52 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6559316A46D for ; Tue, 6 Nov 2007 16:02:52 +0000 (UTC) (envelope-from atanas.gendov@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 3A75913C4BC for ; Tue, 6 Nov 2007 16:02:51 +0000 (UTC) (envelope-from atanas.gendov@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1574411rvb for ; Tue, 06 Nov 2007 08:02:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=+m2pPyt2skwo0ng7y785cLVTQ2emeuLG57u5STVD75M=; b=oPMhCNOKMbD/4Gdlb1viTa6Q/CdtU1U7F5NSVnW3YqoJkHNwteXhuei0cMEcwHneYrx3LtYhfih6jcTikZTsCPiPD/dkgOa7hw5UFrjYyhwzpTaprhtRLVbn+N802ZIbLpUSdtW0L55RjrpxjAz9pTsKtPCAiY8rr89Myc7iKng= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ik+A52WY858PbpwGjwVAXEKrTaP2qU0y5yo3tgoDSOeEipKDp3d1eMgdtMJ6L5c/if+NVXNfbtgr/vrKBvwYXvIYV2N0cS9qY3XAq4Gr+EleOEthn0/nc55iUMvHoLBmhA3Xvd6f9S4zVjodBUZ3Cv62g8mjGwempM6g7QeoUP4= Received: by 10.141.137.8 with SMTP id p8mr2928123rvn.1194363302487; Tue, 06 Nov 2007 07:35:02 -0800 (PST) Received: by 10.140.169.20 with HTTP; Tue, 6 Nov 2007 07:35:02 -0800 (PST) Message-ID: <36e46ac80711060735r45fea5f5vc7dc96e90bda7914@mail.gmail.com> Date: Tue, 6 Nov 2007 17:35:02 +0200 From: "Atanas Gendov" To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: About PF 4.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, 06 Nov 2007 16:02:52 -0000 Dear developers, I found this mail and I hope this is the right address. I have questions about new OpenBSD's PF 4.2. I found some interesting news about PF http://www.onlamp.com/lpt/a/7155 Me and many other people are interested to see PF 4.2 in FreeBSD 7, because we like FreeBSD, but we use PF. Are you planning to include PF 4.2 in FreeBSD 7 during the Beta versions? Please give me an answer about PF on FreeBSD! :) Best Regards, Atanas Gendov From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 16:06:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A85016A418 for ; Tue, 6 Nov 2007 16:06:28 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.freebsd.org (Postfix) with ESMTP id 9A76D13C491 for ; Tue, 6 Nov 2007 16:06:27 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so818279wra for ; Tue, 06 Nov 2007 08:06:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=WVV0fIOJMdDIR8oLUrfPMnE6GmJvvynuMFN/Q+i4Ijk=; b=FnaOpNsUFb9ulWnOwxYywFCTwCHzA3UJ6Q72Q1z3OgczfIslbtKYLfhzQPTTh6bxrDllHG1l0XK4S3GTnvWbPYimhvfm17viNNdeLi7s22ODEmAbqjd+/hd6exZ98X3bl516/XSLDrnuKQQ7hIP5rCSz++BT4E89oCP5JftGOa8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=QKOSf1fXbGd39LHayhn3mRvEGvn8QSJsYAZ5tjtwskPVvlYnls4hDSWkNyu2ffQJZs0/Cr6YWbiFsBkvthQ6ieLFhcQ2FZuTelmi/46DkWv/jetpYi2PgeLv9hz/XMiFRP468ZC2LLtD8zGPr93mEwWnBQ3u7EmFmNSwdzOWY2Q= Received: by 10.90.69.8 with SMTP id r8mr4360246aga.1194365181587; Tue, 06 Nov 2007 08:06:21 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id v26sm11310604ele.2007.11.06.08.06.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 06 Nov 2007 08:06:20 -0800 (PST) Message-ID: <473090FA.3010801@gmail.com> Date: Tue, 06 Nov 2007 11:06:18 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: Jerry McAllister References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EEDAD.4060409@gmail.com> <472F6AE2.8080608@gmail.com> <20071106081625.GC46733@osiris.chen.org.nz> <4730852A.3050602@gmail.com> <20071106154552.GA67116@gizmo.acns.msu.edu> In-Reply-To: <20071106154552.GA67116@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: James , freebsd-questions@freebsd.org, Jonathan Chen Subject: Re: portupgrade 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: Tue, 06 Nov 2007 16:06:28 -0000 Jerry McAllister wrote: > On Tue, Nov 06, 2007 at 10:15:54AM -0500, Aryeh M. Friedman wrote: > > >>> I really should rephrase what I said, because you're both right and I knew >>> you were right. >>> >>> *I* can't mix packages and ports, because *I* can't be bothered keeping >>> track of things. >>> >>> >> Like everything in UNIX there are several ways: >> >> 1. The default (simplest way) >> 2. The simple but manual way >> 3. And the "right" but insanely complex way >> > > It may seem like that sometimes. But, most often, the right way > is also the simplest way. > > >> Has anyone heard of KISS??!?!?!?!? >> > > Yes. The problem is that so many people put all their emphasis > on the last 'S' which doesn't help anybody. > The last S implies the lowest maintance method which just so happens to always be the first one listed above... for example out of the godizillon kernel settings that might marginally improve performence the only one I set in 8-current is IPI_PREEMPTION (as well as removing the debug options).... surely this is simpler then fiddling with indivual settings and/or sysctl's -- Aryeh M. Friedman Developer, not business, friendly http://www.flosoft-systems.com From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 16:11:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 799F116A498 for ; Tue, 6 Nov 2007 16:11:23 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id C9D4313C48D for ; Tue, 6 Nov 2007 16:11:22 +0000 (UTC) (envelope-from a@jenisch.at) Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (6.0.0); Tue, 06 Nov 2007 17:11:17 +0100 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Tue, 6 Nov 2007 17:11:18 +0100 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id lA6GBHP8003405 for ; Tue, 6 Nov 2007 17:11:17 +0100 (CET) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id lA6GBHY3003404 for freebsd-questions@freebsd.org; Tue, 6 Nov 2007 17:11:17 +0100 (CET) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Tue, 6 Nov 2007 17:11:17 +0100 From: Ewald Jenisch To: freebsd-questions@freebsd.org Message-ID: <20071106161117.GA3367@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 06 Nov 2007 16:11:18.0211 (UTC) FILETIME=[A9DA0930:01C8208F] X-SEF-ZeroHour-RefID: fgs=0 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 X-SEF-Processed: 6_0_0_39__2007_11_06_17_11_18 Subject: Undefined symbol "__sbmaskrune" -> box doesn't even 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, 06 Nov 2007 16:11:23 -0000 Hi, After downgrading my kernel (i.e. cvsup-ing the 6-STABLE sources as per end of August), re-building kernel and system as per the handbook I end up with a problem that neither the new nor the old kernel boots. After doing a "make installkernel..." and rebooting the box to single-user mode I went through the usual step of "mergemaster -p" and "make installworld". Soon after "make installworld" the process stopped with an error /libexec/ld-elf.so.1: Undefined symbol "__sbmaskrune" So I rebooted to the old kernel (i.e. 6 at the loader prompt and "boot kernel.old") but I couldn't even get to the shell prompt: When single-user mode asks me for the program to be executed (default /bin/sh) as soon as I hit enter I get the same error message as above. Does anybody out there know how I could get up the box running again?? Thanks much in advance for your help, -ewald From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 16:28:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 087DF16A41A for ; Tue, 6 Nov 2007 16:28:42 +0000 (UTC) (envelope-from member@ebay.com) Received: from mx15.sjc.ebay.com (mxpool08.ebay.com [66.135.197.14]) by mx1.freebsd.org (Postfix) with ESMTP id E14D913C4AC for ; Tue, 6 Nov 2007 16:28:41 +0000 (UTC) (envelope-from member@ebay.com) Received: from sj-v3conta36 (sj-v3conta36.sjc.ebay.com [10.11.88.120]) by mx15.sjc.ebay.com (8.13.5/8.13.5) with ESMTP id lA6GSW0u013290 for ; Tue, 6 Nov 2007 09:28:36 -0700 DomainKey-Signature: a=rsa-sha1; s=dksm28; d=ebay.com; c=nofws; q=dns; h=from:reply-to:to:subject:x-ebay-mailtracker: x-ebay-mailversiontracker:mime-version:content-type; b=H8E1V2k7sl2zWpCLjo8ugvK2IpbjHaIzqDKRjqAB9UCfEGN9XeCVhw9q5AOjgtpJs KQg0/oYWS6h+kEnIHCncg== Date: Tue, 6 Nov 2007 09:28:36 -0700 Message-Id: <200711061628.lA6GSW0u013290@mx15.sjc.ebay.com> From: eBay To: freebsd-questions@freebsd.org X-eBay-MailTracker: 11030.537.0.774 X-eBay-MailVersionTracker: 537.5593657 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: ijtosbwysc thought you might like this item on eBay X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: member@ebay.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 16:28:42 -0000 ----------------------------------------------------------------- An eBay member wants to show you this item ----------------------------------------------------------------- Dear friend, we are one of the largest Chinese electronic exporting =20 wholesalers ,who can support you the best service and high quality products= =20 with competitive price we hope that you can take out your busy time to=20 have a look at www.oncemore2688.com ,and you will find many electronic=20 products.we will send the goods in a fast speed and safety way. Looking=20 forward to doing long term business ship with you.=20 ----- Website:=20 www.oncemore2688.com ----- ----- Msn/Email:=20 family-shoppings@hotmail.com ----- -----=20 http://www.oncemore2688.com/productlist.asp?sid=3D10400000 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Show me http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&&item=3D150167195522 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Item name: Brand New Dell Notebook Xps M2010 Laptop 120g Current price: PHP 21,058.00=20 End time: Oct-01-07 06:31:57 PDT ----------------------------------------------------------------- Learn how you can protect yourself from spoof (fake) emails at:=20 http://pages.ebay.com/education/spooftutorial/index.html This email sent through the eBay platform from a sender who thinks you are= =20 likely to be interested in this information. eBay takes no liability for=20 sending this email or its content. You can report this message at=20 http://pages.ebay.com/help/policies/rfe-spam-ov.html as unsolicited=20 (spam/spoof) email. Copyright =A9 2007 eBay Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective=20 owners. eBay and the eBay logo are trademarks of eBay Inc. eBay Inc. is located at 2145 Hamilton Avenue, San Jose, CA 95125. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 16:28:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40E6616A41B for ; Tue, 6 Nov 2007 16:28:55 +0000 (UTC) (envelope-from member@ebay.com) Received: from mx23.sjc.ebay.com (mxpool12.ebay.com [66.135.197.18]) by mx1.freebsd.org (Postfix) with ESMTP id 23B3613C4BB for ; Tue, 6 Nov 2007 16:28:54 +0000 (UTC) (envelope-from member@ebay.com) Received: from sj-v3conta22 (sj-v3conta22.sjc.ebay.com [10.11.88.105]) by mx23.sjc.ebay.com (8.13.5/8.13.5) with ESMTP id lA6GShMV015614 for ; Tue, 6 Nov 2007 09:28:43 -0700 DomainKey-Signature: a=rsa-sha1; s=dksm28; d=ebay.com; c=nofws; q=dns; h=from:reply-to:to:subject:x-ebay-mailtracker: x-ebay-mailversiontracker:mime-version:content-type; b=aKecmoHdBmc4VfgzkrtY6daiGXBrlKPr2pyfnT/HUTafZjsAFf9hsqwJKa17nW/Zb JkTyCOI3teoWTwfnb7gAg== Date: Tue, 6 Nov 2007 09:28:43 -0700 Message-Id: <200711061628.lA6GShMV015614@mx23.sjc.ebay.com> From: eBay To: freebsd-questions@freebsd.org X-eBay-MailTracker: 11030.537.0.774 X-eBay-MailVersionTracker: 537.5593657 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: ijtosbwysc thought you might like this item on eBay X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: member@ebay.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 16:28:55 -0000 ----------------------------------------------------------------- An eBay member wants to show you this item ----------------------------------------------------------------- Dear friend, we are one of the largest Chinese electronic exporting =20 wholesalers ,who can support you the best service and high quality products= =20 with competitive price we hope that you can take out your busy time to=20 have a look at www.oncemore2688.com ,and you will find many electronic=20 products.we will send the goods in a fast speed and safety way. Looking=20 forward to doing long term business ship with you.=20 ----- Website:=20 www.oncemore2688.com ----- ----- Msn/Email:=20 family-shoppings@hotmail.com ----- -----=20 http://www.oncemore2688.com/productlist.asp?sid=3D10400000 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Show me http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&&item=3D150167195522 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Item name: Brand New Dell Notebook Xps M2010 Laptop 120g Current price: PHP 21,058.00=20 End time: Oct-01-07 06:31:57 PDT ----------------------------------------------------------------- Learn how you can protect yourself from spoof (fake) emails at:=20 http://pages.ebay.com/education/spooftutorial/index.html This email sent through the eBay platform from a sender who thinks you are= =20 likely to be interested in this information. eBay takes no liability for=20 sending this email or its content. You can report this message at=20 http://pages.ebay.com/help/policies/rfe-spam-ov.html as unsolicited=20 (spam/spoof) email. Copyright =A9 2007 eBay Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective=20 owners. eBay and the eBay logo are trademarks of eBay Inc. eBay Inc. is located at 2145 Hamilton Avenue, San Jose, CA 95125. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 16:29:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 842BE16A421 for ; Tue, 6 Nov 2007 16:29:00 +0000 (UTC) (envelope-from member@ebay.com) Received: from mx26.sjc.ebay.com (mxpool13.ebay.com [66.135.197.19]) by mx1.freebsd.org (Postfix) with ESMTP id 68FA813C4B0 for ; Tue, 6 Nov 2007 16:29:00 +0000 (UTC) (envelope-from member@ebay.com) Received: from sj-v3conta29 (sj-v3conta29.sjc.ebay.com [10.11.88.128]) by mx26.sjc.ebay.com (8.13.5/8.13.5) with ESMTP id lA6GSWBX024846 for ; Tue, 6 Nov 2007 09:28:58 -0700 DomainKey-Signature: a=rsa-sha1; s=dksm28; d=ebay.com; c=nofws; q=dns; h=from:reply-to:to:subject:x-ebay-mailtracker: x-ebay-mailversiontracker:mime-version:content-type; b=Z/B5B8xeAsgahK0706IPYxYcIBgGXtdlWRxYsTANGUl5QuCdSzTMgnv57YMw7/Pyn XO6HZ5nBIaZWKPP751gow== Date: Tue, 6 Nov 2007 09:28:58 -0700 Message-Id: <200711061628.lA6GSWBX024846@mx26.sjc.ebay.com> From: eBay To: freebsd-questions@freebsd.org X-eBay-MailTracker: 11030.537.0.774 X-eBay-MailVersionTracker: 537.5593657 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: ijtosbwysc thought you might like this item on eBay X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: member@ebay.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 16:29:00 -0000 ----------------------------------------------------------------- An eBay member wants to show you this item ----------------------------------------------------------------- Dear friend, we are one of the largest Chinese electronic exporting =20 wholesalers ,who can support you the best service and high quality products= =20 with competitive price we hope that you can take out your busy time to=20 have a look at www.oncemore2688.com ,and you will find many electronic=20 products.we will send the goods in a fast speed and safety way. Looking=20 forward to doing long term business ship with you.=20 ----- Website:=20 www.oncemore2688.com ----- ----- Msn/Email:=20 family-shoppings@hotmail.com ----- -----=20 http://www.oncemore2688.com/productlist.asp?sid=3D10400000 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Show me http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&&item=3D150167195522 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Item name: Brand New Dell Notebook Xps M2010 Laptop 120g Current price: PHP 21,058.00=20 End time: Oct-01-07 06:31:57 PDT ----------------------------------------------------------------- Learn how you can protect yourself from spoof (fake) emails at:=20 http://pages.ebay.com/education/spooftutorial/index.html This email sent through the eBay platform from a sender who thinks you are= =20 likely to be interested in this information. eBay takes no liability for=20 sending this email or its content. You can report this message at=20 http://pages.ebay.com/help/policies/rfe-spam-ov.html as unsolicited=20 (spam/spoof) email. Copyright =A9 2007 eBay Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective=20 owners. eBay and the eBay logo are trademarks of eBay Inc. eBay Inc. is located at 2145 Hamilton Avenue, San Jose, CA 95125. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 16:32:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 298A116A41A for ; Tue, 6 Nov 2007 16:32:11 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by mx1.freebsd.org (Postfix) with ESMTP id D4CE813C481 for ; Tue, 6 Nov 2007 16:32:10 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1260004nzf for ; Tue, 06 Nov 2007 08:32:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Dt+v+9ufNYHwJZZD/pnbdFPtnQw8JTBQD5K6mRwOGjY=; b=dK2z5u9riKyIVXT3DyDLYsLAvH8+EeSBv8flycIm40yP/QUnvilTNqSbncJNoinraHsF54Kllr5xq54AfZ6U4RKxMh+SU0NB+iGBsWPadIdLlpfnCSjtImf2f67JeINb8ImCaHDflMmP7MhYm8m3L7OCULjrJA+l31dPDegNAsQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PrQwtYyDbhj1YUKPoXFpO1ehYUX3IR3HQGMQY73iHvqeZOVKE4/gyradEX9jkZS2oP4vgYSCEuWrSARu6g1DbUEgugEemlQ2+PQSkw5JLpaqmpTS5fvdMMQnCLDbRN3kd15bHlBkM+EbMaocjpcgrhv3eKK3XMdqProGYZO4asc= Received: by 10.143.14.16 with SMTP id r16mr1623317wfi.1194366726493; Tue, 06 Nov 2007 08:32:06 -0800 (PST) Received: by 10.142.216.9 with HTTP; Tue, 6 Nov 2007 08:32:06 -0800 (PST) Message-ID: <54db43990711060832yb9c0d72t2e061749d28996cc@mail.gmail.com> Date: Tue, 6 Nov 2007 11:32:06 -0500 From: "Bob Johnson" To: "Nikos Vassiliadis" In-Reply-To: <200711061741.33903.nvass@teledomenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <54db43990711051454m8d4ecaaq24cc1bbbf02bfe0d@mail.gmail.com> <200711061125.37689.nvass@teledomenet.gr> <54db43990711060714j44df835eq2b8719c433e7266@mail.gmail.com> <200711061741.33903.nvass@teledomenet.gr> Cc: freebsd-questions@freebsd.org Subject: Re: ip6fw without ipfw? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 16:32:11 -0000 On 11/6/07, Nikos Vassiliadis wrote: > On Tuesday 06 November 2007 17:14:24 Bob Johnson wrote: > > Since this is apparently a bug, I'll file a PR. I'm going to install > > 7.0-BETA2 later today, I'll try again on that. > > Not saying that this is not a bug, but keep in mind > that there is no ip6fw in RELENG_7. IPv6 filtering > is integrated in ipfw. I think you better ask ipfw@ > for opinions and workarounds before filing a PR. > > HTH, Yes, it helps. Thanks. I think there is a bug in the implementation. I'll ask the ipfw people. - Bob From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 16:54:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8381F16A468 for ; Tue, 6 Nov 2007 16:54:29 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 3D05A13C4AA for ; Tue, 6 Nov 2007 16:54:29 +0000 (UTC) (envelope-from per-olof.nilsson@comhem.se) Received: from c83-249-34-129.bredband.comhem.se ([83.249.34.129]:55827) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1IpRh5-0002G4-8G for freebsd-questions@freebsd.org; Tue, 06 Nov 2007 17:54:27 +0100 From: Peo Nilsson To: FreeBSD quest-list In-Reply-To: <44sl3jjsw2.fsf@be-well.ilk.org> References: <1194271235.19142.4.camel@zeus.se> <44sl3jjsw2.fsf@be-well.ilk.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ozwXDvRpnb/bbOwkwpmG" Date: Tue, 06 Nov 2007 17:54:17 +0100 Message-Id: <1194368058.68992.3.camel@zeus.se> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port X-Originating-IP: 83.249.34.129 X-Scan-Result: No virus found in message 1IpRh5-0002G4-8G. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1IpRh5-0002G4-8G 4ea411f52cb6eb8ea091d9aeefbb1ec5 Subject: Re: /usr/bin/whatis replaced by a script (correct?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 16:54:29 -0000 --=-ozwXDvRpnb/bbOwkwpmG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2007-11-05 at 22:31 -0500, Lowell Gilbert wrote: > Peo Nilsson writes: >=20 > > When running rkhunter 1.3.0 I get those warnings: > > > > ... > > /usr/bin/whatis' has been replaced by a script: /usr/bin/whatis: > > Bourne shell script text executable > They aren't replaced. They are all *supposed* to be scripts. Thanks for the info. After knowing this, I edited rkhunter.conf like this: RTKT_FILE_WHITELIST=3D"/usr/bin/whatis /usr/sbin/adduser /usr/local/bin/GET= /usr/local/sbin/pkgdb" When running 'rkhunter -c' I still get the same warnings as before... What am I missing? --=20 /Peo --=-ozwXDvRpnb/bbOwkwpmG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBHMJw2gWSfflYlIbwRAjYRAKCpePyRhlODDv8s6W6vTgMrbeogigCgpD2T p39F/IMdvs4ZbXv59+YJ87c= =wD1Y -----END PGP SIGNATURE----- --=-ozwXDvRpnb/bbOwkwpmG-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 17:08:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6DFE16A417 for ; Tue, 6 Nov 2007 17:08:05 +0000 (UTC) (envelope-from jaikat@email.unc.edu) Received: from smtp.unc.edu (smtpsrv1.isis.unc.edu [152.2.1.140]) by mx1.freebsd.org (Postfix) with ESMTP id 52AE413C4A3 for ; Tue, 6 Nov 2007 17:08:05 +0000 (UTC) (envelope-from jaikat@email.unc.edu) Received: from [152.23.76.161] (dhcp30133.wireless.unc.edu [152.23.76.161]) (authenticated bits=0) by smtp.unc.edu (8.13.4/8.13.4) with ESMTP id lA6GkZV4018395 for ; Tue, 6 Nov 2007 11:46:35 -0500 (EST) Message-ID: <47309A66.9070009@email.unc.edu> Date: Tue, 06 Nov 2007 11:46:30 -0500 From: Jay Aikat Organization: University of North Carolina at Chapel Hill User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD 5.4 and PERC 5i controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 17:08:05 -0000 I am trying to install an Endace DAG card for traffic capture on a new machine with 8 drives installed using a PERC 5i controller. Due to support limitations for the DAG software, I have to install FreeBSD 5.4 on this machine. However, the install CD does not see any drives at all - my guess is FreeBSD 5.4 has no drivers for the PERC 5i controller. Does anyone know a workaround for this? Is there a PERC 5i driver available for FreeBSD 5.4? TIA for your responses. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 17:20:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7983016A419 for ; Tue, 6 Nov 2007 17:20:51 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 3665B13C4B7 for ; Tue, 6 Nov 2007 17:20:51 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id lA6HHOX5067516; Tue, 6 Nov 2007 12:17:24 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id lA6HHOmN067515; Tue, 6 Nov 2007 12:17:24 -0500 (EST) (envelope-from jerrymc) Date: Tue, 6 Nov 2007 12:17:24 -0500 From: Jerry McAllister To: Jay Aikat Message-ID: <20071106171724.GA67488@gizmo.acns.msu.edu> References: <47309A66.9070009@email.unc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47309A66.9070009@email.unc.edu> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 and PERC 5i controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 17:20:51 -0000 On Tue, Nov 06, 2007 at 11:46:30AM -0500, Jay Aikat wrote: > I am trying to install an Endace DAG card for traffic capture on a new > machine with 8 drives installed using a PERC 5i controller. Due to support > limitations for the DAG software, I have to install FreeBSD 5.4 on this > machine. > > However, the install CD does not see any drives at all - my guess is > FreeBSD 5.4 has no drivers for the PERC 5i controller. Does anyone know a > workaround for this? Is there a PERC 5i driver available for FreeBSD 5.4? > TIA for your responses. I am guessing you are right. 5.4 is pretty old. Is there any good reason you don't go to a more modern version of FreeBSD? ////jerry > _______________________________________________ > 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 Nov 6 17:43:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F3EE16A418 for ; Tue, 6 Nov 2007 17:43:42 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mx1.freebsd.org (Postfix) with ESMTP id 70A3A13C48A for ; Tue, 6 Nov 2007 17:43:42 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id B96B9814F; Tue, 6 Nov 2007 11:43:40 -0600 (CST) Received: from build64.tcbug.org (unknown [208.42.70.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTP id AC31C10AA8A3; Tue, 6 Nov 2007 11:43:34 -0600 (CST) From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Tue, 6 Nov 2007 12:43:34 -0500 User-Agent: KMail/1.9.7 References: <47309A66.9070009@email.unc.edu> <20071106171724.GA67488@gizmo.acns.msu.edu> In-Reply-To: <20071106171724.GA67488@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1883514.N7dilFasy5"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200711061143.38729.josh@tcbug.org> Cc: Jay Aikat , Jerry McAllister Subject: Re: FreeBSD 5.4 and PERC 5i controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 17:43:42 -0000 --nextPart1883514.N7dilFasy5 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 06 November 2007 11:17:24 am Jerry McAllister wrote: > On Tue, Nov 06, 2007 at 11:46:30AM -0500, Jay Aikat wrote: > > I am trying to install an Endace DAG card for traffic capture on a new > > machine with 8 drives installed using a PERC 5i controller. Due to > > support limitations for the DAG software, I have to install FreeBSD 5.4 > > on this machine. > > > > However, the install CD does not see any drives at all - my guess is > > FreeBSD 5.4 has no drivers for the PERC 5i controller. Does anyone know > > a workaround for this? Is there a PERC 5i driver available for FreeBSD > > 5.4? TIA for your responses. > > I am guessing you are right. 5.4 is pretty old. > Is there any good reason you don't go to a more > modern version of FreeBSD? > > ////jerry > Yeah...and he mentions it in his email. Did you read it? The driver you need (mfi) was never backported to 5.x It was introduced in= =20 =46BSD 6.1-R You might ask the author (Scott Long) how much work it would = be=20 or why it was never backported. It's possible it's trivial and it's possib= le=20 that it would require massive amounts of work. =2D-=20 Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB --nextPart1883514.N7dilFasy5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHMKfKJvkB8SevrssRAssxAJ9dutb71W8BDdpkx0SVxDTSgxRD0ACgh9Y0 zREvVJWzK54Gd0EiZniLKG0= =HukI -----END PGP SIGNATURE----- --nextPart1883514.N7dilFasy5-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 17:46:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6322F16A41B for ; Tue, 6 Nov 2007 17:46:15 +0000 (UTC) (envelope-from jaikat@email.unc.edu) Received: from smtp.unc.edu (smtpsrv1.isis.unc.edu [152.2.1.140]) by mx1.freebsd.org (Postfix) with ESMTP id 25DE213C480 for ; Tue, 6 Nov 2007 17:46:14 +0000 (UTC) (envelope-from jaikat@email.unc.edu) Received: from [152.23.76.161] (dhcp30133.wireless.unc.edu [152.23.76.161]) (authenticated bits=0) by smtp.unc.edu (8.13.4/8.13.4) with ESMTP id lA6HjvDa021494; Tue, 6 Nov 2007 12:45:57 -0500 (EST) Message-ID: <4730A850.3080709@email.unc.edu> Date: Tue, 06 Nov 2007 12:45:52 -0500 From: Jay Aikat Organization: University of North Carolina at Chapel Hill User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: Jerry McAllister References: <47309A66.9070009@email.unc.edu> <20071106171724.GA67488@gizmo.acns.msu.edu> In-Reply-To: <20071106171724.GA67488@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 and PERC 5i controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 17:46:15 -0000 Thanks for your response. Yes, unfortunately, the DAG software for the DAG card we wish to use on this machine supports 5.4, but has not been thoroughly tested for more recent versions of FreeBSD. We could use Linux, but I prefer FreeBSD. I am exploring switching the PERC 5i with a PERC 4 controller on this machine (it's a Dell Poweredge 2900). The PERC 4 is supported in 5.4 Jerry McAllister wrote: > On Tue, Nov 06, 2007 at 11:46:30AM -0500, Jay Aikat wrote: > >> I am trying to install an Endace DAG card for traffic capture on a new >> machine with 8 drives installed using a PERC 5i controller. Due to support >> limitations for the DAG software, I have to install FreeBSD 5.4 on this >> machine. >> >> However, the install CD does not see any drives at all - my guess is >> FreeBSD 5.4 has no drivers for the PERC 5i controller. Does anyone know a >> workaround for this? Is there a PERC 5i driver available for FreeBSD 5.4? >> TIA for your responses. > > I am guessing you are right. 5.4 is pretty old. > Is there any good reason you don't go to a more > modern version of FreeBSD? > > ////jerry > >> _______________________________________________ >> 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 Nov 6 17:49:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 279C816A417 for ; Tue, 6 Nov 2007 17:49:12 +0000 (UTC) (envelope-from jaikat@email.unc.edu) Received: from smtp.unc.edu (smtpsrv1.isis.unc.edu [152.2.1.140]) by mx1.freebsd.org (Postfix) with ESMTP id DCA8613C494 for ; Tue, 6 Nov 2007 17:49:11 +0000 (UTC) (envelope-from jaikat@email.unc.edu) Received: from [152.23.76.161] (dhcp30133.wireless.unc.edu [152.23.76.161]) (authenticated bits=0) by smtp.unc.edu (8.13.4/8.13.4) with ESMTP id lA6HmeiT028349; Tue, 6 Nov 2007 12:48:40 -0500 (EST) Message-ID: <4730A8F3.2080207@email.unc.edu> Date: Tue, 06 Nov 2007 12:48:35 -0500 From: Jay Aikat Organization: University of North Carolina at Chapel Hill User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: Josh Paetzel References: <47309A66.9070009@email.unc.edu> <20071106171724.GA67488@gizmo.acns.msu.edu> <200711061143.38729.josh@tcbug.org> In-Reply-To: <200711061143.38729.josh@tcbug.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 and PERC 5i controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 17:49:12 -0000 Thanks. It's very helpful to know for sure that it was never backported to 5.x So, I'll stop looking for the driver for 5.x and look for other options to get this machine up and running with the DAG card. Thanks. Josh Paetzel wrote: > On Tuesday 06 November 2007 11:17:24 am Jerry McAllister wrote: >> On Tue, Nov 06, 2007 at 11:46:30AM -0500, Jay Aikat wrote: >>> I am trying to install an Endace DAG card for traffic capture on a new >>> machine with 8 drives installed using a PERC 5i controller. Due to >>> support limitations for the DAG software, I have to install FreeBSD 5.4 >>> on this machine. >>> >>> However, the install CD does not see any drives at all - my guess is >>> FreeBSD 5.4 has no drivers for the PERC 5i controller. Does anyone know >>> a workaround for this? Is there a PERC 5i driver available for FreeBSD >>> 5.4? TIA for your responses. >> I am guessing you are right. 5.4 is pretty old. >> Is there any good reason you don't go to a more >> modern version of FreeBSD? >> >> ////jerry >> > > Yeah...and he mentions it in his email. Did you read it? > > The driver you need (mfi) was never backported to 5.x It was introduced in > FBSD 6.1-R You might ask the author (Scott Long) how much work it would be > or why it was never backported. It's possible it's trivial and it's possible > that it would require massive amounts of work. > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 17:59:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6514616A418 for ; Tue, 6 Nov 2007 17:59:23 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from astro.systems.pipex.net (astro.systems.pipex.net [62.241.163.6]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB9B13C4A8 for ; Tue, 6 Nov 2007 17:59:23 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.23.2] (62-31-10-181.cable.ubr05.edin.blueyonder.co.uk [62.31.10.181]) by astro.systems.pipex.net (Postfix) with ESMTP id E2AB2E0007E3; Tue, 6 Nov 2007 17:57:53 +0000 (GMT) Message-ID: <4730AB20.1010301@dial.pipex.com> Date: Tue, 06 Nov 2007 17:57:52 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: Jay Aikat References: <47309A66.9070009@email.unc.edu> <20071106171724.GA67488@gizmo.acns.msu.edu> <4730A850.3080709@email.unc.edu> In-Reply-To: <4730A850.3080709@email.unc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 and PERC 5i controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 17:59:23 -0000 Jay Aikat wrote: > Thanks for your response. Yes, unfortunately, the DAG software for > the DAG card we wish to use on this machine supports 5.4, but has not > been thoroughly tested for more recent versions of FreeBSD. We could > use Linux, but I prefer FreeBSD. > > I am exploring switching the PERC 5i with a PERC 4 controller on this > machine (it's a Dell Poweredge 2900). The PERC 4 is supported in 5.4 Your other option would be to try the DAG software using compat5x port under 6.2/3 or even 7. Depends how easy and cheap switching controllers is relative to your time. PERC 4(Di?) works fine in a 2850 under 5.4, but 5.4 is no longer supported at all, so no security fixes, so you'd better keep the machine well insulated. --Alex From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 18:52:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E24C16A41A for ; Tue, 6 Nov 2007 18:52:28 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from smtp1.bethere.co.uk (smtp1.betherenow.co.uk [87.194.0.68]) by mx1.freebsd.org (Postfix) with ESMTP id 24A7213C4AC for ; Tue, 6 Nov 2007 18:52:27 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from amd64r7.config (87-194-3-32.bethere.co.uk [87.194.3.32]) by smtp1.bethere.co.uk (Postfix) with SMTP id AAFD798183 for ; Tue, 6 Nov 2007 18:52:26 +0000 (GMT) Message-ID: <4730B7EA.3070206@onetel.com> Date: Tue, 06 Nov 2007 18:52:26 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.6 (X11/20071106) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <20071105055724.N17994@wonkity.com> In-Reply-To: <20071105055724.N17994@wonkity.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: portupgrade 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: Tue, 06 Nov 2007 18:52:28 -0000 Warren Block wrote: > On Mon, 5 Nov 2007, Donovan R. Palmer wrote: > >> A total noob here with FreeBSD, but am liking it so far. I went to run >> portupgrade for the first time and encountered quite a few problems. I >> have googled around and found some of my answers, but it's been slow >> going. For example: >> >> cairo# portupgrade -aF > > The thing you should be doing first is checking /usr/ports/UPDATING. > Major things can change, and portupgrade may not be able to handle them > without help. You could try portmanager, it seems to handle most things so it's great for lazy people (like me :) Port: portmanager-0.4.1_9 Path: /usr/ports/ports-mgmt/portmanager Chris From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 20:02:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E50DA16A419 for ; Tue, 6 Nov 2007 20:02:30 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id A41C313C480 for ; Tue, 6 Nov 2007 20:02:30 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id lA6Jx2DD068152; Tue, 6 Nov 2007 14:59:02 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id lA6Jx2n7068151; Tue, 6 Nov 2007 14:59:02 -0500 (EST) (envelope-from jerrymc) Date: Tue, 6 Nov 2007 14:59:02 -0500 From: Jerry McAllister To: Josh Paetzel Message-ID: <20071106195902.GA68133@gizmo.acns.msu.edu> References: <47309A66.9070009@email.unc.edu> <20071106171724.GA67488@gizmo.acns.msu.edu> <200711061143.38729.josh@tcbug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200711061143.38729.josh@tcbug.org> User-Agent: Mutt/1.4.2.2i Cc: Jay Aikat , Jerry McAllister , freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 and PERC 5i controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 20:02:31 -0000 On Tue, Nov 06, 2007 at 12:43:34PM -0500, Josh Paetzel wrote: > On Tuesday 06 November 2007 11:17:24 am Jerry McAllister wrote: > > On Tue, Nov 06, 2007 at 11:46:30AM -0500, Jay Aikat wrote: > > > I am trying to install an Endace DAG card for traffic capture on a new > > > machine with 8 drives installed using a PERC 5i controller. Due to > > > support limitations for the DAG software, I have to install FreeBSD 5.4 > > > on this machine. > > > > > > However, the install CD does not see any drives at all - my guess is > > > FreeBSD 5.4 has no drivers for the PERC 5i controller. Does anyone know > > > a workaround for this? Is there a PERC 5i driver available for FreeBSD > > > 5.4? TIA for your responses. > > > > I am guessing you are right. 5.4 is pretty old. > > Is there any good reason you don't go to a more > > modern version of FreeBSD? > > > > ////jerry > > > > Yeah...and he mentions it in his email. Did you read it? Oh yah, I see it now. So sorry. ////jerry > > The driver you need (mfi) was never backported to 5.x It was introduced in > FBSD 6.1-R You might ask the author (Scott Long) how much work it would be > or why it was never backported. It's possible it's trivial and it's possible > that it would require massive amounts of work. > > -- > Thanks, > > Josh Paetzel > > PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 20:14:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EBCA16A421 for ; Tue, 6 Nov 2007 20:14:34 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id CA6C913C4D1 for ; Tue, 6 Nov 2007 20:14:33 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from phoenix (hnvr-4db3d1e3.pool.einsundeins.de [77.179.209.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id 97AE4A4452F for ; Tue, 6 Nov 2007 21:08:46 +0100 (CET) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Tue, 6 Nov 2007 21:15:04 +0100 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711062115.06357.wundram@beenic.net> Subject: Totally OT math question about projections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 20:14:34 -0000 Hi all! I can't think straight anymore (it's a little too late), that's why I decided to post here, and maybe someone knows the answer before I'll dig my way through my uni maths books tomorrow. Just think of it as a brainteaser if you feel compelled to answer. ;-) Anyway, here we go: I have a photography of an object, which I need to process to calculate the "relative" width of an object based on the projection on the photographic 2D surface. I decided to go with the "Zentralprojektion" model (sorry, I don't know the english name, most probably that's the "vanishing point projection", but I'm not sure), and arrived at the following sum to get an (increasingly better with increasing n) upper bound on the (relative) width of the projected range 0 <= xs <= xe (both taken from the left side of the image), when the vanishing point is projected at xv > xe from the left of the image: d = ( xe - xs ) / n relwidth = sum(i=0,n)[ d / ( 1 - ( xs + i * d ) / xv ) ] Relative width meaning that for xs and xe close to 0, the relative width is close to xe - xs, whereas moving right in the direction of xv it rapidly increases (probably exponentially, but I didn't check yet). Just to make a small (ascii) picture of the variables involved: xe +----|-----+ + \ | + + \| + + \ + + |\ + + | \ + + |*| /| + + |*|/ | + + | / | + + |/ | + + / | + + /| | + +--|----|--+ 0 xs xv * being the object to "measure". What I'm now looking for is the limit with n -> infinity of that sum, not because I couldn't live with an upper bound, but rather because I have to implement this (for the biggest part) in integer math, which is pretty close to impossible with the sum given above. Anyway, if anybody can nudge me in the right direction where to look for the limit of this specific type of sum, I'll be immensely grateful! Thanks in advance! -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 20:26:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3144616A417 for ; Tue, 6 Nov 2007 20:26:22 +0000 (UTC) (envelope-from ray@stilltech.net) Received: from mail.geekdelivery.com (s206-75-153-241.ab.hsia.telus.net [206.75.153.241]) by mx1.freebsd.org (Postfix) with ESMTP id 0E61D13C4BD for ; Tue, 6 Nov 2007 20:26:22 +0000 (UTC) (envelope-from ray@stilltech.net) Received: from localhost (localhost [127.0.0.1]) by mail.geekdelivery.com (Postfix) with ESMTP id 407B42E01B for ; Tue, 6 Nov 2007 13:13:28 -0700 (MST) X-Quarantine-ID: Received: from mail.geekdelivery.com ([127.0.0.1]) by localhost (server.geekdelivery.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V+pHrbkqThXq for ; Tue, 6 Nov 2007 13:13:23 -0700 (MST) Received: from dev.local (S0106001346bddddf.lb.shawcable.net [70.65.134.12]) by mail.geekdelivery.com (Postfix) with ESMTP id 309B82E05E for ; Tue, 6 Nov 2007 13:13:23 -0700 (MST) From: Ray To: freebsd-questions@freebsd.org Date: Tue, 6 Nov 2007 13:10:11 -0700 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711061310.11691.ray@stilltech.net> Subject: slow data transfer from smba share, where to start X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ray@stilltech.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 20:26:22 -0000 Hello, I am having a problem with slow data transfer. Source is a samba share mounted as a local drive. destination is the local hard-drive. Can anybody give me some hints on where to start looking? Thanks, Ray any info that seems relevant to me is included, but I can provide any other data that is needed (domain info is sanitized) $ uname -a FreeBSD server.example.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed May 2 03:41:55 UTC 2007 root@:/usr/obj/usr/src/sys/GENERIC amd64 # less fstab # Device Mountpoint FStype Options Dump Pass# //owner@technical/technical /mnt/technical smbfs rw,-N 0 0 # time mv /mnt/technical/test /www/test/pub 0.008u 0.402s 7:42.28 0.0% 17+262k 7+27io 4121pf+0w test is a directory containing approximately 15 MB of data, windows machine is running windows XP pro. No known hardware or software problems on either machine. Hardware is decent but not super high end. the two machines are connected through a mid range consumer router and about 100 - 150 feet of cat5 cable. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 20:58:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89C5116A420 for ; Tue, 6 Nov 2007 20:58:52 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5053F13C4A6 for ; Tue, 6 Nov 2007 20:58:52 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from phoenix (hnvr-4db3d1e3.pool.einsundeins.de [77.179.209.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id 7D266A44529 for ; Tue, 6 Nov 2007 21:53:05 +0100 (CET) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Tue, 6 Nov 2007 21:59:27 +0100 User-Agent: KMail/1.9.7 References: <200711062115.06357.wundram@beenic.net> In-Reply-To: <200711062115.06357.wundram@beenic.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711062159.27662.wundram@beenic.net> Subject: Re: Totally OT math question about projections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 20:58:52 -0000 Am Dienstag, 6. November 2007 21:15:04 schrieb Heiko Wundram (Beenic): > Forget my question; I solved it myself just now. I just had to remember how integral substitution worked. Thanks anyway if you already got busy on this! -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 20:50:18 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5A4216A417 for ; Tue, 6 Nov 2007 20:50:18 +0000 (UTC) (envelope-from outflank@hotmail.com) Received: from bay0-omc3-s22.bay0.hotmail.com (bay0-omc3-s22.bay0.hotmail.com [65.54.246.222]) by mx1.freebsd.org (Postfix) with ESMTP id 90C5A13C4B6 for ; Tue, 6 Nov 2007 20:50:18 +0000 (UTC) (envelope-from outflank@hotmail.com) Received: from BAY114-W25 ([65.54.169.125]) by bay0-omc3-s22.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 6 Nov 2007 12:17:10 -0800 Message-ID: X-Originating-IP: [75.85.85.174] From: Greg M To: Date: Tue, 6 Nov 2007 12:17:10 -0800 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 06 Nov 2007 20:17:10.0037 (UTC) FILETIME=[02A00C50:01C820B2] X-Mailman-Approved-At: Tue, 06 Nov 2007 21:01:49 +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: Uninstall sos X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 20:50:18 -0000 Hello, I am looking to reinstall bsd on another, newer machine. In the = meantime, I need to uninstall it and install xp:( on my girlfriends older m= achine. I changed the boot sequence in bios so as to boot from the xp cd. T= he process begins, but than hangs up on a stop message saying that it will = not go any further. Should I just fdisk the drive and start from scratch? A= nd if so, how do I do that in bsd(not sure of the version, but it is about = 5 years old). Any assistance is greatly appreciated!=20 Greg California _________________________________________________________________ Climb to the top of the charts!=A0 Play Star Shuffle:=A0 the word scramble = challenge with star power. http://club.live.com/star_shuffle.aspx?icid=3Dstarshuffle_wlmailtextlink_oc= t= From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 22:41:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21D3216A418 for ; Tue, 6 Nov 2007 22:41:44 +0000 (UTC) (envelope-from malcolm.clarke@brunel.ac.uk) Received: from astro.systems.pipex.net (astro.systems.pipex.net [62.241.163.6]) by mx1.freebsd.org (Postfix) with ESMTP id E0A4D13C4B2 for ; Tue, 6 Nov 2007 22:41:43 +0000 (UTC) (envelope-from malcolm.clarke@brunel.ac.uk) Received: from [192.168.0.101] (81-86-251-96.dsl.pipex.com [81.86.251.96]) by astro.systems.pipex.net (Postfix) with ESMTP id 79737E0009B1 for ; Tue, 6 Nov 2007 22:10:58 +0000 (GMT) Message-ID: <4730E659.4020303@brunel.ac.uk> Date: Tue, 06 Nov 2007 22:10:33 +0000 From: Malcolm Clarke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) 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: IPFW and ICMP with timestamp option X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2007 22:41:44 -0000 I have configured a machine with 2 NIC and IPFW in a rather simplistic way as we are using it to emulate different link characteristics rather than as an actual firewall. 00100 4 355 pipe 1 ip from any to any via de0 in 00200 1 56 pipe 2 ip from any to any via de0 out 00300 0 0 pipe 3 ip from any to any via de1 in 00400 3 288 pipe 4 ip from any to any via de1 out 65535 4 246 deny ip from any to any The configuration works fine and traffic crosses the firewall without problem, except ICMP packets having timestamp or routing option, and these are not returned. Is there a way to allow these packets to enter/exit the firewall? Regards Malcolm -- --------------------------------------------------- Dr Malcolm Clarke Senior Lecturer in Data Communication Systems and Telemedicine Department of Information Systems and Computing Brunel University Uxbridge Middlesex UB8 3PH UK Tel: +44 1895 265053 Fax: +44 1895 251686 http://www.brunel.ac.uk/about/acad/siscm/research/themes/is/groups/bright/people ---------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 00:18:03 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3009A16A41A for ; Wed, 7 Nov 2007 00:18:03 +0000 (UTC) (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 D9A5B13C4B3 for ; Wed, 7 Nov 2007 00:18:02 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 5805 invoked from network); 6 Nov 2007 18:18:02 -0600 Received: from 124-170-22-248.dyn.iinet.net.au (HELO localhost) (124.170.22.248) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Nov 2007 18:18:01 -0600 Date: Wed, 7 Nov 2007 11:17:53 +1100 From: Norberto Meijome To: Greg M Message-ID: <20071107111753.70091dca@meijome.net> In-Reply-To: References: X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Uninstall sos X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 00:18:03 -0000 On Tue, 6 Nov 2007 12:17:10 -0800 Greg M wrote: > Hello, I am looking to reinstall bsd on another, newer machine. In the meantime, I need to uninstall it and install xp:( on my girlfriends older machine. I changed the boot sequence in bios so as to boot from the xp cd. The process begins, but than hangs up on a stop message saying that it will not go any further. Should I just fdisk the drive and start from scratch? And if so, how do I do that in bsd(not sure of the version, but it is about 5 years old). Any assistance is greatly appreciated! boot into the rescue console from the fbsd install cd (or in single mode of your bsd HD if that still works). dd if=/dev/zero of=/dev/ad0 bs=1024 count=10 will overwrite the first 10 MB of your disk (ad0) with zeroes. 10MB is overkill, but why not :D after this, XP should be able to see the disk as a blank disk, create a partition and format it. This will COMPLETELY destroy your data in your disk, so make sure that's what you want to do (ie, this will not help you install bsd alongside xp) good luck, B _________________________ {Beto|Norberto|Numard} Meijome Never attribute to malice what can adequately be explained by incompetence. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 00:44:24 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B17516A418 for ; Wed, 7 Nov 2007 00:44:24 +0000 (UTC) (envelope-from rodperson@verizon.net) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6035D13C4A3 for ; Wed, 7 Nov 2007 00:44:24 +0000 (UTC) (envelope-from rodperson@verizon.net) Received: from atomizer.opensourcebeef.net ([72.77.68.160]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JR400AEZ21W5592@vms040.mailsrvcs.net> for questions@freebsd.org; Tue, 06 Nov 2007 18:44:21 -0600 (CST) Date: Tue, 06 Nov 2007 19:38:29 -0500 From: Rod Person To: questions@freebsd.org Message-id: <20071106193829.531e3067@atomizer.opensourcebeef.net> Organization: Open Source Beef MIME-version: 1.0 X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: base64 Cc: Subject: C compiler cannot create executables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 00:44:24 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpJIHNlZW0g dG8gaGF2ZSByZWFsbHkgaG9zZWQgdXAgbXkgc3lzdGVtIHNvbWVob3cgYW5kIEknbSBub3Qgc3Vy ZSB3aGF0DQpJIGRpZC4gSSdtIHJ1bm5pbmcgRnJlZUJTRCA3IEJldGEgMSBpMzg2Lg0KDQpJIHdh cyBnb2luZyB0byB1cGdyYWRlIHRvIEJldGEgMiwgYnV0IHdoZW4gZXZlciBJIGNvbXBpbGUgYW55 dGhpbmcgaXQNCmZhaWxzIGFuZCB0aGUgbGFzdCBsaW5lIGlzIGFsd2F5czoNCg0KY29uZmlndXJl OiBlcnJvcjogQyBjb21waWxlciBjYW5ub3QgY3JlYXRlIGV4ZWN1dGFibGVzDQoNCkkgZ29vZ2xl ZCBmb3IgYXdoaWxlIGFuZCBmb3VuZCB0aGUgc3VnZ2VzdGlvbiB0byByZWluc3RhbGwgbGlidG9v bCwgYnV0DQp0aGF0IGFsc28gZmFpbHMgd2l0aCB0aGUgc2FtZSBlcnJvci4NCg0KQW55IHN1Z2dl c3RzIHdvdWxkIGJlIGdyZWF0Li4uDQoNCi0gLS0gDQpSb2QNCg0KaHR0cDovL3JvZGRpZXJvZC5o b21ldW5peC5uZXQ6ODA4MA0KLS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246 IEdudVBHIHYxLjQuNyAoRnJlZUJTRCkNCg0KaUQ4REJRRkhNUWtGWmU2QjdCMkltcHNSQW51YUFK NGhWNkRLVVNzbUVTTzlDRmtZQnRzRTJGMTBid0NmU250Mg0KRm4wUUZ3ZTdLTVVlY1NHMVB4K3NK RFU9DQo9S3RiRw0KLS0tLS1FTkQgUEdQIFNJR05BVFVSRS0tLS0tDQo= From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 01:19:37 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0129B16A420 for ; Wed, 7 Nov 2007 01:19:37 +0000 (UTC) (envelope-from rodperson@verizon.net) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.freebsd.org (Postfix) with ESMTP id D7EC213C4A8 for ; Wed, 7 Nov 2007 01:19:36 +0000 (UTC) (envelope-from rodperson@verizon.net) Received: from atomizer.opensourcebeef.net ([72.77.68.160]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JR400AYL3O352F2@vms040.mailsrvcs.net> for questions@freebsd.org; Tue, 06 Nov 2007 19:19:19 -0600 (CST) Date: Tue, 06 Nov 2007 20:13:23 -0500 From: Rod Person In-reply-to: <47310E66.7040103@ibctech.ca> To: Steve Bertrand Message-id: <20071106201323.2637a837@atomizer.opensourcebeef.net> Organization: Open Source Beef MIME-version: 1.0 X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: base64 References: <20071106193829.531e3067@atomizer.opensourcebeef.net> <47310E66.7040103@ibctech.ca> Cc: "questions@freebsd.org" Subject: Re: C compiler cannot create executables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 01:19:37 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUdWUs IDA2IE5vdiAyMDA3IDIwOjAxOjI2IC0wNTAwDQpTdGV2ZSBCZXJ0cmFuZCA8aWFjY291bnRzQGli Y3RlY2guY2E+IHdyb3RlOg0KDQo+IFJvZCBQZXJzb24gd3JvdGU6DQo+ID4gSSBzZWVtIHRvIGhh dmUgcmVhbGx5IGhvc2VkIHVwIG15IHN5c3RlbSBzb21laG93IGFuZCBJJ20gbm90IHN1cmUNCj4g PiB3aGF0IEkgZGlkLiBJJ20gcnVubmluZyBGcmVlQlNEIDcgQmV0YSAxIGkzODYuDQo+ID4gDQo+ ID4gSSB3YXMgZ29pbmcgdG8gdXBncmFkZSB0byBCZXRhIDIsIGJ1dCB3aGVuIGV2ZXIgSSBjb21w aWxlIGFueXRoaW5nDQo+ID4gaXQgZmFpbHMgYW5kIHRoZSBsYXN0IGxpbmUgaXMgYWx3YXlzOg0K PiA+IA0KPiA+IGNvbmZpZ3VyZTogZXJyb3I6IEMgY29tcGlsZXIgY2Fubm90IGNyZWF0ZSBleGVj dXRhYmxlcw0KPiA+IA0KPiA+IEkgZ29vZ2xlZCBmb3IgYXdoaWxlIGFuZCBmb3VuZCB0aGUgc3Vn Z2VzdGlvbiB0byByZWluc3RhbGwgbGlidG9vbCwNCj4gPiBidXQgdGhhdCBhbHNvIGZhaWxzIHdp dGggdGhlIHNhbWUgZXJyb3IuDQo+IA0KPiBJIGhhZCB0aGlzIGV4YWN0IHByb2JsZW0gd2l0aCBh IHByb2R1Y3Rpb24gYm94IHF1aXRlIGEgd2hpbGUgYWdvLg0KPiANCj4gVGhpcyB3YXMgb24gYSBt YWNoaW5lIHRoYXQgd2FzIHJ1bm5pbmcgNS54Lg0KPiANCj4gV2hhdCBJIGRpZCB3YXMgcmVtb3Zl IG9uZSBvZiB0aGUgbWlycm9yZWQgZHJpdmVzLCBib290ZWQgaXQgaW4gYW5vdGhlcg0KPiBtYWNo aW5lLiBJIHB1dCBpbiBhIDYueCBDRCwgcmFuIHN5c2luc3RhbGwgYW5kIGRpZCBhIGJpbmFyeSB1 cGdyYWRlLg0KPiANCj4gVGhpcyB3YXMgdGhlIG9ubHkgd2F5IEkgY291bGQgZml4IHRoZSBwcm9i bGVtLiBTaW5jZSB0aGVuLCB0aGUgc2FtZQ0KPiBib3ggYWZ0ZXIgYmVpbmcgcHV0IGJhY2sgaW50 byBwcm9kdWN0aW9uIGlzIGN1cnJlbnRseSBydW5uaW5nIGZpbmUgYXQNCj4gNi4yDQo+IA0KPiBJ ZiB5b3UgaGF2ZSBnb29kIGJhY2t1cHMsIG9yIGV2ZW4gYmV0dGVyLCBhIFJBSUQxIHN5c3RlbSwg YSBiaW5hcnkNCj4gdXBncmFkZSBtYXkgYmUgdGhlIGVhc2llc3QgZml4LiBJdCB3YXMgZm9yIG1l Lg0KPiANCj4gU3RldmUNCg0KVGhhbmtzIFN0ZXZlLA0KDQpJIHdhcyBraW5kIG9mIHdhcyB0aGlu a2luZyBvZiBkb2luZyB0aGlzIGlmIG5vdGhpbmcgZWxzZSB3b3Jrcy4gSSBoYXZlDQpiYWNrIHVw cyBvZiBhbGwgdGhlIGRhdGEuIFVuZm9ydHVuYXRlbHksIHRoaXMgd29ya3N0YXRpb24gZG9lc24n dCBoYXZlDQphIFJBSUQgc2V0dXAsIGJ1dCBub3cgSSdtIHRoaW5raW5nIG9mIHRoaXMgZm9yIHRo ZSBmdXR1cmUgOikNCg0KLSAtLSANClJvZA0KDQpodHRwOi8vcm9kZGllcm9kLmhvbWV1bml4Lm5l dDo4MDgwDQotLS0tLUJFR0lOIFBHUCBTSUdOQVRVUkUtLS0tLQ0KVmVyc2lvbjogR251UEcgdjEu NC43IChGcmVlQlNEKQ0KDQppRDhEQlFGSE1SRXpaZTZCN0IySW1wc1JBcmEvQUp3TmswajJiLzFs UUJ1ZDNpSi84Nzhrc29CMlZnQ2ZVcG0yDQpYWFJXRWZ2emhjN0hvVmtsSUVibjFkUT0NCj0yUENB DQotLS0tLUVORCBQR1AgU0lHTkFUVVJFLS0tLS0NCg== From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 01:30:05 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB2F216A46C for ; Wed, 7 Nov 2007 01:30:05 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 403C913C494 for ; Wed, 7 Nov 2007 01:30:05 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 74049 invoked by uid 1002); 7 Nov 2007 01:03:18 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 6.355934 secs); 07 Nov 2007 01:03:18 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 7 Nov 2007 01:03:12 -0000 Message-ID: <47310E66.7040103@ibctech.ca> Date: Tue, 06 Nov 2007 20:01:26 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Rod Person References: <20071106193829.531e3067@atomizer.opensourcebeef.net> In-Reply-To: <20071106193829.531e3067@atomizer.opensourcebeef.net> X-Enigmail-Version: 0.95.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "questions@freebsd.org" Subject: Re: C compiler cannot create executables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 01:30:05 -0000 Rod Person wrote: > I seem to have really hosed up my system somehow and I'm not sure what > I did. I'm running FreeBSD 7 Beta 1 i386. > > I was going to upgrade to Beta 2, but when ever I compile anything it > fails and the last line is always: > > configure: error: C compiler cannot create executables > > I googled for awhile and found the suggestion to reinstall libtool, but > that also fails with the same error. I had this exact problem with a production box quite a while ago. This was on a machine that was running 5.x. What I did was remove one of the mirrored drives, booted it in another machine. I put in a 6.x CD, ran sysinstall and did a binary upgrade. This was the only way I could fix the problem. Since then, the same box after being put back into production is currently running fine at 6.2 If you have good backups, or even better, a RAID1 system, a binary upgrade may be the easiest fix. It was for me. Steve From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 01:39:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8967716A419 for ; Wed, 7 Nov 2007 01:39:58 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from snipe.secure-computing.net (snipe.secure-computing.net [209.240.66.149]) by mx1.freebsd.org (Postfix) with ESMTP id 5856013C4AA for ; Wed, 7 Nov 2007 01:39:55 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from [192.168.1.200] (unknown [209.240.66.157]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ecrist@secure-computing.net) by snipe.secure-computing.net (Postfix) with ESMTP id CEC4817043 for ; Tue, 6 Nov 2007 19:39:41 -0600 (CST) Message-Id: <5172CBDE-31B3-4AE6-863A-679C960DC2AC@secure-computing.net> From: Eric F Crist To: User Questions Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Tue, 6 Nov 2007 19:39:40 -0600 X-Mailer: Apple Mail (2.912) Subject: IPFW show format 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: Wed, 07 Nov 2007 01:39:58 -0000 So, everything I've read says that ipfw show displays rule number, packets caught, bytes matched, and rule. The problem I'm having is that it seems that the bytes, at least on some rules, is way out of whack. I'm capturing this data for cacti, and trying to display accumulated ipfw traffic. If I zero my counters and download a file via FTP, the downloaded sizes don't even compare. 61MB into the download, if I convert the ipfw show from the supposed bytes into MB, it says I've downloaded 155MB. Please help me understand this! Thanks! ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 01:57:27 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 759B516A41B for ; Wed, 7 Nov 2007 01:57:27 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 2C72613C4B2 for ; Wed, 7 Nov 2007 01:57:25 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so4291804pyb for ; Tue, 06 Nov 2007 17:57:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Rr8BRQ2xtjneDoFsz3YgkDOFuIRzftyW4i4BH7JL4Uw=; b=RjANYmTe4b3g96UidilGMdsPnDsWe2/QrdE9lfyaCkO6rmvv6vTvzOOoP9liX6YRPBcAQWAJAU6NLkW8Clj9voofpB1ncPrexuYSbkOGNzDf8lz/o4IHmbU81ncl5rTSZ8LZtdybb7eMkPeZykCiov6EOeiA2SRvfhXVHgrDw3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JXoZL4OPh0/bpHlSvq66agVl2RuzSbO1819MxFtOHKQWsMz1BlZUsi1UcnzU9SdwmhFb7plvS2JghY9BC679yxbkquczEFPJwmu84eW736QTw4q1g9Ve4GKB+BpYsm1dB8Vym2KsXjJc0BUlS4QtFRNJq7YGprsW71RIQZLh6NE= Received: by 10.35.98.3 with SMTP id a3mr8221839pym.1194399099689; Tue, 06 Nov 2007 17:31:39 -0800 (PST) Received: by 10.35.110.17 with HTTP; Tue, 6 Nov 2007 17:31:39 -0800 (PST) Message-ID: <8cb6106e0711061731u25002f6cq1e216280d24c7bde@mail.gmail.com> Date: Tue, 6 Nov 2007 17:31:39 -0800 From: "Josh Carroll" To: "Rod Person" In-Reply-To: <20071106193829.531e3067@atomizer.opensourcebeef.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071106193829.531e3067@atomizer.opensourcebeef.net> Cc: "questions @ freebsd. org" Subject: Re: C compiler cannot create executables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 01:57:27 -0000 > configure: error: C compiler cannot create executables > > I googled for awhile and found the suggestion to reinstall libtool, but > that also fails with the same error. Can you paste the config.log from the port's work source directory (where configure is located)? Can you try the following and see if it compiles? echo '#include \nint main(void){ printf("hello world!\\n"); return 0;}\n' > t.c ; gcc t.c -o t; ./t; rm t.c You should either see: hello world! Or some compiler errors/warnings/etc. Josh From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 02:51:24 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B16616A420 for ; Wed, 7 Nov 2007 02:51:24 +0000 (UTC) (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 477D013C4B6 for ; Wed, 7 Nov 2007 02:51:24 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout1.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA72pDdg014280 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 6 Nov 2007 18:51:13 -0800 X-Auth-Received: from dzihan.cs.washington.edu (dzihan.cs.washington.edu [128.208.4.96]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA72pCkf027470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 6 Nov 2007 18:51:13 -0800 Message-ID: <47312820.4050504@u.washington.edu> Date: Tue, 06 Nov 2007 18:51:12 -0800 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (X11/20071003) MIME-Version: 1.0 To: questions@freebsd.org References: <20071106193829.531e3067@atomizer.opensourcebeef.net> <8cb6106e0711061731u25002f6cq1e216280d24c7bde@mail.gmail.com> In-Reply-To: <8cb6106e0711061731u25002f6cq1e216280d24c7bde@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.2.313940, Antispam-Data: 2007.11.6.182551 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='BODY_SIZE_800_899 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Subject: Re: C compiler cannot create executables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 02:51:24 -0000 Josh Carroll wrote: >> configure: error: C compiler cannot create executables >> >> I googled for awhile and found the suggestion to reinstall libtool, but >> that also fails with the same error. >> > > Can you paste the config.log from the port's work source directory > (where configure is located)? > > Can you try the following and see if it compiles? > > echo '#include \nint main(void){ printf("hello world!\\n"); > return 0;}\n' > t.c ; gcc t.c -o t; ./t; rm t.c > > You should either see: > > hello world! > > Or some compiler errors/warnings/etc. > > Josh > Just do... # Exit. echo 'int main() { return 1; } ' >src.c; # Try to compile prog. gcc -O0 src.c && ./a.out && echo $?; # Toss executable, if it exists. [ -e './a.out' ] && rm ./a.out Either you'll get a compiler error, or it should print out 1. -Garrett From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 03:03:56 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A9B116A419 for ; Wed, 7 Nov 2007 03:03:56 +0000 (UTC) (envelope-from rodperson@verizon.net) Received: from vms169133pub.verizon.net (vms169133pub.verizon.net [206.46.169.133]) by mx1.freebsd.org (Postfix) with ESMTP id 066C213C481 for ; Wed, 7 Nov 2007 03:03:55 +0000 (UTC) (envelope-from rodperson@verizon.net) Received: from atomizer.opensourcebeef.net ([72.77.68.160]) by vms169133.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JR400MA45PDSIA2@vms169133.mailsrvcs.net> for questions@freebsd.org; Tue, 06 Nov 2007 20:03:14 -0600 (CST) Date: Tue, 06 Nov 2007 20:57:21 -0500 From: Rod Person In-reply-to: <8cb6106e0711061731u25002f6cq1e216280d24c7bde@mail.gmail.com> To: josh.carroll@gmail.com Message-id: <20071106205721.46641ff6@atomizer.opensourcebeef.net> Organization: Open Source Beef MIME-version: 1.0 X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Content-type: multipart/mixed; boundary="MP_/vakHMbnPVeU2airA2NGx3BX" References: <20071106193829.531e3067@atomizer.opensourcebeef.net> <8cb6106e0711061731u25002f6cq1e216280d24c7bde@mail.gmail.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "questions @ freebsd. org" Subject: Re: C compiler cannot create executables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 03:03:56 -0000 --MP_/vakHMbnPVeU2airA2NGx3BX Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 Content-Disposition: inline LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUdWUs IDA2IE5vdiAyMDA3IDE3OjMxOjM5IC0wODAwDQoiSm9zaCBDYXJyb2xsIiA8am9zaC5jYXJyb2xs QGdtYWlsLmNvbT4gd3JvdGU6DQoNCj4gPiBjb25maWd1cmU6IGVycm9yOiBDIGNvbXBpbGVyIGNh bm5vdCBjcmVhdGUgZXhlY3V0YWJsZXMNCj4gPg0KPiA+IEkgZ29vZ2xlZCBmb3IgYXdoaWxlIGFu ZCBmb3VuZCB0aGUgc3VnZ2VzdGlvbiB0byByZWluc3RhbGwgbGlidG9vbCwNCj4gPiBidXQgdGhh dCBhbHNvIGZhaWxzIHdpdGggdGhlIHNhbWUgZXJyb3IuDQo+IA0KPiBDYW4geW91IHBhc3RlIHRo ZSBjb25maWcubG9nIGZyb20gdGhlIHBvcnQncyB3b3JrIHNvdXJjZSBkaXJlY3RvcnkNCj4gKHdo ZXJlIGNvbmZpZ3VyZSBpcyBsb2NhdGVkKT8NCj4gDQo+IENhbiB5b3UgdHJ5IHRoZSBmb2xsb3dp bmcgYW5kIHNlZSBpZiBpdCBjb21waWxlcz8NCj4gDQo+IGVjaG8gJyNpbmNsdWRlIDxzdGRpby5o PlxuaW50IG1haW4odm9pZCl7IHByaW50ZigiaGVsbG8gd29ybGQhXFxuIik7DQo+IHJldHVybiAw O31cbicgPiB0LmMgOyBnY2MgdC5jIC1vIHQ7IC4vdDsgcm0gdC5jDQo+IA0KPiBZb3Ugc2hvdWxk IGVpdGhlciBzZWU6DQo+IA0KPiBoZWxsbyB3b3JsZCENCj4gDQo+IE9yIHNvbWUgY29tcGlsZXIg ZXJyb3JzL3dhcm5pbmdzL2V0Yy4NCg0KSSB0cmllZCB0aGlzIGVhcmxpZXIgYSBnb3QgdGhpczoN Cj4gZ2NjIC1vIHRlc3QgdGVzdC5jDQo+IC4vdGVzdC5jDQo+ICAgDQpUaGlzIHJldHVybnM6DQoN Ci91c3IvYmluL2xkIGNhbm5vdCBmaW5kIC1sZ2NjX3MNCg0KPiBsZGQgYHdoaWNoIGdjY2AgIA0K cmV0dXJuczoNCg0KbGRkOiAvdXNyL2Jpbi9nY2M6ICBub3QgYSBkeW5hbWljIGV4ZWN1dGFibGUN Cg0KSSd2ZSBhdHRhY2hlZCB0aGUgY29uZmlnLmxvZyBmcm9tIGxpYnRvb2wxNQ0KDQoNCi0gLS0g DQpSb2QNCg0KaHR0cDovL3JvZGRpZXJvZC5ob21ldW5peC5uZXQ6ODA4MA0KLS0tLS1CRUdJTiBQ R1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246IEdudVBHIHYxLjQuNyAoRnJlZUJTRCkNCg0KaUQ4 REJRRkhNUnVCWmU2QjdCMkltcHNSQXRwZkFLQ1VCajFlV0x6VmJWakhKdTN6RUppVjByOTFNZ0Nm ZHc3aA0KR3hkNWFNQkJPaDhuOEF6SzVMVTZDeVE9DQo9RUFUNA0KLS0tLS1FTkQgUEdQIFNJR05B VFVSRS0tLS0tDQo= --MP_/vakHMbnPVeU2airA2NGx3BX-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 04:36:23 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63C1716A417 for ; Wed, 7 Nov 2007 04:36:23 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-kukur.atl.sa.earthlink.net (elasmtp-kukur.atl.sa.earthlink.net [209.86.89.65]) by mx1.freebsd.org (Postfix) with ESMTP id 1E96613C4B3 for ; Wed, 7 Nov 2007 04:36:23 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=localhost.joeandlane.com) by elasmtp-kukur.atl.sa.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1IpcGT-0000Dy-Va for questions@freebsd.org; Tue, 06 Nov 2007 23:11:42 -0500 MailScanner-NULL-Check: 1195013574.91301@FebjnjeVr9RQNPbHr0HwkQ Received: from localhost.joeandlane.com (localhost.joeandlane.com [127.0.0.1]) by localhost.joeandlane.com (8.14.1/8.14.1) with ESMTP id lA74Cqwb005090 for ; Tue, 6 Nov 2007 22:12:52 -0600 (CST) (envelope-from lane@joeandlane.com) Received: (from lholcombe@localhost) by localhost.joeandlane.com (8.14.1/8.14.1/Submit) id lA74CqlV005084 for questions@freebsd.org; Tue, 6 Nov 2007 22:12:52 -0600 (CST) (envelope-from lane@joeandlane.com) X-Authentication-Warning: localhost.joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane Holcombe To: questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 06 Nov 2007 22:12:52 -0600 Message-Id: <1194408772.4462.17.camel@localhost.joeandlane.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec791155cb5a06fbb3a5f857b61aa597a5e8350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Cc: Subject: X not listening on 177 after upgrade to 7.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 04:36:23 -0000 Please help, I'm completely out of my league. I know this is mostly an Xorg question, but trying to get help from that group is ... not so easy... I've had the gdmchooser working for several months, now. But recently I updated X from 7.2 to 7.3 and X is no longer even listening on port 177: sockstat -l46 | grep 177 shows nothing I see Xorg listening on port 6000, but I seem to recall that xdm was listening on 177 before the upgrade. Or maybe it was gdm-binary, but certainly it was the default port 177, not port 6000. gdm is started by /usr/local/etc/rc.d/gdm and it runs the greeter just fine. But it is the chooser that I need, since I periodically need to access this machine from the local network or from remote vpn or access remote machines from this one. I'm running 6.2-STABLE FreeBSD, built from source in May, so the configuration in /etc did not change. But it appears that my /usr/local/lib/X11/xdm/xdm-config and /usr/local/etc/gdm/custom.conf have been overwritten with defaults and I can't find a backup version that works. I expect that if I could get xdm to listen then I could figure out gdm, again. But I've been researching and tweeking all day and can't seem to make it work. I thought it was as simple as commenting out the last line in the default xdm-config: ! SECURITY: do not listen for XDMCP or Chooser requests ! Comment out this line if you want to manage X terminals with xdm ! DisplayManager.requestPort: 0 But that does not make a difference, even after reboot. Your helpful suggestions and insight are appreciated. lane From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 05:59:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F8A216A421 for ; Wed, 7 Nov 2007 05:59:06 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 5887213C4B5 for ; Wed, 7 Nov 2007 05:59:05 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDESK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id lA75waaA067044; Tue, 6 Nov 2007 21:58:38 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Ashley Moran" , Date: Tue, 6 Nov 2007 21:59:45 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <04646971-8985-43CE-B3F0-172DE6CCCAF2@ashleymoran.me.uk> Importance: Normal Cc: Chad Perrin , freebsd-questions@freebsd.org Subject: RE: New FreeBSD art? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 05:59:06 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Ashley Moran > Sent: Friday, November 02, 2007 3:44 PM > To: jamesh@lanl.gov > Cc: Chad Perrin; freebsd-questions@freebsd.org > Subject: Re: New FreeBSD art? > > > > On Nov 02, 2007, at 2:05 pm, James wrote: > > > 1. Write to trademark@FreeBSDFoundation.org asking permission to > > use > > a trademarked image > > 2. Include a trademark sign on your site > > 3. Include a line that says something like "Trademark of the FreeBSD > > foundation" > > 4. Don't cut up the image and reproduce it in some other image > > without > > permission > > > > > > That's about it. The rest is mostly lawyer-ese > > > > I was just hoping to find a new version of the "Powered by FreeBSD" > logos to use as an image link back to the FreeBSD page. Those can be > used on sites served by FreeBSD, without requesting permission. I > mean, I want to *advertise* the project, it seems silly that I have to > ask permission and display trademark notices. I could still use one > of the old ones, I just wondered if there were any available using the > new logo. > You probably won't find any. One of the (many) problems with the new logo is the large color variation. This makes it look "real kewel" when it's displayed on the cover of a CD case, or a poster or a book. But shrinking it down would remove all of that and you would end up with essentially a red splotch. If you compare for example the daemon on the CD cover of the version 1.1 release, pictured here: http://www.mckusick.com/beastie/shirts/bsd4_3.html Note the fine shading and variation on the shadow part of the daemon. Now, compare that to the later renditions on the "powered by" logos here: http://www.freebsd.org/art.html Notice how the fine shading is gone and replaced with a single uniform black. Whoever built the daemon image for the Powered By logos must have spent hours and hours and hours on getting the shading to look acceptable on the much smaller Powered By image. It works because the daemon image is not a simple shape image, it's outline is complex. The same trick would not work for the red ball, it would just end up looking like a red moon being eclipsed. The primary reason the new logo was dreamed up was due to complaints by one of the core members that whenever they did a presentation about FreeBSD people would waste a huge amount of time getting through the "yer logo looks like Satan" stage before he could actually talk about the operating system itself. They wanted a "kewel" looking logo that could be plastered on large posters, CD cases, book covers, and such marketing materials without ignorant people thinking it was some kind of devil worship cult at the trade shows. They wern't at all concerned with a logo that would look good on a "powered by" entry on a webpage. > While I'm on the subject, can anyone open the SVG version? URL please? Ted From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 07:09:44 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CE8C16A41B; Wed, 7 Nov 2007 07:09:44 +0000 (UTC) (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 ED2C813C4B0; Wed, 7 Nov 2007 07:09:43 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id lA779JsA026444; Tue, 6 Nov 2007 23:09:19 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA779IZa026443; Tue, 6 Nov 2007 23:09:18 -0800 (PST) (envelope-from kline) Date: Tue, 6 Nov 2007 23:09:18 -0800 From: Gary Kline To: Kevin Oberman , FreeBSD Mailing List , Gnome at FreeBSD List Message-ID: <20071107070918.GA26390@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21 of service to the Unix community. Cc: Subject: devilspie s-expression scripts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 07:09:44 -0000 Looks like I can only put one Konsole or other app per workspace. Below, no matter with workspace I choose, 1 to 4, all these terminals go into just one workspace. Anybody know of any workaround? gary (if (and (is (application_name) "Shell - Konsole" ) (is (window_name) "Shell - Konsole" ) ) (begin (geometry "-0-0") (set_workspace 1)) ) -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 07:26:29 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7232616A46C for ; Wed, 7 Nov 2007 07:26:29 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 85EB613C4BD for ; Wed, 7 Nov 2007 07:26:26 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id lA77PKhw003974 for ; Wed, 7 Nov 2007 08:25:20 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id lA77PJ0Z003971 for ; Wed, 7 Nov 2007 08:25:20 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 7 Nov 2007 08:25:19 +0100 (CET) From: Wojciech Puchar To: questions@freebsd.org Message-ID: <20071107082353.Q3825@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: X screen film recording X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 07:26:29 -0000 is there any app for this. to simply record what's going on X server as movie file (like .mov, .avi) or animated .gif? or any other way to convert flash animation (no links, menus etc.) to animated .gif? From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 07:52:23 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B5FC16A476 for ; Wed, 7 Nov 2007 07:52:23 +0000 (UTC) (envelope-from ccowart@rescomp.berkeley.edu) Received: from hal.rescomp.berkeley.edu (hal.Rescomp.Berkeley.EDU [169.229.70.150]) by mx1.freebsd.org (Postfix) with ESMTP id EB99013C4B3 for ; Wed, 7 Nov 2007 07:52:22 +0000 (UTC) (envelope-from ccowart@rescomp.berkeley.edu) Received: by hal.rescomp.berkeley.edu (Postfix, from userid 1225) id 38B663C0482; Tue, 6 Nov 2007 23:36:36 -0800 (PST) Date: Tue, 6 Nov 2007 23:36:36 -0800 From: Christopher Cowart To: Wojciech Puchar Message-ID: <20071107073636.GK65098@hal.rescomp.berkeley.edu> Mail-Followup-To: Wojciech Puchar , questions@freebsd.org References: <20071107082353.Q3825@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UMJVdkOQ5GAjIYsA" Content-Disposition: inline In-Reply-To: <20071107082353.Q3825@wojtek.tensor.gdynia.pl> Organization: RSSP-IT, UC Berkeley User-Agent: Mutt/1.5.16 (2007-06-09) Cc: questions@freebsd.org Subject: Re: X screen film recording X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 07:52:23 -0000 --UMJVdkOQ5GAjIYsA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 07, 2007 at 08:25:19AM +0100, Wojciech Puchar wrote: > is there any app for this. to simply record what's going on X server as= =20 > movie file (like .mov, .avi) or animated .gif? >=20 > or any other way to convert flash animation (no links, menus etc.) to=20 > animated .gif? I once used vnc2swf on Linux. It looks like it's in ports, so I'm assuming it'll work on FreeBSD. Or by the sounds of your flash animation question, have you already found this option? --=20 Chris Cowart Lead Systems Administrator Network & Infrastructure Services, RSSP-IT UC Berkeley --UMJVdkOQ5GAjIYsA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iQIVAwUBRzFrAyPHEDszU3zYAQL3AA/+MsNFFSekTd6Oli0vwguqefoaY7unD7ja L9wj20OPWQXheDxXdFo22p5Y+FDwT83ea1npFNhDdqu/ZB/e73v3ulr4sdotyWPs xIVkT6T9RsicDs2wGr8wF4BW19ynTgGizomiINn/O45CY2qGHNcmnPMBu8JNqTji f054O2wYLXYOYWU29SXSIgVDa2HJSBpoHTrveFVL6pir6vaO8BWfiMdt3ICpc8WO WxqvzZS7aQkizxoQDX/3zInqK7L83nub0aWjAPybYMyhOMromnsuyJxrAQHCeK07 1YWmJ731s5Do5ESb5rpanhuBF2oKGtlL6cH2GPHmpD2eSwr3ezy/7DgluZtg+Ilt Y8xtiL5i0oWjqcWwy6efxP+G60vErOHp+yhR3WTJdFqBw2oJtXEQ4frcRHxJJs1m wRMJNMsOHzXWo54xqzgNGyTgWDwsZdU5Wh1aKPscf2OfwlhiKi5DEXT/Y+7E8mij YLj80YWYYii9eH/t/9hBa5oeWx0SfjdGFLGwQaf5bGjXmH5n2LjUJk98t08UDizJ Z3e+BV7aOH5zBqF4f4fsGnTdSxd2vBOHR6GfsOQXYLCeLyr0SxzGoYDlatbd9NcD 5D2KBrVs+0zmx1eCe0gJgV55bMPfMUUCY7X6xSyXjmtpx4dVFyEg8wwQ12Rloakl bIV0lKm1chs= =+rzH -----END PGP SIGNATURE----- --UMJVdkOQ5GAjIYsA-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 09:24:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 717F016A418 for ; Wed, 7 Nov 2007 09:24:58 +0000 (UTC) (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 2520E13C4B8 for ; Wed, 7 Nov 2007 09:24:57 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 29562 invoked from network); 7 Nov 2007 03:24:45 -0600 Received: from 124-170-22-248.dyn.iinet.net.au (HELO localhost) (124.170.22.248) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 7 Nov 2007 03:24:45 -0600 Date: Wed, 7 Nov 2007 20:24:37 +1100 From: Norberto Meijome To: Greg M Message-ID: <20071107202437.646909bd@meijome.net> In-Reply-To: References: <20071107111753.70091dca@meijome.net> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions ML Subject: Re: Uninstall sos X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 09:24:58 -0000 On Tue, 6 Nov 2007 23:05:18 -0800 Greg M wrote: > Thank you so much for your response! I don't have the bsd cd. It comes up to the boot options 1-8, I think, so how would I get to the bsd version of a dos console or single mode you speak of? Thanks again, > Greg hi greg, - please keep the list in CC so others can help / learn / correct me. - Please do not top post. u can try to get in with option 4 - single user ...but i am not sure you'll be able to overwrite the current disk. you actually don't need the BSD CD - any live u*x boot cd will do. they should all have dd and be able to do what i mentioned (just make sure you don't have the disk mounted, as it may not allow you to write to it). b _________________________ {Beto|Norberto|Numard} Meijome Your reasoning is excellent -- it's only your basic assumptions that are wrong. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 12:46:24 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA4B216A41A for ; Wed, 7 Nov 2007 12:46:24 +0000 (UTC) (envelope-from rodperson@verizon.net) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.freebsd.org (Postfix) with ESMTP id ACB5313C4BB for ; Wed, 7 Nov 2007 12:46:24 +0000 (UTC) (envelope-from rodperson@verizon.net) Received: from atomizer.opensourcebeef.net ([72.77.68.160]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JR400LKSWO6QBL3@vms044.mailsrvcs.net> for questions@freebsd.org; Wed, 07 Nov 2007 05:45:43 -0600 (CST) Date: Wed, 07 Nov 2007 06:39:49 -0500 From: Rod Person In-reply-to: <47312EC0.5070607@ridecharge.com> To: "Philip M. Gollucci" Message-id: <20071107063949.786588ed@atomizer.opensourcebeef.net> Organization: Open Source Beef MIME-version: 1.0 X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: base64 References: <20071106193829.531e3067@atomizer.opensourcebeef.net> <47310D8B.3090206@riderway.com> <20071106200017.358b2503@atomizer.opensourcebeef.net> <47312EC0.5070607@ridecharge.com> Cc: questions@freebsd.org Subject: Re: C compiler cannot create executables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 12:46:24 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBUdWUs IDA2IE5vdiAyMDA3IDIyOjE5OjI4IC0wNTAwDQoiUGhpbGlwIE0uIEdvbGx1Y2NpIiA8cGhpbGlw QHJpZGVjaGFyZ2UuY29tPiB3cm90ZToNCg0KPiBSb2QgUGVyc29uIHdyb3RlOg0KPiA+IC91c3Iv YmluL2xkIGNhbm5vdCBmaW5kIC1sZ2NjX3MNCj4gbHMgL2xpYi9nY2MqDQo+IA0KPiBZb3Ugc2hv dWxkIGhhdmU6DQo+IGxzIGxpYmdjYyoNCj4gLXItLXItLXItLSAgMSByb290ICB3aGVlbCAgLSAg IDQzSyBOb3YgIDQgMDE6MjM6MjAgMjAwNyBsaWJnY2Nfcy5zby4xDQo+IA0KPiBhdCBsZWFzdCBv biA4LjAtY3VycmVudC4NCj4gDQo+IElmIHlvdSBkb24ndCBoYXZlIGl0LCBjb3B5IGl0IGZyb20g c29tZXdoZXJlIC0tIG1pZ2h0IGhhdmUgb24gaW4gDQo+IC91c3Ivb2JqIGlmIHlvdSBkaWRuJ3Qg d2lwZSBpdC4NCg0KVEhBTksgWU9VIFNJUiEhDQoNClRoYXQgZml4ZWQgaXQgYW5kIGV2ZXJ5dGhp bmcgaXMgYmFjayB0byBub3JtYWwuIEl0IHNlZW1zIHRoYXQgc29tZSBob3cNCnRoYXQgZmlsZSB3 YXMgZGVsZXRlZC4uLi4NCg0KLSAtLSANClJvZA0KDQpodHRwOi8vcm9kZGllcm9kLmhvbWV1bml4 Lm5ldDo4MDgwDQotLS0tLUJFR0lOIFBHUCBTSUdOQVRVUkUtLS0tLQ0KVmVyc2lvbjogR251UEcg djEuNC43IChGcmVlQlNEKQ0KDQppRDhEQlFGSE1hUUdaZTZCN0IySW1wc1JBbUJsQUo0NG9CTjRp ampCdXdubVRsQ2l3dXhtWUZQQ3RBQ2ZWcFdPDQpGSmNaajg1OFNjNEhDUlNSWVVESGx0cz0NCj1J c0wyDQotLS0tLUVORCBQR1AgU0lHTkFUVVJFLS0tLS0NCg== From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 13:13:52 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41C3A16A46C for ; Wed, 7 Nov 2007 13:13:52 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.ipv6.lostinspace.de [IPv6:2a01:138:100:1:219:d1ff:fe6a:ef49]) by mx1.freebsd.org (Postfix) with ESMTP id C916D13C48D for ; Wed, 7 Nov 2007 13:13:51 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (ppp-82-135-81-80.dynamic.mnet-online.de [82.135.81.80]) (authenticated bits=0) by anny.lostinspace.de (8.14.1/8.14.1) with ESMTP id lA7DDgcG057257 for ; Wed, 7 Nov 2007 14:13:47 +0100 (CET) (envelope-from idefix@fechner.net) Received: from localhost (unknown [127.0.0.1]) by server.idefix.lan (Postfix) with ESMTP id 8359B130C74 for ; Wed, 7 Nov 2007 14:13:47 +0100 (CET) X-Virus-Scanned: ClamAV 0.91.2/4691/Wed Nov 7 06:39:41 2007 on anny.lostinspace.de X-Virus-Scanned: amavisd-new at idefix.lan Received: from server.idefix.lan ([127.0.0.1]) by localhost (server.idefix.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RJYimtzpmMN1 for ; Wed, 7 Nov 2007 14:13:46 +0100 (CET) Received: by server.idefix.lan (Postfix, from userid 1001) id F29DD130C91; Wed, 7 Nov 2007 14:13:45 +0100 (CET) Date: Wed, 7 Nov 2007 14:13:45 +0100 From: Matthias Fechner To: questions@freebsd.org Message-ID: <20071107131345.GA10158@server.idefix.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Crypto: GnuPG/1.0.6 http://www.gnupg.org X-GnuPG: 0x1B756EF6 User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (anny.lostinspace.de [80.190.182.2]); Wed, 07 Nov 2007 14:13:48 +0100 (CET) X-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00, UNPARSEABLE_RELAY autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on anny.lostinspace.de X-Virus-Status: Clean Cc: Subject: Autoattach geli device but not at startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 13:13:52 -0000 Hi, I have here a setup where some backup directories are mounted encrypted (using geli). rc.conf: geli_devices="ad3" geli_ad3_flags="-k /root/backup1.key" ... But if the system must be rebooted it asks for the password before a network connection is available. The computer has no keyboard via default so it is really a pain to get the system up again. Is their a possibility to do something like that after the reboot: mount /mnt/backup1 and mount starts geli and geli will ask for the passphrase? Thanks, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 13:14:03 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFBF716A420 for ; Wed, 7 Nov 2007 13:14:03 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2001:470:1f04:c0::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9C38413C4D9 for ; Wed, 7 Nov 2007 13:14:03 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by draba.izb.knu.ac.kr (Postfix, from userid 59) id 9A8F23EA5; Wed, 7 Nov 2007 22:14:02 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on draba.izb.knu.ac.kr X-Spam-Level: X-Spam-Status: No, score=-19.8 required=15.1 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VERIFIED autolearn=disabled version=3.2.3 X-Spam-Comment: DKIM? See http://www.google.com/search?btnI&q=RFC+4871 Received: from izb.knu.ac.kr (localhost.izb.knu.ac.kr [127.0.0.1]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id 1F8EE3EA3; Wed, 7 Nov 2007 22:14:01 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=izb.knu.ac.kr; h=subject: from:reply-to:to:in-reply-to:references:content-type:date: message-id:mime-version:content-transfer-encoding; q=dns/txt; s= s1024; bh=xU5p22yJvudv2ZMvlae9g4xm9Tc=; b=ea6xSP/Ij3xaGxT0+QRQAc Q1pwmC5vysbefFaeNh1IL+61nYCD9G5/kfurkQfi0EUBfaTU/u31FLNe5y6iaWOY PEK5MZpDAZPZXLjGIx+qeOmvU5D4CgE7jiYVOopxACPFyigl0jEuOa5bPtDcyI6s b5zS9h5kC5sZyKcx3y78U= Received: from setaria.izb.knu.ac.kr (setaria.izb.knu.ac.kr [IPv6:2001:470:1f04:c1::2]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id BA9203E94; Wed, 7 Nov 2007 22:14:00 +0900 (KST) Received: from viola.izb.knu.ac.kr (viola.izb.knu.ac.kr [IPv6:2001:470:1f04:c4::2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bh.rfc4871@setaria.izb.knu.ac.kr) by setaria.izb.knu.ac.kr (Postfix) with ESMTP id B19191CCEE; Wed, 7 Nov 2007 22:13:58 +0900 (KST) Received: from [IPv6:::1] (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id 3AC225E04; Wed, 7 Nov 2007 22:13:55 +0900 (KST) From: Byung-Hee HWANG To: questions@freebsd.org In-Reply-To: <20071106090215.W7058@wojtek.tensor.gdynia.pl> References: <472ED17A.7050001@gmail.com> <1194256149.1874.19.camel@viola.izb.knu.ac.kr> <20071106090215.W7058@wojtek.tensor.gdynia.pl> Content-Type: text/plain Organization: InZealBomb Date: Wed, 07 Nov 2007 22:13:54 +0900 Message-Id: <1194441234.3499.12.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Re: ipv6 confusion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 13:14:04 -0000 Wojciech, On Tue, 2007-11-06 at 09:03 +0100, Wojciech Puchar wrote: > > > > AFAIK, IPv6 setup is much more difficult than IPv4 setup. Still i don't > > i don't think so. it is no more difficult, or even easier. > > more difficult is to put rev-dns entries but still not a problem You won! Because you already had r-dns ipv6 smtp! Perfect! ... Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) ... Respect, Byung-Hee -- "I trust these two men with my life. They are my two right arms. I cannot insult them by sending them away." -- Vito Corleone, "Chapter 1", page 29 From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 13:25:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 470AD16A474 for ; Wed, 7 Nov 2007 13:25:48 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from cenn-smtp.mc.mpls.visi.com (cenn.mc.mpls.visi.com [208.42.156.9]) by mx1.freebsd.org (Postfix) with ESMTP id 1CF9213C4D5 for ; Wed, 7 Nov 2007 13:25:47 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by cenn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id 146A28321; Wed, 7 Nov 2007 07:25:42 -0600 (CST) Received: from build64.tcbug.org (unknown [208.42.70.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTP id 6AE4110AA864; Wed, 7 Nov 2007 07:25:36 -0600 (CST) From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Wed, 7 Nov 2007 07:25:35 -0600 User-Agent: KMail/1.9.7 References: <20071107131345.GA10158@server.idefix.lan> In-Reply-To: <20071107131345.GA10158@server.idefix.lan> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart12349197.v6KEr7eyvv"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200711070725.40416.josh@tcbug.org> Cc: Matthias Fechner Subject: Re: Autoattach geli device but not at startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 13:25:48 -0000 --nextPart12349197.v6KEr7eyvv Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 07 November 2007 07:13:45 am Matthias Fechner wrote: > Hi, > > I have here a setup where some backup directories are mounted > encrypted (using geli). > rc.conf: > geli_devices=3D"ad3" > geli_ad3_flags=3D"-k /root/backup1.key" > ... > > But if the system must be rebooted it asks for the password before a > network connection is available. > The computer has no keyboard via default so it is really a pain to get > the system up again. > > Is their a possibility to do something like that after the reboot: > mount /mnt/backup1 > and mount starts geli and geli will ask for the passphrase? > > Thanks, > Matthias This is one of those cases where I would alter the base system a bit. I'd= =20 fiddle with the #REQUIRE in /etc/rc.d/geli to get it to start after sshd,=20 perhaps change it from initrandom to sshd. You can check to make sure the= =20 changes are sane by running rcorder manually. If you go this route the console will still prompt for the passphrase, but= =20 you'll be able to ssh in and run /etc/rc.d/geli start manually, which after= =20 it ran, would automagically run everything after it in rcorder =2D-=20 Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB --nextPart12349197.v6KEr7eyvv Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBHMbzUJvkB8SevrssRAl5RAJ41KiF9fo2myUg91D1RgB3PnDDtmQCfeMoH SGyMbgygsw2ILosMGqnLBiY= =KI4A -----END PGP SIGNATURE----- --nextPart12349197.v6KEr7eyvv-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 14:56:01 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0DDB16A417 for ; Wed, 7 Nov 2007 14:56:01 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id F399F13C48A for ; Wed, 7 Nov 2007 14:55:58 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id lA7Esnnb007654; Wed, 7 Nov 2007 15:54:49 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id lA7EslVF007651; Wed, 7 Nov 2007 15:54:48 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 7 Nov 2007 15:54:47 +0100 (CET) From: Wojciech Puchar To: Christopher Cowart In-Reply-To: <20071107073636.GK65098@hal.rescomp.berkeley.edu> Message-ID: <20071107155251.M7583@wojtek.tensor.gdynia.pl> References: <20071107082353.Q3825@wojtek.tensor.gdynia.pl> <20071107073636.GK65098@hal.rescomp.berkeley.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org Subject: Re: X screen film recording X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 14:56:02 -0000 > > I once used vnc2swf on Linux. It looks like it's in ports, so I'm well i would like to convert OUT OF flash movie to something like animated gif or just frames. vnc2pnm or vnc2avi or vnc2gif would be nice. but there's no such things. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 15:06:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0110C16A46B for ; Wed, 7 Nov 2007 15:06:19 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: from ipad.com.br (recife.ipad.com.br [200.249.204.129]) by mx1.freebsd.org (Postfix) with SMTP id 7EF6313C4D1 for ; Wed, 7 Nov 2007 15:06:15 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: (qmail 25583 invoked by uid 79); 7 Nov 2007 14:39:14 -0000 Received: from 192.168.64.1 by recife.ipad.com.br (envelope-from , uid 1008) with qmail-scanner-1.25-st-qms (clamdscan: 0.92rc2/4688. spamassassin: 3.1.8. perlscan: 1.25-st-qms. Clear:RC:1(192.168.64.1):. Processed in 0.027353 secs); 07 Nov 2007 14:39:14 -0000 X-Antivirus-IPAD-Mail-From: mario.lobo@ipad.com.br via recife.ipad.com.br X-Antivirus-IPAD: 1.25-st-qms (Clear:RC:1(192.168.64.1):. Processed in 0.027353 secs Process 25575) Received: from unknown (HELO lobo.ipad.com.br) (mario.lobo@ipad.com.br@192.168.64.1) by ipad.com.br with SMTP; 7 Nov 2007 14:39:14 -0000 From: Mario Lobo Organization: IPAD To: freebsd-questions@freebsd.org Date: Wed, 7 Nov 2007 11:39:55 -0300 User-Agent: KMail/1.9.7 X-Face: "j9,S@~?m[/.]/lb=?utf-8?q?S=5D=2EI=0A=09ITlWP=3A-?=" MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_74cMHRu49pwLB76" Message-Id: <200711071139.55971.mario.lobo@ipad.com.br> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Memory 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, 07 Nov 2007 15:06:19 -0000 --Boundary-00=_74cMHRu49pwLB76 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello; I'm running a qmailrocks install + DNS server here. Hosting 14 domains and their respective e-mail accounts. Everything seems to be working fine. The machine is: ------------------------------------------ FreeBSD 6.2-STABLE #0: Mon Sep 10 14:15:16 BRT 2007 CPU: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz (2669.94-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x6f6 Stepping = 6 Cores per package: 2 real memory = 3488481280 (3326 MB) avail memory = 3362598912 (3206 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ------------------------------------------ When I turn the machine on/restart it, it starts off with around 2800 Mb free memory. I know that, in its course of work, a few of those processes do not properly return memory back to the system. The machine was last restarted exactly a week ago (last wednesday). Now 'top' shows me this: ------------------------------------------ last pid: 17204; load averages: 0.00, 0.04, 0.06 up 5+21:00:50 11:18:58 135 processes: 1 running, 132 sleeping, 2 zombie CPU states: 0.6% user, 0.0% nice, 0.4% system, 0.2% interrupt, 98.9% idle Mem: 379M Active, 1915M Inact, 256M Wired, 119M Cache, 214M Buf, 415M Free Swap: 5120M Total, 5120M Free ------------------------------------------ Here are my questions: Is this a "normal thing" to happen with memory in just one week? Does the '1915M Inact' means "zombie memory" (non-returned)? Is there a manual garbage collector i could run? What is your advise on what method I could use to precisely track down what program(s) is(are) causing this? I am attaching a png graphic of this. Thanks, -- ********************************************************** //| //| Mario Lobo // |// | http://www.ipad.com.br // // ||||||| FreeBSD since 2.2.8 - 100% Rwindows-free ********************************************************** --Boundary-00=_74cMHRu49pwLB76-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 15:17:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B42216A41A for ; Wed, 7 Nov 2007 15:17:07 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id C854D13C4B9 for ; Wed, 7 Nov 2007 15:17:05 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.13.8) with ESMTP id lA7FGVmM002732; Wed, 7 Nov 2007 09:16:31 -0600 (CST) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20071107091436.024fe720@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 07 Nov 2007 09:15:50 -0600 To: Mario Lobo , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <200711071139.55971.mario.lobo@ipad.com.br> References: <200711071139.55971.mario.lobo@ipad.com.br> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Memory 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, 07 Nov 2007 15:17:07 -0000 At 08:39 AM 11/7/2007, Mario Lobo wrote: >Hello; > >I'm running a qmailrocks install + DNS server here. Hosting 14 domains and >their respective e-mail accounts. Everything seems to be working fine. > >The machine is: > >------------------------------------------ >FreeBSD 6.2-STABLE #0: Mon Sep 10 14:15:16 BRT 2007 >CPU: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz (2669.94-MHz K8-class CPU) > Origin = "GenuineIntel" Id = 0x6f6 Stepping = 6 > Cores per package: 2 >real memory = 3488481280 (3326 MB) >avail memory = 3362598912 (3206 MB) >FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 >------------------------------------------ > >When I turn the machine on/restart it, it starts off with around 2800 Mb free >memory. I know that, in its course of work, a few of those processes do not >properly return memory back to the system. The machine was last restarted >exactly a week ago (last wednesday). Now 'top' shows me this: > >------------------------------------------ >last pid: 17204; load averages: 0.00, 0.04, 0.06 up 5+21:00:50 11:18:58 >135 processes: 1 running, 132 sleeping, 2 zombie >CPU states: 0.6% user, 0.0% nice, 0.4% system, 0.2% interrupt, 98.9% idle >Mem: 379M Active, 1915M Inact, 256M Wired, 119M Cache, 214M Buf, 415M Free >Swap: 5120M Total, 5120M Free >------------------------------------------ > >Here are my questions: > >Is this a "normal thing" to happen with memory in just one week? >Does the '1915M Inact' means "zombie memory" (non-returned)? >Is there a manual garbage collector i could run? >What is your advise on what method I could use to precisely track down what >program(s) is(are) causing this? > >I am attaching a png graphic of this. > >Thanks, I have seen memory "eaten up" by running anti-virus and mail scanning software particularly if you are not bouncing spam. I would check your spam handling. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 15:24:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 118CD16A41A for ; Wed, 7 Nov 2007 15:24:24 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 96AEA13C4B9 for ; Wed, 7 Nov 2007 15:24:23 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-25-183.bredband.comhem.se ([83.253.25.183]:57489 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1IpmlK-0000sL-5j for freebsd-questions@freebsd.org; Wed, 07 Nov 2007 16:24:15 +0100 Received: (qmail 95174 invoked from network); 7 Nov 2007 16:23:41 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 7 Nov 2007 16:23:41 +0100 Received: (qmail 76771 invoked by uid 1001); 7 Nov 2007 16:23:41 +0100 Date: Wed, 7 Nov 2007 16:23:41 +0100 From: Erik Trulsson To: Mario Lobo Message-ID: <20071107152341.GA76731@owl.midgard.homeip.net> Mail-Followup-To: Mario Lobo , freebsd-questions@freebsd.org References: <200711071139.55971.mario.lobo@ipad.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200711071139.55971.mario.lobo@ipad.com.br> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.25.183 X-Scan-Result: No virus found in message 1IpmlK-0000sL-5j. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IpmlK-0000sL-5j 83a462ec7716c4a46fed781ed29f62ad Cc: freebsd-questions@freebsd.org Subject: Re: Memory 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, 07 Nov 2007 15:24:24 -0000 On Wed, Nov 07, 2007 at 11:39:55AM -0300, Mario Lobo wrote: > Hello; > > I'm running a qmailrocks install + DNS server here. Hosting 14 domains and > their respective e-mail accounts. Everything seems to be working fine. > > The machine is: > > ------------------------------------------ > FreeBSD 6.2-STABLE #0: Mon Sep 10 14:15:16 BRT 2007 > CPU: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz (2669.94-MHz K8-class CPU) > Origin = "GenuineIntel" Id = 0x6f6 Stepping = 6 > Cores per package: 2 > real memory = 3488481280 (3326 MB) > avail memory = 3362598912 (3206 MB) > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > ------------------------------------------ > > When I turn the machine on/restart it, it starts off with around 2800 Mb free > memory. I know that, in its course of work, a few of those processes do not > properly return memory back to the system. The machine was last restarted > exactly a week ago (last wednesday). Now 'top' shows me this: > > ------------------------------------------ > last pid: 17204; load averages: 0.00, 0.04, 0.06 up 5+21:00:50 11:18:58 > 135 processes: 1 running, 132 sleeping, 2 zombie > CPU states: 0.6% user, 0.0% nice, 0.4% system, 0.2% interrupt, 98.9% idle > Mem: 379M Active, 1915M Inact, 256M Wired, 119M Cache, 214M Buf, 415M Free > Swap: 5120M Total, 5120M Free > ------------------------------------------ > > Here are my questions: > > Is this a "normal thing" to happen with memory in just one week? Yes, it is normal and nothing to worry about. > Does the '1915M Inact' means "zombie memory" (non-returned)? No. 'Inact[ive]', 'Cache' and 'Free' can all be considered free memory in slighly different states. There are differences between them that can be important in some circumstances, but if you are just trying to determine if you have a memory leak somewhere they can be lumped together, > Is there a manual garbage collector i could run? No. > What is your advise on what method I could use to precisely track down what > program(s) is(are) causing this? My advice is that you ignore it. It is nothing to worry about. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 15:27:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61C0216A419 for ; Wed, 7 Nov 2007 15:27:39 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id 387DC13C4AA for ; Wed, 7 Nov 2007 15:27:38 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from asahi-net.jp (m038184.ppp.asahi-net.or.jp [219.121.38.184]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 186BC1B6B7; Thu, 8 Nov 2007 00:08:10 +0900 (JST) Date: Thu, 08 Nov 2007 00:08:10 +0900 From: Watanabe Kazuhiro To: freebsd-questions In-Reply-To: <46FF856F.1030703@snaffler.net> References: <46FF856F.1030703@snaffler.net> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Message-Id: <20071107150811.186BC1B6B7@mail.asahi-net.or.jp> Cc: "chris.scott" Subject: Re: pci serial card 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, 07 Nov 2007 15:27:39 -0000 Hello. At Sun, 30 Sep 2007 12:15:59 +0100, chris.scott wrote: > Hi > > i'm running freebsd stable (last build 28th) and am having a few issues > with 2 pci serial cards. Basically I'm trying to build a serial server. > However the driver doesn't seem to work correctly. > > Sep 28 22:18:56 boxster puc0: port > 0xce00-0xce07,0xcc00-0xcc07,0xca00-0xca07,0xc800-0xc807,0xc600-0xc607,0xc400-0xc40f > irq 9 at device 8.0 on pci0 > Sep 28 22:18:56 boxster puc1: port > 0xde00-0xde07,0xdc00-0xdc07,0xda00-0xda07,0xd800-0xd807,0xd600-0xd607,0xd400-0xd40f > irq 10 at device 11.0 on pci0 > Sep 28 22:18:56 boxster puc1: could not get resource > > > they are both 6 port serial pci cards, and are listed in the puc driver > as supported. The pc is quite old so Im not sure if whats causing any > issues. I have tried the bios with pnpos enables and disabled but it > makes little difference. I have also tried with one card and the issue > is the same. > > I have also disabled the pcs onboard serial ports and still no go > > I have disabled ACPI with hint.acpi.0.disabled="1" this seems to stop > the resource error but I dont get any additional cuad devices If you load the puc(4) driver as a kernel module (puc.ko), you should load the sio(4) driver as well. i.e.: sio(4) puc(4) work? -------------------------------------------------- builtin builtin OK builtin module NG module module OK module builtin Maybe OK -------------------------------------------------- (builtin = kernel builtin, module = kernel module) > $ pciconf -l -v | grep -B 4 UART > puc0@pci0:8:0: class=0x070002 card=0x00061000 chip=0x98459710 rev=0x01 > hdr=0x00 > vendor = 'MosChip Semiconductors (Was: Netmos Technology)' > device = 'Nm9845 Parallel/Serial Port Adapter' > class = simple comms > subclass = UART > -- > puc1@pci0:11:0: class=0x070002 card=0x00061000 chip=0x98459710 rev=0x01 > hdr=0x00 > vendor = 'MosChip Semiconductors (Was: Netmos Technology)' > device = 'Nm9845 Parallel/Serial Port Adapter' > class = simple comms > subclass = UART > > > > Any help much appreciated > > chris --- Watanabe Kazuhiro (CQG00620@nifty.ne.jp) From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 15:27:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FDA016A469 for ; Wed, 7 Nov 2007 15:27:54 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 2B00E13C4B8 for ; Wed, 7 Nov 2007 15:27:54 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1854445rvb for ; Wed, 07 Nov 2007 07:27:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; bh=zpq+6YH7ahkSC+c+W5lKtKa1T4TXs7ySCTx5nHF5UIE=; b=Ti4kNuW5o64iUzEcniwADY7Q6iMEDgLFdI13lwqxduvwR2vvDX26OLVka8KPy0PLpsFzVrUz3hQrKBxSLqkSDDXe/EqQKe7lTEjZXGt4CSzGlp+Rt9yYruN9Rx7xbVzzenVhza5nvFgXrjzs5nJd18cf0eWZKUJ5GCPJ/HaJoFg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=D7WKiFFcCRcFpbi+E/BDunTnRtHyZObjJ4GbeJMaIFK63VBxL5816RRvUb4Hv6n4MotrvAwtrLpFv4oFI9HvKZleDGXv2D83PaBiJtkuInhKTL4Ag5TUvTj1gGoZG38mv1NDanxK/OQXGysPnkffttV7SUYmmPKJ+xCllZyRCgg= Received: by 10.141.20.7 with SMTP id x7mr3564106rvi.1194448838139; Wed, 07 Nov 2007 07:20:38 -0800 (PST) Received: by 10.140.203.6 with HTTP; Wed, 7 Nov 2007 07:20:38 -0800 (PST) Message-ID: <226ae0c60711070720x6299e4d5p19116de6b495cb5c@mail.gmail.com> Date: Wed, 7 Nov 2007 10:20:38 -0500 From: "David Robillard" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Andrew Wasilczuk Subject: Re: Recommended servers for 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, 07 Nov 2007 15:27:54 -0000 On Oct 29, 2007 10:45 AM, Andrew Wasilczuk wrote: > On Mon, Oct 29, 2007 at 09:08:12AM -0400, David Robillard wrote: > > > > We run FreeBSD 6.2-RELEASE on several IBM x3550 machines with the > > onboard RAID controller using the aac(4) driver. We haven't had any > > problems, the machines are stable and backed by IBM Professional > > Services. > > Nice, I think those use the ServeRAID-8k controller. Have you tried > hot-swapping the disks? Does it work on FreeBSD? I've finally found some spare time to test the hot-swap capability of the IBM x3550 machines with FreeBSD 6.2-RELEASE-p8. Good news, it works as expected. Here's the info required to make it happen: Kernel configuration lines to include. Note that you can omit the AAC_DEBUG line. If you do so, you won't see anything in the logs when the controller is working. I've only tried debug level zero and you'll see below that it generates quite a lot of info. device aac # Adaptec FSA RAID device aacp # SCSI passthrough for aac (requires CAM) options AAC_DEBUG=0 # Set debug level from 0 to 3. Here's what FreeBSD reports: grep -i raid /var/run/dmesg.boot aac0: port 0x4000-0x40ff mem 0xcce00000-0xccffffff,0xcafe0000-0xcaffffff irq 17 at device 0.0 on pci2 aac0: Adaptec Raid Controller 2.0.0-1 aacd0: on aac0 Now when you pull a drive out from the machine, wait a around a minute or so and then plug it back in, you'll get those messages in /var/log/messages: +aac0: EventNotify(0) +aac0: (EnclosureManagement) EMPID 0 unit 1 event 17 +aac0: EventNotify(0) +aac0: (DeviceFailure) handle 1 +aac0: EventNotify(0) +aac0: (EnclosureManagement) EMPID 0 unit 1 event 31 +aac0: EventNotify(0) +aac0: (23) +aac0: EventNotify(0) +aac0: (ConfigChange) +aac0: EventNotify(0) +aac0: (FailoverChange) +aac0: EventNotify(0) +aac0: (ContainerChange) container 0,0 +aac0: EventNotify(0) +aac0: (23) +aac0: EventNotify(0) +aac0: (23) +aac0: EventNotify(0) +aac0: (ContainerChange) container 0,-1 +aac0: EventNotify(0) +aac0: (ContainerEvent) container 0 event 7 +aac0: EventNotify(0) +aac0: (ContainerChange) container 0,-1 +aac0: EventNotify(0) +aac0: (ConfigChange) +aac0: JobProgress (1) - running (3123200, 312317952) +aac0: (ConatainerRebuildMirror) container 0 +aac0: JobProgress (2) - running (6246400, 312317952) +aac0: (ConatainerRebuildMirror) container 0 [ ... removed a lot of similar JobProgress lines ... ] +aac0: (ConatainerRebuildMirror) container 0 +aac0: JobProgress (100) - finished (312317952, 312317952) +aac0: (ConatainerRebuildMirror) container 0 +aac0: EventNotify(0) +aac0: (23) +aac0: JobProgress (101) - success (312317952, 312317952) +aac0: (ConatainerRebuildMirror) container 0 +aac0: EventNotify(0) +aac0: (ContainerChange) container 0,-1 +aac0: EventNotify(0) +aac0: (ConfigChange) There you go. Thanks to the aac(4) & FreeBSD teams. Enjoy! David -- David Robillard UNIX systems administrator & Oracle DBA CISSP, RHCE & Sun Certified Security Administrator Montreal: +1 514 966 0122 From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 15:29:52 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 013F516A420 for ; Wed, 7 Nov 2007 15:29:52 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:1f1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 85B6B13C4A8 for ; Wed, 7 Nov 2007 15:29:51 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id lA7FTkOj098474 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Nov 2007 15:29:47 GMT (envelope-from jhary@unsane.co.uk) Message-ID: <4731D9E6.6000800@unsane.co.uk> Date: Wed, 07 Nov 2007 15:29:42 +0000 From: Vince User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: Wojciech Puchar References: <20071107082353.Q3825@wojtek.tensor.gdynia.pl> <20071107073636.GK65098@hal.rescomp.berkeley.edu> <20071107155251.M7583@wojtek.tensor.gdynia.pl> In-Reply-To: <20071107155251.M7583@wojtek.tensor.gdynia.pl> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org, Christopher Cowart Subject: Re: X screen film recording X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 15:29:52 -0000 Wojciech Puchar wrote: >> >> I once used vnc2swf on Linux. It looks like it's in ports, so I'm > well i would like to convert OUT OF flash movie to something like > animated gif or just frames. > > vnc2pnm or vnc2avi or vnc2gif would be nice. but there's no such things. ffmpeg appears to have the ability to convert swf to avi/mpeg although I havent tried it. so you could record then convert. Vince > _______________________________________________ > 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 Nov 7 15:53:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FCA116A4E2 for ; Wed, 7 Nov 2007 15:53:14 +0000 (UTC) (envelope-from juri_mian@yahoo.com) Received: from n10.bullet.re3.yahoo.com (n10.bullet.re3.yahoo.com [68.142.237.123]) by mx1.freebsd.org (Postfix) with SMTP id C3EE813C48E for ; Wed, 7 Nov 2007 15:53:13 +0000 (UTC) (envelope-from juri_mian@yahoo.com) Received: from [68.142.237.89] by n10.bullet.re3.yahoo.com with NNFMP; 07 Nov 2007 15:53:01 -0000 Received: from [69.147.75.182] by t5.bullet.re3.yahoo.com with NNFMP; 07 Nov 2007 15:53:01 -0000 Received: from [127.0.0.1] by omp103.mail.re1.yahoo.com with NNFMP; 07 Nov 2007 15:53:01 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 368767.91166.bm@omp103.mail.re1.yahoo.com Received: (qmail 35336 invoked by uid 60001); 7 Nov 2007 15:53:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=5lOgVtngMV47o65o5hjY62vtAM7F6hNFUaGTRq8vJZAlQq6h73Cs55PUQ+CIoepY63NQtOWY+NXgSo5DA35VmxcrfqaVkiQ/IKCuj9XGvMWIvtVd+bZ/+rkJaTQVKfgNZ4x5CKIm/kJ8FzTNBt7Of2xytaJSRDGVPoDzzCJMIm8=; X-YMail-OSG: YECARhsVM1nar6DY4w_jfaimtKVcT5qFGeqq_6j9ZxM72TXpYO_AauLu.O.YY2TbRA-- Received: from [71.63.232.32] by web45611.mail.sp1.yahoo.com via HTTP; Wed, 07 Nov 2007 07:53:00 PST Date: Wed, 7 Nov 2007 07:53:00 -0800 (PST) From: Juri Mianovich To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <189342.33696.qm@web45611.mail.sp1.yahoo.com> Subject: problems with old SSH client and X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 15:53:14 -0000 I have a machine with an older SSH client on it and I am trying to connect to my 6.2-RELEASE system. I have changed the default line of: Protocol 2 to: Protocol 2,1 in /etc/ssh/sshd_config and now, from another modern FreeBSD system, I can successfully log in with this command: ssh -1 -c 3des user@host However, the older client, when using the exact same command, gets this error: 06 Oct - 17:43:35[] ()ssh's main <0> debug2: ssh_connect: needpriv 0^M 06 Oct - 17:43:37[] ()ssh's main <0> debug1: Connecting to hostname [10.10.10.10] port 22.^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Connection established.^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: identity file /etc/ssh/identity type -1^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Remote protocol version 1.99, remote software version OpenSSH_4.5p1^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: match: OpenSSH_4.5p1 pat OpenSSH*^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Local version string SSH-1.5-OpenSSH_3.7.1p2^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Waiting for server public key.^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Received server public key (768 bits) and host key (1024 bits).^M 06 Oct - 17:43:38[] ()ssh's main <0> debug3: check_host_in_hostfile: filename /etc/ssh/known_hosts^M 06 Oct - 17:43:38[] ()ssh's main <0> debug3: check_host_in_hostfile: match line 1^M 06 Oct - 17:43:38[] ()ssh's main <0> debug3: check_host_in_hostfile: filename /etc/ssh/known_hosts^M 06 Oct - 17:43:38[] ()ssh's main <0> debug3: check_host_in_hostfile: match line 1^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Host 'hostname' is known and matches the RSA1 host key.^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Found key in /etc/ssh/known_hosts:1^M 06 Oct - 17:43:38[] ()ssh's main <0> fatal: Selected cipher type 3des not supported by server.^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Calling cleanup 0x44598ec0(0x0)^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Calling cleanup 0x4458c630(0x0)^M 06 Oct - 17:43:38[] ()ssh's main <0> debug3: DecrementThreadCount() Thread count is now 1^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: sshExit(0) calling SSH_Exit()^M any ideas ? __________________________________________________ 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 Nov 7 15:54:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6A5216A417 for ; Wed, 7 Nov 2007 15:54:29 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6AC7413C48D for ; Wed, 7 Nov 2007 15:54:29 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id 6E973142425; Wed, 7 Nov 2007 17:54:14 +0200 (EET) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id F03D1142426; Wed, 7 Nov 2007 17:54:06 +0200 (EET) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Wed, 7 Nov 2007 17:56:38 +0200 User-Agent: KMail/1.9.7 References: <20071107082353.Q3825@wojtek.tensor.gdynia.pl> In-Reply-To: <20071107082353.Q3825@wojtek.tensor.gdynia.pl> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711071756.38950.nvass@teledomenet.gr> Cc: Wojciech Puchar , questions@freebsd.org Subject: Re: X screen film recording X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 15:54:29 -0000 On Wednesday 07 November 2007 09:25:19 Wojciech Puchar wrote: > is there any app for this. to simply record what's going on X server as > movie file (like .mov, .avi) or animated .gif? Yes, sysutils/xvidcap. Don't really remember what are the outputs that it supports. It works, the only negative is that it uses huge amounts of CPU. But that must be normal for the job that does... Nikos From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:08:01 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B15116A41A for ; Wed, 7 Nov 2007 16:08:01 +0000 (UTC) (envelope-from gueven.bay@googlemail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.182]) by mx1.freebsd.org (Postfix) with ESMTP id 22E5313C4A5 for ; Wed, 7 Nov 2007 16:08:00 +0000 (UTC) (envelope-from gueven.bay@googlemail.com) Received: by el-out-1112.google.com with SMTP id s27so602446ele for ; Wed, 07 Nov 2007 08:07:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=6LEuchMVIeb4Q7v9Px/TLW0og4WrAitMiXHP6oSDxaI=; b=SmDw1kSHZIphmhptI9uxIb0TW0H2nEJLcJBDB6qBWfxhAxK3SQfjEDAnfujBJK3J9wI6wMt3ZSn5Wmqm6if+gIW+P3wTZo2lvGuth+Ogki6h2fuy5vq5/mWoWk10fjaAcXAaOZoeKhwP+op+AogBwRrPY2LMsNx3u/T1XLHQUAc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NYfwZVlXqHfht+kXVIL4PQN9giS9Flrzbz/yNDez1oU2K+wxInqQpaNlFxXX9WXIPPxu3jDbBLPWHDnCCzZui3UVjwaOngrBE9Wr29tDFAbOJuJ4k3WqFh4y7p6dMiLE0LsrcKR7tCSgs7VDdgcy4R9SvgHeu4s54zL9sqdRH8I= Received: by 10.143.168.14 with SMTP id v14mr858545wfo.1194450090143; Wed, 07 Nov 2007 07:41:30 -0800 (PST) Received: by 10.142.170.18 with HTTP; Wed, 7 Nov 2007 07:41:30 -0800 (PST) Message-ID: <13413b8f0711070741s11726ca1hacb5cc0e678eb05b@mail.gmail.com> Date: Wed, 7 Nov 2007 16:41:30 +0100 From: "Gueven Bay" To: questions@freebsd.org In-Reply-To: <20071107155251.M7583@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071107082353.Q3825@wojtek.tensor.gdynia.pl> <20071107073636.GK65098@hal.rescomp.berkeley.edu> <20071107155251.M7583@wojtek.tensor.gdynia.pl> Cc: Subject: Re: X screen film recording X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 16:08:01 -0000 2007/11/7, Wojciech Puchar : > > > > I once used vnc2swf on Linux. It looks like it's in ports, so I'm > well i would like to convert OUT OF flash movie to something like animated > gif or just frames. > > vnc2pnm or vnc2avi or vnc2gif would be nice. but there's no such things. You should look at the ffmpeg "package" as you can very well take screenshots with it and convert them to an animation. ffmpeg at digg.com: http://digg.com/search?section=all&s=ffmpeg ffmepg at del.icio.us: http://del.icio.us/search/?fr=del_icio_us&p=ffmpeg&type=all And here an article about screencasting (with Linux but you can do very well all things under FBSD) using the ffmpeg "package": http://www.linux.com/feature/60722?theme=print Try it. Have fun :) http://www.linux.com/feature/60722?theme=print From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:11:53 2007 Return-Path: Delivered-To: questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52CD316A417 for ; Wed, 7 Nov 2007 16:11:53 +0000 (UTC) (envelope-from www-data@easynetonline.net) Received: from smtp3.mail.easynet.fr (smarthost149.mail.easynet.fr [212.180.1.149]) by mx1.freebsd.org (Postfix) with ESMTP id 1CA8A13C491 for ; Wed, 7 Nov 2007 16:11:52 +0000 (UTC) (envelope-from www-data@easynetonline.net) Received: from http004.easyonline.easynet.fr ([212.180.126.177] helo=http004.easynetonline.easynet.fr) by smtp3.mail.easynet.fr with esmtp (Exim 4.63) (envelope-from ) id 1IpnE8-00034M-SK for questions@FreeBSD.ORG; Wed, 07 Nov 2007 16:54:01 +0100 Received: by http004.easynetonline.easynet.fr (Postfix, from userid 33) id E82D53830; Tue, 6 Nov 2007 22:15:50 +0100 (CET) To: questions@FreeBSD.ORG From: James Brown MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Message-ID: Date: Wed, 7 Nov 2007 16:11:52 +0000 (UTC) Cc: Subject: Congratulations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesbrown_902@yahoo.dk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 16:11:53 -0000 Message-Id: <20071106211550.E82D53830@http004.easynetonline.easynet.fr> Date: Tue, 6 Nov 2007 22:15:50 +0100 (CET) UK NATIONAL e-LOTTERY, ONLINE NOTIFICATION UNIT, HOME OFFICE: 105 FULHAM PALACE RD., W6 8JB, UNITED KINGDOM. REFERENCE NUMBER: NL/096627/33 BATCH NUMBER: 21/506/NLT33 TICKET NUMBER: 04/050612/2029 CASH PRIZE: 715,000 GBP Congratulations, This email serves as a notification that you emerged a winner on our online draws of 2nd November, 2007 in London, United Kingdom. To file for claims, do contact your assigned fiduciary agent with the contact details below providing your Name(s) and Reference Number(NL/096627/33): Name: James Brown E-mail:jamesbrown_902@yahoo.dk Tel.: +44 702 406 8940 Once again, congratulations. Yours truly, Sir Earl S. Smith Group Co-ordinator. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:12:04 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C3F616A421 for ; Wed, 7 Nov 2007 16:12:04 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id DB75A13C4C1 for ; Wed, 7 Nov 2007 16:12:03 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id 6E973142425; Wed, 7 Nov 2007 17:54:14 +0200 (EET) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on smtp.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id F03D1142426; Wed, 7 Nov 2007 17:54:06 +0200 (EET) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Wed, 7 Nov 2007 17:56:38 +0200 User-Agent: KMail/1.9.7 References: <20071107082353.Q3825@wojtek.tensor.gdynia.pl> In-Reply-To: <20071107082353.Q3825@wojtek.tensor.gdynia.pl> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711071756.38950.nvass@teledomenet.gr> Cc: Wojciech Puchar , questions@freebsd.org Subject: Re: X screen film recording X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 16:12:04 -0000 On Wednesday 07 November 2007 09:25:19 Wojciech Puchar wrote: > is there any app for this. to simply record what's going on X server as > movie file (like .mov, .avi) or animated .gif? Yes, sysutils/xvidcap. Don't really remember what are the outputs that it supports. It works, the only negative is that it uses huge amounts of CPU. But that must be normal for the job that does... Nikos From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:18:36 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B37F016A419 for ; Wed, 7 Nov 2007 16:18:36 +0000 (UTC) (envelope-from web36@server3.web4a.de) Received: from server3.web4a.de (server3.web4a.de [62.26.219.82]) by mx1.freebsd.org (Postfix) with ESMTP id 756BA13C48D for ; Wed, 7 Nov 2007 16:18:36 +0000 (UTC) (envelope-from web36@server3.web4a.de) Received: by server3.web4a.de (server3.web4a.de, from userid 693) id 946ED8E8E75; Wed, 7 Nov 2007 16:52:19 +0100 (CET) To: questions@freebsd.org From: Costa Coffee MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Message-Id: <20071107155219.946ED8E8E75@server3.web4a.de> Date: Wed, 7 Nov 2007 16:52:19 +0100 (CET) Cc: Subject: Part Time Available(Work From Home) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Troy.costacoffee@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 16:18:36 -0000 Costa Coffee Exporter of Cocoa. We are recruiting individuals to work from their homes for the Company as a representative/Book Keeper in the United State. Click on the link to see why working with us http://costa.co.uk/working/ Get back to us for more details. Warmest Regards, Troy Walker Hiring Manager Reply to: Troy.costacoffee@gmail.com www.costa.co.uk From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:21:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C971316A41A for ; Wed, 7 Nov 2007 16:21:32 +0000 (UTC) (envelope-from bram@diomedia.be) Received: from mail.bvsnv.info (cust142-140.dsl.versadsl.be [62.166.142.140]) by mx1.freebsd.org (Postfix) with ESMTP id 47BB413C4AC for ; Wed, 7 Nov 2007 16:21:32 +0000 (UTC) (envelope-from bram@diomedia.be) Received: from [192.168.1.50] ([192.168.1.50]) by mail.bvsnv.info (8.13.6/8.13.6) with ESMTP id lA7G1sEU022759 for ; Wed, 7 Nov 2007 17:01:54 +0100 (CET) (envelope-from bram@diomedia.be) Message-ID: <4731E1A4.6020809@diomedia.be> Date: Wed, 07 Nov 2007 17:02:44 +0100 From: Bram User-Agent: Thunderbird 1.5.0.12 (X11/20071018) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: TCP/IP 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: Wed, 07 Nov 2007 16:21:32 -0000 Hi all, Can you change the timeout for a tcp connection ? I need to do the following: start a tcp connection , unplug the network cable (it's actually wifi but the effect is the same),send some data over the connection,wait 20 seconds , reinsert the network cable and just keep working. When you normally do this the connection will be dead. Is there a way in freebsd to change this ? are there parameters wich you can set so that the above would work (20 seconds without network can happen) ? If not is there a common way to tunnel these tcp connections over udp so that the problem doesn't happen. I found a perl script http://www.jankratochvil.net/project/tcpoverudp but it behaves kind off strange on freebsd, with this script I was able to get the behaviour I wanted. Sorry for my poor english, this is very difficult to explain From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:28:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B79DF16A58C for ; Wed, 7 Nov 2007 16:28:12 +0000 (UTC) (envelope-from malcolm.clarke@brunel.ac.uk) Received: from astro.systems.pipex.net (astro.systems.pipex.net [62.241.163.6]) by mx1.freebsd.org (Postfix) with ESMTP id 823F213C49D for ; Wed, 7 Nov 2007 16:28:12 +0000 (UTC) (envelope-from malcolm.clarke@brunel.ac.uk) Received: from [192.168.0.101] (81-86-251-96.dsl.pipex.com [81.86.251.96]) by astro.systems.pipex.net (Postfix) with ESMTP id B4F18E0007CB for ; Wed, 7 Nov 2007 16:04:58 +0000 (GMT) Message-ID: <4731E220.3050006@brunel.ac.uk> Date: Wed, 07 Nov 2007 16:04:48 +0000 From: Malcolm Clarke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) 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: IP packet with options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 16:28:12 -0000 I have configured a machine with 2 NIC and IPFW in a rather simplistic way as we are using it to emulate different link characteristics rather than as an actual firewall. 00100 4 355 pipe 1 ip from any to any via de0 in 00200 1 56 pipe 2 ip from any to any via de0 out 00300 0 0 pipe 3 ip from any to any via de1 in 00400 3 288 pipe 4 ip from any to any via de1 out 65535 4 246 deny ip from any to any The configuration works fine and traffic crosses the firewall without problem, except ICMP packets having timestamp or routing option, and these are not returned. Is there a way to allow these packets to enter/exit the firewall? Regards Malcolm -- --------------------------------------------------- Dr Malcolm Clarke Senior Lecturer in Data Communication Systems and Telemedicine Department of Information Systems and Computing Brunel University Uxbridge Middlesex UB8 3PH UK Tel: +44 1895 265053 Fax: +44 1895 251686 http://www.brunel.ac.uk/about/acad/siscm/research/themes/is/groups/bright/people ---------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:33:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4006916A417 for ; Wed, 7 Nov 2007 16:33:11 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0728A13C4B8 for ; Wed, 7 Nov 2007 16:33:10 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay1.lanl.gov (mailrelay1.lanl.gov [128.165.4.101]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA7GX29n020386; Wed, 7 Nov 2007 09:33:02 -0700 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay1.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA7GX1rJ006874; Wed, 7 Nov 2007 09:33:01 -0700 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id 57BD01F8004; Wed, 7 Nov 2007 09:32:57 -0700 (MST) From: James To: Juri Mianovich In-Reply-To: <189342.33696.qm@web45611.mail.sp1.yahoo.com> References: <189342.33696.qm@web45611.mail.sp1.yahoo.com> Organization: Los Alamos National Laboratories Date: Wed, 07 Nov 2007 16:32:56 -0700 Message-Id: <1194478376.29601.21.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: problems with old SSH client and X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 16:33:11 -0000 On Wed, 2007-11-07 at 07:53 -0800, Juri Mianovich wrote: > I have a machine with an older SSH client on it and I > am trying to connect to my 6.2-RELEASE system. > What operating system is the older machine running (I assume FreeBSD, and I assume 6.2 stable, but want to be sure). What version of ssh is running on the older machine? > I have changed the default line of: > > Protocol 2 > > to: > > Protocol 2,1 > > in /etc/ssh/sshd_config > > and now, from another modern FreeBSD system, I can > successfully log in with this command: > > ssh -1 -c 3des user@host > However, the older client, when using the exact same > command, gets this error: You're logging in from the modern machine to the older-ssh-version machine successfully, but unable to use the older-ssh-version to ssh out of the computer, then? Do you have any DNS issues interfering? It looks from your log like you're trying to connect straight to an IP address, but I want to make sure. 3des is the default cypher; I don't believe you need to specify it. Try sshing out with the -v flag, get a nice, verbose output. Also, I'm confused. Why are you forcing the older ssh version to connect to new ones via version 1 of the protocol? Surely they support version 2? My very first instinct here would be to try: ssh -v user@host and see what happens. > > > 06 Oct - 17:43:35[] ()ssh's main <0> debug2: > ssh_connect: needpriv 0^M > 06 Oct - 17:43:37[] ()ssh's main <0> debug1: > Connecting to hostname [10.10.10.10] port 22.^M > > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: > Connection established.^M > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: identity > file /etc/ssh/identity type -1^M > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Remote > protocol version 1.99, remote software version > OpenSSH_4.5p1^M > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: match: > OpenSSH_4.5p1 pat OpenSSH*^M > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Local > version string SSH-1.5-OpenSSH_3.7.1p2^M > > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Waiting > for server public key.^M > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Received > server public key (768 bits) and host key (1024 > bits).^M > 06 Oct - 17:43:38[] ()ssh's main <0> debug3: > check_host_in_hostfile: filename > /etc/ssh/known_hosts^M > 06 Oct - 17:43:38[] ()ssh's main <0> debug3: > check_host_in_hostfile: match line 1^M > > 06 Oct - 17:43:38[] ()ssh's main <0> debug3: > check_host_in_hostfile: filename > /etc/ssh/known_hosts^M > 06 Oct - 17:43:38[] ()ssh's main <0> debug3: > check_host_in_hostfile: match line 1^M > > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Host > 'hostname' is known and matches the RSA1 host key.^M > > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Found key > in /etc/ssh/known_hosts:1^M > 06 Oct - 17:43:38[] ()ssh's main <0> fatal: Selected > cipher type 3des not supported by server.^M > > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Calling > cleanup 0x44598ec0(0x0)^M > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Calling > cleanup 0x4458c630(0x0)^M > 06 Oct - 17:43:38[] ()ssh's main <0> debug3: > DecrementThreadCount() Thread count is now 1^M > > 06 Oct - 17:43:38[] ()ssh's main <0> debug1: > sshExit(0) calling SSH_Exit()^M > > > any ideas ? > > __________________________________________________ > 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" From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:35:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 883B316A468 for ; Wed, 7 Nov 2007 16:35:44 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 1B11A13C4BD for ; Wed, 7 Nov 2007 16:35:43 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so213126uge for ; Wed, 07 Nov 2007 08:35:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=aL/rROhJxf6d+D93O5GXOYKs2XW/WsASh3OUBYd1Fno=; b=HD02vJPr4QCicN5AVZof8+Q4dgh6jG9CqmA+RXenldQ38Kex2QDIvpXHS/rwT1TXlLoP3hOAaEd/+uj/n8cfw7HXWqOhBpJcn2zvPto6ig/6KGhkscuYmGEBeXStysDzoW4G+l26gI/gmwhYjyO0h5JG9GdvppBuXGtQklV4mHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; 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=cz62Pa6/yrz3cPqs4j8gb35rPwZ6RpQLAcousgjQPo5Qaq+dI7lTgFCCPOxMzF3MhejgufiaYQ5YGEiBAqw6nsoNmILJAFBwUrXgT7fsdbOht8atF0RHb90lU1QUzbnwIEjAcqKXXaz/cfp0WiKO4YucSNOrQpdgh5eyxAtMCsk= Received: by 10.67.22.14 with SMTP id z14mr1103559ugi.1194453335828; Wed, 07 Nov 2007 08:35:35 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id j4sm703538ugf.2007.11.07.08.35.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 07 Nov 2007 08:35:34 -0800 (PST) Message-ID: <4731E94E.1000600@gmail.com> Date: Wed, 07 Nov 2007 11:35:26 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: Bram References: <4731E1A4.6020809@diomedia.be> In-Reply-To: <4731E1A4.6020809@diomedia.be> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: TCP/IP 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: Wed, 07 Nov 2007 16:35:44 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bram wrote: > Hi all, > > Can you change the timeout for a tcp connection ? Yes and no... Yes in that you can do it but no in that it will not have the effect your seeking... all you have to do is raise the default TTL value on IP. > I need to do the following: start a tcp connection , unplug the > network cable (it's actually wifi but the effect is the same),send > some data over the connection,wait 20 seconds , reinsert the > network cable and just keep working. Since the TTL for almost all FreeBSD packets is >20 (I am perhaps wrong since this is based largely on some low level protocol hacking I did way back in 2.X) but since it is set to something like 256 (it's max value) it means if a packet is lost/whatever it will *WAIT* 256 seconds before attempting to retransmit... in the mean time except for the delay as far as TCP is concerned the connection was never lost.... see www.ecip.org for a techinical overview of some possible (but not implemented) ways around this. > When you normally do this the connection will be dead. See above... it is not dead just inactive > Is there a way in freebsd to change this ? are there parameters > wich you can set so that the above would work (20 seconds without > network can happen) ? > > If not is there a common way to tunnel these tcp connections over > udp so that the problem doesn't happen. That request is oxymornic in the sense that the only diff between udp and tcp is the fact that tcp is "reliable" and udp is not so a clone of tcp running on udp *IS* tcp... that being said there are other possible error handling schemes and those are often implemented over udp. - -- Aryeh M. Friedman Developer, not business, friendly http://www.flosoft-systems.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHMelOsK9eX2QgtDIRAgz7AJ9Zr/3tngWjPxs2nz7l5yX9uZzsXgCcDsEb 8LcjUVsOwkp2xRnABAQoI+E= =AMG6 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:37:41 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C398E16A41A for ; Wed, 7 Nov 2007 16:37:41 +0000 (UTC) (envelope-from racerx@makeworld.com) Received: from omr7.networksolutionsemail.com (omr7.networksolutionsemail.com [205.178.146.57]) by mx1.freebsd.org (Postfix) with ESMTP id 3A96913C4BB for ; Wed, 7 Nov 2007 16:37:41 +0000 (UTC) (envelope-from racerx@makeworld.com) Received: from mail.networksolutionsemail.com (ns-omr7.mgt.hosting.dc2.netsol.com [10.49.6.70]) by omr7.networksolutionsemail.com (8.13.6/8.13.6) with SMTP id lA7GKkqQ011881 for ; Wed, 7 Nov 2007 11:20:46 -0500 Received: (qmail 30332 invoked by uid 78); 7 Nov 2007 16:20:46 -0000 Received: from unknown (HELO makeworld.com) (63.85.253.50) by ns-omr7.lb.hosting.dc2.netsol.com with SMTP; 7 Nov 2007 16:20:46 -0000 Date: Wed, 7 Nov 2007 10:20:45 -0600 From: Chris To: questions@freebsd.org Message-ID: <20071107102045.0c83621d@makeworld.com> In-Reply-To: References: Organization: Makeworld.com X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: Congratulations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 16:37:41 -0000 On Wed, 7 Nov 2007 16:11:52 +0000 (UTC) James Brown wrote: > > > Message-Id: > <20071106211550.E82D53830@http004.easynetonline.easynet.fr> Date: > Tue, 6 Nov 2007 22:15:50 +0100 (CET) > > UK NATIONAL e-LOTTERY, > > ONLINE NOTIFICATION UNIT, > > HOME OFFICE: > > 105 FULHAM PALACE RD., > > W6 8JB, UNITED KINGDOM. > > > > REFERENCE NUMBER: NL/096627/33 > > BATCH NUMBER: 21/506/NLT33 > > TICKET NUMBER: 04/050612/2029 > > CASH PRIZE: 715,000 GBP > > > > Congratulations, > > > > This email serves as a notification that you emerged a winner on our > > online draws of 2nd November, 2007 in London, United Kingdom. To file > > for claims, do contact your assigned fiduciary agent with the contact > > details below providing your Name(s) and Reference > Number(NL/096627/33): > > > > Name: James Brown > > E-mail:jamesbrown_902@yahoo.dk > > Tel.: +44 702 406 8940 > > Once again, congratulations. > > > > Yours truly, > > Sir Earl S. Smith > > Group Co-ordinator. ... Does that mean I have to share the winnings with everyone on the list?! -- Best regards, Chris Registerd Linux user number 448639 From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:43:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26FE916A481 for ; Wed, 7 Nov 2007 16:43:18 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id A8A5213C4C3 for ; Wed, 7 Nov 2007 16:43:17 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.243.166]) (authenticated bits=128) by parrot.aev.net (8.14.1/8.13.8) with ESMTP id lA7GRksT085956 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 7 Nov 2007 17:27:52 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.1/8.13.8) with ESMTP id lA7GOmhL006440 for ; Wed, 7 Nov 2007 17:24:48 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4731E6BC.6050703@netfence.it> Date: Wed, 07 Nov 2007 17:24:28 +0100 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.6 (X11/20070806) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 212.31.247.179 Subject: Best way to measure disk bandwidth usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 16:43:18 -0000 Hello. I've got a couple of servers which I'd like to keep an eye on in order to check wether their storage subsection is providing enough throughput or wether disk i/o is their bottleneck. I know how to check this wrt cpu usage, memory size, network throughput, but I'm totally lost when it comes to disk i/o. I can run top and press 'm': this will allow me to know which processes are using disk the most, but not wether I'm exploiting the hardware to the limit or just to a small fraction of what it can do. Any hint? bye & Thanks av. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:47:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6EE516A417 for ; Wed, 7 Nov 2007 16:47:44 +0000 (UTC) (envelope-from dclements@gmail.com) Received: from rn-out-0102.google.com (rn-out-0910.google.com [64.233.170.191]) by mx1.freebsd.org (Postfix) with ESMTP id 6190813C4BF for ; Wed, 7 Nov 2007 16:47:44 +0000 (UTC) (envelope-from dclements@gmail.com) Received: by rn-out-0102.google.com with SMTP id s42so998611rnb for ; Wed, 07 Nov 2007 08:47:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=fxWDEfu4+xEwhUs4rb9oA5cHpK6aVTT5Q8WYJOUnU38=; b=IuzdHCNLMR8uD51R94prFAqDvKZQTEYupfmQLV9djz2YrUTeEg/FVcTlQikTDItfaG23PWfdK03NxavETe9P1PWI9AUcSsBFb2ozH/Lp1uq8AjJI/573oXWEYcC/KGND8ttbft8SeMvkZFydEtPmYhRZ9q1RdK+vlIYcejnT2dg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=oCKAOKG6TmW/8eIHK1npQIBDYVUZQhjmofT7YuG4g2ir26zXHyGbAfg2SbZKi75ZLZHpHLUWSxHT7jq0BP49iC7bJ5W5YxHS/v7kC8/EQFQUSGLyJUzgtSmRcmK0k0EUWWBiiA+FIZfJHJWFlDzr5HrqNQIcBs3pUxKueg8EGqc= Received: by 10.143.8.10 with SMTP id l10mr2151373wfi.1194454050270; Wed, 07 Nov 2007 08:47:30 -0800 (PST) Received: by 10.142.81.19 with HTTP; Wed, 7 Nov 2007 08:47:30 -0800 (PST) Message-ID: <54da514e0711070847r2f4f1698w9ed28ca7c5d21f73@mail.gmail.com> Date: Wed, 7 Nov 2007 08:47:30 -0800 From: "Doug Clements" To: freebsd-questions@freebsd.org In-Reply-To: <4731E6BC.6050703@netfence.it> MIME-Version: 1.0 References: <4731E6BC.6050703@netfence.it> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Best way to measure disk bandwidth usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 16:47:44 -0000 On 11/7/07, Andrea Venturoli wrote: > > Hello. > I've got a couple of servers which I'd like to keep an eye on in order > to check wether their storage subsection is providing enough throughput > or wether disk i/o is their bottleneck. > > I know how to check this wrt cpu usage, memory size, network throughput, > but I'm totally lost when it comes to disk i/o. > I can run top and press 'm': this will allow me to know which processes > are using disk the most, but not wether I'm exploiting the hardware to > the limit or just to a small fraction of what it can do. gstat, iostat, and systat -vm are the tools I use for this. --Doug From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 17:02:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FBA216A468 for ; Wed, 7 Nov 2007 17:02:57 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from m.it.okstate.edu (m.it.okstate.edu [139.78.2.129]) by mx1.freebsd.org (Postfix) with ESMTP id 0646D13C4BA for ; Wed, 7 Nov 2007 17:02:56 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.it.okstate.edu [127.0.0.1]) by m.it.okstate.edu (8.13.8/8.13.8) with ESMTP id lA7GTIr4074220 for ; Wed, 7 Nov 2007 10:29:18 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200711071629.lA7GTIr4074220@m.it.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <74218.1194452958.1@dc.cis.okstate.edu> Date: Wed, 07 Nov 2007 10:29:18 -0600 From: Martin McCormick Subject: Modifying the FreeBSD6.2 ISO Image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 17:02:57 -0000 I think I have boiled this problem down to one point of failure. I need to modify a file in the 6.2-RELEASE-i386-disc1.iso CD. The image is 601229312 bytes in size. Following instructions from a list member, I did the following: mdconfig -a -f /usr/local/src/6.2-RELEASE-i386-disc1.iso mount -t cd9660 /dev/md0 /mnt This all worked perfectly as one now sees the entire file system under /mnt. At this point, one should be able to reverse the process by using mkisofs at the top of the tree which should produce another iso image. It does but the image is 1072242688 bytes large. this is pretty close to twice the correct size. Also, tar produces an identically-bloated file. Any ideas on how to put tar and mkisofs on a diet? In order to make the modification, I must tar cf somefile.tar . I bet when things are right, that tar file will be about the size of the image. Originally, I had posted several messages about tar complaining about an out-of-order file. I think this is probably related to whatever mechanism is used to fit the FreeBSD image on the disk. This last time, I created the memory disk and mounted it with no error so the problem appears to be something I am not setting in both tar and mkisofs. I am thoroughly stuck. Martin McCormick WB5AGZ Stillwater, OK Systems Engineer OSU Information Technology Department Network Operations Group From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 17:17:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89B6516A418 for ; Wed, 7 Nov 2007 17:17:11 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 2CDE713C4C6 for ; Wed, 7 Nov 2007 17:17:10 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from [192.168.2.62] (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (AUTH: LOGIN seklecki, TLS: TLSv1/SSLv3,128bits,RC4-MD5) by wingspan with esmtp; Wed, 07 Nov 2007 12:17:01 -0500 id 00056407.4731F30D.0000A310 From: "Brian A Seklecki (Mobile)" To: Martin McCormick In-Reply-To: <200711071629.lA7GTIr4074220@m.it.okstate.edu> References: <200711071629.lA7GTIr4074220@m.it.okstate.edu> Organization: Collaborative Fusion, Inc. Date: Wed, 07 Nov 2007 12:17:00 -0500 Message-Id: <1194455820.2472.33.camel@ingress.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Cc: freebsd-questions@freebsd.org Subject: Re: Modifying the FreeBSD6.2 ISO Image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 17:17:11 -0000 On Wed, 2007-11-07 at 10:29 -0600, Martin McCormick wrote: > large. this is pretty close to twice the correct size. Also, tar The exact mksiofs(8)/mkhyrbid(8)/cdrtools flags are in a shell script burried in src/release/* somewhere. Its probably a matter of not-following-symlinks or crossing filesystem mount-points, etc. ~BAS From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 17:26:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFDF416A420 for ; Wed, 7 Nov 2007 17:26:21 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: from ipad.com.br (recife.ipad.com.br [200.249.204.129]) by mx1.freebsd.org (Postfix) with SMTP id E69DB13C4BC for ; Wed, 7 Nov 2007 17:26:19 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: (qmail 96496 invoked by uid 79); 7 Nov 2007 17:26:02 -0000 Received: from 192.168.64.1 by recife.ipad.com.br (envelope-from , uid 1008) with qmail-scanner-1.25-st-qms (clamdscan: 0.92rc2/4688. spamassassin: 3.1.8. perlscan: 1.25-st-qms. Clear:RC:1(192.168.64.1):. Processed in 0.021983 secs); 07 Nov 2007 17:26:02 -0000 X-Antivirus-IPAD-Mail-From: mario.lobo@ipad.com.br via recife.ipad.com.br X-Antivirus-IPAD: 1.25-st-qms (Clear:RC:1(192.168.64.1):. Processed in 0.021983 secs Process 96489) Received: from unknown (HELO lobo.ipad.com.br) (mario.lobo@ipad.com.br@192.168.64.1) by ipad.com.br with SMTP; 7 Nov 2007 17:26:02 -0000 From: Mario Lobo Organization: IPAD To: freebsd-questions@freebsd.org Date: Wed, 7 Nov 2007 14:26:44 -0300 User-Agent: KMail/1.9.7 References: <200711071139.55971.mario.lobo@ipad.com.br> <20071107152341.GA76731@owl.midgard.homeip.net> In-Reply-To: <20071107152341.GA76731@owl.midgard.homeip.net> X-Face: "j9,S@~?m[/.]/lb=?utf-8?q?S=5D=2EI=0A=09ITlWP=3A-?=" MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200711071426.44621.mario.lobo@ipad.com.br> Subject: Re: Memory 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, 07 Nov 2007 17:26:21 -0000 On Wednesday 07 November 2007, Erik Trulsson wrote: > On Wed, Nov 07, 2007 at 11:39:55AM -0300, Mario Lobo wrote: > > Hello; > > > > I'm running a qmailrocks install + DNS server here. Hosting 14 domains > > and their respective e-mail accounts. Everything seems to be working > > fine. > > > > The machine is: > > > > ------------------------------------------ > > FreeBSD 6.2-STABLE #0: Mon Sep 10 14:15:16 BRT 2007 > > CPU: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz (2669.94-MHz K8-class CPU) > > Origin =3D "GenuineIntel" Id =3D 0x6f6 Stepping =3D 6 > > Cores per package: 2 > > real memory =3D 3488481280 (3326 MB) > > avail memory =3D 3362598912 (3206 MB) > > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > > cpu0 (BSP): APIC ID: 0 > > cpu1 (AP): APIC ID: 1 > > ------------------------------------------ > > > > When I turn the machine on/restart it, it starts off with around 2800 Mb > > free memory. I know that, in its course of work, a few of those process= es > > do not properly return memory back to the system. The machine was last > > restarted exactly a week ago (last wednesday). Now 'top' shows me this: > > > > ------------------------------------------ > > last pid: 17204; load averages: 0.00, 0.04, 0.06 up 5+21:00:50=20 > > 11:18:58 135 processes: 1 running, 132 sleeping, 2 zombie > > CPU states: 0.6% user, 0.0% nice, 0.4% system, 0.2% interrupt, 98.9% > > idle Mem: 379M Active, 1915M Inact, 256M Wired, 119M Cache, 214M Buf, > > 415M Free Swap: 5120M Total, 5120M Free > > ------------------------------------------ > > > > Here are my questions: > > > > Is this a "normal thing" to happen with memory in just one week? > > Yes, it is normal and nothing to worry about. > > > Does the '1915M Inact' means "zombie memory" (non-returned)? > > No. 'Inact[ive]', 'Cache' and 'Free' can all be considered free memory in > slighly different states. > There are differences between them that can be important in some > circumstances, but if you are just trying to determine if you have a memo= ry > leak somewhere they can be lumped together, > > > Is there a manual garbage collector i could run? > > No. > > > What is your advise on what method I could use to precisely track down > > what program(s) is(are) causing this? > > My advice is that you ignore it. It is nothing to worry about. Ok. Thanks Erik ! Pitty the majordomo cut out the .png file I sent. > I have seen memory "eaten up" by running anti-virus and mail scanning=20 > software particularly if you are not bouncing spam. =A0I would check your= =20 > spam handling. > >=A0 =A0 =A0 =A0 =A0-Derek Derek, what exactly do you suggest that I should check in the spam handling= =20 area ? =2D-=20 ********************************************************** //| //| Mario Lobo // |// | http://www.ipad.com.br // // ||||||| FreeBSD since 2.2.8 - 100% Rwindows-free ********************************************************** From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 17:28:20 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AB5416A469 for ; Wed, 7 Nov 2007 17:28:20 +0000 (UTC) (envelope-from Marc.Fromm@wwu.edu) Received: from EVS1.univ.dir.wwu.edu (exchdb3.cms.wwu.edu [140.160.248.90]) by mx1.freebsd.org (Postfix) with ESMTP id 421C513C4BE for ; Wed, 7 Nov 2007 17:28:14 +0000 (UTC) (envelope-from Marc.Fromm@wwu.edu) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 7 Nov 2007 09:15:18 -0800 Message-ID: <8910AF8FB6C6E84796358D71090AF7CF087E5C9E@EVS1.univ.dir.wwu.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: installing programs Thread-Index: AcghYcTyIj6w+/yCRmiGTD18+WqrQA== From: "Marc Fromm" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: installing programs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 17:28:20 -0000 I am new to the linux-type OS environment. For about a week now I have tried to do a task which I first thought would be simple-install a program like firefox. =20 I did "sudo pkg_add -r firefox" as explained in chapter 4 of the handbook and received the message: pkg_add: package 'firefox-1.5.0.8,1' or its older version already installed =20 I then tried to uninstall firefox like this: sudo pkg_delete -d -f firefox-1.5.0.8,1 It appeard to uninstall. =20 I next did "sudo pkg_add -r firefox" again and it did this: > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/Latest /firefox.tbz...=20 > Done. > =3D=3D=3D> Building Chrome's registry... >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > SMB issues: > Network group, machine, and share browsing does not work correctly. >=20 > SFTP: > Only sftp access using public key authentication works. To easily=20 > setup public key authentication to "remote_host": >=20 > ssh-keygen -t dsa > cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys" >=20 > The SSH sever on remote_host must allow pub key authentication. =20 Firefox now does not work at all and if I rerun the pkg_add command it states firefox-1.5.0.8 is still installed. Isn't the latest 2.0.0.9? =20 I tried to instructions at firefox and they did not work: http://support.mozilla.com/kb/Installing+Firefox+on+Linux =20 =20 =20 =20 Marc Fromm Information Technology Specialist II Financial Aid Department Western Washington University Phone: 360-650-3351 Fax: 360-788-0251 =20 From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 17:37:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D13C16A41B for ; Wed, 7 Nov 2007 17:37:05 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 47C4913C48D for ; Wed, 7 Nov 2007 17:37:05 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.13.8) with ESMTP id lA7Halq1005202; Wed, 7 Nov 2007 11:36:48 -0600 (CST) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20071107113329.023a3410@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 07 Nov 2007 11:36:04 -0600 To: Mario Lobo , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <200711071426.44621.mario.lobo@ipad.com.br> References: <200711071139.55971.mario.lobo@ipad.com.br> <20071107152341.GA76731@owl.midgard.homeip.net> <200711071426.44621.mario.lobo@ipad.com.br> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Memory 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, 07 Nov 2007 17:37:05 -0000 At 11:26 AM 11/7/2007, Mario Lobo wrote: >On Wednesday 07 November 2007, Erik Trulsson wrote: > > On Wed, Nov 07, 2007 at 11:39:55AM -0300, Mario Lobo wrote: > > > Hello; > > > > > > I'm running a qmailrocks install + DNS server here. Hosting 14 domains > > > and their respective e-mail accounts. Everything seems to be working > > > fine. > > > > > > The machine is: > > > > > > ------------------------------------------ > > > FreeBSD 6.2-STABLE #0: Mon Sep 10 14:15:16 BRT 2007 > > > CPU: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz (2669.94-MHz K8-class CPU) > > > Origin = "GenuineIntel" Id = 0x6f6 Stepping = 6 > > > Cores per package: 2 > > > real memory = 3488481280 (3326 MB) > > > avail memory = 3362598912 (3206 MB) > > > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > > > cpu0 (BSP): APIC ID: 0 > > > cpu1 (AP): APIC ID: 1 > > > ------------------------------------------ > > > > > > When I turn the machine on/restart it, it starts off with around 2800 Mb > > > free memory. I know that, in its course of work, a few of those processes > > > do not properly return memory back to the system. The machine was last > > > restarted exactly a week ago (last wednesday). Now 'top' shows me this: > > > > > > ------------------------------------------ > > > last pid: 17204; load averages: 0.00, 0.04, 0.06 up 5+21:00:50 > > > 11:18:58 135 processes: 1 running, 132 sleeping, 2 zombie > > > CPU states: 0.6% user, 0.0% nice, 0.4% system, 0.2% interrupt, 98.9% > > > idle Mem: 379M Active, 1915M Inact, 256M Wired, 119M Cache, 214M Buf, > > > 415M Free Swap: 5120M Total, 5120M Free > > > ------------------------------------------ > > > > > > Here are my questions: > > > > > > Is this a "normal thing" to happen with memory in just one week? > > > > Yes, it is normal and nothing to worry about. > > > > > Does the '1915M Inact' means "zombie memory" (non-returned)? > > > > No. 'Inact[ive]', 'Cache' and 'Free' can all be considered free memory in > > slighly different states. > > There are differences between them that can be important in some > > circumstances, but if you are just trying to determine if you have a memory > > leak somewhere they can be lumped together, > > > > > Is there a manual garbage collector i could run? > > > > No. > > > > > What is your advise on what method I could use to precisely track down > > > what program(s) is(are) causing this? > > > > My advice is that you ignore it. It is nothing to worry about. > >Ok. Thanks Erik ! Pitty the majordomo cut out the .png file I sent. > > > I have seen memory "eaten up" by running anti-virus and mail scanning > > software particularly if you are not bouncing spam. I would check your > > spam handling. > > > > -Derek > >Derek, what exactly do you suggest that I should check in the spam handling >area ? I would look and see if you are getting a lot of spam to start deleting those emails. Often trying to reject or do more processing of them makes an infinite loop which can really drag a server down. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 17:41:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3570416A418 for ; Wed, 7 Nov 2007 17:41:35 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id ACBEC13C481 for ; Wed, 7 Nov 2007 17:41:34 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.243.166]) (authenticated bits=128) by parrot.aev.net (8.14.1/8.13.8) with ESMTP id lA7HiWb2091649 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 7 Nov 2007 18:44:38 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.1/8.13.8) with ESMTP id lA7HfV45020788; Wed, 7 Nov 2007 18:41:31 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4731F8B7.9090003@netfence.it> Date: Wed, 07 Nov 2007 18:41:11 +0100 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.6 (X11/20070806) MIME-Version: 1.0 To: Doug Clements References: <4731E6BC.6050703@netfence.it> <54da514e0711070847r2f4f1698w9ed28ca7c5d21f73@mail.gmail.com> In-Reply-To: <54da514e0711070847r2f4f1698w9ed28ca7c5d21f73@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 212.31.247.179 Cc: freebsd-questions@freebsd.org Subject: Re: Best way to measure disk bandwidth usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 17:41:35 -0000 Doug Clements ha scritto: > gstat, iostat, and systat -vm are the tools I use for this. Thanks for the fast answer. A couple more questions: gstat gives percentage values: what are these and how are they computed? In the man page I can find no answer. iostat is also expecially interesting, since it can run non-interactively and I could poll it through cacti... However this monitors only raw da devices. Is there a way to get gmirrors monitored? Finally this gives overall MB/s, which is very interesting, but I'd also need to refer this to an end-of-scale value, in order to understand if the disks are working to their fullest (and thus are the bottleneck). Is this correct? Where could I desume such a value? (I remember there was an utility... though I don't remember its name). bye & Thanks av. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 18:04:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC82916A468 for ; Wed, 7 Nov 2007 18:04:48 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id C5E5E13C48E for ; Wed, 7 Nov 2007 18:04:48 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay14.apple.com (relay14.apple.com [17.128.113.52]) by mail-out4.apple.com (Postfix) with ESMTP id 1AFD01854546; Wed, 7 Nov 2007 10:04:39 -0800 (PST) Received: from relay14.apple.com (unknown [127.0.0.1]) by relay14.apple.com (Symantec Mail Security) with ESMTP id F2A9028056; Wed, 7 Nov 2007 10:04:38 -0800 (PST) X-AuditID: 11807134-a4c02bb000003395-c9-4731fe368805 Received: from cswiger1.apple.com (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay14.apple.com (Apple SCV relay) with ESMTP id CBDE428050; Wed, 7 Nov 2007 10:04:38 -0800 (PST) Message-Id: <52BC6A0C-B7BD-4888-9D29-99189F8183F5@mac.com> From: Chuck Swiger To: Andrea Venturoli In-Reply-To: <4731F8B7.9090003@netfence.it> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Wed, 7 Nov 2007 10:04:38 -0800 References: <4731E6BC.6050703@netfence.it> <54da514e0711070847r2f4f1698w9ed28ca7c5d21f73@mail.gmail.com> <4731F8B7.9090003@netfence.it> X-Mailer: Apple Mail (2.912) X-Brightmail-Tracker: AAAAAA== Cc: Doug Clements , freebsd-questions@freebsd.org Subject: Re: Best way to measure disk bandwidth usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 18:04:48 -0000 Hi-- On Nov 7, 2007, at 9:41 AM, Andrea Venturoli wrote: > iostat is also expecially interesting, since it can run non- > interactively and I could poll it through cacti... > However this monitors only raw da devices. Is there a way to get > gmirrors monitored? If they are visible as "drive devices", then yes, iostat can be passed a list of devices to monitor instead of the top-level physical devices it was showing by default. > Finally this gives overall MB/s, which is very interesting, but I'd > also need to refer this to an end-of-scale value, in order to > understand if the disks are working to their fullest (and thus are > the bottleneck). > Is this correct? Where could I desume such a value? (I remember > there was an utility... though I don't remember its name). diskinfo -vt _device_ ...will give you some transfer rate numbers, but note the BUGS section of the manpage. :-) -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 18:06:25 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE38A16A417 for ; Wed, 7 Nov 2007 18:06:25 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from mtai05.charter.net (mtai05.charter.net [209.225.8.185]) by mx1.freebsd.org (Postfix) with ESMTP id 40E5A13C4B9 for ; Wed, 7 Nov 2007 18:06:25 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from aa04.charter.net ([10.20.200.156]) by mtai05.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071107180614.RNGH7894.mtai05.charter.net@aa04.charter.net> for ; Wed, 7 Nov 2007 13:06:14 -0500 Received: from robs-laptop.com ([71.85.241.27]) by aa04.charter.net with ESMTP id <20071107180614.RYUZ1254.aa04.charter.net@robs-laptop.com> for ; Wed, 7 Nov 2007 13:06:14 -0500 Message-ID: <4731FE96.4050804@charter.net> Date: Wed, 07 Nov 2007 12:06:14 -0600 From: icantthinkofone User-Agent: Thunderbird 2.0.0.6 (X11/20070914) MIME-Version: 1.0 References: <8910AF8FB6C6E84796358D71090AF7CF087E5C9E@EVS1.univ.dir.wwu.edu> In-Reply-To: <8910AF8FB6C6E84796358D71090AF7CF087E5C9E@EVS1.univ.dir.wwu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Cc: freebsd-questions@FreeBSD.org Subject: Re: installing programs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 18:06:25 -0000 Marc Fromm wrote: > I am new to the linux-type OS environment. For about a week now I have > tried to do a task which I first thought would be simple-install a > program like firefox. > > > > I did "sudo pkg_add -r firefox" as explained in chapter 4 of the > handbook and received the message: > > pkg_add: package 'firefox-1.5.0.8,1' or its older version already > installed > > > > I then tried to uninstall firefox like this: > > sudo pkg_delete -d -f firefox-1.5.0.8,1 > > It appeard to uninstall. > > > > I next did "sudo pkg_add -r firefox" again and it did this: > > >> Fetching >> > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/Latest > /firefox.tbz... > > >> Done. >> > > >> ===> Building Chrome's registry... >> > > > > >> ====================================================================== >> > > > > >> SMB issues: >> > > >> Network group, machine, and share browsing does not work correctly. >> > > > > >> SFTP: >> > > >> Only sftp access using public key authentication works. To easily >> > > >> setup public key authentication to "remote_host": >> > > > > >> ssh-keygen -t dsa >> > > >> cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys" >> > > > > >> The SSH sever on remote_host must allow pub key authentication. >> > > > > Firefox now does not work at all and if I rerun the pkg_add command it > states firefox-1.5.0.8 is still installed. > > Isn't the latest 2.0.0.9? > > > > I tried to instructions at firefox and they did not work: > > http://support.mozilla.com/kb/Installing+Firefox+on+Linux > > > > > > > > > > Marc Fromm > Information Technology Specialist II > Financial Aid Department > Western Washington University > Phone: 360-650-3351 > Fax: 360-788-0251 > > > > _______________________________________________ > 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 is not a Linux type environment at all. It is a Unix type from which it was derived. I don't recall if you have to "rehash" after uninstalling or not. Did you? From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 18:11:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EEFE16A417 for ; Wed, 7 Nov 2007 18:11:46 +0000 (UTC) (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 2C61E13C4B2 for ; Wed, 7 Nov 2007 18:11:45 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id lA7IBFwj020741; Wed, 7 Nov 2007 12:11:15 -0600 (CST) (envelope-from dan) Date: Wed, 7 Nov 2007 12:11:14 -0600 From: Dan Nelson To: Andrea Venturoli Message-ID: <20071107181114.GC6238@dan.emsphone.com> References: <4731E6BC.6050703@netfence.it> <54da514e0711070847r2f4f1698w9ed28ca7c5d21f73@mail.gmail.com> <4731F8B7.9090003@netfence.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4731F8B7.9090003@netfence.it> X-OS: FreeBSD 7.0-BETA1 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Doug Clements , freebsd-questions@freebsd.org Subject: Re: Best way to measure disk bandwidth usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 18:11:46 -0000 In the last episode (Nov 07), Andrea Venturoli said: > Doug Clements ha scritto: > >> gstat, iostat, and systat -vm are the tools I use for this. > > Thanks for the fast answer. > A couple more questions: > > gstat gives percentage values: what are these and how are they > computed? In the man page I can find no answer. Both gstat's and "iostat -x"'s %busy column is just an indicator of how often there was a pending request to the disks. If it's less than 100%, then you know the disk is idle some of the time. If it's 100%, however, that just means there's always at least one request on the queue. It doesn't mean the drive has hit any performance limits, though, since you can usually queue 32 or more commands to a single drive, and sequential requests complete a lot faster than random ones. A better indicator of overload is the command latency (ms/r in gstat or svc_t in iostat). > iostat is also expecially interesting, since it can run > non-interactively and I could poll it through cacti... However this > monitors only raw da devices. Is there a way to get gmirrors > monitored? I don't think any of the geom system hooks into devstat (which is where iostat gets its info). It'd sure be nice :) It would also allow you to query some stats via net-snmp's diskIO mib. > Finally this gives overall MB/s, which is very interesting, but I'd > also need to refer this to an end-of-scale value, in order to > understand if the disks are working to their fullest (and thus are > the bottleneck). Is this correct? Where could I desume such a value? > (I remember there was an utility... though I don't remember its > name). That really depends on your drives and the interfaces you use to connect them. For sata or sas drives, you could probably run each drive at its rated maximum speed (which will be different for each model; diskinfo -t can help here). For SCSI, FC, or drives hung off a raid controller, your bottleneck may be the speed of the shared interface or your pci bus, depending on how many drives you have connected. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 18:36:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 746A816A418 for ; Wed, 7 Nov 2007 18:36:31 +0000 (UTC) (envelope-from work@ashleymoran.me.uk) Received: from mercureh.reacthosting.com (reacthosting.com [195.177.245.34]) by mx1.freebsd.org (Postfix) with ESMTP id 1108D13C48E for ; Wed, 7 Nov 2007 18:36:30 +0000 (UTC) (envelope-from work@ashleymoran.me.uk) Received: from 81-86-43-170.dsl.pipex.com ([81.86.43.170] helo=[192.168.52.3]) by mercureh.reacthosting.com with esmtpa (Exim 4.66 (FreeBSD)) (envelope-from ) id 1Ippkz-0009IA-H3; Wed, 07 Nov 2007 18:36:05 +0000 From: Ashley Moran To: Ted Mittelstaedt In-Reply-To: X-Priority: 3 (Normal) References: Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Wed, 7 Nov 2007 18:36:03 +0000 X-Mailer: Apple Mail (2.912) X-PopBeforeSMTPSenders: forums@ashleymoran.me.uk, mail@ashleymoran.me.uk, work@ashleymoran.me.uk X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mercureh.reacthosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - ashleymoran.me.uk X-Source: X-Source-Args: X-Source-Dir: Cc: jamesh@lanl.gov, Chad Perrin , freebsd-questions@freebsd.org Subject: Re: New FreeBSD art? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 18:36:31 -0000 On Nov 07, 2007, at 5:59 am, Ted Mittelstaedt wrote: > You probably won't find any. One of the (many) problems with the > new logo is the large color variation. This makes it look > "real kewel" when it's displayed on the cover of a CD case, > or a poster or a book. But shrinking it down would remove all > of that and you would end up with essentially a red splotch. > > If you compare for example the daemon on the CD cover of > the version 1.1 release, pictured here: > > http://www.mckusick.com/beastie/shirts/bsd4_3.html > > Note the fine shading and variation on the shadow part of the > daemon. Now, compare that to the later renditions on the "powered by" > logos here: > > http://www.freebsd.org/art.html > > Notice how the fine shading is gone and replaced with a single > uniform black. > > Whoever built the daemon image for the Powered By logos must > have spent hours and hours and hours on getting the shading to > look acceptable on the much smaller Powered By image. It works > because the daemon image is not a simple shape image, it's outline > is complex. The same trick would not work for the red ball, it > would just end up looking like a red moon being eclipsed. Now I've compared them I see your point. > The primary reason the new logo was dreamed up was due to > complaints by one of the core members that whenever they did > a presentation about FreeBSD people would waste a huge amount > of time getting through the "yer logo looks like Satan" stage > before he could actually talk about the operating system itself. > They wanted a "kewel" looking logo that could be plastered on > large posters, CD cases, book covers, and such marketing materials > without ignorant people thinking it was some kind of devil worship > cult at the trade shows. They wern't at all concerned with > a logo that would look good on a "powered by" entry on a > webpage. I didn't follow the debate first time round but I remember hearing something along these lines (also that the new one looks like a sex toy, I must be too innocent to understand that one...). I didn't really see the point of changing the logo, possibly because I never realised that there were so many ignorant people at presentations like you describe. There are plenty of ignorant people around, I just didn't know so many ended up looking at FreeBSD. I assumed, though, that the new logo was designed to replace the old one. I've got nothing against Beastie, I just figured that if the FreeBSD team wanted to be identified by the red horned globe that I should be using that in its/his place. I have in any case gone with one of the Powered By logos. >> While I'm on the subject, can anyone open the SVG version? > > URL please? http://www.freebsd.org/logo.html (under vector formats) Ashley -- blog @ http://aviewfromafar.net/ linked-in @ http://www.linkedin.com/in/ashleymoran currently @ home From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 18:53:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E48016A420 for ; Wed, 7 Nov 2007 18:53:48 +0000 (UTC) (envelope-from fbsd06+QA=127049e0@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 158DC13C4A7 for ; Wed, 7 Nov 2007 18:53:47 +0000 (UTC) (envelope-from fbsd06+QA=127049e0@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id B329F16467B for ; Wed, 7 Nov 2007 13:34:18 -0500 (EST) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id B6AF8D05A2 for ; Wed, 7 Nov 2007 13:34:06 -0500 (EST) Date: Wed, 7 Nov 2007 18:34:02 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071107183402.271e98d1@gumby.homeunix.com.> In-Reply-To: <200711070725.40416.josh@tcbug.org> References: <20071107131345.GA10158@server.idefix.lan> <200711070725.40416.josh@tcbug.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Autoattach geli device but not at startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 18:53:48 -0000 On Wed, 7 Nov 2007 07:25:35 -0600 Josh Paetzel wrote: > On Wednesday 07 November 2007 07:13:45 am Matthias Fechner wrote: > > Hi, > > > > I have here a setup where some backup directories are mounted > > encrypted (using geli). > > rc.conf: > > geli_devices="ad3" > > geli_ad3_flags="-k /root/backup1.key" > > ... > > > > But if the system must be rebooted it asks for the password before a > > network connection is available. > > The computer has no keyboard via default so it is really a pain to > > get the system up again. > > > > Is their a possibility to do something like that after the reboot: > > mount /mnt/backup1 > > and mount starts geli and geli will ask for the passphrase? > > > > Thanks, > > Matthias > > This is one of those cases where I would alter the base system a > bit. I'd fiddle with the #REQUIRE in /etc/rc.d/geli to get it to > start after sshd, perhaps change it from initrandom to sshd. You can > check to make sure the changes are sane by running rcorder manually. I suspect they won't be and that you will run into problems with fsck and mount not being able to find the .eli partitions. > If you go this route the console will still prompt for the > passphrase, but you'll be able to ssh in and run /etc/rc.d/geli start > manually, which after it ran, would automagically run everything > after it in rcorder Wouldn't you have to kill the original /etc/rc.d/gel process? I think it would just be easier to write a script to handle the attach, fsck, and mount. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 18:57:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C710416A4EA for ; Wed, 7 Nov 2007 18:57:41 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 9491A13C4CA for ; Wed, 7 Nov 2007 18:57:41 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id lA7Is39g072765; Wed, 7 Nov 2007 13:54:03 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id lA7Is3Rb072764; Wed, 7 Nov 2007 13:54:03 -0500 (EST) (envelope-from jerrymc) Date: Wed, 7 Nov 2007 13:54:03 -0500 From: Jerry McAllister To: Ashley Moran Message-ID: <20071107185403.GA72726@gizmo.acns.msu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: jamesh@lanl.gov, Chad Perrin , Ted Mittelstaedt , freebsd-questions@freebsd.org Subject: Re: New FreeBSD art? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 18:57:42 -0000 On Wed, Nov 07, 2007 at 06:36:03PM +0000, Ashley Moran wrote: > > On Nov 07, 2007, at 5:59 am, Ted Mittelstaedt wrote: > > >If you compare for example the daemon on the CD cover of > >the version 1.1 release, pictured here: > > > >http://www.mckusick.com/beastie/shirts/bsd4_3.html > > > >Note the fine shading and variation on the shadow part of the > >daemon. Now, compare that to the later renditions on the "powered by" > >logos here: > > > >http://www.freebsd.org/art.html > > > >Notice how the fine shading is gone and replaced with a single > >uniform black. > > > >Whoever built the daemon image for the Powered By logos must > >have spent hours and hours and hours on getting the shading to > >look acceptable on the much smaller Powered By image. It works > >because the daemon image is not a simple shape image, it's outline > >is complex. The same trick would not work for the red ball, it > >would just end up looking like a red moon being eclipsed. > > Now I've compared them I see your point. > > > >The primary reason the new logo was dreamed up was due to > >complaints by one of the core members that whenever they did > >a presentation about FreeBSD people would waste a huge amount > >of time getting through the "yer logo looks like Satan" stage > >before he could actually talk about the operating system itself. > >They wanted a "kewel" looking logo that could be plastered on > >large posters, CD cases, book covers, and such marketing materials > >without ignorant people thinking it was some kind of devil worship > >cult at the trade shows. They wern't at all concerned with > >a logo that would look good on a "powered by" entry on a > >webpage. > > I didn't follow the debate first time round but I remember hearing > something along these lines (also that the new one looks like a sex > toy, I must be too innocent to understand that one...). I didn't > really see the point of changing the logo, possibly because I never > realised that there were so many ignorant people at presentations like > you describe. There are plenty of ignorant people around, I just > didn't know so many ended up looking at FreeBSD. It was kind of silly and unfortunately didn't end up with what was originally given as one of the main motivations. The main things were to be unique - all the BSD-s use BSDie in one way or another, to be distinctive, to be a more usable graphic. The avoid the devil issue was studiously avoided as an official motivation. Anyway, as you notice, the more usable graphic failed. It is sort of unique, but I wouldn't really call it distinctive. It doesn't do much to represent FreeBSD, but then, take a look at other 'modern' logos around - even ones companies spend millions on. They generally do not represent their companies in any meaningful way either. At least BSDie represented somewhat the philosiphy of UNIX - a collection of processes taking care of business for you. (It is hard to admit, but) I generally agreed with Ted in this whole thing - at least on how the new logo thing missed its mark rather widely. But, it is really a small thing. The OS still works and mostly better than anything else out there. So, I still put BSDie stickers on things and don't worry about it. > > I assumed, though, that the new logo was designed to replace the old > one. I've got nothing against Beastie, I just figured that if the > FreeBSD team wanted to be identified by the red horned globe that I > should be using that in its/his place. Not so much to replace as to supplant BSDie, I think. > > I have in any case gone with one of the Powered By logos. > Yup. Me too. ////jerry > > >>While I'm on the subject, can anyone open the SVG version? > > > >URL please? > > > http://www.freebsd.org/logo.html (under vector formats) > > > Ashley > > > -- > blog @ http://aviewfromafar.net/ > linked-in @ http://www.linkedin.com/in/ashleymoran > currently @ home > > _______________________________________________ > 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 Nov 7 19:14:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C4E616A418 for ; Wed, 7 Nov 2007 19:14:32 +0000 (UTC) (envelope-from work@ashleymoran.me.uk) Received: from mercureh.reacthosting.com (reacthosting.com [195.177.245.34]) by mx1.freebsd.org (Postfix) with ESMTP id F2CE813C480 for ; Wed, 7 Nov 2007 19:14:31 +0000 (UTC) (envelope-from work@ashleymoran.me.uk) Received: from 81-86-43-170.dsl.pipex.com ([81.86.43.170] helo=[192.168.52.3]) by mercureh.reacthosting.com with esmtpa (Exim 4.66 (FreeBSD)) (envelope-from ) id 1IpqLr-000AWz-Gu; Wed, 07 Nov 2007 19:14:11 +0000 Message-Id: <70B030D7-5F44-451F-83E2-688C263A6895@ashleymoran.me.uk> From: Ashley Moran To: Jerry McAllister In-Reply-To: <20071107185403.GA72726@gizmo.acns.msu.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Wed, 7 Nov 2007 19:14:10 +0000 References: <20071107185403.GA72726@gizmo.acns.msu.edu> X-Mailer: Apple Mail (2.912) X-PopBeforeSMTPSenders: forums@ashleymoran.me.uk, mail@ashleymoran.me.uk, work@ashleymoran.me.uk X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mercureh.reacthosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - ashleymoran.me.uk X-Source: X-Source-Args: X-Source-Dir: Cc: jamesh@lanl.gov, Chad Perrin , Ted Mittelstaedt , freebsd-questions@freebsd.org Subject: Re: New FreeBSD art? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 19:14:32 -0000 On Nov 07, 2007, at 6:54 pm, Jerry McAllister wrote: > (It is hard to admit, but) I generally agreed with Ted in this whole > thing - at least on how the new logo thing missed its mark rather > widely. But, it is really a small thing. The OS still works and > mostly better than anything else out there. Well that's the main thing I guess. I have yet to find a free OS I would rather have running on my servers, whatever it looks like. > So, I still put BSDie > stickers on things and don't worry about it. Is that what it's called? I've always called it Beastie. I can't even tell you why. > Not so much to replace as to supplant BSDie, I think. Anyone would think there was some sort of insurrection behind all this! > Yup. Me too. Ok I'm glad we settled this one :) Ashley -- blog @ http://aviewfromafar.net/ linked-in @ http://www.linkedin.com/in/ashleymoran currently @ home From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 19:16:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 517FA16A46E for ; Wed, 7 Nov 2007 19:16:14 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id EC61213C4A6 for ; Wed, 7 Nov 2007 19:16:13 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so4807115pyb for ; Wed, 07 Nov 2007 11:16:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=K5HwnFhKSzs2Zy1Xa5fLqXR7ilBaKur/TlkIRy5UC/E=; b=mioO7XdYcmgZ9tr6WoEFLKx1VqlNdo1nPwp9po3m3QxZ4yaygvCUk8PIjLFp0ewmezpZIKpgX8FVkZi/Qhjs6OyZPdv6KCz3RRCMW5jB3076Qv7+I3uASksZFUvdJlft4GOcdKlUJ6hn8MdGz6zCqF5elGieY1ceavzaB9vevtI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=PH7XkLgVVHOKbtHefp7YEixkEDFa5ROqa8ipOEXhdrUyD5goFBebgCPPXTs2QU44K/Znk4SVOqo5xb34FdN62BU0HXerHNvR7dIa8jiKNiR1IDU51hdWVwNjkhIkUbGcevfGUVfGXLoB7eCK0GAOKPQsMHtZpR389cXVCKurzco= Received: by 10.35.32.3 with SMTP id k3mr9256728pyj.1194462963580; Wed, 07 Nov 2007 11:16:03 -0800 (PST) Received: from swordfish.local.claimlynx.com ( [74.95.66.25]) by mx.google.com with ESMTPS id n67sm22656126pyh.2007.11.07.11.16.02 (version=SSLv3 cipher=OTHER); Wed, 07 Nov 2007 11:16:02 -0800 (PST) Message-Id: From: Eric Crist To: Marc Fromm In-Reply-To: <8910AF8FB6C6E84796358D71090AF7CF087E5C9E@EVS1.univ.dir.wwu.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Wed, 7 Nov 2007 13:16:01 -0600 References: <8910AF8FB6C6E84796358D71090AF7CF087E5C9E@EVS1.univ.dir.wwu.edu> X-Mailer: Apple Mail (2.912) Cc: freebsd-questions@FreeBSD.org Subject: Re: installing programs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 19:16:14 -0000 On Nov 7, 2007, at 11:15 AM, Marc Fromm wrote: > I am new to the linux-type OS environment. For about a week now I have > tried to do a task which I first thought would be simple-install a > program like firefox. > > > > I did "sudo pkg_add -r firefox" as explained in chapter 4 of the > handbook and received the message: > > pkg_add: package 'firefox-1.5.0.8,1' or its older version already > installed > > > > I then tried to uninstall firefox like this: > > sudo pkg_delete -d -f firefox-1.5.0.8,1 > > It appeard to uninstall. > > > > I next did "sudo pkg_add -r firefox" again and it did this: > [snip] > > Firefox now does not work at all and if I rerun the pkg_add command it > states firefox-1.5.0.8 is still installed. > > Isn't the latest 2.0.0.9? > > > > I tried to instructions at firefox and they did not work: > > http://support.mozilla.com/kb/Installing+Firefox+on+Linux > Marc, There are a couple of things you can try. First thing to note, however, is that Linux instructions for software installation will not, typically, work on FreeBSD systems. You should verify that the package is actually uninstalled. # ls /var/db/pkg | grep firefox You should get nothing back. If you do get something, remove each item with the following command # pkg_delete should be each item in the list from the previous command. Once you've verified it's uninstalled, try the pkg_add command again: # pkg_add -r firefox Now, if this doesn't work, try installing from your ports tree. Do this with the following command: # cd /usr/ports/www/firefox && make install clean If you're using csh/tcsh as your shell, make sure you type rehash so that your PATH gets re-read for new binaries/etc. Let me know how this goes! ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 19:16:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BD4616A4CC for ; Wed, 7 Nov 2007 19:16:24 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from m.it.okstate.edu (m.it.okstate.edu [139.78.2.129]) by mx1.freebsd.org (Postfix) with ESMTP id 14D8E13C4F8 for ; Wed, 7 Nov 2007 19:16:23 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.it.okstate.edu [127.0.0.1]) by m.it.okstate.edu (8.13.8/8.13.8) with ESMTP id lA7JGBBu075627 for ; Wed, 7 Nov 2007 13:16:11 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200711071916.lA7JGBBu075627@m.it.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <75625.1194462971.1@dc.cis.okstate.edu> Date: Wed, 07 Nov 2007 13:16:11 -0600 From: Martin McCormick Subject: Re: Modifying the FreeBSD6.2 ISO Image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 19:16:24 -0000 "Brian A Seklecki (Mobile)" writes: >The exact mksiofs(8)/mkhyrbid(8)/cdrtools flags are in a shell script >burried in src/release/* somewhere. Its probably a matter of >not-following-symlinks or crossing filesystem mount-points, etc. Most definitely. It obviously can be done as the image is living proof. This is proving to be quite a learning experience. Sincere thanks to all. A shell script is like the proverbial picture that is worth a thousand words. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 19:32:27 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FCB716A421 for ; Wed, 7 Nov 2007 19:32:27 +0000 (UTC) (envelope-from florenzi@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id B7CF913C4C6 for ; Wed, 7 Nov 2007 19:32:26 +0000 (UTC) (envelope-from florenzi@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so4816580pyb for ; Wed, 07 Nov 2007 11:32:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VT66dXsGBMrw5bFFxRRinhSwoSWpZMVNtI667CGE+Tg=; b=rjvY0v1e/1RiqjafEUSY56NgtcbN3Xgk7TMraJuwdRVBZhue3k0EKHeGJyfVkfcWP6VCkvEeZK6jtSbZMWRPd6KdRI2fExty8Si/OG9mdEVUbDMYtWicLvscEqIHF5sV/DrRK3ZTYSBqOUMGVZg1W3w/U+vB+s0MNLhJBwtsZfk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=j83O9NQBMHOtx8chF/uo+HFSDXWClUH96KmYnIRwormj9Quf6W+xMTbrIcHs61cO1iQpuOqAHrep62sLfV4Tqo4OkgQPZXnM5EKRG37mzGv8WBclpb/YgkqOycCQQhWoHtMPmAteOZHCGwj0gc7gqwBTsndSesTBST1IKQZ6wkA= Received: by 10.65.158.9 with SMTP id k9mr2375421qbo.1194462307433; Wed, 07 Nov 2007 11:05:07 -0800 (PST) Received: by 10.64.91.18 with HTTP; Wed, 7 Nov 2007 11:05:07 -0800 (PST) Message-ID: <3a386af20711071105i36e7fc2eodf391450e439bc20@mail.gmail.com> Date: Wed, 7 Nov 2007 19:05:07 +0000 From: "Federico Lorenzi" To: Chris In-Reply-To: <20071107102045.0c83621d@makeworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071107102045.0c83621d@makeworld.com> Cc: questions@freebsd.org Subject: Re: Congratulations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 19:32:27 -0000 On Nov 7, 2007 4:20 PM, Chris wrote: > > On Wed, 7 Nov 2007 16:11:52 +0000 (UTC) > James Brown wrote: > > > > > > > Message-Id: > > <20071106211550.E82D53830@http004.easynetonline.easynet.fr> Date: > > Tue, 6 Nov 2007 22:15:50 +0100 (CET) > > > > UK NATIONAL e-LOTTERY, > > > > ONLINE NOTIFICATION UNIT, > > > > HOME OFFICE: > > > > 105 FULHAM PALACE RD., > > > > W6 8JB, UNITED KINGDOM. > > > > > > > > REFERENCE NUMBER: NL/096627/33 > > > > BATCH NUMBER: 21/506/NLT33 > > > > TICKET NUMBER: 04/050612/2029 > > > > CASH PRIZE: 715,000 GBP > > > > > > > > Congratulations, > > > > > > > > This email serves as a notification that you emerged a winner on our > > > > online draws of 2nd November, 2007 in London, United Kingdom. To file > > > > for claims, do contact your assigned fiduciary agent with the contact > > > > details below providing your Name(s) and Reference > > Number(NL/096627/33): > > > > > > > > Name: James Brown > > > > E-mail:jamesbrown_902@yahoo.dk > > > > Tel.: +44 702 406 8940 > > > > Once again, congratulations. > > > > > > > > Yours truly, > > > > Sir Earl S. Smith > > > > Group Co-ordinator. > > ... Does that mean I have to share the winnings with everyone on the > list?! > What?? Don't steal my offer, I replied to him first! From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 19:42:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C97A16A475 for ; Wed, 7 Nov 2007 19:42:40 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 67FBF13C48E for ; Wed, 7 Nov 2007 19:42:40 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay3.lanl.gov (mailrelay3.lanl.gov [128.165.4.104]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA7JgLwp030523; Wed, 7 Nov 2007 12:42:21 -0700 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay3.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA7JgKCV016038; Wed, 7 Nov 2007 12:42:20 -0700 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id E10AA1F8004; Wed, 7 Nov 2007 12:42:16 -0700 (MST) From: James To: Eric Crist In-Reply-To: References: <8910AF8FB6C6E84796358D71090AF7CF087E5C9E@EVS1.univ.dir.wwu.edu> Organization: Los Alamos National Laboratories Date: Wed, 07 Nov 2007 19:42:15 -0700 Message-Id: <1194489735.29601.39.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Marc Fromm , freebsd-questions@freebsd.org Subject: Re: installing programs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 19:42:40 -0000 On Wed, 2007-11-07 at 13:16 -0600, Eric Crist wrote: > On Nov 7, 2007, at 11:15 AM, Marc Fromm wrote: > > > I am new to the linux-type OS environment. For about a week now I have > > tried to do a task which I first thought would be simple-install a > > program like firefox. > > > > > > > > I did "sudo pkg_add -r firefox" as explained in chapter 4 of the > > handbook and received the message: > > > > pkg_add: package 'firefox-1.5.0.8,1' or its older version already > > installed > > > > > > > > I then tried to uninstall firefox like this: > > > > sudo pkg_delete -d -f firefox-1.5.0.8,1 > > > > It appeard to uninstall. > > > > > > > > I next did "sudo pkg_add -r firefox" again and it did this: > > [snip] > > > > Firefox now does not work at all and if I rerun the pkg_add command it > > states firefox-1.5.0.8 is still installed. > > > > Isn't the latest 2.0.0.9? > > > > > > > > I tried to instructions at firefox and they did not work: > > > > http://support.mozilla.com/kb/Installing+Firefox+on+Linux > > > > Marc, > > There are a couple of things you can try. First thing to note, > however, is that Linux instructions for software installation will > not, typically, work on FreeBSD systems. > > You should verify that the package is actually uninstalled. > # ls /var/db/pkg | grep firefox > > You should get nothing back. If you do get something, remove each > item with the following command > # pkg_delete > > should be each item in the list from the previous command. > > Once you've verified it's uninstalled, try the pkg_add command again: > # pkg_add -r firefox > > Now, if this doesn't work, try installing from your ports tree. Do > this with the following command: > # cd /usr/ports/www/firefox && make install clean > > If you're using csh/tcsh as your shell, make sure you type rehash so > that your PATH gets re-read for new binaries/etc. > > Let me know how this goes! > > ----- > Eric F Crist > Secure Computing Networks > Just a quick note -- instead of ls /var/db/pkg, you can use pkg_info -Ix I'm betting it's a rehash issue, or if you're using a bourne type shell, just reload the shell. You're right that 2.0.0.9 is the latest version of firefox; I'm using 2.0.0.7 right now. My advice is that if you want newer packages, learn how to use ports. It's generally newer than the packages built remotely. If you're using FreeBSD -release branch, I think ports is the only way to get new new software. -release has a snapshot of packages for pkg_add and they're known to be stable and not updated much at all, if ever. -stable has newer packages for pkg_add, and -current breaks sometimes. James From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 19:56:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B0A316A4A1 for ; Wed, 7 Nov 2007 19:56:21 +0000 (UTC) (envelope-from ray@stilltech.net) Received: from mail.geekdelivery.com (s206-75-153-241.ab.hsia.telus.net [206.75.153.241]) by mx1.freebsd.org (Postfix) with ESMTP id 42BF913C4A3 for ; Wed, 7 Nov 2007 19:56:21 +0000 (UTC) (envelope-from ray@stilltech.net) Received: from localhost (localhost [127.0.0.1]) by mail.geekdelivery.com (Postfix) with ESMTP id 0885F2E05E for ; Wed, 7 Nov 2007 12:59:25 -0700 (MST) X-Quarantine-ID: Received: from mail.geekdelivery.com ([127.0.0.1]) by localhost (server.geekdelivery.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NTiMpFImO2Fl for ; Wed, 7 Nov 2007 12:59:24 -0700 (MST) Received: from dev.local (S0106001346bddddf.lb.shawcable.net [70.65.134.12]) by mail.geekdelivery.com (Postfix) with ESMTP id C79CE2E05C for ; Wed, 7 Nov 2007 12:59:24 -0700 (MST) From: Ray To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.6 References: <200711061310.11691.ray@stilltech.net> In-Reply-To: <200711061310.11691.ray@stilltech.net> MIME-Version: 1.0 Content-Disposition: inline Date: Wed, 7 Nov 2007 12:56:10 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200711071256.10214.ray@stilltech.net> Subject: Re: slow data transfer from smba share, where to start X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ray@stilltech.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 19:56:21 -0000 On Tuesday 06 November 2007 1:10:11 pm Ray wrote: > Hello, > I am having a problem with slow data transfer. Source is a samba share > mounted as a local drive. destination is the local hard-drive. Can anybody > give me some hints on where to start looking? > Thanks, > Ray > > any info that seems relevant to me is included, but I can provide any other > data that is needed (domain info is sanitized) > > $ uname -a > FreeBSD server.example.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed May 2 > 03:41:55 UTC 2007 root@:/usr/obj/usr/src/sys/GENERIC amd64 > > # less fstab > # Device Mountpoint FStype Options Dump > Pass# > //owner@technical/technical /mnt/technical smbfs rw,-N 0 0 > > # time mv /mnt/technical/test /www/test/pub > 0.008u 0.402s 7:42.28 0.0% 17+262k 7+27io 4121pf+0w > > test is a directory containing approximately 15 MB of data, > > > windows machine is running windows XP pro. No known hardware or software > problems on either machine. Hardware is decent but not super high end. > the two machines are connected through a mid range consumer router and > about 100 - 150 feet of cat5 cable. > _______________________________________________ > 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 a little more information now. (Thanks to the current thread on this list 'Best way to measure disk bandwidth usage') I started a large copy from the samba share to the local drive and then checked ps and top. ps lists the status as D+ (short term, uninterruptible wait, in foreground?) top, after I push 'm' lists the state as 90wrq (samba waiting?) so it seems to me that either something is wrong with samba, or something is wrong with windows or I don't have enough experience to find the real answer. Just because the second option is obviously true, doesn't mean options 1 and 3 aren't. so, how do I go about checking samba (I can't find a /var/log/samba, or anything close to that.) and can anybody suggest anything else to try? Thanks, Ray From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 20:03:18 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F08C916A417 for ; Wed, 7 Nov 2007 20:03:18 +0000 (UTC) (envelope-from listreader@lazlarlyricon.com) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id A528613C4A7 for ; Wed, 7 Nov 2007 20:03:18 +0000 (UTC) (envelope-from listreader@lazlarlyricon.com) Received: from ironport2.bredband.com (195.54.101.122) by proxy2.bredband.net (7.3.127) id 47285ABF002D0C08 for questions@freebsd.org; Wed, 7 Nov 2007 20:42:39 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am/9ABOkMUfVcij+Rmdsb2JhbACBW4dnAYUwAQEBNwGBHA Received: from c-fe2872d5.09-42-6e6b7010.cust.bredbandsbolaget.se (HELO trapper.homedns.org) ([213.114.40.254]) by ironport2.bredband.com with ESMTP; 07 Nov 2007 20:42:38 +0100 Received: from trapper.homedns.org (localhost [127.0.0.1]) by trapper.homedns.org (8.14.1/8.14.1) with ESMTP id lA7JgQvS001909; Wed, 7 Nov 2007 20:42:32 +0100 (CET) (envelope-from listreader@lazlarlyricon.com) Message-ID: <47321522.50703@lazlarlyricon.com> Date: Wed, 07 Nov 2007 20:42:26 +0100 From: Rolf G Nielsen User-Agent: Thunderbird 2.0.0.6 (X11/20071105) MIME-Version: 1.0 To: Federico Lorenzi References: <20071107102045.0c83621d@makeworld.com> <3a386af20711071105i36e7fc2eodf391450e439bc20@mail.gmail.com> In-Reply-To: <3a386af20711071105i36e7fc2eodf391450e439bc20@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Chris , questions@freebsd.org Subject: Re: Congratulations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 20:03:19 -0000 Federico Lorenzi wrote: > On Nov 7, 2007 4:20 PM, Chris wrote: >> On Wed, 7 Nov 2007 16:11:52 +0000 (UTC) >> James Brown wrote: >> >>> >>> Message-Id: >>> <20071106211550.E82D53830@http004.easynetonline.easynet.fr> Date: >>> Tue, 6 Nov 2007 22:15:50 +0100 (CET) >>> >>> UK NATIONAL e-LOTTERY, >>> >>> ONLINE NOTIFICATION UNIT, >>> >>> HOME OFFICE: >>> >>> 105 FULHAM PALACE RD., >>> >>> W6 8JB, UNITED KINGDOM. >>> >>> >>> >>> REFERENCE NUMBER: NL/096627/33 >>> >>> BATCH NUMBER: 21/506/NLT33 >>> >>> TICKET NUMBER: 04/050612/2029 >>> >>> CASH PRIZE: 715,000 GBP >>> >>> >>> >>> Congratulations, >>> >>> >>> >>> This email serves as a notification that you emerged a winner on our >>> >>> online draws of 2nd November, 2007 in London, United Kingdom. To file >>> >>> for claims, do contact your assigned fiduciary agent with the contact >>> >>> details below providing your Name(s) and Reference >>> Number(NL/096627/33): >>> >>> >>> >>> Name: James Brown >>> >>> E-mail:jamesbrown_902@yahoo.dk >>> >>> Tel.: +44 702 406 8940 >>> >>> Once again, congratulations. >>> >>> >>> >>> Yours truly, >>> >>> Sir Earl S. Smith >>> >>> Group Co-ordinator. >> ... Does that mean I have to share the winnings with everyone on the >> list?! >> > What?? Don't steal my offer, I replied to him first! > _______________________________________________ > 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" > > > LOL -- Sincerly, Rolf Nielsen From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 19:50:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92E7516A418 for ; Wed, 7 Nov 2007 19:50:42 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3523013C494 for ; Wed, 7 Nov 2007 19:50:42 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from epia-2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id E482EE03D8; Wed, 7 Nov 2007 20:50:05 +0100 (CET) Date: Wed, 7 Nov 2007 20:50:03 +0100 From: cpghost To: Jerry McAllister Message-ID: <20071107205003.7928b9e4@epia-2.farid-hajji.net> In-Reply-To: <20071107185403.GA72726@gizmo.acns.msu.edu> References: <20071107185403.GA72726@gizmo.acns.msu.edu> Organization: Cordula's Web X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 07 Nov 2007 20:19:33 +0000 Cc: Chad Perrin , Ashley Moran , jamesh@lanl.gov, Ted Mittelstaedt , freebsd-questions@freebsd.org Subject: Re: New FreeBSD art? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 19:50:42 -0000 On Wed, 7 Nov 2007 13:54:03 -0500 Jerry McAllister wrote: > (It is hard to admit, but) I generally agreed with Ted in this whole > thing - at least on how the new logo thing missed its mark rather > widely. But, it is really a small thing. The OS still works and > mostly better than anything else out there. So, I still put BSDie > stickers on things and don't worry about it. It's just coincidence, but the many rack-mounted servers I've put a Beastie sticker on tend to run much smoother and reliably than those two servers with the "horned ball" sticker. But perhaps it's not so much the sticker, than them running RELENG_7 now while the others still run RELENG_6... but who knows for sure? ;) -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 20:46:37 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1E7B16A41B for ; Wed, 7 Nov 2007 20:46:37 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id 9CB7A13C48A for ; Wed, 7 Nov 2007 20:46:37 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <47322023.6060707@intersonic.se> Date: Wed, 07 Nov 2007 21:29:23 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.6 (X11/20071103) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: syslog time resolution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 20:46:37 -0000 Hi, I would like to increase the number of decimals reported in logfiles by syslogd(8), anyone knows if it is possible and perhaps a hint on how to do it? tcpdump for instance, has six decimals: 21:25:20.160833 whereas the standard syslog has zero decimal secs. I am only referring to events within a single system so it's not related to clock accuracy. Thanks and sorry if I missed the obvious! --per From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 20:50:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37D0E16A46D for ; Wed, 7 Nov 2007 20:50:39 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailwasher.lanl.gov (mailwasher.lanl.gov [204.121.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 0592713C4AC for ; Wed, 7 Nov 2007 20:50:38 +0000 (UTC) (envelope-from jamesh@lanl.gov) Received: from mailrelay2.lanl.gov (mailrelay2.lanl.gov [128.165.4.103]) by mailwasher.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA7KnrjW012613; Wed, 7 Nov 2007 13:49:53 -0700 Received: from oppie-mail.lanl.gov (oppie-mail.lanl.gov [128.165.4.123]) by mailrelay2.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id lA7KnpYa018082; Wed, 7 Nov 2007 13:49:51 -0700 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id A51F31F8004; Wed, 7 Nov 2007 13:49:37 -0700 (MST) From: James To: cpghost In-Reply-To: <20071107205003.7928b9e4@epia-2.farid-hajji.net> References: <20071107185403.GA72726@gizmo.acns.msu.edu> <20071107205003.7928b9e4@epia-2.farid-hajji.net> Organization: Los Alamos National Laboratories Date: Wed, 07 Nov 2007 13:49:37 -0700 Message-Id: <1194468577.7469.2.camel@secretariat.lanl.gov> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-CTN-5-MailScanner-Information: Please see http://network.lanl.gov/email/virus-scan.php X-CTN-5-MailScanner: Found to be clean X-CTN-5-MailScanner-From: jamesh@lanl.gov X-Spam-Status: No X-Mailman-Approved-At: Wed, 07 Nov 2007 20:54:54 +0000 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jerry McAllister , Ashley Moran , Chad Perrin , Ted Mittelstaedt , freebsd-questions@freebsd.org Subject: Re: New FreeBSD art? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jamesh@lanl.gov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 20:50:39 -0000 On Wed, 2007-11-07 at 20:50 +0100, cpghost wrote: > On Wed, 7 Nov 2007 13:54:03 -0500 > Jerry McAllister wrote: > > > (It is hard to admit, but) I generally agreed with Ted in this whole > > thing - at least on how the new logo thing missed its mark rather > > widely. But, it is really a small thing. The OS still works and > > mostly better than anything else out there. So, I still put BSDie > > stickers on things and don't worry about it. > > It's just coincidence, but the many rack-mounted servers I've put a > Beastie sticker on tend to run much smoother and reliably than those > two servers with the "horned ball" sticker. But perhaps it's not so > much the sticker, than them running RELENG_7 now while the others > still run RELENG_6... but who knows for sure? ;) > > -cpghost. I know for sure. We shall rue the day beastie was ever demoted to mere mascot. RUE I TELL YOU From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 21:04:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCF9C16A419 for ; Wed, 7 Nov 2007 21:04:50 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 99DB813C48A for ; Wed, 7 Nov 2007 21:04:50 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id lA7L18EU073290; Wed, 7 Nov 2007 16:01:08 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id lA7L177G073289; Wed, 7 Nov 2007 16:01:07 -0500 (EST) (envelope-from jerrymc) Date: Wed, 7 Nov 2007 16:01:07 -0500 From: Jerry McAllister To: Ashley Moran Message-ID: <20071107210107.GA73254@gizmo.acns.msu.edu> References: <20071107185403.GA72726@gizmo.acns.msu.edu> <70B030D7-5F44-451F-83E2-688C263A6895@ashleymoran.me.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <70B030D7-5F44-451F-83E2-688C263A6895@ashleymoran.me.uk> User-Agent: Mutt/1.4.2.2i Cc: Jerry McAllister , jamesh@lanl.gov, Chad Perrin , freebsd-questions@freebsd.org Subject: Re: New FreeBSD art? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 21:04:50 -0000 On Wed, Nov 07, 2007 at 07:14:10PM +0000, Ashley Moran wrote: > > On Nov 07, 2007, at 6:54 pm, Jerry McAllister wrote: > > >So, I still put BSDie > >stickers on things and don't worry about it. > > Is that what it's called? I've always called it Beastie. I can't > even tell you why. > Prounced the same, whichever way you spell it. ////jerry > > >Yup. Me too. > > Ok I'm glad we settled this one :) > > > 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" From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 21:12:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 651D616A418 for ; Wed, 7 Nov 2007 21:12:27 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id E8FFA13C48A for ; Wed, 7 Nov 2007 21:12:26 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 32165 invoked by uid 1002); 7 Nov 2007 21:12:20 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 6.515435 secs); 07 Nov 2007 21:12:20 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 7 Nov 2007 21:12:13 -0000 Message-ID: <473229C6.9070304@ibctech.ca> Date: Wed, 07 Nov 2007 16:10:30 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20071107185403.GA72726@gizmo.acns.msu.edu> <20071107205003.7928b9e4@epia-2.farid-hajji.net> In-Reply-To: <20071107205003.7928b9e4@epia-2.farid-hajji.net> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: New FreeBSD art? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2007 21:12:27 -0000 > It's just coincidence, but the many rack-mounted servers I've put a > Beastie sticker on tend to run much smoother and reliably LOL, I thought there was a trick to it! I'll take about three dozen ;) Steve From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 21:27:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESM