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 ESMTP id EF7EA16A418 for ; Wed, 7 Nov 2007 21:27:51 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id A65D113C480 for ; Wed, 7 Nov 2007 21:27:51 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1614667nzf for ; Wed, 07 Nov 2007 13:27:51 -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=pUVZqVj05y1Vph0aVf65F6/5pBZ5IXwSlUs54rvp6Vg=; b=JZEW2osSsxrIpC2yB8bu763LiqqDpPs86giekoYWXqU5tDcqq91V/iZt54Y0Yh3xTJgEN4dBD8u4ihamlQ6zzewNGyyPmz2busdvh3mFHSZhITY6sB1HA2VtJAyTuFNkHKrv1z/DgXDNFGLKFOfK5K5XLIJL9VSkKHArAdAmN0M= 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=YZcp9kukTTT3vmhXJJWXqd/sRNZjAknePzYWtPJZE7pkCMgF9tPJNppya+I3npHtZMOu5ID9MJrAcZuFdYsNbk/IV8hXsewWx4u9rdApH2CGKa9UGq7YI2tZ7PDswdj0xeWt7s4k0gojz3xFpzM3Xfsw44tIaiTmmD7qTBkTL7Q= Received: by 10.142.245.10 with SMTP id s10mr2368108wfh.1194469281819; Wed, 07 Nov 2007 13:01:21 -0800 (PST) Received: by 10.142.179.16 with HTTP; Wed, 7 Nov 2007 13:01:21 -0800 (PST) Message-ID: <235b80000711071301h3a8f8d1dw1850c0642386d51b@mail.gmail.com> Date: Wed, 7 Nov 2007 23:01:21 +0200 From: "tethys ocean" To: freebsd-questions@freebsd.org, freebsd-bug@freebsd.org, freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: make buildworld ....gcc bug X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 21:27:52 -0000 When I am rebuilding world FreeBSD 6.2 I have take error that is shown below. What can I do!? [root@tethys /usr/src]# make buildworld root@tethys# gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.6 [FreeBSD] 20060305 root@tethys# /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/ldemul.h:155: warning: "struct option" declared inside parameter list cc -O2 -fno-strict-aliasing -pipe -I. -I/usr/src/gnu/usr.bin/binutils/ld -I/usr/src /gnu/usr.bin/binutils/ld/../libbfd -I/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binut ils/ld/../libbfd -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/in clude -DTARGET=\"i386-obrien-freebsd\" -DDEFAULT_EMULATION=\"elf_i386_fbsd\" -DSCRI PTDIR=\"/usr/obj/usr/src/tmp/usr/libdata\" -DBFD_VERSION_STRING=\""2.15 [FreeBSD] 2 004-05-23"\" -DBINDIR=\"/usr/bin\" -DTARGET_SYSTEM_ROOT=\"/usr/obj/usr/src/tmp\" -D TOOLBINDIR=\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE -I/usr/src/gnu/u sr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ ld/../../../../contrib/binutils/bfd -I/usr/obj/usr/src/tmp/legacy/usr/include -c ldlex.c /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/ldlex.l: In function `yylex': /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/ldlex.l:579: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils/ld. *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. [root@tethys /usr/src]# From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 21:35: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 34CCA16A421 for ; Wed, 7 Nov 2007 21:35:05 +0000 (UTC) (envelope-from "") Received: from ozhweb09.ozhosting.com (ozhweb09.ozhosting.com [203.12.234.100]) by mx1.freebsd.org (Postfix) with ESMTP id C2B5713C494 for ; Wed, 7 Nov 2007 21:35:04 +0000 (UTC) (envelope-from "") Received: from ozhweb09 ([127.0.0.1]) by ozhweb09.ozhosting.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 8 Nov 2007 08:16:59 +1100 Date: Thu, 08 Nov 2007 08:16:59 +1000 To: questions@freebsd.org From: Wellsfargo Online Content-Transfer-Encoding: 8bit Message-ID: X-OriginalArrivalTime: 07 Nov 2007 21:16:59.0713 (UTC) FILETIME=[88A6E310:01C82183] MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Concerning Your Wellsfargo Account X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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:35:05 -0000 Dear Wells Fargo Customer, During our regular update and verification of the Wells Fargo ATM Service®, we could not verify your current information. Either your information has been changed or incomplete, as a result your access to use our services has been limited. Please update your information. To update your account information and start using our services please click on the link below: [1]https://online.wellsfargo.com/signon?LOB=CONS Note: Requests for information will be initiated by Wells Fargo Business Development; this process cannot be externally requested through Customer Support. Sincerely, Wells Fargo.com ATM Service Department. [stagecoach.jpg] [stagecoach.jpg] [stagecoach.jpg] Accounts Management As outlined in our User Agreement, WellsFargo ® will periodically send you information about site changes and enhancements. Visit our Privacy Policy and User Agreement if you have any questions. [2]http://www.wellsfargo.com/help/index.jhtml References 1. http://zedoenalles.nl/linkex/security/concerningyourwellsfargoaccountsecuriupdatealertsessionloadidscript/ 2. http://www.wellsfargo.com/help/index.jhtml From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 21:43: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 490AA16A476; Wed, 7 Nov 2007 21:43:20 +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 0189913C4AC; Wed, 7 Nov 2007 21:43:19 +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 lA7Lh2Mb022489; Wed, 7 Nov 2007 14:43:02 -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 lA7Lh1Yr018331; Wed, 7 Nov 2007 14:43:01 -0700 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id A2FC91F8005; Wed, 7 Nov 2007 14:42:58 -0700 (MST) From: James To: tethys ocean In-Reply-To: <235b80000711071301h3a8f8d1dw1850c0642386d51b@mail.gmail.com> References: <235b80000711071301h3a8f8d1dw1850c0642386d51b@mail.gmail.com> Organization: Los Alamos National Laboratories Date: Wed, 07 Nov 2007 14:42:58 -0700 Message-Id: <1194471778.82634.1.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-current@freebsd.org, freebsd-questions@freebsd.org, freebsd-bug@freebsd.org Subject: Re: make buildworld ....gcc bug 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 21:43:20 -0000 On Wed, 2007-11-07 at 23:01 +0200, tethys ocean wrote: > When I am rebuilding world FreeBSD 6.2 I have take error that is > shown below. What can I do!? > > [root@tethys /usr/src]# make buildworld > > > root@tethys# gcc -v > Using built-in specs. > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 3.4.6 [FreeBSD] 20060305 The current version of gcc for FreeBSD is 4.2. Sync your ports tree, follow the advice in UPDATING and update, and try again. If you're using pkg_add, sub in the appropriate commands. James > root@tethys# > > > /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/ldemul.h:155: > warning: "struct option" declared inside parameter list > cc -O2 -fno-strict-aliasing -pipe -I. > -I/usr/src/gnu/usr.bin/binutils/ld -I/usr/src > /gnu/usr.bin/binutils/ld/../libbfd > -I/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/binut > ils/ld/../libbfd > -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/in > clude -DTARGET=\"i386-obrien-freebsd\" > -DDEFAULT_EMULATION=\"elf_i386_fbsd\" -DSCRI > PTDIR=\"/usr/obj/usr/src/tmp/usr/libdata\" > -DBFD_VERSION_STRING=\""2.15 [FreeBSD] 2 > 004-05-23"\" -DBINDIR=\"/usr/bin\" > -DTARGET_SYSTEM_ROOT=\"/usr/obj/usr/src/tmp\" -D > TOOLBINDIR=\"/usr/obj/usr/src/tmp//usr/bin/libexec\" -D_GNU_SOURCE > -I/usr/src/gnu/u > sr.bin/binutils/ld/../../../../contrib/binutils/ld > -I/usr/src/gnu/usr.bin/binutils/ > ld/../../../../contrib/binutils/bfd > -I/usr/obj/usr/src/tmp/legacy/usr/include -c ldlex.c > /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/ldlex.l: > In function `yylex': > /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/ldlex.l:579: > internal compiler error: Segmentation fault: 11 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/binutils/ld. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/binutils. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > [root@tethys /usr/src]# > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 22:20: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 5F98A16A418 for ; Wed, 7 Nov 2007 22:20:55 +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 9F41A13C4A3 for ; Wed, 7 Nov 2007 22:20:54 +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 lA7MKlMV008552; Wed, 7 Nov 2007 23:20:48 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 0B160B82D; Wed, 7 Nov 2007 23:20:47 +0100 (CET) Date: Wed, 7 Nov 2007 23:20:47 +0100 From: Roland Smith To: tethys ocean Message-ID: <20071107222047.GA35319@slackbox.xs4all.nl> Mail-Followup-To: tethys ocean , freebsd-questions@freebsd.org, freebsd-bug@freebsd.org, freebsd-current@freebsd.org References: <235b80000711071301h3a8f8d1dw1850c0642386d51b@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <235b80000711071301h3a8f8d1dw1850c0642386d51b@mail.gmail.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: freebsd-current@freebsd.org, freebsd-questions@freebsd.org, freebsd-bug@freebsd.org Subject: Re: make buildworld ....gcc bug X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 22:20:55 -0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 07, 2007 at 11:01:21PM +0200, tethys ocean wrote: > When I am rebuilding world FreeBSD 6.2 I have take error that is > shown below. What can I do!? >=20 > [root@tethys /usr/src]# make buildworld > In function `yylex': > /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/ldlex.l:= 579: > internal compiler error: Segmentation fault: 11 Check your hardware, especially your memory. See http://www.bitwizard.nl/si= g11/ 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) --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHMjo+EnfvsMMhpyURAjGFAJ9EGqpigAxR1DnQTZ5agfAuw9+vbwCeNyLY rqhzgeIx47YxC/kn9Y3qSas= =xtrp -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 22:26: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 E0BF616A418 for ; Wed, 7 Nov 2007 22:26:59 +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 mx1.freebsd.org (Postfix) with ESMTP id B63D413C4BF for ; Wed, 7 Nov 2007 22:26:59 +0000 (UTC) (envelope-from fbsd06+QA=127049e0@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 C7F92D05A1; Wed, 7 Nov 2007 17:26:51 -0500 (EST) Date: Wed, 7 Nov 2007 22:26:48 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071107222648.16488306@gumby.homeunix.com.> In-Reply-To: <1194471778.82634.1.camel@secretariat.lanl.gov> References: <235b80000711071301h3a8f8d1dw1850c0642386d51b@mail.gmail.com> <1194471778.82634.1.camel@secretariat.lanl.gov> 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: jamesh@lanl.gov Subject: Re: make buildworld ....gcc bug X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 22:27:00 -0000 On Wed, 07 Nov 2007 14:42:58 -0700 James wrote: > On Wed, 2007-11-07 at 23:01 +0200, tethys ocean wrote: > > > When I am rebuilding world FreeBSD 6.2 I have take error that is > > shown below. What can I do!? > > > > [root@tethys /usr/src]# make buildworld > > > > > > root@tethys# gcc -v > > Using built-in specs. > > Configured with: FreeBSD/i386 system compiler > > Thread model: posix > > gcc version 3.4.6 [FreeBSD] 20060305 > > The current version of gcc for FreeBSD is 4.2. Sync your ports tree, > follow the advice in UPDATING and update, and try again. That has no relevance to a buildworld. gcc 3.4.6 is the correct version for FreeBSD 6.2. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 23:32: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 DFDBD16A419 for ; Wed, 7 Nov 2007 23:32:30 +0000 (UTC) (envelope-from aloudialy@yahoo.com) Received: from n9.bullet.ukl.yahoo.com (n9.bullet.ukl.yahoo.com [217.146.182.189]) by mx1.freebsd.org (Postfix) with SMTP id 55BCA13C48E for ; Wed, 7 Nov 2007 23:32:30 +0000 (UTC) (envelope-from aloudialy@yahoo.com) Received: from [217.12.4.215] by n9.bullet.ukl.yahoo.com with NNFMP; 07 Nov 2007 23:19:38 -0000 Received: from [216.252.122.218] by t2.bullet.ukl.yahoo.com with NNFMP; 07 Nov 2007 23:19:38 -0000 Received: from [69.147.84.109] by t3.bullet.sp1.yahoo.com with NNFMP; 07 Nov 2007 23:19:38 -0000 Received: from [127.0.0.1] by omp207.mail.sp1.yahoo.com with NNFMP; 07 Nov 2007 23:19:38 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 659481.87581.bm@omp207.mail.sp1.yahoo.com Received: (qmail 14706 invoked by uid 60001); 7 Nov 2007 23:19:38 -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=K0Q4pfsfd98RFbjvZxkYmfrv45MCCLXG8LcaAVaIgN/D0ao8R1wahaJ08+K6OrPnFRCo05VPEGAhYnz0E+lnrOkf9Ncx4l6zIQFakVq2sT5yxCzzJGIHkgsy/ZxzYL9vdgpD9+jnh7smPONeX8KTb1K0BNQ3uhBUn7Aeq6/lMRs=; X-YMail-OSG: wnYwnlEVM1l0GzxGKC5z5JzOpvOkFtIlvY6CckuV3.JpGLtMWtgZY9FGBTgRXzlxkF6Blq0ix68XCtJQRFSLFcVvLw-- Received: from [24.69.82.201] by web45516.mail.sp1.yahoo.com via HTTP; Wed, 07 Nov 2007 15:19:38 PST Date: Wed, 7 Nov 2007 15:19:38 -0800 (PST) From: Alou Dialy To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <361768.14274.qm@web45516.mail.sp1.yahoo.com> Subject: How can I use the Windows loader to boot 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 23:32:31 -0000 I read this FAQ but I am still confused. How does it work if you have windows on ad0 and freebsd on ad1. > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NT-BOOTLOADER __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 00:15: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 EC27B16A421 for ; Thu, 8 Nov 2007 00:15:11 +0000 (UTC) (envelope-from js.lists@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id A0A6213C480 for ; Thu, 8 Nov 2007 00:15:10 +0000 (UTC) (envelope-from js.lists@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2266985wxd for ; Wed, 07 Nov 2007 16:15:00 -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=5MIcej29j702bo67Dulbx3yLOqNkEr6vVUtwqSjmg2Q=; b=AzHVfgNR/RteTJTtg9fJEWQ363Cnhhd94SvODxJ4XLohuA6c7vOUupmjsP/3NxF5beo5SgnRc3Odf1wnkDRtKn/A7GMIiNQqgxtomuE9DkNYkowiJF6xJe16ynRxw2f5GSnM19v9MIGqV2divlVMwWDmN2P3QTu2a34D47W3GLQ= 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=EgPqOgRUwf4SdUQBKUeRR6rzA6PRPkC9WQRzZoxSGUBCMcnvyvTXGNsatJmKdwmOU79bIp2zt19T1otZjcAHnJUDKj/mkwULpD0CRakwQParCFzNoK2DMChqBtKOyTdoeKBMD87tLNimfu/QFB5ES4qhbl2ELa31UF4EdIugAaM= Received: by 10.90.69.8 with SMTP id r8mr5705445aga.1194479252695; Wed, 07 Nov 2007 15:47:32 -0800 (PST) Received: by 10.90.27.20 with HTTP; Wed, 7 Nov 2007 15:47:32 -0800 (PST) Message-ID: Date: Wed, 7 Nov 2007 15:47:32 -0800 From: "Joe S" 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: Portsnap and freebsd-update don't work behind transparent proxy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 00:15:12 -0000 I have a 2 fresh installs of FreeBSD 6.2 on i386 box and on a vmware host. Both hosts are behind a transparent proxy. Both tools, which use phttp, fail. # freebsd-update fetch Looking up update.FreeBSD.org mirrors... 1 mirrors found. Fetching metadata signature from update1.FreeBSD.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. Fetching 26 patches. done. Applying patches... done. Fetching 25 files... failed. # portsnap fetch Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found. Fetching snapshot tag from portsnap3.FreeBSD.org... done. Fetching snapshot metadata... done. Updating from Tue Nov 6 16:55:02 PST 2007 to Wed Nov 7 13:35:57 PST 2007. Fetching 0 metadata patches. done. Applying metadata patches... done. Fetching 0 metadata files... done. Fetching 22 patches. done. Applying patches... done. Fetching 21 new ports or files... /usr/sbin/portsnap: cannot open 1f807d6e1674085144565408e4376cdb85611b9199c09ede8a1a9dc566b91957.gz: No such file or directory snapshot is corrupt. I've tried multiple times all day. Same results each time. How do I get around this? From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 00:35: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 B009D16A417 for ; Thu, 8 Nov 2007 00:35:21 +0000 (UTC) (envelope-from markmc@dataabstractsolutions.com) Received: from smtp1.pacifier.net (smtp1.pacifier.net [64.255.237.171]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE3E13C481 for ; Thu, 8 Nov 2007 00:35:21 +0000 (UTC) (envelope-from markmc@dataabstractsolutions.com) Received: from [192.168.1.249] (unknown [198.145.202.34]) by smtp1.pacifier.net (Postfix) with ESMTP id 8BE816F0D8 for ; Wed, 7 Nov 2007 16:35:01 -0800 (PST) From: "Mark McConnell" To: freebsd-questions@freebsd.org Date: Wed, 07 Nov 2007 16:34:58 -0800 MIME-Version: 1.0 Message-ID: <4731E932.30016.3F53E6F2@markmc.dataabstractsolutions.com> Priority: normal In-reply-to: References: <4729F11D.29658.1FFC2B43@markmcconnell.iinet.com>, X-mailer: Pegasus Mail for Windows (4.41) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: Re: "term: Undefined variable" emitted after startup 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: Thu, 08 Nov 2007 00:35:21 -0000 On 1 Nov 2007 at 22:00, Andy Harrison wrote: {Re: "term: Undefined variable" emit...}: > On 11/1/07, Mark McConnell wrote: > > On bootup, I see the message repeated several > > times, "term: Undefined variable". > > Were any of the shell rc files change recently? Like root's .profile > or .bashrc, or the ones in /etc/? > > - -- > Andy Harrison Thank you Andy - I didn't realize that root's .cshrc file would be used on bootup. I've changed the file to test for definedness before checking the value of $term. Mark -- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 00:36: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 47A2616A418 for ; Thu, 8 Nov 2007 00:36:49 +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 DA22413C4BA for ; Thu, 8 Nov 2007 00:36:48 +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 DC31898051 for ; Thu, 8 Nov 2007 00:36:34 +0000 (GMT) Message-ID: <47325A12.5060803@onetel.com> Date: Thu, 08 Nov 2007 00:36:34 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.6 (X11/20071106) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <472CB105.9020302@onetel.com> In-Reply-To: <472CB105.9020302@onetel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: compile ports and base using both cores X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 00:36:49 -0000 Chris Whitehouse wrote: > Hi, > > Installing ports or upgrading the base system only uses around 50% cpu > utilization (measured with the top utility) on my dual core machine. Is > there some way I can get higher cpu usage? > > /usr/src/UPDATING says don't use make -j. I tried installing > openoffice.org-2 with make -j 2 but it failed at some stage saying it > couldn't find a directory. It works not using -j. > > I'm using 7.0-BETA1.5 i386 on an AMD 64 system. > > Thanks > > Chris > Hi again, I was wondering if anyone could give me some ideas about this. Btw I confess the subject line is not quite right, I think both cores are being used but cpu is only around 50% - or it is being measured so that it looks like 50% but is really more. If I make buildworld and compile a port at the same time then cpu usage really does go up to 100% While building world, repeatedly doing top -d 1 | grep -e make -e cc; echo # to make a blank line between outputs: 18067 root 1 8 0 4960K 3792K wait 1 0:00 5.64% make 18100 root 1 97 0 14628K 12780K CPU1 0 0:00 0.00% cc1 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18067 root 1 8 0 4960K 3792K wait 1 0:00 5.64% make 18100 root 1 100 0 21820K 20172K CPU1 0 0:00 0.00% cc1 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18067 root 1 8 0 4960K 3792K wait 1 0:00 5.13% make 18100 root 1 100 0 24916K 23220K CPU1 0 0:01 0.00% cc1 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18100 root 1 103 0 26972K 24880K CPU1 0 0:01 82.00% cc1 18067 root 1 8 0 4960K 3792K wait 1 0:00 3.50% make 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18100 root 1 107 0 29036K 26944K CPU1 0 0:02 82.00% cc1 18067 root 1 8 0 4960K 3792K wait 1 0:00 3.50% make 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18100 root 1 105 0 32156K 29996K CPU1 0 0:02 177.00% cc1 18067 root 1 8 0 4960K 3792K wait 1 0:00 2.42% make 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18067 root 1 8 0 4960K 3816K wait 0 0:00 2.42% make 18116 root 1 98 0 20796K 19084K CPU1 0 0:00 0.00% cc1 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18067 root 1 8 0 4960K 3816K wait 0 0:00 2.42% make 18116 root 1 101 0 22852K 21388K CPU1 0 0:01 0.00% cc1 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18116 root 1 102 0 25924K 24224K CPU0 1 0:01 80.00% cc1 18067 root 1 8 0 4960K 3816K wait 0 0:00 1.76% make 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18116 root 1 105 0 29028K 27096K CPU1 1 0:01 80.00% cc1 18067 root 1 8 0 4960K 3816K wait 0 0:00 1.76% make 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18116 root 1 108 0 31076K 29740K CPU1 0 0:02 80.00% cc1 18067 root 1 8 0 4960K 3816K wait 0 0:00 1.76% make 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18116 root 1 107 0 34172K 33204K CPU0 1 0:02 91.74% cc1 18067 root 1 8 0 4960K 3816K wait 0 0:00 1.32% make 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18116 root 1 110 0 37308K 36064K CPU1 0 0:02 91.74% cc1 18067 root 1 8 0 4960K 3816K wait 0 0:00 1.32% make 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18067 root 1 8 0 4960K 3832K wait 0 0:00 0.99% make 18134 root 1 96 0 14644K 12904K CPU0 1 0:00 0.00% cc1 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18067 root 1 8 0 4960K 3832K wait 0 0:00 0.99% make 18134 root 1 99 0 19772K 18476K CPU1 1 0:00 0.00% cc1 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18067 root 1 8 0 4960K 3852K wait 1 0:00 0.99% make 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 14892 root 1 8 0 1888K 832K wait 0 0:00 0.00% make 18067 root 1 8 0 4960K 3852K wait 1 0:00 0.74% make 18142 root 1 98 0 18740K 16796K CPU1 1 0:00 0.00% cc1 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make 18067 root 1 8 0 4960K 3852K wait 1 0:00 0.74% make 18142 root 1 101 0 20796K 19624K CPU1 1 0:01 0.00% cc1 1318 root 1 8 0 1888K 816K wait 0 0:00 0.00% make thanks Chris From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 01:00: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 3884F16A420 for ; Thu, 8 Nov 2007 01:00:14 +0000 (UTC) (envelope-from jdrukman@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id 99EF213C4C6 for ; Thu, 8 Nov 2007 01:00:12 +0000 (UTC) (envelope-from jdrukman@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so2844552fka for ; Wed, 07 Nov 2007 17:00:05 -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=eLhQHlUQnyAOf/wpt0EuxscJl3SQ3Z6G/7LtGfIG7NY=; b=m6ypbf2R8u5SfvCHWaeIgF4nfp69Kp0prugyKQRuDVtMkw7VR8uBElGj/hRvd9SefAYRbN4GMda8WfCD6YALrZVbkVQP0dHf8FVsB542haIII5vN5u3HB443VMSJwNvq1ltQMBvyOrbVevzGbZULs/snvNa3vz3yXSRiTMWeawU= 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=Y/TSl3ojWzCPc7kBOakRvg8W+gZFxI4K6H2sAOhgOrgtGDq2fkvcglC1EH6UPdHMCkqc/BPAxj94ibnJWT6HnQOOIS3jcZVfS8jhCXY1/AbSG2WHhpTYIdkx6ifoa4L74yNl/y5ksPM0x8kxEDe0/L03kC6IRPYe1LMpYo568uU= Received: by 10.82.156.12 with SMTP id d12mr16470796bue.1194483604825; Wed, 07 Nov 2007 17:00:04 -0800 (PST) Received: by 10.82.166.7 with HTTP; Wed, 7 Nov 2007 17:00:04 -0800 (PST) Message-ID: Date: Wed, 7 Nov 2007 17:00:04 -0800 From: "Jon Drukman" To: "Chad Gross" In-Reply-To: <17489c7a0711071652q418c2d2cjd69b5ff4e777952@mail.gmail.com> MIME-Version: 1.0 References: <200711030122.17441.lists@jnielsen.net> <20071103102115.B8947@wonkity.com> <17489c7a0711071644t306c876aof17f805192291c1b@mail.gmail.com> <17489c7a0711071652q418c2d2cjd69b5ff4e777952@mail.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: Mounting/examining dd 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: Thu, 08 Nov 2007 01:00:14 -0000 On Nov 7, 2007 4:52 PM, Chad Gross wrote: > > # mount /dev/vn0s1a /mnt > > > mount: /dev/vn0s1a on /mnt: incorrect super block > > > > > > > You have to mount the device with 'mount -t cd9660' because it is an ISO > > which is a cd9660 format. > > > > > > Never mind I saw imagine and thought ISO. I apologize, this should > hopefully help: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-virtual.html > > thanks, but no, it doesn't help. i made this image by doing dd if=/dev/ad0 of=some.file, but i haven't yet found the magic incantation for being able to mount the filesystems. if i ever get some free time i am going to have to open the box up, attach a real hard disk and try dd'ing the image back onto the disk at least long enough to get the important files out of it. -jsd- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 01: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 4087916A418 for ; Thu, 8 Nov 2007 01:11:40 +0000 (UTC) (envelope-from avatar4d@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id DE61613C4CE for ; Thu, 8 Nov 2007 01:11:39 +0000 (UTC) (envelope-from avatar4d@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2280045wxd for ; Wed, 07 Nov 2007 17:11:33 -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=/FBi+dy6Zc0wCdgsc3C89VV/gY8gddCiZ/xup+LlZ9Q=; b=FCuBRuf7/inW1NIIezuUVnaQWCWgjnZYcPT2nMaFvB2VUW9L53g40wXRN8cgu5vb7fEVqfCZRtCQEtfbcftZNlTUfgyjujWNAnFdW2EWtKKZ0+H2T2t6Isa2aGxEvJ8Qvbbgc8bEXDmnbqWxfmgC1uBHDk6VcnuzXjRbzTGhuBg= 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=U7gSZ5xSGRw9R1ucrWSbXnNXv0560W0L+eWE6YPZrDbZKmOqR9wE3449/w8/15ysR1DCWY+C6kySnbm9fjjF4OOpomjKmOBKgged5FiP2MEYvOPh3I4e/+cEmwCAiPLJmNpS+YxnnP9CQKgEqOyoU0elaXmOu4n8fB+FfEIqz9Y= Received: by 10.90.94.2 with SMTP id r2mr5751236agb.1194482659298; Wed, 07 Nov 2007 16:44:19 -0800 (PST) Received: by 10.90.97.15 with HTTP; Wed, 7 Nov 2007 16:44:19 -0800 (PST) Message-ID: <17489c7a0711071644t306c876aof17f805192291c1b@mail.gmail.com> Date: Wed, 7 Nov 2007 19:44:19 -0500 From: "Chad Gross" To: "Jon Drukman" In-Reply-To: MIME-Version: 1.0 References: <200711030122.17441.lists@jnielsen.net> <20071103102115.B8947@wonkity.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: Mounting/examining dd 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: Thu, 08 Nov 2007 01:11:40 -0000 On Nov 3, 2007 3:38 PM, Jon Drukman wrote: > On Nov 3, 2007 9:23 AM, Warren Block wrote: > > vnconfig is the predecessor of mdconfig. It should be present in 4.9. > > thanks, it is. however, i am unable to mount the vnconfig'd device. > any ideas? i made the backup originally just by doing dd if=/dev/ad0 > of=some.file > > then i ran vnconfig vn0 some.file > > if i dd /dev/ad0 i see all the boot sector stuff, etc. however i > can't use disklabel or mount. > > # disklabel -r vn0 > disklabel: bad pack magic number (label is damaged, or pack is unlabeled) > # disklabel -r vn0a > disklabel: bad pack magic number (label is damaged, or pack is unlabeled) > # disklabel -r vn0b > disklabel: bad pack magic number (label is damaged, or pack is unlabeled) > > # mount /dev/vn0s1a /mnt > mount: /dev/vn0s1a on /mnt: incorrect super block > You have to mount the device with 'mount -t cd9660' because it is an ISO which is a cd9660 format. > > > it seems like the data is there but i don't know how to access it. > > 00000000 fc 31 c0 8e c0 8e d8 8e d0 bc 00 7c be 1a 7c bf > |.1.........|..|.| > 00000010 1a 06 b9 e6 01 f3 a4 e9 00 8a 31 f6 bb be 07 b1 > |..........1.....| > 00000020 04 38 2f 74 08 7f 78 85 f6 75 74 89 de 80 c3 10 > |.8/t..x..ut.....| > 00000030 e2 ef 85 f6 75 02 cd 18 80 fa 80 72 0b 8a 36 75 > |....u......r..6u| > 00000040 04 80 c6 80 38 f2 72 02 8a 14 89 e7 8a 74 01 8b > |....8.r......t..| > 00000050 4c 02 bb 00 7c 80 fe ff 75 32 83 f9 ff 75 2d 51 > |L...|...u2...u-Q| > 00000060 53 bb aa 55 b4 41 cd 13 72 20 81 fb 55 aa 75 1a |S..U.A..r > ..U.u.| > 00000070 f6 c1 01 74 15 5b 66 6a 00 66 ff 74 08 06 53 6a |...t.[ > fj.f.t..Sj| > 00000080 01 6a 10 89 e6 b8 00 42 eb 05 5b 59 b8 01 02 cd > |.j.....B..[Y....| > 00000090 13 89 fc 72 0f 81 bf fe 01 55 aa 75 0c ff e3 be > |...r.....U.u....| > 000000a0 bc 06 eb 11 be d4 06 eb 0c be f3 06 eb 07 bb 07 > |................| > 000000b0 00 b4 0e cd 10 ac 84 c0 75 f4 eb fe 49 6e 76 61 > |........u...Inva| > 000000c0 6c 69 64 20 70 61 72 74 69 74 69 6f 6e 20 74 61 |lid partition > ta| > 000000d0 62 6c 65 00 45 72 72 6f 72 20 6c 6f 61 64 69 6e |ble.Error > loadin| > 000000e0 67 20 6f 70 65 72 61 74 69 6e 67 20 73 79 73 74 |g operating > syst| > 000000f0 65 6d 00 4d 69 73 73 69 6e 67 20 6f 70 65 72 61 |em.Missing > opera| > 00000100 74 69 6e 67 20 73 79 73 74 65 6d 00 00 00 00 00 |ting > system.....| > 00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > |................| > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > -- Chad M. Gross From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 01:29: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 5B52F16A419 for ; Thu, 8 Nov 2007 01:29:46 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 030BD13C4A8 for ; Thu, 8 Nov 2007 01:29:45 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2614pyb for ; Wed, 07 Nov 2007 17:29:38 -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=KXpDHgcfk5VSOrqkTB6SPtXxGVnmg+8uTSWToXk4hyc=; b=HHRrP+GvemFAMoogoqUE9OLtnmEojua09gjGvsT4bN1L3tswEMOAf5Z+jhXec6rSXsoTaovkNONHjNjs1aIzsEkBcLRsgvgrBqdb9B+lTs7+Cukj9yEn8WKpVw2k3wC6tM2aI6dbU56ZxEdZ1HSBzbwoSG9YoiqDzE0uiFN5YtE= 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=td2UNQaFPkOi4Dy6NHDwFeujWtuvfZxpOv2W/CAPT76s79zAvPJi9cH5oOKracwDeIFSsynPxbp2DIKaFGq/dHfznpoK97MZ0DR1PthBPTFKFkdf0xDpf/vT9/obi4a7NdzWn2WPrrDD8C1uBS7OPTOUOHLIUzcvhn8vm7zBeOk= Received: by 10.65.232.19 with SMTP id j19mr3127611qbr.1194485378073; Wed, 07 Nov 2007 17:29:38 -0800 (PST) Received: by 10.64.210.17 with HTTP; Wed, 7 Nov 2007 17:29:38 -0800 (PST) Message-ID: <3b47caa90711071729n597054c5h7e83e08a82a91c34@mail.gmail.com> Date: Wed, 7 Nov 2007 19:29:38 -0600 From: Novembre To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: portsnap question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 01:29:46 -0000 Hi, This is the result of running 'portsnap fetch' tonight: Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found. Fetching snapshot tag from portsnap3.FreeBSD.org... done. Fetching snapshot metadata... done. Updating from Fri Oct 5 16:39:29 CDT 2007 to Wed Nov 7 17:22:07 CST 2007. Fetching 4 metadata patches... done. Applying metadata patches... done. Fetching 4 metadata files... done. Fetching 2125 patches.....10....20....30....40....50....60....70....80....90....100....110....120....130....140....150....160....170....180....190....200....210....220....230....240....250....260....270....280....290....300....310....320....330....340....350....360....370....380....390... done. Applying patches... done. Fetching 1882 new ports or files... done. I'm wondering why it says 'fetching 2125 patches...' and then downloading only 396 of them. It took a lot of time to download these patches as well (I use a very fast internet connection). My guess is that there's something wrong with the server and that portsnap could not finish downloading all the patches. Rerunning it does not help, as it says: Latest snapshot on server matches what we already have. No updates needed. I have not run 'portsnap update' yet since I was afraid it might ruin my ports tree. Is there anyway to force portsnap fetch a new snapshot without telling me 'no updates needed'? Thanks, Novembre From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 01:41: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 E4BDE16A417 for ; Thu, 8 Nov 2007 01:41:01 +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 E71F413C4A7 for ; Thu, 8 Nov 2007 01:41:00 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup179.ach.sch.gr [81.186.70.179]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lA81dxx3014347 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 8 Nov 2007 03:40:11 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA81dumo003385; Thu, 8 Nov 2007 03:39:57 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA81drx1003384; Thu, 8 Nov 2007 03:39:53 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 8 Nov 2007 03:39:53 +0200 From: Giorgos Keramidas To: James Message-ID: <20071108013952.GC3118@kobe.laptop> References: <20071107185403.GA72726@gizmo.acns.msu.edu> <20071107205003.7928b9e4@epia-2.farid-hajji.net> <1194468577.7469.2.camel@secretariat.lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1194468577.7469.2.camel@secretariat.lanl.gov> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.932, 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: 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: Thu, 08 Nov 2007 01:41:02 -0000 On 2007-11-07 13:49, James wrote: > I know for sure. We shall rue the day beastie was ever demoted > to mere mascot. > > RUE I TELL YOU The beastie is here[1] to stay, no worries... [1] 'Here' as in anywhere I can attach a sticker :-) From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 01:49: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 945AF16A418 for ; Thu, 8 Nov 2007 01:49:55 +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 E14DD13C4BE for ; Thu, 8 Nov 2007 01:49:54 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup179.ach.sch.gr [81.186.70.179]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lA81lhZ6014656 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 8 Nov 2007 03:47:53 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA81lfkW003469; Thu, 8 Nov 2007 03:47:41 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA81lcVK003468; Thu, 8 Nov 2007 03:47:38 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 8 Nov 2007 03:47:38 +0200 From: Giorgos Keramidas To: Alou Dialy Message-ID: <20071108014738.GD3118@kobe.laptop> References: <361768.14274.qm@web45516.mail.sp1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <361768.14274.qm@web45516.mail.sp1.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.932, 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: How can I use the Windows loader to boot 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: Thu, 08 Nov 2007 01:49:55 -0000 On 2007-11-07 15:19, Alou Dialy wrote: > I read this FAQ but I am still confused. How does it > work if you have windows on ad0 and freebsd on ad1. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NT-BOOTLOADER AFAICT, the 'explicit' list of steps missing from the FAQ is: 1. Run boot0cfg from FreeBSD: # boot0cfg -B /dev/ad1 2. Copy the MBR of the ad1 disk to a file: # dd if=/dev/ad1 of=bootsect.bsd bs=512 count=1 3. Save this file to a floppy disk, or some other Windows-accessible place. Using a floppy-disk, formatted as FAT, this could be done by typing: # mount -t msdosfs /dev/fd0 /mnt/dos # cp bootsect.bsd /mnt/dos # umount /mnt/dos 4. Boot into Windows and copy the file A:\BOOTSECT.BSD to C:\ 5. Continue as described in the FAQ :) From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 01:50: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 2055C16A41B for ; Thu, 8 Nov 2007 01:50:13 +0000 (UTC) (envelope-from avatar4d@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.242]) by mx1.freebsd.org (Postfix) with ESMTP id B5C2613C4A8 for ; Thu, 8 Nov 2007 01:50:12 +0000 (UTC) (envelope-from avatar4d@gmail.com) Received: by ag-out-0708.google.com with SMTP id 35so1541740aga for ; Wed, 07 Nov 2007 17:50: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:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=PbdmiOTUDAgQE0AlA38NGJyGoXcw6NnilEmD+YyJX48=; b=iGRRLEmnWDi0Q/cDdgNSPnkC1n8D7gLKnNKomlsJk7Q8yUttH4a830gKAc1ZbeywRk1irjmtFWYP1eC9nYHCAJhfbC35o+HKTKunp4xoeCmV4pwVgkuG0azWFXSdQB6ZFLd3u3eory2sYYU4ynA1WD45o/yVho/bV6cegmNUnWQ= 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=heNHR6sYYnPjkj0aHBb76ZTLqh/4iqYVdlfp17Lhxu5R9C7bQslBGZ4H4zi2AbIhm2j+Jx/aQW7ELNl2QxbzVnL0oxGT8MV3elPuAAaaqRRvpAy5qSp2+ItdZwpfAi3AfCcbe6p8Gq+Wdg03fdbyJ+KBN3J2w+mdO1VoTmTiP2c= Received: by 10.90.115.9 with SMTP id n9mr5742637agc.1194483136701; Wed, 07 Nov 2007 16:52:16 -0800 (PST) Received: by 10.90.97.15 with HTTP; Wed, 7 Nov 2007 16:52:16 -0800 (PST) Message-ID: <17489c7a0711071652q418c2d2cjd69b5ff4e777952@mail.gmail.com> Date: Wed, 7 Nov 2007 19:52:16 -0500 From: "Chad Gross" To: "Jon Drukman" In-Reply-To: <17489c7a0711071644t306c876aof17f805192291c1b@mail.gmail.com> MIME-Version: 1.0 References: <200711030122.17441.lists@jnielsen.net> <20071103102115.B8947@wonkity.com> <17489c7a0711071644t306c876aof17f805192291c1b@mail.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: Mounting/examining dd 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: Thu, 08 Nov 2007 01:50:13 -0000 On Nov 7, 2007 7:44 PM, Chad Gross wrote: > > > On Nov 3, 2007 3:38 PM, Jon Drukman wrote: > > > On Nov 3, 2007 9:23 AM, Warren Block wrote: > > > vnconfig is the predecessor of mdconfig. It should be present in 4.9. > > > > thanks, it is. however, i am unable to mount the vnconfig'd device. > > any ideas? i made the backup originally just by doing dd if=/dev/ad0 > > of=some.file > > > > then i ran vnconfig vn0 some.file > > > > if i dd /dev/ad0 i see all the boot sector stuff, etc. however i > > can't use disklabel or mount. > > > > # disklabel -r vn0 > > disklabel: bad pack magic number (label is damaged, or pack is > > unlabeled) > > # disklabel -r vn0a > > disklabel: bad pack magic number (label is damaged, or pack is > > unlabeled) > > # disklabel -r vn0b > > disklabel: bad pack magic number (label is damaged, or pack is > > unlabeled) > > > > # mount /dev/vn0s1a /mnt > > mount: /dev/vn0s1a on /mnt: incorrect super block > > > > You have to mount the device with 'mount -t cd9660' because it is an ISO > which is a cd9660 format. > > Never mind I saw imagine and thought ISO. I apologize, this should hopefully help: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-virtual.html > > > > > it seems like the data is there but i don't know how to access it. > > > > 00000000 fc 31 c0 8e c0 8e d8 8e d0 bc 00 7c be 1a 7c bf > > |.1.........|..|.| > > 00000010 1a 06 b9 e6 01 f3 a4 e9 00 8a 31 f6 bb be 07 b1 > > |..........1.....| > > 00000020 04 38 2f 74 08 7f 78 85 f6 75 74 89 de 80 c3 10 > > |.8/t..x..ut.....| > > 00000030 e2 ef 85 f6 75 02 cd 18 80 fa 80 72 0b 8a 36 75 > > |....u......r..6u| > > 00000040 04 80 c6 80 38 f2 72 02 8a 14 89 e7 8a 74 01 8b > > |....8.r......t..| > > 00000050 4c 02 bb 00 7c 80 fe ff 75 32 83 f9 ff 75 2d 51 > > |L...|...u2...u-Q| > > 00000060 53 bb aa 55 b4 41 cd 13 72 20 81 fb 55 aa 75 1a |S..U.A..r > > ..U.u.| > > 00000070 f6 c1 01 74 15 5b 66 6a 00 66 ff 74 08 06 53 6a |...t.[ > > fj.f.t..Sj| > > 00000080 01 6a 10 89 e6 b8 00 42 eb 05 5b 59 b8 01 02 cd > > |.j.....B..[Y....| > > 00000090 13 89 fc 72 0f 81 bf fe 01 55 aa 75 0c ff e3 be > > |...r.....U.u....| > > 000000a0 bc 06 eb 11 be d4 06 eb 0c be f3 06 eb 07 bb 07 > > |................| > > 000000b0 00 b4 0e cd 10 ac 84 c0 75 f4 eb fe 49 6e 76 61 > > |........u...Inva| > > 000000c0 6c 69 64 20 70 61 72 74 69 74 69 6f 6e 20 74 61 |lid > > partition ta| > > 000000d0 62 6c 65 00 45 72 72 6f 72 20 6c 6f 61 64 69 6e |ble.Error > > loadin| > > 000000e0 67 20 6f 70 65 72 61 74 69 6e 67 20 73 79 73 74 |g operating > > syst| > > 000000f0 65 6d 00 4d 69 73 73 69 6e 67 20 6f 70 65 72 61 |em.Missing > > opera| > > 00000100 74 69 6e 67 20 73 79 73 74 65 6d 00 00 00 00 00 |ting > > system.....| > > 00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > > |................| > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > > freebsd-questions-unsubscribe@freebsd.org" > > > > > > -- > Chad M. Gross -- Chad M. Gross From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 02:07: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 DC66916A419 for ; Thu, 8 Nov 2007 02:07:29 +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 5EE3113C49D for ; Thu, 8 Nov 2007 02:07:29 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 43818 invoked by uid 1002); 8 Nov 2007 02:07:22 -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.384342 secs); 08 Nov 2007 02:07:22 -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; 8 Nov 2007 02:07:15 -0000 Message-ID: <47326EEC.7000704@ibctech.ca> Date: Wed, 07 Nov 2007 21:05:32 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Giorgos Keramidas References: <20071107185403.GA72726@gizmo.acns.msu.edu> <20071107205003.7928b9e4@epia-2.farid-hajji.net> <1194468577.7469.2.camel@secretariat.lanl.gov> <20071108013952.GC3118@kobe.laptop> In-Reply-To: <20071108013952.GC3118@kobe.laptop> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: James , 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: Thu, 08 Nov 2007 02:07:29 -0000 Giorgos Keramidas wrote: > On 2007-11-07 13:49, James wrote: >> I know for sure. We shall rue the day beastie was ever demoted >> to mere mascot. >> >> RUE I TELL YOU > > The beastie is here[1] to stay, no worries... > [1] 'Here' as in anywhere I can attach a sticker :-) ...and now I'll elaborate on my last reply... After I had thought about my comment, I realized that it might of implied that some of my boxen were unreliable because of FreeBSD. Of course that is the farthest from the truth, due to the fact that I have never had a failure due to the FreeBSD OS itself [1], but always problems occur because hardware failures. I still have boxen that run FBSD 4.3 for legacy purposes, and it has *never* failed. FreeBSD 4.3 - FreeBSD 6.2 currently in production. 7.0 in testing. It just works. I was just hoping the BSDie logo's would make my hardware think twice about failing ;) [1] -- unless it was my negligence or -current testing that I was doing on non-production gear. Yay for BSDie! This thread will eventually turn into a flame war, so I may as well put in my piece now! Steve From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 02:37: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 295A416A41B for ; Thu, 8 Nov 2007 02:37:51 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo2so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id EC93E13C48D for ; Thu, 8 Nov 2007 02:37:50 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd2mr3so.prod.shaw.ca (pd2mr3so-qfe3.prod.shaw.ca [10.0.141.108]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JR5003PVZ6KDUF0@l-daemon> for freebsd-questions@freebsd.org; Wed, 07 Nov 2007 18:37:32 -0700 (MST) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd2mr3so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JR500LV9Z6HGX60@pd2mr3so.prod.shaw.ca> for freebsd-questions@freebsd.org; Wed, 07 Nov 2007 18:37:30 -0700 (MST) Received: from hexahedron.daemonology.net ([24.82.201.197]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0JR5001W6Z6GQ240@l-daemon> for freebsd-questions@freebsd.org; Wed, 07 Nov 2007 18:37:29 -0700 (MST) Received: (qmail 30404 invoked from network); Thu, 08 Nov 2007 01:36:50 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Thu, 08 Nov 2007 01:36:50 +0000 Date: Wed, 07 Nov 2007 17:36:49 -0800 From: Colin Percival In-reply-to: <3b47caa90711071729n597054c5h7e83e08a82a91c34@mail.gmail.com> To: Novembre Message-id: <47326831.9000205@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.0 References: <3b47caa90711071729n597054c5h7e83e08a82a91c34@mail.gmail.com> User-Agent: Thunderbird 2.0.0.6 (X11/20071102) Cc: FreeBSD Questions Subject: Re: portsnap question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 02:37:51 -0000 Novembre wrote: > Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found. > Fetching snapshot tag from portsnap3.FreeBSD.org... done. > Fetching snapshot metadata... done. > Updating from Fri Oct 5 16:39:29 CDT 2007 to Wed Nov 7 17:22:07 CST 2007. > Fetching 4 metadata patches... done. > Applying metadata patches... done. > Fetching 4 metadata files... done. > Fetching 2125 patches.....10....20....30....40....50....60....70....80....90....100....110....120....130....140....150....160....170....180....190....200....210....220....230....240....250....260....270....280....290....300....310....320....330....340....350....360....370....380....390... > done. > Applying patches... done. > Fetching 1882 new ports or files... done. > > I'm wondering why it says 'fetching 2125 patches...' and then > downloading only 396 of them. Probably there was either a glitch on the mirror or you're behind a "transparent" HTTP proxy which misbehaved. Portsnap falls back to downloading complete files if it can't fetch or apply patches (which is why the 1882 new ports or files is such a large number), so all this means is that a bit more bandwidth was used than necessary. > I have not run 'portsnap update' yet since I was afraid it might ruin > my ports tree. Is there anyway to force portsnap fetch a new snapshot > without telling me 'no updates needed'? Don't worry, you can run `portsnap update` safely. Not relevant in this case, but for the benefit of the archives: In the rare case where portsnap's locally stored snapshot becomes corrupt (most often as a result of filesystem not being unmounted cleanly), deleting everything inside /var/db/portsnap will result in portsnap downloading a complete new snapshot the next time `portsnap fetch` is run. Colin Percival From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 02:39: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 B46A816A419 for ; Thu, 8 Nov 2007 02:39:38 +0000 (UTC) (envelope-from novembre@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 53E3713C4B3 for ; Thu, 8 Nov 2007 02:39:38 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so41336pyb for ; Wed, 07 Nov 2007 18:39:30 -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=uIMnRQ3h115uMAmMM0Ghc88edfqmhMvWmBasmm2/AGw=; b=mCp5b6RvUet21kxRRMN7S/d9rfBDxV1GjVGRdPSRcsGt3vkzZ9V7JJs0fkvQwK7a85h8MRUi5KrqRY9PJZOBm8TF+XW9p1AyGYvStCarwdveBgTFxNTwvyeYFPHrZ9MoZ6aVOL1XiOHLN+mR6bIx9fVrH4DXa/oQpt/oy0eKpG0= 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=YyFlqj46OyuHcOyjlX1IjPmqpJJCpsBd4dwNZN0qds6WNls/lk2CpP+X6c7WZht+d2+llfOWIoUUFxdt7o7XNTE8PKLZXk0iCP5EpM1hEzoOo6YalTmFMyf44wpZ0gV1ZvwuneBiRLTDhhZCO3YjL0620ILhAAvkeKZ5nVndWEc= Received: by 10.64.210.3 with SMTP id i3mr3273686qbg.1194489570038; Wed, 07 Nov 2007 18:39:30 -0800 (PST) Received: by 10.64.210.17 with HTTP; Wed, 7 Nov 2007 18:39:30 -0800 (PST) Message-ID: <3b47caa90711071839p427c0e9dj83acdaf262af0388@mail.gmail.com> Date: Wed, 7 Nov 2007 20:39:30 -0600 From: Novembre To: "Colin Percival" In-Reply-To: <47326831.9000205@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3b47caa90711071729n597054c5h7e83e08a82a91c34@mail.gmail.com> <47326831.9000205@freebsd.org> Cc: FreeBSD Questions Subject: Re: portsnap question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 02:39:38 -0000 On Nov 7, 2007 7:36 PM, Colin Percival wrote: > Novembre wrote: > > Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found. > > Fetching snapshot tag from portsnap3.FreeBSD.org... done. > > Fetching snapshot metadata... done. > > Updating from Fri Oct 5 16:39:29 CDT 2007 to Wed Nov 7 17:22:07 CST 2007. > > Fetching 4 metadata patches... done. > > Applying metadata patches... done. > > Fetching 4 metadata files... done. > > Fetching 2125 patches.....10....20....30....40....50....60....70....80....90....100....110....120....130....140....150....160....170....180....190....200....210....220....230....240....250....260....270....280....290....300....310....320....330....340....350....360....370....380....390... > > done. > > Applying patches... done. > > Fetching 1882 new ports or files... done. > > > > I'm wondering why it says 'fetching 2125 patches...' and then > > downloading only 396 of them. > > Probably there was either a glitch on the mirror or you're behind a > "transparent" HTTP proxy which misbehaved. Portsnap falls back to > downloading complete files if it can't fetch or apply patches (which > is why the 1882 new ports or files is such a large number), so all > this means is that a bit more bandwidth was used than necessary. > > > I have not run 'portsnap update' yet since I was afraid it might ruin > > my ports tree. Is there anyway to force portsnap fetch a new snapshot > > without telling me 'no updates needed'? > > Don't worry, you can run `portsnap update` safely. > > Not relevant in this case, but for the benefit of the archives: In the > rare case where portsnap's locally stored snapshot becomes corrupt (most > often as a result of filesystem not being unmounted cleanly), deleting > everything inside /var/db/portsnap will result in portsnap downloading a > complete new snapshot the next time `portsnap fetch` is run. > > Colin Percival > > Thanks for the reply. I read the man page for portsnap and realized that it stores the snapshots in /var/db/portsnap and wanted to delete everything there and run 'portsnap fetch' again, but decided to post a question and ask first (hoping that there's a shortcut). It's good to hear that nothing went wrong...I'll run 'portsnap update' then. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 03:47: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 0C8A716A417 for ; Thu, 8 Nov 2007 03:47:21 +0000 (UTC) (envelope-from aloudialy@yahoo.com) Received: from n4a.bullet.mail.tp2.yahoo.com (n4a.bullet.mail.tp2.yahoo.com [203.188.202.98]) by mx1.freebsd.org (Postfix) with SMTP id 7733213C4B3 for ; Thu, 8 Nov 2007 03:47:20 +0000 (UTC) (envelope-from aloudialy@yahoo.com) Received: from [202.43.196.224] by n4.bullet.mail.tp2.yahoo.com with NNFMP; 08 Nov 2007 03:33:18 -0000 Received: from [217.12.4.215] by t1.bullet.tpe.yahoo.com with NNFMP; 08 Nov 2007 03:33:18 -0000 Received: from [216.252.122.216] by t2.bullet.ukl.yahoo.com with NNFMP; 08 Nov 2007 03:33:17 -0000 Received: from [69.147.84.114] by t1.bullet.sp1.yahoo.com with NNFMP; 08 Nov 2007 03:33:17 -0000 Received: from [127.0.0.1] by omp203.mail.sp1.yahoo.com with NNFMP; 08 Nov 2007 03:33:17 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 169937.24765.bm@omp203.mail.sp1.yahoo.com Received: (qmail 28087 invoked by uid 60001); 8 Nov 2007 03:33: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=1Y0pRoxcpJhQd4LrodOTOF7AmHCQyAFVyZS5EgHXr0woAteszdg4tPIcCCfCJH/9++NBQOqVg5XR9pUSTKD3CFRqWjpqPVhtGn5AOjsSVRUbON1wNdN7HWHrvW3z4AuDOUtFlSydZ+vfPNxJirHQTT9k7iffc4L/pqczgydnies=; X-YMail-OSG: YP4aAWMVM1lh5yVdPf62j84Dy9wpb5Q8j.uXcW3L3Km74y_qZtbfz_F55Z7WJoPS6JjrHlXS8jHsK.g_v4p1AVm55Pz.gDjiEvFs Received: from [24.69.82.201] by web45516.mail.sp1.yahoo.com via HTTP; Wed, 07 Nov 2007 19:33:12 PST Date: Wed, 7 Nov 2007 19:33:12 -0800 (PST) From: Alou Dialy To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <9995.27528.qm@web45516.mail.sp1.yahoo.com> Subject: Re: How can I use the Windows loader to boot 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: Thu, 08 Nov 2007 03:47:21 -0000 --- Giorgos Keramidas wrote: > On 2007-11-07 15:19, Alou Dialy > wrote: > > I read this FAQ but I am still confused. How does > it > > work if you have windows on ad0 and freebsd on > ad1. > > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NT-BOOTLOADER > > AFAICT, the 'explicit' list of steps missing from > the FAQ is: > > 1. Run boot0cfg from FreeBSD: > > # boot0cfg -B /dev/ad1 > > 2. Copy the MBR of the ad1 disk to a file: > > # dd if=/dev/ad1 of=bootsect.bsd bs=512 count=1 > > 3. Save this file to a floppy disk, or some other > Windows-accessible > place. Using a floppy-disk, formatted as FAT, > this could be done > by typing: > > # mount -t msdosfs /dev/fd0 /mnt/dos > # cp bootsect.bsd /mnt/dos > # umount /mnt/dos > > 4. Boot into Windows and copy the file > A:\BOOTSECT.BSD to C:\ > OK, but how does this work: > When the FreeBSD boot manager runs it records the last OS booted by setting the active flag on the partition table entry for that OS and then writes the whole 512-bytes of itself back to the MBR so if you just copy /boot/boot0 to C:\BOOTSECT.BSD then it writes an empty partition table, with the active flag set on one entry, to the MBR. How can /boot/boot0 be in the MBR and in the file that gets loaded by ntldr. Doesnt the MBR load ntldr. > 5. Continue as described in the FAQ :) __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 04:19: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 7E42216A417 for ; Thu, 8 Nov 2007 04:19:18 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 5BF1F13C491 for ; Thu, 8 Nov 2007 04:19:18 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from home.p6m7g8.net (68.33.62.187) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.744.0; Wed, 7 Nov 2007 20:19:07 -0800 Message-ID: <47327F9F.2060707@ridecharge.com> Date: Wed, 7 Nov 2007 22:16:47 -0500 From: "Philip M. Gollucci" Organization: Riderway Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20071030) MIME-Version: 1.0 To: Chris Whitehouse References: <472CB105.9020302@onetel.com> <47325A12.5060803@onetel.com> In-Reply-To: <47325A12.5060803@onetel.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: compile ports and base using both cores X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 04:19:18 -0000 Chris Whitehouse wrote: > Chris Whitehouse wrote: >> Hi, >> >> Installing ports or upgrading the base system only uses around 50% cpu >> utilization (measured with the top utility) on my dual core machine. Is >> there some way I can get higher cpu usage? >> >> /usr/src/UPDATING says don't use make -j. I tried installing >> openoffice.org-2 with make -j 2 but it failed at some stage saying it >> couldn't find a directory. It works not using -j. This was just added to the ports tree as port of Google Summer of Code 2007. I don't recall if its was complete. Lots of people compile the base system with -jX The sweet spot is typically number of cores + 1 so on a dual dual core computer use -j5 If your disks are slow, they will hold your cpu back. -- ----------------------------------------------------------------- Philip M. Gollucci (philip@ridecharge.com) c:323.219.4708 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. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 05:09: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 5F58716A420 for ; Thu, 8 Nov 2007 05:09:17 +0000 (UTC) (envelope-from terry@sucked-in.com) Received: from mail.sucked-in.com (got.sucked-in.com [64.251.22.156]) by mx1.freebsd.org (Postfix) with ESMTP id E574F13C4DD for ; Thu, 8 Nov 2007 05:09:16 +0000 (UTC) (envelope-from terry@sucked-in.com) Received: from localhost (got.sucked-in.com [64.251.22.156]) by mail.sucked-in.com (Postfix) with ESMTP id 5D7621CC8E for ; Thu, 8 Nov 2007 16:08:57 +1100 (EST) X-Virus-Scanned: amavisd-new at sucked-in.com Received: from mail.sucked-in.com ([64.251.22.156]) by localhost (mail.sucked-in.com [64.251.22.156]) (amavisd-new, port 10024) with ESMTP id dgR55MUzvo1S for ; Thu, 8 Nov 2007 16:08:57 +1100 (EST) Received: from TerryPC (220-253-44-230.VIC.netspace.net.au [220.253.44.230]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sucked-in.com (Postfix) with ESMTP id B1BF21CC7F for ; Thu, 8 Nov 2007 16:08:55 +1100 (EST) From: "Terry Sposato" To: "'User Questions'" Date: Thu, 8 Nov 2007 16:09:10 +1100 Message-ID: <003901c821c5$81c3b5e0$854b21a0$@com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acgc8iO/NSCPH9d1R2qg/R+TqmCoYQE0xujg Content-Language: en-au Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Duplicate existing FreeBSD Server in VM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 05:09:17 -0000 Hi, I have just installed a machine and have it setup running a web based CRM solution. I want to have an exact duplicate of this machine running as a VM for redundancy reasons. What is the best way to go about getting this exact machine transferred to the VM? Both machines exist on the same network and will be able to talk to each other, I have been thinking of a couple of different ways to get all my data across which is the easy part, but I want to match everything that is installed, base system, ports etc. Anyone have any ideas or point me into the right direction? I know I have already asked this question but there is a slight difference, the real server is running FreeBSD 6.2-RELEASE-p8 AMD64 version. The duplicated version which will be running in a VM is only going to be the i386 version. What would be the best way to attack this problem? The stuff that needs to be synced would be a MySQL database along with a website. Everything else probably doesn't matter... Regards, Terry http://www.sucked-in.com Have you been sucked in? From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 06:49: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 6025B16A418 for ; Thu, 8 Nov 2007 06:49:49 +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 1125613C481 for ; Thu, 8 Nov 2007 06:49:48 +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 lA86nRiZ092675; Wed, 7 Nov 2007 22:49:27 -0800 (PST) Received: (from www@localhost) by mail0.rawbw.com (8.13.8/8.13.8/Submit) id lA86nRxY092673; Wed, 7 Nov 2007 22:49:27 -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 ; Wed, 7 Nov 2007 22:49:27 -0800 Message-ID: <1194504567.4732b17756c30@webmail.rawbw.com> Date: Wed, 7 Nov 2007 22:49:27 -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 Cc: yuri@tsoft.com Subject: FreeBSD procfs: fd information is 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: Thu, 08 Nov 2007 06:49:49 -0000 In Linux /proc//fd/ is a link to the file corresponding to FD opened by process with process id PID. But in FreeBSD I don't see /proc//fd at all. How can I get the corresponding to FD file? Thanks, Yuri From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 07:01: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 A3BC816A418 for ; Thu, 8 Nov 2007 07:01:59 +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 5055B13C4A8 for ; Thu, 8 Nov 2007 07:01:59 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from localhost (unknown [10.0.0.3]) by mail.itu.dk (Postfix) with ESMTP id B9E4236EE3A; Thu, 8 Nov 2007 08:01:47 +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 dO1AXEQmOKgG; Thu, 8 Nov 2007 08:01:44 +0100 (CET) Received: from [192.168.1.149] (stud1-15.itu.dk [130.226.140.15]) by superman.itu.dk (Postfix) with ESMTP id 21D939E418; Thu, 8 Nov 2007 08:01:40 +0100 (CET) Message-ID: <4732B45C.9000709@cederstrand.dk> Date: Thu, 08 Nov 2007 08:01:48 +0100 From: Erik Cederstrand User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Chris Whitehouse References: <472CB105.9020302@onetel.com> <47325A12.5060803@onetel.com> In-Reply-To: <47325A12.5060803@onetel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: compile ports and base using both cores X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 07:01:59 -0000 Chris Whitehouse wrote: > Chris Whitehouse wrote: >> Hi, >> >> Installing ports or upgrading the base system only uses around 50% cpu >> utilization (measured with the top utility) on my dual core machine. >> Is there some way I can get higher cpu usage? >> >> /usr/src/UPDATING says don't use make -j. I tried installing >> openoffice.org-2 with make -j 2 but it failed at some stage saying it >> couldn't find a directory. It works not using -j. >> >> I'm using 7.0-BETA1.5 i386 on an AMD 64 system. >> >> Thanks >> >> Chris >> > Hi again, > > I was wondering if anyone could give me some ideas about this. Btw I > confess the subject line is not quite right, I think both cores are > being used but cpu is only around 50% - or it is being measured so that > it looks like 50% but is really more. If I make buildworld and compile a > port at the same time then cpu usage really does go up to 100% AFAIK, parallel compilation using 'make -j' is not guaranteed to work. The concurrent threads might interfere with or depend on each other. If it does work for you then great, you saved some time, but don't submit PRs before you have tried compiling without the -j option. Since make without -j runs single-threaded, it will only use one CPU at a time. The scheduler may move the process around between CPUs depending on which CPU is more idle at any given time. The reason a simultaneous make buildworld and port compilation uses 100% CPU is that these are two separate processes which do not interfere with one another, so they can be run on the two CPUs simultaneously. Erik From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 07:40: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 A92F716A419 for ; Thu, 8 Nov 2007 07:40: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 302A413C4BA for ; Thu, 8 Nov 2007 07:40:52 +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 lA87eiIN082896 for ; Wed, 7 Nov 2007 23:40:44 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA87eiJF082895 for freebsd-questions@FreeBSD.ORG; Wed, 7 Nov 2007 23:40:44 -0800 (PST) (envelope-from kline) Date: Wed, 7 Nov 2007 23:40:44 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20071108074044.GA82838@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: getting down to the last items X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 07:40:53 -0000 How do I configure ssh so that I can run xmodmap, for instance? I've got X11 forwarding set to yes in /etc/ssh in the config files. It doesn't seem to work, and my keys aren't remapped. Is this another Gnome gotcha? tia, gary xmodmap .xmodmaprc xmodmap: unable to open display -- 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 Thu Nov 8 08:05: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 D180316A419 for ; Thu, 8 Nov 2007 08:05:47 +0000 (UTC) (envelope-from Fausterix@aol.com) Received: from imo-m12.mail.aol.com (imo-m12.mx.aol.com [64.12.136.171]) by mx1.freebsd.org (Postfix) with ESMTP id 5C2A913C4B8 for ; Thu, 8 Nov 2007 08:05:46 +0000 (UTC) (envelope-from Fausterix@aol.com) Received: from Fausterix@aol.com by imo-m12.mx.aol.com (mail_out_v38_r9.3.) id k.c25.24537854 (52329); Thu, 8 Nov 2007 02:53:57 -0500 (EST) Received: from fbaldi.inet.local (out-ops.hq.inet.it [213.92.74.5]) by ciaaol-d04.mail.aol.com (v120.9) with ESMTP id MAILCIAAOLD047-cc694732c0935c; Thu, 08 Nov 2007 02:53:57 -0500 Message-ID: <4732C093.2000609@aol.com> Date: Thu, 08 Nov 2007 08:53:55 +0100 From: Fausterix User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071019 Fedora/1.1.5-1.fc7 SeaMonkey/1.1.5 MIME-Version: 1.0 To: Gary Kline References: <20071108074044.GA82838@thought.org> In-Reply-To: <20071108074044.GA82838@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AOL-IP: 213.92.74.5 X-Mailer: Unknown (No Version) X-Spam-Flag: NO Cc: FreeBSD Mailing List Subject: Re: getting down to the last items X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 08:05:47 -0000 Gary Kline wrote: > How do I configure ssh so that I can run xmodmap, for instance? > I've got X11 forwarding set to yes in /etc/ssh in the config > files. > It doesn't seem to work, and my keys aren't remapped. Is this > another Gnome gotcha? > > tia, > > gary > > xmodmap .xmodmaprc > xmodmap: unable to open display > > Hi, have tried to connect with? ssh -X Bye Fausterix From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 08:05: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 CFA8D16A417 for ; Thu, 8 Nov 2007 08:05:48 +0000 (UTC) (envelope-from Fausterix@aol.com) Received: from imo-d22.mx.aol.com (imo-d22.mx.aol.com [205.188.144.208]) by mx1.freebsd.org (Postfix) with ESMTP id 5C33813C4B7 for ; Thu, 8 Nov 2007 08:05:48 +0000 (UTC) (envelope-from Fausterix@aol.com) Received: from Fausterix@aol.com by imo-d22.mx.aol.com (mail_out_v38_r9.3.) id k.ca3.1c5d639c (52486); Thu, 8 Nov 2007 02:54:18 -0500 (EST) Received: from fbaldi.inet.local (out-ops.hq.inet.it [213.92.74.5]) by ciaaol-d10.mx.aol.com (v120.9) with ESMTP id MAILCIAAOLD108-cd064732c0a828a; Thu, 08 Nov 2007 02:54:18 -0400 Message-ID: <4732C0A8.2040909@aol.com> Date: Thu, 08 Nov 2007 08:54:16 +0100 From: Fausterix User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071019 Fedora/1.1.5-1.fc7 SeaMonkey/1.1.5 MIME-Version: 1.0 To: Gary Kline References: <20071108074044.GA82838@thought.org> In-Reply-To: <20071108074044.GA82838@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AOL-IP: 213.92.74.5 X-Mailer: Unknown (No Version) X-Spam-Flag: NO Cc: FreeBSD Mailing List Subject: Re: getting down to the last items X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 08:05:48 -0000 Gary Kline wrote: > How do I configure ssh so that I can run xmodmap, for instance? > I've got X11 forwarding set to yes in /etc/ssh in the config > files. > It doesn't seem to work, and my keys aren't remapped. Is this > another Gnome gotcha? > > tia, > > gary > > xmodmap .xmodmaprc > xmodmap: unable to open display > > Hi, have tried to connect with? ssh -X Bye Fausterix From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 08:22: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 A071616A417 for ; Thu, 8 Nov 2007 08:22:27 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7101E13C4B0 for ; Thu, 8 Nov 2007 08:22:26 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lA88MLWs018604; Thu, 8 Nov 2007 11:22:21 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.2/8.14.2/Submit) id lA88MKbF018603; Thu, 8 Nov 2007 11:22:20 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Thu, 8 Nov 2007 11:22:20 +0300 From: Yuri Pankov To: Per olof Ljungmark Message-ID: <20071108082220.GB18314@darklight.org.ru> References: <47322023.6060707@intersonic.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47322023.6060707@intersonic.se> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: questions@freebsd.org Subject: Re: 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: Thu, 08 Nov 2007 08:22:27 -0000 On Wed, Nov 07, 2007 at 09:29:23PM +0100, Per olof Ljungmark wrote: > 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 Guessing on syslogd source (src/usr.sbin/syslogd/syslogd.c, line ~900) time() and ctime() functions are used to get timestamps, which return only full seconds. So, if I'm not mistaken, there's no easy way to get desired behaviour from base's syslogd. Yuri From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 08:43: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 384B416A421 for ; Thu, 8 Nov 2007 08:43:33 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from pih-relay08.plus.net (pih-relay08.plus.net [212.159.14.134]) by mx1.freebsd.org (Postfix) with ESMTP id E480213C4C1 for ; Thu, 8 Nov 2007 08:43:32 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from [81.174.174.115] (helo=MAIN) by pih-relay08.plus.net with smtp (Exim) id 1Iq2Hi-0003FI-It for freebsd-questions@freebsd.org; Thu, 08 Nov 2007 07:58:42 +0000 Message-ID: <003801c821dd$2e44d0d0$1c07a8c0@MAIN> From: "Graham Bentley" To: References: <20071108015023.1D7D716A4CA@hub.freebsd.org> Date: Thu, 8 Nov 2007 07:58:40 -0000 Organization: Custom PC North West MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: New FreeBSD art? 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: Thu, 08 Nov 2007 08:43:33 -0000 I also don't understand how the 'Red Globe' with horns thing. In my mind there can be nothing better than just the words FreeBSD Thinking about IBM's logo (the stripey IBM letters) I suggest they have got it just right. Simple and Memorable. There are alot of other logo's that do just that too. I think you either go with letters and / or a symbol but if you go with a symbol there has to be no mistaking it for what it represents. My money would have been on using just the words / letters FreeBSD (in a nice font that scales well - the one here is too skinny / not bold enough imho particularly the BSD part) http://logo-contest.freebsd.org/result/ See also ; http://www.freebsdmadeeasy.com/tutorials/freebsd/beastie-boot-ascii.php From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 08:58: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 809CE16A500 for ; Thu, 8 Nov 2007 08:58:05 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id ECA4813C4BF for ; Thu, 8 Nov 2007 08:58:04 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from webmail.alpha-tierchen.de (port-212-202-41-210.dynamic.qsc.de [212.202.41.210]) by mx02.qsc.de (Postfix) with ESMTP id DCC4416C02C2; Thu, 8 Nov 2007 09:38:51 +0100 (CET) Received: from 192.168.1.2 (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Thu, 8 Nov 2007 08:38:47 -0000 (UTC) Message-ID: <52171.192.168.1.2.1194511127.squirrel@webmail.alpha-tierchen.de> Date: Thu, 8 Nov 2007 08:38:47 -0000 (UTC) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: "Ted Mittelstaedt" User-Agent: SquirrelMail/1.4.11 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Chad Perrin , Ashley Moran , jamesh@lanl.gov, 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: Thu, 08 Nov 2007 08:58:05 -0000 Ted Mittelstaedt wrote: > [...] 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. This is not a problem because one requirement was the ability to have a logo that looks still nice with two or tree colors or even grayscaled. You can see examples on http://logo-contest.freebsd.org/result/640-1.png Regards Björn From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 10:11: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 6424316A417 for ; Thu, 8 Nov 2007 10:11:59 +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 0FAC213C48A for ; Thu, 8 Nov 2007 10:11:58 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id 7E22B142453; Thu, 8 Nov 2007 12:11:51 +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 DC07F142460; Thu, 8 Nov 2007 12:11:47 +0200 (EET) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 8 Nov 2007 12:14:16 +0200 User-Agent: KMail/1.9.7 References: <4731E220.3050006@brunel.ac.uk> In-Reply-To: <4731E220.3050006@brunel.ac.uk> 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: <200711081214.16533.nvass@teledomenet.gr> Cc: Malcolm Clarke Subject: Re: 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: Thu, 08 Nov 2007 10:11:59 -0000 On Wednesday 07 November 2007 18:04:48 Malcolm Clarke wrote: > 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? You have to explicitly enable processing of source routed packets. Forwarding such packets is denied by default. Use "sysctl net.inet.ip.sourceroute=1". Timestamp requests are forwarded by default as far as I know. HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 11:05: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 0A1B316A417 for ; Thu, 8 Nov 2007 11:05:37 +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 EA5C713C48A for ; Thu, 8 Nov 2007 11:05:34 +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 lA8B5RuW004794; Thu, 8 Nov 2007 12:05:27 +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 lA8B5OAD004791; Thu, 8 Nov 2007 12:05:26 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 8 Nov 2007 12:05:24 +0100 (CET) From: Wojciech Puchar To: Jonathan McKeown In-Reply-To: <200703180731.23171.jonathan@hst.org.za> Message-ID: <20071108120516.U4784@wojtek.tensor.gdynia.pl> References: <200703180731.23171.jonathan@hst.org.za> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: puc and uart as modules with FreeBSD6.2-REL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 11:05:37 -0000 > irq 12 at device 11.0 on pci0 > > but when I kldload uart, whether before or after puc, I don't see any new > devices appear, nor do I get any dev.uart.* sysctls. sio not uart > > Am I missing something obvious, or do I need to compile yet another custom > kernel to get this card working? > > Jonathan > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 11:12: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 8724816A417 for ; Thu, 8 Nov 2007 11:12:58 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 46EAB13C4B6 for ; Thu, 8 Nov 2007 11:12:58 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Iq52N-0001RW-A0 for freebsd-questions@freebsd.org; Thu, 08 Nov 2007 02:55:03 -0800 Message-ID: <13644937.post@talk.nabble.com> Date: Thu, 8 Nov 2007 02:55:03 -0800 (PST) From: Atrox To: freebsd-questions@freebsd.org In-Reply-To: <44BCEF53.5060205@skoberne.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: silver.salonen@gmail.com References: <44BCEF53.5060205@skoberne.net> Subject: Re: No buffer space available 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: Thu, 08 Nov 2007 11:12:58 -0000 Nejc =C5=A0koberne-2 wrote: >=20 > Hello, >=20 > I've been trying to solve this problem by myself for a long time now, but > no luck. > I run a few dozens of FreeBSD 5.3/5.4 machines, which serve as routers, > NAT boxes, > Apache, Postfix, OpenVPN, ... servers. Most of them are low-cost PC > machines since > they are usually deployed to SOHO environments and the loads are rather > low. >=20 > I am having problems with the "No buffer space available" error like this= : >=20 > Jul 18 08:49:36 Router openvpn[661]: write UDPv4: No buffer space > available (code=3D55) >=20 > so this is obviously when OpenVPN tries to send UDP packets. And also lik= e > this: >=20 > Jun 23 06:27:38 Router pdns[2182]: Unable to send a packet to our > recursing > backend: No buffer space available >=20 > when PowerDNS DNS server tries to do some recursive work. I have been > searching Google > for a solution and I found out that the error should appear when the mbuf > (or sfbuf?) > is "full" and that I can print the current buffer status with 'netstat > -m'. >=20 > Because the error would show up (and not only show up, but also block the > network > operability for that server) at random times, I set up the "swatch" daemo= n > on all those > servers, so that as soon as the error is logged in messages, I run this > command: >=20 > #!/usr/local/bin/bash > LOG=3D/var/log/swatch.log >=20 > datum=3D`date` > echo "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D $datum =3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" > sockstat >> $LOG > echo "------------------------------------------------------------" >> > $LOG > netstat -n -a >> $LOG > echo "------------------------------------------------------------" >> > $LOG > netstat -m >> $LOG > echo "------------------------------------------------------------" >> > $LOG > ps ax >> $LOG > echo "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" >> > $LOG >=20 > Even though the log was growing as I assumed, I couldn't find anything > particulary > interesting, because the "netstat -m" command issued by swatch (at the > time of the > error) still shows something like this: >=20 > 2 mbufs in use > 1/17088 mbuf clusters in use (current/max) > 0/6/4528 sfbufs in use (current/peak/max) > 2 KBytes allocated to network > 0 requests for sfbufs denied > 0 requests for sfbufs delayed > 1819 requests for I/O initiated by sendfile > 7578 calls to protocol drain routines >=20 > I am not sure, but as I understand it, this means that the buffers are > quite OK. >=20 > What would be the "proper" way to debug this problem? This is happening o= n > machines > with various hardware, from good old Pentium I with 32 MB RAM up to P4 > 3GHz, 1GB RAM, > various network cards (mostly rtl8139), with ADSL or VDSL, although the > errors are > very rare at the VDSL boxes (where the upstream bandwidth is substantiall= y > greater). >=20 > So, usually the errors appear but the users don't bother really, so it > looks like > the problems goes away sometimes (the connection is restored), but > sometimes reboot > is needed. >=20 > Thanks for your ideas. >=20 > P.S.: If the output of the script above could be helpful, let me know, I > can publish > it somewhere. >=20 > Cheers, > Nejc >=20 Hello Nejc! Have you managed to solve this? I've just been having the same issue - I've set up multiple OpenVPN connections with TAP-device (FreeBSD-5.3 as server, 5.4 as client, multiple 4.x as clients etc.) and the server gives the same error regularly - I can't restart the server, the error occures every 30 minutes or so.. Do you know what's the deal with these buffers? My netstat -m shows: 520 mbufs in use 515/128000 mbuf clusters in use (current/max) 0/5/6656 sfbufs in use (current/peak/max) 1160 KBytes allocated to network 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 9814 calls to protocol drain routines --=20 View this message in context: http://www.nabble.com/No-buffer-space-availab= le-error-tf1960830.html#a13644937 Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 11:54: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 99AC316A41A; Thu, 8 Nov 2007 11:54:42 +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 D12CE13C4A7; Thu, 8 Nov 2007 11:54:36 +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 6690C208D; Thu, 8 Nov 2007 12:54:14 +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 C697B2088; Thu, 8 Nov 2007 12:54:13 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id A3C018448F; Thu, 8 Nov 2007 12:54:13 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: jamesh@lanl.gov References: <235b80000711071301h3a8f8d1dw1850c0642386d51b@mail.gmail.com> <1194471778.82634.1.camel@secretariat.lanl.gov> Date: Thu, 08 Nov 2007 12:54:13 +0100 In-Reply-To: <1194471778.82634.1.camel@secretariat.lanl.gov> (James's message of "Wed\, 07 Nov 2007 14\:42\:58 -0700") Message-ID: <86d4ulc5qy.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 Cc: freebsd-current@freebsd.org, tethys ocean , freebsd-questions@freebsd.org, freebsd-bug@freebsd.org Subject: Re: make buildworld ....gcc bug X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 11:54:42 -0000 James writes: > On Wed, 2007-11-07 at 23:01 +0200, tethys ocean wrote: >> When I am rebuilding world FreeBSD 6.2 I have take error that is >> shown below. What can I do!? > The current version of gcc for FreeBSD is 4.2. Not in RELENG_6. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 12:06: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 2324716A47B for ; Thu, 8 Nov 2007 12:06:08 +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 C464E13C4AC for ; Thu, 8 Nov 2007 12:06:07 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id 9CE3E142431; Thu, 8 Nov 2007 14:06:00 +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 17C9914227E; Thu, 8 Nov 2007 14:05:54 +0200 (EET) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 8 Nov 2007 14:08:22 +0200 User-Agent: KMail/1.9.7 References: <4731E1A4.6020809@diomedia.be> In-Reply-To: <4731E1A4.6020809@diomedia.be> 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: <200711081408.22387.nvass@teledomenet.gr> Cc: Bram 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: Thu, 08 Nov 2007 12:06:08 -0000 On Wednesday 07 November 2007 18:02:44 Bram wrote: > 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) ? TCP using the default FreeBSD settings, can survive 20 secs of inactivity. It can be an application forced timeout. What application/protocol are talking about? Nikos From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 12: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 C997316A419 for ; Thu, 8 Nov 2007 12:27:05 +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 594F613C4B7 for ; Thu, 8 Nov 2007 12:27:05 +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 13416E0003B6; Thu, 8 Nov 2007 12:26:53 +0000 (GMT) Message-ID: <4733008D.1070402@dial.pipex.com> Date: Thu, 08 Nov 2007 12:26:53 +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: Craig Boston , freebsd-questions@freebsd.org References: <1025711279.20070912121635@pulsar.bg> <20070913205954.GA5814@nowhere> In-Reply-To: <20070913205954.GA5814@nowhere> Content-Type: multipart/mixed; boundary="------------000203040803090405020202" Cc: Subject: Re: how to change next boot from windows to freebsd? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 12:27:05 -0000 This is a multi-part message in MIME format. --------------000203040803090405020202 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Craig Boston wrote: >Attached is the source to a program that I wrote about 4 and a half >years ago. It performs the function of a dumbed-down boot0cfg for >Windows, only understanding the "-s" option, or giving you an >interactive menu to choose from. It also is hardcoded to use >PhysicalDrive0, but that's usually what you would boot from. > > Thank you, Craig! I've been looking for something like this and found your email in my spam folder where my mail system kindly files messages it doesn't want me to see :-) A wee problem-ette for me is that I have FreeBSD on a separate disk from Windows so I wanted to be able to set the "Next Disk" option from windows to boot FreeBSD (a.k.a. F5). I've confirmed that this is just stored as 4 in the MBR (partition -1, just like the rest). boot0cfg allows 5 as a legitimate slice. This patch allows you to set partitions from 1-5 instead of 1-4 from the command line, and also adds an automatic "5: Next disk" option in the in the interactive invocation. Now to figure out how to shut down/reboot windows from a bat file so I can do one double-click and not faff around with the Start menu... --Alex --------------000203040803090405020202 Content-Type: text/plain; name="nextboot.c.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="nextboot.c.patch" --- nextboot.c.orig Wed Nov 7 18:06:04 2007 +++ nextboot.c Thu Nov 8 12:17:25 2007 @@ -414,6 +414,8 @@ i + 1, getptype(part[i].dp_typ)); } + printf ("%c5. Next disk\n", (mbr[OFF_OPT] == 4) ? '*' : ' '); + printf("\nSelect partition: "); fgets(resp, 255, stdin); @@ -421,7 +423,7 @@ return 0; pnum = atol(resp) - 1; - if (pnum < 0 || pnum > 3 || !part[pnum].dp_typ) + if (pnum < 0 || pnum > 4 || (pnum < 4 && !part[pnum].dp_typ)) { fprintf(stderr, "Invalid partition\n"); return 1; @@ -434,8 +436,8 @@ { fprintf(stderr, "Usage:\n\n" " nextboot (For interactive menu)\n\n" - " nextboot [1-4] (Set partition to boot from)\n" - " nextboot -s [1-4]\n" + " nextboot [1-5] (Set partition to boot from)\n" + " nextboot -s [1-5]\n" "\n"); return 0; } @@ -448,7 +450,7 @@ return menuboot(); else if ((argc == 2) && (strlen(argv[1]) == 1) && - (argv[1][0] >= '1' && argv[1][0] <= '4')) + (argv[1][0] >= '1' && argv[1][0] <= '5')) { act = atol(argv[1]); return setnextboot(act - 1); @@ -456,7 +458,7 @@ else if ((argc == 3) && !stricmp(argv[1], "-s") && (strlen(argv[2]) == 1) && - (argv[2][0] >= '1' && argv[2][0] <= '4')) + (argv[2][0] >= '1' && argv[2][0] <= '5')) { act = atol(argv[2]); return setnextboot(act - 1); --------------000203040803090405020202-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 12:27: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 4FF1C16A41B for ; Thu, 8 Nov 2007 12:27:35 +0000 (UTC) (envelope-from malcolm.clarke@brunel.ac.uk) Received: from galaxy.systems.pipex.net (galaxy.systems.pipex.net [62.241.162.31]) by mx1.freebsd.org (Postfix) with ESMTP id D3D1413C4B7 for ; Thu, 8 Nov 2007 12:27:34 +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 galaxy.systems.pipex.net (Postfix) with ESMTP id ECF9DE000154; Thu, 8 Nov 2007 12:26:19 +0000 (GMT) Message-ID: <4733006A.5080804@brunel.ac.uk> Date: Thu, 08 Nov 2007 12:26:18 +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: Bram References: <4731E1A4.6020809@diomedia.be> <200711081408.22387.nvass@teledomenet.gr> In-Reply-To: <200711081408.22387.nvass@teledomenet.gr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 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: Thu, 08 Nov 2007 12:27:35 -0000 Dear Bram You may need to describe your intention more clearly. If you detach the network cable, the hardware will detect the disconnect and reset the hardware, which will provide an indicate to the higher layers to reset also. Reconnecting the cable will be seen as a new connection and it will perform initialisation (eg DHCP, etc). All TCP connections will be closed, etc. If it is the case that you are trying to test behaviour of an application to the effects of loss of packets then you will need a different approach. We use the IPFW firewall and set up pipes that can be configured to artificially lose packets, restrict BW or even close (hence my question to the group). Alternatively you must arrange to break the connection elsewhere, say on the otherside of a switch, taking care not to break the physical connetion to the far end to create a disconnect that does not reset the hardware.. Regards Malcolm Nikos Vassiliadis wrote: >On Wednesday 07 November 2007 18:02:44 Bram wrote: > > >>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) ? >> >> > >TCP using the default FreeBSD settings, can survive >20 secs of inactivity. It can be an application forced >timeout. What application/protocol are talking about? > >Nikos > >_______________________________________________ >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" > > > -- --------------------------------------------------- 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 Thu Nov 8 13:26: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 95C0916A419 for ; Thu, 8 Nov 2007 13:26:37 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id 4B82E13C4B2 for ; Thu, 8 Nov 2007 13:26:37 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.50) id 1Iq42h-0007vs-JZ for questions@freebsd.org; Thu, 08 Nov 2007 09:51:19 +0000 Received: from esperance.zetnet.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.14.1/8.14.1/Debian-9) with SMTP id lA89pIie028284 for ; Thu, 8 Nov 2007 09:51:18 GMT Received: (qmail 1781 invoked by uid 1001); 8 Nov 2007 09:51:12 -0000 From: "Frank Shute" Date: Thu, 8 Nov 2007 09:51:12 +0000 To: Per olof Ljungmark Message-ID: <20071108095112.GA1754@melon.esperance-linux.co.uk> References: <47322023.6060707@intersonic.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47322023.6060707@intersonic.se> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 6.2-STABLE i386 X-Organisation: 'Esperance Linux' Cc: questions@freebsd.org Subject: Re: syslog time resolution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 13:26:37 -0000 On Wed, Nov 07, 2007 at 09:29:23PM +0100, Per olof Ljungmark wrote: > > 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 Per, Dependent on what you're exactly trying to do, you might want to look at daemontools (in ports: sysutils). The tools come with a logger which will give you high resolution timestamps. Have a look at: http://cr.yp.to/daemontools/multilog.html http://cr.yp.to/daemontools/tai64n.html HTH. -- Frank Contact info: http://www.esperance-linux.co.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 13:42: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 3F92016A417 for ; Thu, 8 Nov 2007 13:42:33 +0000 (UTC) (envelope-from ntsetsbold@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 E0B8013C4AA for ; Thu, 8 Nov 2007 13:42:32 +0000 (UTC) (envelope-from ntsetsbold@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so137249nzf for ; Thu, 08 Nov 2007 05:42: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:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=pPFHz1qEv/TiFpbapzKwIJeHwhA8ueoJTfYkrDWEZvo=; b=O3HQFCahoRt8Gh3BhPw6u5Z+fPIIhunGJ0zDXN+3JQ/UveJHxEAErIZPCRWa+tl5xKSIeBve3aRWzggCY3KXyvlwEnhK5K3DhPD82vx539XhawUMk235Q4/1Z1DlZ9m51zWSVOr4p/e0Ede1KKnybS6GwGTFTbigvXbMilbmlqk= 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=EONrhYk+vxDouRbHjf0iqIfK3ivqI+ljldQC3/sTG9ZgaRgSlVONrwSJoUJ5bGVA1ZbjKTglVQ7LlIOKfzHXxTtvDuZUIFqCqg1Ac3rAWaWhzP0f0bmIRcg3JbgnEEUkFwxyDG/m38qAm+ejPLKgtvpgbXA5T5dJXeeSaqKzcFU= Received: by 10.141.15.19 with SMTP id s19mr217600rvi.1194527622930; Thu, 08 Nov 2007 05:13:42 -0800 (PST) Received: from freebsd.domain ( [219.142.86.99]) by mx.google.com with ESMTPS id c36sm1209594rvf.2007.11.08.05.13.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Nov 2007 05:13:42 -0800 (PST) Message-ID: <47330B6B.6040903@gmail.com> Date: Thu, 08 Nov 2007 21:13:15 +0800 From: Tsetsbold User-Agent: Thunderbird 2.0.0.6 (X11/20070924) MIME-Version: 1.0 To: Freebsd questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to mount usb flash disk on FreeBSD 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: Thu, 08 Nov 2007 13:42:33 -0000 Hi all, I am newbie to UNIX and using FreeBSD 7.0 current ,and I cannot mount my USB flash disk. I searched on google but couldn't find anything helpful. I did this steps. #mkdir /mnt/usb #mount /dev/da0 /mnt/usb mount: /dev/da0 : Invalid argument # mount -t vfat /dev/da0 /mnt/usb mount: /dev/da0 : Operation not supported by device #dmesg umass0: on uhub6 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 40.000MB/s transfers da0: 2028MB (1038592 2048 byte sectors: 255H 63S/T 64C) (da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 Now I really don't know what to do? Can anybody advice me what to do? Thanks, Tsetsbold From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 13:52: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 368FD16A41A for ; Thu, 8 Nov 2007 13:52:01 +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 E6BC713C494 for ; Thu, 8 Nov 2007 13:52:00 +0000 (UTC) (envelope-from oliver@akephalos.de) Received: from fwd29.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1Iq7nM-0007OC-01; Thu, 08 Nov 2007 14:51:44 +0100 Received: from localhost (bHobDYZQZtRd95mDc2UBT7zw2J6S+TJzISTBQ4l+ShFl3kPc3kPwePnyydrZF9CMnNcqfeuxy+@[91.21.71.88]) by fwd29.t-online.de with esmtp id 1Iq7nC-1n62520; Thu, 8 Nov 2007 14:51:34 +0100 Date: Thu, 8 Nov 2007 14:51:34 +0100 From: Oliver Herold To: freebsd-questions@freebsd.org Message-ID: <20071108135133.GA30086@olymp.home> Mail-Followup-To: freebsd-questions@freebsd.org References: <47330B6B.6040903@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47330B6B.6040903@gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-ID: bHobDYZQZtRd95mDc2UBT7zw2J6S+TJzISTBQ4l+ShFl3kPc3kPwePnyydrZF9CMnNcqfeuxy+ X-TOI-MSGID: de8c617d-0d31-4927-b8c7-522a6bfeb54a Subject: Re: How to mount usb flash disk on FreeBSD 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: Thu, 08 Nov 2007 13:52:01 -0000 Hi if this is a card reader then it will be most of the time something like mount_msdosfs /dev/da0s1 /mnt/usb Just have a look into /dev Cheers Oliver On Thu, Nov 08, 2007 at 09:13:15PM +0800, Tsetsbold wrote: > Hi all, > > I am newbie to UNIX and using FreeBSD 7.0 current ,and I cannot mount my > USB flash disk. I searched on google but couldn't find anything helpful. > > I did this steps. > > #mkdir /mnt/usb > #mount /dev/da0 /mnt/usb > mount: /dev/da0 : Invalid argument > > # mount -t vfat /dev/da0 /mnt/usb > mount: /dev/da0 : Operation not supported by device > > #dmesg > umass0: on uhub6 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-2 device > da0: 40.000MB/s transfers > da0: 2028MB (1038592 2048 byte sectors: 255H 63S/T 64C) > (da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 > (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 > (da0:umass-sim0:0:0:0): Medium not present > (da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 > > Now I really don't know what to do? Can anybody advice me what to do? > > Thanks, > Tsetsbold > > _______________________________________________ > 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" -- The sun was shining on the sea, Shining with all his might: He did his very best to make The billows smooth and bright -- And this was very odd, because it was The middle of the night. -- Lewis Carroll, "Through the Looking Glass" From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 14:42: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 E6F0716A468 for ; Thu, 8 Nov 2007 14:42:01 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by mx1.freebsd.org (Postfix) with ESMTP id A69CE13C4A8 for ; Thu, 8 Nov 2007 14:42:01 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so141643rvb for ; Thu, 08 Nov 2007 06:41: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:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; bh=1SjyspIVceunYBuctoeQiAh+DvD68PMI+6Q9v4clZZc=; b=q4skOy0iirFkFZHrgL35RoZ6Vr4jOI+JEZPnpJf2gKogHpvUIzSPFrh1SYskiUbRQ0Rzr4SX/YnF9hV8eL6a7iS98GHo9I7Trj6dWkHjcvO84yp9gxnObYpgC2UknIoW4NEbo2agFzduk1udUWgL5JBQYtdbL/CzFLyQ+TiHbxY= 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=cWI7tpzDdGHGicVZzZUECTHl5FJRw+lEGLAi1XDkR/44puKwGwhDbZF+lr1s4EL0N4zAiVuWBpxiuexQvWuAxcJAWmGRIMemPOG0zqVWAFwFdtdbTIwIiyuO8GbRhovqnDl927r4TZxZV8GnPP96cbjd06NLEDe1WOqFRZz7FX0= Received: by 10.141.204.16 with SMTP id g16mr267455rvq.1194532910789; Thu, 08 Nov 2007 06:41:50 -0800 (PST) Received: by 10.140.203.6 with HTTP; Thu, 8 Nov 2007 06:41:50 -0800 (PST) Message-ID: <226ae0c60711080641p1a614827l5c9a85e795a9d21e@mail.gmail.com> Date: Thu, 8 Nov 2007 09:41:50 -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: Subject: Re: 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: Thu, 08 Nov 2007 14:42:02 -0000 > 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! You might want to try changing the base system's syslogd(8) for a more feature rich syslog solution. I'd suggest using syslog-ng which is available in the FreeBSD ports as sysutils/syslog-ng2 http://www.freebsd.org/cgi/url.cgi?ports/sysutils/syslog-ng2/pkg-descr It has quite a lot more features then the base system's syslogd(8) as you can see from the online Administrator's Guide http://www.balabit.com/dl/html/syslog-ng-admin-guide_en.html/bk01-toc.html Should you like to check out other syslogd replacements, check the Library at http://www.loganalysis.org/ Have fun! 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 Thu Nov 8 14:58: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 A235E16A46C for ; Thu, 8 Nov 2007 14:58: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 6C2CF13C4AA for ; Thu, 8 Nov 2007 14:58:07 +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 lA8EvuBv028351; Thu, 8 Nov 2007 07:57:57 -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 lA8Evu6t014661; Thu, 8 Nov 2007 07:57:56 -0700 Received: from [128.165.86.10] (secretariat.lanl.gov [128.165.86.10]) by oppie-mail.lanl.gov (Postfix) with ESMTP id 9592D1F8002; Thu, 8 Nov 2007 07:57:52 -0700 (MST) From: James To: Marc Fromm In-Reply-To: <8910AF8FB6C6E84796358D71090AF7CF087E6367@EVS1.univ.dir.wwu.edu> References: <8910AF8FB6C6E84796358D71090AF7CF087E5C9E@EVS1.univ.dir.wwu.edu> <1194489735.29601.39.camel@secretariat.lanl.gov> <8910AF8FB6C6E84796358D71090AF7CF087E6367@EVS1.univ.dir.wwu.edu> Organization: Los Alamos National Laboratories Date: Thu, 08 Nov 2007 07:57:52 -0700 Message-Id: <1194533872.6729.6.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 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: Thu, 08 Nov 2007 14:58:07 -0000 On Wed, 2007-11-07 at 15:46 -0800, Marc Fromm wrote: > Hi James, > > > > Thanks for the extra tip on checking for installed packages. Here's another tip: use reply all, not reply. That way, we keep the whole list informed, which is a good thing :) > > I browsed the ftp site and found a firefox2. The default is firefox > which is the 1.5 version. > > I ran the following: > > sudo pkg_add -r firefox2 > > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/Latest/firefox2.tbz... Done. > > > > pkg_info -Ix firefox reports this: > > firefox-2.0.r2,1 Web browser based on the browser portion of > Mozilla > > > > When I go into the KDE GUI to kmenu _ internet _ and click on the > newly created fierefox icon, nothing happens. > > Firefox does not start. > Have you restarted your X session? The shortcuts sometimes need to be told what's going on, that things are updated. You can either reboot your computer, or use ctrl-alt-backspace to restart your x session. Or you can use your command line! Start a terminal, type "which firefox" and you should get the path to firefox, probably: /usr/local/bin/firefox Now type "firefox &" And leave the terminal open. Firefox should start. If it doesn't, follow the old phrase "When in doubt, reboot." I know it's not nice to be told to treat a FreeBSD box like a windows box that way, but until you get some more experience fooling around with the system and restarting things properly, it's the simplest way to make sure things get started fine. > > > I do not know what shell I am using. I ssh into the box with Putty. I > installed FreeBSD from the 6.2-RELEASE-i386 iso. > echo $SHELL will tell you what shell you're using. Just to make sure I've got the right picture in my head: you've got a FreeBSD box that you're sitting at, which you've managed to install FreeBSD, gnome||kde, all that stuff correctly, but something's missing when it comes to starting firefox, right? You're not sshing into the box and using x-forwarding, you're physically sitting there, yeah? One last tip: this list has a pretty strong "Don't top post" mob in it. If you bottom post only, then when someone else wants to help you, it's easier for them to get up to speed. Bottom post FTW! From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 15:02: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 CD61516A474 for ; Thu, 8 Nov 2007 15:02:12 +0000 (UTC) (envelope-from ntsetsbold@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by mx1.freebsd.org (Postfix) with ESMTP id 934A313C4A7 for ; Thu, 8 Nov 2007 15:02:12 +0000 (UTC) (envelope-from ntsetsbold@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so146410rvb for ; Thu, 08 Nov 2007 07:02: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:to:subject:in-reply-to:mime-version:content-type:references; bh=QjSSf4FKpTkwqAV+jzzwit1kLJUDAc2hUX4kuc3nNVU=; b=jExl3ZFKTIZuf8iI2DxZhlMm3NxZZbS6QU1gZofcHOr505q2t25VhvstfZBx/3RWkjEr9uUfefoe11saGnTw7Jh/KcRflWOTg7M6nsSsqavoe7/uQQFHAUaoEXSpLTIBjlJ/5WDjukZ9tYGGlu6Tbg3ULQ3BAJQmajSCwcD6fx4= 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=EUT0LEsOS4uBGeSxz/ySH2LNQfNp7JeCD9UI9lywvyP83DfuGbDRxiha6/0Gc8Ho5GvoWNknVNwfd6VACP7sj97q72NlVY5+tqBmynm9QL9CCbPDFr/fUACGWI+N6MzyZ2Zy8bNRkXZHY+31pvodPDz9fWe6SBGoX34A1T+nNNw= Received: by 10.141.51.15 with SMTP id d15mr292796rvk.1194534126217; Thu, 08 Nov 2007 07:02:06 -0800 (PST) Received: by 10.141.156.13 with HTTP; Thu, 8 Nov 2007 07:02:06 -0800 (PST) Message-ID: <702a1d0d0711080702h3e3a382bwd93c66e987e46d8e@mail.gmail.com> Date: Thu, 8 Nov 2007 23:02:06 +0800 From: Tsetsbold To: freebsd-questions@freebsd.org In-Reply-To: <20071108135133.GA30086@olymp.home> MIME-Version: 1.0 References: <47330B6B.6040903@gmail.com> <20071108135133.GA30086@olymp.home> 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: How to mount usb flash disk on FreeBSD 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: Thu, 08 Nov 2007 15:02:12 -0000 Hi On Nov 8, 2007 9:51 PM, Oliver Herold wrote: > Hi > > if this is a card reader then it will be most of the time something like > > mount_msdosfs /dev/da0s1 /mnt/usb Now it works well. Thanks for your advice. > > > Just have a look into /dev > > > Cheers Oliver > > On Thu, Nov 08, 2007 at 09:13:15PM +0800, Tsetsbold wrote: > > Hi all, > > > > I am newbie to UNIX and using FreeBSD 7.0 current ,and I cannot mount my > > USB flash disk. I searched on google but couldn't find anything helpful. > > > > I did this steps. > > > > #mkdir /mnt/usb > > #mount /dev/da0 /mnt/usb > > mount: /dev/da0 : Invalid argument > > > > # mount -t vfat /dev/da0 /mnt/usb > > mount: /dev/da0 : Operation not supported by device > > > > #dmesg > > umass0: on uhub6 > > da0 at umass-sim0 bus 0 target 0 lun 0 > > da0: Removable Direct Access SCSI-2 device > > da0: 40.000MB/s transfers > > da0: 2028MB (1038592 2048 byte sectors: 255H 63S/T 64C) > > (da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 > > (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 > > (da0:umass-sim0:0:0:0): Medium not present > > (da0:umass-sim0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 > > > > Now I really don't know what to do? Can anybody advice me what to do? > > > > Thanks, > > Tsetsbold > > > > _______________________________________________ > > 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" > > -- > The sun was shining on the sea, > Shining with all his might: > He did his very best to make > The billows smooth and bright -- > And this was very odd, because it was > The middle of the night. > -- Lewis Carroll, "Through the Looking Glass" > _______________________________________________ > 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" > Tsetsbold From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 15:02: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 8254416A468 for ; Thu, 8 Nov 2007 15:02:26 +0000 (UTC) (envelope-from sithu@rareplay.com) Received: from mail.sonicleads.com (mail.sonicleads.com [69.41.185.100]) by mx1.freebsd.org (Postfix) with ESMTP id 4BC5D13C494 for ; Thu, 8 Nov 2007 15:02:26 +0000 (UTC) (envelope-from sithu@rareplay.com) Received: from rareplay26 ([202.183.141.43]) by sonicleads.com with MailEnable ESMTP; Thu, 08 Nov 2007 08:20:21 -0600 From: "Si Thu" To: Date: Thu, 8 Nov 2007 21:21:58 +0700 Message-ID: <000f01c82212$c1b9e3c0$452dab40$@com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcgiErTHtC6JaV3yREqjEzJlos5V9Q== Content-Language: en-us x-cr-hashedpuzzle: MC4= AZ6s Cr3Z D5C6 D765 EmkN Es3J FB23 GUZp GdTk Hs65 IU7E Ixja Jgjv KAGN LYD0; 1; ZgByAGUAZQBiAHMAZAAtAHEAdQBlAHMAdABpAG8AbgBzAEAAZgByAGUAZQBiAHMAZAAuAG8AcgBnAA==; Sosha1_v1; 7; {949DF02A-2E22-47F0-80F5-EAD98784F7EB}; cwBpAHQAaAB1AEAAcgBhAHIAZQBwAGwAYQB5AC4AYwBvAG0A; Thu, 08 Nov 2007 14:21:51 GMT; RgByAGUAZQBCAFMARAAgAHEAdQBlAHMAdABpAG8AbgBzAA== x-cr-puzzleid: {949DF02A-2E22-47F0-80F5-EAD98784F7EB} Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 15:02:26 -0000 Dear freeBSD, I am running FreeBSD 6.2-RELEASE on my staging server and having one problem about FFmpeg. I have read a lot of documentation and google on the web to get the solution for how to customize installation for ffmpeg utility. Normally, freeBSD provides s lot of packages and ports that can be covered the average requirements. On my server, I have installed ffmpeg from the provided port with the command "make install clean". After installation, I am able to encode the input files from some location of server such "usr/local/bin" and cannot implement with PHP(I used exec() command). FFmpeg-php is a object oriented API for PHP and ffmpeg implementation. I was not able to install that API on freeBSD. And there are some other configuration such "--enable-shared --enable-gpl" and other libraries they can use in ffmpeg by configuration with ./configure command. But I was not able to find how to configure before install ffmpeg. If you would be able to give me a solution that would be great. I will really appreciate. Looking forward to get an answer kind regards, Sithu sithu@rareplay.com From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 15:18:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 687F116A41A for ; Thu, 8 Nov 2007 15:18:56 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 3CA8113C4BB for ; Thu, 8 Nov 2007 15:18:55 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 2586965501 for ; Thu, 8 Nov 2007 09:18:39 -0600 (CST) Date: Thu, 08 Nov 2007 09:18:38 -0600 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: <8D181634A07CDE133D041E7F@utd59514.utdallas.edu> In-Reply-To: <702a1d0d0711080702h3e3a382bwd93c66e987e46d8e@mail.gmail.com> References: <47330B6B.6040903@gmail.com> <20071108135133.GA30086@olymp.home> <702a1d0d0711080702h3e3a382bwd93c66e987e46d8e@mail.gmail.com> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: How to mount usb flash disk on FreeBSD 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: Thu, 08 Nov 2007 15:18:56 -0000 --On Thursday, November 08, 2007 23:02:06 +0800 Tsetsbold wrote: > Hi > > On Nov 8, 2007 9:51 PM, Oliver Herold wrote: > >> Hi >> >> if this is a card reader then it will be most of the time something like >> >> mount_msdosfs /dev/da0s1 /mnt/usb > > > Now it works well. Thanks for your advice. > > Don't forget to use "umount /mnt/usb" when you're done with the device and you want to remove it. If you remove it first, you'll have problems. -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 15:23: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 658B616A41A for ; Thu, 8 Nov 2007 15:23:18 +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 2395E13C4B5 for ; Thu, 8 Nov 2007 15:23:17 +0000 (UTC) (envelope-from jaikat@email.unc.edu) Received: from [152.23.75.195] (dhcp29913.wireless.unc.edu [152.23.75.195]) (authenticated bits=0) by smtp.unc.edu (8.13.4/8.13.4) with ESMTP id lA8FMmH5027564 for ; Thu, 8 Nov 2007 10:22:50 -0500 (EST) Message-ID: <473329C6.1050505@email.unc.edu> Date: Thu, 08 Nov 2007 10:22:46 -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: 6.1 install and multiple drives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 15:23:18 -0000 I am trying to install FreeBSD 6.1 on a Dell Poweredge 2900 which has an Intel dual-core processor, and 8 drives on a SATA backplane, connected to a PERC 5i controller. They are setup as just a bunch of disks, and not raided. Here's the issue: -- 6.2 installs fine (but I need 6.1 for some hardware we installed on this machine that only works with 6.1, not 6.2) -- 6.1 install fails with a vm-fault error after starting to write to disk0 (if all 8 drives have been fdisked and labeled). -- 6.1 installs fine if I fdisk and label only the drive0 (mfid0) But after installing 6.1 using only one drive, if I then run sysinstall to add more drives, fdisk works fine, but when I run label, and then "write" it crashes, and then I can't even boot into the disk0 b/c its partitions have become corrupted. What seems to be happening is that "label" somehow seems to be duplicating the /var partition in disk0 into the disk1 partition. Then if I add disk2, label seems to be duplicating the disk1 partition onto disk2. (this duplication problem I discover when I try to label outside of sysinstall). Has anyone seen this bizarre behavior - seems like a bug in bsdlabel in 6.1 - not sure. Any help or suggestions are highly appreciated. Thanks, --jay. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 15:48: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 1634C16A417 for ; Thu, 8 Nov 2007 15:48:55 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 7FB9013C48E for ; Thu, 8 Nov 2007 15:48:54 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-25-183.bredband.comhem.se ([83.253.25.183]:56836 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Iq9ce-00059p-9J for freebsd-questions@freebsd.org; Thu, 08 Nov 2007 16:48:49 +0100 Received: (qmail 4151 invoked from network); 8 Nov 2007 16:48:38 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 8 Nov 2007 16:48:38 +0100 Received: (qmail 955 invoked by uid 1001); 8 Nov 2007 16:48:38 +0100 Date: Thu, 8 Nov 2007 16:48:38 +0100 From: Erik Trulsson To: Jay Aikat Message-ID: <20071108154838.GA659@owl.midgard.homeip.net> Mail-Followup-To: Jay Aikat , freebsd-questions@freebsd.org References: <473329C6.1050505@email.unc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <473329C6.1050505@email.unc.edu> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.25.183 X-Scan-Result: No virus found in message 1Iq9ce-00059p-9J. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1Iq9ce-00059p-9J acb82b085dc545510609acbacdd5196b Cc: freebsd-questions@freebsd.org Subject: Re: 6.1 install and multiple drives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 15:48:55 -0000 On Thu, Nov 08, 2007 at 10:22:46AM -0500, Jay Aikat wrote: > I am trying to install FreeBSD 6.1 on a Dell Poweredge 2900 which has an > Intel dual-core processor, and 8 drives on a SATA backplane, connected to a > PERC 5i controller. They are setup as just a bunch of disks, and not > raided. > > Here's the issue: > -- 6.2 installs fine (but I need 6.1 for some hardware we installed on this > machine that only works with 6.1, not 6.2) > > -- 6.1 install fails with a vm-fault error after starting to write to disk0 > (if all 8 drives have been fdisked and labeled). > > -- 6.1 installs fine if I fdisk and label only the drive0 (mfid0) > > But after installing 6.1 using only one drive, if I then run sysinstall to > add more drives, fdisk works fine, but when I run label, and then "write" > it crashes, and then I can't even boot into the disk0 b/c its partitions > have become corrupted. > > What seems to be happening is that "label" somehow seems to be duplicating > the /var partition in disk0 into the disk1 partition. Then if I add disk2, > label seems to be duplicating the disk1 partition onto disk2. (this > duplication problem I discover when I try to label outside of sysinstall). > > Has anyone seen this bizarre behavior - seems like a bug in bsdlabel in 6.1 > - not sure. Any help or suggestions are highly appreciated. Thanks, > --jay. > I think I remember seeing a similar bugreport in the past. If I remember correctly it was a bug in the driver for the disk controller. The commit entry quoted below was likely the one which fixed the problem (it was merged to 6-STABLE a couple of weeks later.) As you can see from the date it was made after 6.1 was out, but before 6.2 was out, so it is not surprising 6.2 works while 6.1 does not. ps 2006-06-20 22:41:44 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h mfivar.h Log: Instead of using scsi probes to do device discovery, use the firmware commands to grab the device listing. This resolves issues using multiple volumes, where each volume was actually internally pointing to target 0. Revision Changes Path 1.11 +77 -202 src/sys/dev/mfi/mfi.c 1.4 +3 -9 src/sys/dev/mfi/mfi_disk.c 1.3 +1 -0 src/sys/dev/mfi/mfi_pci.c 1.3 +96 -0 src/sys/dev/mfi/mfireg.h 1.3 +1 -3 src/sys/dev/mfi/mfivar.h -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 15:55: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 A46C416A420 for ; Thu, 8 Nov 2007 15:55:33 +0000 (UTC) (envelope-from greenwood.andy@gmail.com) Received: from que03.charter.net (que03.charter.net [209.225.8.191]) by mx1.freebsd.org (Postfix) with ESMTP id 506E513C4B5 for ; Thu, 8 Nov 2007 15:55:32 +0000 (UTC) (envelope-from greenwood.andy@gmail.com) Received: from aa04.charter.net ([10.20.200.156]) by mtao03.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071108154359.LLIY10962.mtao03.charter.net@aa04.charter.net>; Thu, 8 Nov 2007 10:43:59 -0500 Received: from agreenftp.no-ip.com ([97.89.174.47]) by aa04.charter.net with ESMTP id <20071108154359.UAQU1254.aa04.charter.net@agreenftp.no-ip.com>; Thu, 8 Nov 2007 10:43:59 -0500 Received: from localhost (localhost [127.0.0.1]) by agreenftp.no-ip.com (Postfix) with ESMTP id 33DAA39864; Thu, 8 Nov 2007 10:43:59 -0500 (EST) Received: from agreenftp.no-ip.com ([127.0.0.1]) by localhost (zeus.agreenftp.no-ip.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZrBO-v25XM3E; Thu, 8 Nov 2007 10:43:56 -0500 (EST) Received: from hercules.nuvox.net (216.215.202.5.nw.nuvox.net [216.215.202.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: andy) by agreenftp.no-ip.com (Postfix) with ESMTPSA id 959D93980B; Thu, 8 Nov 2007 10:43:56 -0500 (EST) X-Virus-Scanned: amavisd-new at agreenftp.no-ip.com Message-ID: <47332EBE.3000900@gmail.com> Date: Thu, 08 Nov 2007 10:43:58 -0500 From: Andy Greenwood User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: Si Thu References: <000f01c82212$c1b9e3c0$452dab40$@com> In-Reply-To: <000f01c82212$c1b9e3c0$452dab40$@com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 15:55:33 -0000 Si Thu wrote: > Dear freeBSD, > > > > I am running FreeBSD 6.2-RELEASE on my staging server and having one problem > about FFmpeg. > > I have read a lot of documentation and google on the web to get the solution > for how to customize installation for ffmpeg utility. Normally, freeBSD > provides s lot of packages and ports that can be covered the average > requirements. > > > > On my server, I have installed ffmpeg from the provided port with the > command "make install clean". After installation, I am able to encode the > input files from some location of server such "usr/local/bin" and cannot > implement with PHP(I used exec() command). FFmpeg-php is a object oriented > API for PHP and ffmpeg implementation. I was not able to install that API on > freeBSD. > > > > And there are some other configuration such "--enable-shared --enable-gpl" > and other libraries they can use in ffmpeg by configuration with ./configure > command. But I was not able to find how to configure before install ffmpeg. > If you would be able to give me a solution that would be great. I will > really appreciate. > Don't know about ffmpeg-php or anything, as I've never used them. However, you could do a few different things to change the configure arguments. You could just edit the Makefile in the port's directory, or you could define some make variables either through /etc/make.conf or by defining them on the command line like make -DWITH_SWSCALER which will do the same thing as configure --enable-swscaler. Look through the Makefile for the defaults (both switches you mentioned are on by default in my ports tree) and all availible switches. Make syntax is simple enough, so you should be able to figure it out without much trouble. Also, you might want to run make configure instead of make install or even just make, since that will run the configure script and then stop, so you can look over the output and adjust as necessary before continuing the build. > > > > > Looking forward to get an answer > > > > kind regards, > > > > Sithu > > sithu@rareplay.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 Thu Nov 8 16:01: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 3F6F016A481 for ; Thu, 8 Nov 2007 16:01:37 +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 8D81513C49D for ; Thu, 8 Nov 2007 16:01:36 +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 lA8FvrCE078194; Thu, 8 Nov 2007 10:57:53 -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 lA8FvrmW078193; Thu, 8 Nov 2007 10:57:53 -0500 (EST) (envelope-from jerrymc) Date: Thu, 8 Nov 2007 10:57:53 -0500 From: Jerry McAllister To: Alou Dialy Message-ID: <20071108155753.GA78144@gizmo.acns.msu.edu> References: <361768.14274.qm@web45516.mail.sp1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <361768.14274.qm@web45516.mail.sp1.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: How can I use the Windows loader to boot 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: Thu, 08 Nov 2007 16:01:37 -0000 On Wed, Nov 07, 2007 at 03:19:38PM -0800, Alou Dialy wrote: > I read this FAQ but I am still confused. How does it > work if you have windows on ad0 and freebsd on ad1. You put a copy of the FreeBSD MBR on both disks. The BIOS will start the first one it sees. Then, if it is the FreeBSD MBR, it will look and see if there is a second bootable disk and give you a choice of booting what is on the first disk or going to the second disk. If it goes to the second disk, that MBR will give you a choice of booting what is on that disk (and I think, going back to the first one). ////jerry > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NT-BOOTLOADER > > > __________________________________________________ > 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 Thu Nov 8 16:13: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 84DC616A419 for ; Thu, 8 Nov 2007 16:13:22 +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 4207413C4AA for ; Thu, 8 Nov 2007 16:13:22 +0000 (UTC) (envelope-from jaikat@email.unc.edu) Received: from [152.23.75.195] (dhcp29913.wireless.unc.edu [152.23.75.195]) (authenticated bits=0) by smtp.unc.edu (8.13.4/8.13.4) with ESMTP id lA8GCYY4006733; Thu, 8 Nov 2007 11:12:34 -0500 (EST) Message-ID: <47333571.1080701@email.unc.edu> Date: Thu, 08 Nov 2007 11:12:33 -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: Jay Aikat , freebsd-questions@freebsd.org References: <473329C6.1050505@email.unc.edu> <20071108154838.GA659@owl.midgard.homeip.net> In-Reply-To: <20071108154838.GA659@owl.midgard.homeip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: 6.1 install and multiple drives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 16:13:22 -0000 Erik, Thanks a ton for this info! One more (this rather lame) question - sorry. Where can I download the latest files for this mfi driver from? The ftp archive for old releases does not seem to have this. ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE Thanks! --Jay. Erik Trulsson wrote: > On Thu, Nov 08, 2007 at 10:22:46AM -0500, Jay Aikat wrote: >> I am trying to install FreeBSD 6.1 on a Dell Poweredge 2900 which has an >> Intel dual-core processor, and 8 drives on a SATA backplane, connected to a >> PERC 5i controller. They are setup as just a bunch of disks, and not >> raided. >> >> Here's the issue: >> -- 6.2 installs fine (but I need 6.1 for some hardware we installed on this >> machine that only works with 6.1, not 6.2) >> >> -- 6.1 install fails with a vm-fault error after starting to write to disk0 >> (if all 8 drives have been fdisked and labeled). >> >> -- 6.1 installs fine if I fdisk and label only the drive0 (mfid0) >> >> But after installing 6.1 using only one drive, if I then run sysinstall to >> add more drives, fdisk works fine, but when I run label, and then "write" >> it crashes, and then I can't even boot into the disk0 b/c its partitions >> have become corrupted. >> >> What seems to be happening is that "label" somehow seems to be duplicating >> the /var partition in disk0 into the disk1 partition. Then if I add disk2, >> label seems to be duplicating the disk1 partition onto disk2. (this >> duplication problem I discover when I try to label outside of sysinstall). >> >> Has anyone seen this bizarre behavior - seems like a bug in bsdlabel in 6.1 >> - not sure. Any help or suggestions are highly appreciated. Thanks, >> --jay. >> > > I think I remember seeing a similar bugreport in the past. If I remember > correctly it was a bug in the driver for the disk controller. > > > The commit entry quoted below was likely the one which fixed the problem > (it was merged to 6-STABLE a couple of weeks later.) > As you can see from the date it was made after 6.1 was out, but before > 6.2 was out, so it is not surprising 6.2 works while 6.1 does not. > > > > > ps 2006-06-20 22:41:44 UTC > > FreeBSD src repository > > Modified files: > sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h > mfivar.h > Log: > Instead of using scsi probes to do device discovery, use the firmware > commands to grab the device listing. This resolves issues using > multiple volumes, where each volume was actually internally pointing > to target 0. > > Revision Changes Path > 1.11 +77 -202 src/sys/dev/mfi/mfi.c > 1.4 +3 -9 src/sys/dev/mfi/mfi_disk.c > 1.3 +1 -0 src/sys/dev/mfi/mfi_pci.c > 1.3 +96 -0 src/sys/dev/mfi/mfireg.h > 1.3 +1 -3 src/sys/dev/mfi/mfivar.h > > > > > > From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 16:22: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 11FBD16A46B for ; Thu, 8 Nov 2007 16:22:48 +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 8B32F13C481 for ; Thu, 8 Nov 2007 16:22:47 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-25-183.bredband.comhem.se ([83.253.25.183]:50089 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1IqA9Q-0008Oy-5b for freebsd-questions@freebsd.org; Thu, 08 Nov 2007 17:22:41 +0100 Received: (qmail 4427 invoked from network); 8 Nov 2007 17:22:24 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 8 Nov 2007 17:22:24 +0100 Received: (qmail 1320 invoked by uid 1001); 8 Nov 2007 17:22:24 +0100 Date: Thu, 8 Nov 2007 17:22:24 +0100 From: Erik Trulsson To: Jay Aikat Message-ID: <20071108162224.GA1283@owl.midgard.homeip.net> Mail-Followup-To: Jay Aikat , freebsd-questions@freebsd.org References: <473329C6.1050505@email.unc.edu> <20071108154838.GA659@owl.midgard.homeip.net> <47333571.1080701@email.unc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47333571.1080701@email.unc.edu> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.25.183 X-Scan-Result: No virus found in message 1IqA9Q-0008Oy-5b. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IqA9Q-0008Oy-5b 5b8233a47fce9cce4fb4cd668176a631 Cc: freebsd-questions@freebsd.org Subject: Re: 6.1 install and multiple drives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 16:22:48 -0000 On Thu, Nov 08, 2007 at 11:12:33AM -0500, Jay Aikat wrote: > Erik, > Thanks a ton for this info! One more (this rather lame) question - sorry. > Where can I download the latest files for this mfi driver from? The ftp > archive for old releases does not seem to have this. > ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE > > Thanks! > --Jay. > (The FTP archive should have all the files, but probably not in a format that can be easily accessed without first installing the release.) You can always get any version of the source files directly from the CVS repository. See http://www.freebsd.org/developers/cvs.html for information on that. You might also get away with simply copying the files (either source or the pre-compiled kernel module) from 6.2-RELEASE There is no guarantee that this will work (since the updated driver might depend on some other changes) but it might be worth a try. > > Erik Trulsson wrote: >> On Thu, Nov 08, 2007 at 10:22:46AM -0500, Jay Aikat wrote: >>> I am trying to install FreeBSD 6.1 on a Dell Poweredge 2900 which has an >>> Intel dual-core processor, and 8 drives on a SATA backplane, connected to >>> a PERC 5i controller. They are setup as just a bunch of disks, and not >>> raided. >>> >>> Here's the issue: >>> -- 6.2 installs fine (but I need 6.1 for some hardware we installed on >>> this machine that only works with 6.1, not 6.2) >>> >>> -- 6.1 install fails with a vm-fault error after starting to write to >>> disk0 (if all 8 drives have been fdisked and labeled). >>> >>> -- 6.1 installs fine if I fdisk and label only the drive0 (mfid0) >>> >>> But after installing 6.1 using only one drive, if I then run sysinstall >>> to add more drives, fdisk works fine, but when I run label, and then >>> "write" it crashes, and then I can't even boot into the disk0 b/c its >>> partitions have become corrupted. >>> >>> What seems to be happening is that "label" somehow seems to be >>> duplicating the /var partition in disk0 into the disk1 partition. Then >>> if I add disk2, label seems to be duplicating the disk1 partition onto >>> disk2. (this duplication problem I discover when I try to label outside >>> of sysinstall). >>> >>> Has anyone seen this bizarre behavior - seems like a bug in bsdlabel in >>> 6.1 - not sure. Any help or suggestions are highly appreciated. Thanks, >>> --jay. >>> >> I think I remember seeing a similar bugreport in the past. If I remember >> correctly it was a bug in the driver for the disk controller. >> The commit entry quoted below was likely the one which fixed the problem >> (it was merged to 6-STABLE a couple of weeks later.) >> As you can see from the date it was made after 6.1 was out, but before >> 6.2 was out, so it is not surprising 6.2 works while 6.1 does not. >> ps 2006-06-20 22:41:44 UTC >> FreeBSD src repository >> Modified files: >> sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h >> mfivar.h >> Log: >> Instead of using scsi probes to do device discovery, use the firmware >> commands to grab the device listing. This resolves issues using >> multiple volumes, where each volume was actually internally pointing >> to target 0. >> Revision Changes Path >> 1.11 +77 -202 src/sys/dev/mfi/mfi.c >> 1.4 +3 -9 src/sys/dev/mfi/mfi_disk.c >> 1.3 +1 -0 src/sys/dev/mfi/mfi_pci.c >> 1.3 +96 -0 src/sys/dev/mfi/mfireg.h >> 1.3 +1 -3 src/sys/dev/mfi/mfivar.h > _______________________________________________ > 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" -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 16:41: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 929A216A417 for ; Thu, 8 Nov 2007 16:41:12 +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 1EA7113C4C8 for ; Thu, 8 Nov 2007 16:41:11 +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 lA8Ge9NJ051797; Thu, 8 Nov 2007 17:40:10 +0100 (CET) (envelope-from bram@diomedia.be) Message-ID: <47333C1A.7070709@diomedia.be> Date: Thu, 08 Nov 2007 17:40:58 +0100 From: Bram User-Agent: Thunderbird 1.5.0.12 (X11/20071018) MIME-Version: 1.0 To: Nikos Vassiliadis , freebsd-questions@freebsd.org References: <4731E1A4.6020809@diomedia.be> <200711081408.22387.nvass@teledomenet.gr> In-Reply-To: <200711081408.22387.nvass@teledomenet.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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: Thu, 08 Nov 2007 16:41:12 -0000 Nikos Vassiliadis schreef: > On Wednesday 07 November 2007 18:02:44 Bram wrote: > >> 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) ? >> > > TCP using the default FreeBSD settings, can survive > 20 secs of inactivity. It can be an application forced > timeout. What application/protocol are talking about? > > Nikos > This is the more full explanation: I have setup a mobile pc to roam across our building. By reducing the dwell time and changing the channel list to only the channels I use roaming now works within ten seconds en sometimes within one or two seconds. The previous configuration was with fedora and there I was unable to get roaming time under 25 seconds. I do have one very annoying problem however and I have no idea how to solve it. The software uses psycopg (a python postgresql module) wich uses the standard system parameters for connections (At least that is what I think). -On fedora if the connection gets lost and it takes 30 seconds to remake a new connection operation is not interupted, after the 30 seconds you get the data you've been waiting for. -On freebsd however we get it a lot that the connection is "lost", you can easily start a new connection wich works fine, but the old connection you wore using stops working and the app. hangs (If I had to guess I would say that roaming works about 95% of the time and the connection is lost about 5% of the time). I also get a lot of IFDOWN IFUP messages but this seems normal to me. I am now going to program something in twisted using udp to see if this works better. kind regards From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 16:49: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 9265816A417 for ; Thu, 8 Nov 2007 16:49:06 +0000 (UTC) (envelope-from af300wsm@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 60F2113C48A for ; Thu, 8 Nov 2007 16:49:06 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so269378waf for ; Thu, 08 Nov 2007 08:48: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:to:subject:mime-version:content-type; bh=ID9N181aUF1itzcGxvgPc/f7+NN94o92YRvmOorJwJU=; b=jQCnZjeYaMgyPVr3BQj5Lx7FTJ2uN2kH3AbAf8/lU9af/K10xCrUWmId2scs7CpjaJVYKhT9jSVvy4enc18tqqJA9GvqyVkvUTu8Ko+pHl2D249Mcia/B2+bvEOFAB1NjuLOY+uIJrjco1OdTTDPSGZKPp303XTL4jl30IjeeUQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=OCoLsjPw6m4G43x9vh1ZBxjXLoj1kgd+5V0A/NX/vmSX+N2+xQ4C9XDFqSdOxxbu2ZMDgzdEQ5oujK9rbQ6J3xf7oFkrvYPqeoDTTfZ+/sRAenZUdcSYUDSx20ZUsbILKb4NLpZ6Zl6ORDTOpoWW6ovTGyw4oRX+yb8HsiFx3Dg= Received: by 10.114.80.4 with SMTP id d4mr738529wab.1194533919853; Thu, 08 Nov 2007 06:58:39 -0800 (PST) Received: by 10.114.254.9 with HTTP; Thu, 8 Nov 2007 06:58:39 -0800 (PST) Message-ID: <340a29540711080658y2567679epd1e11c584d1c9ed2@mail.gmail.com> Date: Thu, 8 Nov 2007 07:58:39 -0700 From: "Andrew Falanga" To: "User Questions" MIME-Version: 1.0 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: Botched X.org upgrade, need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 16:49:06 -0000 Well, at last I think it's botched. I really was following the directions (I have the script file as UPDATING suggests to prove it :-), but the upgrade didn't work as the X server failed to start after I rebooted. I'm hoping some kind person here will know the answer before I e-mail the list mentioned in that section of UPDATING. Anyway, that's basically, what happened. I have kdm set to start on bootup and it complained that X failed to start. When I got to the point of "portupgrade -aP" in the UPDATING section for X.org 6.9 -> 7.2; I decided to go with that command instead of "portupgrade -a" thinking that by now, even for amd64, the packages would be available. Perhaps a bad assumption. Anyway, once that completed, the stats reported by portupgrade were disconcerting but I thought that it was ok and continued. portupgrade reported that only 2 packages were porcessed, most were ignored with 50 some skipped and 1 failed. I then proceeded to the mergebase.sh script, ran that and when I was satisfied that all was done as expected, I rebooted my machine. Well, that's when X failed to start. So, how would I go about correcting this problem? Andy From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:10: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 86E3716A46E for ; Thu, 8 Nov 2007 17:10:34 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.freebsd.org (Postfix) with ESMTP id 176E313C4BF for ; Thu, 8 Nov 2007 17:10:33 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id lA8HARYR091045; Thu, 8 Nov 2007 18:10:29 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 98267B8FC; Thu, 8 Nov 2007 18:10:27 +0100 (CET) Date: Thu, 8 Nov 2007 18:10:27 +0100 From: Roland Smith To: Andrew Falanga Message-ID: <20071108171027.GA63509@slackbox.xs4all.nl> Mail-Followup-To: Andrew Falanga , User Questions References: <340a29540711080658y2567679epd1e11c584d1c9ed2@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <340a29540711080658y2567679epd1e11c584d1c9ed2@mail.gmail.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: User Questions Subject: Re: Botched X.org upgrade, need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 17:10:34 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 08, 2007 at 07:58:39AM -0700, Andrew Falanga wrote: > I then proceeded to the mergebase.sh script, ran that and when I was > satisfied that all was done as expected, I rebooted my machine. Well, > that's when X failed to start. So, how would I go about correcting this > problem? Look at /var/log/Xorg.0.log to see what exactly is the problem. While you're busy solving the problem, it is best to log into a shell instead of xdm. 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) --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHM0MDEnfvsMMhpyURAuifAJ9qQgmOBIt5pGVQw5QZ4X/rv7Gb6wCfUvfV gndOSSvz1V3GLz5QlkXGkuQ= =pvfG -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:15: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 01EC616A46C for ; Thu, 8 Nov 2007 17:15:19 +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 C14DE13C4DA for ; Thu, 8 Nov 2007 17:15:18 +0000 (UTC) (envelope-from jaikat@email.unc.edu) Received: from [152.23.75.195] (dhcp29913.wireless.unc.edu [152.23.75.195]) (authenticated bits=0) by smtp.unc.edu (8.13.4/8.13.4) with ESMTP id lA8HEgqX024159; Thu, 8 Nov 2007 12:14:42 -0500 (EST) Message-ID: <47334400.5010208@email.unc.edu> Date: Thu, 08 Nov 2007 12:14:40 -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: Jay Aikat , freebsd-questions@freebsd.org References: <473329C6.1050505@email.unc.edu> <20071108154838.GA659@owl.midgard.homeip.net> <47333571.1080701@email.unc.edu> <20071108162224.GA1283@owl.midgard.homeip.net> In-Reply-To: <20071108162224.GA1283@owl.midgard.homeip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: 6.1 install and multiple drives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 17:15:19 -0000 Erik, Thanks. I used the CVS repository directly. It turns out that that still has the old versions of these files for 6.1. So, I grabbed the files for 6.2 instead and compiled them into my kernel. Doesn't work. Error included below for reference. Would you know if there is someone I could contact to get the 6.1 updates for these files, if it is not in the repository? Thanks, Error in make: ./../dev/mfi/mfi.c ../../../dev/mfi/mfi.c: In function `mfi_ioctl': ../../../dev/mfi/mfi.c:1824: error: storage size of 'l_ioc' isn't known ../../../dev/mfi/mfi.c:1824: warning: unused variable `l_ioc' ../../../dev/mfi/mfi.c:1845: error: storage size of 'l_aen' isn't known ../../../dev/mfi/mfi.c:1845: warning: unused variable `l_aen' ../../../dev/mfi/mfi.c: In function `mfi_linux_ioctl_int': ../../../dev/mfi/mfi.c:1876: error: storage size of 'l_ioc' isn't known ../../../dev/mfi/mfi.c:1877: error: storage size of 'l_aen' isn't known ../../../dev/mfi/mfi.c:1894: error: `MAX_LINUX_IOCTL_SGE' undeclared (first use in this function) ../../../dev/mfi/mfi.c:1894: error: (Each undeclared identifier is reported only once ../../../dev/mfi/mfi.c:1894: error: for each function it appears in.) ../../../dev/mfi/mfi.c:1994: error: dereferencing pointer to incomplete type ../../../dev/mfi/mfi.c:1876: warning: unused variable `l_ioc' ../../../dev/mfi/mfi.c:1877: warning: unused variable `l_aen' *** Error code 1 --jay. Erik Trulsson wrote: > On Thu, Nov 08, 2007 at 11:12:33AM -0500, Jay Aikat wrote: >> Erik, >> Thanks a ton for this info! One more (this rather lame) question - sorry. >> Where can I download the latest files for this mfi driver from? The ftp >> archive for old releases does not seem to have this. >> ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE >> >> Thanks! >> --Jay. >> > > (The FTP archive should have all the files, but probably not in a format > that can be easily accessed without first installing the release.) > > You can always get any version of the source files directly from the CVS > repository. See http://www.freebsd.org/developers/cvs.html for information > on that. > > You might also get away with simply copying the files (either source or the > pre-compiled kernel module) from 6.2-RELEASE > There is no guarantee that this will work (since the updated driver might > depend on some other changes) but it might be worth a try. > > >> Erik Trulsson wrote: >>> On Thu, Nov 08, 2007 at 10:22:46AM -0500, Jay Aikat wrote: >>>> I am trying to install FreeBSD 6.1 on a Dell Poweredge 2900 which has an >>>> Intel dual-core processor, and 8 drives on a SATA backplane, connected to >>>> a PERC 5i controller. They are setup as just a bunch of disks, and not >>>> raided. >>>> >>>> Here's the issue: >>>> -- 6.2 installs fine (but I need 6.1 for some hardware we installed on >>>> this machine that only works with 6.1, not 6.2) >>>> >>>> -- 6.1 install fails with a vm-fault error after starting to write to >>>> disk0 (if all 8 drives have been fdisked and labeled). >>>> >>>> -- 6.1 installs fine if I fdisk and label only the drive0 (mfid0) >>>> >>>> But after installing 6.1 using only one drive, if I then run sysinstall >>>> to add more drives, fdisk works fine, but when I run label, and then >>>> "write" it crashes, and then I can't even boot into the disk0 b/c its >>>> partitions have become corrupted. >>>> >>>> What seems to be happening is that "label" somehow seems to be >>>> duplicating the /var partition in disk0 into the disk1 partition. Then >>>> if I add disk2, label seems to be duplicating the disk1 partition onto >>>> disk2. (this duplication problem I discover when I try to label outside >>>> of sysinstall). >>>> >>>> Has anyone seen this bizarre behavior - seems like a bug in bsdlabel in >>>> 6.1 - not sure. Any help or suggestions are highly appreciated. Thanks, >>>> --jay. >>>> >>> I think I remember seeing a similar bugreport in the past. If I remember >>> correctly it was a bug in the driver for the disk controller. >>> The commit entry quoted below was likely the one which fixed the problem >>> (it was merged to 6-STABLE a couple of weeks later.) >>> As you can see from the date it was made after 6.1 was out, but before >>> 6.2 was out, so it is not surprising 6.2 works while 6.1 does not. >>> ps 2006-06-20 22:41:44 UTC >>> FreeBSD src repository >>> Modified files: >>> sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h >>> mfivar.h >>> Log: >>> Instead of using scsi probes to do device discovery, use the firmware >>> commands to grab the device listing. This resolves issues using >>> multiple volumes, where each volume was actually internally pointing >>> to target 0. >>> Revision Changes Path >>> 1.11 +77 -202 src/sys/dev/mfi/mfi.c >>> 1.4 +3 -9 src/sys/dev/mfi/mfi_disk.c >>> 1.3 +1 -0 src/sys/dev/mfi/mfi_pci.c >>> 1.3 +96 -0 src/sys/dev/mfi/mfireg.h >>> 1.3 +1 -3 src/sys/dev/mfi/mfivar.h >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17: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 6C4D016A41B for ; Thu, 8 Nov 2007 17:23:24 +0000 (UTC) (envelope-from cesar@expresso.com.br) Received: from dourado.expresso.com.br (dourado.expresso.com.br [200.215.98.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9254213C4B7 for ; Thu, 8 Nov 2007 17:23:20 +0000 (UTC) (envelope-from cesar@expresso.com.br) Received: (qmail 96710 invoked by uid 209); 8 Nov 2007 14:56:05 -0200 Received: from unknown (HELO beatriz.expresso.com.br) (cesar@10.215.98.251) by dourado.expresso.com.br with SMTP; 8 Nov 2007 14:56:05 -0200 From: Expresso Digital ISP To: freebsd-questions@freebsd.org Date: Thu, 8 Nov 2007 14:55:38 -0200 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200711081455.39635.cesar@expresso.com.br> Subject: About Freebsd 7.0 versus 6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tecnologia@expresso.com.br List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 17:23:24 -0000 Hi, my name is Cesar. I'd like to know what is the diference between 7.0 and 6.3 and why create a= =20 newest version and after old version. =2D-=20 Att. =A0 Expresso Digital ISP - tecnologia.multimidia.seguranca Cesar Vogelsanger MCSO - M=F3dulo Certified Security Officer Administrador de Tecnologia Divis=E3o de Seguran=E7a da Informa=E7=E3o Joinville - SC - Brasil +55 (47) 3433-1516 e-mail: cesar@expresso.com.br From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:29: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 6905516A420 for ; Thu, 8 Nov 2007 17:29:06 +0000 (UTC) (envelope-from aryeh.friedman@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 3946313C4B3 for ; Thu, 8 Nov 2007 17:29:05 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so186907rvb for ; Thu, 08 Nov 2007 09:29:00 -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:content-transfer-encoding:content-disposition:references; bh=AbgN53T+uZ9uuWNVcm6GtugH13mmJ8w+2aC5HNwvJ1Y=; b=tFKA2gVe1KRUFi9r0m2rMLRiaHKW5KegXn8Gu/NVPuvjOmfx8Q4J0FOUtyGAQPCVn1e3jYGWhEXrv1Uj844/Y50XUDsgpiswUyqihWoK98rk1YsKwGLJ+yFRnpjPIzrxfedmXWQWgMOOlCTNfsOYLGKxpJXSJUcFVkwizMzoez8= 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:content-transfer-encoding:content-disposition:references; b=Hn6bVqo9NVp4PVEqmpnUY/g+WvDo9K2RnR7mA3rRIa61oLQ3QYIP+FGXRJt4JCsXKyr9ZhcsWY2FS798Ta6FjoBdvzlem81C8ub5AgSadKe07mTi6cxLBPJxP/0Pi7RPQJtpeY6KGTGbXARGX5X8ou1txYfiJFSw3IILcqOKZ94= Received: by 10.141.28.12 with SMTP id f12mr404875rvj.1194542939931; Thu, 08 Nov 2007 09:28:59 -0800 (PST) Received: by 10.65.107.3 with HTTP; Thu, 8 Nov 2007 09:28:59 -0800 (PST) Message-ID: Date: Thu, 8 Nov 2007 12:28:59 -0500 From: "Aryeh Friedman" To: tecnologia@expresso.com.br, "freebsd-questions@freebsd.org" In-Reply-To: <200711081455.39635.cesar@expresso.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200711081455.39635.cesar@expresso.com.br> Cc: Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 17:29:06 -0000 On Nov 8, 2007 11:55 AM, Expresso Digital ISP wrote: > Hi, my name is Cesar. > > I'd like to know what is the diference between 7.0 and 6.3 and why create a > newest version and after old version. 6.X is the last of versions meant primarilly for single processing machines (with some after thought payed to multiprocessing). 7.X is the beginning of the versions specifically designed with multiprocessing/cores in mind Under the hood many things have been changed improved in 7.... the offical recommendation is 6.3 is for people who can *NOT* upgrade to 7 for whatever reason and everyone else should use 7... note as far most people can tell there is no "easy" way to upgrade to 7 if you have 6 installed so you should start with 7 From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:29: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 75FDD16A420 for ; Thu, 8 Nov 2007 17:29:22 +0000 (UTC) (envelope-from lbalbalba@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id E346913C4C1 for ; Thu, 8 Nov 2007 17:29:20 +0000 (UTC) (envelope-from lbalbalba@gmail.com) Received: by mu-out-0910.google.com with SMTP id i10so242135mue for ; Thu, 08 Nov 2007 09:29:12 -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=2u3UEGbGVF3EwiIpcuYFxlAWXVTnS+5i2b6q5z32Is0=; b=TgmSoLCuybuBXCNxVZfISDR988RQ5WUYMw9Ef3c+sUn2c1UOcq0ufH+T1EGyLPiefyybuvtAWvKg6b1nA49rXXw7mcuTRg+cmu4zehT65kM3Jic4uLwVKJZlFaABlmFCGAA/t5/jMbsVjie/kM6an7kZMcvZpEOpyajfiTkg9zM= 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=mhuThPFqsROqGDsUAqoYjJ3RNYF8A+andiIOv+2+q+0jvpAH4XweLePIMs4/XMrUzjTXlTCNfyiDAOtJULvrw9BioIOU45VLBd9ndSOk1ihoD/trv+LEX9j53e7qfgJCDLqFxs8WXBxGqmlSIeFCvRjJItomxJxpE3TASlFvkrg= Received: by 10.82.171.16 with SMTP id t16mr1725760bue.1194541300165; Thu, 08 Nov 2007 09:01:40 -0800 (PST) Received: by 10.82.100.3 with HTTP; Thu, 8 Nov 2007 09:01:40 -0800 (PST) Message-ID: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> Date: Thu, 8 Nov 2007 18:01:40 +0100 From: "John Smith" To: "FreeBSD Questions Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Determine FreeBSD version of binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 17:29:22 -0000 Hi, I was wondering if it was possible to determine for what version of FreeBSD a binary was compiled, purely by examining the binary? Any and all help and suggestions are greatly appreciated, Thanks, john Smith From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:40: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 ED2DA16A41B for ; Thu, 8 Nov 2007 17:40:14 +0000 (UTC) (envelope-from richard@inf.ed.ac.uk) Received: from nutty.inf.ed.ac.uk (nutty.inf.ed.ac.uk [129.215.216.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6EE1A13C4A8 for ; Thu, 8 Nov 2007 17:40:13 +0000 (UTC) (envelope-from richard@inf.ed.ac.uk) Received: from macpro.inf.ed.ac.uk (macpro.inf.ed.ac.uk [129.215.164.231]) by nutty.inf.ed.ac.uk (8.13.8/8.13.8) with ESMTP id lA8GGK5K007604 for ; Thu, 8 Nov 2007 16:16:20 GMT Received: by macpro.inf.ed.ac.uk (Postfix, from userid 26013) id CF499284AD6; Thu, 8 Nov 2007 16:16:17 +0000 (GMT) From: Richard Tobin To: freebsd-questions@freebsd.org Organization: just say no X-Mailer: Ream 5.1.51-richard-mac Message-Id: <20071108161617.CF499284AD6@macpro.inf.ed.ac.uk> Date: Thu, 8 Nov 2007 16:16:17 +0000 (GMT) Subject: Leopard on Mac with FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 17:40:15 -0000 A couple of months ago I bought a new (Intel) Mac Mini, used Boot Camp to partition the disk, and installed FreeBSD 6.2 in the second partition. Now I want to install Leopard, but it say "You cannot install Mac OS X on this volume... repartition this disk as 'GUID Partition Table'. Note: you will lose all data on this disk by repartitioning it". According to the Mac OS disk utility, the disk has an MBR partition map. I thought it had both, but I no longer remember the exact details of how I installed it. Any suggestions as to how to get around this? Preferably without re-installing FreeBSD. -- Richard From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:42: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 CCB1E16A475 for ; Thu, 8 Nov 2007 17:42:15 +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 8C5F613C4F2 for ; Thu, 8 Nov 2007 17:42:15 +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: Thu, 8 Nov 2007 12:45:01 -0500 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC220F4424C7@ms05.mailstreet2003.net> In-Reply-To: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Determine FreeBSD version of binary Thread-Index: AcgiLRfO9FiL8r2pTh6A1Cy4qBc0ywAAekGw References: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> From: "Chris Haulmark" To: "John Smith" , "FreeBSD Questions Mailing List" Cc: Subject: RE: Determine FreeBSD version of binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 17:42:15 -0000 =20 > Hi, >=20 >=20 >=20 > I was wondering if it was possible to determine for what version of > FreeBSD a binary was compiled, purely by examining the binary? Try using strings to examine the binary file for clues. Chris >=20 >=20 > Any and all help and suggestions are greatly appreciated, >=20 >=20 >=20 > Thanks, >=20 >=20 > john Smith > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:48: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 5D8E616A419 for ; Thu, 8 Nov 2007 17:48:24 +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 7DD3513C480 for ; Thu, 8 Nov 2007 17:48:22 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: (qmail 3594 invoked by uid 79); 8 Nov 2007 17:48:06 -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/4702. spamassassin: 3.1.8. perlscan: 1.25-st-qms. Clear:RC:1(192.168.64.1):. Processed in 0.021538 secs); 08 Nov 2007 17:48:06 -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.021538 secs Process 3587) Received: from unknown (HELO lobo.ipad.com.br) (mario.lobo@ipad.com.br@192.168.64.1) by ipad.com.br with SMTP; 8 Nov 2007 17:48:06 -0000 From: Mario Lobo Organization: IPAD To: freebsd-questions@freebsd.org Date: Thu, 8 Nov 2007 14:48:47 -0300 User-Agent: KMail/1.9.7 References: <200711081455.39635.cesar@expresso.com.br> In-Reply-To: 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: <200711081448.48390.mario.lobo@ipad.com.br> Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 17:48:24 -0000 On Thursday 08 November 2007, Aryeh Friedman wrote: > On Nov 8, 2007 11:55 AM, Expresso Digital ISP wro= te: > > Hi, my name is Cesar. > > > > I'd like to know what is the diference between 7.0 and 6.3 and why crea= te > > a newest version and after old version. > > 6.X is the last of versions meant primarilly for single processing > machines (with some after thought payed to multiprocessing). > > 7.X is the beginning of the versions specifically designed with > multiprocessing/cores in mind > > Under the hood many things have been changed improved in 7.... the > offical recommendation is 6.3 is for people who can *NOT* upgrade to 7 > for whatever reason and everyone else should use 7... note as far most > people can tell there is no "easy" way to upgrade to 7 if you have 6 > installed so you should start with 7 > _______________________________________________ > 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" Concerning this, I've "cvsuping" to 6-CURRENT on a dual-core desktop. The=20 system is running well, but I'd really like to move up to 7. Can it be done= =20 through cvsup from 6.2-STABLE to 7-CURRENT or is it "wiser" to install from= =20 scratch? any upgrade gotchas/procedure ? I searched the web and the only=20 reference I found was: http://people.freebsd.org/~rse/upgrade/freebsd-upgrade-6x-7x.txt which states: "ATTENTION: THIS UPGRADE PROCEDURE MIGHT NOT WORK FOR YOU AS YOUR ENVIRONMENT IS DIFFERENT. ALSO, THIS UPGRADE PROCEDURES MIGHT DESTROY YOUR SYSTEM AND YOU POTENTIALLY MIGHT LOOSE DATA. NO WARRANTY AT ALL. USE IT AT YOUR OWN RISK!" The procedure is far from a regular source upgrade (like the one noted in=20 UPDATING from 5x -> 6x), hence, my doubts. Also, concerning this statement > 7.X is the beginning of the versions specifically designed with > multiprocessing/cores in mind Does this mean that 6.x will perform better on single cpu systems? =2D-=20 Mario Lobo Seguran=E7a de Redes - Desenvolvimento e An=E1lise IPAD - Instituto de Pesquisa e Apoio ao Desenvolvimento Tecnol=F3gico e=20 Cient=EDfico From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:39: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 D487A16A46E for ; Thu, 8 Nov 2007 17:39:34 +0000 (UTC) (envelope-from leonard_lilla@gmx.net) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id A32EC13C4EA for ; Thu, 8 Nov 2007 17:39:34 +0000 (UTC) (envelope-from leonard_lilla@gmx.net) MIME-version: 1.0 Received: from tower1xp ([24.200.22.162]) by VL-MH-MR001.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0JR7007823LW9A50@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@FreeBSD.org; Thu, 08 Nov 2007 11:10:45 -0500 (EST) Message-id: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> From: Leonard Lilla To: freebsd-questions@FreeBSD.org Date: Thu, 08 Nov 2007 11:09:06 -0500 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-index: AcgeuuD23VgLM5veS2m/eme2eUkRUQ== X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Mailman-Approved-At: Thu, 08 Nov 2007 17:50:18 +0000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 17:39:35 -0000 Wow, Talk about a horrible install. Install this CD, now that now this now that now this now that!!! It goes on and on. Please do think about people that are trying your install and are less knowledgeable and install using your 2 cd install. It is just horrible how many times I went from CD1 to CD2 and forth and back and back and forth. Just a killer. If I needed exercise I would have called my trainer. I hope that I will be able to say better things about the rest of the install or the OS. Well, I can. Install sucks. If I click on something there is no recourse. Just a next and no back. I did not have the right cd once and that port did not install, period. no retry or skip. Just done with it. There are simply no error handling or user fault anticipation in your install. Not friendly. Leo From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:52: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 E6B1F16A47C for ; Thu, 8 Nov 2007 17:52:26 +0000 (UTC) (envelope-from lbalbalba@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 69C0613C4A6 for ; Thu, 8 Nov 2007 17:52:26 +0000 (UTC) (envelope-from lbalbalba@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so265287fka for ; Thu, 08 Nov 2007 09:52: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=KWY0svBxhZl9c23l9/LhtI37QPNI9lrWYkv6hhioHW4=; b=pE9H7FwEcA8UJ7Z3Xw1TBeFdhJDfUNB3QnVuaoIx7daBr68oTND2pxewC7Q7DDR0KuBK3pzgWXMbYyRlCBmVlZbUJxJ51gABMsCRSz08JZiwn0PUc0LkLwB6EvJwjUj5lN1aEmlVPlDs8FtKxI+kwzjy4SEyky0Cy9X5iRTeFR8= 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=r+2ekaapSZc0wbU9xJ0Y2ht7pteQI/5ukMjVn5IVUf1urDlnd+Of/cSG1j2eAdynpDKJIlX16u6hlZ0BRd4J9C5IuY+gWHO6oECLINiwrj7BrsODA9CzcOW6TVfiGaedy470X8zAKfhJvXPHiYPU1iBPWIvY5GeenbH1EkETKyI= Received: by 10.82.126.5 with SMTP id y5mr1788671buc.1194544339622; Thu, 08 Nov 2007 09:52:19 -0800 (PST) Received: by 10.82.100.3 with HTTP; Thu, 8 Nov 2007 09:52:19 -0800 (PST) Message-ID: <6dcf0dbc0711080952p7230c645ub8133452c69ccfe4@mail.gmail.com> Date: Thu, 8 Nov 2007 18:52:19 +0100 From: "John Smith" To: "Chris Haulmark" In-Reply-To: <6FC9F9894A9F8C49A722CF9F2132FC220F4424C7@ms05.mailstreet2003.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> <6FC9F9894A9F8C49A722CF9F2132FC220F4424C7@ms05.mailstreet2003.net> Cc: FreeBSD Questions Mailing List Subject: Re: Determine FreeBSD version of binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 17:52:27 -0000 On Nov 8, 2007 6:45 PM, Chris Haulmark wrote: > > Try using strings to examine the binary file for clues. > Thanks, but... exactly what kind of 'clues' should I be looking for ? Is there anything in particular that could be helpful or give me some kind of hint ? Regards, John Smith From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:59: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 9770716A41B for ; Thu, 8 Nov 2007 17:59:27 +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 5547313C494 for ; Thu, 8 Nov 2007 17:59:27 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from phoenix (hnvr-4db3ee08.pool.einsundeins.de [77.179.238.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id DCA7BA44529; Thu, 8 Nov 2007 18:53:29 +0100 (CET) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Thu, 8 Nov 2007 18:59:59 +0100 User-Agent: KMail/1.9.7 References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> In-Reply-To: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711081900.00189.wundram@beenic.net> Cc: Leonard Lilla Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 17:59:27 -0000 Am Donnerstag, 8. November 2007 17:09:06 schrieb Leonard Lilla: > Sorry if my reply seems elitist, but if you really think the installation is that bad, now is the perfect chance and time for you to become involved with FreeBSD by making it better. If you can't or won't do that, please stop complaining, and for your own good, move on. -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:59: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 29CB816A41B for ; Thu, 8 Nov 2007 17:59:51 +0000 (UTC) (envelope-from ovi@unixservers.us) Received: from webserver.easyhosting.ro (unixware.iasi.rdsnet.ro [86.124.41.195]) by mx1.freebsd.org (Postfix) with ESMTP id D322913C4CB for ; Thu, 8 Nov 2007 17:59:50 +0000 (UTC) (envelope-from ovi@unixservers.us) Received: from [10.0.0.14] (unknown [10.0.0.14]) (Authenticated sender: ovi@unixservers.us) by webserver.easyhosting.ro (Postfix) with ESMTP id 25FE7FD029; Thu, 8 Nov 2007 19:41:17 +0200 (EET) Message-ID: <473349DD.8020104@unixservers.us> Date: Thu, 08 Nov 2007 19:39:41 +0200 From: Ovi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Atanas Gendov References: <36e46ac80711060735r45fea5f5vc7dc96e90bda7914@mail.gmail.com> In-Reply-To: <36e46ac80711060735r45fea5f5vc7dc96e90bda7914@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: 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: Thu, 08 Nov 2007 17:59:51 -0000 Atanas Gendov wrote: >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 >_______________________________________________ >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" > > > Indeed, it would be interesting to have it in 7, as they say they've almost dubled PF performance. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 17:59: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 23F1616A41B for ; Thu, 8 Nov 2007 17:59:55 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 064FD13C491 for ; Thu, 8 Nov 2007 17:59:53 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lA8Hxphw021547; Thu, 8 Nov 2007 20:59:52 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.2/8.14.2/Submit) id lA8HxpKR021546; Thu, 8 Nov 2007 20:59:51 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Thu, 8 Nov 2007 20:59:51 +0300 From: Yuri Pankov To: John Smith Message-ID: <20071108175951.GC18314@darklight.org.ru> References: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Questions Mailing List Subject: Re: Determine FreeBSD version of binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 17:59:55 -0000 On Thu, Nov 08, 2007 at 06:01:40PM +0100, John Smith wrote: > Hi, > > > > I was wondering if it was possible to determine for what version of > FreeBSD a binary was compiled, purely by examining the binary? > > > Any and all help and suggestions are greatly appreciated, > > > > Thanks, > > > john Smith May be not entirely correct, but close: ldd binary | grep libc.so libc.so.4 - 4.x, libc.so.5 - 5.x, libc.so.6 - 6x, libc.so.7 - 7.x (and 8-CURRENT at the moment). HTH, Yuri From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 18:10: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 09F7616A41B for ; Thu, 8 Nov 2007 18:10:10 +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 C558213C4B8 for ; Thu, 8 Nov 2007 18:10:07 +0000 (UTC) (envelope-from jaikat@email.unc.edu) Received: from [152.23.75.195] (dhcp29913.wireless.unc.edu [152.23.75.195]) (authenticated bits=0) by smtp.unc.edu (8.13.4/8.13.4) with ESMTP id lA8I9JBR005620; Thu, 8 Nov 2007 13:09:19 -0500 (EST) Message-ID: <473350CD.3060600@email.unc.edu> Date: Thu, 08 Nov 2007 13:09:17 -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: Jay Aikat References: <473329C6.1050505@email.unc.edu> <20071108154838.GA659@owl.midgard.homeip.net> <47333571.1080701@email.unc.edu> <20071108162224.GA1283@owl.midgard.homeip.net> <47334400.5010208@email.unc.edu> In-Reply-To: <47334400.5010208@email.unc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 6.1 install and multiple drives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 18:10:10 -0000 Just an update to this (my own) question below. Turns out the mfi_ioctl.h file is not listed as an updated one in the list below, but I needed to change that file as well. So, I copied that from the 6.2 distribution as well, and then the kernel compiled fine. Even better, I was then able to, with the new kernel installed, fdisk and label my other 7 drives - no problems! Thanks to Erik and this very helpful list! --Jay. Jay Aikat wrote: > Erik, > Thanks. I used the CVS repository directly. It turns out that that > still has the old versions of these files for 6.1. So, I grabbed the > files for 6.2 instead and compiled them into my kernel. Doesn't work. > Error included below for reference. > > Would you know if there is someone I could contact to get the 6.1 > updates for these files, if it is not in the repository? Thanks, > > Error in make: > ./../dev/mfi/mfi.c > ../../../dev/mfi/mfi.c: In function `mfi_ioctl': > ../../../dev/mfi/mfi.c:1824: error: storage size of 'l_ioc' isn't known > ../../../dev/mfi/mfi.c:1824: warning: unused variable `l_ioc' > ../../../dev/mfi/mfi.c:1845: error: storage size of 'l_aen' isn't known > ../../../dev/mfi/mfi.c:1845: warning: unused variable `l_aen' > ../../../dev/mfi/mfi.c: In function `mfi_linux_ioctl_int': > ../../../dev/mfi/mfi.c:1876: error: storage size of 'l_ioc' isn't known > ../../../dev/mfi/mfi.c:1877: error: storage size of 'l_aen' isn't known > ../../../dev/mfi/mfi.c:1894: error: `MAX_LINUX_IOCTL_SGE' undeclared > (first use in this function) > ../../../dev/mfi/mfi.c:1894: error: (Each undeclared identifier is > reported only once > ../../../dev/mfi/mfi.c:1894: error: for each function it appears in.) > ../../../dev/mfi/mfi.c:1994: error: dereferencing pointer to incomplete > type > ../../../dev/mfi/mfi.c:1876: warning: unused variable `l_ioc' > ../../../dev/mfi/mfi.c:1877: warning: unused variable `l_aen' > *** Error code 1 > > --jay. > > > Erik Trulsson wrote: >> On Thu, Nov 08, 2007 at 11:12:33AM -0500, Jay Aikat wrote: >>> Erik, >>> Thanks a ton for this info! One more (this rather lame) question >>> - sorry. Where can I download the latest files for this mfi driver >>> from? The ftp archive for old releases does not seem to have this. >>> ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/6.1-RELEASE >>> >>> >>> Thanks! >>> --Jay. >>> >> >> (The FTP archive should have all the files, but probably not in a format >> that can be easily accessed without first installing the release.) >> >> You can always get any version of the source files directly from the CVS >> repository. See http://www.freebsd.org/developers/cvs.html for >> information >> on that. >> >> You might also get away with simply copying the files (either source >> or the >> pre-compiled kernel module) from 6.2-RELEASE >> There is no guarantee that this will work (since the updated driver might >> depend on some other changes) but it might be worth a try. >> >> >>> Erik Trulsson wrote: >>>> On Thu, Nov 08, 2007 at 10:22:46AM -0500, Jay Aikat wrote: >>>>> I am trying to install FreeBSD 6.1 on a Dell Poweredge 2900 which >>>>> has an Intel dual-core processor, and 8 drives on a SATA backplane, >>>>> connected to a PERC 5i controller. They are setup as just a bunch >>>>> of disks, and not raided. >>>>> >>>>> Here's the issue: >>>>> -- 6.2 installs fine (but I need 6.1 for some hardware we installed >>>>> on this machine that only works with 6.1, not 6.2) >>>>> >>>>> -- 6.1 install fails with a vm-fault error after starting to write >>>>> to disk0 (if all 8 drives have been fdisked and labeled). >>>>> >>>>> -- 6.1 installs fine if I fdisk and label only the drive0 (mfid0) >>>>> >>>>> But after installing 6.1 using only one drive, if I then run >>>>> sysinstall to add more drives, fdisk works fine, but when I run >>>>> label, and then "write" it crashes, and then I can't even boot into >>>>> the disk0 b/c its partitions have become corrupted. >>>>> >>>>> What seems to be happening is that "label" somehow seems to be >>>>> duplicating the /var partition in disk0 into the disk1 partition. >>>>> Then if I add disk2, label seems to be duplicating the disk1 >>>>> partition onto disk2. (this duplication problem I discover when I >>>>> try to label outside of sysinstall). >>>>> >>>>> Has anyone seen this bizarre behavior - seems like a bug in >>>>> bsdlabel in 6.1 - not sure. Any help or suggestions are highly >>>>> appreciated. Thanks, >>>>> --jay. >>>>> >>>> I think I remember seeing a similar bugreport in the past. If I >>>> remember >>>> correctly it was a bug in the driver for the disk controller. >>>> The commit entry quoted below was likely the one which fixed the >>>> problem >>>> (it was merged to 6-STABLE a couple of weeks later.) >>>> As you can see from the date it was made after 6.1 was out, but before >>>> 6.2 was out, so it is not surprising 6.2 works while 6.1 does not. >>>> ps 2006-06-20 22:41:44 UTC >>>> FreeBSD src repository >>>> Modified files: >>>> sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h >>>> mfivar.h >>>> Log: >>>> Instead of using scsi probes to do device discovery, use the >>>> firmware >>>> commands to grab the device listing. This resolves issues using >>>> multiple volumes, where each volume was actually internally >>>> pointing >>>> to target 0. >>>> Revision Changes Path >>>> 1.11 +77 -202 src/sys/dev/mfi/mfi.c >>>> 1.4 +3 -9 src/sys/dev/mfi/mfi_disk.c >>>> 1.3 +1 -0 src/sys/dev/mfi/mfi_pci.c >>>> 1.3 +96 -0 src/sys/dev/mfi/mfireg.h >>>> 1.3 +1 -3 src/sys/dev/mfi/mfivar.h >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> "freebsd-questions-unsubscribe@freebsd.org" >> From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 18:24: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 6886516A418 for ; Thu, 8 Nov 2007 18:24:38 +0000 (UTC) (envelope-from jhorne@dfwlp.org) 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 2238513C4B7 for ; Thu, 8 Nov 2007 18:24:37 +0000 (UTC) (envelope-from jhorne@dfwlp.org) 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 lA8INTR1029566 for ; Thu, 8 Nov 2007 12:23:29 -0600 (CST) (envelope-from jhorne@dfwlp.org) Received: (from www@localhost) by pollux.dfwlp.com (8.13.8/8.13.8/Submit) id lA8INTXr029565 for freebsd-questions@freebsd.org; Thu, 8 Nov 2007 12:23:29 -0600 (CST) (envelope-from jhorne@dfwlp.org) X-Authentication-Warning: pollux.dfwlp.com: www set sender to jhorne@dfwlp.org using -f Received: from 167.246.36.14 ([167.246.36.14]) by webmail.dfwlp.org (Horde MIME library) with HTTP; Thu, 08 Nov 2007 12:23:29 -0600 Message-ID: <20071108122329.f4hpzy1m2gwgswk4@webmail.dfwlp.org> Date: Thu, 08 Nov 2007 12:23:29 -0600 From: Jonathan Horne To: freebsd-questions@freebsd.org References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> <200711081900.00189.wundram@beenic.net> In-Reply-To: <200711081900.00189.wundram@beenic.net> 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=-1.8 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: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 18:24:38 -0000 Quoting "Heiko Wundram (Beenic)" : > Am Donnerstag, 8. November 2007 17:09:06 schrieb Leonard Lilla: >> > > Sorry if my reply seems elitist, but if you really think the installation is > that bad, now is the perfect chance and time for you to become involved with > FreeBSD by making it better. > > If you can't or won't do that, please stop complaining, and for your > own good, > move on. > > -- > Heiko Wundram > Product & Application Development well said. plus, there is always: http://www.google.com/search?hl=en&q=how+to+make+a+freebsd+dvd.iso -- Jonathan Horne http://www.dfwlp.org jhorne@dfwlp.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 18:33: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 4DE1816A417 for ; Thu, 8 Nov 2007 18:33:09 +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 D4DBA13C4B6 for ; Thu, 8 Nov 2007 18:33:08 +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 lA8IWeIh063880; Thu, 8 Nov 2007 19:32:40 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id F12B7B8FC; Thu, 8 Nov 2007 19:32:39 +0100 (CET) Date: Thu, 8 Nov 2007 19:32:39 +0100 From: Roland Smith To: Mario Lobo Message-ID: <20071108183239.GA65453@slackbox.xs4all.nl> Mail-Followup-To: Mario Lobo , freebsd-questions@freebsd.org References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <200711081448.48390.mario.lobo@ipad.com.br> 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: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 18:33:09 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 08, 2007 at 02:48:47PM -0300, Mario Lobo wrote: > Concerning this, I've "cvsuping" to 6-CURRENT on a dual-core desktop. The= =20 > system is running well, but I'd really like to move up to 7. Can it be do= ne=20 > through cvsup from 6.2-STABLE to 7-CURRENT or is it "wiser" to install fr= om=20 > scratch? any upgrade gotchas/procedure ? It _can_ be done. (I've done it). First, make a list of all your ports (portmaster -L works fine for that). Then csup to RELENG_7. Then follow the instructions from /usr/src/Makefile (the bit about 'upgrade their source'). I've outlined the process below, with my own additions marked with lowercase letters a. Make backups b. Read /usr/src/UPDATING 1. `cd /usr/src' (or to the directory containing your source tree). 2. `make buildworld' 3. `make buildkernel KERNCONF=3DYOUR_KERNEL_HERE' (default is GENERIC= ). 4. `make installkernel KERNCONF=3DYOUR_KERNEL_HERE' (default is GENERIC= ). [steps 3. & 4. can be combined by using the "kernel" target] 5. `reboot' (in single user mode: boot -s from the loader prompt). 6. `mergemaster -p' 7. `make installworld' 8. `make delete-old' 9. `mergemaster' 10. `reboot' c. `pkg_delete -a' (delete all your ports) 11. `make delete-old-libs' (in case no 3rd party program uses them anymore) d. Reinstall all root and leaf ports. Dependencies will then be installed automatically. 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) --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHM1ZHEnfvsMMhpyURApo/AJ9f1xDdd6YYpf85xlQxFY5vSo11+gCdF1gq Z9mmR94BemsMs+Oth6GL9xg= =qaBu -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 19:12: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 7E84516A418 for ; Thu, 8 Nov 2007 19:12:18 +0000 (UTC) (envelope-from simonychang@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 4A7A113C4FF for ; Thu, 8 Nov 2007 19:12:18 +0000 (UTC) (envelope-from simonychang@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so213633rvb for ; Thu, 08 Nov 2007 11:12:09 -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=PW63eRr4zX/zvV0cAn6RUDuvyZA1Zk2YlWTjTLqIges=; b=clPpm7Od0hvzySq9qlvZVd50N+aNBnUTQmriXR2JhUtKqRQ4TQaLzAKlTuA0f9ubcGssT5zHPad1Nxl5D1QLs2YN7cqv5nb5GG+N3I5p5jz6FRqAIr/Mooi9oX+P3/n9kBDtvgNK1MzfxjtDCPuzc2cAZwW5wOm3dtz+uPKeIM0= 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=F/7Fmp8Tjer7lp3Q8eMPvqcs5ndz1mZO0Jk2UyfYCF1MXjBfXFPdf7n5pmbQh5kO+AIRoXZWfXXUtLH4gtv3L/Wm7DSQONw//ujsUSLU9FzXHYkwelcjKTZdaAKQkKsTONZkQatpzEDfmAd5HRGlnKAEZLC8QPlD8yh/LTOnVaQ= Received: by 10.140.169.4 with SMTP id r4mr437048rve.1194547450740; Thu, 08 Nov 2007 10:44:10 -0800 (PST) Received: by 10.140.203.18 with HTTP; Thu, 8 Nov 2007 10:44:10 -0800 (PST) Message-ID: <8efc42630711081044j6d64d7e8o8457481f68c66b1b@mail.gmail.com> Date: Thu, 8 Nov 2007 13:44:10 -0500 From: "Simon Chang" To: "Leonard Lilla" In-Reply-To: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> Cc: freebsd-questions@freebsd.org Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 19:12:18 -0000 ...COMPLAINING... For someone who speaks five languages and works in IT, he sure seems rather obtuse. There are only two CDs, with one of them being "Disc 1" and the other "Disc 2". If he can't follow simple directions I suggest that he checks out Fedora Core, which at last count weighs in at six (6) CDs!!! SC From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 19:15: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 F2F0616A4E0 for ; Thu, 8 Nov 2007 19:15:18 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id AB8B513C4AA for ; Thu, 8 Nov 2007 19:15:18 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id lA8JFBDm090272; Thu, 8 Nov 2007 14:15:11 -0500 (EST) (envelope-from bitabyss@gmail.com) Message-ID: <4733603F.2060206@gmail.com> Date: Thu, 08 Nov 2007 14:15:11 -0500 From: Rob User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: Leonard Lilla References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> In-Reply-To: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 19:15:19 -0000 Leonard Lilla wrote: > Talk about a horrible install. Install this CD, now that now > this now that now this now that!!! It goes on and on. Please do think about > people that are trying your install and are less knowledgeable and install > using your 2 cd install. It is just horrible how many times I went from CD1 You're doing something wrong, or at least sub-optimal. Unfortunately, some of the online documentation isn't as good as it could be. I NEVER screw with the 2nd CD. I don't even download it. Try installing from CD 1; do NOT do any of the ports or package installs. That stuff is out of data by the time you install it anyway. Read up in the handbook on how to use portsnap to install a current version of ports over the net, port installation. If you're trying to build a workstation (ie: with X') rather than a server, consider using PC-BSD or Freesbie (google it). -Rob From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 19:28: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 4B6C116A419 for ; Thu, 8 Nov 2007 19:28:06 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id A331013C4B6 for ; Thu, 8 Nov 2007 19:28:05 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id lA8JRw1d021410; Thu, 8 Nov 2007 19:28:00 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <4733633E.2050800@infracaninophile.co.uk> Date: Thu, 08 Nov 2007 19:27:58 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.6 (X11/20071031) MIME-Version: 1.0 To: Mario Lobo , freebsd-questions@freebsd.org References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> In-Reply-To: <20071108183239.GA65453@slackbox.xs4all.nl> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Thu, 08 Nov 2007 19:28:00 +0000 (GMT) X-Virus-Scanned: ClamAV 0.91.2/4709/Thu Nov 8 17:19:26 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on happy-idiot-talk.infracaninophile.co.uk Cc: Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 19:28:06 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Roland Smith wrote: > On Thu, Nov 08, 2007 at 02:48:47PM -0300, Mario Lobo wrote: > >> Concerning this, I've "cvsuping" to 6-CURRENT on a dual-core desktop. The >> system is running well, but I'd really like to move up to 7. Can it be done >> through cvsup from 6.2-STABLE to 7-CURRENT or is it "wiser" to install from >> scratch? any upgrade gotchas/procedure ? > > It _can_ be done. (I've done it). > > First, make a list of all your ports (portmaster -L works fine for > that). Then csup to RELENG_7. Then follow the instructions from > /usr/src/Makefile (the bit about 'upgrade their source'). I've outlined > the process below, with my own additions marked with lowercase letters > > > a. Make backups > b. Read /usr/src/UPDATING > 1. `cd /usr/src' (or to the directory containing your source tree). > 2. `make buildworld' > 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > [steps 3. & 4. can be combined by using the "kernel" target] > 5. `reboot' (in single user mode: boot -s from the loader prompt). > 6. `mergemaster -p' > 7. `make installworld' > 8. `make delete-old' > 9. `mergemaster' > 10. `reboot' > c. `pkg_delete -a' (delete all your ports) > 11. `make delete-old-libs' (in case no 3rd party program uses them anymore) > d. Reinstall all root and leaf ports. Dependencies will then be > installed automatically. I went through this process myself in pretty much the order you describe. Due to bitter experience, I'd say that reinstalling all ports should be done before 'make delete-old-libs' -- by killing all the old 6.x shlibs you make it hard to run most software previously installed under 6.x including such things as 'portupgrade'... You don't need to delete all the ports in one go and then reinstall them in another: running 'portupgrade -fa' will do the job. That can take several days to complete if you've got a machine with OpenOffice, Firefox, Thunderbird, Java, KDE, Gnome, X Windows etc. installed. If you're careful you can still keep various services running during that time, restarting them one by one as the various applications get upgraded. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHM2M98Mjk52CukIwRCKH4AJ4gJIT44n362bBx5HoJBmH7lK7btgCeIRnM Q96Es35B8i1R02vB/ZjkjY4= =2Ogk -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 19:37: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 0D47F16A421 for ; Thu, 8 Nov 2007 19:37:29 +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 A501113C4BE for ; Thu, 8 Nov 2007 19:37:28 +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 lA8JbBX8070007; Thu, 8 Nov 2007 12:37:11 -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 lA8JbBFM070004; Thu, 8 Nov 2007 12:37:11 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 8 Nov 2007 12:37:11 -0700 (MST) From: Warren Block To: Andrew Falanga In-Reply-To: <340a29540711080658y2567679epd1e11c584d1c9ed2@mail.gmail.com> Message-ID: <20071108123459.J69893@wonkity.com> References: <340a29540711080658y2567679epd1e11c584d1c9ed2@mail.gmail.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]); Thu, 08 Nov 2007 12:37:11 -0700 (MST) Cc: User Questions Subject: Re: Botched X.org upgrade, need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 19:37:29 -0000 On Thu, 8 Nov 2007, Andrew Falanga wrote: > Well, at last I think it's botched. I really was following the directions > (I have the script file as UPDATING suggests to prove it :-), but the > upgrade didn't work as the X server failed to start after I rebooted. I'm > hoping some kind person here will know the answer before I e-mail the list > mentioned in that section of UPDATING. Anyway, that's basically, what > happened. I have kdm set to start on bootup and it complained that X failed > to start. > > When I got to the point of "portupgrade -aP" in the UPDATING section for > X.org 6.9 -> 7.2; I decided to go with that command instead of "portupgrade > -a" thinking that by now, even for amd64, the packages would be available. > Perhaps a bad assumption. Anyway, once that completed, the stats reported > by portupgrade were disconcerting but I thought that it was ok and > continued. portupgrade reported that only 2 packages were porcessed, most > were ignored with 50 some skipped and 1 failed. > > I then proceeded to the mergebase.sh script, ran that and when I was > satisfied that all was done as expected, I rebooted my machine. Well, > that's when X failed to start. So, how would I go about correcting this > problem? You'll at least have to do a portupgrade -a to get all the ports that still need to be built. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 19:39:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30FDC16A421 for ; Thu, 8 Nov 2007 19:39:56 +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 1E43813C4B8 for ; Thu, 8 Nov 2007 19:39:54 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: (qmail 44041 invoked by uid 79); 8 Nov 2007 19:39:47 -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/4702. spamassassin: 3.1.8. perlscan: 1.25-st-qms. Clear:RC:1(192.168.64.1):. Processed in 0.021653 secs); 08 Nov 2007 19:39:47 -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.021653 secs Process 44034) Received: from unknown (HELO lobo.ipad.com.br) (mario.lobo@ipad.com.br@192.168.64.1) by ipad.com.br with SMTP; 8 Nov 2007 19:39:47 -0000 From: Mario Lobo Organization: IPAD To: freebsd-questions@freebsd.org Date: Thu, 8 Nov 2007 16:40:27 -0300 User-Agent: KMail/1.9.7 References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> In-Reply-To: <20071108183239.GA65453@slackbox.xs4all.nl> 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: <200711081640.28429.mario.lobo@ipad.com.br> Cc: Roland Smith Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 19:39:56 -0000 On Thursday 08 November 2007, Roland Smith wrote: > On Thu, Nov 08, 2007 at 02:48:47PM -0300, Mario Lobo wrote: > > Concerning this, I've "cvsuping" to 6-CURRENT on a dual-core desktop. T= he > > system is running well, but I'd really like to move up to 7. Can it be > > done through cvsup from 6.2-STABLE to 7-CURRENT or is it "wiser" to > > install from scratch? any upgrade gotchas/procedure ? > > It _can_ be done. (I've done it). > > First, make a list of all your ports (portmaster -L works fine for > that). Then csup to RELENG_7. Then follow the instructions from > /usr/src/Makefile (the bit about 'upgrade their source'). I've outlined > the process below, with my own additions marked with lowercase letters > > > a. Make backups > b. Read /usr/src/UPDATING > 1. `cd /usr/src' (or to the directory containing your source tree= ). > 2. `make buildworld' > 3. `make buildkernel KERNCONF=3DYOUR_KERNEL_HERE' (default is GENER= IC). > 4. `make installkernel KERNCONF=3DYOUR_KERNEL_HERE' (default is GENER= IC). > [steps 3. & 4. can be combined by using the "kernel" target] > 5. `reboot' (in single user mode: boot -s from the loader prompt= ). > 6. `mergemaster -p' > 7. `make installworld' > 8. `make delete-old' > 9. `mergemaster' > 10. `reboot' > c. `pkg_delete -a' (delete all your ports) > 11. `make delete-old-libs' (in case no 3rd party program uses them > anymore) d. Reinstall all root and leaf ports. Dependencies will then be > installed automatically. > > Roland Wow ! Thanks, Roland !! Just what I needed.=20 One last question. You said "csup to RELENG_7". I use cvsup so should my tag be 7-RELENG ? =2D-=20 Mario Lobo Seguran=E7a de Redes - Desenvolvimento e An=E1lise IPAD - Instituto de Pesquisa e Apoio ao Desenvolvimento Tecnol=F3gico e=20 Cient=EDfico From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 19:40: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 DD5CF16A421 for ; Thu, 8 Nov 2007 19:40:53 +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 8F6C313C4B5 for ; Thu, 8 Nov 2007 19:40:52 +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 lA8Jehvq070021; Thu, 8 Nov 2007 12:40:43 -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 lA8JehvS070018; Thu, 8 Nov 2007 12:40:43 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 8 Nov 2007 12:40:43 -0700 (MST) From: Warren Block To: Leonard Lilla In-Reply-To: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> Message-ID: <20071108123749.G69893@wonkity.com> References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> 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]); Thu, 08 Nov 2007 12:40:43 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 19:40:54 -0000 On Thu, 8 Nov 2007, Leonard Lilla wrote: > > Talk about a horrible install. Install this CD, now that now > this now that now this now that!!! It goes on and on. Can't tell what you're talking about. Did you try to install "All packages"? Is that option even still available? > Please do think about people that are trying your install and are less > knowledgeable and install using your 2 cd install. It is just horrible > how many times I went from CD1 to CD2 and forth and back and back and > forth. Just a killer. If I needed exercise I would have called my > trainer. Realize that you give exactly zero specifics here. What did you do? I agree that some options on this install should be removed, as they're not helpful and give beginners more foot-shooting opportunities. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 19:46: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 8C15216A46D for ; Thu, 8 Nov 2007 19:46:04 +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 5A98313C4C4; Thu, 8 Nov 2007 19:46:02 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47336779.2090303@FreeBSD.org> Date: Thu, 08 Nov 2007 20:46:01 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Mario Lobo References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> In-Reply-To: <200711081448.48390.mario.lobo@ipad.com.br> Content-Type: text/plain; charset=windows-1255; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 19:46:04 -0000 Mario Lobo wrote: > On Thursday 08 November 2007, Aryeh Friedman wrote: >> On Nov 8, 2007 11:55 AM, Expresso Digital ISP wrote: >>> Hi, my name is Cesar. >>> >>> I'd like to know what is the diference between 7.0 and 6.3 and why create >>> a newest version and after old version. >> 6.X is the last of versions meant primarilly for single processing >> machines (with some after thought payed to multiprocessing). >> >> 7.X is the beginning of the versions specifically designed with >> multiprocessing/cores in mind >> >> Under the hood many things have been changed improved in 7.... the >> offical recommendation is 6.3 is for people who can *NOT* upgrade to 7 >> for whatever reason and everyone else should use 7... note as far most >> people can tell there is no "easy" way to upgrade to 7 if you have 6 >> installed so you should start with 7 >> _______________________________________________ >> 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" > > Concerning this, I've "cvsuping" to 6-CURRENT on a dual-core desktop. The > system is running well, but I'd really like to move up to 7. Can it be done > through cvsup from 6.2-STABLE to 7-CURRENT or is it "wiser" to install from > scratch? any upgrade gotchas/procedure ? I searched the web and the only > reference I found was: > > http://people.freebsd.org/~rse/upgrade/freebsd-upgrade-6x-7x.txt > > which states: > > "ATTENTION: THIS UPGRADE PROCEDURE MIGHT NOT WORK FOR YOU AS YOUR > ENVIRONMENT IS DIFFERENT. ALSO, THIS UPGRADE PROCEDURES MIGHT DESTROY > YOUR SYSTEM AND YOU POTENTIALLY MIGHT LOOSE DATA. NO WARRANTY AT ALL. > USE IT AT YOUR OWN RISK!" > > The procedure is far from a regular source upgrade (like the one noted in > UPDATING from 5x -> 6x), hence, my doubts. > > Also, concerning this statement > >> 7.X is the beginning of the versions specifically designed with >> multiprocessing/cores in mind > > Does this mean that 6.x will perform better on single cpu systems? Happily, no. Kris From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 19:54: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 560CC16A421 for ; Thu, 8 Nov 2007 19:54:45 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id F2E2713C4C1 for ; Thu, 8 Nov 2007 19:54:44 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id lA8JsadA085012; Thu, 8 Nov 2007 20:54:37 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id BF588B8FC; Thu, 8 Nov 2007 20:54:36 +0100 (CET) Date: Thu, 8 Nov 2007 20:54:36 +0100 From: Roland Smith To: Matthew Seaman Message-ID: <20071108195436.GA67970@slackbox.xs4all.nl> Mail-Followup-To: Matthew Seaman , Mario Lobo , freebsd-questions@freebsd.org References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> <4733633E.2050800@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <4733633E.2050800@infracaninophile.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: Mario Lobo , freebsd-questions@freebsd.org Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 19:54:45 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 08, 2007 at 07:27:58PM +0000, Matthew Seaman wrote: > > a. Make backups > > b. Read /usr/src/UPDATING > > 1. `cd /usr/src' (or to the directory containing your source tr= ee). > > 2. `make buildworld' > > 3. `make buildkernel KERNCONF=3DYOUR_KERNEL_HERE' (default is GEN= ERIC). > > 4. `make installkernel KERNCONF=3DYOUR_KERNEL_HERE' (default is GEN= ERIC). > > [steps 3. & 4. can be combined by using the "kernel" target] > > 5. `reboot' (in single user mode: boot -s from the loader prom= pt). > > 6. `mergemaster -p' > > 7. `make installworld' > > 8. `make delete-old' > > 9. `mergemaster' > > 10. `reboot' > > c. `pkg_delete -a' (delete all your ports) > > 11. `make delete-old-libs' (in case no 3rd party program uses them any= more) > > d. Reinstall all root and leaf ports. Dependencies will then be > > installed automatically. >=20 > I went through this process myself in pretty much the order you > describe. Due to bitter experience, I'd say that reinstalling > all ports should be done before 'make delete-old-libs' -- by > killing all the old 6.x shlibs you make it hard to run most > software previously installed under 6.x including such things as > 'portupgrade'... >=20 > You don't need to delete all the ports in one go and then reinstall > them in another: running 'portupgrade -fa' will do the job. Port upgrade tools are not guaranteed to work perfectly in this situation. I tried doing an update with portmanager and ended up with some binaries linked against both libc.so.6 and libc.so.7! Some ports didn't even compile. That's why I would recommend doing a clean sweep when updating to another major version. > That can take several days to complete if you've got a machine with > OpenOffice, Firefox, Thunderbird, Java, KDE, Gnome, X Windows > etc. installed. If you're careful you can still keep various services > running during that time, restarting them one by one as the various > applications get upgraded. It took me about a day and a night to reinstall everything (415 ports), mostly un-attended. But then I don't use OpenOffice nor java and fvwm2 instead of Gnome/KDE. 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) --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHM2l8EnfvsMMhpyURAr+vAJ9SiH0aZvLRwJz6cFW9F2DIoKxDigCfYqQ9 mH1Vnty2RhejttFdJENz7J4= =XM9X -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 19:55: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 F353616A41B for ; Thu, 8 Nov 2007 19:55:56 +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 1174513C4C5 for ; Thu, 8 Nov 2007 19:55:55 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-25-183.bredband.comhem.se ([83.253.25.183]:54576 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1IqDBk-0003WD-3t for freebsd-questions@freebsd.org; Thu, 08 Nov 2007 20:37:20 +0100 Received: (qmail 5716 invoked from network); 8 Nov 2007 20:37:12 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 8 Nov 2007 20:37:12 +0100 Received: (qmail 2203 invoked by uid 1001); 8 Nov 2007 20:37:12 +0100 Date: Thu, 8 Nov 2007 20:37:12 +0100 From: Erik Trulsson To: Aryeh Friedman Message-ID: <20071108193712.GA2150@owl.midgard.homeip.net> Mail-Followup-To: Aryeh Friedman , tecnologia@expresso.com.br, "freebsd-questions@freebsd.org" References: <200711081455.39635.cesar@expresso.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.25.183 X-Scan-Result: No virus found in message 1IqDBk-0003WD-3t. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IqDBk-0003WD-3t 5a893b8cd17768413c9960ab2e07f058 Cc: tecnologia@expresso.com.br, "freebsd-questions@freebsd.org" Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 19:55:57 -0000 On Thu, Nov 08, 2007 at 12:28:59PM -0500, Aryeh Friedman wrote: > On Nov 8, 2007 11:55 AM, Expresso Digital ISP wrote: > > Hi, my name is Cesar. > > > > I'd like to know what is the diference between 7.0 and 6.3 and why create a > > newest version and after old version. See http://people.freebsd.org/~kris/scaling/7.0%20Preview.pdf for a presentation of what is new in FreeBSD 7.x > > 6.X is the last of versions meant primarilly for single processing > machines (with some after thought payed to multiprocessing). No, that was the 4.x series of releases. > > 7.X is the beginning of the versions specifically designed with > multiprocessing/cores in mind No, that was the 5.x releases. The 6.x and 7.x releases are mainly evolutionary changes from 5.x without any major redesigns being done (but plenty of minor and not-so-minor improvements.) > > Under the hood many things have been changed improved in 7.... the > offical recommendation is 6.3 is for people who can *NOT* upgrade to 7 > for whatever reason and everyone else should use 7... note as far most > people can tell there is no "easy" way to upgrade to 7 if you have 6 > installed so you should start with 7 Upgrading from 6.x to 7.x should be fairly painless (much like upgrading from 5.x to 6.x) -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 20:00: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 08EF916A41A for ; Thu, 8 Nov 2007 20:00:55 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1F513C4B9 for ; Thu, 8 Nov 2007 20:00:54 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id lA8K0j9r023316; Thu, 8 Nov 2007 21:00:46 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 32C6FB8FC; Thu, 8 Nov 2007 21:00:45 +0100 (CET) Date: Thu, 8 Nov 2007 21:00:45 +0100 From: Roland Smith To: Mario Lobo Message-ID: <20071108200045.GB67970@slackbox.xs4all.nl> Mail-Followup-To: Mario Lobo , freebsd-questions@freebsd.org References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> <200711081640.28429.mario.lobo@ipad.com.br> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="U+BazGySraz5kW0T" Content-Disposition: inline In-Reply-To: <200711081640.28429.mario.lobo@ipad.com.br> 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: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 20:00:55 -0000 --U+BazGySraz5kW0T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 08, 2007 at 04:40:27PM -0300, Mario Lobo wrote: > Wow ! Thanks, Roland !! Just what I needed.=20 > One last question. > You said "csup to RELENG_7". I use cvsup so should my tag be 7-RELENG ? You don't need the cvsup port anymore. A rewrite in C called 'csup' is part of the base system in 6.x. The tag should be RELENG_7, since the syntax of the supfiles hasn't changed. The release level will be 7.0-BETA2 at this time, which will become 7-STABLE once 7.0 is released. 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) --U+BazGySraz5kW0T Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHM2rtEnfvsMMhpyURAgm3AJ9r1KWrJmIuDEC5ubApeQLeEBG3hQCgqgbB AkIxw0/yfaE/ExBDKIsp/DM= =+l42 -----END PGP SIGNATURE----- --U+BazGySraz5kW0T-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 20:10: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 D97EF16A421 for ; Thu, 8 Nov 2007 20:10:13 +0000 (UTC) (envelope-from redchin@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 60EF413C4DB for ; Thu, 8 Nov 2007 20:10:13 +0000 (UTC) (envelope-from redchin@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so315095fka for ; Thu, 08 Nov 2007 12:10: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:content-transfer-encoding:content-disposition:references; bh=1s/2smLpAKKIz8gxL0KaZQ4zvwIfI7vZQ4wbpjQOcYk=; b=FZtUKSgP1dY5BgFsjfynih0Z1R0I9aimHLY66UQVrbGfJqK3LkzmMlGVOuKAECgk5rh3A6V+Gw36zREeY+bsveY0fhvjaKWKWx765fCs/9lRhYQtlD6SCgApsUEemyWO8yYfyOkWhQxWKdmLVT1FJmtMWtWx4Mdvb0TzQ5hmkiA= 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=gC+2JZMAQfjJD+pR+vAKf4j5rsm6gbjCOPZxPL/v1qzEjcYvdq30PzlDs8OjUULeCCXQN/7Q7IDIoTLwFatPLGJcu+OtA+BPTiGJ8a7gvK3OWOItnloOJBmyw9L/05LE/XHYtS08V0zo+qntod1wyHg/uMQUHJxZWXiWthvcq4M= Received: by 10.82.138.6 with SMTP id l6mr2052034bud.1194551102419; Thu, 08 Nov 2007 11:45:02 -0800 (PST) Received: by 10.82.154.14 with HTTP; Thu, 8 Nov 2007 11:45:02 -0800 (PST) Message-ID: <1d3ed48c0711081145t41a6a621jb39e6813803be22e@mail.gmail.com> Date: Thu, 8 Nov 2007 11:45:02 -0800 From: "Kevin Downey" To: "Gary Kline" In-Reply-To: <20071107070918.GA26390@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071107070918.GA26390@thought.org> Cc: freebsd-questions@freebsd.org Subject: Re: 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: Thu, 08 Nov 2007 20:10:13 -0000 On 11/6/07, Gary Kline wrote: > > 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 > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" > replace "Shell - Konsole" with relevent strings from xwininfo -- To perceive is to suffer. Aristotle From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 20:11: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 6D37D16A418 for ; Thu, 8 Nov 2007 20:11:50 +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 0A15413C4C2 for ; Thu, 8 Nov 2007 20:11:49 +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 lA8KBgBO098020; Thu, 8 Nov 2007 12:11:42 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id lA8KBgMU098019; Thu, 8 Nov 2007 12:11:42 -0800 (PST) (envelope-from kline) Date: Thu, 8 Nov 2007 12:11:41 -0800 From: Gary Kline To: Kevin Downey Message-ID: <20071108201141.GA88398@thought.org> References: <20071107070918.GA26390@thought.org> <1d3ed48c0711081145t41a6a621jb39e6813803be22e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1d3ed48c0711081145t41a6a621jb39e6813803be22e@mail.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: Gary Kline , freebsd-questions@freebsd.org Subject: Re: 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: Thu, 08 Nov 2007 20:11:50 -0000 On Thu, Nov 08, 2007 at 11:45:02AM -0800, Kevin Downey wrote: > On 11/6/07, Gary Kline wrote: > > > > 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)) > > ) > > [[ ... ]] > > > > replace "Shell - Konsole" with relevent strings from xwininfo > -- > To perceive is to suffer. > Aristotle Such as? Following is the output from xwininfo: xwininfo: Window id: 0x3c00006 "Shell - Konsole" Absolute upper-left X: 586 Absolute upper-left Y: 134 Relative upper-left X: 4 Relative upper-left Y: 23 Width: 690 Height: 861 Depth: 24 Visual Class: TrueColor Border width: 0 Class: InputOutput Colormap: 0x20 (installed) Bit Gravity State: NorthWestGravity Window Gravity State: NorthWestGravity Backing Store State: NotUseful Save Under State: no Map State: IsViewable Override Redirect State: no Corners: +586+134 -4+134 -4-29 +586-29 -geometry 690x861-0-25 -- 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 Thu Nov 8 20:13: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 DA6EB16A480 for ; Thu, 8 Nov 2007 20:13:25 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from EXHUB015-3.exch015.msoutlookonline.net (exhub015-3.exch015.msoutlookonline.net [207.5.72.95]) by mx1.freebsd.org (Postfix) with ESMTP id C030B13C48A for ; Thu, 8 Nov 2007 20:13:25 +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; Thu, 8 Nov 2007 12:13:18 -0800 Message-ID: <47336DDC.1020206@riderway.com> Date: Thu, 8 Nov 2007 15:13:16 -0500 From: "Philip M. Gollucci" Organization: Riderway Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: Matthew Seaman , Mario Lobo , freebsd-questions@freebsd.org References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> <4733633E.2050800@infracaninophile.co.uk> <20071108195436.GA67970@slackbox.xs4all.nl> In-Reply-To: <20071108195436.GA67970@slackbox.xs4all.nl> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 20:13:25 -0000 Roland Smith wrote: > Port upgrade tools are not guaranteed to work perfectly in this > situation. I tried doing an update with portmanager and ended up with > some binaries linked against both libc.so.6 and libc.so.7! Some ports > didn't even compile. Yeah, I almost always delete packages during an OS upgrade and re-install them. Plus it justs makes me feel like the system is 'clean' Really, you'd want to recompile everything anyway for the libc.so.6 -> libc.so.7 bump even if the port version didn't change. Yes, you can use /etc/libmap.conf and/or compat6x but this is just so much nicer. Also, when new releases come out, new packages are built, so -P is your friend and the packages will quite up-to-date with whats in the port tree since they were just built. > It took me about a day and a night to reinstall everything (415 ports), > mostly un-attended. But then I don't use OpenOffice nor java and fvwm2 > instead of Gnome/KDE. On another note, I generally do a pkg_add -r xorg to start that off Finally, I've taken serveral (~50) boxes from 5.3 -> 8.0-current via source updates with 0 problems. I've even gone down from 8-7.0BETA1.5 (that was a little painful) and then back to 8.0. -- ------------------------------------------------------------------------ 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 Thu Nov 8 20:29: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 66AA916A41A for ; Thu, 8 Nov 2007 20:29:38 +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 E7E2A13C4DB for ; Thu, 8 Nov 2007 20:29:37 +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 lA8KQ8rs079371; Thu, 8 Nov 2007 15:26: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 lA8KQ8BG079370; Thu, 8 Nov 2007 15:26:08 -0500 (EST) (envelope-from jerrymc) Date: Thu, 8 Nov 2007 15:26:08 -0500 From: Jerry McAllister To: Rob Message-ID: <20071108202608.GA79319@gizmo.acns.msu.edu> References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> <4733603F.2060206@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4733603F.2060206@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: Leonard Lilla , FreeBSD Questions Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 20:29:38 -0000 On Thu, Nov 08, 2007 at 02:15:11PM -0500, Rob wrote: > Leonard Lilla wrote: > > Talk about a horrible install. Install this CD, now that now > >this now that now this now that!!! It goes on and on. Please do think about > >people that are trying your install and are less knowledgeable and install > >using your 2 cd install. It is just horrible how many times I went from CD1 > > You're doing something wrong, or at least sub-optimal. Unfortunately, some > of the online documentation isn't as good as it could be. > > I NEVER screw with the 2nd CD. I don't even download it. Try installing > from CD 1; do NOT do any of the ports or package installs. That stuff is > out of data by the time you install it anyway. Read up in the handbook on > how to use portsnap to install a current version of ports over the net, > port installation. Basically yah, but one qualification and one disagreement here. As stated, don't bother with CD-2 unless you do not have a network connection. Use the CD just to start the installer and do the install over the net if you can. Sure, don't install the packages, unless you have to for some reason. Also, don't install the ports tree from the CD. Do all installs over the net. But, do install the ports tree - note, that's the ports tree/skeleton not the whole bunch of actual ports. Too bad the same word gets used for both a lot. The tree/skeleton is a basic set of directories with enough information to download and install whichever ports you want. Once the ports tree/skeleton is there and appropriately updated, you just cd to /usr/ports/CATEGORY/PORT and do a make; make install to get the actual port installed. Anyway, once you get the initial install of system and ports, then the first thing you do after getting that done and creating a couple of working accounts is to csup everything, including ports, over the net and build and merge and reboot as the instructions tell you. Then install individual ports and check them out. ////jerry > > If you're trying to build a workstation (ie: with X') rather than a > server, consider using PC-BSD or Freesbie (google it). > > -Rob > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 20:30: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 3BC5016A417 for ; Thu, 8 Nov 2007 20:30:42 +0000 (UTC) (envelope-from ivan@kytex.bg) Received: from k2smtpout04-01.prod.mesa1.secureserver.net (k2smtpout04-01.prod.mesa1.secureserver.net [64.202.189.166]) by mx1.freebsd.org (Postfix) with SMTP id EF0F513C4A3 for ; Thu, 8 Nov 2007 20:30:41 +0000 (UTC) (envelope-from ivan@kytex.bg) Received: (qmail 30760 invoked from network); 8 Nov 2007 20:01:20 -0000 Received: from unknown (HELO vh.kytex.net) (208.109.92.156) by k2smtpout04-01.prod.mesa1.secureserver.net (64.202.189.166) with ESMTP; 08 Nov 2007 20:01:18 -0000 Received: (qmail 32724 invoked from network); 8 Nov 2007 22:01:18 +0200 Received: from unknown (HELO dune) (89.252.214.155) by ip-208-109-92-149.ip.secureserver.net with SMTP; 8 Nov 2007 22:01:17 +0200 Date: Thu, 8 Nov 2007 22:00:52 +0200 From: Ivan Georgiev To: Matthew Seaman Message-Id: <20071108220052.be85e37b.ivan@kytex.bg> In-Reply-To: <4733633E.2050800@infracaninophile.co.uk> References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> <4733633E.2050800@infracaninophile.co.uk> Organization: Ivan Georgiev X-Mailer: Sylpheed 2.4.7 (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: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 20:30:42 -0000 On Thu, 08 Nov 2007 19:27:58 +0000 Matthew Seaman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Roland Smith wrote: > > On Thu, Nov 08, 2007 at 02:48:47PM -0300, Mario Lobo wrote: > > > >> Concerning this, I've "cvsuping" to 6-CURRENT on a dual-core desktop. The > >> system is running well, but I'd really like to move up to 7. Can it be done > >> through cvsup from 6.2-STABLE to 7-CURRENT or is it "wiser" to install from > >> scratch? any upgrade gotchas/procedure ? > > > > It _can_ be done. (I've done it). > > > > First, make a list of all your ports (portmaster -L works fine for > > that). Then csup to RELENG_7. Then follow the instructions from > > /usr/src/Makefile (the bit about 'upgrade their source'). I've outlined > > the process below, with my own additions marked with lowercase letters > > > > > > a. Make backups > > b. Read /usr/src/UPDATING > > 1. `cd /usr/src' (or to the directory containing your source tree). > > 2. `make buildworld' > > 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > > 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > > [steps 3. & 4. can be combined by using the "kernel" target] > > 5. `reboot' (in single user mode: boot -s from the loader prompt). > > 6. `mergemaster -p' > > 7. `make installworld' > > 8. `make delete-old' > > 9. `mergemaster' > > 10. `reboot' > > c. `pkg_delete -a' (delete all your ports) > > 11. `make delete-old-libs' (in case no 3rd party program uses them anymore) > > d. Reinstall all root and leaf ports. Dependencies will then be > > installed automatically. > > I went through this process myself in pretty much the order you > describe. Due to bitter experience, I'd say that reinstalling > all ports should be done before 'make delete-old-libs' -- by > killing all the old 6.x shlibs you make it hard to run most > software previously installed under 6.x including such things as > 'portupgrade'... > > You don't need to delete all the ports in one go and then reinstall > them in another: running 'portupgrade -fa' will do the job. That can > take several days to complete if you've got a machine with OpenOffice, > Firefox, Thunderbird, Java, KDE, Gnome, X Windows etc. installed. If > you're careful you can still keep various services running during that > time, restarting them one by one as the various applications get > upgraded. > > Cheers, > > Matthew > > > - -- > Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard > Flat 3 > PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate > Kent, CT11 9PW > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHM2M98Mjk52CukIwRCKH4AJ4gJIT44n362bBx5HoJBmH7lK7btgCeIRnM > Q96Es35B8i1R02vB/ZjkjY4= > =2Ogk > -----END PGP SIGNATURE----- > _______________________________________________ > 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 could have avoided the missing libs problem by installing the misc/compat6x port. Its purpose is to provide legacy 6.X libraries for apps to use. Regards: Ivan From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 20:32: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 7C3E116A4D4 for ; Thu, 8 Nov 2007 20:32:18 +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 C85E013C494 for ; Thu, 8 Nov 2007 20:32:14 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from phoenix (hnvr-4db3ee08.pool.einsundeins.de [77.179.238.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id C13B6A44529; Thu, 8 Nov 2007 21:26:17 +0100 (CET) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: Leonard Lilla Date: Thu, 8 Nov 2007 21:32:46 +0100 User-Agent: KMail/1.9.7 References: <0JR7009Y3C1FHON0@VL-MH-MR001.ip.videotron.ca> In-Reply-To: <0JR7009Y3C1FHON0@VL-MH-MR001.ip.videotron.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711082132.46466.wundram@beenic.net> Cc: freebsd-questions@freebsd.org Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 20:32:18 -0000 Am Donnerstag, 8. November 2007 20:11:14 schrieben Sie: > Wow, yeah sorry man... I did not even realize you guys were having a > funding drive. Ouch, that sucks, probably not the support you were looking > for. Just for the reference, do you actually know what Open Source really is? What its good sides are, and what the bad sides are? Basically, even in open source software (like FreeBSD), you get nothing for free. Either: 1) you need it so badly that you do it yourself or pay someone else to do it for you, or 2) you _kindly_ ask other people to do it for you _for free_ (always remember that!) by giving constructive feedback and them implementing it with taking your feedback into account because they need it/want to implement it anyway, but 3) that simply doesn't work in the rant(ish) kind of way you gave feedback. In the second case, you're not guaranteed that anybody will actually take the time to implement what you would like to see in the system, because they may (and most probably will) have a completely different prioritization of the multitude of open things to take into consideration in building a functional and stable operating system. > But I have heard some great things about FreeBSD as a server. Now I > saw that there was a 'dummy downed' version and I thought I would give it a > go. And man, that was not pleasant. Sure, fine, it wasn't pleasant for you. We've heard that now. I personally couldn't care less (and wouldn't be a volunteer to take on any form of redesign of the installer), because I had absolutely no problems with the installation process when I first installed FreeBSD about half a year ago _after reading the manual_ (yes, I'm a sort of freshman to *BSD too) and neither for the multitude of times since then (well, to be fair: I didn't go the 2-CD-way yet, I always did a net-install). I switched to FreeBSD because of licensing issues with the Bluetooth stack of Linux (and especially the BlueZ-userland, because every, even the basic system headers, are licensed under the GPL), because I develop, amongst other development for the mobile segment, commercial Bluetooth applications as a day-job, and for me it's most certainly not the installer that's a concern, but the Bluetooth subsystem. Guess what would happen if I were to beg the Bluetooth maintainer of FreeBSD at every turn to implement functionality I need (or to fix that which is partially "broken" or incomplete in FreeBSD [sorry Maksim, if you're reading this, I most certainly don't mean to belittle your work on the BT stack by this, but I'm talking about missing SCO support and such]), or would simply whine on the list about how FreeBSD is so utterly bad because its Bluetooth support isn't as "enhanced" as the Linux one: noone else would react positively to my whining either, because most probably they don't need it. Anyway, after having the first and second look at the system (because of FreeBSD's much more liberal licensing) and evaluating whether it was sensible to build on that which was already finished, I sat down and started to implement my additional requirements, and after some time even switched my desktop to FreeBSD (from Gentoo, which I was the ultimate fanboy of before that for quite some time), because I was starting to like it. All of my tweaking is possible because FreeBSD is open source, but with it comes the price of having to lay hands on the system in case I'm not satisfied with it. If the second look at FreeBSD would've turned out to discourage me from going further, I would've most certainly turned away, and I guess noone on the list would've shed a tear even if I'd have written a mail like yours giving people the "hard" goodbye. And, just to get back to what I wrote in the last mail: if you're not happy with FreeBSD, do yourself a favor and turn away. And do it with dignity. But if you decide to stay, be welcome, but if you feel something needs fixing, don't whine about it, but take it in your own hands. By the multitude of ways you can do so (PR, anyone?). > If I may help you ask? Sure. I would > suggest the team working on the UI for the install to think about their > action following a condition a little better. That would not result in the > user not having to find themselves in frustrating situations like the one I > was in. Being that I chose various port options. At the end the install > shows a list to review, containing categories and sub categories. After all > selection is complete and install is in progress, I was prompted for CD one > as if it needed the info for the categories list, and then it would ask for > CD two to acquire the info for each subcategory. Just have them create a > list kept in memory with all port requirements and build port install from > CD2 using list from CD1 in memory. I don't know that much about > programming, but I do believe that you must be able to do that, right? So it seems you do know something about programming and about UI designing. Would it be too much to ask to actually take the time to read the sysinstall source (which is pretty well readable by the way), and to check why the decisions were taken as they were? And to prepare a patch or just a recommended screen order for sysinstall, which you can then submit via a PR request? Maybe someone takes the time to implement what you request, but most probably, it'll then be because they wanted to implement it anyway (because they found the install similarily irritating). > Well, again... I do apologize for my comments, but I had to know > what kind of community it is that I am presented with. I must say that your > response shows a very interesting aspect of your community that I have been > hearing about. Perhaps I will continue to stay informed about your > community. I really don't know what you're trying to tell me by this, but I guess you're trying to say something like the following, which I think is very true (and was something that made me stay with FreeBSD on the second look I mentioned above): Linux tries to be the better Windows and development efforts (by a lot of people) are driven by the desire to improve usability and simplicity of the system, simply because lots of developers take satisfaction out of being "better" than Windows and equally "accessible" even for the computer-agnostic. It's basically the wish of being "1337", cool, whatever (because of using a "non-standard" system, thereby being non-conformant), combined with the desire of the individual developer to "shine" in the community with his contribution to get some extra recognition in his "3733t" circles. That's why you'll easily get (the "lower ranks" of) Linux developers and users to react to your kind of comments with all kinds of replies, ranging from most stupid back-flaming and "M$-fanboy" name-calling up to offers to help you in the process of installation such as coming over to visit you, and lots of other things equally over-the-top (at least for my taste). The ("lower ranks" of the) FreeBSD audience generally have a much more mature view on this. They're very helpful, if you ask them questions you might have, but they don't see it as an evangelical mission to keep you with "their" system, because they don't need you to look up to them. If you like it, be our guest and stay, if you don't, leave at your leisure. If you ask, be aware that we're all just acquaintances here, so don't overdo your welcome by being rude or taking the arm when all you're given is the little finger. This is not an elitist attitude, it's simply the grown-up thing to do. FreeBSD for most of us simply is a tool to get a job done (and a hell of a good tool at that for me), and not some kind of pissing-contest between youths. If you look at the "higher ranks" of the Linux developers, you'll see the same phenomenon: Linux is a means to an end, and probably besides ESR, for most of them not a holy mission. PS: I'm posting this to questions@, too (even though you didn't with your mail to me), because I think this discussion deserves a broader audience than just a private mail exchange. PPS: Don't understand the term "lower rank" and "higher rank" in a wrong way: every community has "celebrities" in one way or another, even FreeBSD. I personally would most certainly qualify myself as "lower rank." Others (for example comitters, easily recognizable by the @freebsd.org mail-address) most certainly are "high rankers." -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 20:32: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 6F9F116A473 for ; Thu, 8 Nov 2007 20:32:24 +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 79C1213C4BF; Thu, 8 Nov 2007 20:32:23 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47337256.8040805@FreeBSD.org> Date: Thu, 08 Nov 2007 21:32:22 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Matthew Seaman , Mario Lobo , freebsd-questions@freebsd.org References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> <4733633E.2050800@infracaninophile.co.uk> <20071108195436.GA67970@slackbox.xs4all.nl> In-Reply-To: <20071108195436.GA67970@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 20:32:24 -0000 Roland Smith wrote: > On Thu, Nov 08, 2007 at 07:27:58PM +0000, Matthew Seaman wrote: >>> a. Make backups >>> b. Read /usr/src/UPDATING >>> 1. `cd /usr/src' (or to the directory containing your source tree). >>> 2. `make buildworld' >>> 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). >>> 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). >>> [steps 3. & 4. can be combined by using the "kernel" target] >>> 5. `reboot' (in single user mode: boot -s from the loader prompt). >>> 6. `mergemaster -p' >>> 7. `make installworld' >>> 8. `make delete-old' >>> 9. `mergemaster' >>> 10. `reboot' >>> c. `pkg_delete -a' (delete all your ports) >>> 11. `make delete-old-libs' (in case no 3rd party program uses them anymore) >>> d. Reinstall all root and leaf ports. Dependencies will then be >>> installed automatically. >> I went through this process myself in pretty much the order you >> describe. Due to bitter experience, I'd say that reinstalling >> all ports should be done before 'make delete-old-libs' -- by >> killing all the old 6.x shlibs you make it hard to run most >> software previously installed under 6.x including such things as >> 'portupgrade'... >> >> You don't need to delete all the ports in one go and then reinstall >> them in another: running 'portupgrade -fa' will do the job. > > Port upgrade tools are not guaranteed to work perfectly in this > situation. I tried doing an update with portmanager and ended up with > some binaries linked against both libc.so.6 and libc.so.7! Some ports > didn't even compile. portmanager isn't recommended for use since it became abandonware a long time ago and never reached maturity. If you (correctly ;) use portupgrade (e.g. -fa or -faP) then you will not have this problem. Kris From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 20:35: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 8796116A420 for ; Thu, 8 Nov 2007 20:35: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 9E56B13C49D; Thu, 8 Nov 2007 20:35:51 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47337326.8030106@FreeBSD.org> Date: Thu, 08 Nov 2007 21:35:50 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Ivan Georgiev References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> <4733633E.2050800@infracaninophile.co.uk> <20071108220052.be85e37b.ivan@kytex.bg> In-Reply-To: <20071108220052.be85e37b.ivan@kytex.bg> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 20:35:52 -0000 Ivan Georgiev wrote: > On Thu, 08 Nov 2007 19:27:58 +0000 > Matthew Seaman wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA256 >> >> Roland Smith wrote: >>> On Thu, Nov 08, 2007 at 02:48:47PM -0300, Mario Lobo wrote: >>> >>>> Concerning this, I've "cvsuping" to 6-CURRENT on a dual-core desktop. The >>>> system is running well, but I'd really like to move up to 7. Can it be done >>>> through cvsup from 6.2-STABLE to 7-CURRENT or is it "wiser" to install from >>>> scratch? any upgrade gotchas/procedure ? >>> It _can_ be done. (I've done it). >>> >>> First, make a list of all your ports (portmaster -L works fine for >>> that). Then csup to RELENG_7. Then follow the instructions from >>> /usr/src/Makefile (the bit about 'upgrade their source'). I've outlined >>> the process below, with my own additions marked with lowercase letters >>> >>> >>> a. Make backups >>> b. Read /usr/src/UPDATING >>> 1. `cd /usr/src' (or to the directory containing your source tree). >>> 2. `make buildworld' >>> 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). >>> 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). >>> [steps 3. & 4. can be combined by using the "kernel" target] >>> 5. `reboot' (in single user mode: boot -s from the loader prompt). >>> 6. `mergemaster -p' >>> 7. `make installworld' >>> 8. `make delete-old' >>> 9. `mergemaster' >>> 10. `reboot' >>> c. `pkg_delete -a' (delete all your ports) >>> 11. `make delete-old-libs' (in case no 3rd party program uses them anymore) >>> d. Reinstall all root and leaf ports. Dependencies will then be >>> installed automatically. >> I went through this process myself in pretty much the order you >> describe. Due to bitter experience, I'd say that reinstalling >> all ports should be done before 'make delete-old-libs' -- by >> killing all the old 6.x shlibs you make it hard to run most >> software previously installed under 6.x including such things as >> 'portupgrade'... >> >> You don't need to delete all the ports in one go and then reinstall >> them in another: running 'portupgrade -fa' will do the job. That can >> take several days to complete if you've got a machine with OpenOffice, >> Firefox, Thunderbird, Java, KDE, Gnome, X Windows etc. installed. If >> you're careful you can still keep various services running during that >> time, restarting them one by one as the various applications get >> upgraded. >> >> Cheers, >> >> Matthew >> >> >> - -- >> Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard >> Flat 3 >> PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate >> Kent, CT11 9PW >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v2.0.4 (FreeBSD) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >> >> iD8DBQFHM2M98Mjk52CukIwRCKH4AJ4gJIT44n362bBx5HoJBmH7lK7btgCeIRnM >> Q96Es35B8i1R02vB/ZjkjY4= >> =2Ogk >> -----END PGP SIGNATURE----- >> _______________________________________________ >> 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 could have avoided the missing libs problem by > installing the misc/compat6x port. Its purpose is to > provide legacy 6.X libraries for apps to use. No, the situation described is when your upgrade has failed to complete correctly and left you with binaries linked to an inconsistent mix of 6.x and 7.x libraries (e.g. both versions of the C library in the same binary). You cannot hope to hack around this at runtime. Kris From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 20:36: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 20DF216A4B3 for ; Thu, 8 Nov 2007 20:36:32 +0000 (UTC) (envelope-from jimmiejaz@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 D9E0B13C4BB for ; Thu, 8 Nov 2007 20:36:31 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so243488rvb for ; Thu, 08 Nov 2007 12:36:24 -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:subject:content-type:content-transfer-encoding; bh=XqEouFLCbgiMLzdgqaSoxoXy1GIc/9sKTkEnlLywbwI=; b=NV2oZb5PSblS4fBHqSNrHcbKIh7yRfeil1EcMfN5AqvKABFQjQZ2oT3rLcAqbMSJ17NNC8ipdUyspDDw2zxg4zazUcVpoTSx7ugO0nHChm/wJEreQeAToijZURvds1AD8Hp++xOcuBCyDONiO+tHggMnM0KHTP/cS9/U/w9S2xI= 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:subject:content-type:content-transfer-encoding; b=kTqhf02e6D/veKTzBcI9O7k9JEI5z3Pr/XJ6sZiGn1C+jJcrim8azNWslNs4wZj/4k44vCan1oH/F//i95BPAPNr1umFdTkEGv9j4NPdgbq8MZt5r9s2qlXeTvlTZwsoVL7JymXlIgYoX13aJsjCHhJWDzM84RTO4MvdCNT2wTY= Received: by 10.141.45.16 with SMTP id x16mr494430rvj.1194552548018; Thu, 08 Nov 2007 12:09:08 -0800 (PST) Received: from fortytwo.zapto.org ( [67.70.99.130]) by mx.google.com with ESMTPS id h5sm1149260roe.2007.11.08.12.09.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Nov 2007 12:09:06 -0800 (PST) Message-ID: <47336CE0.4040909@gmail.com> Date: Thu, 08 Nov 2007 15:09:04 -0500 From: Jimmie James User-Agent: Thunderbird 2.0.0.4pre (X11/20071018) MIME-Version: 1.0 To: freebsd-bluetooth@freebsd.org, freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: usb dongle X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 20:36:32 -0000 I have a Broadcom BCM92035DGROM dongle, and this is what I'm seeing. I'm assuming it's not supported, (from the handbook: The Broadcom BCM2033 chip based Bluetooth devices are supported via the ubtbcmfw(4) and ng_ubt(4) drivers) Is there anyone that's gotten this model to work, or is it an exercise in futility? FreeBSD 6.2-STABLE #0: Mon May 14 15:21:30 EDT 2007 root@fortytwo.zapto.org:/usr/obj/usr/src/sys/FORTYTWO kldstat: 6 1 0xc60ed000 3000 ubtbcmfw.ko 7 1 0xc9e1f000 7000 ng_ubt.ko Nov 8 15:01:03 fortytwo kernel: ubt0: Broadcom BCM92035DGROM, rev 1.10/1.09, addr 2 Nov 8 15:01:03 fortytwo kernel: ubt0: Broadcom BCM92035DGROM, rev 1.10/1.09, addr 2 Nov 8 15:01:03 fortytwo kernel: ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 Nov 8 15:01:03 fortytwo kernel: ubt0: Interface 1 (alt.config 4) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=64; nframes=5, buffer size=320 Nov 8 15:01:03 fortytwo root: /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0 -- If you can't beat your computer at chess, try kickboxing. --- --- --- Solving Today's Problems Tomorrow From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:09: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 CA88116A420; Thu, 8 Nov 2007 21:09:04 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.freebsd.org (Postfix) with ESMTP id BA4AC13C4A5; Thu, 8 Nov 2007 21:09:03 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id lA8L8vFV015521; Thu, 8 Nov 2007 22:08:57 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id F0D12B8FC; Thu, 8 Nov 2007 22:08:56 +0100 (CET) Date: Thu, 8 Nov 2007 22:08:56 +0100 From: Roland Smith To: Kris Kennaway Message-ID: <20071108210856.GA70286@slackbox.xs4all.nl> Mail-Followup-To: Kris Kennaway , Matthew Seaman , Mario Lobo , freebsd-questions@freebsd.org References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> <4733633E.2050800@infracaninophile.co.uk> <20071108195436.GA67970@slackbox.xs4all.nl> <47337256.8040805@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <47337256.8040805@FreeBSD.org> 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, Mario Lobo Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 21:09:04 -0000 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 08, 2007 at 09:32:22PM +0100, Kris Kennaway wrote: >>> You don't need to delete all the ports in one go and then reinstall >>> them in another: running 'portupgrade -fa' will do the job. >> Port upgrade tools are not guaranteed to work perfectly in this >> situation. I tried doing an update with portmanager and ended up with >> some binaries linked against both libc.so.6 and libc.so.7! Some ports >> didn't even compile. >=20 > portmanager isn't recommended for use since it became abandonware a long= =20 > time ago and never reached maturity. If you (correctly ;) use portupgrad= e=20 > (e.g. -fa or -faP) then you will not have this problem. Dang, I meant portmaster, not portmanager. My bad. 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) --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHM3roEnfvsMMhpyURAuB0AJwMMOhLZD/Lyv6n57hoHk5azvcbwwCfSd1U qxEtsH+a2CYdcog39zyfKck= =SBF3 -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:13: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 1B4E916A469 for ; Thu, 8 Nov 2007 21:13:43 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 7FCAF13C494 for ; Thu, 8 Nov 2007 21:13:41 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so331226fka for ; Thu, 08 Nov 2007 13:13:30 -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; bh=P6j9SEaqlhl1KuJpKRTEYzCpsLFOsSzZbTHZcKCq4tc=; b=GRWwa9pq97YhcmyRR1EzMza+TK2OTyraH3IJC2egpOqdSqksjupEFiRGKAYRKmkuM+YI2aPwvIuk6DCC2HDvmK6dhgyg2InFmyv8MGG3Q2CzHD6OJ7DfkwOtJB2qtv7Q06JkPKctgKQ4kaS2YcL8nGHMaCQKyofv6Vh3l/4p33M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=R9qtWV5VKcmuGwom43UpJL3BK6Ha8r+90mJOsJ8zLnUbjUPV4c2UuHPu7o8DMCXxpicnWRkl/1Q4rmbWAuDYuvSxkD2BYNtSc6paNwdLwiJmPfeedxTw85JAKfWTPhoVesRvv3TjNPgtt785NnHnTRbIKPp5xuZ9pCwA4WsOXl8= Received: by 10.82.187.16 with SMTP id k16mr2252324buf.1194556409036; Thu, 08 Nov 2007 13:13:29 -0800 (PST) Received: by 10.82.186.11 with HTTP; Thu, 8 Nov 2007 13:13:28 -0800 (PST) Message-ID: Date: Thu, 8 Nov 2007 13:13:28 -0800 From: "Jeff Mohler" To: "FreeBSD Questions" MIME-Version: 1.0 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: Max file size in 6.1? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 21:13:43 -0000 Whats the max file size you can create under 6.1? Thanks! From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:15: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 ED98516A41B; Thu, 8 Nov 2007 21:15: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 CB5FD13C4B0; Thu, 8 Nov 2007 21:15:37 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47337C79.2020201@FreeBSD.org> Date: Thu, 08 Nov 2007 22:15:37 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Kris Kennaway , Matthew Seaman , Mario Lobo , freebsd-questions@freebsd.org References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> <4733633E.2050800@infracaninophile.co.uk> <20071108195436.GA67970@slackbox.xs4all.nl> <47337256.8040805@FreeBSD.org> <20071108210856.GA70286@slackbox.xs4all.nl> In-Reply-To: <20071108210856.GA70286@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 21:15:39 -0000 Roland Smith wrote: > On Thu, Nov 08, 2007 at 09:32:22PM +0100, Kris Kennaway wrote: > >>>> You don't need to delete all the ports in one go and then reinstall >>>> them in another: running 'portupgrade -fa' will do the job. >>> Port upgrade tools are not guaranteed to work perfectly in this >>> situation. I tried doing an update with portmanager and ended up with >>> some binaries linked against both libc.so.6 and libc.so.7! Some ports >>> didn't even compile. >> portmanager isn't recommended for use since it became abandonware a long >> time ago and never reached maturity. If you (correctly ;) use portupgrade >> (e.g. -fa or -faP) then you will not have this problem. > > Dang, I meant portmaster, not portmanager. My bad. I would say that portmaster is still in the maturing phase also, although it has made recent progress. Kris From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:16: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 1F9D916A469 for ; Thu, 8 Nov 2007 21:16:32 +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 6E38E13C4BA; Thu, 8 Nov 2007 21:16:31 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47337CAE.8000508@FreeBSD.org> Date: Thu, 08 Nov 2007 22:16:30 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Jeff Mohler References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Max file size in 6.1? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 21:16:32 -0000 Jeff Mohler wrote: > Whats the max file size you can create under 6.1? Please see the FAQ. Kris From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:16: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 A7C8316A419 for ; Thu, 8 Nov 2007 21:16:48 +0000 (UTC) (envelope-from lbalbalba@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 3A1F813C4A6 for ; Thu, 8 Nov 2007 21:16:46 +0000 (UTC) (envelope-from lbalbalba@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so242545nfb for ; Thu, 08 Nov 2007 13:16:39 -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=lMax4dXYfnJFA2fJZkcgmTCw9PYWEtHsjEH5RAGtiZg=; b=MHAqh39WZQlE9mQMOMW6k1i9/OZYqK4ziWlbvR3rARaqD5bIP1Ykae9K4KvuxInwa04W4a+amQuyYTsD1g/JO0I0BdL2V3lvSjh9Q9Ye+1ZpOjxONtpc5a8mBAlRBamD9aJDjl3Bh5XkiS7Ggiv70HFkTFxFI9PuCNbJbGHvbbk= 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=OeopFTatYVhdQ1+BnqZwrt8rwbo8L6W/5yd2VwFwriBmVUnCY6bBxJIvMZIYjnqGKsZjnuTnM0q5hzt6C+H91470KzaWEQiz6ONKJPSjxOTAu+MxfQcY9vTZSmJXhgz1uzQM8ykzqloODBRbgiAz+HQzzrLEJatfR7vqnOTjHzw= Received: by 10.82.112.3 with SMTP id k3mr2296403buc.1194556598483; Thu, 08 Nov 2007 13:16:38 -0800 (PST) Received: by 10.82.100.3 with HTTP; Thu, 8 Nov 2007 13:16:38 -0800 (PST) Message-ID: <6dcf0dbc0711081316h7748e759w101e5df72e1514d7@mail.gmail.com> Date: Thu, 8 Nov 2007 22:16:38 +0100 From: "John Smith" To: "Yuri Pankov" In-Reply-To: <20071108175951.GC18314@darklight.org.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> <20071108175951.GC18314@darklight.org.ru> Cc: FreeBSD Questions Mailing List Subject: Re: Determine FreeBSD version of binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 21:16:48 -0000 On Nov 8, 2007 6:59 PM, Yuri Pankov wrote: > > May be not entirely correct, but close: > > ldd binary | grep libc.so > Yes, that helps somewhat. At least I now know that it's FreeBSD 4.x. And before I again forget something I forgot to mention earlier on: I also have a file called 'kernel'. Could that somehow give somewhat more detailed information about exactly which 4.x kernel it is, and if so, how would I go about doing that ? Regards, John Smith From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:22: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 E034416A47E for ; Thu, 8 Nov 2007 21:22:05 +0000 (UTC) (envelope-from rsc@admadic.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.162]) by mx1.freebsd.org (Postfix) with ESMTP id 2C30813C4AC for ; Thu, 8 Nov 2007 21:22:04 +0000 (UTC) (envelope-from rsc@admadic.de) Received: from srv.lpz.q-17.de.local (dslb-088-074-151-145.pools.arcor-ip.net [88.74.151.145]) by post.webmailer.de (fruni mo7) (RZmta 14.0) with ESMTP id 602258jA8IRGzE for ; Thu, 8 Nov 2007 22:21:52 +0100 (MET) (envelope-from: ) Received: (qmail 4838 invoked by uid 98); 8 Nov 2007 21:12:12 -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.037864 secs); 08 Nov 2007 21:12:12 -0000 Received: from unknown (HELO ?192.168.40.21?) (192.168.40.21) by srvfb.lpz.q-17.de.local with SMTP; 8 Nov 2007 21:12:12 -0000 Message-ID: <47337BAE.6000509@admadic.de> Date: Thu, 08 Nov 2007 22:12:14 +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> <47306D15.9020208@admadic.de> In-Reply-To: <47306D15.9020208@admadic.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-RZG-AUTH: lUESeo99iNzPSoaxNYLEYM0vFQKTxznPOmIi0KhUTW8YiUQ81L7tirtSVdU= 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: Thu, 08 Nov 2007 21:22:06 -0000 Rainer Schwarze wrote: > 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. [...] > However, everything works well when I put the same set of files on a UFS > volume shared by samba. Just an update in case someone looks for the same problem: On the samba mailing list it was pointed out, that there are problems with non-UFS shares. In /usr/ports/UPDATING this snippet is included (which as it looks like I did not read carefully :-) ): | 20070919: | AFFECTS: users of net/samba3 | AUTHOR: timur@FreeBSD.org [...] | Bug #4715 (https://bugzilla.samba.org/show_bug.cgi?id=4715) is NOT | fixed yet, although it won't core dump smbd process any more. Still, | access to the shares other than UFS is not guaranteed. Best wishes, Rainer -- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:29: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 ACB6216A4A6 for ; Thu, 8 Nov 2007 21:29:53 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id 6503013C4BB for ; Thu, 8 Nov 2007 21:29:52 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so266457nzf for ; Thu, 08 Nov 2007 13:29:46 -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=CO9XSOM9uQIxxOvCprcydHX5t6lPuiR+AD0qdKXW6sw=; b=P+gv/0B7KRWFOC40GpytT79sCmJb1jIok0fjVp4kv8QANtg9FagQA5PLDzzDlq4y/8SEUjH41QjsooAKXAxsAIolJ4O4iZfp9ZYqeVozatpiJ5H0t6VRKQI/ry4o7crUkjZgJH4Mc/ztcMP1IsMXW3r4C8dZEZzdxaoEDrafGeA= 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=GNrz4rHdeQvd4QA+H2m8V389Q9jVZYGTB115bQ3cnAcF5VaAFRucI1TT1wIrLUlDw+KjP1ZaXziUSv6NyhJno1F2d+Ysgonqkwzb4E08BXl4yNMqoHxD1BrmsqkAguMyLqB5/mfo5IxpIFRi+T/y9IxOLpt+hQOxCxZHbB1zNBs= Received: by 10.142.165.9 with SMTP id n9mr477080wfe.1194557385303; Thu, 08 Nov 2007 13:29:45 -0800 (PST) Received: from fortytwo.zapto.org ( [67.70.99.130]) by mx.google.com with ESMTPS id m7sm1240244roe.2007.11.08.13.29.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Nov 2007 13:29:43 -0800 (PST) Message-ID: <47337FC6.7060106@gmail.com> Date: Thu, 08 Nov 2007 16:29:42 -0500 From: Jimmie James User-Agent: Thunderbird 2.0.0.4pre (X11/20071018) MIME-Version: 1.0 To: Maksim Yevmenkin References: <47336CE0.4040909@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@freebsd.org, freebsd-questions@freebsd.org Subject: Re: usb dongle X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 21:29:53 -0000 Maksim Yevmenkin wrote: > On 11/8/07, Jimmie James wrote: >> I have a Broadcom BCM92035DGROM dongle, and this is what I'm seeing. >> I'm assuming it's not supported, (from the handbook: The Broadcom >> BCM2033 chip based Bluetooth devices are supported via the ubtbcmfw(4) >> and ng_ubt(4) drivers) >> >> Is there anyone that's gotten this model to work, or is it an exercise >> in futility? > > first of all, i doubt that BCM92035 is using 2033 chip. i think it is > uses different (2035?) chip. > > it also appears that this particular dongle may need to use special > non-standard initialization sequence. > > can you please check vendor id/product id pair for your dongle (use usbdevs(8)). > > 1) if it is (0x0a5c, 0x200a) then you could try to comment out "reset" > command in /etc/rc.d/bluetooth > > 2) if it is (x0a5c, 0x2009) then you out of luck - this device needs > special non-standard initialization sequence. ng_ubt(4) currently does > not support that. if i can get this dongle into my hands i can fix > ng_ubt(4) > > thanks, > max > I was searching google and came across these two threads, http://lists.freebsd.org/pipermail/freebsd-bluetooth/2006-September/000788.html http://www.nabble.com/j2me-bluetooth-app-using-freebsd-bluetooth-stack-t2356546.html So it looked like it was possible... usbdevs -dv shows: port 1 addr 2: full speed, power 100 mA, config 1, BCM92035DGROM(0x0850), Broadcom(0x22b8), rev 1.09 ubt0 If you need anything else, I'll do what I can. Thanks Jimmie -- If you can't beat your computer at chess, try kickboxing. --- --- --- Solving Today's Problems Tomorrow From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:33: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 A249F16A4F2 for ; Thu, 8 Nov 2007 21:33:43 +0000 (UTC) (envelope-from fbsd06+QB=b5bfa1d4@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 7551A13C4BD for ; Thu, 8 Nov 2007 21:33:42 +0000 (UTC) (envelope-from fbsd06+QB=b5bfa1d4@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 B811316448D for ; Thu, 8 Nov 2007 16:12:37 -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 06028D0A89 for ; Thu, 8 Nov 2007 16:11:30 -0500 (EST) Date: Thu, 8 Nov 2007 21:10:56 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071108211056.45fa8ad8@gumby.homeunix.com.> In-Reply-To: <200711081448.48390.mario.lobo@ipad.com.br> References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> 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: About Freebsd 7.0 versus 6.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: Thu, 08 Nov 2007 21:33:43 -0000 On Thu, 8 Nov 2007 14:48:47 -0300 Mario Lobo wrote: > On Thursday 08 November 2007, Aryeh Friedman wrote: > > 7.X is the beginning of the versions specifically designed with > > multiprocessing/cores in mind > > Does this mean that 6.x will perform better on single cpu systems? > The idea that 7.x was "specifically designed with multiprocessing/cores in mind" and that it's just an afterthought in 6.x is really wrong. It's all part of a development process that started with 5-current; most of the changes are in 6.x, they just don't work as well as they do in 7.x From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:38: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 99EB516A474 for ; Thu, 8 Nov 2007 21:38:11 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.freebsd.org (Postfix) with ESMTP id 12A6F13C4B6 for ; Thu, 8 Nov 2007 21:38:10 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id lA8Lc1Ba068394; Thu, 8 Nov 2007 22:38:01 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 19789B8FC; Thu, 8 Nov 2007 22:38:01 +0100 (CET) Date: Thu, 8 Nov 2007 22:38:01 +0100 From: Roland Smith To: John Smith Message-ID: <20071108213801.GA72691@slackbox.xs4all.nl> Mail-Followup-To: John Smith , Yuri Pankov , FreeBSD Questions Mailing List References: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> <20071108175951.GC18314@darklight.org.ru> <6dcf0dbc0711081316h7748e759w101e5df72e1514d7@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <6dcf0dbc0711081316h7748e759w101e5df72e1514d7@mail.gmail.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: Yuri Pankov , FreeBSD Questions Mailing List Subject: Re: Determine FreeBSD version of binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 21:38:11 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 08, 2007 at 10:16:38PM +0100, John Smith wrote: > On Nov 8, 2007 6:59 PM, Yuri Pankov wrote: > > > > May be not entirely correct, but close: > > > > ldd binary | grep libc.so > > >=20 > Yes, that helps somewhat. At least I now know that it's FreeBSD 4.x. > And before I again forget something I forgot to mention earlier on: I > also have a file called 'kernel'. Could that somehow give somewhat > more detailed information about exactly which 4.x kernel it is, and if > so, how would I go about doing that ? The command 'strings kernel | grep "^@(#)FreeBSD"' should do the trick. 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) --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHM4G5EnfvsMMhpyURAqSnAKCGfl7JoBxI0M3CUNbzOKPoFZcy7gCfakjo 9vYLfjxOndegsL1yyIuc7M8= =wCSw -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:35: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 6178D16A421 for ; Thu, 8 Nov 2007 21:35:53 +0000 (UTC) (envelope-from leonard_lilla@gmx.net) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 3387313C4BF for ; Thu, 8 Nov 2007 21:35:53 +0000 (UTC) (envelope-from leonard_lilla@gmx.net) MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Received: from tower1xp ([24.200.22.162]) by VL-MH-MR001.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0JR700COYINIIC40@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Thu, 08 Nov 2007 16:35:45 -0500 (EST) Message-id: <0JR700COZINIIC40@VL-MH-MR001.ip.videotron.ca> From: Leonard Lilla To: "'Heiko Wundram (Beenic)'" Date: Thu, 08 Nov 2007 16:34:05 -0500 Content-transfer-encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-reply-to: <200711082132.46466.wundram@beenic.net> Thread-index: AcgiRm6tOly3J1RxTSKeyRFVeXO8AAACBZpQ X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Mailman-Approved-At: Thu, 08 Nov 2007 21:41:32 +0000 Cc: freebsd-questions@freebsd.org Subject: RE: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 21:35:53 -0000 The ("lower ranks" of the) FreeBSD audience generally have a much more mature view on this. They're very helpful, if you ask them questions you might have, but they don't see it as an evangelical mission to keep you = with "their"=20 system, because they don't need you to look up to them. If you like it, = be our guest and stay, if you don't, leave at your leisure. If you ask, be aware that we're all just acquaintances here, so don't overdo your = welcome by being rude or taking the arm when all you're given is the little = finger. This is not an elitist attitude, it's simply the grown-up thing to do. FreeBSD for most of us simply is a tool to get a job done (and a hell of = a good tool at that for me), and not some kind of pissing-contest between youths. If you look at the "higher ranks" of the Linux developers, = you'll see the same phenomenon: Linux is a means to an end, and probably besides ESR, for = most of them not a holy mission. Absolutely, and that is what I had heard about your community and that = is what I wanted to find out. I wanted to get away from children, childish behavior, and poor attitude and non-standardized environment most open source Linux have become. Again, this is very, very pleasant and I will assure you that I will not over step my boundaries again. Thank you for the invite, L=E9onard Lilla -----Original Message----- From: Heiko Wundram (Beenic) [mailto:wundram@beenic.net]=20 Sent: November 8, 2007 3:33 PM To: Leonard Lilla Cc: freebsd-questions@freebsd.org Subject: Re: install Am Donnerstag, 8. November 2007 20:11:14 schrieben Sie: > Wow, yeah sorry man... I did not even realize you guys were having a > funding drive. Ouch, that sucks, probably not the support you were = looking > for. Just for the reference, do you actually know what Open Source really is? What=20 its good sides are, and what the bad sides are? Basically, even in open source software (like FreeBSD), you get nothing = for=20 free. Either: 1) you need it so badly that you do it yourself or pay someone else to = do it for you, or 2) you _kindly_ ask other people to do it for you _for free_ (always remember=20 that!) by giving constructive feedback and them implementing it with = taking=20 your feedback into account because they need it/want to implement it = anyway, but 3) that simply doesn't work in the rant(ish) kind of way you gave = feedback. In the second case, you're not guaranteed that anybody will actually = take the=20 time to implement what you would like to see in the system, because they = may (and most probably will) have a completely different prioritization of = the=20 multitude of open things to take into consideration in building a = functional and stable operating system. > But I have heard some great things about FreeBSD as a server. Now I=20 > saw that there was a 'dummy downed' version and I thought I would give = it a > go. And man, that was not pleasant. Sure, fine, it wasn't pleasant for you. We've heard that now. I personally couldn't care less (and wouldn't be a volunteer to take on = any=20 form of redesign of the installer), because I had absolutely no problems with=20 the installation process when I first installed FreeBSD about half a = year ago=20 _after reading the manual_ (yes, I'm a sort of freshman to *BSD too) and = neither for the multitude of times since then (well, to be fair: I = didn't go the 2-CD-way yet, I always did a net-install). I switched to FreeBSD because of licensing issues with the Bluetooth = stack of=20 Linux (and especially the BlueZ-userland, because every, even the basic=20 system headers, are licensed under the GPL), because I develop, amongst other=20 development for the mobile segment, commercial Bluetooth applications as = a=20 day-job, and for me it's most certainly not the installer that's a = concern,=20 but the Bluetooth subsystem. Guess what would happen if I were to beg = the=20 Bluetooth maintainer of FreeBSD at every turn to implement functionality = I=20 need (or to fix that which is partially "broken" or incomplete in = FreeBSD=20 [sorry Maksim, if you're reading this, I most certainly don't mean to=20 belittle your work on the BT stack by this, but I'm talking about = missing SCO=20 support and such]), or would simply whine on the list about how FreeBSD = is so=20 utterly bad because its Bluetooth support isn't as "enhanced" as the = Linux=20 one: noone else would react positively to my whining either, because = most=20 probably they don't need it. Anyway, after having the first and second look at the system (because of = FreeBSD's much more liberal licensing) and evaluating whether it was sensible=20 to build on that which was already finished, I sat down and started to=20 implement my additional requirements, and after some time even switched = my=20 desktop to FreeBSD (from Gentoo, which I was the ultimate fanboy of = before=20 that for quite some time), because I was starting to like it. All of my=20 tweaking is possible because FreeBSD is open source, but with it comes = the=20 price of having to lay hands on the system in case I'm not satisfied = with it. If the second look at FreeBSD would've turned out to discourage me from going=20 further, I would've most certainly turned away, and I guess noone on the list=20 would've shed a tear even if I'd have written a mail like yours giving people=20 the "hard" goodbye. And, just to get back to what I wrote in the last mail: if you're not = happy=20 with FreeBSD, do yourself a favor and turn away. And do it with dignity. = But if you decide to stay, be welcome, but if you feel something needs = fixing,=20 don't whine about it, but take it in your own hands. By the multitude of ways=20 you can do so (PR, anyone?). > If I may help you ask? Sure. I would=20 > suggest the team working on the UI for the install to think about = their > action following a condition a little better. That would not result in = the > user not having to find themselves in frustrating situations like the = one I > was in. Being that I chose various port options. At the end the = install > shows a list to review, containing categories and sub categories. = After all > selection is complete and install is in progress, I was prompted for = CD one > as if it needed the info for the categories list, and then it would = ask for > CD two to acquire the info for each subcategory. Just have them create = a > list kept in memory with all port requirements and build port install = from > CD2 using list from CD1 in memory. I don't know that much about > programming, but I do believe that you must be able to do that, right? So it seems you do know something about programming and about UI = designing.=20 Would it be too much to ask to actually take the time to read the = sysinstall source (which is pretty well readable by the way), and to check why the=20 decisions were taken as they were? And to prepare a patch or just a=20 recommended screen order for sysinstall, which you can then submit via a = PR=20 request? Maybe someone takes the time to implement what you request, but most probably,=20 it'll then be because they wanted to implement it anyway (because they = found the install similarily irritating). > Well, again... I do apologize for my comments, but I had to know > what kind of community it is that I am presented with. I must say that your > response shows a very interesting aspect of your community that I have been > hearing about. Perhaps I will continue to stay informed about your > community. I really don't know what you're trying to tell me by this, but I guess you're=20 trying to say something like the following, which I think is very true = (and=20 was something that made me stay with FreeBSD on the second look I = mentioned=20 above): Linux tries to be the better Windows and development efforts (by a lot = of=20 people) are driven by the desire to improve usability and simplicity of = the=20 system, simply because lots of developers take satisfaction out of=20 being "better" than Windows and equally "accessible" even for the=20 computer-agnostic. It's basically the wish of being "1337", cool, whatever (because of = using=20 a "non-standard" system, thereby being non-conformant), combined with = the=20 desire of the individual developer to "shine" in the community with his=20 contribution to get some extra recognition in his "3733t" circles. = That's why=20 you'll easily get (the "lower ranks" of) Linux developers and users to = react to your kind of comments with all kinds of replies, ranging from most = stupid back-flaming and "M$-fanboy" name-calling up to offers to help you in = the=20 process of installation such as coming over to visit you, and lots of = other=20 things equally over-the-top (at least for my taste). The ("lower ranks" of the) FreeBSD audience generally have a much more mature=20 view on this. They're very helpful, if you ask them questions you might have,=20 but they don't see it as an evangelical mission to keep you with "their" = system, because they don't need you to look up to them. If you like it, = be=20 our guest and stay, if you don't, leave at your leisure. If you ask, be aware=20 that we're all just acquaintances here, so don't overdo your welcome by being=20 rude or taking the arm when all you're given is the little finger. This is not an elitist attitude, it's simply the grown-up thing to do. FreeBSD=20 for most of us simply is a tool to get a job done (and a hell of a good = tool at that for me), and not some kind of pissing-contest between youths. If = you look at the "higher ranks" of the Linux developers, you'll see the same=20 phenomenon: Linux is a means to an end, and probably besides ESR, for = most of=20 them not a holy mission. PS: I'm posting this to questions@, too (even though you didn't with = your mail=20 to me), because I think this discussion deserves a broader audience than just=20 a private mail exchange. PPS: Don't understand the term "lower rank" and "higher rank" in a wrong way:=20 every community has "celebrities" in one way or another, even FreeBSD. I = personally would most certainly qualify myself as "lower rank." Others = (for=20 example comitters, easily recognizable by the @freebsd.org mail-address) most=20 certainly are "high rankers." --=20 Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:48:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B068C16A419 for ; Thu, 8 Nov 2007 21:48:03 +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 7871213C4B0 for ; Thu, 8 Nov 2007 21:48:03 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id lA8Llt9E007988; Thu, 8 Nov 2007 15:47:55 -0600 (CST) (envelope-from dan) Date: Thu, 8 Nov 2007 15:47:54 -0600 From: Dan Nelson To: John Smith Message-ID: <20071108214754.GA22005@dan.emsphone.com> References: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> <20071108175951.GC18314@darklight.org.ru> <6dcf0dbc0711081316h7748e759w101e5df72e1514d7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6dcf0dbc0711081316h7748e759w101e5df72e1514d7@mail.gmail.com> X-OS: FreeBSD 7.0-BETA1 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Yuri Pankov , FreeBSD Questions Mailing List Subject: Re: Determine FreeBSD version of binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 21:48:03 -0000 In the last episode (Nov 08), John Smith said: > On Nov 8, 2007 6:59 PM, Yuri Pankov wrote: > > May be not entirely correct, but close: > > > > ldd binary | grep libc.so > > Yes, that helps somewhat. At least I now know that it's FreeBSD 4.x. > And before I again forget something I forgot to mention earlier on: I > also have a file called 'kernel'. Could that somehow give somewhat > more detailed information about exactly which 4.x kernel it is, and > if so, how would I go about doing that ? Run "strings /kernel | tail" on it. There's also a better way to determine the FreeBSD version an executable was built for. As long as you didn't build world with -O2, the "file" command can print it. Note that you will need to run a 5.x or newer version of file, since even though 4.x puts the version in each binary, its file command doesn't print it. $ file /bin/ls /bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 7.0 (700052), dynamically linked (uses shared libs), FreeBSD-style, stripped $ file /mnt/oldsystem/bin/ls /mnt/oldsystem/bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1, for FreeBSD 4.2, statically linked, stripped If you like building with -O2, apply the patch in PR 101590. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 21:49: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 78A5F16A473 for ; Thu, 8 Nov 2007 21:49:50 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 0B50C13C4C3 for ; Thu, 8 Nov 2007 21:49:49 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so341035fka for ; Thu, 08 Nov 2007 13:49:41 -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=1UBNhDUjS3b7pRExEeipgGtkZ9YDLZOkPSGtF7QdcyA=; b=HEQhh25ICmedRlGSMYHcVWNGA/ZGb/fcxk3NFvL+uCPp3n4bxBuRRUwEO5Ny2KmW3zbgUb6FDt9suTTGjaTxyOoKlVDzHaH4pkNiOrR2kyg4DaXChOz5FOOEDxEERx+AFV9PKsW5kkXx9ilIDmGOnxYfhinwNwZYQNwpppUcP+E= 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=owHb+I8gClG4HMc6Fe+uhsP6GM8vGrazr2DricXXiqGFjBJ0onDa2JmlxbpT1cm9yWymzr2X2l1Lb1Yu5vk63MgpyEpOuFhvu+24792ysNrryJfxuhWj/NC4p5jyN7AIwJHfpbLBFsg63Uhu3SglKCLY+5RUhgJOby2oabh/ppE= Received: by 10.82.181.10 with SMTP id d10mr1230329buf.1194555900695; Thu, 08 Nov 2007 13:05:00 -0800 (PST) Received: by 10.86.83.12 with HTTP; Thu, 8 Nov 2007 13:05:00 -0800 (PST) Message-ID: Date: Thu, 8 Nov 2007 13:05:00 -0800 From: "Maksim Yevmenkin" To: jimmiejaz@gmail.com In-Reply-To: <47336CE0.4040909@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47336CE0.4040909@gmail.com> Cc: freebsd-bluetooth@freebsd.org, freebsd-questions@freebsd.org Subject: Re: usb dongle X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 21:49:50 -0000 On 11/8/07, Jimmie James wrote: > I have a Broadcom BCM92035DGROM dongle, and this is what I'm seeing. > I'm assuming it's not supported, (from the handbook: The Broadcom > BCM2033 chip based Bluetooth devices are supported via the ubtbcmfw(4) > and ng_ubt(4) drivers) > > Is there anyone that's gotten this model to work, or is it an exercise > in futility? first of all, i doubt that BCM92035 is using 2033 chip. i think it is uses different (2035?) chip. it also appears that this particular dongle may need to use special non-standard initialization sequence. can you please check vendor id/product id pair for your dongle (use usbdevs(8)). 1) if it is (0x0a5c, 0x200a) then you could try to comment out "reset" command in /etc/rc.d/bluetooth 2) if it is (x0a5c, 0x2009) then you out of luck - this device needs special non-standard initialization sequence. ng_ubt(4) currently does not support that. if i can get this dongle into my hands i can fix ng_ubt(4) thanks, max From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 22: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 00DD216A480 for ; Thu, 8 Nov 2007 22:02:52 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9BD13C4B9 for ; Thu, 8 Nov 2007 22:02:51 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so344041fka for ; Thu, 08 Nov 2007 14:02:40 -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=PbD+/oBBq+zacqE2GMp4ZEAKmfyQtpHEJtU/4p8SjCY=; b=hGTzw5N0qW5X4SEhc9QwV1V5zLBG941ENmDDkaUi2DE4PUZuiRuE/H7ehtr8dLb4bhNQbLS2r2JOyTAKt1kn6CmXvtvfiXnuniGQa/nVl3yAa9VAkP5Pc5wRPOeEpGcstPFNQZknScTLh7OlzO7d8sypBwJHWkPcM+IunygK01g= 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=toE3iJOrqxMrJd/n6nSGbWizavRMovb25VjIyKtKJaknC9ZxCuMzDH82RpsH9jmkaLn9dmpZ4Bb4ogkEzCfvfHAgDLKq8fSWiRaArUqQ8OwX+VlMq+9F5JY7J5ObYIGhTVp7BCbeYuVpajszhHHGLhHMXQk/ORDI08HVIEeQmfQ= Received: by 10.82.190.2 with SMTP id n2mr1252360buf.1194557397441; Thu, 08 Nov 2007 13:29:57 -0800 (PST) Received: by 10.86.57.12 with HTTP; Thu, 8 Nov 2007 13:29:57 -0800 (PST) Message-ID: <24393ae80711081329k578c297l5de8278951c4dfa3@mail.gmail.com> Date: Thu, 8 Nov 2007 16:29:57 -0500 From: "Andrey Shuvikov" 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: Port dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 22:02:52 -0000 Hello, I'm trying to figure out port dependencies on my (freshly installed) FreeBSD 7.0. For example, I have two automake ports: $ pkg_info | grep automake-1 automake-1.5_4,1 GNU Standards-compliant Makefile generator (1.5) automake-1.6.3 GNU Standards-compliant Makefile generator (1.6) I didn't install them myself, so I tried to figure out how they were installed. But when I run $ pkg_info -R 'automake-1*' It doesn't show any dependencies (and I didn't delete any packages yet). Is there a way to figure out who (which port) installed them and do I need them both now? Thanks, Andrey From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 22:03: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 5E23116A481 for ; Thu, 8 Nov 2007 22:03:05 +0000 (UTC) (envelope-from colin@ips.gov.au) Received: from gatekeeper.ips.gov.au (ns.ips.gov.au [138.24.1.34]) by mx1.freebsd.org (Postfix) with SMTP id ECAA013C4B7 for ; Thu, 8 Nov 2007 22:03:04 +0000 (UTC) (envelope-from colin@ips.gov.au) Received: from gpo.dmz.ips.gov.au (gpo.dmz.ips.gov.au [138.24.8.4]) by gatekeeper.ips.gov.au (Postfix) with ESMTP id 43BDB20F02 for ; Fri, 9 Nov 2007 08:41:50 +1100 (EST) Received: from localhost (localhost.dmz.ips.gov.au [127.0.0.1]) by gpo.dmz.ips.gov.au (Postfix) with ESMTP id 38D3E7E848; Fri, 9 Nov 2007 08:41:50 +1100 (EST) X-Virus-Scanned: amavisd-new at ips.gov.au Received: from gpo.dmz.ips.gov.au ([127.0.0.1]) by localhost (gpo.dmz.ips.gov.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QxEl1qrO2429; Fri, 9 Nov 2007 08:41:46 +1100 (EST) Date: Fri, 9 Nov 2007 08:42:27 +1100 From: Colin Yuile To: freebsd-questions@freebsd.org Message-Id: <20071109084227.8f19b38e.colin@ips.gov.au> Organization: IPS Radio and Space Services 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 Subject: freebsd6.2-stable + ipfilter + policy routing mbuf leak X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 22:03:05 -0000 Hi all, I have a server running 6.2-stable that experiences mbuf leakage if I perform policy routing with ipfilter. This is independent of the hardware as I have moved the disk to a different machine with different MB, NICs etc and had the same result. The server is running quagga, postfix and ipfilter for some basic firewalling. The policy routing was to route outgoing web traffic to a second internet link. I have been running the same setup for several years on a 4.11 machine without any problems. Can anyone confirm this problem? Cheers, Colin From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 22:07: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 E71DD16A419 for ; Thu, 8 Nov 2007 22:07:19 +0000 (UTC) (envelope-from juri_mian@yahoo.com) Received: from n8a.bullet.mail.tp2.yahoo.com (n8a.bullet.mail.tp2.yahoo.com [203.188.202.107]) by mx1.freebsd.org (Postfix) with SMTP id 84EC013C481 for ; Thu, 8 Nov 2007 22:07:19 +0000 (UTC) (envelope-from juri_mian@yahoo.com) Received: from [202.43.196.225] by n8.bullet.mail.tp2.yahoo.com with NNFMP; 08 Nov 2007 21:54:07 -0000 Received: from [217.12.4.215] by t2.bullet.tpe.yahoo.com with NNFMP; 08 Nov 2007 21:54:06 -0000 Received: from [216.252.122.219] by t2.bullet.ukl.yahoo.com with NNFMP; 08 Nov 2007 21:54:06 -0000 Received: from [69.147.84.95] by t4.bullet.sp1.yahoo.com with NNFMP; 08 Nov 2007 21:54:05 -0000 Received: from [127.0.0.1] by omp205.mail.sp1.yahoo.com with NNFMP; 08 Nov 2007 21:54:05 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 776653.26308.bm@omp205.mail.sp1.yahoo.com Received: (qmail 9390 invoked by uid 60001); 8 Nov 2007 21:54:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=49f8Fzq+s90elkR4YkGkAwMQXHvYjKLpTMVcve0rM5axE7vHdu1W/EXEkjXIVHr4/MqBO5ktSv3Xrhcs2hEfobtKFf5JLtmZUDPPcXoJJz8hW0z1r8vINku8AxsBByK97hYpe3TkpiihfDHtM2L/A3OVU7j2kfGBhhu8pUl/Kbk=; X-YMail-OSG: gHaL6wgVM1nL9ySdMkXbj53KJ6yWQHkuBilfV2NbLHuMOY7y908Xri2UyDCeGBuY5nXNbSAV8iLE_86NF9aCq09Ufs5AZY3VKvWj Received: from [71.63.232.32] by web45606.mail.sp1.yahoo.com via HTTP; Thu, 08 Nov 2007 13:54:05 PST Date: Thu, 8 Nov 2007 13:54:05 -0800 (PST) From: Juri Mianovich To: jamesh@lanl.gov In-Reply-To: <1194478376.29601.21.camel@secretariat.lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <628236.9023.qm@web45606.mail.sp1.yahoo.com> 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 22:07:20 -0000 --- James wrote: > 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). The old system is DR DOS of some kind. The new system is 6.2-RELEASE The old system is the client, which cannot connect and is having the problem. The new system is just a plain old FreeBSD 6.2 system and has no problems. > > What version of ssh is running on the older machine? > The old system is the client - and it shows: SSH-1.5-OpenSSH_3.7.1p2 It would not connect at all, and we then connected with a '-1' argument (after adding protocol one to the servers sshd_config) and it now connects, but again, I am getting this cipher error: ssh -v -1 -c 3des user@freebsd6.2release and this is my verbose output: > > 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 So it is saying that 3des is not supported by the server (which is freebsd 6.2-release) ... what in the world is wrong ? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 22:17: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 96A4016A418 for ; Thu, 8 Nov 2007 22:17:48 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep25-int.chello.at (viefep25-int.chello.at [62.179.121.45]) by mx1.freebsd.org (Postfix) with ESMTP id ED90F13C494 for ; Thu, 8 Nov 2007 22:17:47 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from [192.168.1.104] (really [80.99.119.201]) by viefep16-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071108220025.CWVV14118.viefep16-int.chello.at@[192.168.1.104]>; Thu, 8 Nov 2007 23:00:25 +0100 Message-ID: <473386F5.5060403@shopzeus.com> Date: Thu, 08 Nov 2007 23:00:21 +0100 From: Laszlo Nagy User-Agent: Thunderbird 1.5.0.14pre (X11/20071023) MIME-Version: 1.0 To: Bram , freebsd-questions@freebsd.org References: <4731E1A4.6020809@diomedia.be> <200711081408.22387.nvass@teledomenet.gr> <47333C1A.7070709@diomedia.be> In-Reply-To: <47333C1A.7070709@diomedia.be> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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: Thu, 08 Nov 2007 22:17:48 -0000 Bram wrote: > Nikos Vassiliadis schreef: >> On Wednesday 07 November 2007 18:02:44 Bram wrote: >> >>> 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) ? >>> >> >> TCP using the default FreeBSD settings, can survive >> 20 secs of inactivity. It can be an application forced >> timeout. What application/protocol are talking about? >> >> Nikos >> > This is the more full explanation: > > I have setup a mobile pc to roam across our building. > By reducing the dwell time and changing the channel list to only the > channels I use roaming now works within ten seconds en sometimes > within one or two seconds. > The previous configuration was with fedora and there I was unable to > get roaming time under 25 seconds. > > I do have one very annoying problem however and I have no idea how to > solve it. > The software uses psycopg (a python postgresql module) wich uses the > standard system parameters for connections (At least that is what I > think). > -On fedora if the connection gets lost and it takes 30 seconds to > remake a new connection operation is not interupted, after the 30 > seconds you get the data you've been waiting for. > -On freebsd however we get it a lot that the connection is "lost", you > can easily start a new connection wich works fine, but the old > connection you wore using stops working and the app. hangs (If I had > to guess I would say that roaming works about 95% of the time and the > connection is lost about 5% of the time). > > I also get a lot of IFDOWN IFUP messages but this seems normal to me. > > I am now going to program something in twisted using udp to see if > this works better. > Did you try to use some RPC library? You can have the psycopg connection on the server side, and use it through an object broker. You will probably find an object broker that can even survive a TCP reconnect. Then you do not need to rewrite the whole program. Well, it is just an idea, may not be applicable for you. Regards, Laszlo From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 22:37: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 C4F0116A420 for ; Thu, 8 Nov 2007 22:37:45 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from EXHUB015-3.exch015.msoutlookonline.net (exhub015-3.exch015.msoutlookonline.net [207.5.72.95]) by mx1.freebsd.org (Postfix) with ESMTP id B33C413C480 for ; Thu, 8 Nov 2007 22:37:45 +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; Thu, 8 Nov 2007 14:36:15 -0800 Message-ID: <47338F5E.3070606@riderway.com> Date: Thu, 8 Nov 2007 17:36:14 -0500 From: "Philip M. Gollucci" Organization: Riderway Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: Andrey Shuvikov References: <24393ae80711081329k578c297l5de8278951c4dfa3@mail.gmail.com> In-Reply-To: <24393ae80711081329k578c297l5de8278951c4dfa3@mail.gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: Port dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 22:37:45 -0000 Andrey Shuvikov wrote: > Hello, > > I'm trying to figure out port dependencies on my (freshly installed) > FreeBSD 7.0. For example, I have two automake ports: > > $ pkg_info | grep automake-1 > automake-1.5_4,1 GNU Standards-compliant Makefile generator (1.5) > automake-1.6.3 GNU Standards-compliant Makefile generator (1.6) These particular ports are special, I don't think any port should list them as RUN_DEPENDS, but rather as BUILD_DEPENDS. So to answer your question, no, you don't need them. But if you were to recompile things, they would need to be built again. You should look at the automake-wrapper port. ade@ and des@ have done loads of work with the autotools. -- ------------------------------------------------------------------------ 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 Thu Nov 8 22:53: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 0D79E16A417 for ; Thu, 8 Nov 2007 22:53:15 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from mesiob.obspm.fr (mesiob.obspm.fr [145.238.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9ED1813C4E3 for ; Thu, 8 Nov 2007 22:53:14 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from localhost (pcjas.obspm.fr [145.238.184.233]) by mesiob.obspm.fr (8.13.4/8.13.4/SIO Observatoire de Paris) with ESMTP id lA8MEDnT015066; Thu, 8 Nov 2007 23:14:13 +0100 Date: Thu, 8 Nov 2007 23:14:13 +0100 From: Albert Shih To: Mario Lobo , freebsd-questions@freebsd.org Message-ID: <20071108221413.GA75162@pcjas.obspm.fr> References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20071108183239.GA65453@slackbox.xs4all.nl> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mesiob.obspm.fr [145.238.2.2]); Thu, 08 Nov 2007 23:14:13 +0100 (CET) X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on mesiob.obspm.fr X-Virus-Status: Clean Cc: Subject: Re: About Freebsd 7.0 versus 6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert.Shih@obspm.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 22:53:15 -0000 Le 08/11/2007 à 19:32:39+0100, Roland Smith a écrit > On Thu, Nov 08, 2007 at 02:48:47PM -0300, Mario Lobo wrote: > > > Concerning this, I've "cvsuping" to 6-CURRENT on a dual-core desktop. The > > system is running well, but I'd really like to move up to 7. Can it be done > > through cvsup from 6.2-STABLE to 7-CURRENT or is it "wiser" to install from > > scratch? any upgrade gotchas/procedure ? > > It _can_ be done. (I've done it). > > First, make a list of all your ports (portmaster -L works fine for > that). Then csup to RELENG_7. Then follow the instructions from > /usr/src/Makefile (the bit about 'upgrade their source'). I've outlined > the process below, with my own additions marked with lowercase letters > > > a. Make backups > b. Read /usr/src/UPDATING > 1. `cd /usr/src' (or to the directory containing your source tree). > 2. `make buildworld' > 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > [steps 3. & 4. can be combined by using the "kernel" target] > 5. `reboot' (in single user mode: boot -s from the loader prompt). > 6. `mergemaster -p' > 7. `make installworld' > 8. `make delete-old' > 9. `mergemaster' > 10. `reboot' > c. `pkg_delete -a' (delete all your ports) Be careful if you not using standard shell because....if you using a shell come from ports.... > 11. `make delete-old-libs' (in case no 3rd party program uses them anymore) > d. Reinstall all root and leaf ports. Dependencies will then be > installed automatically. Well....what's the difference between what you say and make a new installation ? I've do this sometime ago because I don't have 7.0-Beta CD-rom, and I've install a 6.2 and make what you say...but for me rebuild all ports it's same thing to make a new-installation. Regards. -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 Heure local/Local time: Jeu 8 nov 2007 23:11:56 CET From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 23:11: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 AE84116A421 for ; Thu, 8 Nov 2007 23:11:55 +0000 (UTC) (envelope-from erik@cepheid.org) Received: from mail.cepheid.org (aleph.cepheid.org [72.232.60.94]) by mx1.freebsd.org (Postfix) with ESMTP id 8793613C4CA for ; Thu, 8 Nov 2007 23:11:55 +0000 (UTC) (envelope-from erik@cepheid.org) Received: by mail.cepheid.org (Postfix, from userid 1006) id 476DF9B4057; Thu, 8 Nov 2007 17:14:21 -0600 (CST) Date: Thu, 8 Nov 2007 17:14:21 -0600 From: Erik Osterholm To: Dan Nelson Message-ID: <20071108231421.GA42848@aleph.cepheid.org> Mail-Followup-To: Erik Osterholm , Dan Nelson , FreeBSD Questions Mailing List References: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> <20071108175951.GC18314@darklight.org.ru> <6dcf0dbc0711081316h7748e759w101e5df72e1514d7@mail.gmail.com> <20071108214754.GA22005@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071108214754.GA22005@dan.emsphone.com> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Questions Mailing List Subject: Re: Determine FreeBSD version of binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 23:11:55 -0000 On Thu, Nov 08, 2007 at 03:47:54PM -0600, Dan Nelson wrote: > In the last episode (Nov 08), John Smith said: > > On Nov 8, 2007 6:59 PM, Yuri Pankov wrote: > > > May be not entirely correct, but close: > > > > > > ldd binary | grep libc.so > > > > Yes, that helps somewhat. At least I now know that it's FreeBSD 4.x. > > And before I again forget something I forgot to mention earlier on: I > > also have a file called 'kernel'. Could that somehow give somewhat > > more detailed information about exactly which 4.x kernel it is, and > > if so, how would I go about doing that ? > > Run "strings /kernel | tail" on it. > > There's also a better way to determine the FreeBSD version an > executable was built for. As long as you didn't build world with -O2, > the "file" command can print it. Note that you will need to run a 5.x > or newer version of file, since even though 4.x puts the version in > each binary, its file command doesn't print it. > > $ file /bin/ls > /bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 7.0 (700052), dynamically linked (uses shared libs), FreeBSD-style, stripped > $ file /mnt/oldsystem/bin/ls > /mnt/oldsystem/bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1, for FreeBSD 4.2, statically linked, stripped > > If you like building with -O2, apply the patch in PR 101590. Interesting. Does 6.2/amd64 build with -O2 by default? $ file /bin/ls /bin/ls: ELF 64-bit LSB executable, AMD x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), stripped This was after a buildworld with no special options added, and nothing affecting the kernel in make.conf. Erik From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 23:32: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 4C35816A418 for ; Thu, 8 Nov 2007 23:32:12 +0000 (UTC) (envelope-from maksim.yevmenkin@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 AB73613C491 for ; Thu, 8 Nov 2007 23:32:11 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so266321nfb for ; Thu, 08 Nov 2007 15:32: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:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=LfsUgTc7bGqLu9wq6GUazSc1LC5M7hyjd7vnc5ic1Lc=; b=RBDYXd0a/CDmk/QCmnv06lqrzUTaIG8dy77FE45OR/Z4KXB1De6PG7Cj3WNIPn+KzEuC0UnRFdv1ZevwfXLoqPiPoaz4FLOKmdGIyo8UbX9g5GwzTfiwyj8r12epGU4/0aEru1lHQkJZxg3ccmFu5Rp7Z4vDY9q99px/Guw1DSI= 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=bVH9WWYL9mhebn32Ipv48Y0Yl2k6BbTpUxqys7kDPPzqxJ+bfufgRrxcLmvb3yG8aQxdUL5UVwBZAT1zdGl5nvgPQgbjx+VP73Ar+WatVWgNcBpcjHZkfmKsLtVQc8Jf79j/lsJzYqwH2PMhRy+Lauty53WUnJ1f/icK9d2Vi0Q= Received: by 10.86.98.18 with SMTP id v18mr954937fgb.1194564723443; Thu, 08 Nov 2007 15:32:03 -0800 (PST) Received: by 10.86.83.12 with HTTP; Thu, 8 Nov 2007 15:32:03 -0800 (PST) Message-ID: Date: Thu, 8 Nov 2007 15:32:03 -0800 From: "Maksim Yevmenkin" To: jimmiejaz@gmail.com In-Reply-To: <47337FC6.7060106@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47336CE0.4040909@gmail.com> <47337FC6.7060106@gmail.com> Cc: freebsd-bluetooth@freebsd.org, freebsd-questions@freebsd.org Subject: Re: usb dongle X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 23:32:12 -0000 On 11/8/07, Jimmie James wrote: > Maksim Yevmenkin wrote: > > On 11/8/07, Jimmie James wrote: > >> I have a Broadcom BCM92035DGROM dongle, and this is what I'm seeing. > >> I'm assuming it's not supported, (from the handbook: The Broadcom > >> BCM2033 chip based Bluetooth devices are supported via the ubtbcmfw(4) > >> and ng_ubt(4) drivers) > >> > >> Is there anyone that's gotten this model to work, or is it an exercise > >> in futility? > > > > first of all, i doubt that BCM92035 is using 2033 chip. i think it is > > uses different (2035?) chip. > > > > it also appears that this particular dongle may need to use special > > non-standard initialization sequence. > > > > can you please check vendor id/product id pair for your dongle (use usbdevs(8)). > > > > 1) if it is (0x0a5c, 0x200a) then you could try to comment out "reset" > > command in /etc/rc.d/bluetooth > > > > 2) if it is (x0a5c, 0x2009) then you out of luck - this device needs > > special non-standard initialization sequence. ng_ubt(4) currently does > > not support that. if i can get this dongle into my hands i can fix > > ng_ubt(4) > > > > thanks, > > max > > > > I was searching google and came across these two threads, > http://lists.freebsd.org/pipermail/freebsd-bluetooth/2006-September/000788.html > http://www.nabble.com/j2me-bluetooth-app-using-freebsd-bluetooth-stack-t2356546.html > > So it looked like it was possible... > > usbdevs -dv shows: > port 1 addr 2: full speed, power 100 mA, config 1, > BCM92035DGROM(0x0850), Broadcom(0x22b8), rev 1.09 > ubt0 huh?? very strange. not sure why your dongle says its broadcom, where is vendor id 0x22b8 is for motorola. the product is 0850 seems to be for motorola pc850 dongle. 1) please check /var/log/messages to see if there are any errors from ng_ubt(4) driver 2) please install hcidump from ports (comms/hcidump) and then as root make sure device is not connected # kldload ng_btsocket -- this may fail if ng_btsocket module was already loaded, ignore it. # hcidump -w init.dump -- this will block now attach the device and wait for it to fail terminate hcidump with ^c and send me the init.dump file thanks, max From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 23:36: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 3508D16A418 for ; Thu, 8 Nov 2007 23:36:37 +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 F2A9C13C480 for ; Thu, 8 Nov 2007 23:36:36 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id lA8NaPF4075111; Thu, 8 Nov 2007 17:36:25 -0600 (CST) (envelope-from dan) Date: Thu, 8 Nov 2007 17:36:25 -0600 From: Dan Nelson To: Erik Osterholm , FreeBSD Questions Mailing List Message-ID: <20071108233625.GA72824@dan.emsphone.com> References: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> <20071108175951.GC18314@darklight.org.ru> <6dcf0dbc0711081316h7748e759w101e5df72e1514d7@mail.gmail.com> <20071108214754.GA22005@dan.emsphone.com> <20071108231421.GA42848@aleph.cepheid.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071108231421.GA42848@aleph.cepheid.org> X-OS: FreeBSD 7.0-BETA1 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: Re: Determine FreeBSD version of binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 23:36:37 -0000 In the last episode (Nov 08), Erik Osterholm said: > On Thu, Nov 08, 2007 at 03:47:54PM -0600, Dan Nelson wrote: > > In the last episode (Nov 08), John Smith said: > > > On Nov 8, 2007 6:59 PM, Yuri Pankov wrote: > > > > May be not entirely correct, but close: > > > > > > > > ldd binary | grep libc.so > > > > > > Yes, that helps somewhat. At least I now know that it's FreeBSD > > > 4.x. And before I again forget something I forgot to mention > > > earlier on: I also have a file called 'kernel'. Could that > > > somehow give somewhat more detailed information about exactly > > > which 4.x kernel it is, and if so, how would I go about doing > > > that ? > > > > Run "strings /kernel | tail" on it. > > > > There's also a better way to determine the FreeBSD version an > > executable was built for. As long as you didn't build world with > > -O2, the "file" command can print it. Note that you will need to > > run a 5.x or newer version of file, since even though 4.x puts the > > version in each binary, its file command doesn't print it. > > > > $ file /bin/ls > > /bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 7.0 (700052), dynamically linked (uses shared libs), FreeBSD-style, stripped > > $ file /mnt/oldsystem/bin/ls > > /mnt/oldsystem/bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1, for FreeBSD 4.2, statically linked, stripped > > > > If you like building with -O2, apply the patch in PR 101590. > > Interesting. Does 6.2/amd64 build with -O2 by default? The default was switched from -O to -O2 in src/share/mk/sys.mk r1.81, which was before 6.x was branched, so none of the 6.x releases have versions in their executables. > $ file /bin/ls > /bin/ls: ELF 64-bit LSB executable, AMD x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), stripped > > This was after a buildworld with no special options added, and > nothing affecting the kernel in make.conf. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 23:40: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 4248B16A417; Thu, 8 Nov 2007 23:40:20 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id E9D0213C491; Thu, 8 Nov 2007 23:40:19 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id lA8NeDkp080717; Thu, 8 Nov 2007 17:40:13 -0600 (CST) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tYOkeU3P49kX; Thu, 8 Nov 2007 17:40:07 -0600 (CST) Received: from archangel.daleco.biz (dsl.daleco.biz [209.125.108.70]) by ezekiel.daleco.biz (8.13.8/8.13.8) with ESMTP id lA8Ne34N080700; Thu, 8 Nov 2007 17:40:04 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <47339E4E.7080906@daleco.biz> Date: Thu, 08 Nov 2007 17:39:58 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Simon Chang References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> <8efc42630711081044j6d64d7e8o8457481f68c66b1b@mail.gmail.com> In-Reply-To: <8efc42630711081044j6d64d7e8o8457481f68c66b1b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Leonard Lilla , freebsd-questions@freebsd.org, FreeBSD Chat Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 23:40:20 -0000 Simon Chang wrote: > > ...COMPLAINING... > > > For someone who speaks five languages and works in IT, he sure seems > rather obtuse. There are only two CDs, with one of them being "Disc > 1" and the other "Disc 2". If he can't follow simple directions I > suggest that he checks out Fedora Core, which at last count weighs in > at six (6) CDs!!! > > SC ZOMG!!!!!!! FreeBSD comes on CD's?????? Signed, Frustrated "when did sysinstall outgrow a floppy?" installer. :-D -- If I promised you the moon and the stars, would you believe it? -- Alan Parsons Project From owner-freebsd-questions@FreeBSD.ORG Thu Nov 8 23:43: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 D569A16A417 for ; Thu, 8 Nov 2007 23:43:51 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from ozzie.tundraware.com (ozzie.tundraware.com [66.92.130.199]) by mx1.freebsd.org (Postfix) with ESMTP id 7D3ED13C48E for ; Thu, 8 Nov 2007 23:43:51 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by ozzie.tundraware.com (8.14.1/8.14.1) with ESMTP id lA8NVnHp040921 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 8 Nov 2007 17:31:49 -0600 (CST) (envelope-from tundra@tundraware.com) Message-ID: <47339C66.3070700@tundraware.com> Date: Thu, 08 Nov 2007 17:31:50 -0600 From: Tim Daneliuk User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: Where Is The Kernel Build Number Derived X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 23:43:51 -0000 When I do a make buildworld/installworld, where does it find the last build number to increment? More particularly, how do I reset this so that the next kernel build will be #0? make clean doesn't do it, so I'm guessing I have to delete/populate some counter file. TIA... -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 00:32: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 AE10216A469 for ; Fri, 9 Nov 2007 00:32:25 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.237]) by mx1.freebsd.org (Postfix) with ESMTP id 702D113C4BA for ; Fri, 9 Nov 2007 00:32:25 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: by nz-out-0506.google.com with SMTP id l8so300965nzf for ; Thu, 08 Nov 2007 16:32:13 -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=9dtxe3Ckwdh7oodj0pmPKSgXeSYx5nOsqd+Cw8jENPE=; b=APwOos11ShnGd6IZq6pWv7i1hdf36yLzc7ZKiVLBPXBQobvAI2RC6h8urlRAv5+pFWoyMkOfaylf7hrNJJ/Nba0rq40eOFx7b2KKR/yuz3hFeu1WIhamwKbkmbAK44m7bvyv65+oszV3jWEYqBPV0skbuKcSjCnD5tUsPcHkSQw= 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=psWRL2Y4o7/98bd8B7AgQSCNJweA2HQvwc7WVi18dWo9b5yABqeyuVGdZfNZQZRzOY9kc5UZp3lVJpcAhyYbidECHWlH1P9dwrfnKonoEfGHYVPsFjuYKYIRLA3mTEQbu/dWymkfhmmb2xP6imQKFJrzLyenlUEH93DGAX6hCls= Received: by 10.65.191.3 with SMTP id t3mr5662866qbp.1194566610187; Thu, 08 Nov 2007 16:03:30 -0800 (PST) Received: by 10.65.213.5 with HTTP; Thu, 8 Nov 2007 16:03:30 -0800 (PST) Message-ID: <972994690711081603w72f861f1v60d85e74cc057c28@mail.gmail.com> Date: Fri, 9 Nov 2007 00:03:30 +0000 From: "James Jeffery" 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: FreeBSD on a Mac X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 00:32:25 -0000 Was wondering. Can i put FreeBSD on a Quicksilver G4? I know it already has Tiger on it, which is BSD based, but i have no use for Tiger at the moment. At college were using Windows, and my old BSD box now has windows on it so that i can keep up with college assignments. I still have BSD on the box, but on another partition, i loved FreeBSD 7, was really getting the hang of it and testing out its web server capabilities, its a nightmare switching the PC on and off just to run a temp web server to test on. Is it possible or is there a better solution? Cheers From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 00:43: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 ABE7316A417 for ; Fri, 9 Nov 2007 00:43:46 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.freebsd.org (Postfix) with ESMTP id 562B713C4B9 for ; Fri, 9 Nov 2007 00:43:46 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 12627 invoked from network); 9 Nov 2007 00:16:54 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 9 Nov 2007 00:16:54 -0000 Message-ID: <4733A6B5.4080205@chuckr.org> Date: Thu, 08 Nov 2007 19:15:49 -0500 From: Chuck Robey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.9) Gecko/20071107 SeaMonkey/1.1.6 MIME-Version: 1.0 To: John Smith References: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> In-Reply-To: <6dcf0dbc0711080901g49043bb1u1a8e38cfacbde15c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Mailing List Subject: Re: Determine FreeBSD version of binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 00:43:46 -0000 John Smith wrote: > > I was wondering if it was possible to determine for what version of > FreeBSD a binary was compiled, purely by examining the binary? As a suggestion, use the 'ldd' command to see what version of the libc is linked in with the binary. You didn['t mention if the binary was linked shared or not (if it's statically linked, well, you're out of luck with this particular method). Depending on how it's linked, you might even have probnlems using ldd, I think, then you'd have to use the objdump utility, along with grep, like this: objdump -x | grep NEEDED | grep libc and get the version of libc from there. It's the version of libc that you're after with all this song and dance. I've been gone from FreeBSD for a longish while (more than about 2 years) so I couldn't give you exact libc version versus date info, but if you post that to this list, most likely someone would have that right to hand. > > Any and all help and suggestions are greatly appreciated, > > > > Thanks, > > > john Smith > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 01:53:54 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 73E7D16A468 for ; Fri, 9 Nov 2007 01:53:54 +0000 (UTC) (envelope-from anonymous@host159.ipowerweb.com) Received: from host159.ipowerweb.com (host159.ipowerweb.com [66.235.199.11]) by mx1.freebsd.org (Postfix) with SMTP id 50A7013C4B6 for ; Fri, 9 Nov 2007 01:53:52 +0000 (UTC) (envelope-from anonymous@host159.ipowerweb.com) Received: (qmail 14759 invoked by uid 10043); 9 Nov 2007 01:28:34 -0000 Received: from 127.0.0.1 by host159.ipowerweb.com (envelope-from , uid 80) with qmail-scanner-1.25st (clamdscan: 0.88/1245. spamassassin: 3.1.0. perlscan: 1.25st. Clear:RC:1(127.0.0.1):SA:0(4.3/5.0):. Processed in 8.870359 secs); 09 Nov 2007 01:28:34 -0000 X-Spam-Status: No, hits=4.3 required=5.0 X-Spam-Level: ++++ Date: 9 Nov 2007 01:28:24 -0000 Message-ID: <20071109012824.14646.qmail@host159.ipowerweb.com> To: questions@freebsd.org From: PETER JACKSON & SONS MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Cc: Subject: READ CAREFULLY . X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 01:53:54 -0000 PETER JACKSON & SONS CO. LTD WEST VALE WORKS STAINLAND ROAD GREETLAND HALIFAX HX4 8BD TEL: +447024019929 FAX: +44 07024094726 www.jacksontextiles.co.uk peterjacksonandsonstextiles@gmail.com PETER JACKSON & SONS CO. LTD Introduce a position of the manager(Representative) for the payment from the customers and other financial means. We need a book-keeper in Australia and America, so we want to know if you will like to work online from home and get paid weekly without leaving or affecting your present job. The company deals with the sale of Chippendale, Hepplewhite, Lutyens and Rennie Mackintosh, and are ideally suited to most forms of upholstered furniture, antique, classical and contemporary design exhibition. PETER JACKSON & SONS CO. LTD has established an enviable reputation for manufacturing tradition of horsehair weaving and we have clients we supply weekly in the Australia and America. We have been receiving orders from Australia and America where we spread our tentacles. Which we have not been able to process competently and completely since we do not have a payment receiving personnel in those parts of the world. We have decided to recruit payment officers online hence we will be needing a Representative/Bookkeeper to process our payments in Australia and USA. - due to delays in processing payments from Australia and America in London Uk. WHAT WE REQUIRE: Two hours/day of your choice, daytime or evening time. WORK AT HOME: Checking e-mail and going to the bank Part time or full time. OTHER HIGHLIGHTS: No selling involved, no kit to buy,we won't charge you anything. MONTHLY SALARY: Minimum of $400 every week to a total of $1600 per month AND also the total amount you make in a month depends on how often you receive payments from out Clients,which can be twice a week or more,and also pay you $2 per day for checking your email. COMMISSION: 10% of every money order/check that is cashed instantly"cash inhand" or "cash on counter" is what you get from the total cashed amount. MORE EXPLANATION ABOUT THE JOB: If you receive a check of $2,500.00 from our clients or costumers ,you would cash the check in your bank and then take 10% which is $250,then send the rest of the funds to our London Account. WHAT WE ASK: Two free hours daily not including weekends, Internet access for sending and receiving e-mails,available means of cashing money orders/checks at your bank using your existing bank account . IMPORTANT: You must be over 19 years of age, Australian CITIZENSHIP AND ALSO WE WELCOME OTHER CITIZENSHIP OUTSIDE Australia ,SO FAR YOU HAVE A WAY TO GET THE FUNDS CASHED FOR US AND ALSO YOU STAY FULL TIME IN Australia or America. If you meet these conditions please contact us via E-mail at (peterjacksonandsonstextiles@gmail.com) to receive a Representative Contract agreement.and makesure you fill the form below ; FIRST NAME ..................... SURNAME.................. ADDRESS................. CITY ...........STATE........................ ZIP CODE............COUNTRY................ PHONE NUMBER (S) ........................ ........................ GENDER.............MARITAL STATUS........ AGE.......... NATIONALITY................. Note: We will never ask you for anything more than that which we have stated above. No bank names, No bank account number, routing number,credit card, passwords, SSN# etc. If anyone asks for those on our behalf please do not give out this info.This is to ensure your security and non involvement in cases of Identity theft. Thanks. Peter Jackson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 02:00: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 2726216A419 for ; Fri, 9 Nov 2007 02:00:26 +0000 (UTC) (envelope-from fbsd06+QC=d3e72b40@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 00DFD13C48D for ; Fri, 9 Nov 2007 02:00:25 +0000 (UTC) (envelope-from fbsd06+QC=d3e72b40@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 A215E1646AF for ; Thu, 8 Nov 2007 20:37:16 -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 B1215D05AF for ; Thu, 8 Nov 2007 20:36:58 -0500 (EST) Date: Fri, 9 Nov 2007 01:36:55 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071109013655.18a22000@gumby.homeunix.com.> In-Reply-To: <47339C66.3070700@tundraware.com> References: <47339C66.3070700@tundraware.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: Where Is The Kernel Build Number Derived X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 02:00:26 -0000 On Thu, 08 Nov 2007 17:31:50 -0600 Tim Daneliuk wrote: > When I do a make buildworld/installworld, where does it find the last > build number to increment? More particularly, how do I reset this so > that the next kernel build will be #0? make clean doesn't do it, so > I'm guessing I have to delete/populate some counter file. This should find it: find /usr/obj/ -name version From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 02:14: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 1DBAF16A41A for ; Fri, 9 Nov 2007 02:14:00 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp123.sbc.mail.sp1.yahoo.com (smtp123.sbc.mail.sp1.yahoo.com [69.147.64.96]) by mx1.freebsd.org (Postfix) with SMTP id E7C5113C4D5 for ; Fri, 9 Nov 2007 02:13:59 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 27110 invoked from network); 9 Nov 2007 02:13:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:Mime-Version:Content-Transfer-Encoding:Message-Id:Content-Type:To:From:Subject:Date:X-Mailer; b=bafkT1qo7zMQ8WR8a3kYOg0oRjFCwtsxzZLhH7V3/LeJhNozjjP6OBamTqdiIIWhQfOblBG/vXAl8TxAK6kSFqhiZSnNupEsV1qHUCEQ0xn1YR0zDEMgm4lyKDmSXe044QrAEeqddeq5o1juwv99HugQ57AjqfqM03eDHsYg5LM= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp123.sbc.mail.sp1.yahoo.com with SMTP; 9 Nov 2007 02:13:46 -0000 X-YMail-OSG: xO4PpbsVM1mIf0AlrG2kI0GZYrraFHe9whGi7T2QDmoPgL4b0RCeBPZNeLsC.z7cH2jNOIvc3pVKP29hdpO5Qpt3MwQ_Vabgk68sAWgXLMJnLD1.7w-- Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: User Questions From: jekillen Date: Thu, 8 Nov 2007 18:14:10 -0800 X-Mailer: Apple Mail (2.622) Subject: cmos clock to utc time code? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 02:14:00 -0000 Hello again; Here I am with another awkward question: I have set up ntp and it is complaining that the time difference is too great; 3606 or so seconds, and wants the system clock set to utc. I rebooted and entered bios set up but I did not see any explicit clues on how to set this clock to utc. (0r even if it is possible). The motherboard is ECS w/AMD64. I did not catch the bios vendor or version. If I have to I will reboot again to look at it or dig up the manual for the motherboard. I tried sysinstall but it just asks if the system clock is set to utc. (thus the question here) Any advice, suggestions, info appreciated; Thanks in advance Jeff K From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 02:41:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E64616A46C for ; Fri, 9 Nov 2007 02:41:03 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.freebsd.org (Postfix) with ESMTP id 0BADB13C4B3 for ; Fri, 9 Nov 2007 02:41:02 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so321905nzf for ; Thu, 08 Nov 2007 18:40: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:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=TxM14m1iyAPvmOranNUeLtancEKB6RVPy1Cb5cOYAng=; b=NWrHEBq2EcY3l+MJGKXKSNpo3OydY0UL9lOyXXjOmNB7yn1nRwqZHfm0LyEtcso4K+ucDe593PZ1bxX8VyQW7ib2Q/qIzn1XGyJXWUj3JJN+JHpLkWQxyKWP97c6zIj4yINflCIqgPpoD8PmOQ3l01yHqIYLSfrMcZHixkK3yO0= 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=ObBxekcxNl7nKAIK+vpRYLym2qa0TYslxNugX/g4ZDiZduHptVi2nZg0WXIRF9k210WzY7WYyr9n23Ie/JR6tHgoXfRJNQ5Qn49gJCGw2ytK4xcQL/Cc1DB1bnpiO9iZjbt2izSMYBh5+haFET2TJzb3t/bWhy30/QcLvQInnl0= Received: by 10.114.76.1 with SMTP id y1mr332372waa.1194576055744; Thu, 08 Nov 2007 18:40:55 -0800 (PST) Received: from ?192.168.17.10? ( [67.190.229.42]) by mx.google.com with ESMTPS id 27sm1728972wra.2007.11.08.18.40.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Nov 2007 18:40:54 -0800 (PST) Message-ID: <4733C8B4.6070301@gmail.com> Date: Thu, 08 Nov 2007 20:40:52 -0600 From: Jack Barnett User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: James Jeffery References: <972994690711081603w72f861f1v60d85e74cc057c28@mail.gmail.com> In-Reply-To: <972994690711081603w72f861f1v60d85e74cc057c28@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD on a Mac 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: Fri, 09 Nov 2007 02:41:03 -0000 James Jeffery wrote: > Was wondering. > > Can i put FreeBSD on a Quicksilver G4? > > I know it already has Tiger on it, which is BSD based, but i have no > use for Tiger at the moment. > At college were using Windows, and my old BSD box now has windows on > it so that i can keep > up with college assignments. > > I still have BSD on the box, but on another partition, i loved FreeBSD > 7, was really getting the > hang of it and testing out its web server capabilities, its a > nightmare switching the PC on and > off just to run a temp web server to test on. > > Is it possible or is there a better solution? > > Cheers > _______________________________________________ > 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 could also run FreeBSD inside of VMWare on your windows box. IIRC the VMWare software is free for Windows. There is also a port for FreeBSD (to run Windows in a VMWare with FreeBSD as the host) - but it hasn't been updated in a long time. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 02: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 7103116A469 for ; Fri, 9 Nov 2007 02:44:14 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from EXHUB015-4.exch015.msoutlookonline.net (exhub015-4.exch015.msoutlookonline.net [207.5.72.96]) by mx1.freebsd.org (Postfix) with ESMTP id 60D9F13C4A6 for ; Fri, 9 Nov 2007 02:44:13 +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; Thu, 8 Nov 2007 18:44:06 -0800 Message-ID: <4733C975.3030300@riderway.com> Date: Thu, 8 Nov 2007 21:44:05 -0500 From: "Philip M. Gollucci" Organization: Riderway Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: jekillen References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: cmos clock to utc time code? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 02:44:14 -0000 jekillen wrote: > Hello again; > Here I am with another awkward question: > I have set up ntp and it is complaining that > the time difference is too great; 3606 or so > seconds, and wants the system clock set to > utc. I rebooted and entered bios set up > but I did not see any explicit clues on how > to set this clock to utc. (0r even if it is possible). > The motherboard is ECS w/AMD64. I did > not catch the bios vendor or version. If I have > to I will reboot again to look at it or dig up the > manual for the motherboard. > I tried sysinstall but it just asks if the system > clock is set to utc. (thus the question here) > Any advice, suggestions, info appreciated; > Thanks in advance > Jeff K This doesn't really have anything to do with your CMOS clock. sysctl kern.securelevel at > 1, you can't change the clock by more than 1 second. man 7 securelevel Look for phrase - 'The security levels are:' You can't lower it without rebooting. You can change it in /etc/rc.conf(5). $ grep secure /etc/rc.conf kern_securelevel="-1" kern_securelevel_enable="YES" Or your could boot single user mode and run ntpdate once yourself since the securelevel (securit level) isn't set until you go multi-user mode. $ ntpdate server.com HOWEVER, I recommend the new fangled way you are supposed to do this: 1) Enable it in /etc/rc.conf(5) echo 'ntpd_enable="YES"' >> /etc/rc.conf echo 'ntpd_sync_on_start="YES"' >> /etc/rc.conf 2) Create /etc/ntp.conf(5) echo "server ntp-1.vt.edu" > /etc/rc.conf echo "driftfile /var/db/ntp.drift" >> /etc/rc.conf Use time servers close to you though and more than 1. 3) Reboot Finally, about the timezone By default sysinstall(8) copies a file from /usr/share/zoneinfo to /etc as file localtime based on your choices during the install. You can even run sysinstall again to update it post install. ls -l /etc/localtime -r--r--r-- 1 root wheel - 1.2K Jul 25 14:58:48 2007 /etc/localtime HOWEVER, its easier to just create a symlink to the one you want. If you want your system to run in utc time do this: cd /etc sudo rm -rf /etc/localtime sudo ln -s /usr/share/zoneinfo/etc/UTC localtime Test it: $ date (bash syntax) $ TZ=America/New_York date ..... Check your ntpd(8) communications with time servers: $ ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== *ntp-1.cns.vt.ed 198.82.247.40 2 u 97 1024 377 15.690 37.394 23.382 -- ------------------------------------------------------------------------ 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 Fri Nov 9 02:50: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 97F7816A418 for ; Fri, 9 Nov 2007 02:50:14 +0000 (UTC) (envelope-from af300wsm@gmail.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 50C8113C4AA for ; Fri, 9 Nov 2007 02:50:14 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so461023waf for ; Thu, 08 Nov 2007 18:50: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=udisLmRtMFsPWiMu0Aey2ZMiFBvPpxDe/p2CxGz5cBo=; b=sLJo0IV3eIC6J1wVgLFLBKBwS4gtoaJL2871OrA5fiHX+gIfXbwIE11PXf2xI6Ac9yi3H++tiGMSeLzBX1ZeBU1D5OgUJ4NS70SiSPcVSWba5I7Xh5YZb9sXJmHrFs494YeNFhTUCQQkqBSsjQZqkPqe4pyA/RVo0hakBnOocG0= 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=DpCJC6U6Ub7q0hk5yG76DHG2NAtq3z3z7OQhqHUsxPRsReX7hecq8ceRqvTEGvOtHN+0Gw0Z/nLnexNN9P2fDMux7DHVAAs4E217/lkPgDtxPYt9BV5ZWemZIs1WEP5EliEnMgpfSgaLl5vCmycC44jBoyvlhka8c55Kq/hrsDU= Received: by 10.114.192.1 with SMTP id p1mr617624waf.1194576602065; Thu, 08 Nov 2007 18:50:02 -0800 (PST) Received: by 10.114.254.9 with HTTP; Thu, 8 Nov 2007 18:50:02 -0800 (PST) Message-ID: <340a29540711081850y2998ba0dt5e7ac66ce6879ba@mail.gmail.com> Date: Thu, 8 Nov 2007 19:50:02 -0700 From: "Andrew Falanga" To: "Warren Block" In-Reply-To: <20071108123459.J69893@wonkity.com> MIME-Version: 1.0 References: <340a29540711080658y2567679epd1e11c584d1c9ed2@mail.gmail.com> <20071108123459.J69893@wonkity.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: User Questions Subject: Re: Botched X.org upgrade, need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 02:50:14 -0000 On Nov 8, 2007 12:37 PM, Warren Block wrote: > On Thu, 8 Nov 2007, Andrew Falanga wrote: > > > Well, at last I think it's botched. I really was following the > directions > > (I have the script file as UPDATING suggests to prove it :-), but the > > upgrade didn't work as the X server failed to start after I rebooted. > I'm > > hoping some kind person here will know the answer before I e-mail the > list > > mentioned in that section of UPDATING. Anyway, that's basically, what > > happened. I have kdm set to start on bootup and it complained that X > failed > > to start. > > > > When I got to the point of "portupgrade -aP" in the UPDATING section for > > X.org 6.9 -> 7.2; I decided to go with that command instead of > "portupgrade > > -a" thinking that by now, even for amd64, the packages would be > available. > > Perhaps a bad assumption. Anyway, once that completed, the stats > reported > > by portupgrade were disconcerting but I thought that it was ok and > > continued. portupgrade reported that only 2 packages were porcessed, > most > > were ignored with 50 some skipped and 1 failed. > > > > I then proceeded to the mergebase.sh script, ran that and when I was > > satisfied that all was done as expected, I rebooted my machine. Well, > > that's when X failed to start. So, how would I go about correcting this > > problem? > > You'll at least have to do a portupgrade -a to get all the ports that > still need to be built. > > -Warren Block * Rapid City, South Dakota USA > I was wondering about that. Can I do that although I've completed the instructions for the X.org update? That is, I've already run that script they mention at the end and /usr/X11R6 is now a symlink to /usr/local. Also, I did a pkg_info | grep xorg and it looks like everything was upgraded to 7.3 ok. At any rate, here's what the log file said when X.org tried to load. X.Org X Server 1.4.0 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 6.2-RELEASE-p7 amd64 Current Operating System: FreeBSD sniper 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #1: Sat Sep 8 13:37:08 MDT 2007 root@sniper:/usr/obj/usr/src/sys/GENERIC amd64 Build Date: 08 November 2007 01:09:22AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 8 19:28:38 2007 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist. Entry deleted from font path. (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath set to: /usr/X11R6/lib/X11/fonts/misc/, /usr/X11R6/lib/X11/fonts/TTF/, /usr/X11R6/lib/X11/fonts/Type1/, /usr/X11R6/lib/X11/fonts/75dpi/, /usr/X11R6/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/ (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (II) Loader magic: 0x67eda0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 2.0 X.Org XInput driver : 2.0 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on freebsd (II) LoadModule: "pcidata" (WW) Warning, couldn't open module pcidata (II) UnloadModule: "pcidata" (EE) Failed to load module "pcidata" (module does not exist, 0) Fatal server error: Unable to load required base modules, Exiting... Andy From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 03:04: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 AC7DD16A417 for ; Fri, 9 Nov 2007 03:04:33 +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 67EB613C49D for ; Fri, 9 Nov 2007 03:04:33 +0000 (UTC) (envelope-from beech@freebsd.org) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id 0EE967DC9; Thu, 8 Nov 2007 18:04:03 -0900 (AKST) From: Beech Rintoul To: freebsd-questions@freebsd.org Date: Thu, 8 Nov 2007 18:03:56 -0900 User-Agent: KMail/1.9.7 References: <340a29540711080658y2567679epd1e11c584d1c9ed2@mail.gmail.com> <20071108123459.J69893@wonkity.com> <340a29540711081850y2998ba0dt5e7ac66ce6879ba@mail.gmail.com> In-Reply-To: <340a29540711081850y2998ba0dt5e7ac66ce6879ba@mail.gmail.com> 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: quoted-printable Content-Disposition: inline Message-Id: <200711081804.00813.beech@freebsd.org> Cc: Andrew Falanga Subject: Re: Botched X.org upgrade, need help 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: Fri, 09 Nov 2007 03:04:33 -0000 On Thursday 08 November 2007, Andrew Falanga said: > On Nov 8, 2007 12:37 PM, Warren Block wrote: > > On Thu, 8 Nov 2007, Andrew Falanga wrote: > > > Well, at last I think it's botched. I really was following the > > > > directions > > > > > (I have the script file as UPDATING suggests to prove it :-), > > > but the upgrade didn't work as the X server failed to start > > > after I rebooted. > > > > I'm > > > > > hoping some kind person here will know the answer before I > > > e-mail the > > > > list > > > > > mentioned in that section of UPDATING. Anyway, that's > > > basically, what happened. I have kdm set to start on bootup > > > and it complained that X > > > > failed > > > > > to start. > > > > > > When I got to the point of "portupgrade -aP" in the UPDATING > > > section for X.org 6.9 -> 7.2; I decided to go with that command > > > instead of > > > > "portupgrade > > > > > -a" thinking that by now, even for amd64, the packages would be > > > > available. > > > > > Perhaps a bad assumption. Anyway, once that completed, the > > > stats > > > > reported > > > > > by portupgrade were disconcerting but I thought that it was ok > > > and continued. portupgrade reported that only 2 packages were > > > porcessed, > > > > most > > > > > were ignored with 50 some skipped and 1 failed. > > > > > > I then proceeded to the mergebase.sh script, ran that and when > > > I was satisfied that all was done as expected, I rebooted my > > > machine. Well, that's when X failed to start. So, how would I > > > go about correcting this problem? > > > > You'll at least have to do a portupgrade -a to get all the ports > > that still need to be built. > > > > -Warren Block * Rapid City, South Dakota USA > > I was wondering about that. Can I do that although I've completed > the instructions for the X.org update? That is, I've already run > that script they mention at the end and /usr/X11R6 is now a symlink > to /usr/local. Also, I did a pkg_info | grep xorg and it looks like > everything was upgraded to 7.3 ok. > > At any rate, here's what the log file said when X.org tried to > load. > > X.Org X Server 1.4.0 > Release Date: 5 September 2007 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 6.2-RELEASE-p7 amd64 > Current Operating System: FreeBSD sniper 6.2-RELEASE-p7 FreeBSD > 6.2-RELEASE-p7 #1: Sat Sep 8 13:37:08 MDT 2007 > root@sniper:/usr/obj/usr/src/sys/GENERIC > amd64 > Build Date: 08 November 2007 01:09:22AM > > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (=3D=3D) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 8 19:28:38 > 2007 (=3D=3D) Using config file: "/etc/X11/xorg.conf" > (=3D=3D) ServerLayout "X.org Configured" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "Monitor0" > (**) | |-->Device "Card0" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Keyboard0" > (=3D=3D) Automatically adding devices > (=3D=3D) Automatically enabling devices > (WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist. > Entry deleted from font path. > (=3D=3D) Including the default font path > /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/l >ocal/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/li >b/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/. (**) FontPath > set to: > /usr/X11R6/lib/X11/fonts/misc/, > /usr/X11R6/lib/X11/fonts/TTF/, > /usr/X11R6/lib/X11/fonts/Type1/, > /usr/X11R6/lib/X11/fonts/75dpi/, > /usr/X11R6/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/misc/, > /usr/local/lib/X11/fonts/TTF/, > /usr/local/lib/X11/fonts/OTF, > /usr/local/lib/X11/fonts/Type1/, > /usr/local/lib/X11/fonts/100dpi/, > /usr/local/lib/X11/fonts/75dpi/ > (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" > (**) ModulePath set to "/usr/X11R6/lib/modules" > (II) Loader magic: 0x67eda0 > (II) Module ABI versions: > X.Org ANSI C Emulation: 0.3 > X.Org Video Driver: 2.0 > X.Org XInput driver : 2.0 > X.Org Server Extension : 0.3 > X.Org Font Renderer : 0.5 > (II) Loader running on freebsd > (II) LoadModule: "pcidata" > (WW) Warning, couldn't open module pcidata > (II) UnloadModule: "pcidata" > (EE) Failed to load module "pcidata" (module does not exist, 0) > > Fatal server error: > Unable to load required base modules, Exiting... =46rom UPDATING: "If you plan on keeping your current /etc/X11/xorg.conf, make sure you change ModulePath to /usr/local/lib/xorg/modules prior to running X." Otherwise, just move /etc/X11/xorg.conf and restart X you can then add=20 in your video configs from the original. Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- 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 =2D------------------------------------------------------------------------= =2D------------- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 03:17:59 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 9D6D416A419 for ; Fri, 9 Nov 2007 03:17:59 +0000 (UTC) (envelope-from sdavtaker@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 7469913C491 for ; Fri, 9 Nov 2007 03:17:59 +0000 (UTC) (envelope-from sdavtaker@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so467504waf for ; Thu, 08 Nov 2007 19:17:52 -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=V+N/TkKVQfRoH+JxspqEfrN+lr4xTzwz/Ttgu1lSSA8=; b=sCUswjw8tt8sKzCP2Ah2E4f4HsgR8Cvd+c66vFe8OSqf9GBBTqxQXH+R5AR6ZvJyGdEJW2UtDQl9akcYHF4JWp3dRgs4f8cHID3qlEJhyhfV3mIAJWNQFmU+NQivfIlR9p1ZHNideEm5W9CPUyNRJNTSDiYNiOPPf9uzWXM3upk= 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=S4coPdK46aKb41FcBo08Q2WLMI6/T0ZQTnV7gPNHVNi2YUrX+1XcVzRQSOXJUl56x5ASxH2OwosLRMoPO2Z6AX10it3OfKU8KQAyCWv+nBU9cS0UEcxxa86WjxJLHdfRZt04rWyhm/egp3CUftx0//qWCfU0xEIfn1dvfKnDdZU= Received: by 10.114.27.20 with SMTP id a20mr634264waa.1194576560184; Thu, 08 Nov 2007 18:49:20 -0800 (PST) Received: from ?192.168.1.100? ( [190.18.36.119]) by mx.google.com with ESMTPS id 31sm2083683wri.2007.11.08.18.49.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Nov 2007 18:49:18 -0800 (PST) Message-ID: <4733CAB4.2080508@gmail.com> Date: Thu, 08 Nov 2007 23:49:24 -0300 From: =?ISO-8859-1?Q?Sd=E4vtaker?= 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: quoted-printable Cc: Subject: problems using ls with for_in (SH) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 03:17:59 -0000 Im trying to get a file with all the md5 hashes of one directory. My initial script was this: #!/bin/sh for file in $(ls) do echo $file md5 $file done The problem is with the file names who contains "whitespaces" becouse=20 the for_in passed each word as one iteration and not the full filename,=20 I'd tried using -B in ls, but doesnt help. Any idea what can i do? Thanks! Sd=E4v From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 03:26: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 6EB4816A417 for ; Fri, 9 Nov 2007 03:26:06 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by mx1.freebsd.org (Postfix) with ESMTP id 1905713C4B7 for ; Fri, 9 Nov 2007 03:26:05 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so234830wra for ; Thu, 08 Nov 2007 19:25: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:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=/0k0zjjIFxqdTLd5sujgWEaEfxaWa/NGBUpP2g5zTqc=; b=SofgWC+2oConq+H7QI6eYNwRP+F0hwnDHRIvATfEiJXQxqkflmdyfP/piWoY5nsQy+E//xfvJK6OUPsnpIGFQlCHUi2w6YgN+Mx43H/Qekuyj9iQhtNdlegqkbBq1/aFUugP1Y2bK7xHGK877ik44r1vW+NRNb4OYS+F7iMqYCU= 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:subject:content-type:content-transfer-encoding; b=NDXDB8ppjHP7BlM61GS2aLwvFr5inYHsZhX1Of56pMH+1sO3znatDu6kkMKEml7ulk6+vb9Psfmgd4pGV9Ft/4REpY3BaTP6eLgnbFfEGCvT1WlB05fAExSxfFwOOds2oRjUdoL9rOVtgydYDJZ8IIVWU0ujB68BN0oYDna7TaE= Received: by 10.150.145.20 with SMTP id s20mr321137ybd.1194577174625; Thu, 08 Nov 2007 18:59:34 -0800 (PST) Received: from fortytwo.zapto.org ( [67.70.99.130]) by mx.google.com with ESMTPS id p5sm1623543roc.2007.11.08.18.59.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Nov 2007 18:59:32 -0800 (PST) Message-ID: <4733CD13.60106@gmail.com> Date: Thu, 08 Nov 2007 21:59:31 -0500 From: Jimmie James User-Agent: Thunderbird 2.0.0.4pre (X11/20071018) MIME-Version: 1.0 To: freebsd-bluetooth@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: usb dongle [solved]] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 03:26:06 -0000 Maksim Yevmenkin wrote: > On 11/8/07, Jimmie James wrote: >> Maksim Yevmenkin wrote: >>> On 11/8/07, Jimmie James wrote: >>>> I have a Broadcom BCM92035DGROM dongle, and this is what I'm seeing. >>>> I'm assuming it's not supported, (from the handbook: The Broadcom >>>> BCM2033 chip based Bluetooth devices are supported via the ubtbcmfw(4) >>>> and ng_ubt(4) drivers) >>>> >>>> Is there anyone that's gotten this model to work, or is it an exercise >>>> in futility? >>> first of all, i doubt that BCM92035 is using 2033 chip. i think it is >>> uses different (2035?) chip. >>> >>> it also appears that this particular dongle may need to use special >>> non-standard initialization sequence. >>> >>> can you please check vendor id/product id pair for your dongle (use usbdevs(8)). >>> >>> 1) if it is (0x0a5c, 0x200a) then you could try to comment out "reset" >>> command in /etc/rc.d/bluetooth >>> >>> 2) if it is (x0a5c, 0x2009) then you out of luck - this device needs >>> special non-standard initialization sequence. ng_ubt(4) currently does >>> not support that. if i can get this dongle into my hands i can fix >>> ng_ubt(4) >>> >>> thanks, >>> max >>> >> I was searching google and came across these two threads, >> http://lists.freebsd.org/pipermail/freebsd-bluetooth/2006-September/000788.html >> http://www.nabble.com/j2me-bluetooth-app-using-freebsd-bluetooth-stack-t2356546.html >> >> So it looked like it was possible... >> >> usbdevs -dv shows: >> port 1 addr 2: full speed, power 100 mA, config 1, >> BCM92035DGROM(0x0850), Broadcom(0x22b8), rev 1.09 >> ubt0 > > huh?? very strange. not sure why your dongle says its broadcom, where > is vendor id 0x22b8 is for motorola. the product is 0850 seems to be > for motorola pc850 dongle. > > 1) please check /var/log/messages to see if there are any errors from > ng_ubt(4) driver > > 2) please install hcidump from ports (comms/hcidump) and then as root > > make sure device is not connected > > # kldload ng_btsocket -- this may fail if ng_btsocket module was > already loaded, ignore it. > # hcidump -w init.dump -- this will block > > now attach the device and wait for it to fail > > terminate hcidump with ^c and send me the init.dump file > > thanks, > max > Well, after fighting with ng_btsocket, trying to get it to load, and after loading every bluetooth module I could find, it has decided to start working. Messages still things it's a Broadcom, but I can send and receive files. I'm leaning towards a module that wasn't loaded, or an old version (rebuild them all) This helped in finding the applications to transfert he files, and setting up the hosts file. http://lopisaur.blogspot.com/2006/03/bluetooth-freebsd-siemens-s5x-blues.html If there's anything more you need, let me know. Thank you Maksim!! usbdevs -v port 2 addr 2: full speed, power 100 mA, config 1, BCM92035DGROM(0x0850), Broadcom(0x22b8), rev 1.09 10 4 0xc60ed000 2000 ng_bluetooth.ko 11 1 0xca458000 19000 ng_btsocket.ko 12 1 0xc9e1f000 7000 ng_ubt.ko 13 1 0xc9ebb000 d000 ng_hci.ko 14 1 0xca1e5000 f000 ng_l2cap.ko Nov 8 20:23:19 fortytwo kernel: ubt0: Broadcom BCM92035DGROM, rev 1.10/1.09, addr 2 Nov 8 20:23:19 fortytwo kernel: ubt0: Broadcom BCM92035DGROM, rev 1.10/1.09, addr 2 Nov 8 20:23:19 fortytwo kernel: ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2 Nov 8 20:23:19 fortytwo kernel: ubt0: Interface 1 (alt.config 4) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=64; nframes=5, buffer size=320 Nov 8 20:21:20 fortytwo hcsecd[93960]: Got Link_Key_Request event from 'ubt0hci', remote bdaddr xx:xx:xx:xx:xx:xx Nov 8 20:21:20 fortytwo hcsecd[93960]: Found matching entry, remote bdaddr xx:xx:xx:xx:xx:xx name 'JJ', link key exists Nov 8 20:21:20 fortytwo hcsecd[93960]: Sending Link_Key_Reply to 'ubt0hci' for remote bdaddr xx:xx:xx:xx:xx:xx hccontrol -n ubt0hci inquiry Inquiry result, num_responses=1 Inquiry result #0 BD_ADDR: jimmiejaz Page Scan Rep. Mode: 0x1 Page Scan Period Mode: 0x2 Page Scan Mode: 00 Class: 52:02:04 Clock offset: 0x7b90 Inquiry result, num_responses=1 Inquiry result #0 BD_ADDR: jimmiejaz Page Scan Rep. Mode: 0x1 Page Scan Period Mode: 0x2 Page Scan Mode: 00 Class: 52:02:04 Clock offset: 0x7b90 Inquiry result, num_responses=1 Inquiry result #0 BD_ADDR: jimmiejaz Page Scan Rep. Mode: 0x1 Page Scan Period Mode: 0x2 Page Scan Mode: 00 Class: 52:02:04 Clock offset: 0x7b90 Inquiry result, num_responses=1 Inquiry result #0 BD_ADDR: jimmiejaz Page Scan Rep. Mode: 0x1 Page Scan Period Mode: 0x2 Page Scan Mode: 00 Class: 52:02:04 Clock offset: 0x7b91 Inquiry result, num_responses=1 Inquiry result #0 BD_ADDR: jimmiejaz Page Scan Rep. Mode: 0x1 Page Scan Period Mode: 0x2 Page Scan Mode: 00 Class: 52:02:04 Clock offset: 0x7b90 Inquiry result, num_responses=1 Inquiry result #0 BD_ADDR: jimmiejaz Page Scan Rep. Mode: 0x1 Page Scan Period Mode: 0x2 Page Scan Mode: 00 Class: 52:02:04 Clock offset: 0x7b90 Inquiry result, num_responses=1 Inquiry result #0 BD_ADDR: jimmiejaz Page Scan Rep. Mode: 0x1 Page Scan Period Mode: 0x2 Page Scan Mode: 00 Class: 52:02:04 Clock offset: 0x7b91 Inquiry result, num_responses=1 Inquiry result #0 BD_ADDR: jimmiejaz Page Scan Rep. Mode: 0x1 Page Scan Period Mode: 0x2 Page Scan Mode: 00 Class: 52:02:04 Clock offset: 0x7b91 Inquiry complete. Status: No error [00] -- If you can't beat your computer at chess, try kickboxing. --- --- --- Solving Today's Problems Tomorrow -- If you can't beat your computer at chess, try kickboxing. --- --- --- Solving Today's Problems Tomorrow From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 03:27: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 6EF8116A41A for ; Fri, 9 Nov 2007 03:27:10 +0000 (UTC) (envelope-from af300wsm@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 E3F3313C4A6 for ; Fri, 9 Nov 2007 03:27:09 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so469717waf for ; Thu, 08 Nov 2007 19:26: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:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=Sru9uSelxZ5XawB5CJhrSAiWKHbuhcaArSj86m+UBsk=; b=fZhDtRa/0XA/QHN+vCbCYWMx0Bft/K64fSsrDB4FQtHb0VMZuM+h9jk9IkyULnmf5V5tZTvg7FmsQXLhzROXGiccIwrfIaSHRknuu3kpa5SlS8tLEaGcT0/Uk2vW41J6FCnEK6vb+X5E5guWa8qqk+PpdOIwjP+E0cocOA37QD4= 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=memB44TZyTvg9mmDXX0JRS8QjKVY5xVggqcB3uMIDqr1uGEbr6PmYrOY/XvPQFso3RXoyBfflznqq/RSoO2ep1YwI+Tn9NkKXvC7lclSab4wkMwVZC/rhc9w8NbDK6sEMySgkywI4kcMaUqA4vFrgvCfjNQApGr8lNA6XFTFma4= Received: by 10.114.181.6 with SMTP id d6mr70138waf.1194578819686; Thu, 08 Nov 2007 19:26:59 -0800 (PST) Received: by 10.114.254.9 with HTTP; Thu, 8 Nov 2007 19:26:59 -0800 (PST) Message-ID: <340a29540711081926y560ad18ftddad6addc66b243e@mail.gmail.com> Date: Thu, 8 Nov 2007 20:26:59 -0700 From: "Andrew Falanga" To: "Beech Rintoul" In-Reply-To: <200711081804.00813.beech@freebsd.org> MIME-Version: 1.0 References: <340a29540711080658y2567679epd1e11c584d1c9ed2@mail.gmail.com> <20071108123459.J69893@wonkity.com> <340a29540711081850y2998ba0dt5e7ac66ce6879ba@mail.gmail.com> <200711081804.00813.beech@freebsd.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: freebsd-questions@freebsd.org Subject: Re: Botched X.org upgrade, need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 03:27:10 -0000 On Nov 8, 2007 8:03 PM, Beech Rintoul wrote: > From UPDATING: > > "If you plan on keeping your current /etc/X11/xorg.conf, make sure you > change ModulePath to /usr/local/lib/xorg/modules prior to running X." > > Otherwise, just move /etc/X11/xorg.conf and restart X you can then add > in your video configs from the original. > > Beech > > Well, that's what I get for not reading down far enough in the Caveats section. Thanks for the tip. Andy From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 03:29: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 E3AB916A417 for ; Fri, 9 Nov 2007 03:29:29 +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 A58F913C48A for ; Fri, 9 Nov 2007 03:29:29 +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; 08 Nov 2007 22:29:21 -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 JHQ69412; Thu, 8 Nov 2007 22:29:21 -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; 08 Nov 2007 22:28:18 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18227.54289.403419.114120@jerusalem.litteratus.org> Date: Thu, 8 Nov 2007 22:29:21 -0500 To: =?ISO-8859-1?Q?Sd=E4vtaker?= In-Reply-To: <4733CAB4.2080508@gmail.com> References: <4733CAB4.2080508@gmail.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: questions@freebsd.org Subject: problems using ls with for_in (SH) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 03:29:30 -0000 =?ISO-8859-1?Q?Sd=E4vtaker?= writes: > Im trying to get a file with all the md5 hashes of one directory. > My initial script was this: > #!/bin/sh > for file in $(ls) > do > echo $file > md5 $file > done > > The problem is with the file names who contains "whitespaces" becouse > the for_in passed each word as one iteration and not the full filename, > I'd tried using -B in ls, but doesnt help. > Any idea what can i do? Yes. :-) Find the documetation, and look up the IFS environment variable. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 04:53:15 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 E0D5B16A420 for ; Fri, 9 Nov 2007 04:53:15 +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 86F5513C4AC for ; Fri, 9 Nov 2007 04:53:15 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id lA94FecA072785; Thu, 8 Nov 2007 22:15:40 -0600 (CST) (envelope-from dan) Date: Thu, 8 Nov 2007 22:15:40 -0600 From: Dan Nelson To: =?utf-8?Q?Sd=C3=A4vtaker?= Message-ID: <20071109041540.GB72824@dan.emsphone.com> References: <4733CAB4.2080508@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4733CAB4.2080508@gmail.com> X-OS: FreeBSD 7.0-BETA1 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: questions@freebsd.org Subject: Re: problems using ls with for_in (SH) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 04:53:16 -0000 In the last episode (Nov 08), Sdvtaker said: > Im trying to get a file with all the md5 hashes of one directory. My > initial script was this: > > #!/bin/sh > for file in $(ls) > do > echo $file > md5 $file > done > > The problem is with the file names who contains "whitespaces" becouse > the for_in passed each word as one iteration and not the full > filename, I'd tried using -B in ls, but doesnt help. There's no need to call ls at all. The shell can expand wildcards just fine by itself: for file in * do echo $file md5 $file done but in your case, since md5 can take multiple filenames on its commandline and prints the filename in its output: md5 * will suffice. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 04:56: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 DB51D16A418 for ; Fri, 9 Nov 2007 04:56:25 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp117.sbc.mail.sp1.yahoo.com (smtp117.sbc.mail.sp1.yahoo.com [69.147.64.90]) by mx1.freebsd.org (Postfix) with SMTP id C0CAF13C494 for ; Fri, 9 Nov 2007 04:56:25 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 93526 invoked from network); 9 Nov 2007 04:56:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=fXltluNq8aheurVlMvFJMP960vL+7YVNaAZPufwyWuv+q3oK5PlOTXaaEfokvQf6Od9MMA0+GYlmfmnmQsto3eYxUOZkejNcFJD4OJIzksA7PoE527VC+VyuTQ0jgAQVR86ZoGCa58Pddlo7/AlkksU4nMrXme2QBPtNgenSKo8= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp117.sbc.mail.sp1.yahoo.com with SMTP; 9 Nov 2007 04:56:18 -0000 X-YMail-OSG: 6_z3C6oVM1liTXYTsBqLh_qxq8i5YhdtWo2pEsEk41Mn3y_DbXdL2xUfOdEINN1wKKZto0_U5mJfeoVZRorG..3F2D.28K6y6gcpLoVDt1tDBCTLyQ-- In-Reply-To: <31AE442CCBC1094ABC40CE85B0149F0642BB68@MAIL1.registry.otago.ac.nz> References: <31AE442CCBC1094ABC40CE85B0149F0642BB68@MAIL1.registry.otago.ac.nz> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <60c2cba1d147b49bb5faf48c10b94add@prodigy.net> Content-Transfer-Encoding: 7bit From: jekillen Date: Thu, 8 Nov 2007 20:56:44 -0800 To: "Brent Jones" X-Mailer: Apple Mail (2.622) Cc: User Questions Subject: Re: cmos clock to utc time code? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 04:56:25 -0000 On Nov 8, 2007, at 6:21 PM, Brent Jones wrote: > There's no time zone setting in a cmos clock. Just set the time to > whatever UTC is, and you should be good to go. Ideally though, you > should have the system do an ntpdate command first, which will take > care > of the clock issue for you. Just put: > > ntpdate_enable="YES" > > in your rc.conf file, and it will run before ntpd starts. I have ntpd_enable="YES" in /etc/rc.conf already, would there be a conflict? While this machine is being configured with all the functional software I want working, hub mail server with Cyrus, Apache/php/mysql. while I am getting everything set up and tested the machine will not be running 24/7 so ntpdate would probably be a better choice, but once all is square with the world, it will be running 24/7 and I have three other machines that will use it to get their time set (unless I have misunderstood and this is not possible or practical) Thank you for your response Jeff K > > > -----Original Message----- > Hello again; > Here I am with another awkward question: > I have set up ntp and it is complaining that > the time difference is too great; 3606 or so > seconds, and wants the system clock set to > utc. I rebooted and entered bios set up > but I did not see any explicit clues on how > to set this clock to utc. (0r even if it is possible). > The motherboard is ECS w/AMD64. I did > not catch the bios vendor or version. If I have > to I will reboot again to look at it or dig up the > manual for the motherboard. > I tried sysinstall but it just asks if the system > clock is set to utc. (thus the question here) > Any advice, suggestions, info appreciated; > Thanks in advance > Jeff K From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 05:00: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 99CD816A421 for ; Fri, 9 Nov 2007 05:00:10 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp120.sbc.mail.sp1.yahoo.com (smtp120.sbc.mail.sp1.yahoo.com [69.147.64.93]) by mx1.freebsd.org (Postfix) with SMTP id 8086113C4B5 for ; Fri, 9 Nov 2007 05:00:10 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 67532 invoked from network); 9 Nov 2007 05:00:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=T58vBToF3Da9AML8t6IVMN02600b9vQ3vwUPOjX32i7EqVLPw8uMPpLZZVewUOMO+81ZCJOB+JuOZyGWJ1D6n1WLxR12iyx5qaPwyz/mOOjEocDKbNQw+/UYJC3CpPokjVBY3vNoFBwWn4qPKDggvfSlrJzA2IQiY0J5DWxMrlg= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp120.sbc.mail.sp1.yahoo.com with SMTP; 9 Nov 2007 05:00:02 -0000 X-YMail-OSG: ibNsdd0VM1nJaWBfZjtiyJfMKCz42lUHMf5n5GFmWhuVbSU_Gu9C0SDDsqkqKB8OykOQ9I.Blw7weRsJi9.D3nuQZqTEXOD.jWM0ZF1CIgUG7qy6XXECsXLSo.42 In-Reply-To: <4733C8B4.6070301@gmail.com> References: <972994690711081603w72f861f1v60d85e74cc057c28@mail.gmail.com> <4733C8B4.6070301@gmail.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <36e0b2fe0ce0127a148f977ba0a31a4d@prodigy.net> Content-Transfer-Encoding: 7bit From: jekillen Date: Thu, 8 Nov 2007 21:00:27 -0800 To: jackbarnett@gmail.com X-Mailer: Apple Mail (2.622) Cc: User Questions Subject: Re: FreeBSD on a Mac X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 05:00:10 -0000 On Nov 8, 2007, at 6:40 PM, Jack Barnett wrote: > James Jeffery wrote: >> Was wondering. >> >> Can i put FreeBSD on a Quicksilver G4? >> >> I know it already has Tiger on it, which is BSD based, but i have no >> use for Tiger at the moment. >> At college were using Windows, and my old BSD box now has windows on >> it so that i can keep >> up with college assignments. >> >> I still have BSD on the box, but on another partition, i loved FreeBSD >> 7, was really getting the >> hang of it and testing out its web server capabilities, its a >> nightmare switching the PC on and >> off just to run a temp web server to test on. >> >> Is it possible or is there a better solution? >> >> Cheers >> _______________________________________________ >> 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 could also run FreeBSD inside of VMWare on your windows box. > IIRC the VMWare software is free for Windows. > There is also a port for FreeBSD (to run Windows in a VMWare with > FreeBSD as the host) - but it hasn't been updated in a long time. for that matter, couldn't you run dual boot with windows and FreeBSD? (Like you can with Windows and Linux?) JK > > > > > > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 05:12: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 03AE416A418 for ; Fri, 9 Nov 2007 05:12:57 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.freebsd.org (Postfix) with ESMTP id 70D7E13C48E for ; Fri, 9 Nov 2007 05:12:56 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id lA95Cm6o057604; Fri, 9 Nov 2007 06:12:49 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id A96FCB8FC; Fri, 9 Nov 2007 06:12:48 +0100 (CET) Date: Fri, 9 Nov 2007 06:12:48 +0100 From: Roland Smith To: Albert Shih Message-ID: <20071109051248.GA94183@slackbox.xs4all.nl> Mail-Followup-To: Albert Shih , Mario Lobo , freebsd-questions@freebsd.org References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> <20071108221413.GA75162@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <20071108221413.GA75162@pcjas.obspm.fr> 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: Mario Lobo , freebsd-questions@freebsd.org Subject: Re: About Freebsd 7.0 versus 6.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: Fri, 09 Nov 2007 05:12:57 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 08, 2007 at 11:14:13PM +0100, Albert Shih wrote: > Be careful if you not using standard shell because....if you using a shell > come from ports.... Root should _never_ use a shell from ports. You can use the 'toor' account for that. > > 11. `make delete-old-libs' (in case no 3rd party program uses them any= more) > > d. Reinstall all root and leaf ports. Dependencies will then be > > installed automatically. >=20 > Well....what's the difference between what you say and make a new > installation ?=20 If you re-install, you're stuck with a GENERIC kernel, unless you recompile that afterwards which is extra work.=20 > I've do this sometime ago because I don't have 7.0-Beta CD-rom, and I've > install a 6.2 and make what you say...but for me rebuild all ports it's > same thing to make a new-installation. After a major version update you'll have to rebuild all ports anyway. But it seems that portupgrade is up to the task as well. I would go for a new install if I wanted to change the relative sizes of my partitions. Otherwise I'd stick with the source upgrade, because it is not as much work IMHO. 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) --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHM+xQEnfvsMMhpyURAg18AJ9I1Os+OqEjZWqVQtKvbmt0EuANVQCeMXT/ NaSulJe3VVcHB4GGpP7JVWU= =fUaM -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 05:17: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 9809316A417 for ; Fri, 9 Nov 2007 05:17:55 +0000 (UTC) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (jasper.nighttide.net [207.5.141.146]) by mx1.freebsd.org (Postfix) with ESMTP id 4523C13C4A6 for ; Fri, 9 Nov 2007 05:17:54 +0000 (UTC) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (darren@localhost [127.0.0.1]) by olmec.nighttide.net (8.14.1/8.14.1) with ESMTP id lA94g8pB014318; Thu, 8 Nov 2007 23:42:08 -0500 (EST) (envelope-from darren@nighttide.net) Received: from localhost (darren@localhost) by olmec.nighttide.net (8.14.1/8.14.1/Submit) with ESMTP id lA94g8n1014315; Thu, 8 Nov 2007 23:42:08 -0500 (EST) (envelope-from darren@nighttide.net) X-Authentication-Warning: olmec.nighttide.net: darren owned process doing -bs Date: Thu, 8 Nov 2007 23:42:08 -0500 (EST) From: Darren Henderson To: Roland Smith In-Reply-To: <20071030170613.GC54116@slackbox.xs4all.nl> Message-ID: <20071108233029.Q12418@olmec> References: <472647A0.3030009@brookes.ac.uk> <20071030170613.GC54116@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions Subject: Re: Dangers of using a non-base 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: Fri, 09 Nov 2007 05:17:55 -0000 On Tue, 30 Oct 2007, Roland Smith wrote: > But if you're starting in single user mode, only / will be mounted. So > if you have /usr or /usr/local on a separate partition, you'd be screwed. > > That is why root should only use a shell that's in the / partition. You'll be prompted for a shell if your default isn't available. I've used bash for the root shell for years. Doesn't mean that you will never have a problem but this paticular situation just means you'll have to hit enter to accept /bin/sh or enter another shell when booting into single user. -Darren ______________________________________________________________________ Darren Henderson darren@nighttide.net Help fight junk e-mail, visit http://www.cauce.org/ From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 08:29: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 1BB3716A417 for ; Fri, 9 Nov 2007 08:29:10 +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 C11A913C48E for ; Fri, 9 Nov 2007 08:29:09 +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 5A6602095; Fri, 9 Nov 2007 09:28:59 +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 D46F7208F; Fri, 9 Nov 2007 09:28:58 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 8E679844C9; Fri, 9 Nov 2007 09:28:58 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "Aryeh Friedman" References: <200711081455.39635.cesar@expresso.com.br> Date: Fri, 09 Nov 2007 09:28:58 +0100 In-Reply-To: (Aryeh Friedman's message of "Thu\, 8 Nov 2007 12\:28\:59 -0500") Message-ID: <867ikrlt4l.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 Cc: tecnologia@expresso.com.br, "freebsd-questions@freebsd.org" Subject: Re: About Freebsd 7.0 versus 6.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: Fri, 09 Nov 2007 08:29:10 -0000 "Aryeh Friedman" writes: > On Nov 8, 2007 11:55 AM, Expresso Digital ISP wro= te: > > I'd like to know what is the diference between 7.0 and 6.3 and why crea= te a > > newest version and after old version. > > 6.X is the last of versions meant primarilly for single processing > machines (with some after thought payed to multiprocessing). > > 7.X is the beginning of the versions specifically designed with > multiprocessing/cores in mind Will you please stop spouting nonsense? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 09:16: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 1D12D16A417 for ; Fri, 9 Nov 2007 09:16:19 +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 BC0F613C4BA for ; Fri, 9 Nov 2007 09:16:18 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by smtp.teledomenet.gr (Postfix, from userid 58) id DAAF8142163; Fri, 9 Nov 2007 11:16:09 +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 4FEE3142170; Fri, 9 Nov 2007 11:16:07 +0200 (EET) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Fri, 9 Nov 2007 11:18:31 +0200 User-Agent: KMail/1.9.7 References: <4731E1A4.6020809@diomedia.be> <200711081408.22387.nvass@teledomenet.gr> <47333C1A.7070709@diomedia.be> In-Reply-To: <47333C1A.7070709@diomedia.be> 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: <200711091118.31621.nvass@teledomenet.gr> Cc: Bram 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: Fri, 09 Nov 2007 09:16:19 -0000 On Thursday 08 November 2007 18:40:58 Bram wrote: > Nikos Vassiliadis schreef: > > On Wednesday 07 November 2007 18:02:44 Bram wrote: > >> 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) ? > > > > TCP using the default FreeBSD settings, can survive > > 20 secs of inactivity. It can be an application forced > > timeout. What application/protocol are talking about? > > > > Nikos > > This is the more full explanation: > > I have setup a mobile pc to roam across our building. > By reducing the dwell time and changing the channel list to only the > channels I use roaming now works within ten seconds en sometimes within > one or two seconds. > The previous configuration was with fedora and there I was unable to get > roaming time under 25 seconds. > > I do have one very annoying problem however and I have no idea how to > solve it. > The software uses psycopg (a python postgresql module) wich uses the > standard system parameters for connections (At least that is what I > think). -On fedora if the connection gets lost and it takes 30 seconds > to remake a new connection operation is not interupted, after the 30 > seconds you get the data you've been waiting for. > -On freebsd however we get it a lot that the connection is "lost", you > can easily start a new connection wich works fine, but the old > connection you wore using stops working and the app. hangs (If I had to > guess I would say that roaming works about 95% of the time and the > connection is lost about 5% of the time). > > I also get a lot of IFDOWN IFUP messages but this seems normal to me. > > I am now going to program something in twisted using udp to see if this > works better. If your app is using SO_KEEPALIVE, you can increase sysctl net.inet.tcp.keepintvl. You could also trace the application to see what's going on. Something like: ktrace -i $application Nikos From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 09:35: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 A553A16A419 for ; Fri, 9 Nov 2007 09:35:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 71BC113C4B8 for ; Fri, 9 Nov 2007 09:35:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA99ZPAO009719 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 9 Nov 2007 01:35:25 -0800 X-Auth-Received: from [128.208.5.249] (lodovico.cs.washington.edu [128.208.5.249]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA99ZPKm011626 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 9 Nov 2007 01:35:25 -0800 Message-ID: <47342A21.50306@u.washington.edu> Date: Fri, 09 Nov 2007 01:36:33 -0800 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <200711081455.39635.cesar@expresso.com.br> <867ikrlt4l.fsf@ds4.des.no> In-Reply-To: <867ikrlt4l.fsf@ds4.des.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.2.313940, Antispam-Data: 2007.11.9.11534 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__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: tecnologia@expresso.com.br, Aryeh Friedman , "freebsd-questions@freebsd.org" Subject: Re: About Freebsd 7.0 versus 6.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: Fri, 09 Nov 2007 09:35:46 -0000 Dag-Erling Smørgrav wrote: > "Aryeh Friedman" writes: > >> On Nov 8, 2007 11:55 AM, Expresso Digital ISP wrote: >> >>> I'd like to know what is the diference between 7.0 and 6.3 and why create a >>> newest version and after old version. >>> >> 6.X is the last of versions meant primarilly for single processing >> machines (with some after thought payed to multiprocessing). >> >> 7.X is the beginning of the versions specifically designed with >> multiprocessing/cores in mind >> > > Will you please stop spouting nonsense? > > DES > WTF? Dude... 7-CURRENT has several improvements to MP systems, but it's not meant to be the 'first non-SP designed OS'. Please, get your facts straight.. There are several other improvements coming with 7-CURRENT though, mainly dealing with Mac support, some security auditing (I believe), and other SoC / important developer project work, as well as improved hardware support for some items like SATA and HD audio I believe. And yes, there's the big [ULE] scheduler / giant lock removal improvement which helps MP systems scale better with 7-CURRENT. But that doesn't mean that the 4BSD scheduler doesn't do MP systems well. It just sucks at it compared to ULE =P. -Garrett From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 09:36:59 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 E30B216A46B for ; Fri, 9 Nov 2007 09:36:59 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2001:470:1f05:d0:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id 02CEE13C4B9 for ; Fri, 9 Nov 2007 09:36:59 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by pinus.izb.knu.ac.kr (Postfix, from userid 59) id B8B173EC3; Fri, 9 Nov 2007 18:36:55 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pinus.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 pinus.izb.knu.ac.kr (Postfix) with ESMTP id D39D13EC1; Fri, 9 Nov 2007 18:36:53 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha256; 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=gHu7sJNAKWOtqLq5uzNvsxZ6BxK834AIMc5L1zBB9t0 =; b=eC+sFpDLF4vXIlR8GuBF66sdQteM1HZW1R6ziQFZilZRniqR0pxqec/ivYB DNI396eCwRUZBYqezsph6HL38+zd6tID0d53nb9sFKwgrWOeO6YrLAMak6nIrE5l HariFQrMEalXY1wK/reE9k0/LJnYGO4p26+uOiUyWmXgbB6s= Received: from chrys.izb.knu.ac.kr (chrys.izb.knu.ac.kr [IPv6:2001:470:1f05:cf:3::1]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id 741B63EBB; Fri, 9 Nov 2007 18:36:53 +0900 (KST) Received: from viola.izb.knu.ac.kr (viola.izb.knu.ac.kr [IPv6:2001:470:1f05:d0:3::2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bh.rfc4871@chrys.izb.knu.ac.kr) by chrys.izb.knu.ac.kr (Postfix) with ESMTP id 53CF31CCEE; Fri, 9 Nov 2007 18:36:54 +0900 (KST) Received: from [IPv6:::1] (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id B9E965E04; Fri, 9 Nov 2007 18:36:49 +0900 (KST) From: Byung-Hee HWANG To: questions@freebsd.org In-Reply-To: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> Content-Type: text/plain Organization: InZealBomb Date: Fri, 09 Nov 2007 18:36:42 +0900 Message-Id: <1194601002.885.4.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: install 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: Fri, 09 Nov 2007 09:37:00 -0000 On Thu, 2007-11-08 at 11:09 -0500, Leonard Lilla wrote: > Wow, > > > > Talk about a horrible install. Install this CD, now that now > this now that now this now that!!! It goes on and on. Please do think about > people that are trying your install and are less knowledgeable and install > using your 2 cd install. It is just horrible how many times I went from CD1 > to CD2 and forth and back and back and forth. Just a killer. If I needed > exercise I would have called my trainer. > > > > I hope that I will be able to say better things about the rest of the > install or the OS. Well, I can. Install sucks. If I click on something there > is no recourse. Just a next and no back. I did not have the right cd once > and that port did not install, period. no retry or skip. Just done with it. > There are simply no error handling or user fault anticipation in your > install. Not friendly. > > > > Leo My niece (now 8 years old age) said, "You are naughty boy!" ;; -- "Perhaps your grandchildren will become the new PEZZONOVANTI." -- Vito Corleone, "Chapter 20", page 290 From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 10:13: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 A0BFA16A417 for ; Fri, 9 Nov 2007 10:13:00 +0000 (UTC) (envelope-from beyondran@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 4071A13C4AC for ; Fri, 9 Nov 2007 10:13:00 +0000 (UTC) (envelope-from beyondran@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so378553nzf for ; Fri, 09 Nov 2007 02:12: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:to:subject:mime-version:content-type; bh=IqSW+wEri6wBRpRyZTQOyT/49NEFGZCiM235dMKdEY4=; b=VnS57SQIjCrPnwuhryPkTwsAzFuH7o8t3m6foYHTx2ojAUN2YgQIYFwyMV1GABvEvTWbGtEJjBNhR4XRN5tR+fplJ9gJymrSvVMeaZYzq52RdKdpu561UemKeDP038pDR3YbEkArcmv3W4WB4EwvCZfAdz5cAN9whZY0jusPjxA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=KU2lPQao3v3XbCZbgAwjPGJVDiGnYNvzNW9WLz3j36lmuAjdsQvKc88f9YFnMl2WykxwXFZwPkU+ecSr18hSmvBXzx9t4W1VhKr1CDEq890Z7OmIGyNV3lctVbgOtq9VtuSXlSgRkq3++nI8aFrO8CgzChWj/XitSKl3AyCZKFI= Received: by 10.143.34.11 with SMTP id m11mr573258wfj.1194601694634; Fri, 09 Nov 2007 01:48:14 -0800 (PST) Received: by 10.142.165.7 with HTTP; Fri, 9 Nov 2007 01:48:14 -0800 (PST) Message-ID: Date: Fri, 9 Nov 2007 17:48:14 +0800 From: "=?GB2312?B?yL2/odDj?=" To: freebsd-questions@freebsd.org MIME-Version: 1.0 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: Help:how to install .diff files on FreeBSD 6.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: Fri, 09 Nov 2007 10:13:00 -0000 Hello, I am a freshman in FreeBSD OS. I have downloaded some libcap_1.10-14.diff.gz and libcap-1.10.tar.bz2 .The instruction says it can be installed on FreeBSD. But I don't know how to install it as it seems different from Fedora Core.Could someone help me,and give me the entire code? Many thanks. -- Beyond4ever From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 10:24: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 C281116A419 for ; Fri, 9 Nov 2007 10:24:19 +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 7D6CA13C4A6 for ; Fri, 9 Nov 2007 10:24:19 +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 lA99g4Rt017734 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 9 Nov 2007 01:42:04 -0800 X-Auth-Received: from [128.208.5.249] (lodovico.cs.washington.edu [128.208.5.249]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA99g4uW011882 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 9 Nov 2007 01:42:04 -0800 Message-ID: <47342BB0.5000700@u.washington.edu> Date: Fri, 09 Nov 2007 01:43:12 -0800 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Albert.Shih@obspm.fr References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> <20071108221413.GA75162@pcjas.obspm.fr> In-Reply-To: <20071108221413.GA75162@pcjas.obspm.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.2.313940, Antispam-Data: 2007.11.9.11841 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_PHRASE_25 0, __USER_AGENT 0' Cc: Mario Lobo , freebsd-questions@freebsd.org Subject: Re: About Freebsd 7.0 versus 6.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: Fri, 09 Nov 2007 10:24:19 -0000 Albert Shih wrote: > Le 08/11/2007 à 19:32:39+0100, Roland Smith a écrit > >> On Thu, Nov 08, 2007 at 02:48:47PM -0300, Mario Lobo wrote: >> >> >>> Concerning this, I've "cvsuping" to 6-CURRENT on a dual-core desktop. The >>> system is running well, but I'd really like to move up to 7. Can it be done >>> through cvsup from 6.2-STABLE to 7-CURRENT or is it "wiser" to install from >>> scratch? any upgrade gotchas/procedure ? >>> >> It _can_ be done. (I've done it). >> >> First, make a list of all your ports (portmaster -L works fine for >> that). Then csup to RELENG_7. Then follow the instructions from >> /usr/src/Makefile (the bit about 'upgrade their source'). I've outlined >> the process below, with my own additions marked with lowercase letters >> >> >> a. Make backups >> b. Read /usr/src/UPDATING >> 1. `cd /usr/src' (or to the directory containing your source tree). >> 2. `make buildworld' >> 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). >> 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). >> [steps 3. & 4. can be combined by using the "kernel" target] >> 5. `reboot' (in single user mode: boot -s from the loader prompt). >> 6. `mergemaster -p' >> 7. `make installworld' >> 8. `make delete-old' >> 9. `mergemaster' >> 10. `reboot' >> c. `pkg_delete -a' (delete all your ports) >> > > Be careful if you not using standard shell because....if you using a shell > come from ports.... > > >> 11. `make delete-old-libs' (in case no 3rd party program uses them anymore) >> d. Reinstall all root and leaf ports. Dependencies will then be >> installed automatically. >> > > Well....what's the difference between what you say and make a new > installation ? > > I've do this sometime ago because I don't have 7.0-Beta CD-rom, and I've > install a 6.2 and make what you say...but for me rebuild all ports it's > same thing to make a new-installation. > > > Regards. > > > > > -- > Albert SHIH > Observatoire de Paris Meudon > SIO batiment 15 > Heure local/Local time: > Jeu 8 nov 2007 23:11:56 CET > Basically, that's the gist of what you need to do (what Roland said). The reason being that all of your software is dynamically linked vs old 6.x libs and you'll need to upgrade that functionality in order to access true 7.x use. Sure, you can run things linked against 6.x (for a period of time), but it'll result in really fubar'ed userland and ports apps. Pros of clean install: - Virgin clean system. - Don't have to rebuild ports and base system + kernel. Cons: - Have to take down the box while the install's going, plus any time spent on the upgrade process. - Have to backup data. Pros of in-place upgrade: - Data is kept as-is. - If planned properly, box downtime is minimized. Cons: - Can have orphan files laying around from old [ports/base] installs. - Time, time, time (assuming your system is slow / heavily loaded).. HTH, -Garrett From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 10:27: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 82AF816A420 for ; Fri, 9 Nov 2007 10:27:16 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 4BEA613C4BD for ; Fri, 9 Nov 2007 10:27:16 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so568657waf for ; Fri, 09 Nov 2007 02:27: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:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=fXbjV0hODTBApzp0sstsQbMkO/KSgW6hG7h/y6QrLCw=; b=s+wcvdymjPGBmhIvGFIvMjpMVVW284yCxyzu7mk4Cgddu7vZ/F2eG3FGs6mx72eQHegKUBvwgEGZO11LDeNAEKR6V9yuHVr8IPthPcZMmE7Vmk1F8aWKKiBkc14bRMEs4BNBYApry7f4qtPMITUZL3OYlYKPEo0cUHR5hGBqylU= 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=fhDN+ZAuYx9PVNg8tLWx+uvaPCZo4Hb80Ouhza1j66WRDz3gW7C+0lLWig9tEDo21mrt1CdSK87GiXdLx1aQDp3qRcbo3JJnfq+SvIa86k7CYZFXuU0XxvNJnDWfn55zlffN5BWEWf4P/QM1ZO/vHMneuI7PFbKYDfSjPoUiTso= Received: by 10.114.175.16 with SMTP id x16mr960120wae.1194600621195; Fri, 09 Nov 2007 01:30:21 -0800 (PST) Received: by 10.114.182.7 with HTTP; Fri, 9 Nov 2007 01:30:21 -0800 (PST) Message-ID: <27dbfc8c0711090130g74f38e79n52ecde4a15d67ff8@mail.gmail.com> Date: Fri, 9 Nov 2007 10:30:21 +0100 From: "Valerio Daelli" 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: [OT] Rotate logs for openbgpd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 10:27:16 -0000 Hi we use openbgpd-4.0 from ports. We would like to rotate its logs with newsyslog but if we send the daemon the HUP or USR1 signal it does not close its old, already-rotated log file. Does anyone by accident know the correct signal to get openbgpd close its old log file? Maybe we should use 'bgpctl reload'? Many thanks for your help Valerio Daelli From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 10:28:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A84316A419 for ; Fri, 9 Nov 2007 10:28:56 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2001:470:1f05:d0:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id 1482613C4A8 for ; Fri, 9 Nov 2007 10:28:56 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by pinus.izb.knu.ac.kr (Postfix, from userid 59) id 8FE233EC1; Fri, 9 Nov 2007 19:28:47 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pinus.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 pinus.izb.knu.ac.kr (Postfix) with ESMTP id 82A3A3EBD; Fri, 9 Nov 2007 19:28:44 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha256; 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=/KyzhVLURHEb1nILtlOqHjFNha6770DVshRhV4Zo+Vc =; b=Sc4eVj0cJZCzIK1PEnipZbQW77r99LvN9otg57RKZY3BNYTQ8o10tDJ5PWR VIqabN+KiwaiOp3zQqMODabBL0WsO4vZCvGC358MABu3QNc+wRMhIDgA0/QRjbcc 5Xz41374rc1z/5Ko7vFX6VGf+o3XSmwJZOgZx7RKEG2W8aXc= Received: from chrys.izb.knu.ac.kr (chrys.izb.knu.ac.kr [IPv6:2001:470:1f05:cf:3::1]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id 19A793EBB; Fri, 9 Nov 2007 19:28:44 +0900 (KST) Received: from viola.izb.knu.ac.kr (viola.izb.knu.ac.kr [IPv6:2001:470:1f05:d0:3::2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bh.rfc4871@chrys.izb.knu.ac.kr) by chrys.izb.knu.ac.kr (Postfix) with ESMTP id F3F081CCEE; Fri, 9 Nov 2007 19:28:44 +0900 (KST) Received: from [IPv6:::1] (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id A486E5E04; Fri, 9 Nov 2007 19:28:40 +0900 (KST) From: Byung-Hee HWANG To: =?UTF-8?Q?=E5=86=89=E4=BF=8A=E7=A7=80?= In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Organization: InZealBomb Date: Fri, 09 Nov 2007 19:28:38 +0900 Message-Id: <1194604118.885.12.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Help:how to install .diff files on FreeBSD 6.2 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: Fri, 09 Nov 2007 10:28:56 -0000 On Fri, 2007-11-09 at 17:48 +0800, =E5=86=89=E4=BF=8A=E7=A7=80 wrote: > Hello, > I am a freshman in FreeBSD OS. > I have downloaded some libcap_1.10-14.diff.gz > > and libcap-1.10.tar.bz2 > > .The > instruction says it can be installed on FreeBSD. But I don't know how = to > install it as it seems different from Fedora Core.Could someone help me= ,and > give me the entire code? > Many thanks. For the diff file, use patch(1). --=20 "You are the only person I felt any affection for, that I care about." -- Micahel Corleone, "Chapter 25", page 361 From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 10:52: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 5698D16A41A for ; Fri, 9 Nov 2007 10:52:59 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from mesiob.obspm.fr (mesiob.obspm.fr [145.238.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id D506C13C4BF for ; Fri, 9 Nov 2007 10:52:58 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from localhost (pcjas.obspm.fr [145.238.184.233]) by mesiob.obspm.fr (8.13.4/8.13.4/SIO Observatoire de Paris) with ESMTP id lA9AqmNa007235; Fri, 9 Nov 2007 11:52:48 +0100 Date: Fri, 9 Nov 2007 11:52:48 +0100 From: Albert Shih To: Mario Lobo , freebsd-questions@freebsd.org Message-ID: <20071109105248.GC79788@pcjas.obspm.fr> References: <200711081455.39635.cesar@expresso.com.br> <200711081448.48390.mario.lobo@ipad.com.br> <20071108183239.GA65453@slackbox.xs4all.nl> <20071108221413.GA75162@pcjas.obspm.fr> <20071109051248.GA94183@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20071109051248.GA94183@slackbox.xs4all.nl> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mesiob.obspm.fr [145.238.2.2]); Fri, 09 Nov 2007 11:52:48 +0100 (CET) X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on mesiob.obspm.fr X-Virus-Status: Clean Cc: Subject: Re: About Freebsd 7.0 versus 6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert.Shih@obspm.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 10:52:59 -0000 Le 09/11/2007 à 06:12:48+0100, Roland Smith a écrit > On Thu, Nov 08, 2007 at 11:14:13PM +0100, Albert Shih wrote: > > Be careful if you not using standard shell because....if you using a shell > > come from ports.... > > Root should _never_ use a shell from ports. You can use the 'toor' > account for that. I known but that's never so simple..... I do the other, I active toor account with standard shell. > > Well....what's the difference between what you say and make a new > > installation ? > > If you re-install, you're stuck with a GENERIC kernel, unless you > recompile that afterwards which is extra work. Well that's cost is not more than you make buildkernel ...on compilation. > > I would go for a new install if I wanted to change the relative sizes of > my partitions. Otherwise I'd stick with the source upgrade, because it > is not as much work IMHO. I agree but, do cp /usr/local/etc /safe_place cp /etc/ /safe_place make a re-install with format disk is not as much work too ;-) And with that I can sure I don't have some old thing (event now we have make delete-olds). But I agree with you : Every sys-admin have his own habit.... ;-) Regards. -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 Heure local/Local time: Ven 9 nov 2007 11:49:05 CET From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 11:10:28 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 ADE3C16A420 for ; Fri, 9 Nov 2007 11:10:28 +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 13EF013C4BD for ; Fri, 9 Nov 2007 11:10:27 +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 lA9BAMQY037949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Nov 2007 11:10:24 GMT (envelope-from jhary@unsane.co.uk) Message-ID: <4734401C.4040508@unsane.co.uk> Date: Fri, 09 Nov 2007 11:10:20 +0000 From: Vince User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Sd=E4vtaker?= References: <4733CAB4.2080508@gmail.com> In-Reply-To: <4733CAB4.2080508@gmail.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org Subject: Re: problems using ls with for_in (SH) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 11:10:28 -0000 Sdävtaker wrote: > Im trying to get a file with all the md5 hashes of one directory. > My initial script was this: > #!/bin/sh > for file in $(ls) > do > echo $file > md5 $file > done > > The problem is with the file names who contains "whitespaces" becouse > the for_in passed each word as one iteration and not the full filename, > I'd tried using -B in ls, but doesnt help. > Any idea what can i do? > Thanks! > Sdäv > Use Quoting ? (jhary@prawn)$ls another file with spaces file with space no-spaces-here [11:08:54:/usr/home/jhary/tmp/spacetmp] (jhary@prawn)$for file in * ; do echo "$file" ; md5 "$file" ; done another file with spaces MD5 (another file with spaces) = 40393f6dba09f89ef5cf32c3aec61f32 file with space MD5 (file with space) = 1de1a1be1433df2d7af11d839db3b0c1 no-spaces-here MD5 (no-spaces-here) = aaac9a687bd4ea9d2fc487e9cfb345f7 works for me. 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 Fri Nov 9 11:48:42 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 DA0FD16A419 for ; Fri, 9 Nov 2007 11:48:42 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 89CA013C4B0 for ; Fri, 9 Nov 2007 11:48:42 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 04:37:10 -0700 id 000540DA.4734466B.00006265 Message-ID: <4734465C.3090506@crackmonkey.us> Date: Fri, 09 Nov 2007 11:37:00 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: jamesh@lanl.gov References: <001c01c81156$215afd50$6410f7f0$@com.na> <1192694338.4888.13.camel@viola.izb.knu.ac.kr> <006f01c81628$e5966200$b0c32600$@com.na> <1193234809.1900.21.camel@viola.izb.knu.ac.kr> <1193235977.1900.29.camel@viola.izb.knu.ac.kr> <48739.128.165.0.81.1193237228.squirrel@webmail.lanl.gov> In-Reply-To: <48739.128.165.0.81.1193237228.squirrel@webmail.lanl.gov> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: bh@izb.knu.ac.kr, questions@freebsd.org, ananias@africaonline.com.na Subject: Re: how can i install gnome2 through console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 11:48:42 -0000 James A. Harrison wrote: >> On Wed, 2007-10-24 at 23:06 +0900, Byung-Hee HWANG wrote: >>> On Wed, 2007-10-24 at 12:30 +0200, Ananias Uushona wrote: >>>> I was installing gnome2 through x interface but I realize that its >>> very hard >>>> especially to beginners but I got it right is that I did n't have the >>>> hardware names and specifications right now I want to do it >>> automatically so >>>> it can detect the automatically so where do I begin to install it >>> through >>>> console should I remove xorg packages or what first >>> Please use pkg_add/pkg_delete instead of ports. It's very easy. That's >>> all the way I install/remove gnome2. Of course it works through console. >> Ananias, >> >> For install, at the command prompt type this command as root: >> >> pkg_add -v -r gnome2-lite > > However! There is a caveat here. > > I'd say, sure, use pkg_add at first, because it's simple. However, bear in > mind that ports exist. And also bear in mind that you cannot mix packages > and ports, unless you want an inconsistent system. > > Ports are well worth learning. I remember when I started using them, they > were confusing. But after I got used to them, I never, ever used/use > anything other than ports. They start making sense after a while ;) I agree with James. I use portinstall which makes compiling everything a snap. Other people prefer different methods though. Compiling something large like Gnome takes a while, though. If you don't have the time go with packages. One thing that does bug me about the compiling process is that just occasionally distcc will throw a wobbler about something and I have no clue how to fix it. :^) I think perhaps distcc is just a little buggy. But that's a thread for another mailing list. Ananias [hi, by the way!], just to answer your question, do not remove Xorg as you will need it to support Gnome. Regards, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 12:38: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 704B616A420 for ; Fri, 9 Nov 2007 12:38:46 +0000 (UTC) (envelope-from aryeh.friedman@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 1523213C4BE for ; Fri, 9 Nov 2007 12:38:45 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1031429pyb for ; Fri, 09 Nov 2007 04:38:38 -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=oIAZuRjKP6Y9jT6+likpPCwWGZUScwe4tTGVOKX0a54=; b=XoDk/MpKMsdpUFXykyWDpysYZhTTUBgmkJyYOc5qt6h+SCC2xNXzCXOwkKUNuBV7ubx/fqO0qV10bqf+eBgclzU81VkwqxwxkrtslOkf6iT1AF34Ep/TVtXQTwT+buqO9cPyE8DmOj2NVG5s8+8a51fwxnjfw0nQjCmtI6ROTjM= 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=uu6lPjwBvwc4ZUjruc0a+F24uk+o6x5pfR1GsouQdtCp6hs+k6/U2OnFLn8YSTTbKw2w8Ll66FpEhG6kaonvMyiKN3h3xU301AMCqmUWyewhOkI5mNem/n6wzOcbNVkFOPLa8fpfzoZi+9wGpSvoPj0Vn/BHvOoLUen9vzzteU0= Received: by 10.65.93.19 with SMTP id v19mr7024551qbl.1194611500901; Fri, 09 Nov 2007 04:31:40 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id f12sm1415752qba.2007.11.09.04.31.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Nov 2007 04:31:39 -0800 (PST) Message-ID: <4733E2AA.8080103@gmail.com> Date: Fri, 09 Nov 2007 04:31:38 +0000 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071109) MIME-Version: 1.0 To: Jerry McAllister References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> <4733603F.2060206@gmail.com> <20071108202608.GA79319@gizmo.acns.msu.edu> In-Reply-To: <20071108202608.GA79319@gizmo.acns.msu.edu> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Leonard Lilla , Rob , FreeBSD Questions Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 12:38:46 -0000 > But, do install the ports tree - note, that's the ports tree/skeleton > not the whole bunch of actual ports. With csup being a part of the base systems now don't install even this because csup will nuke most of it anyway and spew a bunch or warnings. This might be a little advanced for a complete beginner but the following procedure seems to work well for me: 1. Install nothing except base and kernels 2. Edit your /usr/share/example/cvsup/ports-supfile and .../standard-supfile a. Change the default host b. Depending on how current you are change RELENG_XXX to . in standard-supfile 3. Run: csup /usr/share/example/cvsup/standard-supfile 4. Depending on what version you have and what customizations you want edit /etc/make.conf and /usr/src/sys/XXX/conf/YYY where XXX is your arrch and YYY is the name of your custom kernel 5. Run: make buildworld buildkernel installkernel 6. Reboot in single user mode 7. mount your partitions (read/write) 8. run: cd /usr/src make installworld mergemaster 9. Reboot your machine is now the latest of what ever branch your making for ... For a desktop system I install the following in order: x11/xorg x11/gnome2 editor/gnome2-office mail/engimail-thunderbird multimedia/vlc audio/rhymbox print/cups print/lyx For development machines (only one): java/jdk16 java/jdk16-doc database/mysqlXX-client where XX is what ever version you want www/apache-22 lang/php5 -- Aryeh M. Friedman Developer, not business, friendly http://www.flosoft-systems.com From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 12:41: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 458D416A41B for ; Fri, 9 Nov 2007 12:41:19 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id E7B6F13C4B6 for ; Fri, 9 Nov 2007 12:41:18 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.50) id 1IqTAY-0005JQ-EB for questions@freebsd.org; Fri, 09 Nov 2007 12:41:06 +0000 Received: from esperance.zetnet.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.14.1/8.14.1/Debian-9) with SMTP id lA9Cf5ar008611 for ; Fri, 9 Nov 2007 12:41:06 GMT Received: (qmail 35979 invoked by uid 1001); 9 Nov 2007 12:41:00 -0000 From: "Frank Shute" Date: Fri, 9 Nov 2007 12:41:00 +0000 To: =?iso-8859-1?Q?Sd=E4vtaker?= Message-ID: <20071109124100.GA22571@melon.esperance-linux.co.uk> References: <4733CAB4.2080508@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4733CAB4.2080508@gmail.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 6.2-STABLE i386 X-Organisation: 'Esperance Linux' Cc: questions@freebsd.org Subject: Re: problems using ls with for_in (SH) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 12:41:19 -0000 On Thu, Nov 08, 2007 at 11:49:24PM -0300, Sdvtaker wrote: > > Im trying to get a file with all the md5 hashes of one directory. > My initial script was this: > #!/bin/sh > for file in $(ls) > do > echo $file > md5 $file > done > > The problem is with the file names who contains "whitespaces" becouse > the for_in passed each word as one iteration and not the full filename, > I'd tried using -B in ls, but doesnt help. > Any idea what can i do? > Thanks! > Sdäv You could use "find" which avoids the subdirs: find . -maxdepth 1 -type f -print -exec md5 {} \; -- Frank Contact info: http://www.esperance-linux.co.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 12:44: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 644F716A417 for ; Fri, 9 Nov 2007 12:44:43 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 2C4EA13C4AA for ; Fri, 9 Nov 2007 12:44:42 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (softdnserr [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 05:38:19 -0700 id 00054082.473454C0.00006468 Message-ID: <473454A5.1060702@crackmonkey.us> Date: Fri, 09 Nov 2007 12:37:57 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: Gary Kline References: <20071103072323.GA49885@thought.org> In-Reply-To: <20071103072323.GA49885@thought.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: STILL cannot login as kline! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 12:44:43 -0000 Gary Kline wrote: > This is what is in my ~/.xsession-errors file: > > (process:1038): Gtk-WARNING **: This process is currently running setuid > or setgid. > file '/var/tmp/gconfd-kline/lock/ior' not opened successfully, no gconfd > located: No such file or directory) > Can't remove file (null): Bad address > gconf-sanity-check-2 did not pass, logging back out > root@tao2:/home/kline# > > Clues, people?? I'm plumb out of ideas. > > gary Hi Gary. Your username is "kline" and the system's name is also kline? Which would make you kline@kline. Perhaps the system doesn't like this kind of thing. Is it possible that "kline" is some sort of reserved word (eg. k-line)? Does it still fail if you change to another user, perhaps "garyk"? HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 12:49: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 CAA9516A420 for ; Fri, 9 Nov 2007 12:49:08 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 8FAFE13C4A8 for ; Fri, 9 Nov 2007 12:49:08 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 05:48:47 -0700 id 00054082.47345735.000064E5 Message-ID: <47345726.5000004@crackmonkey.us> Date: Fri, 09 Nov 2007 12:48:38 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: "P.U.Kruppa" References: <20071103200259.R1575@small> <200711041109.27564.beni@brinckman.info> <20071104175253.J1575@small> In-Reply-To: <20071104175253.J1575@small> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, beni 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: fatman@.N0.5P4M.crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 12:49:08 -0000 P.U.Kruppa wrote: >>> dmesg says I have got >>> ugen0: >> addr 4> on uhub0 >>> on board. >>> What is this? Do we have a driver for it? >>> 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 Hi Peter, I also have a USB sound device which wouldn't detect until I loaded snd_uaudio. Now I can play my CDs through my 5.1 system, but I had to install both OSS and eSound to do it. I think the idea is everything goes to eSound, which is piped through the OSS mixer. My sound device now identifies [on FreeBSD 6.3-PRERELEASE] as: uaudio0: vendor 0x0c45 USB Audio, rev 1.10/1.00, addr 2 uaudio0: audio rev 1.00 pcm0: on uaudio0 which is every bit as dull as yours. By the way I don't have a /dev/dsp either. It doesn't seem to be required. HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 12: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 0D96C16A419 for ; Fri, 9 Nov 2007 12:58:36 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id C8ADE13C48A for ; Fri, 9 Nov 2007 12:58:35 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 05:58:13 -0700 id 00054082.4734596A.0000652E Message-ID: <4734595C.3030503@crackmonkey.us> Date: Fri, 09 Nov 2007 12:58:04 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: Yuri References: <1194240181.472ea8b52333d@webmail.rawbw.com> In-Reply-To: <1194240181.472ea8b52333d@webmail.rawbw.com> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: thunderbird eats all memory and dies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 12:58:36 -0000 Yuri wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Hi Yuri, Thunderbird has always been a resource hog on my systems whether I'm running Windows or FreeBSD. IMO it's something to do with XUL - Firefox chugs on my (reasonably) beefy systems too. It's too pretty to delete though. :/ Regards, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:02:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6F1C16A419 for ; Fri, 9 Nov 2007 13:02:56 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2FE13C48E for ; Fri, 9 Nov 2007 13:02:56 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (softdnserr [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 06:02:38 -0700 id 000542F6.47345A74.00006559 Message-ID: <47345A59.7060502@crackmonkey.us> Date: Fri, 09 Nov 2007 13:02:17 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: Garrett Cooper References: <000a01c8205a$52fff230$1c07a8c0@MAIN> <473043C6.2080303@u.washington.edu> In-Reply-To: <473043C6.2080303@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Graham Bentley Subject: Re: Should I just go ahead on 7.0? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 13:02:56 -0000 Garrett Cooper wrote: > 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 Hi Garrett, It should be ok to upgrade straight from 6.3-PRE to 7.0-PRE, right? I just need to change my src-supfile from RELENG_6 to RELENG_7 and build/install world/kernel as normal, right? I /need/ that wpi driver... :) Nervously, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:07: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 E884416A41B for ; Fri, 9 Nov 2007 13:07:00 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from wjv.com (fl-65-40-24-38.sta.embarqhsd.net [65.40.24.38]) by mx1.freebsd.org (Postfix) with ESMTP id 85BAB13C48E for ; Fri, 9 Nov 2007 13:07:00 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by wjv.com (8.14.1/8.13.1) with ESMTP id lA9D6d0f053180 for ; Fri, 9 Nov 2007 08:06:39 -0500 (EST) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.14.1/8.13.1/Submit) id lA9D6Y2N053179 for freebsd-questions@freebsd.org; Fri, 9 Nov 2007 08:06:34 -0500 (EST) (envelope-from bv) Date: Fri, 9 Nov 2007 08:06:34 -0500 From: Bill Vermillion To: freebsd-questions@freebsd.org Message-ID: <20071109130634.GA52980@wjv.com> References: <20071109120021.9CB3216A4D1@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071109120021.9CB3216A4D1@hub.freebsd.org> User-Agent: Mutt/1.4.2.2i Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com Subject: Re: Dangers of using a non-base shell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bv@wjv.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 13:07:01 -0000 "Ang utong ko ay sasabog sa sarap!" exclaimed freebsd-questions-request@freebsd.org while reading this message on Fri, Nov 09, 2007 at 12:00 and then responded with: > Date: Thu, 8 Nov 2007 23:42:08 -0500 (EST) > From: Darren Henderson > Subject: Re: Dangers of using a non-base shell > On Tue, 30 Oct 2007, Roland Smith wrote: > > But if you're starting in single user mode, only / will be > > mounted. So if you have /usr or /usr/local on a separate > > partition, you'd be screwed. > > That is why root should only use a shell that's in the / partition. And since you control the machine that should be easy to do. Put the programs YOU need in a directory on / - even if those are elsewhere in the standard distribution. Yoy may find that you want something that is not there normally. Probably a rare occurance but you won't break anything - particularly if you 'cp' it and not move 'mv' it. > You'll be prompted for a shell if your default isn't available. > I've used bash for the root shell for years. Doesn't mean that > you will never have a problem but this paticular situation > just means you'll have to hit enter to accept /bin/sh or enter > another shell when booting into single user. > -Darren I've been using ksh [not the pd verison but the REAL Korn Shell] for years - even on all the commercial Unix systems I used to maintain. But on FreeBSD I always copy it to /bin/ksh [dropping the 93 extension in the default install] and being of the belt & suspendors mentality I ALWAYS compile it statically - and just checking /bin I find only pgrep and pkill NOT statically linked. Old habits die hard but I surely won't be bitten by a corrupt library. Bill -- Bill Vermillion - bv @ wjv . com From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:08: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 4B5E516A417 for ; Fri, 9 Nov 2007 13:08:42 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.176]) by mx1.freebsd.org (Postfix) with ESMTP id BCF5C13C4A3 for ; Fri, 9 Nov 2007 13:08:38 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so305040ika for ; Fri, 09 Nov 2007 05:08: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=IRMnjUmZeQK592R5DZzuW3WTzT1oh/ZX61gNZCCUqqM=; b=mLqJYGelkM6bIsagxJ4aRop4iP75Gxze6m9oTNGynqXULZTDpaTzMyHs68aS7EJVG3gPJVInjixQlgBU7vVLbv4jTZrTj1TxlEaP2nhIGB/GY8kbMnRR+gbZdcgvMNVsGQg8D86DGPsLjMn2txQW0bMXSeyuX7FPY1WH+vuurn4= 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=CoUtD3/SJpTOzpEepSMd95w2bii3jmI+2Ihiiz1qGWVfEsv/8j3SyzTe8fqZA3HT7/IIq9sC0mVHLyPS39K6K431M1aaa+sBI+yUKdyT1wLuz34cszzZucYwkhWuHHFUrGE/AxYXHjQ+bKADDgqQbw2mNRt14qkwDyslqTsPbQ8= Received: by 10.66.217.20 with SMTP id p20mr1363994ugg.1194613715912; Fri, 09 Nov 2007 05:08:35 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id m1sm1917773fke.2007.11.09.05.08.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Nov 2007 05:08:35 -0800 (PST) Message-ID: <4733EB4B.7070804@gmail.com> Date: Fri, 09 Nov 2007 05:08:27 +0000 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071109) MIME-Version: 1.0 To: fatman@crackmonkey.us References: <000a01c8205a$52fff230$1c07a8c0@MAIN> <473043C6.2080303@u.washington.edu> <47345A59.7060502@crackmonkey.us> In-Reply-To: <47345A59.7060502@crackmonkey.us> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , freebsd-questions@freebsd.org, Graham Bentley 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: Fri, 09 Nov 2007 13:08:42 -0000 Adam J Richardson wrote: > Garrett Cooper wrote: >> 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.. Conceptually frozen but there have been some fairly large changes since then... but your correct from about mid-oct.... the large changes almost always where just a matter of tuning or adding hw support. -- Aryeh M. Friedman Developer, not business, friendly http://www.flosoft-systems.com From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:08: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 D673E16A46D for ; Fri, 9 Nov 2007 13:08:43 +0000 (UTC) (envelope-from fbsd06+QC=d3e72b40@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 9CE1013C491 for ; Fri, 9 Nov 2007 13:08:42 +0000 (UTC) (envelope-from fbsd06+QC=d3e72b40@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 918B4D05A4 for ; Fri, 9 Nov 2007 08:08:39 -0500 (EST) Date: Fri, 9 Nov 2007 13:08:36 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071109130836.0c6a482c@gumby.homeunix.com.> In-Reply-To: <60c2cba1d147b49bb5faf48c10b94add@prodigy.net> References: <31AE442CCBC1094ABC40CE85B0149F0642BB68@MAIL1.registry.otago.ac.nz> <60c2cba1d147b49bb5faf48c10b94add@prodigy.net> 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: cmos clock to utc time code? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 13:08:43 -0000 On Thu, 8 Nov 2007 20:56:44 -0800 jekillen wrote: > > On Nov 8, 2007, at 6:21 PM, Brent Jones wrote: > > > There's no time zone setting in a cmos clock. Just set the time to > > whatever UTC is, and you should be good to go. Ideally though, you > > should have the system do an ntpdate command first, which will take > > care > > of the clock issue for you. Just put: > > > > ntpdate_enable="YES" > > > > in your rc.conf file, and it will run before ntpd starts. > I have ntpd_enable="YES" > in /etc/rc.conf already, would there be a conflict? There's no conflict > While this machine is being configured with all the > functional software I want working, hub mail server with > Cyrus, Apache/php/mysql. while I am getting everything > set up and tested the machine will not be running 24/7 > so ntpdate would probably be a better choice, Just run both. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:15: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 B082316A421 for ; Fri, 9 Nov 2007 13:15:11 +0000 (UTC) (envelope-from andrades@cisco.com) Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by mx1.freebsd.org (Postfix) with ESMTP id 770E213C48D for ; Fri, 9 Nov 2007 13:15:11 +0000 (UTC) (envelope-from andrades@cisco.com) X-IronPort-AV: E=Sophos;i="4.21,394,1188802800"; d="scan'208";a="185795979" Received: from sj-dkim-1.cisco.com ([171.71.179.21]) by sj-iport-5.cisco.com with ESMTP; 09 Nov 2007 05:03:50 -0800 Received: from sj-core-5.cisco.com (sj-core-5.cisco.com [171.71.177.238]) by sj-dkim-1.cisco.com (8.12.11/8.12.11) with ESMTP id lA9D3mcv022500 for ; Fri, 9 Nov 2007 05:03:48 -0800 Received: from xbh-sjc-221.amer.cisco.com (xbh-sjc-221.cisco.com [128.107.191.63]) by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id lA9D3lQ6018503 for ; Fri, 9 Nov 2007 13:03:47 GMT Received: from xfe-sjc-211.amer.cisco.com ([171.70.151.174]) by xbh-sjc-221.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 9 Nov 2007 05:03:47 -0800 Received: from [10.21.145.75] ([10.21.145.75]) by xfe-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 9 Nov 2007 05:03:47 -0800 Message-ID: <47345AB3.1020600@cisco.com> Date: Fri, 09 Nov 2007 05:03:47 -0800 From: Richard Andrades Organization: GSBU sw User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions References: <46FF856F.1030703@snaffler.net> <20071107150811.186BC1B6B7@mail.asahi-net.or.jp> In-Reply-To: <20071107150811.186BC1B6B7@mail.asahi-net.or.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Nov 2007 13:03:47.0452 (UTC) FILETIME=[F71DB3C0:01C822D0] DKIM-Signature: v=0.5; a=rsa-sha256; q=dns/txt; l=119; t=1194613428; x=1195477428; c=relaxed/simple; s=sjdkim1004; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=andrades@cisco.com; z=From:=20Richard=20Andrades=20 |Subject:=20Using=202M/4M=20pages |Sender:=20; bh=bO9U8+T4x3KsdW1Y3/cGz9ar/R4wKMk6wZ5rPrSELHg=; b=SnSSn1BjD8hZ2SKOTRXoCFSoURyzgQbBv+xalaGcD7ECdGg2UCvBK/HmFqhSVvyAbzLqQYlz 9ONbfQ1M3k+cicx4BGHp6yq2AfWitY1fCO2yAq60INw9dNFXuLmJIsgVSdSWUIxX3a4a92NsZY IFecsBzQiCkOOoARNELxyQLAQ=; Authentication-Results: sj-dkim-1; header.From=andrades@cisco.com; dkim=pass ( sig from cisco.com/sjdkim1004 verified; ); Subject: Using 2M/4M pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: andrades@cisco.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 13:15:11 -0000 Hello, Does anyone know if there is support for using the large page sizes with the x86 CPUs? Thanks, Richard From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:34: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 9016616A418 for ; Fri, 9 Nov 2007 13:34:00 +0000 (UTC) (envelope-from jwb@homer.att.com) Received: from mail121.messagelabs.com (mail121.messagelabs.com [216.82.241.195]) by mx1.freebsd.org (Postfix) with ESMTP id 2057813C4A7 for ; Fri, 9 Nov 2007 13:33:59 +0000 (UTC) (envelope-from jwb@homer.att.com) X-VirusChecked: Checked X-Env-Sender: jwb@homer.att.com X-Msg-Ref: server-2.tower-121.messagelabs.com!1194613631!15492624!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [144.160.20.54] Received: (qmail 19912 invoked from network); 9 Nov 2007 13:07:12 -0000 Received: from sbcsmtp7.sbc.com (HELO mlpi135.enaf.sfdc.sbc.com) (144.160.20.54) by server-2.tower-121.messagelabs.com with AES256-SHA encrypted SMTP; 9 Nov 2007 13:07:12 -0000 Received: from enaf.sfdc.sbc.com (localhost.localdomain [127.0.0.1]) by mlpi135.enaf.sfdc.sbc.com (8.14.0/8.14.0) with ESMTP id lA9D7BeK027439 for ; Fri, 9 Nov 2007 08:07:11 -0500 Received: from alph001.aldc.att.com (alph001.aldc.att.com [135.53.7.26]) by mlpi135.enaf.sfdc.sbc.com (8.14.0/8.14.0) with ESMTP id lA9D72eP027349 for ; Fri, 9 Nov 2007 08:07:07 -0500 Received: from aldc.att.com (localhost.localdomain [127.0.0.1]) by alph001.aldc.att.com (8.14.0/8.14.0) with ESMTP id lA9D726C014592 for ; Fri, 9 Nov 2007 08:07:02 -0500 Received: from ulysses.homer.att.com (ulysses.homer.att.com [135.205.193.8]) by alph001.aldc.att.com (8.14.0/8.14.0) with ESMTP id lA9D6sYL014461 for ; Fri, 9 Nov 2007 08:06:59 -0500 Received: from akiva.homer.att.com (akiva.homer.att.com [135.205.212.39]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id IAA03376 for ; Fri, 9 Nov 2007 08:06:54 -0500 (EST) Received: from akiva (localhost [127.0.0.1]) by akiva.homer.att.com (8.9.3/8.9.3) with ESMTP id IAA15690 for ; Fri, 9 Nov 2007 08:06:54 -0500 (EST) Message-Id: <200711091306.IAA15690@akiva.homer.att.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 09 Nov 2007 08:06:54 -0500 From: "J. W. Ballantine" Subject: pkgdb failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 13:34:00 -0000 After upgrading from 6-STABLE to 7-RELEASE, I tried to rebuild all the packages from portupgrade -af I started getting the following error messages. The first once, the second multiple times, even after I moved the pkgdb.db and did a pkgdb -fu. [/usr/ports/INDEX-7.db: unexpected file type or format -- Invalid argument] [Updating the portsdb in /usr/ports . .. - 17746 port entries found /usr/ports/INDEX-7.db: unexpected file type or format -- Invalid argument: Cannot update the portsdb! (/usr/ports/INDEX-7.db)] /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument Any ideas on what is causing this? Thanks Jim Ballantine From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:39: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 2E89B16A46D for ; Fri, 9 Nov 2007 13:39:54 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id E9C7313C4B7 for ; Fri, 9 Nov 2007 13:39:53 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 06:39:38 -0700 id 000540F7.4734631F.00006798 Message-ID: <47346310.5000601@crackmonkey.us> Date: Fri, 09 Nov 2007 13:39:28 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: Desmond Chapman References: In-Reply-To: Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Ports problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@.N0.5P4M.crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 13:39:54 -0000 Desmond Chapman wrote: > /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 Hi Desmond, When I was faced with this error I did the obvious thing and created a symlink, then restarted the install. Of course time will probably prove it to be an utterly boneheaded thing to do, but it seems to work for now. # mv /usr/X11R6 /usr/X11R6-2 # ln -s /usr/X11R6-2 /usr/X11R6 # make install Regards, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:47:44 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 0DCB516A41A for ; Fri, 9 Nov 2007 13:47:44 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id CA41F13C4C4 for ; Fri, 9 Nov 2007 13:47:43 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 06:47:25 -0700 id 00054302.473464F3.000067E0 Message-ID: <473464E4.5030108@crackmonkey.us> Date: Fri, 09 Nov 2007 13:47:16 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: Chris References: <20071107102045.0c83621d@makeworld.com> In-Reply-To: <20071107102045.0c83621d@makeworld.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Congratulations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@.N0.5P4M.crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 13:47:44 -0000 Chris wrote: > ... Does that mean I have to share the winnings with everyone on the > list?! Yes. Hurry up, I'm broke. :P Regards, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:53: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 582E116A468 for ; Fri, 9 Nov 2007 13:53:05 +0000 (UTC) (envelope-from beyondran@gmail.com) Received: from rn-out-0102.google.com (rn-out-0910.google.com [64.233.170.189]) by mx1.freebsd.org (Postfix) with ESMTP id E283513C4A6 for ; Fri, 9 Nov 2007 13:53:04 +0000 (UTC) (envelope-from beyondran@gmail.com) Received: by rn-out-0102.google.com with SMTP id s42so299417rnb for ; Fri, 09 Nov 2007 05:52:57 -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; bh=rRUk8gOg9FrQRjp3qMsX0ipPmPQaNwEPEJa0/5D0AP4=; b=V2rfKcQiBmnXEe3W10UTjlJm3eShCb1F9UCV5vM+KBzO7TwOemHlZLqUijVR8d0Hn9zt1QaO268XLKuqtgsgwaLUS3OF/oJx7BANvkyRBKHOjtZJZmIdnNGtam91jsP98Z2zdmHsxCRMpxCuC17EIkrA1aAEI43BNGErBht2Ucc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=cT7Id/j9RkRCcCKQtKhxwPf0Ncey0RTS1v1t0ciR2gX7p3Kd+6kLJe9HZGUpw7pyL4JzNroQTgBnp/rse/9j40B2EEKr9PzGiK1APE0RQa/eKXycjiZyEu9B94rYQPKz7IUB0BZim/PzG9wKdsIO+oO+KwAR/L40krkBDZximzk= Received: by 10.142.239.11 with SMTP id m11mr630859wfh.1194616377103; Fri, 09 Nov 2007 05:52:57 -0800 (PST) Received: by 10.142.165.7 with HTTP; Fri, 9 Nov 2007 05:52:57 -0800 (PST) Message-ID: Date: Fri, 9 Nov 2007 21:52:57 +0800 From: "=?GB2312?B?yL2/odDj?=" To: freebsd-questions@freebsd.org MIME-Version: 1.0 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: Help:Install RPMS on FreeBSD 6.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: Fri, 09 Nov 2007 13:53:05 -0000 Hello,I have just install rpm-3.0.6 via /usr/ports/archivers/rpm. And I get some ERROR like below when trying to install libc5compat-1.0-5.i586.rpm via rpm. host# /usr/local/bin/rpm -Uvh libc5compat-1.0-5.i586.rpm error: failed dependencies: /bin/sh is needed by libc5compat-1.0-5 /sbin/ldconfig is needed by libc5compat-1.0-5 But I can find /bin/sh and /sbin/ldconfig on my FreeBSD 6.2. How can I solve this problem,could anyone help me. Many thanks. --Beyond4ever From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 13:53: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 6E39216A418 for ; Fri, 9 Nov 2007 13:53:40 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from mail.gregs-garage.com (h-64-105-8-34.chcgilgm.covad.net [64.105.8.34]) by mx1.freebsd.org (Postfix) with ESMTP id D5D5913C4B6 for ; Fri, 9 Nov 2007 13:53:35 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from [192.168.0.150] ([192.168.0.150]) (authenticated bits=0) by mail.gregs-garage.com (8.14.1/8.14.1) with ESMTP id lA9DhleY088307; Fri, 9 Nov 2007 07:43:47 -0600 (CST) (envelope-from ggroth@gregs-garage.com) Message-ID: <4734639E.2090604@gregs-garage.com> Date: Fri, 09 Nov 2007 07:41:50 -0600 From: Greg Groth User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: James Jeffery References: <972994690711081603w72f861f1v60d85e74cc057c28@mail.gmail.com> In-Reply-To: <972994690711081603w72f861f1v60d85e74cc057c28@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on mail.gregs-garage.com Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD on a Mac X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 13:53:40 -0000 James Jeffery wrote: > Was wondering. > > Can i put FreeBSD on a Quicksilver G4? > > I know it already has Tiger on it, which is BSD based, but i have no > use for Tiger at the moment. > At college were using Windows, and my old BSD box now has windows on > it so that i can keep > up with college assignments. > > I still have BSD on the box, but on another partition, i loved FreeBSD > 7, was really getting the > hang of it and testing out its web server capabilities, its a > nightmare switching the PC on and > off just to run a temp web server to test on. > > Is it possible or is there a better solution? > > Cheers http://www.freebsd.org/platforms/ppc.html I haven't tried it out yet, but I plan on installing it on an old G4 I have that's currently running Yellow Dog. Best regards, Greg Groth From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 14:00: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 20CDB16A473 for ; Fri, 9 Nov 2007 14:00:30 +0000 (UTC) (envelope-from fbsd06+QC=d3e72b40@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 DC4BE13C4BB for ; Fri, 9 Nov 2007 14:00:29 +0000 (UTC) (envelope-from fbsd06+QC=d3e72b40@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 31289D05B3 for ; Fri, 9 Nov 2007 09:00:20 -0500 (EST) Date: Fri, 9 Nov 2007 14:00:18 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071109140018.383dc45d@gumby.homeunix.com.> In-Reply-To: <47346310.5000601@crackmonkey.us> References: <47346310.5000601@crackmonkey.us> 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: 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: Fri, 09 Nov 2007 14:00:30 -0000 On Fri, 09 Nov 2007 13:39:28 +0000 Adam J Richardson wrote: > Desmond Chapman wrote: > > /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 > > Hi Desmond, > > When I was faced with this error I did the obvious thing and created > a symlink, then restarted the install. Surely the *obvious* thing was to follow the instructions and read UPDATING. > Of course time will probably > prove it to be an utterly boneheaded thing to do, but it seems to > work for now. > > # mv /usr/X11R6 /usr/X11R6-2 > # ln -s /usr/X11R6-2 /usr/X11R6 > # make install You should put it back and run the mergebase script. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 14:00: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 3D72216A41B for ; Fri, 9 Nov 2007 14:00:51 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 00EE313C4B6 for ; Fri, 9 Nov 2007 14:00:45 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 07:00:26 -0700 id 00054319.473467FF.0000685E Message-ID: <473467ED.1010107@crackmonkey.us> Date: Fri, 09 Nov 2007 14:00:13 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: Andrew Falanga References: <340a29540711080658y2567679epd1e11c584d1c9ed2@mail.gmail.com> In-Reply-To: <340a29540711080658y2567679epd1e11c584d1c9ed2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: Botched X.org upgrade, need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@.N0.5P4M.crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 14:00:51 -0000 Andrew Falanga wrote: > Well, at last I think it's botched. I really was following the directions > (I have the script file as UPDATING suggests to prove it :-), but the > upgrade didn't work as the X server failed to start after I rebooted. I'm > hoping some kind person here will know the answer before I e-mail the list > mentioned in that section of UPDATING. Anyway, that's basically, what > happened. I have kdm set to start on bootup and it complained that X failed > to start. > > When I got to the point of "portupgrade -aP" in the UPDATING section for > X.org 6.9 -> 7.2; I decided to go with that command instead of "portupgrade > -a" thinking that by now, even for amd64, the packages would be available. > Perhaps a bad assumption. Anyway, once that completed, the stats reported > by portupgrade were disconcerting but I thought that it was ok and > continued. portupgrade reported that only 2 packages were porcessed, most > were ignored with 50 some skipped and 1 failed. > > I then proceeded to the mergebase.sh script, ran that and when I was > satisfied that all was done as expected, I rebooted my machine. Well, > that's when X failed to start. So, how would I go about correcting this > problem? > > Andy Hi Andy, I botched my 6.9-7.2 upgrade too. It's easy to do even if you follow the instructions. Can't remember what the problem was now, certainly it was something no one else had, typical. :^) Ah well, all fixed now anyway. It's easy to botch even a simple install of X. Took me a while to learn that you have to install 1) Xorg, 2) mesa-demos, 3) nVidia driver, in that order (assuming you want mesa-demos, of course). Regards, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 14:09: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 527C316A421 for ; Fri, 9 Nov 2007 14:09:51 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 1830913C481 for ; Fri, 9 Nov 2007 14:09:51 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 07:09:27 -0700 id 00054319.47346A1C.000068DB Message-ID: <47346A0E.6050605@crackmonkey.us> Date: Fri, 09 Nov 2007 14:09:18 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: RW References: <47346310.5000601@crackmonkey.us> <20071109140018.383dc45d@gumby.homeunix.com.> In-Reply-To: <20071109140018.383dc45d@gumby.homeunix.com.> Content-Type: text/plain; charset=US-ASCII; format=flowed 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 Reply-To: fatman@crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 14:09:51 -0000 RW wrote: > On Fri, 09 Nov 2007 13:39:28 +0000 > Adam J Richardson wrote: >> Desmond Chapman wrote: >>> /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 >> Hi Desmond, >> >> When I was faced with this error I did the obvious thing and created >> a symlink, then restarted the install. > > Surely the *obvious* thing was to follow the instructions and read > UPDATING. I didn't read it that way. You're right though. I'll check out mergebase.sh, see if it does anything I need. Regards, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 14:34: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 832D216A417 for ; Fri, 9 Nov 2007 14:34:27 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 260E013C4B2 for ; Fri, 9 Nov 2007 14:34:27 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by an-out-0708.google.com with SMTP id c16so72884ana for ; Fri, 09 Nov 2007 06:34:18 -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:x-enigmail-version:content-type:content-transfer-encoding; bh=VDIwDwh73WnKnZWLMjytxnffl6C6fr8IB+IBpN4mPbY=; b=Zlu3WhQ2lASthAGRQzmn6Fh06yu3u7/j7vjmUivkk+JXKc9nXz8riJWrBhf4HudAVUHvFqYNbZKmxzGBgk/soGvNKX2GxCTyZb75Q1+Sh1SNcg0oPi0pXuG1bR/+NNZ/fyCZI1OjFiNTQv0RTk9quEu/P1odRDcYDWyz68rUp8c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=gQKa2SWSwlKB4GJA/PCG4nSNxUold1emt1beIr97G2dKGIclQ8ij8sOUfxcx+oxNJAQyvU3sy1UtPdEOtea+RaI+16BTTz+xk749xxjBZL6ocvzLeHNbman5/oqeRMLeXexJemDAWcuL8zy7nkqMiTlyoSV0MVzB/YfwXmlca2Y= Received: by 10.100.44.4 with SMTP id r4mr2967312anr.1194618858773; Fri, 09 Nov 2007 06:34:18 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id y2sm4434010mug.2007.11.09.06.34.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Nov 2007 06:34:17 -0800 (PST) Message-ID: <47346FD9.8050604@gmail.com> Date: Fri, 09 Nov 2007 09:34:01 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071109) MIME-Version: 1.0 To: FreeBSD Questions X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: clocks and dualboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 14:34:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a dual boot vista and freebsd machine I use ntpdate on the FB machine but then when I go into vista it reports for a different time zone (sometimes UTC other times PST)... ntpdate always corrects this on reboot but how do I keep the date correct on the vista side? - -- 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 iD8DBQFHNG/YJ9+1V27SttsRAp/5AJ9P8Q4xscQVGAr7qfWBbwJfXpPdfwCffoCJ mBuXWNQK4JlOW2mO+3BWmEo= =V4Xx -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 14: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 BC57716A418 for ; Fri, 9 Nov 2007 14:43:18 +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 673B413C4B6 for ; Fri, 9 Nov 2007 14:43:18 +0000 (UTC) (envelope-from donovan@dmpnet.org) Received: from DonovansLaptop (unknown [82.133.81.2]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mazar.dmpnet.org (Postfix) with ESMTP id 2E1EB852A for ; Fri, 9 Nov 2007 14:43:05 +0000 (GMT) Message-ID: <002701c822de$d6fe8e30$0610a8c0@DonovansLaptop> From: "Donovan R. Palmer" To: References: <472ED17A.7050001@gmail.com><1194256149.1874.19.camel@viola.izb.knu.ac.kr> <20071106090215.W7058@wojtek.tensor.gdynia.pl> Date: Fri, 9 Nov 2007 14:43:05 -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 Subject: Fetch error for Port upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 14:43:18 -0000 I am trying to do a port upgrade and get the following error. ! x11-servers/xorg-server (xorg-server-6.9.0_5) (fetch error) How do I fix this? I have this problem on other packages as well. T.I.A. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 14:43: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 39ACC16A418 for ; Fri, 9 Nov 2007 14:43:31 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 57DD513C48A for ; Fri, 9 Nov 2007 14:43:30 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by an-out-0708.google.com with SMTP id c16so73393ana for ; Fri, 09 Nov 2007 06:43:22 -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:x-enigmail-version:content-type:content-transfer-encoding; bh=QCRX/XZzATb6aJXDhDSJqrE/cGdLikFYM5T4c/wLG1g=; b=EN2M1/F3DPDGK3MEZDFQfxYhGf6lr6Vt0ZcOXOWYs56SuaGuCc99GG4F1xex7YALaqAcjjYYpE0RPf09FADfwhE/Z+GnYWyEivox/Jqusv+QiBYu2AqnIt328e39WGBpHAKgHlj8+SATKDUGW+XaPOjJcVcGaMARhGTAiP0mPKI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=BJpDqOz/S9ND7hXOgyKs4ByqTVjGk//8twt4F92fl0tp/8lf7VNuF1tDFMuaf2tAiI90wxlbqjCMwE7A4hrw4QKnXVdLhbK95hHxNDMIyGFSO2gE0LANWCRSvMmPhwLxiPibL1pI3c4/N8a6cLtsmcr0t6sh2RfKwyACqaumtk4= Received: by 10.100.252.16 with SMTP id z16mr2988361anh.1194619401754; Fri, 09 Nov 2007 06:43:21 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id w7sm4458534mue.2007.11.09.06.43.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Nov 2007 06:43:20 -0800 (PST) Message-ID: <47347202.8060103@gmail.com> Date: Fri, 09 Nov 2007 09:43:14 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071109) MIME-Version: 1.0 To: FreeBSD Questions X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: strange error when building cups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 14:43:31 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Can some tell me what this means and how to fix it: ===> cups-pstoraster-8.15.4_1 depends on shared library: cups.2 - not found ===> Verifying install for cups.2 in /usr/ports/print/cups-base ===> cups-base-1.3.3 is forbidden: remote execution of arbitrary code. *** Error code 1 Stop in /FreeBSD/FreeBSD-current/ports/print/cups-base. *** Error code 1 Stop in /FreeBSD/FreeBSD-current/ports/print/cups-pstoraster. *** Error code 1 Stop in /FreeBSD/FreeBSD-current/ports/print/cups. - -- 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 iD8DBQFHNHICJ9+1V27SttsRAiXyAJoCWlDpO6DEtpxQbtOMGUfXrDOqsQCfatHn MOPolbRjOxQttSox4ZAsq00= =66aR -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 14:45: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 88D7D16A41A for ; Fri, 9 Nov 2007 14:45:47 +0000 (UTC) (envelope-from mihai.dontu@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 F0D1D13C4B2 for ; Fri, 9 Nov 2007 14:45:45 +0000 (UTC) (envelope-from mihai.dontu@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so601961fka for ; Fri, 09 Nov 2007 06:45:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:organization:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=AeP5yH0nWiY7W1AqTw4VR5Ee+kT+U7JvesWtxbsd8sw=; b=YmZc6YfTedDLkT8u1Uqhxm9Z8+loqRyoHMy1LBiUw3ywM2K7oJRrs1lZaRLNR5Ozn8MHPW6sKAyW1zNx+JgrfJLVoHf8kDZ2K7CJx/d/g2J3yfRvlyQhkH2fvcZiq656LjcCE+i0oMb36LIjJJu/Zcz5vu9TWIkPpHdPc794ubE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=NNUqqGicoBSYNu1mbw5ufyupXCTlot1WHyJujKH+I1J5ZSGsLCFRb8z05X6EtBOuzXdKHCz5bAqhLqGo4nC9evEWy3Lg/1T9ew2OqyQ5cP8XFYISh/F129foR9ygiqi0c7iv6Tl6Tgo9TQZO5hDqcdrkVQ8P6dSP9LDsiycrdtY= Received: by 10.82.187.16 with SMTP id k16mr4166175buf.1194619536913; Fri, 09 Nov 2007 06:45:36 -0800 (PST) Received: from mdontu-l.dsd.ro ( [217.156.83.1]) by mx.google.com with ESMTPS id c28sm2112329fka.2007.11.09.06.45.35 (version=SSLv3 cipher=OTHER); Fri, 09 Nov 2007 06:45:35 -0800 (PST) From: Mihai =?utf-8?q?Don=C8=9Bu?= Organization: Home To: freebsd-questions@freebsd.org Date: Fri, 9 Nov 2007 16:45:31 +0200 User-Agent: KMail/1.9.7 References: <47346FD9.8050604@gmail.com> In-Reply-To: <47346FD9.8050604@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200711091645.31662.mihai.dontu@gmail.com> Subject: Re: clocks and dualboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 14:45:47 -0000 On Friday 09 November 2007, Aryeh M. Friedman wrote: > I have a dual boot vista and freebsd machine I use ntpdate on the FB > machine but then when I go into vista it reports for a different time > zone (sometimes UTC other times PST)... ntpdate always corrects this > on reboot but how do I keep the date correct on the vista side? You must configure FreeBSD to keep the hardware clock to Local Time. However, I lack the knowledge on how to do that. I'm sorry. -- Mihai DonÈ›u From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 15:18: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 A21EF16A417 for ; Fri, 9 Nov 2007 15:18:51 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 6454C13C4B7 for ; Fri, 9 Nov 2007 15:18:51 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 08:18:30 -0700 id 00054233.47347A4C.00006B32 Message-ID: <47347A3C.1030702@crackmonkey.us> Date: Fri, 09 Nov 2007 15:18:20 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <47347202.8060103@gmail.com> In-Reply-To: <47347202.8060103@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: strange error when building cups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@.N0.5P4M.crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 15:18:51 -0000 Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Can some tell me what this means and how to fix it: > > ===> cups-pstoraster-8.15.4_1 depends on shared library: cups.2 - > not found > ===> Verifying install for cups.2 in /usr/ports/print/cups-base > ===> cups-base-1.3.3 is forbidden: remote execution of arbitrary code. > *** Error code 1 > > Stop in /FreeBSD/FreeBSD-current/ports/print/cups-base. > *** Error code 1 > > Stop in /FreeBSD/FreeBSD-current/ports/print/cups-pstoraster. > *** Error code 1 > > Stop in /FreeBSD/FreeBSD-current/ports/print/cups. > Hi Aryeh, I can't tell you about the error, but: %pkg_info | grep cups cups-base-1.3.3 Common UNIX Printing System cups-pstoraster-8.15.4_1 Postscript interpreter for CUPS printing to non-PS printers Looks like the same versions. They do build ok. Perhaps a "make clean distclean" will shake out the bugs? 'Remote execution' is interesting. Do you use some sort of load balancer? HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 15:27: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 619EC16A417 for ; Fri, 9 Nov 2007 15:27:09 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2001:470:1f05:d0:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id DB94013C4B5 for ; Fri, 9 Nov 2007 15:27:08 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by pinus.izb.knu.ac.kr (Postfix, from userid 59) id F04EB3EC4; Sat, 10 Nov 2007 00:27:06 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pinus.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 pinus.izb.knu.ac.kr (Postfix) with ESMTP id 75A163EC1; Sat, 10 Nov 2007 00:27:05 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha256; 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=xHK2z4gwtqrhzJXrruhF1DjIxwA3MIM+Y9pqzstCHC4 =; b=Fr+FAkzusnNZMkvMhMajqEqbydpakdzRegR7Wk+iPfz87YGGE34iutUTbY4 SFFJfn3OLhcHesn57bv1w1hOzaHSUV3gbmuk+gtGjrelqjsx1nDYbapIaPTqNLob le0VOorgUVFUszw63PNezukAolP/p/JqrCJw9+Gv1RwAY5l4= Received: from chrys.izb.knu.ac.kr (chrys.izb.knu.ac.kr [IPv6:2001:470:1f05:cf:3::1]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id 05E6E3EB7; Sat, 10 Nov 2007 00:27:04 +0900 (KST) Received: from viola.izb.knu.ac.kr (viola.izb.knu.ac.kr [IPv6:2001:470:1f05:d0:3::2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bh.rfc4871@chrys.izb.knu.ac.kr) by chrys.izb.knu.ac.kr (Postfix) with ESMTP id 83E9F1CCEE; Sat, 10 Nov 2007 00:27:03 +0900 (KST) Received: from [IPv6:::1] (localhost.izb.knu.ac.kr [IPv6:::1]) by viola.izb.knu.ac.kr (Postfix) with ESMTP id 7F2535E04; Sat, 10 Nov 2007 00:26:58 +0900 (KST) From: Byung-Hee HWANG To: =?UTF-8?Q?=E5=86=89=E4=BF=8A=E7=A7=80?= In-Reply-To: References: Content-Type: text/plain; charset=UTF-8 Organization: InZealBomb Date: Sat, 10 Nov 2007 00:26:56 +0900 Message-Id: <1194622016.853.12.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Help:Install RPMS on FreeBSD 6.2 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: Fri, 09 Nov 2007 15:27:09 -0000 Hi, On Fri, 2007-11-09 at 21:52 +0800, =E5=86=89=E4=BF=8A=E7=A7=80 wrote: > Hello,I have just install rpm-3.0.6 via /usr/ports/archivers/rpm. > And I get some ERROR like below when trying to install > libc5compat-1.0-5.i586.rpm via rpm. >=20 > host# /usr/local/bin/rpm -Uvh libc5compat-1.0-5.i586.rpm >=20 > error: failed dependencies: > /bin/sh is needed by libc5compat-1.0-5 > /sbin/ldconfig is needed by libc5compat-1.0-5 >=20 > But I can find /bin/sh and /sbin/ldconfig on my FreeBSD 6.2. > How can I solve this problem,could anyone help me. > Many thanks. Personally i don't know about GNU/Linux well ;; However, this section of FreeBSD Handbook can give you some helps ;; http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu.html Sincerely, ps. ah... by the way.. what is your name? may i know your name with romanized? only i know Chinese a little bit ;; --=20 "I love your daughter with all respect." -- Enzo, "Chapter 1", page 13 From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 15:34: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 6422716A417 for ; Fri, 9 Nov 2007 15:34:45 +0000 (UTC) (envelope-from tinguely@casselton.net) Received: from casselton.net (casselton.net [63.165.140.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8D07913C4A3 for ; Fri, 9 Nov 2007 15:34:44 +0000 (UTC) (envelope-from tinguely@casselton.net) Received: from casselton.net (localhost [127.0.0.1]) by casselton.net (8.13.8/8.13.8) with ESMTP id lA9Ew3bZ008393; Fri, 9 Nov 2007 08:58:03 -0600 (CST) (envelope-from tinguely@casselton.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=casselton.net; s=ccnMail; t=1194620283; bh=mEKLmRUUNf0W/mjLdPfeiOVnVUxfYKYhmj3sq0Q EIVg=; h=Date:From:Message-Id:To:Subject:In-Reply-To; b=Ox/KQb1uOqM xWpEnm40L2NVCj2X/OQ297UureaBc6WYyo5oh8G9xf1swY9qq+u14Ef8/c2+5ixkJdA FHqaJZHPahA/WvmKaNu5/SFroMghddsAxwHHSkk80/fOJjo81nhAsKn3WrtYYvfFOsK 5IiJ6t4HpgimSx0TNRxRAk0B0I= Received: (from tinguely@localhost) by casselton.net (8.13.8/8.13.8/Submit) id lA9Ew30n008392; Fri, 9 Nov 2007 08:58:03 -0600 (CST) (envelope-from tinguely) Date: Fri, 9 Nov 2007 08:58:03 -0600 (CST) From: Mark Tinguely Message-Id: <200711091458.lA9Ew30n008392@casselton.net> To: aryeh.friedman@gmail.com, freebsd-questions@freebsd.org In-Reply-To: <47346FD9.8050604@gmail.com> Cc: Subject: Re: clocks and dualboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 15:34:45 -0000 > > I have a dual boot vista and freebsd machine I use ntpdate on the FB > machine but then when I go into vista it reports for a different time > zone (sometimes UTC other times PST)... ntpdate always corrects this > on reboot but how do I keep the date correct on the vista side? As Mihai Don\xc8\x9bu mentioned to tell the time routines that the computer clock is in localtime and not in universal tim, perform the following as root: # touch /etc/wall_cmos_clock --Mark. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 15:49: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 175CB16A421 for ; Fri, 9 Nov 2007 15:49:27 +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 BBF3713C4A6 for ; Fri, 9 Nov 2007 15:49:26 +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 lA9FjlW6083977; Fri, 9 Nov 2007 10:45:47 -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 lA9FjlE5083976; Fri, 9 Nov 2007 10:45:47 -0500 (EST) (envelope-from jerrymc) Date: Fri, 9 Nov 2007 10:45:46 -0500 From: Jerry McAllister To: James Jeffery Message-ID: <20071109154546.GA83878@gizmo.acns.msu.edu> References: <972994690711081603w72f861f1v60d85e74cc057c28@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <972994690711081603w72f861f1v60d85e74cc057c28@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD on a Mac X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 15:49:27 -0000 On Fri, Nov 09, 2007 at 12:03:30AM +0000, James Jeffery wrote: > Was wondering. > > Can i put FreeBSD on a Quicksilver G4? > > I know it already has Tiger on it, which is BSD based, but i have no > use for Tiger at the moment. > At college were using Windows, and my old BSD box now has windows on > it so that i can keep > up with college assignments. > > I still have BSD on the box, but on another partition, i loved FreeBSD > 7, was really getting the > hang of it and testing out its web server capabilities, its a > nightmare switching the PC on and > off just to run a temp web server to test on. > > Is it possible or is there a better solution? If you have enough disk space, you could either dual boot with MS-Win and FreeBSD, or you could run vmware and then install both FreeBSD and ms-win virtual machines on it. ////jerry > > Cheers > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 15:56: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 4AD0C16A420 for ; Fri, 9 Nov 2007 15:56:08 +0000 (UTC) (envelope-from sat@cenkes.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 10C5713C4AA for ; Fri, 9 Nov 2007 15:56:08 +0000 (UTC) (envelope-from sat@cenkes.org) Received: from amilo.cenkes.org (ppp91-76-104-15.pppoe.mtu-net.ru [91.76.104.15]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTP id 960A1242F833; Fri, 9 Nov 2007 18:56:01 +0300 (MSK) Date: Fri, 9 Nov 2007 18:55:59 +0300 From: Andrew Pantyukhin To: Giorgos Keramidas Message-ID: <20071109155558.GF8728@amilo.cenkes.org> References: <472647A0.3030009@brookes.ac.uk> <20071030113912.GB3941@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071030113912.GB3941@kobe.laptop> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: Dangers of using a non-base shell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 15:56:08 -0000 On Tue, Oct 30, 2007 at 01:39:12PM +0200, Giorgos Keramidas wrote: > On 2007-10-29 20:50, Stephen Allen wrote: > > It's been drawn to my attention not to use bash from the ports > > collection, because if one of it's dependencies (gettext or libiconv) > > fails or is updated significantly, it could break, and prevent > > login. The suggested solution was to use a base shell (such as sh) and > > append 'bash -l' to .shrc to automatically enter bash. > > > > The quite annoying side-effect is having to type 'exit' twice to get > > out of a su shell or screen. > > > > Would it be a better idea to use the pre-compiled binary for bash? > > And if I did so, could I be alerted to updates as easy as using > > 'pkg_version -v' when checking if any ports need updating? > > I've been using the following for some time: > > keramida> su - > Password: ******** > root# exec env SHELL=/usr/local/bin/bash bash -l I know it doesn't work on slolaris^W some Unix flavors, but I've been quite happy with "su -m". It changes workflow in many ways, but once you get a handle of it, it can really be useful. E.g. my zsh history is shared between root and the user who su'd into him. And if anything goes wrong, I just drop the -m key. It's another story when it comes to remote login (non-root)... From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 16:02:07 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 9FE1E16A418 for ; Fri, 9 Nov 2007 16:02:07 +0000 (UTC) (envelope-from ananias@africaonline.com.na) Received: from mx01.africaonline.com.na (mx01.africaonline.com.na [196.44.140.171]) by mx1.freebsd.org (Postfix) with ESMTP id 789C613C4B9 for ; Fri, 9 Nov 2007 16:02:06 +0000 (UTC) (envelope-from ananias@africaonline.com.na) Received: from [196.44.140.226] (helo=afol78821b601c) by mx01.africaonline.com.na with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1IqVey-000Gt4-MW; Fri, 09 Nov 2007 15:20:41 +0000 From: "Ananias Uushona" To: , References: <001c01c81156$215afd50$6410f7f0$@com.na> <1192694338.4888.13.camel@viola.izb.knu.ac.kr> <006f01c81628$e5966200$b0c32600$@com.na> <1193234809.1900.21.camel@viola.izb.knu.ac.kr> <1193235977.1900.29.camel@viola.izb.knu.ac.kr> <48739.128.165.0.81.1193237228.squirrel@webmail.lanl.gov> <4734465C.3090506@crackmonkey.us> In-Reply-To: <4734465C.3090506@crackmonkey.us> Date: Fri, 9 Nov 2007 17:22:51 +0200 Organization: Africaonline Namibia Message-ID: <001a01c822e4$6484c5d0$2d8e5170$@com.na> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcgixOiEUGQ2iUTbR8OoaDUknIYK0QAHqIKg Content-Language: en-us X-SA-Exim-Connect-IP: 196.44.140.226 X-SA-Exim-Mail-From: ananias@africaonline.com.na X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mx01.africaonline.com.na X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=no version=3.1.0 X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mx01.africaonline.com.na) Cc: bh@izb.knu.ac.kr, questions@freebsd.org Subject: RE: how can i install gnome2 through console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ananias@africaonline.com.na List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 16:02:07 -0000 Ohhh yah that was usefull and I re-installed freebsd desktop wich is very easy I don thing this BSD desktop is for the administration by the way, u guys does anyone have UNIX exercise that one can use to practice coz I ran out of exercises on wht else to do am willing to learn am use to CCNA so I real need focusing areas on UNIX and what is the best EXAM to write about UNIX for the beginners? Yah thanks,\ ananias -----Original Message----- From: Adam J Richardson [mailto:fatman@crackmonkey.us] Sent: Friday, November 09, 2007 1:37 PM To: jamesh@lanl.gov Cc: bh@izb.knu.ac.kr; questions@freebsd.org; ananias@africaonline.com.na Subject: Re: how can i install gnome2 through console James A. Harrison wrote: >> On Wed, 2007-10-24 at 23:06 +0900, Byung-Hee HWANG wrote: >>> On Wed, 2007-10-24 at 12:30 +0200, Ananias Uushona wrote: >>>> I was installing gnome2 through x interface but I realize that its >>> very hard >>>> especially to beginners but I got it right is that I did n't have the >>>> hardware names and specifications right now I want to do it >>> automatically so >>>> it can detect the automatically so where do I begin to install it >>> through >>>> console should I remove xorg packages or what first >>> Please use pkg_add/pkg_delete instead of ports. It's very easy. That's >>> all the way I install/remove gnome2. Of course it works through console. >> Ananias, >> >> For install, at the command prompt type this command as root: >> >> pkg_add -v -r gnome2-lite > > However! There is a caveat here. > > I'd say, sure, use pkg_add at first, because it's simple. However, bear in > mind that ports exist. And also bear in mind that you cannot mix packages > and ports, unless you want an inconsistent system. > > Ports are well worth learning. I remember when I started using them, they > were confusing. But after I got used to them, I never, ever used/use > anything other than ports. They start making sense after a while ;) I agree with James. I use portinstall which makes compiling everything a snap. Other people prefer different methods though. Compiling something large like Gnome takes a while, though. If you don't have the time go with packages. One thing that does bug me about the compiling process is that just occasionally distcc will throw a wobbler about something and I have no clue how to fix it. :^) I think perhaps distcc is just a little buggy. But that's a thread for another mailing list. Ananias [hi, by the way!], just to answer your question, do not remove Xorg as you will need it to support Gnome. Regards, Adam J Richardson __________ NOD32 2648 (20071109) Information __________ This message was checked by NOD32 antivirus system. http://www.eset.com From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 16:08: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 D6E8A16A418 for ; Fri, 9 Nov 2007 16:08:36 +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 25F5F13C491 for ; Fri, 9 Nov 2007 16:08:35 +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 lA9G8FUh022181 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 9 Nov 2007 18:08:22 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA9G8AMd015132; Fri, 9 Nov 2007 18:08:10 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA9G89NI015131; Fri, 9 Nov 2007 18:08:10 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 9 Nov 2007 18:08:09 +0200 From: Giorgos Keramidas To: Andrew Pantyukhin Message-ID: <20071109160809.GA14984@kobe.laptop> References: <472647A0.3030009@brookes.ac.uk> <20071030113912.GB3941@kobe.laptop> <20071109155558.GF8728@amilo.cenkes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071109155558.GF8728@amilo.cenkes.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.992, 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: Dangers of using a non-base 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: Fri, 09 Nov 2007 16:08:36 -0000 On 2007-11-09 18:55, Andrew Pantyukhin wrote: > On Tue, Oct 30, 2007 at 01:39:12PM +0200, Giorgos Keramidas wrote: > > I've been using the following for some time: > > > > keramida> su - > > Password: ******** > > root# exec env SHELL=/usr/local/bin/bash bash -l > > I know it doesn't work on slolaris^W some Unix flavors, but I've > been quite happy with "su -m". Heh, putting the Solaris bashing (sic) aside, I can see how the -m option can be useful some times. After all, it was implemented because *someone* thought it would be neat to have around :-) From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 16:12: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 164BB16A419 for ; Fri, 9 Nov 2007 16:12:53 +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 C84B513C4AC for ; Fri, 9 Nov 2007 16:12:52 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id C23D928459; Fri, 9 Nov 2007 11:12:45 -0500 (EST) To: "Aryeh M. Friedman" References: <47347202.8060103@gmail.com> From: Lowell Gilbert Date: Fri, 09 Nov 2007 11:12:45 -0500 In-Reply-To: <47347202.8060103@gmail.com> (Aryeh M. Friedman's message of "Fri\, 09 Nov 2007 09\:43\:14 -0500") Message-ID: <441wazcs8y.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 Questions Subject: Re: strange error when building cups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 16:12:53 -0000 "Aryeh M. Friedman" writes: > Can some tell me what this means and how to fix it: > > ===> cups-pstoraster-8.15.4_1 depends on shared library: cups.2 - > not found > ===> Verifying install for cups.2 in /usr/ports/print/cups-base > ===> cups-base-1.3.3 is forbidden: remote execution of arbitrary code. > *** Error code 1 It means that installing cups-base-1.3.3 is forbidden, and that the reason is a security problem allowing for remote execution of arbitrary code. To fix it, you can wait for the update to cups-base-1.3.4 to hit the tree, or update the port yourself, or (if you're willing to leave your system vulnerable to a remotely-exploitable bug; e.g., if the machine isn't on the Internet) comment the FORBIDDEN line out of the Makefile. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 16:12: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 513BB16A41A for ; Fri, 9 Nov 2007 16:12:53 +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 E443D13C4B0 for ; Fri, 9 Nov 2007 16:12:52 +0000 (UTC) (envelope-from freebsd-questions@slightlystrange.org) Received: by catflap.slightlystrange.org (Postfix, from userid 106) id C4F876195; Fri, 9 Nov 2007 16:12:45 +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 37D9E614E for ; Fri, 9 Nov 2007 16:12:45 +0000 (GMT) Received: (from danielby@localhost) by torus.slightlystrange.org (8.14.1/8.13.4/Submit) id lA9GChTJ024488 for freebsd-questions@freebsd.org; Fri, 9 Nov 2007 16:12:43 GMT (envelope-from freebsd-questions@slightlystrange.org) Date: Fri, 9 Nov 2007 16:12:43 +0000 From: Daniel Bye To: FreeBSD Questions Message-ID: <20071109161243.GA22326@torus.slightlystrange.org> Mail-Followup-To: FreeBSD Questions References: <47347202.8060103@gmail.com> <47347A3C.1030702@crackmonkey.us> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline In-Reply-To: <47347A3C.1030702@crackmonkey.us> User-Agent: Mutt/1.4.2.3i X-PGP-Fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A Subject: Re: strange error when building cups 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: Fri, 09 Nov 2007 16:12:53 -0000 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 09, 2007 at 03:18:20PM +0000, Adam J Richardson wrote: > Aryeh M. Friedman wrote: > >-----BEGIN PGP SIGNED MESSAGE----- > >Hash: SHA1 > > > >Can some tell me what this means and how to fix it: > > > >=3D=3D=3D> cups-pstoraster-8.15.4_1 depends on shared library: cups.2 - > >not found > >=3D=3D=3D> Verifying install for cups.2 in /usr/ports/print/cups-base > >=3D=3D=3D> cups-base-1.3.3 is forbidden: remote execution of arbitrary = code. > >*** Error code 1 > > > >Stop in /FreeBSD/FreeBSD-current/ports/print/cups-base. > >*** Error code 1 > > > >Stop in /FreeBSD/FreeBSD-current/ports/print/cups-pstoraster. > >*** Error code 1 > > > >Stop in /FreeBSD/FreeBSD-current/ports/print/cups. > > >=20 > Hi Aryeh, >=20 > I can't tell you about the error, but: >=20 > %pkg_info | grep cups > cups-base-1.3.3 Common UNIX Printing System > cups-pstoraster-8.15.4_1 Postscript interpreter for CUPS printing to=20 > non-PS printers >=20 > Looks like the same versions. They do build ok. Perhaps a "make clean=20 > distclean" will shake out the bugs? >=20 > 'Remote execution' is interesting. Do you use some sort of load balancer? This means that there is a security flaw outstanding with the print/cups-ba= se package. It could potentially be exploited by an attacker to run arbitrary code on your print server.=20 The warning is being emitted by the following line in the print/cups-base= =20 Makefile: FORBIDDEN=3D remote execution of arbitrary code The fix would be to find the vulnerability and patch it, or failing that, contact the maintainer and see what he says. As a workaround, if you don't care about the vulnerability, you can set NO_IGNORE in the make environment and try again. ports(7) has more detail. Dan --=20 Daniel Bye _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHNIb7ixf5fBYiFmoRAoFsAJ9cgxHhNFR349cTn9a2paYGVCh6oQCdFbxx /A5MLxfCnj1OeqYFT7BYjGs= =1/nv -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 16:19: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 5AA9116A417 for ; Fri, 9 Nov 2007 16:19:22 +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 E5D3B13C481 for ; Fri, 9 Nov 2007 16:19:21 +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=BrFvUlzZkpf1d0bpVbIA:9 a=3AXPE8HWpAjwSP-Wlo0A:7 a=XVg_jyU7otlnNqrF5-63ckF2i-kA: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:62826] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.1.21 r(19176)) with ESMTPA id 62/CD-26503-08884374; Fri, 09 Nov 2007 11:19:13 -0500 Date: Fri, 9 Nov 2007 11:19:11 -0500 From: Randy Pratt To: fatman@crackmonkey.us Message-Id: <20071109111911.60800c03.bsd-unix@embarqmail.com> In-Reply-To: <47347A3C.1030702@crackmonkey.us> References: <47347202.8060103@gmail.com> <47347A3C.1030702@crackmonkey.us> 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: "Aryeh M. Friedman" , FreeBSD Questions Subject: Re: strange error when building cups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 16:19:22 -0000 On Fri, 09 Nov 2007 15:18:20 +0000 Adam J Richardson wrote: > Aryeh M. Friedman wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Can some tell me what this means and how to fix it: > > > > ===> cups-pstoraster-8.15.4_1 depends on shared library: cups.2 - > > not found > > ===> Verifying install for cups.2 in /usr/ports/print/cups-base > > ===> cups-base-1.3.3 is forbidden: remote execution of arbitrary code. > > *** Error code 1 > > > > Stop in /FreeBSD/FreeBSD-current/ports/print/cups-base. > > *** Error code 1 > > > > Stop in /FreeBSD/FreeBSD-current/ports/print/cups-pstoraster. > > *** Error code 1 > > > > Stop in /FreeBSD/FreeBSD-current/ports/print/cups. > > > > Hi Aryeh, > > I can't tell you about the error, but: > > %pkg_info | grep cups > cups-base-1.3.3 Common UNIX Printing System > cups-pstoraster-8.15.4_1 Postscript interpreter for CUPS printing to > non-PS printers > > Looks like the same versions. They do build ok. Perhaps a "make clean > distclean" will shake out the bugs? > > 'Remote execution' is interesting. Do you use some sort of load balancer? The print/cups-base was marked FORBIDDEN due remote execution of arbitrary code on 2007-11-08, see: http://docs.freebsd.org/cgi/mid.cgi?200711081832.lA8IWv3T075088 You can read more about the vulnerability at: http://www.freebsd.org/ports/portaudit/8dd9722c-8e97-11dc-b8f6-001c2514716c.html If you decide that your risk is acceptable you still wish to install/update at this time, you can comment ( # ) the particular line in the ports/print/cups-base/Makefile: #FORBIDDEN= remote execution of arbitrary code I would presume that cups-base-1.3.4 is going to be committed shortly since there are quite a few ports that depend on it. HTH, Randy -- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 16:27:49 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 5073516A41B for ; Fri, 9 Nov 2007 16:27:49 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 1C8CA13C4B6 for ; Fri, 9 Nov 2007 16:27:49 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA9GRXtU005413 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 9 Nov 2007 08:27:34 -0800 X-Auth-Received: from [128.208.5.249] (lodovico.cs.washington.edu [128.208.5.249]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA9GRX4j013967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 9 Nov 2007 08:27:33 -0800 Message-ID: <47348ABA.4030100@u.washington.edu> Date: Fri, 09 Nov 2007 08:28:42 -0800 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: fatman@crackmonkey.us, questions@freebsd.org References: <000a01c8205a$52fff230$1c07a8c0@MAIN> <473043C6.2080303@u.washington.edu> <47345A59.7060502@crackmonkey.us> In-Reply-To: <47345A59.7060502@crackmonkey.us> 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.9.80841 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: 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: Fri, 09 Nov 2007 16:27:49 -0000 Adam J Richardson wrote: > Garrett Cooper wrote: >> 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 > > Hi Garrett, > > It should be ok to upgrade straight from 6.3-PRE to 7.0-PRE, right? I > just need to change my src-supfile from RELENG_6 to RELENG_7 and > build/install world/kernel as normal, right? > > I /need/ that wpi driver... :) > > Nervously, > Adam J Richardson Adam, I would consult archives (as of late) the list for the exact steps necessary to upgrade from 6.x to 7-PRE. It's a fairly painless process if done correctly, but it will take a while to complete, depending on what all you have installed on your laptop ports wise. Best of luck, -Garrett From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 16:29:47 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 91EA816A473 for ; Fri, 9 Nov 2007 16:29:47 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id 5EEA413C4BA for ; Fri, 9 Nov 2007 16:29:47 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA9GTcux026904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 9 Nov 2007 08:29:38 -0800 X-Auth-Received: from [128.208.5.249] (lodovico.cs.washington.edu [128.208.5.249]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA9GTcqG014283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 9 Nov 2007 08:29:38 -0800 Message-ID: <47348B37.5030500@u.washington.edu> Date: Fri, 09 Nov 2007 08:30:47 -0800 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "J. W. Ballantine" , questions@freebsd.org References: <200711091306.IAA15690@akiva.homer.att.com> In-Reply-To: <200711091306.IAA15690@akiva.homer.att.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.9.80841 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='LEO_OBFU_SUBJ_RE 0.1, __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: pkgdb failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 16:29:47 -0000 J. W. Ballantine wrote: > After upgrading from 6-STABLE to 7-RELEASE, I tried to rebuild > all the packages from portupgrade -af I started getting the following > error messages. The first once, the second multiple times, even > after I moved the pkgdb.db and did a pkgdb -fu. > > [/usr/ports/INDEX-7.db: unexpected file type or format -- Invalid argument] > [Updating the portsdb in /usr/ports . > .. - 17746 port entries found /usr/ports/INDEX-7.db: unexpected file type or > format -- Invalid argument: Cannot update the portsdb! > (/usr/ports/INDEX-7.db)] > > > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument > > Any ideas on what is causing this? > > Thanks > > Jim Ballantine > > That generally means that for whatever reason the pkgdb couldn't be read, which may mean that you need to rebuild ruby and all affected libraries to call up 7.x libs (at least based on experience that's what's happened with me). Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 16:31:34 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 2D32616A419 for ; Fri, 9 Nov 2007 16:31:34 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id ED0F613C4A8 for ; Fri, 9 Nov 2007 16:31:33 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA9GVQFh012058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 9 Nov 2007 08:31:26 -0800 X-Auth-Received: from [128.208.5.249] (lodovico.cs.washington.edu [128.208.5.249]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lA9GVQS9002004 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 9 Nov 2007 08:31:26 -0800 Message-ID: <47348BA3.5060300@u.washington.edu> Date: Fri, 09 Nov 2007 08:32:35 -0800 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "Donovan R. Palmer" , questions@freebsd.org References: <472ED17A.7050001@gmail.com><1194256149.1874.19.camel@viola.izb.knu.ac.kr> <20071106090215.W7058@wojtek.tensor.gdynia.pl> <002701c822de$d6fe8e30$0610a8c0@DonovansLaptop> In-Reply-To: <002701c822de$d6fe8e30$0610a8c0@DonovansLaptop> 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.9.80841 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='BODY_SIZE_500_599 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: Fetch error for Port upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 16:31:34 -0000 Donovan R. Palmer wrote: > I am trying to do a port upgrade and get the following error. > ! x11-servers/xorg-server (xorg-server-6.9.0_5) (fetch error) > > How do I fix this? I have this problem on other packages as well. > > T.I.A. Most likely you just updated your ports (which are severely out of date based on that error message). I highly suggest reading /usr/ports/UPDATING around April of 2007, in particular about the X.org 6.x -> 7.x migration notes. Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 16:34: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 EB1CD16A421 for ; Fri, 9 Nov 2007 16:34:14 +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 9842B13C4B3 for ; Fri, 9 Nov 2007 16:34:14 +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 86E8AE00017B; Fri, 9 Nov 2007 16:34:01 +0000 (GMT) Message-ID: <47348BF9.7050402@dial.pipex.com> Date: Fri, 09 Nov 2007 16:34:01 +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: Giorgos Keramidas References: <472647A0.3030009@brookes.ac.uk> <20071030113912.GB3941@kobe.laptop> <20071109155558.GF8728@amilo.cenkes.org> <20071109160809.GA14984@kobe.laptop> In-Reply-To: <20071109160809.GA14984@kobe.laptop> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Dangers of using a non-base 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: Fri, 09 Nov 2007 16:34:15 -0000 Giorgos Keramidas wrote: >On 2007-11-09 18:55, Andrew Pantyukhin wrote: > > >>On Tue, Oct 30, 2007 at 01:39:12PM +0200, Giorgos Keramidas wrote: >> >> >>>I've been using the following for some time: >>> >>> keramida> su - >>> Password: ******** >>> root# exec env SHELL=/usr/local/bin/bash bash -l >>> >>> >>I know it doesn't work on slolaris^W some Unix flavors, but I've >>been quite happy with "su -m". >> >> > >Heh, putting the Solaris bashing (sic) aside, I can see how the -m >option can be useful some times. After all, it was implemented because >*someone* thought it would be neat to have around :-) > > Also the only way I know on FreeBSD to interactively become a user with no real shell (true, nologin etc). --Alex From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 16:34:31 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 0237016A419 for ; Fri, 9 Nov 2007 16:34:31 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-6.csi.cam.ac.uk (ppsw-6.csi.cam.ac.uk [131.111.8.136]) by mx1.freebsd.org (Postfix) with ESMTP id 8D72713C4B3 for ; Fri, 9 Nov 2007 16:34:30 +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]:2965 helo=[192.168.2.186]) by ppsw-6.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1IqWoE-0002m8-Jn (Exim 4.67) for questions@freebsd.org (return-path ); Fri, 09 Nov 2007 16:34:18 +0000 Message-ID: <47348BDE.9090206@cam.ac.uk> Date: Fri, 09 Nov 2007 16:33:34 +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: OT: Looking for some inpiration with UPS setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 16:34:31 -0000 Hello, Apolgies for the slightly OT post, but I'm hoping that some of the ammased expertise might be able to suggest a solution. I've a FreeBSD fileserver, a solid state router (Linksys box running OpenWRT) and a couple of gigabit switches that I'd like to move onto a UPS (I'm primarily looking at the APC Smart-UPS line). The requirements for the FreeBSD system are pretty simple, it's not likely to be of any use if the power's out, so after a few minutes to allow any files open over the network to be saved, it should perform an orderly shutdown and remain off until the power returns. However, the router is a little different. It maintains some state information in RAM (dhcp leases etc) that I'd prefer not to lose during a short power outage, and it would also be useful to retain internet access, so ideally I'd like the router and switches to stay up for as long as the battery lasts in the UPS. Space and budget are limited, so ideally I'd like to achieve all this with a single UPS, which is where the problems arise. As I understant it, when the UPS wants to wake the attached machines up, it power cycles its output. This however will reset the router, which was what I was hoping to avoid. I've thought around the problem for some time, but not come up with any convincing solutions: 1) Use some sort of WOL command from the router to the FreeBSD system rather than having the UPS power cycle its output. How does the router know the power's returned? Can the UPS be set not to power cycle its power output when the power returns? 2) Use a second cheap UPS to 'protect' the router whilst the primary UPS cycles its power output. This seems rather crude, and would presumably reduce the battery life of the primary UPS due the losses in the second UPS. 3) Have the UPS wake the PC via some other means. USB would seem to ideal choice, but the motherboard won't do a wake on USB from S5, and I'm can't find a UPS with an ethernet interface. 4) KISS. Buy two smaller, cheapers UPS units. Does anyone have any clever ideas for a solution? Any thoughts much appreciated. -- Regards, Chris From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 16:34: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 5B4E916A418 for ; Fri, 9 Nov 2007 16:34:44 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 0575513C4B8 for ; Fri, 9 Nov 2007 16:34:43 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by an-out-0708.google.com with SMTP id c16so80164ana for ; Fri, 09 Nov 2007 08:34:33 -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=ebyZASLebCc/ERLJKx6Y/GPmOSxk4kvU1thJsgmQFk0=; b=IAkvGTD2MXLp9FkSlWMgy02f1v6olMX3TjlIdrVBwF+zojvVLlqOAFObQlgQYN67VSIKoEO95j66fNB910/0h+GD5wF56C7T3NEWLLswxZk7tIJpC7ukRMMBpz7IgrLetjpWzzrFK6v3xTViC2AU+T1tEa5d8UfDUpfPeqowrH0= 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=QwBIxQ4t8Ai5BeTpNbkYWHoBppRDZ2NVyKzEGM0co2q0J2IbqbHyGVSSw0/HTDrwPx43gDziZvtNWg0GmhzDDFB0ph9HEU8pnX2Pxvfzuul++0AhQaJuBrbuQtVVBBtrzpCGzW+hxIx7W/fTpBZ35QHHjd8AoUn+hY4SJafQ8uw= Received: by 10.100.112.6 with SMTP id k6mr1040572anc.1194626073585; Fri, 09 Nov 2007 08:34:33 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id n29sm2586717elf.2007.11.09.08.34.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Nov 2007 08:34:32 -0800 (PST) Message-ID: <47348C16.7010702@gmail.com> Date: Fri, 09 Nov 2007 11:34:30 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071109) MIME-Version: 1.0 To: fatman@.N0.5P4M.crackmonkey.us References: <47347202.8060103@gmail.com> <47347A3C.1030702@crackmonkey.us> In-Reply-To: <47347A3C.1030702@crackmonkey.us> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: strange error when building cups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 16:34:44 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Adam J Richardson wrote: > Aryeh M. Friedman wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Can some tell me what this means and how to fix it: >> >> ===> cups-pstoraster-8.15.4_1 depends on shared library: cups.2 - >> not found >> ===> Verifying install for cups.2 in /usr/ports/print/cups-base >> ===> cups-base-1.3.3 is forbidden: remote execution of arbitrary >> code. >> *** Error code 1 >> >> Stop in /FreeBSD/FreeBSD-current/ports/print/cups-base. >> *** Error code 1 >> >> Stop in /FreeBSD/FreeBSD-current/ports/print/cups-pstoraster. >> *** Error code 1 >> >> Stop in /FreeBSD/FreeBSD-current/ports/print/cups. >> > > Hi Aryeh, > > I can't tell you about the error, but: > > %pkg_info | grep cups > cups-base-1.3.3 Common UNIX Printing System > cups-pstoraster-8.15.4_1 Postscript interpreter for CUPS printing to > non-PS printers > > Looks like the same versions. They do build ok. Perhaps a "make > clean distclean" will shake out the bugs? attempted that before I posted (just distclean and I have no idea what the clean would do that distclean doesn't) > > 'Remote execution' is interesting. Do you use some sort of load > balancer? No it is a single machine via a router to a cable modem - -- 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 iD8DBQFHNIwWJ9+1V27SttsRAi5/AJ9OGeSoLqdgOHKpxDfmUANdiaOLiwCffWS3 i/+DtnajgDuSDNsomdoMgI8= =H9v9 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:02:00 2007 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id C984A16A420; Fri, 9 Nov 2007 17:02:00 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20071109170200.C984A16A420@hub.freebsd.org> Date: Fri, 9 Nov 2007 17:02:00 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 17:02:00 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:02:00 2007 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id D23B916A469; Fri, 9 Nov 2007 17:02:00 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20071109170200.D23B916A469@hub.freebsd.org> Date: Fri, 9 Nov 2007 17:02:00 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 17:02:01 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Note also that the book has now been released for free download in PDF form. Instead of downloading the changed pages, you may prefer to download the entire book. See http://www.lemis.com/grog/Documentation/CFBSD/ for more information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm no longer constantly updating it, but I may be able to help Greg From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:03: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 A200716A417 for ; Fri, 9 Nov 2007 17:03:50 +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 7BAB613C48D for ; Fri, 9 Nov 2007 17:03:50 +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 784ED154F36; Fri, 9 Nov 2007 11:04:34 -0600 (CST) Message-ID: <473492E7.9050005@cs.okstate.edu> Date: Fri, 09 Nov 2007 11:03:35 -0600 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.6 (X11/20070926) MIME-Version: 1.0 To: Leonard Lilla References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> In-Reply-To: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 17:03:50 -0000 Written by Leonard Lilla on 11/08/07 10:09>> > Wow, > > > > Talk about a horrible install. Install this CD, now that now > this now that now this now that!!! It goes on and on. Please do think about > people that are trying your install and are less knowledgeable and install > using your 2 cd install. It is just horrible how many times I went from CD1 > to CD2 and forth and back and back and forth. Just a killer. If I needed > exercise I would have called my trainer. > > > > I hope that I will be able to say better things about the rest of the > install or the OS. Well, I can. Install sucks. If I click on something there > is no recourse. Just a next and no back. I did not have the right cd once > and that port did not install, period. no retry or skip. Just done with it. > There are simply no error handling or user fault anticipation in your > install. Not friendly. > > > > Leo I know this thread has had many responses already, but it would seem to me that you were installing packages from the CDs. Packages are installed in dependency order, not necessarily in alphabetical or "CD location" order. It is apparent to me that the CD distribution design has been done in such a way that as many of the most common packages that can be squeezed into the first CD have been, followed by CD2, CD3, and CD4. The more packages you want to install from CD, the more often you will be playing disc jockey as the dependency chains weave between discs ;) As others have said, if you want to avoid the CD changing dilemma, it's a good idea to install software using the ports collection, or through packages fetched over the network connection from a distribution mirror on the web. I've been using FreeBSD for about 8 years now, and I can give you one piece of advice that will help you avoid massive amounts of frustration, should you choose to stick with it: the community will not abide complainers. This is especially true when complaints are abusive, derogatory, or condescending in tone and even more so when such complaints are not accompanied by solutions. The installer has been a bikeshed for many years; everyone seems to know what color it should be, how many windows it should have, how many doors to install, what type of lighting it needs, how many penguins should be accommodated in the rafters, and what relative orientation it should have to the earth's magnetic field; yet the most vocal of these people naturally have no contributions to make towards the installer's actual codebase. In the grand scheme of things, you'll probably also find the attitude towards the installer is that "it works well enough for our needs". From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:05: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 9053F16A417 for ; Fri, 9 Nov 2007 17:05:16 +0000 (UTC) (envelope-from arend.vanderveen@gmail.com) Received: from rn-out-0102.google.com (rn-out-0910.google.com [64.233.170.185]) by mx1.freebsd.org (Postfix) with ESMTP id 2EABD13C48A for ; Fri, 9 Nov 2007 17:05:15 +0000 (UTC) (envelope-from arend.vanderveen@gmail.com) Received: by rn-out-0102.google.com with SMTP id s42so350992rnb for ; Fri, 09 Nov 2007 09:05:09 -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:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=Q9A4BovSvjuABbPe/ytskcW6JD88cbKzQQKt3cxiY30=; b=g/7CL4lUaaBnQ3pyPzzDcvB8INkmH6SApRMAD5AIr9Hy2iSAdxDtjD3+ndtAf4kkLQBNcSSkVtny+V9ltJq68fffY7XUCf9Hwoz9Naamp/tD/p8nyPcBirMpcxj1keriKuHkl3DwC78OZUsaXsHwRne8rApZ7rlM6wTz+IkTMiU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=KnPhfMOR2+EYgNIl90DwS8ifBs6vIIX2CSfhmWg6N0XmkWqvTHgH1yy2WctdnSI4lcbd1TKbCvan9LqopTxEKmJg3tTa0nXKJHo/AyO2Lt1KfJ+xHmxpBt8LzUC3Jk9yDeh59X+Hf5mKVZSeT9axN7e5R7JbVRM4c5cb4EVfXy8= Received: by 10.142.50.15 with SMTP id x15mr749120wfx.1194626262149; Fri, 09 Nov 2007 08:37:42 -0800 (PST) Received: from t60.mydomain.home ( [72.231.141.22]) by mx.google.com with ESMTPS id i18sm1882383wxd.2007.11.09.08.37.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Nov 2007 08:37:41 -0800 (PST) Message-ID: <47348CD0.4030900@gmail.com> Date: Fri, 09 Nov 2007 11:37:36 -0500 From: "Arend P. van der Veen" User-Agent: Thunderbird 2.0.0.6 (X11/20071031) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <972994690711081603w72f861f1v60d85e74cc057c28@mail.gmail.com> <20071109154546.GA83878@gizmo.acns.msu.edu> In-Reply-To: <20071109154546.GA83878@gizmo.acns.msu.edu> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD on a Mac X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: apvanderveen@acm.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 17:05:16 -0000 Hi, Has anybody had success using Parallels on the Mac? I have been using it to support windows but had GUI problems with FreeBSD (with X and xfce4). They do not support FreeBSD 6.2 (according to their documentation). Thanks, Arend Jerry McAllister wrote: > On Fri, Nov 09, 2007 at 12:03:30AM +0000, James Jeffery wrote: > >> Was wondering. >> >> Can i put FreeBSD on a Quicksilver G4? >> >> I know it already has Tiger on it, which is BSD based, but i have no >> use for Tiger at the moment. >> At college were using Windows, and my old BSD box now has windows on >> it so that i can keep >> up with college assignments. >> >> I still have BSD on the box, but on another partition, i loved FreeBSD >> 7, was really getting the >> hang of it and testing out its web server capabilities, its a >> nightmare switching the PC on and >> off just to run a temp web server to test on. >> >> Is it possible or is there a better solution? > > If you have enough disk space, you could either dual boot > with MS-Win and FreeBSD, or you could run vmware and then > install both FreeBSD and ms-win virtual machines on it. > > ////jerry > >> Cheers >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:18:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E9E216A421; Fri, 9 Nov 2007 17:18:03 +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 DF7C313C48A; Fri, 9 Nov 2007 17:18:02 +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 lA9HHNnH026666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 9 Nov 2007 19:17:31 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA9HHIDE016061; Fri, 9 Nov 2007 19:17:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA9HHHXr016059; Fri, 9 Nov 2007 19:17:17 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 9 Nov 2007 19:17:16 +0200 From: Giorgos Keramidas To: Alex Zbyslaw Message-ID: <20071109171716.GA16016@kobe.laptop> References: <472647A0.3030009@brookes.ac.uk> <20071030113912.GB3941@kobe.laptop> <20071109155558.GF8728@amilo.cenkes.org> <20071109160809.GA14984@kobe.laptop> <47348BF9.7050402@dial.pipex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47348BF9.7050402@dial.pipex.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.992, 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: Dangers of using a non-base 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: Fri, 09 Nov 2007 17:18:03 -0000 On 2007-11-09 16:34, Alex Zbyslaw wrote: > > [ discussing `su -m' option ] > > Also the only way I know on FreeBSD to interactively become a user > with no real shell (true, nologin etc). It should be possible to type: su username i.e. here's an ftp session on my laptop: root@kobe:/root# fgrep ftp: /etc/passwd ftp:*:1003:1003:& user:/home/ftp:/usr/sbin/nologin root@kobe:/root# su ftp root@kobe:/root$ id uid=1003(ftp) gid=1003 groups=1003 root@kobe:/root$ Good idea, though :) From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:19: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 94B4216A477 for ; Fri, 9 Nov 2007 17:19:10 +0000 (UTC) (envelope-from kellymartin@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by mx1.freebsd.org (Postfix) with ESMTP id 65B6B13C4BE for ; Fri, 9 Nov 2007 17:19:10 +0000 (UTC) (envelope-from kellymartin@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so475023rvb for ; Fri, 09 Nov 2007 09:19: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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=natotBXeNQLBA35Pi42DwgCx/mtMVN2P5e1Ap9Shq24=; b=bN5wtUOSCuE1gjzDuaeNgiLy3HGXYiyZhdJtUr3UbRVzWG3UpHQvHd/PCjP7wkT5wuYAP6xA0Vmf5F8a6VFITbXtGz5NNYTbiLNt6bb1KfWVtsLjQf8cctSSnKi2g6Z9uZROasx6Kpg9OU8ORIb8+BhPRlJhHjDf2WNifOFmCwQ= 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=mTu2kj/NgOO5I/pFzOXHqXO5gbinDNMN5Xy6hL4uDANONkpfAS/gmdlIwBBH6MKmbn9Q6SJMmfXEQT7QYugmbPHNLC93d0qDor8FuzX0/Gjrtj1fTe7Q+s4d/s+NR5lyTPTySChMDA7W0FxAaTD3lRCLGwIdTY7o/5bu6gO+KAw= Received: by 10.141.114.21 with SMTP id r21mr1066435rvm.1194627296299; Fri, 09 Nov 2007 08:54:56 -0800 (PST) Received: by 10.140.142.10 with HTTP; Fri, 9 Nov 2007 08:54:56 -0800 (PST) Message-ID: <1338880b0711090854n1294d607u8bb0c37006f02bb9@mail.gmail.com> Date: Fri, 9 Nov 2007 09:54:56 -0700 From: "Kelly Martin" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: recurring kernel panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 17:19:10 -0000 I'm getting daily kernel panics. The server was running fine for about a month, the only changes I've made recently have been to update all my ports. It's running on older i386 hardware, no special devices attached. Here's the console message I'm getting (copied by hand): ----- Fatal trap 30: reserved (unknown) fault while in kernel mode cupid =3D 0; apic id =3D 00 instruction pointer =3D 0x20:0xc0b41129 stack pointer =3D 0x28:0xd0225cd8 frame pointer =3D 0x28:0xd0225cd8 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D interrupt enabled, IOPL =3D 0 current process =3D 10 (idle: cpu0) trap number =3D 30 panic: reserved (unknown) fault cupid =3D 0 Uptime 19h28m38s Cannot dump. No dump device defined. Automatic reboot in 15 seconds =96 press a key on the console to abort Rebooting=85 Keyboard reset did not work, attempting CPU shutdown ----- A few questions to help diagnose: (1) how do I use my hard disk as a dump device for these kernel panics? (2) why does the "keyboard reset" not work, leaving the panic'ed machine hanging indefinitely? (I've tried two different PS/2 keyboards... no luck) (3) any other information I can provide, such as ports I have installed? I am running FreeBSD my.server.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 (with all security patches except FreeBSD-SA-07:03.ipv6) From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:19: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 7BE3C16A421 for ; Fri, 9 Nov 2007 17:19:18 +0000 (UTC) (envelope-from jwb@homer.att.com) Received: from mail146.messagelabs.com (mail146.messagelabs.com [216.82.245.131]) by mx1.freebsd.org (Postfix) with ESMTP id 1831C13C481 for ; Fri, 9 Nov 2007 17:19:17 +0000 (UTC) (envelope-from jwb@homer.att.com) X-VirusChecked: Checked X-Env-Sender: jwb@homer.att.com X-Msg-Ref: server-7.tower-146.messagelabs.com!1194627141!11475177!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [144.160.20.54] Received: (qmail 31701 invoked from network); 9 Nov 2007 16:52:21 -0000 Received: from sbcsmtp7.sbc.com (HELO mlpi135.enaf.sfdc.sbc.com) (144.160.20.54) by server-7.tower-146.messagelabs.com with AES256-SHA encrypted SMTP; 9 Nov 2007 16:52:21 -0000 Received: from enaf.sfdc.sbc.com (localhost.localdomain [127.0.0.1]) by mlpi135.enaf.sfdc.sbc.com (8.14.0/8.14.0) with ESMTP id lA9GqKXG018559; Fri, 9 Nov 2007 11:52:20 -0500 Received: from alph001.aldc.att.com (alph001.aldc.att.com [135.53.7.26]) by mlpi135.enaf.sfdc.sbc.com (8.14.0/8.14.0) with ESMTP id lA9GqEBs018461; Fri, 9 Nov 2007 11:52:14 -0500 Received: from aldc.att.com (localhost.localdomain [127.0.0.1]) by alph001.aldc.att.com (8.14.0/8.14.0) with ESMTP id lA9GqEFe018258; Fri, 9 Nov 2007 11:52:14 -0500 Received: from ulysses.homer.att.com (ulysses.homer.att.com [135.205.193.8]) by alph001.aldc.att.com (8.14.0/8.14.0) with ESMTP id lA9Gq8Qk018082; Fri, 9 Nov 2007 11:52:08 -0500 Received: from akiva.homer.att.com (akiva.homer.att.com [135.205.212.39]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id LAA22036; Fri, 9 Nov 2007 11:52:08 -0500 (EST) Received: from akiva (localhost [127.0.0.1]) by akiva.homer.att.com (8.9.3/8.9.3) with ESMTP id LAA15878; Fri, 9 Nov 2007 11:52:07 -0500 (EST) Message-Id: <200711091652.LAA15878@akiva.homer.att.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 To: Garrett Cooper In-reply-to: Your message of "Fri, 09 Nov 2007 08:30:47 PST." <47348B37.5030500@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 09 Nov 2007 11:52:07 -0500 From: "J. W. Ballantine" Cc: questions@freebsd.org Subject: Re: pkgdb failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 17:19:18 -0000 Thanks, I thought it was something like that, that's why i rebuilt th pkgdb. ---------- In Response to your message ------------- > Date: Fri, 09 Nov 2007 08:30:47 -0800 > To: "J. W. Ballantine" , questions@freebsd.org > From: Garrett Cooper > Subject: Re: pkgdb failure > > J. W. Ballantine wrote: > > After upgrading from 6-STABLE to 7-RELEASE, I tried to rebuild > > all the packages from portupgrade -af I started getting the following > > error messages. The first once, the second multiple times, even > > after I moved the pkgdb.db and did a pkgdb -fu. > > > > [/usr/ports/INDEX-7.db: unexpected file type or format -- Invalid argument ] > > [Updating the portsdb in /usr/ports . > > .. - 17746 port entries found /usr/ports/INDEX-7.db: unexpected file type or > > format -- Invalid argument: Cannot update the portsdb! > > (/usr/ports/INDEX-7.db)] > > > > > > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument > > > > Any ideas on what is causing this? > > > > Thanks > > > > Jim Ballantine > > > > > > That generally means that for whatever reason the pkgdb couldn't be > read, which may mean that you need to rebuild ruby and all affected > libraries to call up 7.x libs (at least based on experience that's > what's happened with me). > Cheers, > -Garrett > From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:19: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 01CA616A418 for ; Fri, 9 Nov 2007 17:19:50 +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 7DF3213C48E for ; Fri, 9 Nov 2007 17:19:47 +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 EAA09765; Sat, 10 Nov 2007 04:19:36 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sat, 10 Nov 2007 04:19:35 +1100 (EST) From: Ian Smith To: Eric F Crist In-Reply-To: <20071107120028.C9BB716A4A1@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: 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: Fri, 09 Nov 2007 17:19:50 -0000 On Tue, 6 Nov 2007 Eric F Crist wrote: > 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. Catching up on a few days' digests, and seeing noone else having a go: It helps to show rather than tell about your rules, but I'll guess that you're not distinguishing between inbound and outbound traffic, ie your rules are counting packets both on the way in (pass 1) and out (pass 2) Eg allowing traffic using 'via' (qualified neither by 'in' nor 'out') allows (so, counts) a packet on both passes .. as may stateful rules. Separate counts before allowing traffic can be best for accounting, eg add $n1 count ip from $outthere to $inhere in recv $some_if add $n2 count ip from $inhere to $outthere out xmit $some_if [..] add allow $whatever .. HTH, Ian From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:41: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 E7E1716A46B for ; Fri, 9 Nov 2007 17:41:07 +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 35F4E13C4F6; Fri, 9 Nov 2007 17:41:06 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47349BB1.6030801@FreeBSD.org> Date: Fri, 09 Nov 2007 18:41:05 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Kelly Martin References: <1338880b0711090854n1294d607u8bb0c37006f02bb9@mail.gmail.com> In-Reply-To: <1338880b0711090854n1294d607u8bb0c37006f02bb9@mail.gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: recurring kernel panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 17:41:08 -0000 Kelly Martin wrote: > I'm getting daily kernel panics. The server was running fine for about > a month, the only changes I've made recently have been to update all > my ports. It's running on older i386 hardware, no special devices > attached. Here's the console message I'm getting (copied by hand): > > ----- > Fatal trap 30: reserved (unknown) fault while in kernel mode > cupid = 0; apic id = 00 > instruction pointer = 0x20:0xc0b41129 > stack pointer = 0x28:0xd0225cd8 > frame pointer = 0x28:0xd0225cd8 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, IOPL = 0 > current process = 10 (idle: cpu0) > trap number = 30 > panic: reserved (unknown) fault > cupid = 0 > Uptime 19h28m38s > Cannot dump. No dump device defined. > Automatic reboot in 15 seconds – press a key on the console to abort > Rebooting… > Keyboard reset did not work, attempting CPU shutdown > ----- This looks pretty suspicious to me, I'd guess your hardware has failed. > A few questions to help diagnose: > (1) how do I use my hard disk as a dump device for these kernel panics? > (2) why does the "keyboard reset" not work, leaving the panic'ed > machine hanging indefinitely? (I've tried two different PS/2 > keyboards... no luck) > (3) any other information I can provide, such as ports I have installed? http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html Kris From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:47: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 958B216A417 for ; Fri, 9 Nov 2007 17:47:08 +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 2431C13C4BB for ; Fri, 9 Nov 2007 17:47:07 +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 551406-1760316 for ; Fri, 09 Nov 2007 13:36:40 -0500 Message-ID: <47349D10.20709@ourweb.net> Date: Fri, 09 Nov 2007 12:46:56 -0500 From: Bill Banks User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: wpa@ourweb.net Subject: shell programming X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 17:47:08 -0000 I'm writing a backup script. I need to get the day of the week into a variable. How can I do it? -- ----------------------------------------------- Bill Banks 508-829-2005 Wachusett Programming Ourweb http://www.ourweb.net http://www.ourwebtemplates.com From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:47: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 8587716A41A for ; Fri, 9 Nov 2007 17:47:29 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 5F2CA13C4C1 for ; Fri, 9 Nov 2007 17:47:29 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from miroku-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 09 Nov 2007 10:47:00 -0700 id 000542D0.47349D1B.0000708E Message-ID: <47349D0A.2000704@crackmonkey.us> Date: Fri, 09 Nov 2007 17:46:50 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: Garrett Cooper References: <000a01c8205a$52fff230$1c07a8c0@MAIN> <473043C6.2080303@u.washington.edu> <47345A59.7060502@crackmonkey.us> <47348ABA.4030100@u.washington.edu> In-Reply-To: <47348ABA.4030100@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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 Reply-To: fatman@.N0.5P4M.crackmonkey.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 17:47:29 -0000 Garrett Cooper wrote: > Adam J Richardson wrote: >> Garrett Cooper wrote: >>> 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 >> >> Hi Garrett, >> >> It should be ok to upgrade straight from 6.3-PRE to 7.0-PRE, right? I >> just need to change my src-supfile from RELENG_6 to RELENG_7 and >> build/install world/kernel as normal, right? >> >> I /need/ that wpi driver... :) >> >> Nervously, >> Adam J Richardson > > Adam, > I would consult archives (as of late) the list for the exact steps > necessary to upgrade from 6.x to 7-PRE. It's a fairly painless process > if done correctly, but it will take a while to complete, depending on > what all you have installed on your laptop ports wise. > Best of luck, > -Garrett Thanks. I'll check the archives. Regards, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 17:51: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 0023216A4EB for ; Fri, 9 Nov 2007 17:51:49 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id AC16B13C4BF for ; Fri, 9 Nov 2007 17:51:49 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by an-out-0708.google.com with SMTP id c16so84748ana for ; Fri, 09 Nov 2007 09:51:42 -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=qwsw8Juxj3aJHRyZwTr34ABvX4oqGC7nTqcY5RdwYUk=; b=hArEQr9QDWEdKxMlUvB0DadJRodZRaf9hplkZ9gP2BKBNHFekUXE//XwhdnPXnFgOm1E3qyEbx88TQcCaGOYNPr8+zbXRCd07MM8K1e4sZ/MsqwYchUu937itMvEEahxSsUWz02/s6tfZPNYe4hDqWVAPNR1sHFJGFkjLZc0b4c= 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=bj3kpCf13X0EOMfGbV70COsEaHTFczNQUd7thQqhIiqT5v5KNkefwvshp4yYVNniSiV79sORLiQ9VFTswu8jwn1JiMaK4HwInRwp9wiwWkfw9Fa0h7XPp7gp7UcvDtjczmQF2MhkHg37bE/rVkfIzI3PcZAhoOLLVb2DPiFfLg8= Received: by 10.100.249.9 with SMTP id w9mr3324031anh.1194630701843; Fri, 09 Nov 2007 09:51:41 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id n26sm2608076ele.2007.11.09.09.51.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Nov 2007 09:51:39 -0800 (PST) Message-ID: <47349E24.7040305@gmail.com> Date: Fri, 09 Nov 2007 12:51:32 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071109) MIME-Version: 1.0 To: Reid Linnemann References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> <473492E7.9050005@cs.okstate.edu> In-Reply-To: <473492E7.9050005@cs.okstate.edu> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Leonard Lilla , freebsd-questions@FreeBSD.org Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 17:51:50 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > complaints are not accompanied by solutions. The installer has been > a bikeshed for many years; everyone seems to know what color it > should be, how many windows it should have, how many doors to > install, what type of lighting it needs, how many penguins should > be accommodated in the rafters, and what relative orientation it > should have to the earth's magnetic field; yet the most vocal of > these people naturally have no contributions to make towards the > installer's actual codebase. I think the only change needed for the time being (immediate fix) is to move to DVD being the prefered medium (the rest can wait) - -- 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 iD8DBQFHNJ3DJ9+1V27SttsRAsRCAJ4tY5yMJEk5kNLfQfMW9sOL+WS/fQCfURmx iPrcJgnGbHL88I1uGwIyOxE= =lwpN -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 18:02: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 3E4D816A54F for ; Fri, 9 Nov 2007 18:02:58 +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 1A30813C48E for ; Fri, 9 Nov 2007 18:02:53 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1214670pyb for ; Fri, 09 Nov 2007 10:02:45 -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=lKGlLaBYLkRnolXHMhumzksCHttWXDi4IeXlCReHEtg=; b=JAfhgxUJRYWcOZ2OekvqveDVC8CDzH+SX2dF6hFios8/ShQ1U/4+c7+9edIMt3zEmnzGOjo/GzIWUMNTzSARPEK4GrHmyY4NKz1ZONVj0hK3wVYta/z8a2ilgycByO2YU5O3VOOO21rUhJ3VSAP5D2hymtqSgcVH5rNs4vb5UQs= 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=gBqavN2zMTPSo2LRGu6HidwvQHxPbRfnrX4En+j1Iiv1owu7nctyPHfqYPckF3RNOgXrysdHgk/Td4k2pBpIA0pDGnekpbqhl4sWCiN/iVoXSz7Bsdj+q/9a0ej5jEko6JYR7Ix5+KVa+da8DfXBIMaLBQXzuH0+JnhkjXyrDTc= Received: by 10.35.83.20 with SMTP id k20mr2346274pyl.1194631364500; Fri, 09 Nov 2007 10:02:44 -0800 (PST) Received: from swordfish.local.claimlynx.com ( [74.95.66.25]) by mx.google.com with ESMTPS id f77sm4172587pyh.2007.11.09.10.02.43 (version=SSLv3 cipher=OTHER); Fri, 09 Nov 2007 10:02:43 -0800 (PST) Message-Id: <7EA6F842-7C0D-4EFC-BF4D-DD83B0524597@gmail.com> From: Eric Crist To: Bill Banks In-Reply-To: <47349D10.20709@ourweb.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: Fri, 9 Nov 2007 12:02:41 -0600 References: <47349D10.20709@ourweb.net> X-Mailer: Apple Mail (2.912) Cc: FreeBSD Questions Subject: Re: shell programming X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 18:02:58 -0000 On Nov 9, 2007, at 11:46 AM, Bill Banks wrote: > I'm writing a backup script. I need to get the day of the week into > a variable. How can I do it? Well, it depends on what you're using. If you're using sh, see `man date`. If you're using perl, it's quite complicated. In short, with sh, simply use the built-in date command: #!/bin/sh weekday=`date "+%A" See also man 3 strftime ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 18:08: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 328A616A47D for ; Fri, 9 Nov 2007 18:08:35 +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 D8E0313C4C4 for ; Fri, 9 Nov 2007 18:08:34 +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 lA9I8G9D038922; Fri, 9 Nov 2007 12:08:17 -0600 (CST) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20071109120658.0244aa70@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 09 Nov 2007 12:08:08 -0600 To: Bill Banks , FreeBSD Questions From: Derek Ragona In-Reply-To: <47349D10.20709@ourweb.net> References: <47349D10.20709@ourweb.net> 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: shell programming X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 18:08:35 -0000 At 11:46 AM 11/9/2007, Bill Banks wrote: >I'm writing a backup script. I need to get the day of the week into a >variable. How can I do it? I do this in ksh, but it should work in sh too: DATE=/bin/date TODAY=`$DATE +%m-%d-%Y` TIME=`$DATE +%H:%M:%S` echo Backups started $TODAY at $TIME -Derek >-- >----------------------------------------------- >Bill Banks 508-829-2005 >Wachusett Programming Ourweb >http://www.ourweb.net >http://www.ourwebtemplates.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" > >-- >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. > -- 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 Fri Nov 9 18:10: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 0254C16A41A for ; Fri, 9 Nov 2007 18:10:25 +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 96EE713C4BC for ; Fri, 9 Nov 2007 18:10:24 +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 551725-1760316 for multiple; Fri, 09 Nov 2007 13:59:35 -0500 Message-ID: <4734A270.3090100@ourweb.net> Date: Fri, 09 Nov 2007 13:09:52 -0500 From: Bill Banks User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Eric Crist References: <47349D10.20709@ourweb.net> <7EA6F842-7C0D-4EFC-BF4D-DD83B0524597@gmail.com> In-Reply-To: <7EA6F842-7C0D-4EFC-BF4D-DD83B0524597@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: wpa@ourweb.net Cc: FreeBSD Questions Subject: Re: shell programming X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 18:10:25 -0000 thanks Eric Crist wrote: > On Nov 9, 2007, at 11:46 AM, Bill Banks wrote: > >> I'm writing a backup script. I need to get the day of the week into >> a variable. How can I do it? > > Well, it depends on what you're using. If you're using sh, see `man > date`. If you're using perl, it's quite complicated. > > In short, with sh, simply use the built-in date command: > > #!/bin/sh > weekday=`date "+%A" > > See also man 3 strftime > > > ----- > Eric F Crist > Secure Computing Networks > > > _______________________________________________ > 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 Fri Nov 9 18:10: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 94D7B16A468 for ; Fri, 9 Nov 2007 18:10:37 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from ranger.systems.pipex.net (ranger.systems.pipex.net [62.241.162.32]) by mx1.freebsd.org (Postfix) with ESMTP id 35F8413C491 for ; Fri, 9 Nov 2007 18:10:37 +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 ranger.systems.pipex.net (Postfix) with ESMTP id 1BDF8E00018A; Fri, 9 Nov 2007 18:10:27 +0000 (GMT) Message-ID: <4734A293.7040106@dial.pipex.com> Date: Fri, 09 Nov 2007 18:10:27 +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: Giorgos Keramidas References: <472647A0.3030009@brookes.ac.uk> <20071030113912.GB3941@kobe.laptop> <20071109155558.GF8728@amilo.cenkes.org> <20071109160809.GA14984@kobe.laptop> <47348BF9.7050402@dial.pipex.com> <20071109171716.GA16016@kobe.laptop> In-Reply-To: <20071109171716.GA16016@kobe.laptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Dangers of using a non-base 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: Fri, 09 Nov 2007 18:10:37 -0000 Giorgos Keramidas wrote: >On 2007-11-09 16:34, Alex Zbyslaw wrote: > > >>[ discussing `su -m' option ] >> >>Also the only way I know on FreeBSD to interactively become a user >>with no real shell (true, nologin etc). >> >> > >It should be possible to type: > > su username > >i.e. here's an ftp session on my laptop: > > root@kobe:/root# fgrep ftp: /etc/passwd > ftp:*:1003:1003:& user:/home/ftp:/usr/sbin/nologin > root@kobe:/root# su ftp > root@kobe:/root$ id > uid=1003(ftp) gid=1003 groups=1003 > root@kobe:/root$ > >Good idea, though :) > > Must be new, because in 5.4 I get: 100 {root @ cartman} # fgrep ftp: /etc/passwd ftp:*:6000:6000:Anon FTP:/home/ftp:/usr/sbin/nologin 101 {root @ cartman} # su ftp This account is currently not available. 102 {root @ cartman} # id uid=0(root) gid=0(wheel) groups=0(wheel) 103 {root @ cartman} # su -m ftp (ftp@cartman)1% id uid=6000(ftp) gid=6000(ftp) groups=6000(ftp) (ftp@cartman)2% exit 104 {root @ cartman} # /usr/sbin/nologin This account is currently not available. 105 {root @ cartman} # alias su 106 {root @ cartman} # which su /usr/bin/su I find the behaviour you get definitely undesirable. There are occasionally accounts have special purpose shells which do work in some restricted fashion which you *might* want to use (in which case you can su) or which you might not (so you su -m). I don't know off hand of any PD examples, but I maintain some proprietary software which has an account which uses a "shell" which understands various keywords and commands, which restricts what you can do over ssh, for example. But for maintenance you sometimes just want to be that user with a regular shell. I can't see how to achieve that given the behaviour you seem to get with su. I seem to recall mharc being a bit like this - certainly needed the Linux equivalent "su -s /bin/csh" when doing stuff with it. There's no indication in the online man pages that su should behave the way you've shown it, unless I'm missing something (a distinct possibility :-)). Even the page from FreeBSD-7 says "The invoked shell is the one belonging to the target login." Your /usr/sbin/nologin isn't a real shell, is it? Or you have some alias for su? Who knows, maybe it's because I run csh - there does seem to be special case code for it in su.c but I can't see how it would have this effect! Confused. --Alex From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 18:19: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 BA70B16A41B for ; Fri, 9 Nov 2007 18:19:16 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (pool-96-225-216-68.ptldor.fios.verizon.net [96.225.216.68]) by mx1.freebsd.org (Postfix) with ESMTP id 9A84913C481 for ; Fri, 9 Nov 2007 18:19:16 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.14.1/8.13.8) with ESMTP id lA9HV2Ev017919 for ; Fri, 9 Nov 2007 09:31:02 -0800 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.14.1/8.13.4/Submit) with UUCP id lA9HV2UK017916 for freebsd-questions@freebsd.org; Fri, 9 Nov 2007 09:31:02 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id RAA20905; Fri, 9 Nov 2007 17:29:37 GMT Message-Id: <200711091729.RAA20905@sopwith.solgatos.com> To: freebsd-questions@freebsd.org Date: Fri, 09 Nov 2007 09:29:37 +0000 From: Dieter Subject: sata gives: taskqueue timeout, followed by reboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 18:19:17 -0000 FreeBSD 6.2 running on AMD64 ad6 is sata disk connected to nforce4-ultra Moving a filesystem via dump|restore pipeline, source is ad6 (mounted read-only), dest is a sata-via-usb disk. ad6 also has root and var, so there could have been other disk activity, but dump would have been the lion's share of i/o. After grinding away for a few hours, I get: kernel: ad6: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - completing request directly 1 hour 4 minutes later it rebooted, and did not cleanly unmount the filesystems. (any of them, not just the ones on ad6) No panic message found anywhere. I haven't seen this message before, this disk has been running fine for about 7 months. What exactly does this warning message mean? Shouldn't I have gotten a panic message? Assuming that the kernel decided to reboot without unmounting the ad6 filesystems, why didn't it at least sync/unmount the filesystems on other disks? Did it decide to not trust the controller, or perhaps itself? From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 18:20: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 297DC16A474 for ; Fri, 9 Nov 2007 18:20:49 +0000 (UTC) (envelope-from kellymartin@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 048A113C48A for ; Fri, 9 Nov 2007 18:20:48 +0000 (UTC) (envelope-from kellymartin@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so489038rvb for ; Fri, 09 Nov 2007 10:20:42 -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=jJHJMWCT/ubU6Wc+o57V9f0a4H5xUlfboHzHxF3xqZg=; b=osrNfad1xa0pbZE/K9xUe8F7x1pZQ67y8CdPankAvW66rTLvqo+cilr8/BgclVagQ47atzOxrU9b8uloq0iSJ8SvFGKCI9GT1y9NKaVcqv5FUz8vDg7NoGvhSoNtROayoDTiWkOM9lgHAzZaf8TqrKOExT5EuFyNohGzdcKqljU= 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=XBezdbof005FGvCJ2IrNrtpSI2IDJHq0GvQMA4+SjwMEEov2oyUIuxDjn0OKCTLW6p35GfG6xtfe5qEot69BRAeoRqM6GW4MBzVf46q9+mhMro17+tqLYzdllW0n7iEDDOYaJpHaDI8laC8mj7kEGwWsuiaTKd0hehzcPI7tNCg= Received: by 10.141.167.5 with SMTP id u5mr1112198rvo.1194632442307; Fri, 09 Nov 2007 10:20:42 -0800 (PST) Received: by 10.140.142.10 with HTTP; Fri, 9 Nov 2007 10:20:42 -0800 (PST) Message-ID: <1338880b0711091020g4455ebcck477609e8352cfbbb@mail.gmail.com> Date: Fri, 9 Nov 2007 11:20:42 -0700 From: "Kelly Martin" To: "Kris Kennaway" In-Reply-To: <47349BB1.6030801@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1338880b0711090854n1294d607u8bb0c37006f02bb9@mail.gmail.com> <47349BB1.6030801@FreeBSD.org> Cc: freebsd-questions@freebsd.org Subject: Re: recurring kernel panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 18:20:49 -0000 On Nov 9, 2007 10:41 AM, Kris Kennaway wrote: > > This looks pretty suspicious to me, I'd guess your hardware has failed. This same hardware has run OpenBSD for years. Not sure how to track down a hardware failure, unfortunately. > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html Thanks, I've setup a dump directory now for the next kernel panic... From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 18:39: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 0284616A420 for ; Fri, 9 Nov 2007 18:39:48 +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 427CD13C49D; Fri, 9 Nov 2007 18:39:48 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4734A973.8060903@FreeBSD.org> Date: Fri, 09 Nov 2007 19:39:47 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Kelly Martin References: <1338880b0711090854n1294d607u8bb0c37006f02bb9@mail.gmail.com> <47349BB1.6030801@FreeBSD.org> <1338880b0711091020g4455ebcck477609e8352cfbbb@mail.gmail.com> In-Reply-To: <1338880b0711091020g4455ebcck477609e8352cfbbb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: recurring kernel panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 18:39:49 -0000 Kelly Martin wrote: > On Nov 9, 2007 10:41 AM, Kris Kennaway wrote: >> This looks pretty suspicious to me, I'd guess your hardware has failed. > > This same hardware has run OpenBSD for years. Not really relevant. When something makes the transition from "working" to "broken" there will be a first time when it fails. No-one wants to believe it is happening to them, but hardware fails *all the time*. > Not sure how to track > down a hardware failure, unfortunately. There is plenty of documentation online about this (also hundreds of discussions in the archives), but it basically involves making use of the modularity of your PC to swap out components and attempt to isolate the fault. Kris From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 18: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 2400516A4DA for ; Fri, 9 Nov 2007 18:39:58 +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 E9BFA13C4A6 for ; Fri, 9 Nov 2007 18:39:57 +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 5D87FE000709; Fri, 9 Nov 2007 18:39:51 +0000 (GMT) Message-ID: <4734A977.8030205@dial.pipex.com> Date: Fri, 09 Nov 2007 18:39:51 +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: "Aryeh M. Friedman" References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> <473492E7.9050005@cs.okstate.edu> <47349E24.7040305@gmail.com> In-Reply-To: <47349E24.7040305@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 18:39:58 -0000 Aryeh M. Friedman wrote: >>complaints are not accompanied by solutions. The installer has been >>a bikeshed for many years; everyone seems to know what color it >>should be, how many windows it should have, how many doors to >>install, what type of lighting it needs, how many penguins should >>be accommodated in the rafters, and what relative orientation it >>should have to the earth's magnetic field; yet the most vocal of >>these people naturally have no contributions to make towards the >>installer's actual codebase. >> >> > >I think the only change needed for the time being (immediate fix) is >to move to DVD being the prefered medium (the rest can wait) > > This is *not* a fix for most FreeBSD users; rather it would be a retrograde step. If you have a decent enough internet connection to download a DVD, then you will use less bandwidth by downloading CD 1 and installing all your software from packages or ports. If you install more than a week after the medium was created, then you'll also get up-to-date versions of that software rather that whatever version happened to be current when the CD was made (or the port freeze went into effect). DVDs might be the norm for Linux distributions like Fedora where the versions of all the software you get are defined by the particular release, but with FreeBSD and ports/packages that has never been the case. For users with poor internet, then yes, I can see the advantage of a DVD over 4 CDs, but is that a majority requiring an immediate fix and a change of preferred medium? I think not. Me, even with several reasonably fancy PCs, have no DVD burning capability whatsoever, and I doubt I'm alone in that. --Alex From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 18:50: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 D0E5216A419 for ; Fri, 9 Nov 2007 18:50:35 +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 694F713C491 for ; Fri, 9 Nov 2007 18:50:35 +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 lA9IoQ3X009434 for ; Fri, 9 Nov 2007 19:50:32 +0100 (CET) (envelope-from idefix@fechner.net) Received: from localhost (unknown [127.0.0.1]) by server.idefix.lan (Postfix) with ESMTP id 8BF67130C9A for ; Fri, 9 Nov 2007 19:50:32 +0100 (CET) X-Virus-Scanned: ClamAV 0.91.2/4724/Fri Nov 9 07:48:44 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 WvZBbwXGqEFW for ; Fri, 9 Nov 2007 19:50:32 +0100 (CET) Received: from [192.168.0.151] (idefix.idefix.lan [192.168.0.151]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTP id 4EE42130C91 for ; Fri, 9 Nov 2007 19:50:32 +0100 (CET) Message-ID: <4734ABF1.103@fechner.net> Date: Fri, 09 Nov 2007 19:50:25 +0100 From: Matthias Fechner User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20071107131345.GA10158@server.idefix.lan> <200711070725.40416.josh@tcbug.org> <20071107183402.271e98d1@gumby.homeunix.com.> In-Reply-To: <20071107183402.271e98d1@gumby.homeunix.com.> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (anny.lostinspace.de [80.190.182.2]); Fri, 09 Nov 2007 19:50:32 +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 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: Fri, 09 Nov 2007 18:50:35 -0000 Hi RW, RW wrote: > I think it would just be easier to write a script to handle the > attach, fsck, and mount. yeah, seems to be the best solution, thx for the tip. Bye 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 Fri Nov 9 18:58: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 BFFE616A46C for ; Fri, 9 Nov 2007 18:58:13 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from blaster.systems.pipex.net (blaster.systems.pipex.net [62.241.163.7]) by mx1.freebsd.org (Postfix) with ESMTP id 8B50713C494 for ; Fri, 9 Nov 2007 18:58:13 +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 blaster.systems.pipex.net (Postfix) with ESMTP id 85112E00038D; Fri, 9 Nov 2007 18:28:10 +0000 (GMT) Message-ID: <4734A6B9.1080102@dial.pipex.com> Date: Fri, 09 Nov 2007 18:28:09 +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: Reid Linnemann References: <0JR7007833LW9A50@VL-MH-MR001.ip.videotron.ca> <473492E7.9050005@cs.okstate.edu> In-Reply-To: <473492E7.9050005@cs.okstate.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 18:58:13 -0000 Reid Linnemann wrote: > The installer has been a >bikeshed for many years; everyone seems to know what color it should be, >how many windows it should have, how many doors to install, what type of >lighting it needs, how many penguins should be accommodated in the >rafters, and what relative orientation it should have to the earth's >magnetic field; yet the most vocal of these people naturally have no >contributions to make towards the installer's actual codebase. > > You didn't mention that everyone has different answers to each of those questions, and different ideas about which questions are the most important (but sill no code to contribute). I'm strongly in favour of 3.5 finely sliced (but not diced) penguins and a relative angle of 23 degrees, but I don't expect many people to agree :-) Like many people I'm happy to see experienced developer time go on features I might actually use often, as opposed to an installer that gets used almost never, especially when the current one does appear to work and do what I want. --Alex From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 18:59: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 0A3AE16A41B for ; Fri, 9 Nov 2007 18:59:46 +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 41A3313C4C2 for ; Fri, 9 Nov 2007 18:59:44 +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 lA9J02ot002256; Fri, 9 Nov 2007 20:00:03 +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 lA9J021J002253; Fri, 9 Nov 2007 20:00:02 +0100 (CET) (envelope-from ulrich@pukruppa.net) Date: Fri, 9 Nov 2007 20:00:02 +0100 (CET) From: "P.U.Kruppa" X-X-Sender: ulrich@small To: freebsd-questions@freebsd.org In-Reply-To: <47345726.5000004@crackmonkey.us> Message-ID: <20071109171202.U1645@small> References: <20071103200259.R1575@small> <200711041109.27564.beni@brinckman.info> <20071104175253.J1575@small> <47345726.5000004@crackmonkey.us> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: beni 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: Fri, 09 Nov 2007 18:59:46 -0000 On Fri, 9 Nov 2007, Adam J Richardson wrote: > P.U.Kruppa wrote: >>>> dmesg says I have got >>>> ugen0: >>> addr 4> on uhub0 >>>> on board. >>>> What is this? Do we have a driver for it? > >>>> 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 > > Hi Peter, > > I also have a USB sound device which wouldn't detect until I loaded > snd_uaudio. Now I can play my CDs through my 5.1 system, but I had to install > both OSS and eSound to do it. I think the idea is everything goes to eSound, > which is piped through the OSS mixer. > > My sound device now identifies [on FreeBSD 6.3-PRERELEASE] as: > uaudio0: vendor 0x0c45 USB Audio, rev 1.10/1.00, addr 2 > uaudio0: audio rev 1.00 > pcm0: on uaudio0 Yes, great thanks Adam! For the records: As you said I have installed audio/oss and audio/esound. I couldn't start snd_uaudio at runtime, so I put snd_uaudio_load="YES" into /boot/loader.conf and rebooted. After that everything worked fine. On my FreeBSD 7.0 I can even see /dev/dsp and when I do a # cat /dev/sndstat I get FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) Installed devices: pcm0: at ? kld snd_uaudio [GIANT] (1p:1v/1r:1v channels duplex default) mode 1:(output) 8ch, 16/16bit, pcm, 44100,48000Hz mode 2:(output) 2ch, 16/16bit, pcm, 44100,48000Hz mode 3:(output) 4ch, 16/16bit, pcm, 44100,48000Hz mode 4:(output) 6ch, 16/16bit, pcm, 44100,48000Hz mode 5:(output) 2ch, 16/16bit, pcm, 48000Hz mode 1:(input) 2ch, 16/16bit, pcm, 44100,48000Hz That's it! Thanks again, Uli. > > which is every bit as dull as yours. > > By the way I don't have a /dev/dsp either. It doesn't seem to be required. > > HtH, > Adam J Richardson > _______________________________________________ > 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 Fri Nov 9 19:10: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 7940016A419 for ; Fri, 9 Nov 2007 19:10:52 +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 D621813C4B0 for ; Fri, 9 Nov 2007 19:10:51 +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 lA9JBCK4002321; Fri, 9 Nov 2007 20:11:12 +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 lA9JBCsl002318; Fri, 9 Nov 2007 20:11:12 +0100 (CET) (envelope-from ulrich@pukruppa.net) Date: Fri, 9 Nov 2007 20:11:11 +0100 (CET) From: "P.U.Kruppa" X-X-Sender: ulrich@small To: =?GB2312?B?yL2/odDj?= In-Reply-To: Message-ID: <20071109200833.C1645@small> References: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="207141057-1719068709-1194635471=:1645" Cc: freebsd-questions@freebsd.org Subject: Re: Help:Install RPMS on FreeBSD 6.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: Fri, 09 Nov 2007 19:10:52 -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. --207141057-1719068709-1194635471=:1645 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 9 Nov 2007, =C8=BD=BF=A1=D0=E3 wrote: > Hello,I have just install rpm-3.0.6 via /usr/ports/archivers/rpm. > And I get some ERROR like below when trying to install > libc5compat-1.0-5.i586.rpm via rpm. > > host# /usr/local/bin/rpm -Uvh libc5compat-1.0-5.i586.rpm > > error: failed dependencies: > /bin/sh is needed by libc5compat-1.0-5 > /sbin/ldconfig is needed by libc5compat-1.0-5 > > But I can find /bin/sh and /sbin/ldconfig on my FreeBSD 6.2. > How can I solve this problem,could anyone help me. > Many thanks. They are hidden behind /compat/linux/... Sometimes it might help to use --nodeps option with rpm . (also often needed: --ignoreos and --ignorearch . Good luck, Uli. > > > > --Beyond4ever > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Peter Ulrich Kruppa Wuppertal Germany --207141057-1719068709-1194635471=:1645-- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 19:46: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 201C516A51C for ; Fri, 9 Nov 2007 19:46:39 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id CDEF313C4D9 for ; Fri, 9 Nov 2007 19:46:38 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id lA9JkRSv095752; Fri, 9 Nov 2007 14:46:27 -0500 (EST) (envelope-from bitabyss@gmail.com) Message-ID: <4734B913.1030805@gmail.com> Date: Fri, 09 Nov 2007 14:46:27 -0500 From: Rob User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: Kelly Martin References: <1338880b0711090854n1294d607u8bb0c37006f02bb9@mail.gmail.com> In-Reply-To: <1338880b0711090854n1294d607u8bb0c37006f02bb9@mail.gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: recurring kernel panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 19:46:39 -0000 Kelly Martin wrote: > I'm getting daily kernel panics. The server was running fine for about > a month, the only changes I've made recently have been to update all > my ports. It's running on older i386 hardware, no special devices Like the others said -- I'd seriously suspect hardware problems. Memory is a good place to start. Try MemTest: http://www.memtest86.com/ -Rob From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 20: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 10CBE16A41B for ; Fri, 9 Nov 2007 20:05:08 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.freebsd.org (Postfix) with ESMTP id E030113C4A5 for ; Fri, 9 Nov 2007 20:05:07 +0000 (UTC) (envelope-from jnatola@familycareintl.org) 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: Fri, 9 Nov 2007 14:37:25 -0500 Message-ID: <3A85D7EF44E1C744BF6434691F5659E970301B@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: OT: disk clone app Thread-Index: AcgjB/R//P2EF5ZrRUKfLblOis4rnw== From: "Jean-Paul Natola" To: "FreeBSD Questions" Subject: OT: disk clone app X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 20:05:08 -0000 Hi everyone, sorry for the off-topic, but im ready to pull the last = hairs off my head- a few months I downloaded an open source disk clone program for = a friend of mine but it was like 3 am, it worked great booted from floppy = and cloned the drive- Now that I really need I can find it for the life of me- I've been = scouring through sourceforge and can seem to find it- Anyone out there can shed some light for me? thx Jean-Paul=20 From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 20:12: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 658B216A417 for ; Fri, 9 Nov 2007 20:12:18 +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 172F113C4A7 for ; Fri, 9 Nov 2007 20:12:17 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 60024 invoked by uid 1002); 9 Nov 2007 20:12:09 -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.398472 secs); 09 Nov 2007 20:12:09 -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; 9 Nov 2007 20:12:02 -0000 Message-ID: <4734BF14.2080504@ibctech.ca> Date: Fri, 09 Nov 2007 15:12:04 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Jean-Paul Natola References: <3A85D7EF44E1C744BF6434691F5659E970301B@www.fcimail.org> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E970301B@www.fcimail.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: OT: disk clone app X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 20:12:18 -0000 Jean-Paul Natola wrote: > Hi everyone, sorry for the off-topic, but im ready to pull the last hairs off > my head- a few months I downloaded an open source disk clone program for a > friend of mine but it was like 3 am, it worked great booted from floppy and > cloned the drive- g4u? Steve From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 20:35: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 062FF16A468 for ; Fri, 9 Nov 2007 20:35:27 +0000 (UTC) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.freebsd.org (Postfix) with ESMTP id 9566513C4BD for ; Fri, 9 Nov 2007 20:35:25 +0000 (UTC) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 3.8f2) with ESMTP id 142282482-1860479 for multiple; Fri, 09 Nov 2007 15:18:27 -0500 Message-ID: <4734C0B6.2090906@chrononomicon.com> Date: Fri, 09 Nov 2007 15:19:02 -0500 From: Bart Silverstrim User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Jean-Paul Natola References: <3A85D7EF44E1C744BF6434691F5659E970301B@www.fcimail.org> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E970301B@www.fcimail.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: bsilver@chrononomicon.com Cc: FreeBSD Questions Subject: Re: OT: disk clone app X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 20:35:27 -0000 Jean-Paul Natola wrote: > Hi everyone, sorry for the off-topic, but im ready to pull the last hairs off > my head- a few months I downloaded an open source disk clone program for a > friend of mine but it was like 3 am, it worked great booted from floppy and > cloned the drive- > > Now that I really need I can find it for the life of me- I've been scouring > through sourceforge and can seem to find it- > > Anyone out there can shed some light for me? There's RIPLinux and another bootable disk that utilize Partimage...that's what we use for making images of partitions. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 20: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 E631216A46D for ; Fri, 9 Nov 2007 20:44:02 +0000 (UTC) (envelope-from root@masm.elcom.ru) Received: from smtp.elcom.ru (smtp.elcom.ru [84.53.200.28]) by mx1.freebsd.org (Postfix) with ESMTP id A851313C4BE for ; Fri, 9 Nov 2007 20:44:02 +0000 (UTC) (envelope-from root@masm.elcom.ru) Received: by smtp.elcom.ru (Postfix, from userid 65534) id 78C8A3D8732; Fri, 9 Nov 2007 23:24:47 +0300 (MSK) Received: from VMHOST (dsl-212-78.elcom.ru [84.53.212.78]) by smtp.elcom.ru (Postfix) with ESMTP id 215A83D8710 for ; Fri, 9 Nov 2007 23:24:46 +0300 (MSK) Date: Fri, 9 Nov 2007 23:24:54 +0300 From: "Victor M. Blood" X-Mailer: The Bat! (v3.80.06) Professional Organization: Home Programming Inc. X-Priority: 3 (Normal) Message-ID: <831688251.20071109232454@masm.elcom.ru> To: All MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: About make release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 20:44:03 -0000 Hi, All. release can be build by calling commands: make release.1 ... ... make release.7 ... etc. Why need to chroot and build world again ?, may be I do not understand all cobweb of release making process... May be exist any target-name that starts release build stages without chroot? -- With all regards, Victor M. Blood. mailto: freebsd@masm.elcom.ru FTN: 2:5024/1.95@Fidonet.org, ICQ#3567656 From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 20:45: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 1C67316A421 for ; Fri, 9 Nov 2007 20:45:54 +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 E8D3913C4C1 for ; Fri, 9 Nov 2007 20:45:53 +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 1Iqajb-000JFK-N7; Fri, 09 Nov 2007 23:45:47 +0300 To: =?utf-8?B?5YaJ5L+K56eA?= References: From: Boris Samorodov Date: Fri, 09 Nov 2007 23:48:29 +0300 In-Reply-To: (=?utf-8?B?IuWGieS/iuengCIncw==?= message of "Fri\, 9 Nov 2007 21\:52\:57 +0800") Message-ID: <55158898@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=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Help:Install RPMS on FreeBSD 6.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: Fri, 09 Nov 2007 20:45:54 -0000 Hello Beyondran, On Fri, 9 Nov 2007 21:52:57 +0800 =E5=86=89=E4=BF=8A=E7=A7=80 wrote: > Hello,I have just install rpm-3.0.6 via /usr/ports/archivers/rpm. > And I get some ERROR like below when trying to install > libc5compat-1.0-5.i586.rpm via rpm. > host# /usr/local/bin/rpm -Uvh libc5compat-1.0-5.i586.rpm > error: failed dependencies: > /bin/sh is needed by libc5compat-1.0-5 > /sbin/ldconfig is needed by libc5compat-1.0-5 > But I can find /bin/sh and /sbin/ldconfig on my FreeBSD 6.2. > How can I solve this problem,could anyone help me. > Many thanks. The main idea is routher simple: # rpm2cpio < the_package.rpm | cpio -id --quiet That's it. Mind some tips though: . better to use /compat/linux as a directory prefix; . linux binaries (not libraries!) should be branded (man(1) brandelf); . we use only i386.rpm packages (not i586.rpm); . it's always better to create a port, submit and use it. ;-) For some references you may look at /usr/ports/Mk/bsd.linux-rpm.mk and linux ports (ex. /usr/ports/audio/linux-*, /usr/ports/graphics/linux-*). HTH and WBR --=20 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 Fri Nov 9 20:50: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 81B5216A418 for ; Fri, 9 Nov 2007 20:50:28 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7CC7A13C4B6 for ; Fri, 9 Nov 2007 20:50:28 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 31313 invoked from network); 9 Nov 2007 20:50:23 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 9 Nov 2007 20:50:22 -0000 Message-ID: <4734C7D2.2050004@chuckr.org> Date: Fri, 09 Nov 2007 15:49:22 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: fatman@crackmonkey.us References: <47346310.5000601@crackmonkey.us> <20071109140018.383dc45d@gumby.homeunix.com.> <47346A0E.6050605@crackmonkey.us> In-Reply-To: <47346A0E.6050605@crackmonkey.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: RW , 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: Fri, 09 Nov 2007 20:50:28 -0000 Adam J Richardson wrote: > RW wrote: >> On Fri, 09 Nov 2007 13:39:28 +0000 >> Adam J Richardson wrote: >>> Desmond Chapman wrote: >>>> /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 >>> Hi Desmond, >>> >>> When I was faced with this error I did the obvious thing and created >>> a symlink, then restarted the install. >> >> Surely the *obvious* thing was to follow the instructions and read >> UPDATING. > > I didn't read it that way. You're right though. I'll check out > mergebase.sh, see if it does anything I need. From what I can see, ports used to respect the settings of X11BASE and LOCALBASE, but even though they are still supposed to do that, well, I can see from my own attempts here on my box, that they don't do that. I found a bunch of stuff that either assumed /usr/local, or got the install path by reading the pkgconfig .pc files. LONG time back, I showed folks that it was a fairly trivial (two code lines) thing that was needed to make the X11 stuff go wherever you wanted it to go, but those two lines were in the 'imake' shell wrapper, and folks felt that the imake wrapper was holy writ for some reason, and would not let me make any changes to it. Pity. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 20:58: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 CADA716A46E for ; Fri, 9 Nov 2007 20:58:20 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.freebsd.org (Postfix) with ESMTP id C753713C4B3 for ; Fri, 9 Nov 2007 20:58:20 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 12886 invoked from network); 9 Nov 2007 20:58:03 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 9 Nov 2007 20:58:03 -0000 Message-ID: <4734C99F.50903@chuckr.org> Date: Fri, 09 Nov 2007 15:57:03 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: Giorgos Keramidas References: <472647A0.3030009@brookes.ac.uk> <20071030113912.GB3941@kobe.laptop> <20071109155558.GF8728@amilo.cenkes.org> <20071109160809.GA14984@kobe.laptop> In-Reply-To: <20071109160809.GA14984@kobe.laptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Dangers of using a non-base 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: Fri, 09 Nov 2007 20:58:20 -0000 Giorgos Keramidas wrote: > On 2007-11-09 18:55, Andrew Pantyukhin wrote: >> On Tue, Oct 30, 2007 at 01:39:12PM +0200, Giorgos Keramidas wrote: >>> I've been using the following for some time: >>> >>> keramida> su - >>> Password: ******** >>> root# exec env SHELL=/usr/local/bin/bash bash -l >> I know it doesn't work on slolaris^W some Unix flavors, but I've >> been quite happy with "su -m". > > Heh, putting the Solaris bashing (sic) aside, I can see how the -m > option can be useful some times. After all, it was implemented because > *someone* thought it would be neat to have around :-) Actually, there's another reason that root should just stay with sh. On a lot of systems, ones I have seen (and Linux is one of those), poor programming practices mean that many things will break if the root user isn't running sh (or in Linux's case, bash). Ask folks, they'll claim it's untrue, but that's because they themselves run bash, and never saw the breakage. I myself like tcsh, and the breakage is quite real, I finally had to give up using tcsh on those systems. It's not a really strong reason for a FreeBSD user, but for those of us who work among a lot of OSes, it's better to get used to it, because you just can't fight city hall. Trying to fix every single utility on those systems (which I did before I gave up trying) just means nightmares when you have to update stuff. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 21:21: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 47B1116A41A for ; Fri, 9 Nov 2007 21:21:05 +0000 (UTC) (envelope-from nesredep@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 4282813C4B8 for ; Fri, 9 Nov 2007 21:21:04 +0000 (UTC) (envelope-from nesredep@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so749050waf for ; Fri, 09 Nov 2007 13:20: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:to:subject:mime-version:content-type; bh=wM1EbELC1rnrOp80m6vpeYz8DRp2Dkb/VcAE0alXlZE=; b=sTjV3G+nIpK8F3pswlTqbQW5bKxD64QK4oFK1BPwQrG1lolx7YXqGXvVqlDv3mYqfDj5evNRoPInX3rc6Vt7Nxayb3nA9mAlMnxMamqgzkSajGrnO5vmxnnbczYc7c8nQDKTMAKVPZl6AVBD2NZn6S4VJjbvXb1JTXBFXi/s6f4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=sWCV+bSZ87FZ9cBYijPrIJmARGbopacx+HYujWNnfndeiRWdAuPU6Odesgybo4Sdv5OoN/7GbJZOd/a9Zj9BNS5oUkxjCEh2w+xyk6tFGtyjmRBy8A1rruad90iHoxAbBs2Y169t8yLiicIk3DM/z97PV21PTBpQYo3ih7e8LCk= Received: by 10.115.22.1 with SMTP id z1mr40673wai.1194643259819; Fri, 09 Nov 2007 13:20:59 -0800 (PST) Received: by 10.114.195.16 with HTTP; Fri, 9 Nov 2007 13:20:59 -0800 (PST) Message-ID: Date: Fri, 9 Nov 2007 16:20:59 -0500 From: John To: freebsd-questions@freebsd.org MIME-Version: 1.0 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: flash: linux firefox vs linuxpluginwrapper X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 21:21:05 -0000 I've been struggling to get a handle on the FreeBSD system. Making good progress, but then I ran into the fact that Firefox on FreeBSD can't do flash. Definite showstopper, for me. Ok, then I tried to use the linuxpluginwrapper approach, and it didn't work. It made me recall, in reading up on FreeBSD, I did see where somebody installed both Firefox and Linx-firefox. So before I do battle with this Linux wrapper approach, I wondered if I would be better off simply installing the Linux-firefox? Is that easier? More likely to work? Does it perform almost as well as the native FreeBSD version? Any input would be appreciated. John From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 21:57: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 4065F16A418 for ; Fri, 9 Nov 2007 21:57:34 +0000 (UTC) (envelope-from juri_mian@yahoo.com) Received: from n2a.bullet.mail.tp2.yahoo.com (n2a.bullet.mail.tp2.yahoo.com [203.188.202.96]) by mx1.freebsd.org (Postfix) with SMTP id C23CB13C49D for ; Fri, 9 Nov 2007 21:57:33 +0000 (UTC) (envelope-from juri_mian@yahoo.com) Received: from [202.43.196.224] by n2.bullet.mail.tp2.yahoo.com with NNFMP; 09 Nov 2007 21:57:32 -0000 Received: from [217.12.4.215] by t1.bullet.tpe.yahoo.com with NNFMP; 09 Nov 2007 21:57:32 -0000 Received: from [216.252.122.216] by t2.bullet.ukl.yahoo.com with NNFMP; 09 Nov 2007 21:57:31 -0000 Received: from [69.147.84.114] by t1.bullet.sp1.yahoo.com with NNFMP; 09 Nov 2007 21:57:31 -0000 Received: from [127.0.0.1] by omp203.mail.sp1.yahoo.com with NNFMP; 09 Nov 2007 21:57:31 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 734117.82063.bm@omp203.mail.sp1.yahoo.com Received: (qmail 62990 invoked by uid 60001); 9 Nov 2007 21:57:31 -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=yie5YA+VrG93H1KIaBlRyS0CfvUAJtEhPeawdjt30AYw1WXONBtTRbxz3lKGsYVX9NpTYS2Rqf7VpkddG0gel38Tc8ZFpcK4XadekIo7aOHJxs0QcbzsaoYUdN7vZDV9gDm3DFxvuI4QIkCK0xJjKRtXgdkT6hT4vYa4Y/0CdYs=; X-YMail-OSG: b9nw8B4VM1kMZA76tzqQ7cHIIRfP66zgXR3B4XbZZXJAjIr0h9vX5UEeWmj6kFnB3i.ciIOBcqUKsWCYWoDY4Sz1bNas2jMCVADJ Received: from [71.63.232.32] by web45615.mail.sp1.yahoo.com via HTTP; Fri, 09 Nov 2007 13:57:31 PST Date: Fri, 9 Nov 2007 13:57:31 -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: <450284.59583.qm@web45615.mail.sp1.yahoo.com> Subject: where did the peak mbuf stat go ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 21:57:34 -0000 FreeBSD 4.x, netstat -m: 70/4336/26624 mbufs in use (current/peak/max) Never any doubt - if peak=max, I hit the limit. Super useful. Furthermore, by watching the peak I can see when I am getting close, rather than waiting for denied requests to pile up after the fact. FreeBSD 6.x, netstat -m: 524/826/1350 mbufs in use (current/cache/total) So ... how do I see peak mbufs in FreeBSD 6.x ? Thanks. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 22:01: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 2CB2116A421 for ; Fri, 9 Nov 2007 22:01:29 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 20DB213C48D for ; Fri, 9 Nov 2007 22:01:28 +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; Fri, 9 Nov 2007 14:01:21 -0800 Message-ID: <4734D8B0.1060200@riderway.com> Date: Fri, 9 Nov 2007 17:01:20 -0500 From: "Philip M. Gollucci" Organization: Riderway Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: John References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: flash: linux firefox vs linuxpluginwrapper X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 22:01:29 -0000 John wrote: > I've been struggling to get a handle on the FreeBSD system. Making good > progress, but then I ran into the fact that Firefox on FreeBSD can't do > flash. Definite showstopper, for me. Ok, then I tried to use the > linuxpluginwrapper approach, and it didn't work. > > It made me recall, in reading up on FreeBSD, I did see where somebody > installed both Firefox and Linx-firefox. > > So before I do battle with this Linux wrapper approach, I wondered if I > would be better off simply installing the Linux-firefox? > > Is that easier? More likely to work? http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html That will work just fine using flash7. When you need flash9, thats a different story. works on 6.2, 6.3, 7.0-current, 7.0-betaX, and 8.0-current. -- ------------------------------------------------------------------------ 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 Fri Nov 9 22:08: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 B683416A41A for ; Fri, 9 Nov 2007 22:08:16 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from EXHUB015-4.exch015.msoutlookonline.net (exhub015-4.exch015.msoutlookonline.net [207.5.72.96]) by mx1.freebsd.org (Postfix) with ESMTP id ABE8A13C4A8 for ; Fri, 9 Nov 2007 22:08:16 +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; Fri, 9 Nov 2007 14:08:13 -0800 Message-ID: <4734DA4C.90702@riderway.com> Date: Fri, 9 Nov 2007 17:08:12 -0500 From: "Philip M. Gollucci" Organization: Riderway Inc. User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: John References: <4734D8B0.1060200@riderway.com> In-Reply-To: <4734D8B0.1060200@riderway.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: flash: linux firefox vs linuxpluginwrapper X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 22:08:16 -0000 Philip M. Gollucci wrote: > John wrote: >> I've been struggling to get a handle on the FreeBSD system. Making good >> progress, but then I ran into the fact that Firefox on FreeBSD can't do >> flash. Definite showstopper, for me. Ok, then I tried to use the >> linuxpluginwrapper approach, and it didn't work. >> >> It made me recall, in reading up on FreeBSD, I did see where somebody >> installed both Firefox and Linx-firefox. >> >> So before I do battle with this Linux wrapper approach, I wondered if I >> would be better off simply installing the Linux-firefox? >> >> Is that easier? More likely to work? > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html ----> cd /usr/ports/emulators/linux_base-fc6 ; make install clean There is now: cd /usr/ports/emulators/linux_base-f7 ; make install clean which you should use instead -- its newer :) -- ------------------------------------------------------------------------ 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 Fri Nov 9 22:48: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 A235016A46C for ; Fri, 9 Nov 2007 22:48:38 +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 17C6013C4D5 for ; Fri, 9 Nov 2007 22:48:37 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (ppp99-45.adsl.forthnet.gr [193.92.138.45]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lA9Mm1tL014338 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Nov 2007 00:48:21 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA9MluCo035331; Sat, 10 Nov 2007 00:47:56 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA9MlsGH035330; Sat, 10 Nov 2007 00:47:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 10 Nov 2007 00:47:54 +0200 From: Giorgos Keramidas To: Alex Zbyslaw Message-ID: <20071109224754.GA35295@kobe.laptop> References: <472647A0.3030009@brookes.ac.uk> <20071030113912.GB3941@kobe.laptop> <20071109155558.GF8728@amilo.cenkes.org> <20071109160809.GA14984@kobe.laptop> <47348BF9.7050402@dial.pipex.com> <20071109171716.GA16016@kobe.laptop> <4734A293.7040106@dial.pipex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4734A293.7040106@dial.pipex.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 5, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Dangers of using a non-base 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: Fri, 09 Nov 2007 22:48:38 -0000 On 2007-11-09 18:10, Alex Zbyslaw wrote: > Giorgos Keramidas wrote: >> i.e. here's an ftp session on my laptop: >> >> root@kobe:/root# fgrep ftp: /etc/passwd >> ftp:*:1003:1003:& user:/home/ftp:/usr/sbin/nologin >> root@kobe:/root# su ftp >> root@kobe:/root$ id >> uid=1003(ftp) gid=1003 groups=1003 >> root@kobe:/root$ > > Must be new, because in 5.4 I get: > [...] > I find the behaviour you get definitely undesirable. There are > occasionally accounts have special purpose shells which do work in > some restricted fashion which you *might* want to use (in which case > you can su) or which you might not (so you su -m). [...] False alarm. I had a desynced /etc/pwd.db when this happened. The correct behavior with nologin as the shell is: root@kobe:/root# su ftp This account is currently not available. root@kobe:/root# > Confused. I apologize for the confusion :/ From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 23:04: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 0B3F616A419 for ; Fri, 9 Nov 2007 23:04:04 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by mx1.freebsd.org (Postfix) with ESMTP id 8EA5A13C480 for ; Fri, 9 Nov 2007 23:04:03 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail16.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id lA9N3rtT029489 for ; Sat, 10 Nov 2007 10:03:53 +1100 Resent-Message-Id: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Resent-Date: Sat, 10 Nov 2007 10:03:52 +1100 Message-Id: Content-Transfer-Encoding: 7bit Resent-To: FreeBSD Questions From: Jerahmy Pocott Resent-From: Jerahmy Pocott Date: Fri, 9 Nov 2007 21:01:11 +1100 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) Subject: Install problems on Dell Vostro X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 23:04:04 -0000 Hello, I'm having difficulties getting 6.2 installed on these new Dell 'Vostro' systems. The BIOS is a Phoenix - AwardBIOS and it reports the version as 1.0.3. With the SATA controller set to IDE mode (default) in the BIOS booting FreeBSD will hang just before entering sysinstall, booting with ACPI disabled stops this but then no disk drives are found! I got around this by setting the SATA mode to RAID in the BIOS (this seems to make the disk appear as SCSI), then it doesn't crash with ACPI enabled (with ACPI disabled no disks are found still) and the disk is found. The system only has USB inputs (8 of them) and with the USB Controller set to 'High Speed' in the BIOS, the keyboard stops working once sysinstall starts (though it works in the boot menu), however setting it to 'Full/Low Speed' makes it work in sysinstall. I probably don't care about using High Speed USB devices any way, but it would be nice if they could work, but this isn't the major issue. Now finally I can get into sysinstall and partition the disk, but the network interface is not detected. It says it is an 'Intel 82562V-2' (on board), but I see no probes about it on booting FreeBSD. Is this interface supported? Any ideas on getting it detected? I feel the ACPI might be a problem? On booting it is reported as 'ACPI: Dell FX 09' Thanks! J. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 23:24: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 909E516A417 for ; Fri, 9 Nov 2007 23:24:05 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from fallbackmx02.syd.optusnet.com.au (fallbackmx02.syd.optusnet.com.au [211.29.133.72]) by mx1.freebsd.org (Postfix) with ESMTP id 34FDA13C4A8 for ; Fri, 9 Nov 2007 23:24:05 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail07.syd.optusnet.com.au (mail07.syd.optusnet.com.au [211.29.132.188]) by fallbackmx02.syd.optusnet.com.au (8.12.11.20060308/8.12.11) with ESMTP id lA9A2Dd3005763 for ; Fri, 9 Nov 2007 21:02:13 +1100 Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail07.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id lA9A1COW024364 for ; Fri, 9 Nov 2007 21:01:12 +1100 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: Jerahmy Pocott Date: Fri, 9 Nov 2007 21:01:11 +1100 X-Mailer: Apple Mail (2.752.2) Subject: Install problems on Dell 'Vostro' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 23:24:05 -0000 Hello, I'm having difficulties getting 6.2 installed on these new Dell 'Vostro' systems. The BIOS is a Phoenix - AwardBIOS and it reports the version as 1.0.3. With the SATA controller set to IDE mode (default) in the BIOS booting FreeBSD will hang just before entering sysinstall, booting with ACPI disabled stops this but then no disk drives are found! I got around this by setting the SATA mode to RAID in the BIOS (this seems to make the disk appear as SCSI), then it doesn't crash with ACPI enabled (with ACPI disabled no disks are found still) and the disk is found. The system only has USB inputs (8 of them) and with the USB Controller set to 'High Speed' in the BIOS, the keyboard stops working once sysinstall starts (though it works in the boot menu), however setting it to 'Full/Low Speed' makes it work in sysinstall. I probably don't care about using High Speed USB devices any way, but it would be nice if they could work, but this isn't the major issue. Now finally I can get into sysinstall and partition the disk, but the network interface is not detected. It says it is an 'Intel 82562V-2' (on board), but I see no probes about it on booting FreeBSD. Is this interface supported? Any ideas on getting it detected? I feel the ACPI might be a problem? On booting it is reported as 'ACPI: Dell FX 09' Thanks! J. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 23:30: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 B39F916A46B for ; Fri, 9 Nov 2007 23:30:11 +0000 (UTC) (envelope-from johnjgsmith@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 405BF13C4BB for ; Fri, 9 Nov 2007 23:30:09 +0000 (UTC) (envelope-from johnjgsmith@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so770655fka for ; Fri, 09 Nov 2007 15:30: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:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=I2nC84+Sl7Z+mof3pdZy9c4SbgwAjK1SzySxgQTEglI=; b=OmZJWBfMUvdljSbb7ZV91z91nEP8OY8QUmnn2wTplcEQJGO3/T8lKPYvV3LGm2WU23W4ib4F4+4W9yzYJebx24RgQ9ep5aBvelOYK5p3HmRBIjvepBqBJMx8E4HFT0MXvMA0Mwf2+4XMk0cWKjVUUmRDLbCGNgVY3iEFrT2WBdk= 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=Q3vw/Dau1y46gJhLZeIP9IAxMhztnrKR2VpE4QUqphRIs0nV8dGGtDCdJ/pYVGYg+cq77Dez5ejbgGaa6mrSmDtWcA8plZogFczaffIM8eCKyTcTRwpymKmudYznf2hTyZXNGOxnItevegQolMIfECbqlXxezJ1CV24ZJhznxFM= Received: by 10.82.114.3 with SMTP id m3mr4990656buc.1194649328129; Fri, 09 Nov 2007 15:02:08 -0800 (PST) Received: by 10.82.182.17 with HTTP; Fri, 9 Nov 2007 15:01:58 -0800 (PST) Message-ID: Date: Fri, 9 Nov 2007 17:01:58 -0600 From: "John Smith" 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: nanobsd, picobsd, tinybsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 23:30:11 -0000 Can anybody please explain to my what the differences are between nanobsd, picobsd and tinybsd. They all seem to be doing the same (creating a minimal FreeBSD image that can be used in embedded systems), or is this not right? I've searched the internet but can't really find a page that clearly explains the differences and similarities. Many thanks in advance, JJGS From owner-freebsd-questions@FreeBSD.ORG Fri Nov 9 23:55: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 6064816A417 for ; Fri, 9 Nov 2007 23:55:54 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail06.syd.optusnet.com.au (mail06.syd.optusnet.com.au [211.29.132.187]) by mx1.freebsd.org (Postfix) with ESMTP id E854D13C491 for ; Fri, 9 Nov 2007 23:55:53 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail06.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id lA9Nthrp019763 for ; Sat, 10 Nov 2007 10:55:44 +1100 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <207315CA-A46D-4715-8EFD-A0E425FC7465@optusnet.com.au> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Questions From: Jerahmy Pocott Date: Sat, 10 Nov 2007 10:55:43 +1100 X-Mailer: Apple Mail (2.752.2) Subject: USB Console? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 23:55:54 -0000 Hello, Firstly sorry for my recent double post mx1.freebsd.org was rejecting my mail for some reason.. I was wondering if there is any way to put the console on a USB port? Since serial and parallel ports are becoming things of the past and many systems don't come with them any more.. Serial console on USB? From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 02:01:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D746116A417 for ; Sat, 10 Nov 2007 02:01:56 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from mtai03.charter.net (mtai03.charter.net [209.225.8.183]) by mx1.freebsd.org (Postfix) with ESMTP id 76D2313C4B0 for ; Sat, 10 Nov 2007 02:01:56 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from aa04.charter.net ([10.20.200.156]) by mtai03.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071110020136.GDUI21729.mtai03.charter.net@aa04.charter.net> for ; Fri, 9 Nov 2007 21:01:36 -0500 Received: from robs-laptop.com ([71.85.241.27]) by aa04.charter.net with ESMTP id <20071110020136.OGVM1254.aa04.charter.net@robs-laptop.com> for ; Fri, 9 Nov 2007 21:01:36 -0500 Message-ID: <47351100.10008@charter.net> Date: Fri, 09 Nov 2007 20:01:36 -0600 From: icantthinkofone User-Agent: Thunderbird 2.0.0.6 (X11/20070914) MIME-Version: 1.0 CC: "freebsd-questions@freebsd.org" References: <4734D8B0.1060200@riderway.com> <4734DA4C.90702@riderway.com> In-Reply-To: <4734DA4C.90702@riderway.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Subject: Re: flash: linux firefox vs linuxpluginwrapper X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 02:01:56 -0000 Philip M. Gollucci wrote: > Philip M. Gollucci wrote: > >> John wrote: >> >>> I've been struggling to get a handle on the FreeBSD system. Making good >>> progress, but then I ran into the fact that Firefox on FreeBSD can't do >>> flash. Definite showstopper, for me. Ok, then I tried to use the >>> linuxpluginwrapper approach, and it didn't work. >>> >>> It made me recall, in reading up on FreeBSD, I did see where somebody >>> installed both Firefox and Linx-firefox. >>> >>> So before I do battle with this Linux wrapper approach, I wondered if I >>> would be better off simply installing the Linux-firefox? >>> >>> Is that easier? More likely to work? >>> >> http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html >> > ----> cd /usr/ports/emulators/linux_base-fc6 ; make install clean > > There is now: > cd /usr/ports/emulators/linux_base-f7 ; make install clean > which you should use instead -- its newer :) > > > And all that works fine with Firefox and FreeBSD. From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 02:02: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 E199516A417 for ; Sat, 10 Nov 2007 02:02:51 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from mtao05.charter.net (mtao05.charter.net [209.225.8.179]) by mx1.freebsd.org (Postfix) with ESMTP id 83E7913C4C5 for ; Sat, 10 Nov 2007 02:02:51 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from aarprv06.charter.net ([10.20.200.76]) by mtao05.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071110020242.VBHY29426.mtao05.charter.net@aarprv06.charter.net> for ; Fri, 9 Nov 2007 21:02:42 -0500 Received: from robs-laptop.com ([71.85.241.27]) by aarprv06.charter.net with ESMTP id <20071110020242.LAS14098.aarprv06.charter.net@robs-laptop.com> for ; Fri, 9 Nov 2007 21:02:42 -0500 Message-ID: <47351141.4090209@charter.net> Date: Fri, 09 Nov 2007 20:02:41 -0600 From: icantthinkofone User-Agent: Thunderbird 2.0.0.6 (X11/20070914) MIME-Version: 1.0 CC: "freebsd-questions@freebsd.org" References: <4734D8B0.1060200@riderway.com> <4734DA4C.90702@riderway.com> In-Reply-To: <4734DA4C.90702@riderway.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Subject: Re: flash: linux firefox vs linuxpluginwrapper X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 02:02:52 -0000 Philip M. Gollucci wrote: > Philip M. Gollucci wrote: > >> John wrote: >> >>> I've been struggling to get a handle on the FreeBSD system. Making good >>> progress, but then I ran into the fact that Firefox on FreeBSD can't do >>> flash. Definite showstopper, for me. Ok, then I tried to use the >>> linuxpluginwrapper approach, and it didn't work. >>> >>> It made me recall, in reading up on FreeBSD, I did see where somebody >>> installed both Firefox and Linx-firefox. >>> >>> So before I do battle with this Linux wrapper approach, I wondered if I >>> would be better off simply installing the Linux-firefox? >>> >>> Is that easier? More likely to work? >>> >> http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html >> > ----> cd /usr/ports/emulators/linux_base-fc6 ; make install clean > > There is now: > cd /usr/ports/emulators/linux_base-f7 ; make install clean > which you should use instead -- its newer :) > > > btw, you don't need both native and Linux Firefox. Native Firefox an do flash just fine. From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 02:41: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 4BCCD16A419 for ; Sat, 10 Nov 2007 02:41:58 +0000 (UTC) (envelope-from zhhw210095@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 C99B713C48A for ; Sat, 10 Nov 2007 02:41:57 +0000 (UTC) (envelope-from zhhw210095@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so594792nfb for ; Fri, 09 Nov 2007 18:41:54 -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=KpC8XJ6dHVQjy27ET70NNfjI14S8hQIXMMoJYJLq6e4=; b=p/uGmsnXrQTGjlE07zzSiPR8gRwlUyt6rqhFrAbVFro9DyVObPzsjlgvCfn5u/M9znYTAo9zSDF0CH9MsNOaNmmWyzwtNXlTeh7Y4+lChJ7sBHmXT6HNRpQVjAdnYW24k7CGJ/NMQBh11xUUsT29ZKykips69kzBeJiCnlRiX/w= 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=MCcUusYP91OacxVqp9R6ZS454GsPfCSW9N/HDLpL2WKifxdPq3vwWPm685/uGif+LcL5+0Wx3TKJxtmzUIRQkg6W5gVWMs4vnW9sXchScWN/D+dJldPFsLUHjwbrW3WXxMr3m43l77GQLWvaULthQCkfeIZBSkOOd9SpNdyum2o= Received: by 10.78.200.20 with SMTP id x20mr3148674huf.1194662513950; Fri, 09 Nov 2007 18:41:53 -0800 (PST) Received: by 10.78.203.17 with HTTP; Fri, 9 Nov 2007 18:41:53 -0800 (PST) Message-ID: Date: Sat, 10 Nov 2007 10:41:53 +0800 From: "Zhang hw" To: "David Yeske" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <85bdae4e0711012233i6e20e44bxfb2f1b53d1077c0c@mail.gmail.com> Cc: freebsd-questions Subject: Re: problem of install 7.0 on notebook X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 02:41:58 -0000 7.0-beta2-amd64's boot stop at the same place as beta1.5. 2007/11/3, Zhang hw : > Thank you, David! > The verbose logging messages: > ----------------------------------------------------------------------------------- > pcib2: at device 4.0 on pci0 > pcib2: domain 0 > pcib2: secondary bus 16 > pcib2: subordinate bus 16 > pcib2: I/O decode 0xf000-0xfff > pcib2: memory decode 0xcc000000-0xcc0fffff > pcib2: no prefetched decode > pcib2: could not get PCI interrupt routing table for \_SB_.C08B.C24F - > AE_NOT_FOUND > pci16: on pcib2 > pci16: domain=0, physical bus=16 > found-> vendor=0x14e4, dev=0x1693, revid=0x02 > domain=0, bus=16, slot=0, func=0 > class=02-00-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0006, statreg=0x0010, cachelnsz=16, (dwords) > lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > intpin=a, irq=10 > powerspec 3 supports D0 D3 current D0 > MSI supports 1 message, 64 bit > map[10]: type Memory, range 64, base 0xcc000000, size > 16, enabled > pcib2: requested memory range 0xcc000000-0xcc00ffff: good > pcib0: matched entry for 0.4.INTA > pcib0: slot 4 INTA hardwired to IRQ16 > pcib2: slot 0 INTA is routed to irq 16 > -------------------------------------------------- > This is the last screen shown, and I write it here handy. > > 2007/11/2, David Yeske : > > On 11/2/07, Zhang hw wrote: > > > I have now could work on my notebook with freebsd 6.2-release and > > > 6.3-prerelease, but there are still some problems such as acpi. So I > > > want to have a try of freebsd 7.0-beta-1.5, but I can't install it, > > > the boot process stop at pci probing: > > > pcib2: at device 4.0 on pci0 > > > pci16: on pcib2 > > > if acpi enable, it maybe show as: > > > pcib2:... > > > pci16: > > my cpu is athlon 64x2, I've tried both amd64 and i386 versions. > > > Help! > > > _______________________________________________ > > > 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" > > > > > > > What happens if you boot verbose? That might better indicate where > > the kernel is hanging. > > > From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 03:24: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 295F416A418 for ; Sat, 10 Nov 2007 03:24:28 +0000 (UTC) (envelope-from ron@bouncebk.com) Received: from smtpout04-01.prod.mesa1.secureserver.net (smtpout04-01.prod.mesa1.secureserver.net [64.202.165.196]) by mx1.freebsd.org (Postfix) with SMTP id 5169013C4A5 for ; Sat, 10 Nov 2007 03:24:27 +0000 (UTC) (envelope-from ron@bouncebk.com) Received: (qmail 11526 invoked from network); 10 Nov 2007 02:57:37 -0000 Received: from unknown (24.163.241.91) by smtpout04-04.prod.mesa1.secureserver.net (64.202.165.199) with ESMTP; 10 Nov 2007 02:57:37 -0000 Message-ID: <47351E05.7010609@bouncebk.com> Date: Fri, 09 Nov 2007 20:57:09 -0600 From: McCy Ron User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Install problems on Dell Vostro X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mccyron@kc.rr.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 03:24:28 -0000 Jerahmy Pocott wrote: > Hello, > > I'm having difficulties getting 6.2 installed on these new Dell > 'Vostro' systems. > > The BIOS is a Phoenix - AwardBIOS and it reports the version as 1.0.3. > > With the SATA controller set to IDE mode (default) in the BIOS > booting FreeBSD > will hang just before entering sysinstall, booting with ACPI disabled > stops this > but then no disk drives are found! I got around this by setting the > SATA mode to > RAID in the BIOS (this seems to make the disk appear as SCSI), then > it doesn't > crash with ACPI enabled (with ACPI disabled no disks are found still) > and the > disk is found. > > The system only has USB inputs (8 of them) and with the USB > Controller set > to 'High Speed' in the BIOS, the keyboard stops working once > sysinstall starts > (though it works in the boot menu), however setting it to 'Full/Low > Speed' makes > it work in sysinstall. I probably don't care about using High Speed > USB devices > any way, but it would be nice if they could work, but this isn't the > major issue. > > Now finally I can get into sysinstall and partition the disk, but the > network interface > is not detected. It says it is an 'Intel 82562V-2' (on board), but I > see no probes about > it on booting FreeBSD. Is this interface supported? Any ideas on > getting it detected? > > I feel the ACPI might be a problem? On booting it is reported as > 'ACPI: Dell FX 09' > > Thanks! > J. > _______________________________________________ > 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 was able to get 6.2 to install on a Vostro with stock BIOS settings but couldn't get the system to recognize the network card. network. Just for reference - Knoppix, Ubuntu, FreesBie live CDs, and a straight install of Ubuntu 7.04 didn't work either. There is something strange about this computer.....Windows XP, ofcourse, works. From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 03:56: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 64E5B16A420 for ; Sat, 10 Nov 2007 03:56:53 +0000 (UTC) (envelope-from matti.k@bigpond.net.au) Received: from qsrv01sl.mx.bigpond.com (qsrv01sl.mx.bigpond.com [144.140.92.181]) by mx1.freebsd.org (Postfix) with ESMTP id 0C65313C48A for ; Sat, 10 Nov 2007 03:56:51 +0000 (UTC) (envelope-from matti.k@bigpond.net.au) Received: from oaamta06sl.mx.bigpond.com ([121.210.37.128]) by omta04sl.mx.bigpond.com with ESMTP id <20071109232415.QJDY1805.omta04sl.mx.bigpond.com@oaamta06sl.mx.bigpond.com> for ; Fri, 9 Nov 2007 23:24:15 +0000 Received: from platypus.freebsd.home ([121.210.37.128]) by oaamta06sl.mx.bigpond.com with ESMTP id <20071109232415.CPPK10383.oaamta06sl.mx.bigpond.com@platypus.freebsd.home>; Fri, 9 Nov 2007 23:24:15 +0000 Date: Sat, 10 Nov 2007 10:24:14 +1100 From: matti k To: "J. W. Ballantine" Message-ID: <20071110102414.25b66271@platypus.freebsd.home> In-Reply-To: <200711091306.IAA15690@akiva.homer.att.com> References: <200711091306.IAA15690@akiva.homer.att.com> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: pkgdb failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 03:56:53 -0000 On Fri, 09 Nov 2007 08:06:54 -0500 "J. W. Ballantine" wrote: > After upgrading from 6-STABLE to 7-RELEASE, I tried to rebuild > all the packages from portupgrade -af I started getting the following > error messages. The first once, the second multiple times, even > after I moved the pkgdb.db and did a pkgdb -fu. > > [/usr/ports/INDEX-7.db: unexpected file type or format -- Invalid > argument] [Updating the portsdb in /usr/ports . > .. - 17746 port entries found /usr/ports/INDEX-7.db: unexpected file > type or format -- Invalid argument: Cannot update the portsdb! > (/usr/ports/INDEX-7.db)] > > > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid > argument > > Any ideas on what is causing this? I got this as well, after portupgrade tried to register installation of new ruby version. A pkgdb -F seemed to correct it and i continued on with portupgrade with no more errors. Regards, Matti From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 05:11:26 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 4D9DE16A419 for ; Sat, 10 Nov 2007 05:11:26 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-spurfowl.atl.sa.earthlink.net (elasmtp-spurfowl.atl.sa.earthlink.net [209.86.89.66]) by mx1.freebsd.org (Postfix) with ESMTP id 25FE413C4A7 for ; Sat, 10 Nov 2007 05:11:25 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=localhost.joeandlane.com) by elasmtp-spurfowl.atl.sa.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1Iqici-0006R2-HF for questions@freebsd.org; Sat, 10 Nov 2007 00:11:12 -0500 MailScanner-NULL-Check: 1195276342.91805@5GYdVvuX1TUPlUbDmQ3ZVQ 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 lAA5CKxl034156 for ; Fri, 9 Nov 2007 23:12:20 -0600 (CST) (envelope-from lane@joeandlane.com) Received: (from lholcombe@localhost) by localhost.joeandlane.com (8.14.1/8.14.1/Submit) id lAA5CKxu034155 for questions@freebsd.org; Fri, 9 Nov 2007 23:12:20 -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: Fri, 09 Nov 2007 23:12:20 -0600 Message-Id: <1194671540.33800.8.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: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec796168954d9be9c74c59eff3c39f25d19e350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Cc: Subject: Can someone please help me get gdmchooser running, 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: Sat, 10 Nov 2007 05:11:26 -0000 I'm running FreeBSD 6.2-STABLE #1, compiled locally on Tue May 8 16:39:25 CDT 2007 I was able to use gdmchooser on X.org 7.2, but after upgrade to 7.3 (and GDM 2.20.1) she says "no serving hosts were found" after scanning the local network When I first started this email, I got this from sockstat -l46 | grep 177 lholcombessh-agent 30601 8 udp4 *:177 *:* lholcombegnome-sess 30587 8 udp4 *:177 *:* root Xorg 30570 8 udp4 *:177 *:* root gdm-binary 30569 8 udp4 *:177 *:* root gdm-binary 29955 8 udp4 *:177 *:* Now, after monkeying with it (including a few reboots), I get root gdm-binary 33486 8 udp4 *:177 *:* so it seems that gdm is listening on 177, but the chooser doesn't list the local system as an X server. Instead the chooser reports "no serving hosts were found" I can log in using the greeter, but I'd really like to use the chooser, as I've got several machines running X, and I'm too cheap to buy extra keyboards, and too lazy to move around the office to do my work :) gdm was compiled WITHOUT IPv6 support, and I've got ipv6_enable="NO" in /etc/rc.conf It's gotta be something simple, 'cause I didn't spend much time setting up the chooser originally. But I think I need an extra set of eyes to see what I'm not seeing :) Here is the uncommented part of /usr/local/etc/gdm/custom.conf: [daemon] Greeter=/usr/local/libexec/gdmgreeter RemoteGreeter=/usr/local/libexec/gdmgreeter [security] AllowRemoteRoot=true DisallowTCP=false NeverPlaceCookiesOnNFS=false CheckDirOwner=false [xdmcp] Enable=true [gui] [greeter] IncludeAll=true GraphicalTheme=happygnome-list GraphicalThemeRand=true GraphicalThemes=circles/:happygnome-list/:happygnome [chooser] [debug] Enable=true [servers] 0=Standard [server-Standard] name=Standard server command=/usr/local/bin/X -audit 0 chooser=false handled=true flexible=true priority=0 Thanks for being an extra set of eyes! lane From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 05:28:17 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 78C9116A418 for ; Sat, 10 Nov 2007 05:28:17 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2343913C4AC for ; Sat, 10 Nov 2007 05:28:15 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lAA5SAO0006181; Sat, 10 Nov 2007 08:28:10 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.2/8.14.2/Submit) id lAA5S9Ja006180; Sat, 10 Nov 2007 08:28:09 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Sat, 10 Nov 2007 08:28:09 +0300 From: Yuri Pankov To: Lane Holcombe Message-ID: <20071110052809.GB6008@darklight.org.ru> References: <1194671540.33800.8.camel@localhost.joeandlane.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1194671540.33800.8.camel@localhost.joeandlane.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: questions@freebsd.org Subject: Re: Can someone please help me get gdmchooser running, 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: Sat, 10 Nov 2007 05:28:17 -0000 On Fri, Nov 09, 2007 at 11:12:20PM -0600, Lane Holcombe wrote: > I'm running FreeBSD 6.2-STABLE #1, compiled locally on Tue May 8 > 16:39:25 CDT 2007 > > I was able to use gdmchooser on X.org 7.2, but after upgrade to 7.3 (and > GDM 2.20.1) she says "no serving hosts were found" after scanning the > local network > > When I first started this email, I got this from > > sockstat -l46 | grep 177 > > > lholcombessh-agent 30601 8 udp4 *:177 *:* > lholcombegnome-sess 30587 8 udp4 *:177 *:* > root Xorg 30570 8 udp4 *:177 *:* > root gdm-binary 30569 8 udp4 *:177 *:* > root gdm-binary 29955 8 udp4 *:177 *:* > > Now, after monkeying with it (including a few reboots), I get > > root gdm-binary 33486 8 udp4 *:177 *:* > > so it seems that gdm is listening on 177, but the chooser doesn't list > the local system as an X server. Instead the chooser reports "no > serving hosts were found" > > I can log in using the greeter, but I'd really like to use the chooser, > as I've got several machines running X, and I'm too cheap to buy extra > keyboards, and too lazy to move around the office to do my work :) > > gdm was compiled WITHOUT IPv6 support, and I've got > > ipv6_enable="NO" > > in /etc/rc.conf > > It's gotta be something simple, 'cause I didn't spend much time setting > up the chooser originally. But I think I need an extra set of eyes to > see what I'm not seeing :) > > Here is the uncommented part of /usr/local/etc/gdm/custom.conf: > > [daemon] > Greeter=/usr/local/libexec/gdmgreeter > RemoteGreeter=/usr/local/libexec/gdmgreeter > > [security] > AllowRemoteRoot=true > DisallowTCP=false > NeverPlaceCookiesOnNFS=false > CheckDirOwner=false > > [xdmcp] > Enable=true > > [gui] > > [greeter] > IncludeAll=true > GraphicalTheme=happygnome-list > GraphicalThemeRand=true > GraphicalThemes=circles/:happygnome-list/:happygnome > > [chooser] > > [debug] > Enable=true > > [servers] > 0=Standard > > [server-Standard] > name=Standard server > command=/usr/local/bin/X -audit 0 > chooser=false > handled=true > flexible=true > priority=0 > > > Thanks for being an extra set of eyes! > > lane Hi, Lane, please check gdm related issues (IPv6 only) at http://www.nabble.com/remaining-issues-with-gnome-2.20-t4721430.html (taken from thread on gnome@). And sorry if it's not related to your problem. Yuri From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 05:44: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 8F99216A419 for ; Sat, 10 Nov 2007 05:44:06 +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 C9D0313C4A5 for ; Sat, 10 Nov 2007 05:44:05 +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 lAA5g49U025395 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 10 Nov 2007 07:42:04 +0200 (SAST) (envelope-from jonathan+freebsd-questions@hst.org.za) From: Jonathan McKeown To: freebsd-questions@freebsd.org Date: Sat, 10 Nov 2007 07:45:43 +0200 User-Agent: KMail/1.9.4 References: <47349D10.20709@ourweb.net> <7EA6F842-7C0D-4EFC-BF4D-DD83B0524597@gmail.com> In-Reply-To: <7EA6F842-7C0D-4EFC-BF4D-DD83B0524597@gmail.com> Organization: Health Systems Trust X-Face: $@VrUx^RHy/}yu]jKf/<4T%/d|F+$j-Ol2"2J$q+%OK1]&/G_S9(=?iso-8859-1?q?HkaQ*=60!=3FYOK=3FY!=27M=60C=0A=09aP=5C9nVPF8Q=7DCilHH8l?= =?iso-8859-1?q?=3B=7E!42HK6=273lg4J=7Daz?=@1Dqqh:J]M^"YPn*2IWrZON$1+G?oX3@ =?iso-8859-1?q?k=230=0A=0954XDRg=3DYn=5FF-etwot4U=24b?=dTS{i X-Spam-Score: -4.293 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Subject: Re: shell programming X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 05:44:06 -0000 On Friday 09 November 2007 20:02, Eric Crist wrote: > On Nov 9, 2007, at 11:46 AM, Bill Banks wrote: > > I'm writing a backup script. I need to get the day of the week into > > a variable. How can I do it? > > Well, it depends on what you're using. If you're using sh, see `man > date`. If you're using perl, it's quite complicated. Not really: use POSIX 'strftime'; my $day_of_week = strftime '%A', localtime; POSIX has always been a core module. To see this in action from a commandline, perl -MPOSIX=strftime -le 'print strftime q/%A/, localtime' Jonathan From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 05:58:55 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 DF55D16A419 for ; Sat, 10 Nov 2007 05:58:55 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-spurfowl.atl.sa.earthlink.net (elasmtp-spurfowl.atl.sa.earthlink.net [209.86.89.66]) by mx1.freebsd.org (Postfix) with ESMTP id A12DB13C49D for ; Sat, 10 Nov 2007 05:58:55 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=localhost.joeandlane.com) by elasmtp-spurfowl.atl.sa.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1IqjMn-0008GN-LU; Sat, 10 Nov 2007 00:58:49 -0500 MailScanner-NULL-Check: 1195279203.18949@Sg8EpRAIb4jKRuN5jH4I0g 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 lAA602tw035661; Sat, 10 Nov 2007 00:00:02 -0600 (CST) (envelope-from lane@joeandlane.com) Received: (from lholcombe@localhost) by localhost.joeandlane.com (8.14.1/8.14.1/Submit) id lAA602Vu035660; Sat, 10 Nov 2007 00:00:02 -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: Yuri Pankov In-Reply-To: <20071110052809.GB6008@darklight.org.ru> References: <1194671540.33800.8.camel@localhost.joeandlane.com> <20071110052809.GB6008@darklight.org.ru> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sat, 10 Nov 2007 00:00:02 -0600 Message-Id: <1194674402.35189.14.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: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec79717ff535de93ff7d3a55f6585dc0163b350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Cc: questions@freebsd.org Subject: Re: Can someone please help me get gdmchooser running, 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: Sat, 10 Nov 2007 05:58:56 -0000 On Sat, 2007-11-10 at 08:28 +0300, Yuri Pankov wrote: > On Fri, Nov 09, 2007 at 11:12:20PM -0600, Lane Holcombe wrote: > > I'm running FreeBSD 6.2-STABLE #1, compiled locally on Tue May 8 > > 16:39:25 CDT 2007 > > > > > > gdm was compiled WITHOUT IPv6 support, and I've got > > > > ipv6_enable="NO" > > > > in /etc/rc.conf > > > > > > > > Thanks for being an extra set of eyes! > > > > lane > > Hi, > > Lane, please check gdm related issues (IPv6 only) at > http://www.nabble.com/remaining-issues-with-gnome-2.20-t4721430.html > (taken from thread on gnome@). And sorry if it's not related to your > problem. > > > Yuri Yuri, Thanks for your response. I've suspected this was an issue with IPV6, but poking around sysctl oids is like spelunking without a rope or a partner. As soon as the current CD finishes (Janet Jackson - Rhythm Nation [cause I'm retro, like that]) I'm gonna reboot with these additions to /etc/sysctl.conf: net.inet6.ip6.v6only=0 net.inet6.ip6.forwarding=1 I thought there was a "map" sysctl oid that explicitly maps ipv6 to ipv4, but I can't find it now. Anyway, if I get anywhere with this I'll post the results. Otherwise ... I'll just whine some more :) lane From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 06: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 C9B9316A41B for ; Sat, 10 Nov 2007 06:26:50 +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 8AEB313C4AC for ; Sat, 10 Nov 2007 06:26:50 +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 1Iqc5Z-000KQ0-Bt; Sat, 10 Nov 2007 01:12:33 +0300 To: "Philip M. Gollucci" References: <4734D8B0.1060200@riderway.com> <4734DA4C.90702@riderway.com> From: Boris Samorodov Date: Sat, 10 Nov 2007 01:15:15 +0300 In-Reply-To: <4734DA4C.90702@riderway.com> (Philip M. Gollucci's message of "Fri\, 9 Nov 2007 17\:08\:12 -0500") Message-ID: <89073692@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: John , "freebsd-questions@freebsd.org" Subject: Re: flash: linux firefox vs linuxpluginwrapper X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 06:26:50 -0000 On Fri, 9 Nov 2007 17:08:12 -0500 Philip M. Gollucci wrote: > Philip M. Gollucci wrote: > > John wrote: > >> I've been struggling to get a handle on the FreeBSD system. Making good > >> progress, but then I ran into the fact that Firefox on FreeBSD can't do > >> flash. Definite showstopper, for me. Ok, then I tried to use the > >> linuxpluginwrapper approach, and it didn't work. > >> > >> It made me recall, in reading up on FreeBSD, I did see where somebody > >> installed both Firefox and Linx-firefox. > >> > >> So before I do battle with this Linux wrapper approach, I wondered if I > >> would be better off simply installing the Linux-firefox? > >> > >> Is that easier? More likely to work? > > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-07/msg01919.html > ----> cd /usr/ports/emulators/linux_base-fc6 ; make install clean > There is now: > cd /usr/ports/emulators/linux_base-f7 ; make install clean > which you should use instead -- its newer :) And please keep an eye at /usr/ports/UPDATING (about linux_base port). 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 Sat Nov 10 07:13: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 E4FC216A41B for ; Sat, 10 Nov 2007 07:13:33 +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 A3DE313C4B2 for ; Sat, 10 Nov 2007 07:13:33 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so519692wxd for ; Fri, 09 Nov 2007 23:13:22 -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=aNJ/FhMlovmUCG0zGEsanA8LijqiB5mz5TtvNpu1Eyc=; b=B21OkLtQfQHfJ9DO6oGDGoAmDlodCy3g30caPr+ZgSoO0uxcHQu7+Oo2t3bDqfk+VDcw/54cLkscwH5247k+ZbItSDtKZsxdEqFsQHo3ZmY/qskPdB5iTBsOaOqTbmii1ayt6tdVI7CROitR6nyucFhaiB93jbyHbYf81BEBAYo= 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=eg47ou5Nmq8BARWaS/ce1cD5Vcm7j9uKyfmGyOHgtwFGbwY8gzPJklENoqAxhrRK5FHBkT7L32wmh+qq9UENTtMFir85pfbIfd0mZB7ILlqwFuJneqoNzkDhs7isrWsK07wjNto7pvq7l/i8aOko4aDAc4L4aPkEQQOWvrX7p6k= Received: by 10.70.49.4 with SMTP id w4mr2456024wxw.1194678802527; Fri, 09 Nov 2007 23:13:22 -0800 (PST) Received: from ?192.168.17.10? ( [67.190.229.42]) by mx.google.com with ESMTPS id 71sm1802016wry.2007.11.09.23.13.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Nov 2007 23:13:21 -0800 (PST) Message-ID: <47355A10.8000107@gmail.com> Date: Sat, 10 Nov 2007 01:13:20 -0600 From: Jack Barnett User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Jerahmy Pocott References: <207315CA-A46D-4715-8EFD-A0E425FC7465@optusnet.com.au> In-Reply-To: <207315CA-A46D-4715-8EFD-A0E425FC7465@optusnet.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: USB Console? 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: Sat, 10 Nov 2007 07:13:34 -0000 Jerahmy Pocott wrote: > Hello, > > Firstly sorry for my recent double post mx1.freebsd.org was rejecting > my mail for some reason.. > > I was wondering if there is any way to put the console on a USB port? > Since serial and parallel ports are becoming things of the past and > many systems don't come with them any more.. > > Serial console on USB? > _______________________________________________ > 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" Don't know about USB; but you can get a serial PCI card for about 10-20 bucks. Cheaper used. From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 09:05: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 3E0E316A41B for ; Sat, 10 Nov 2007 09:05:17 +0000 (UTC) (envelope-from teklimbu@wlink.com.np) Received: from smtp5.wlink.com.np (smtp5.wlink.com.np [202.79.32.52]) by mx1.freebsd.org (Postfix) with SMTP id 55FD513C4B5 for ; Sat, 10 Nov 2007 09:05:14 +0000 (UTC) (envelope-from teklimbu@wlink.com.np) Received: (qmail 74653 invoked from network); 10 Nov 2007 09:04:57 -0000 Received: from unknown (HELO smtp2.wlink.com.np) (202.79.32.49) by 0 with SMTP; 10 Nov 2007 09:04:57 -0000 Received: (qmail 30272 invoked by uid 98); 10 Nov 2007 09:04:57 -0000 Received: from 202.79.38.12 by smtp2.wlink.com.np (envelope-from , uid 1010) with qmail-scanner-1.25 (clamdscan: 0.90.3/3492. Clear:RC:1(202.79.38.12):. Processed in 0.043247 secs); 10 Nov 2007 09:04:57 -0000 X-Qmail-Scanner-Mail-From: teklimbu@wlink.com.np via smtp2.wlink.com.np X-Qmail-Scanner: 1.25 (Clear:RC:1(202.79.38.12):. Processed in 0.043247 secs) Received: from 12-38.wlink.com.np (HELO [202.79.38.12]) by smtp2.wlink.com.np (qmail-smtpd) with SMTP; 10 Nov 2007 09:04:50 -0000 (Sat, 10 Nov 2007 14:49:50 +0545) Message-ID: <47357417.5050907@wlink.com.np> Date: Sat, 10 Nov 2007 14:49:23 +0545 From: Tek Bahadur Limbu User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Juri Mianovich References: <450284.59583.qm@web45615.mail.sp1.yahoo.com> In-Reply-To: <450284.59583.qm@web45615.mail.sp1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Check-By: smtp2.wlink.com.np Spam: No ; 0.2 / 8.0 X-Spam-Status-WL: No, hits=0.2 required=8.0 Cc: freebsd-questions@freebsd.org Subject: Re: where did the peak mbuf stat go ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 09:05:17 -0000 Hi Juri, Juri Mianovich wrote: > FreeBSD 4.x, netstat -m: > > 70/4336/26624 mbufs in use (current/peak/max) > > Never any doubt - if peak=max, I hit the limit. Super > useful. Furthermore, by watching the peak I can see > when I am getting close, rather than waiting for > denied requests to pile up after the fact. > > FreeBSD 6.x, netstat -m: > > 524/826/1350 mbufs in use (current/cache/total) > > So ... how do I see peak mbufs in FreeBSD 6.x ? Probably peak is proportionally equal to cache. That's my wild guess! > > Thanks. > > > __________________________________________________ > 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" > > > -- With best regards and good wishes, Yours sincerely, Tek Bahadur Limbu System Administrator (TAG/TDG Group) Jwl Systems Department Worldlink Communications Pvt. Ltd. Jawalakhel, Nepal http://www.wlink.com.np http://teklimbu.wordpress.com From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 09: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 7F0AD16A417 for ; Sat, 10 Nov 2007 09:10:16 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from lists.lc-words.com (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 27AB313C49D for ; Sat, 10 Nov 2007 09:10:16 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost (localhost.szalbot.homedns.org [127.0.0.1]) by lists.lc-words.com (Postfix) with ESMTP id C3B813F409 for ; Sat, 10 Nov 2007 09:50:53 +0100 (CET) Received: from lists.lc-words.com ([127.0.0.1]) by localhost (szalbot.homedns.org [127.0.0.1]) (amavisd-maia, port 10026) with ESMTP id 86465-05 for ; Sat, 10 Nov 2007 09:50:53 +0100 (CET) Received: from [192.168.0.150] (unknown [192.168.11.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: zbigniew@szalbot.homedns.org) by lists.lc-words.com (Postfix) with ESMTP id 38B003F407 for ; Sat, 10 Nov 2007 09:50:53 +0100 (CET) Message-ID: <473570FC.7070002@szalbot.homedns.org> Date: Sat, 10 Nov 2007 09:51:08 +0100 From: zbigniew szalbot User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Virus-Scanned: Maia Mailguard Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: cups-base problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 09:10:16 -0000 Dear all, Today I saw a security notice: Affected package: cups-base-1.2.11_3 Type of problem: cups -- off-by-one buffer overflow. Reference: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F1C616A421 for ; Sat, 10 Nov 2007 09:14:38 +0000 (UTC) (envelope-from aryeh.friedman@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 C87C413C4B3 for ; Sat, 10 Nov 2007 09:14:37 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so533768wxd for ; Sat, 10 Nov 2007 01:14:27 -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=aIZjHXLvqkmv75OAVsUV1EmBGna0vpsHiNnZF1Qi5j8=; b=gWIqnc6/V7JBmDmZcisMqyThY0lr9IZyWzCT3M2QMpHIFH0h9EeO7awAiN9t97Wps3/zRDVyO1DFYBs0/7NWfFWvcmDMtbbOTzokpKdY0FOCODYLmaaCI3yxjb7F+BHDaQYVetazSCDYYL4y2Zup3NmWla3iZDFvbcakio9ATwY= 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=mS+oIL1hyy2qwHuMluEiUDQduiQuEfm6IfI/q0VnMhQ5CHikNDuulH21yLuFj0mp9z5dERVFBBzo63EnMkjH2XY4+o4PxUuolKdHdHUCRa9qEFntVqj2ZkKfrh/P76V8KJU+qILOz3e+tI7/aBKp/0WjgEVoxN7NkHj3gpAyYN0= Received: by 10.70.42.9 with SMTP id p9mr2619281wxp.1194686066642; Sat, 10 Nov 2007 01:14:26 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id i27sm933608elf.2007.11.10.01.14.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 10 Nov 2007 01:14:25 -0800 (PST) Message-ID: <4735766A.2020806@gmail.com> Date: Sat, 10 Nov 2007 04:14:18 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071109) MIME-Version: 1.0 To: zbigniew szalbot References: <473570FC.7070002@szalbot.homedns.org> In-Reply-To: <473570FC.7070002@szalbot.homedns.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: cups-base problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 09:14:38 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > I am not sure I understand the message about remote execution of > arbitrary code. That is just saying that if the security issue is a problem for you don't upgrade (i.e. go ahead if you don't care). - -- 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 iD8DBQFHNXZqJ9+1V27SttsRAiZDAJ9MzhwsOhvWh0xncRP8sBaaFmirqACfXeHb JL7R5zUJgzIjypZO5NCk1cI= =ijDx -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 09:18: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 4BC0116A417 for ; Sat, 10 Nov 2007 09:18:47 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from lists.lc-words.com (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id EEF2C13C48A for ; Sat, 10 Nov 2007 09:18:46 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost (localhost.szalbot.homedns.org [127.0.0.1]) by lists.lc-words.com (Postfix) with ESMTP id 7563E3F409; Sat, 10 Nov 2007 10:18:04 +0100 (CET) Received: from lists.lc-words.com ([127.0.0.1]) by localhost (szalbot.homedns.org [127.0.0.1]) (amavisd-maia, port 10026) with ESMTP id 91985-03; Sat, 10 Nov 2007 10:18:03 +0100 (CET) Received: from [192.168.0.150] (unknown [192.168.11.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: zbigniew@szalbot.homedns.org) by lists.lc-words.com (Postfix) with ESMTP id 638A73F407; Sat, 10 Nov 2007 10:18:03 +0100 (CET) Message-ID: <4735775B.2020105@szalbot.homedns.org> Date: Sat, 10 Nov 2007 10:18:19 +0100 From: zbigniew szalbot User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <473570FC.7070002@szalbot.homedns.org> <4735766A.2020806@gmail.com> In-Reply-To: <4735766A.2020806@gmail.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Cc: zbigniew szalbot , freebsd-questions@freebsd.org Subject: Re: cups-base problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 09:18:47 -0000 Hello, Aryeh M. Friedman pisze: > > I am not sure I understand the message about remote execution of > > arbitrary code. > That is just saying that if the security issue is a problem for you > don't upgrade (i.e. go ahead if you don't care). > Thanks but I think I now understand even less :) If a security issue is a problem, don't upgrade??? Not sure also how one could go ahead? There is no option to continue. The message appears and that's all. I am not given any option. Thanks! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 09:21: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 4972616A417 for ; Sat, 10 Nov 2007 09:21:04 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id 024A913C4A3 for ; Sat, 10 Nov 2007 09:21:03 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so534576wxd for ; Sat, 10 Nov 2007 01:20:52 -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=2XyUnvv12YNQgqf08pMPnD3sBLE0GhM5UX0CKJRk1Z0=; b=iLF2ReGuzcSD7r3Wn/kZzf8Lco2ptik7TZk1yZMBuAlwW37pFb7yg6MrzQuZy3+nh4wArldksPNRzVN98dMipbbnqPbKroY87gbLIQOEoF5bwHiSq6oUvTNRJ9ZgDXEeft/xRHkFW66MAu0zCOoMwj1iIwy77NY4TVzSmxjETc8= 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=CTHeM8o7bwowi+nVu+ERcxm5Ddnp3rLZ3C02auAEfARrgehfn07Tu9C9b47ccHnTgkBXwX8/9mxacbE0cr2BH3nVIlSsdUkX12K7iFxT4r1REhooBU94XV0kJ8VrvYjqbnh8CeWVQeUTHRamMKoU5RMi6pbOpZuBEvqr/wYh4JE= Received: by 10.70.37.12 with SMTP id k12mr735119wxk.1194686451858; Sat, 10 Nov 2007 01:20:51 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id m33sm869129ele.2007.11.10.01.20.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 10 Nov 2007 01:20:51 -0800 (PST) Message-ID: <473577E9.7030802@gmail.com> Date: Sat, 10 Nov 2007 04:20:41 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071109) MIME-Version: 1.0 To: zbigniew szalbot References: <473570FC.7070002@szalbot.homedns.org> <4735766A.2020806@gmail.com> <4735775B.2020105@szalbot.homedns.org> In-Reply-To: <4735775B.2020105@szalbot.homedns.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: cups-base problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 09:21:04 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 zbigniew szalbot wrote: > Hello, > > Aryeh M. Friedman pisze: >>> I am not sure I understand the message about remote execution >>> of arbitrary code. >> That is just saying that if the security issue is a problem for >> you don't upgrade (i.e. go ahead if you don't care). >> > Thanks but I think I now understand even less :) If a security > issue is a problem, don't upgrade??? My understanding of the issue is under some situations cups-base may allow an attacker to execute arbitary commands (not sure with what privs) > > Not sure also how one could go ahead? There is no option to > continue. The message appears and that's all. I am not given any > option. Remove the "FORBIDDEN=" line in the makefile - -- 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 iD8DBQFHNXfoJ9+1V27SttsRAteSAKCeeXqAfsk+OgoLP9l/wZvvvMFhAwCeK1l1 Vv+r9ICUlVxTpvN+A8jv4xw= =3fNE -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 09:22: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 D552A16A421 for ; Sat, 10 Nov 2007 09:22:42 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from lists.lc-words.com (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 82C9413C4D3 for ; Sat, 10 Nov 2007 09:22:42 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from localhost (localhost.szalbot.homedns.org [127.0.0.1]) by lists.lc-words.com (Postfix) with ESMTP id 603113F409; Sat, 10 Nov 2007 10:22:04 +0100 (CET) Received: from lists.lc-words.com ([127.0.0.1]) by localhost (szalbot.homedns.org [127.0.0.1]) (amavisd-maia, port 10026) with ESMTP id 91985-04; Sat, 10 Nov 2007 10:22:03 +0100 (CET) Received: from [192.168.0.150] (unknown [192.168.11.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: zbigniew@szalbot.homedns.org) by lists.lc-words.com (Postfix) with ESMTP id 7CBA03F407; Sat, 10 Nov 2007 10:22:03 +0100 (CET) Message-ID: <4735784C.9090505@szalbot.homedns.org> Date: Sat, 10 Nov 2007 10:22:20 +0100 From: zbigniew szalbot User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: "Aryeh M. Friedman" References: <473570FC.7070002@szalbot.homedns.org> <4735766A.2020806@gmail.com> <4735775B.2020105@szalbot.homedns.org> <473577E9.7030802@gmail.com> In-Reply-To: <473577E9.7030802@gmail.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Cc: zbigniew szalbot , freebsd-questions@freebsd.org Subject: Re: cups-base problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 09:22:42 -0000 Hello, Aryeh M. Friedman pisze: > > Aryeh M. Friedman pisze: > >>> I am not sure I understand the message about remote execution > >>> of arbitrary code. > >> That is just saying that if the security issue is a problem for > >> you don't upgrade (i.e. go ahead if you don't care). > >> > > Thanks but I think I now understand even less :) If a security > > issue is a problem, don't upgrade??? > > My understanding of the issue is under some situations cups-base may > allow an attacker to execute arbitary commands (not sure with what privs) > All clear now. Thanks a lot! > > > > Not sure also how one could go ahead? There is no option to > > continue. The message appears and that's all. I am not given any > > option. > > Remove the "FORBIDDEN=" line in the makefile > I appreciate it! Thank again! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 10:03: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 AD00216A418 for ; Sat, 10 Nov 2007 10:03:59 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.freebsd.org (Postfix) with ESMTP id 4314213C4BF for ; Sat, 10 Nov 2007 10:03:59 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id lAAA3aXM067936; Sat, 10 Nov 2007 11:03:36 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id F121FB8FC; Sat, 10 Nov 2007 11:03:35 +0100 (CET) Date: Sat, 10 Nov 2007 11:03:35 +0100 From: Roland Smith To: zbigniew szalbot Message-ID: <20071110100335.GA7099@slackbox.xs4all.nl> Mail-Followup-To: zbigniew szalbot , "Aryeh M. Friedman" , freebsd-questions@freebsd.org References: <473570FC.7070002@szalbot.homedns.org> <4735766A.2020806@gmail.com> <4735775B.2020105@szalbot.homedns.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <4735775B.2020105@szalbot.homedns.org> 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: "Aryeh M. Friedman" , freebsd-questions@freebsd.org Subject: Re: cups-base problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 10:03:59 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 10, 2007 at 10:18:19AM +0100, zbigniew szalbot wrote: > Hello, >=20 > Aryeh M. Friedman pisze: >> > I am not sure I understand the message about remote execution of >> > arbitrary code. >> That is just saying that if the security issue is a problem for you >> don't upgrade (i.e. go ahead if you don't care). >> =20 > Thanks but I think I now understand even less :) > If a security issue is a problem, don't upgrade??? Apparently there is a bug in this port that would allow an attacker from outside to make cupsd execute his malicious code. Therefore installation of this port is forbidden as a precaution until a fix is available. But if you have a firewall that rejects incomming connections or if you have cupsd set up to deny all connections but local ones this bug presumably cannot affect you. > Not sure also how one could go ahead? There is no option to continue. The= =20 > message appears and that's all. I am not given any option. Upgrade the port once it is fixed. In the meantime block incoming connections either in cupsd.conf or with your firewall. 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) --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHNYH3EnfvsMMhpyURAkquAJ9+luAWvrRw5Kz3M3jC9bZLZqx4dwCfbGDp /vvyKn8zV0pZGy3CrTb5tT4= =AK9R -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 10:27: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 87CEF16A417 for ; Sat, 10 Nov 2007 10:27:49 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [62.220.235.15]) by mx1.freebsd.org (Postfix) with ESMTP id 3E89313C494 for ; Sat, 10 Nov 2007 10:27:48 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from localhost (unknown [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id B80DD1CC75; Sat, 10 Nov 2007 11:50:59 +0200 (EET) Received: from www.liukuma.net ([127.0.0.1]) by localhost (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id qiu9ipL0uMqw; Sat, 10 Nov 2007 11:50:58 +0200 (EET) Received: from rivendell (c-980471d5.019-61-68617010.cust.bredbandsbolaget.se [213.113.4.152]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTP id B7D7F1CC73; Sat, 10 Nov 2007 11:50:57 +0200 (EET) Message-ID: <014b01c8237f$3951a590$0a0aa8c0@rivendell> From: "Reko Turja" To: "zbigniew szalbot" , References: <473570FC.7070002@szalbot.homedns.org> Date: Sat, 10 Nov 2007 11:51:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-2"; 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: cups-base problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 10:27:49 -0000 > Dear all, > > Today I saw a security notice: ..snip... > cat distinfo > MD5 (cups-1.3.3-source.tar.bz2) = d4911e68b6979d16bc7a55f68d16cc53 > SHA256 (cups-1.3.3-source.tar.bz2) = > 5e9e5670777055293e309cb0cbb2758df9c1275bf648df70478b7389c2d804de > SIZE (cups-1.3.3-source.tar.bz2) = 4077262 Update your ports and INDEX file as it seems that you are installing a vulnerable version of cups-base. The VuXML report says: Affects: cups-base <1.3.4 so the cups-1.3.3 still has the vulnerability mentioned in the report. -Rek From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 10:41: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 43BC016A41B for ; Sat, 10 Nov 2007 10:41:00 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail10.syd.optusnet.com.au (mail10.syd.optusnet.com.au [211.29.132.191]) by mx1.freebsd.org (Postfix) with ESMTP id BC8C613C4B5 for ; Sat, 10 Nov 2007 10:40:59 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail10.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id lAAAeTDt013437; Sat, 10 Nov 2007 21:40:29 +1100 In-Reply-To: <47351E05.7010609@bouncebk.com> References: <47351E05.7010609@bouncebk.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jerahmy Pocott Date: Sat, 10 Nov 2007 21:40:28 +1100 To: mccyron@kc.rr.com X-Mailer: Apple Mail (2.752.2) Cc: FreeBSD Questions Subject: Re: Install problems on Dell Vostro X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 10:41:00 -0000 On 10/11/2007, at 1:57 PM, McCy Ron wrote: > I was able to get 6.2 to install on a Vostro with stock BIOS > settings but couldn't get the system to recognize the network card. > network. Just for reference - Knoppix, Ubuntu, FreesBie live CDs, > and a straight install of Ubuntu 7.04 didn't work either. There is > something strange about this computer.....Windows XP, ofcourse, works. So solution is to stick another network card in it? Has anyone had this onboard card work? From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 10:41: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 0F04016A421 for ; Sat, 10 Nov 2007 10:41:37 +0000 (UTC) (envelope-from reinhard.haller@interactive-net.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.freebsd.org (Postfix) with ESMTP id 9633013C491 for ; Sat, 10 Nov 2007 10:41:36 +0000 (UTC) (envelope-from reinhard.haller@interactive-net.de) Received: from interactive.dnsalias.net (ppp-88-217-22-1.dynamic.mnet-online.de [88.217.22.1]) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis) id 0ML25U-1IqnZP1jVT-00057n; Sat, 10 Nov 2007 11:28:07 +0100 Received: from fs-inter.interactive.de ([192.168.0.1]) by interactive.dnsalias.net with smtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1IqnZO-000Orn-Ib for freebsd-questions@freebsd.org; Sat, 10 Nov 2007 11:28:06 +0100 Received: from [192.168.0.75] (core2duo.interactive.de [192.168.0.75]) by fs-inter.interactive.de; Sat, 10 Nov 2007 11:29:03 +0100 Message-ID: <473587AC.5060005@interactive-net.de> Date: Sat, 10 Nov 2007 11:27:56 +0100 From: Reinhard Haller 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-15; format=flowed Content-Transfer-Encoding: 7bit X-ACL-rcpt: freebsd-questions@freebsd.org X-ACL-Send: reinhard.haller@interactive-net.de X-Provags-ID: V01U2FsdGVkX1/A5ZOQ8w/VqenFD69y15DhkEsD1HwfB4Nd7kr jOKtAmiEtEkKOXUUw4xUFmQ7x33i7cBzHy5wbhGmY6C0vEyP2B 6ZDXBJc/G0aIYmv0QEG6g== Subject: 7.0b2 and Quantum DLT V4 Sata X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 10:41:37 -0000 Hi, I installed a Quantum DLT V4 Sata drive. dmesg (GENERIC) reports: ast0 FAILURE - MODE_SENSE ILLEGAL REQUEST asc=0x24 ascq=0x00 sks= 0x4d 0x00 0x02 debian seems to accept the drive. Any suggestions? Thanks Reinhard From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 14:06:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C01F16A41B for ; Sat, 10 Nov 2007 14:06:03 +0000 (UTC) (envelope-from rehsack@web.de) Received: from fmmailgate09.web.de (fmmailgate09.web.de [217.72.192.184]) by mx1.freebsd.org (Postfix) with ESMTP id F022813C4B7 for ; Sat, 10 Nov 2007 14:06:02 +0000 (UTC) (envelope-from rehsack@web.de) Received: from web.de by fmmailgate09.web.de (Postfix) with SMTP id 3D25E1502BE4 for ; Sat, 10 Nov 2007 14:13:37 +0100 (CET) Received: from [80.134.76.166] by freemailng6401.web.de with HTTP; Sat, 10 Nov 2007 14:13:37 +0100 Date: Sat, 10 Nov 2007 14:13:37 +0100 Message-Id: <458911581@web.de> MIME-Version: 1.0 From: Jens Rehsack To: freebsd-questions@freebsd.org Precedence: fm-user Organization: http://freemail.web.de/ X-Provags-Id: V01U2FsdGVkX19UC/uGVRIJ66vDVSOn2RsngvCSqy8WU/9s6AzqBvA/sbIq8 hbvAGieACe7pJWLlVoFGEw/0IZXpLJTrGsU1X8wHYkpXULblGI= Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Cross Platform Port Builds X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 14:06:03 -0000 Hi all, I'm going to update my machines and run into a serious problem (for me ^^): Some ports fail to cross build and I fail to setup a sane environment. At first, I created a chroot: /usr/room/$target. Into this chroot, I installed a host world using make installworld DESTDIR=/usr/room/$target/. After that, I created /usr/room/$target/usr/src and /usr/room/$target/usr/ports and mounted /usr/src and /usr/ports to there, respectively. Sure I'd mounted a devfs to /usr/room/$target/dev/. Then I's chrooted to /usr/room/$target/ and change the make.conf as needed for target machine and did make buildworld/buildkernel in /usr/src in the chroot. That worked really fine. But on the target machine not only a FreeBSD base distribution runs, there is a samba, xinetd, ftpproxy and squid also doing some work. So I needed to cross-build those ports, too. I couldn't find a standardized way to do this, so I first created 2 start scripts: waldorf# cat ~/bin/portcross #!/bin/sh env ARCH=i386 TARGET_CPUTPE= CPUTYPE=pentiumpro PATH=/usr/obj/i386/usr/src/tmp/usr/bin/:$PATH "$@" waldorf# cat ~/bin/porthost #!/bin/sh env CPUTYPE=nocona "$@" portcross I use to make/portupgrade a crossbuild (e.g. squid), porthost to build tools like autoconf. Now I run into problems (as the more expertized may imagine): autoconf needs gettext, samba needs gettext. But the amd64-native auto-tools binaries can't load the ia32 gettext library - and I don't know how to hold them both without running into conflicts. Furthermore perl seems to be resistant against crossbuild by specifying ARCH=i386 make build and above listed portcross. Any idea how to crossbuild perl? Thanks in advance, Jens From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 15:07: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 7783116A41B for ; Sat, 10 Nov 2007 15:07:53 +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 3B1B113C4AA for ; Sat, 10 Nov 2007 15:07:53 +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 lAAF7WFJ017161 for ; Sat, 10 Nov 2007 09:07:32 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sat, 10 Nov 2007 09:07:41 -0600 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200711100907.41918.freebsd@dfwlp.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: unable to update nvidia-driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 15:07:53 -0000 been trying to portupgrade my nvidia-driver for a few days now, on 7.0b2. i got this error a few days ago, then this morning, i portupgraded xorg-server thinking it might be expecting a piece from there, but stil no joy. same error each time: ===> Checking if x11/nvidia-driver already installed mv: rename /usr/local/lib/xorg/modules/libwfb.so to /usr/local/lib/xorg/modules/XXX-libwfb.so.%%.xorg-server-1.4_2,1: No such file or directory *** Error code 1 anyone know how to correct this? im scared to uninstall the nvidia-driver that is currently working, for fear the new one might not work at all! cheers, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 15:16: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 106E316A420 for ; Sat, 10 Nov 2007 15:16:39 +0000 (UTC) (envelope-from oli.garnier@free.fr) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id BFD1C13C494 for ; Sat, 10 Nov 2007 15:16:38 +0000 (UTC) (envelope-from oli.garnier@free.fr) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by postfix1-g20.free.fr (Postfix) with ESMTP id 2E27E1DEB7E7 for ; Sat, 10 Nov 2007 15:55:22 +0100 (CET) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id BEAE63F6186 for ; Sat, 10 Nov 2007 15:55:11 +0100 (CET) Received: from DIMENSION (unknown [82.255.245.30]) by smtp5-g19.free.fr (Postfix) with ESMTP id 7763D3F6171 for ; Sat, 10 Nov 2007 15:55:11 +0100 (CET) From: "Olivier GARNIER" To: "'FreeBSD Questions'" Date: Sat, 10 Nov 2007 15:55:30 +0100 Message-ID: <000e01c823a9$bd48f720$6501a8c0@DIMENSION> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AcgjhlKxTk9WZvGOR7WrKHVm3IQWmwAItgCQ Subject: RE: Install problems on Dell Vostro X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 15:16:39 -0000 Hi, I tried with FreeBSD and FreeSBIE when I received my vostro 1700 (on septembre), and the network wasn't working well. Network, Some Xorg problems and so on ... So I installed Ubuntu 7.04 witch was the less worth (network/video worked with some adaptations). Now I've got an Ubuntu 7.10 witch is working well. If you make FreeBSD work on Vostro I'm interested. Olivier. On 10/11/2007, at 1:57 PM, McCy Ron wrote: > I was able to get 6.2 to install on a Vostro with stock BIOS > settings but couldn't get the system to recognize the network card. > network. Just for reference - Knoppix, Ubuntu, FreesBie live CDs, > and a straight install of Ubuntu 7.04 didn't work either. There is > something strange about this computer.....Windows XP, ofcourse, works. So solution is to stick another network card in it? Has anyone had this onboard card work? _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 15:17: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 8DCDC16A41B for ; Sat, 10 Nov 2007 15:17:46 +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 5195213C480 for ; Sat, 10 Nov 2007 15:17:45 +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 lAAFGr6x017329 for ; Sat, 10 Nov 2007 09:16:53 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sat, 10 Nov 2007 09:17:02 -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: <200711100917.02807.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: freebsd using sendmail with tls X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 15:17:46 -0000 i know, slightly off topic, but is *on* a freebsd server... right? my smtp is the only remaining part of my email system, that has no encryption options, and i think i would like to add tls (even tho i rarely send smtp mail from outside my lan). my setup is right now, fairly basic (only includes spamassassin, sasl2, and procmail). even tho i dont much about it, i say tls instead of ssl, as i have a few outlook clients, that would surely annoy me 'do you really want to use this certificate', and it would surely be each time i sent a mail. im also assuming that hopefully tls might not do this. before i spend hours and hours googling out my instructions on how to so do, does the tls session operate over the standard port 25, or is this what is referred to as the smtps port? and if so, can the server accept either version over the same port? thanks, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 15:29: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 4993516A417 for ; Sat, 10 Nov 2007 15:29:35 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 66CDC13C48E for ; Sat, 10 Nov 2007 15:29:34 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lAAFTHqd013505; Sat, 10 Nov 2007 18:29:17 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.2/8.14.2/Submit) id lAAFTFSc013504; Sat, 10 Nov 2007 18:29:15 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Sat, 10 Nov 2007 18:29:15 +0300 From: Yuri Pankov To: Jonathan Horne Message-ID: <20071110152915.GC6008@darklight.org.ru> References: <200711100907.41918.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200711100907.41918.freebsd@dfwlp.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: unable to update nvidia-driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 15:29:35 -0000 On Sat, Nov 10, 2007 at 09:07:41AM -0600, Jonathan Horne wrote: > been trying to portupgrade my nvidia-driver for a few days now, on 7.0b2. i > got this error a few days ago, then this morning, i portupgraded xorg-server > thinking it might be expecting a piece from there, but stil no joy. same > error each time: > > > ===> Checking if x11/nvidia-driver already installed > mv: rename /usr/local/lib/xorg/modules/libwfb.so > to /usr/local/lib/xorg/modules/XXX-libwfb.so.%%.xorg-server-1.4_2,1: No such > file or directory > *** Error code 1 > > anyone know how to correct this? im scared to uninstall the nvidia-driver > that is currently working, for fear the new one might not work at all! > > cheers, > -- > Jonathan Horne > http://dfwlpiki.dfwlp.org > freebsd@dfwlp.com Please read /usr/ports/UPDATING. Yuri From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 15:41: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 EB40916A47B for ; Sat, 10 Nov 2007 15:41:08 +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 46AC913C4B9 for ; Sat, 10 Nov 2007 15:41:07 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup49.ach.sch.gr [81.186.70.49]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lAAFeDVd002776 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Nov 2007 17:40:36 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lAAFeCEK002306; Sat, 10 Nov 2007 17:40:12 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lAAFeBJr002305; Sat, 10 Nov 2007 17:40:11 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 10 Nov 2007 17:40:11 +0200 From: Giorgos Keramidas To: John Smith Message-ID: <20071110154011.GB2060@kobe.laptop> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.936, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.46, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: nanobsd, picobsd, tinybsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 15:41:09 -0000 On 2007-11-09 17:01, John Smith wrote: > Can anybody please explain to my what the differences are between > nanobsd, picobsd and tinybsd. > > They all seem to be doing the same (creating a minimal FreeBSD image > that can be used in embedded systems), or is this not right? What don't you experiment with them, and see? :) From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 15:28: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 F063C16A468 for ; Sat, 10 Nov 2007 15:28:23 +0000 (UTC) (envelope-from einstein89@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id A8E1513C480 for ; Sat, 10 Nov 2007 15:28:23 +0000 (UTC) (envelope-from einstein89@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so139226ana for ; Sat, 10 Nov 2007 07:28: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:mime-version:content-type; bh=iy1ZEwB1m8htOqyAj2U550atrOfyoxLxJ8zHVdxVoDM=; b=T9LRRbwNwbvxblMuiFFGaoH5soMbyaJ4Cvq7cfMf3uCgK31wcesBc6B9GTMOXJe4je8ztsu0dv/SIdFo+SbJmoj2kI6DtdE4NicPeuA2pmt9tATXF+44QymzMrCgvGwR9yBUgkGZRSYqyzL85fU3Z21cFHKphV2dZjwMXNBLFcs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Zzp9tszZBltQ8tVl8zNS9tQtbEr4RYmAZWjn+Kk3Tm3iG+kAzfuvZiP8ijRbEjRHtVyQvjCX3o5kR2txyUaT35zpl9RaefsIxf1UTbYrv0rO2AUkq5uepxIXZ7lpJRz9y1b/Ko3vhHWG3vq+3ZucIf1g0JYnzMvp0a6iu6R7kCE= Received: by 10.100.57.6 with SMTP id f6mr4589583ana.1194706789000; Sat, 10 Nov 2007 06:59:49 -0800 (PST) Received: by 10.101.71.17 with HTTP; Sat, 10 Nov 2007 06:59:48 -0800 (PST) Message-ID: Date: Sat, 10 Nov 2007 16:59:48 +0200 From: einstein89@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Sat, 10 Nov 2007 15:46:57 +0000 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: www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 15:28:24 -0000 Hi. We are developers. If you want , we can help to you for Turkish language support.You can rely on us. We worked some projects. From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 15:54: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 A0A8D16A41A for ; Sat, 10 Nov 2007 15:54:07 +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 69FDD13C481 for ; Sat, 10 Nov 2007 15:54:07 +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 5DCF728444; Sat, 10 Nov 2007 10:53:47 -0500 (EST) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 4ACAC1CCC1; Sat, 10 Nov 2007 10:53:46 -0500 (EST) To: Jerahmy Pocott References: <207315CA-A46D-4715-8EFD-A0E425FC7465@optusnet.com.au> From: Lowell Gilbert Date: Sat, 10 Nov 2007 10:53:46 -0500 In-Reply-To: <207315CA-A46D-4715-8EFD-A0E425FC7465@optusnet.com.au> (Jerahmy Pocott's message of "Sat\, 10 Nov 2007 10\:55\:43 +1100") Message-ID: <44tznuhzat.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: FreeBSD Questions Subject: Re: USB Console? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 15:54:07 -0000 Jerahmy Pocott writes: > I was wondering if there is any way to put the console on a USB port? > Since serial and parallel ports are becoming things of the past and > many systems don't come with them any more.. > > Serial console on USB? I think it should work okay with a USB serial port adapter. And there's dcons(4). From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 16:01: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 4BB7E16A419 for ; Sat, 10 Nov 2007 16:01:24 +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 40D7E13C4B6; Sat, 10 Nov 2007 16:01:20 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4735D5CC.7020704@FreeBSD.org> Date: Sat, 10 Nov 2007 17:01:16 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: einstein89@gmail.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 16:01:24 -0000 einstein89@gmail.com wrote: > Hi. We are developers. If you want , we can help to you for Turkish language > support.You can rely on us. We worked some projects. > _______________________________________________ > 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 suggest you get in touch with the people at enderunix.org, they are turkish developers working on various projects. Kris From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 16:02: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 70AF416A41A for ; Sat, 10 Nov 2007 16:02:39 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2001:470:1f05:d6:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id 186FF13C494 for ; Sat, 10 Nov 2007 16:02:39 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by pinus.izb.knu.ac.kr (Postfix, from userid 59) id 564093ECA; Sun, 11 Nov 2007 01:02:37 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pinus.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 pinus.izb.knu.ac.kr (Postfix) with ESMTP id 8F33B3ECB; Sun, 11 Nov 2007 01:02:33 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha256; 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=aGOoLUvETKQycw2ByEWmRuB8CiWJruWKgiiTRqbxVZU =; b=H4vdbVuvnD2KrG5thX1h+g0xQ9Aoo0yTYENHQksoimvVWyEi1WPsMiwXjJd a3/OIeSbqTBUgX6k78XDsrh5FJDfMqs1Dukn/3fYybiX2odAw28SWD1XZVFC18kE QXF5FAkf0MSQviJZY8LJQRwRglkEpu9nm+6EkHcGCxN7YOok= Received: from chrys.izb.knu.ac.kr (chrys.izb.knu.ac.kr [IPv6:2001:470:1f05:cf:3::1]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id 1A20E3ECA; Sun, 11 Nov 2007 01:02:33 +0900 (KST) Received: from [IPv6:2001:470:1f05:d6:3::2] (jihad.izb.knu.ac.kr [IPv6:2001:470:1f05:d6:3::2]) by chrys.izb.knu.ac.kr (Postfix) with ESMTP id BE57F1CCEE; Sun, 11 Nov 2007 01:02:29 +0900 (KST) From: Byung-Hee HWANG To: einstein89@gmail.com In-Reply-To: References: Content-Type: text/plain Organization: InZealBomb Date: Sun, 11 Nov 2007 01:02:22 +0900 Message-Id: <1194710542.8388.1.camel@jihad.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: www.freebsd.org 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: Sat, 10 Nov 2007 16:02:39 -0000 On Sat, 2007-11-10 at 16:59 +0200, einstein89@gmail.com wrote: > Hi. We are developers. If you want , we can help to you for Turkish language > support.You can rely on us. We worked some projects. That's not true, you cannot help us. Please show us `uname -a'; -- "If my word isn't enough for you, ask your Don." -- Michael Corleone, "Chapter 28", page 399 From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 16:04: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 6AEDD16A419 for ; Sat, 10 Nov 2007 16:04:49 +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 0713913C4A8; Sat, 10 Nov 2007 16:04:42 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4735D698.7030706@FreeBSD.org> Date: Sat, 10 Nov 2007 17:04:40 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: bh@izb.knu.ac.kr References: <1194710542.8388.1.camel@jihad.izb.knu.ac.kr> In-Reply-To: <1194710542.8388.1.camel@jihad.izb.knu.ac.kr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: einstein89@gmail.com, freebsd-questions@freebsd.org Subject: Re: www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 16:04:49 -0000 Byung-Hee HWANG wrote: > On Sat, 2007-11-10 at 16:59 +0200, einstein89@gmail.com wrote: >> Hi. We are developers. If you want , we can help to you for Turkish language >> support.You can rely on us. We worked some projects. > > That's not true, you cannot help us. That is quite a rude thing to say, and you have no authority to say it. Kris From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 16:18:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4112E16A468; Sat, 10 Nov 2007 16:18:56 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2001:470:1f05:d6:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id DE28D13C4B8; Sat, 10 Nov 2007 16:18:55 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by pinus.izb.knu.ac.kr (Postfix, from userid 59) id AD8313EC9; Sun, 11 Nov 2007 01:18:53 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pinus.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 pinus.izb.knu.ac.kr (Postfix) with ESMTP id 5904B3EC8; Sun, 11 Nov 2007 01:18:50 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha256; 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=NPEpMfDQtnMNthhK0xB4n/ltQg1RtfN78RzHYE6lCfE =; b=AkdBvW2SNMhD8v2KLoI6G3HGrYuSPGMrw5U61uhHoeo9+WzGah7W3MDxcG6 xuLZzo8O6PIwIrg31m9o1mJfDTAETU/VMM+pFte1rCHOOmhzmX98Mv1M0cH57uKB 3r64UMcRLGdQTZzYhMKOQnxv9obDuh9xLrJ/jdQ8vs46Q+FA= Received: from chrys.izb.knu.ac.kr (chrys.izb.knu.ac.kr [IPv6:2001:470:1f05:cf:3::1]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id E76823EC7; Sun, 11 Nov 2007 01:18:49 +0900 (KST) Received: from [IPv6:2001:470:1f05:d6:3::2] (jihad.izb.knu.ac.kr [IPv6:2001:470:1f05:d6:3::2]) by chrys.izb.knu.ac.kr (Postfix) with ESMTP id 8CB241CCEE; Sun, 11 Nov 2007 01:18:46 +0900 (KST) From: Byung-Hee HWANG To: Kris Kennaway In-Reply-To: <4735D698.7030706@FreeBSD.org> References: <1194710542.8388.1.camel@jihad.izb.knu.ac.kr> <4735D698.7030706@FreeBSD.org> Content-Type: text/plain Organization: InZealBomb Date: Sun, 11 Nov 2007 01:18:40 +0900 Message-Id: <1194711520.8473.9.camel@jihad.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: einstein89@gmail.com, freebsd-questions@freebsd.org Subject: Re: www.freebsd.org 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: Sat, 10 Nov 2007 16:18:56 -0000 On Sat, 2007-11-10 at 17:04 +0100, Kris Kennaway wrote: > Byung-Hee HWANG wrote: > > On Sat, 2007-11-10 at 16:59 +0200, einstein89@gmail.com wrote: > >> Hi. We are developers. If you want , we can help to you for Turkish language > >> support.You can rely on us. We worked some projects. > > > > That's not true, you cannot help us. > > That is quite a rude thing to say, and you have no authority to say it. Sometimes, several spams arrive at my mail box with unusual subject via . So i knew the einstein89's email as a spam. That was my mistake. From now on, i can take care of myself. A thousand apologies for the my rude word, indeed ;; -- "You cannot say 'no' to the people you love, not often. That's the secret. And then when you do, it has to sound like a 'yes'. Or you have to make them say 'no'. You have to take time and trouble. But I'm old-fashioned, you're the new modern generation, don't listen to me." -- Vito Corleone, "Chapter 28", page 401 From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 16:22: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 2C56D16A41A for ; Sat, 10 Nov 2007 16:22:31 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9760113C491 for ; Sat, 10 Nov 2007 16:22:30 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id lAAGMAX2057830; Sat, 10 Nov 2007 16:22:10 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <4735DAB2.1050407@infracaninophile.co.uk> Date: Sat, 10 Nov 2007 16:22:10 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.6 (X11/20071031) MIME-Version: 1.0 To: Jonathan Horne References: <200711100917.02807.freebsd@dfwlp.com> In-Reply-To: <200711100917.02807.freebsd@dfwlp.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Sat, 10 Nov 2007 16:22:10 +0000 (GMT) X-Virus-Scanned: ClamAV 0.91.2/4745/Sat Nov 10 10:50:27 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: freebsd using sendmail with tls X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 16:22:31 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Jonathan Horne wrote: > i know, slightly off topic, but is *on* a freebsd server... right? > > my smtp is the only remaining part of my email system, that has no encryption > options, and i think i would like to add tls (even tho i rarely send smtp > mail from outside my lan). my setup is right now, fairly basic (only > includes spamassassin, sasl2, and procmail). even tho i dont much about it, > i say tls instead of ssl, as i have a few outlook clients, that would surely > annoy me 'do you really want to use this certificate', and it would surely be > each time i sent a mail. im also assuming that hopefully tls might not do > this. Adding TLS / SSL capability to the stock FreeBSD sendmail is easy. You need something like the following in your /etc/mail/$(hostname).cf: define(`CERT_DIR', `MAIL_SETTINGS_DIR`'certs')dnl define(`confCACERT_PATH', `CERT_DIR')dnl define(`confCACERT', `CERT_DIR/cacert.pem')dnl define(`confSERVER_CERT', `CERT_DIR/cert.pem')dnl define(`confSERVER_KEY', `CERT_DIR/key.pem')dnl define(`confCLIENT_CERT', `CERT_DIR/cert.pem')dnl define(`confCLIENT_KEY', `CERT_DIR/key.pem')dnl This defines two keys and certs for sendmail to use -- one set for where sendmail is the server and the other for where it is the client. As shown, you can use the same key and cert for either role, and it will work pretty well all the time. Occasionally however you may run into systems that get snotty about the distinction between client and server certs -- in that case, the STARTTLS negociation would fail and you'ld probably end up sending the message in plain text. That's not a huge disadvantage given that the majority of mail systems on the net don't offer the possibility of TLS in any case. Unlike eg. HTTPS, there's no big thing about buying a server cert signed by one of the well known CAs -- TLS is more about anti-snooping than assurance of the other parties identity. While you can get e-mail certs from, eg. Thawte for free, they are generally aimed at use in e-mail client applications. E-mail servers almost exclusively use self-signed certificates. To generate a self-signed cert, you can follow the instructions here: http://www.sendmail.org/~ca/email/other/cagreg.html That's a very basic set of instructions. There are some more expansive general instructions on setting up TLS at: http://aput.net/~jheiss/sendmail/tlsandrelay.shtml You don't need to worry about the section of the instructions about compiling sendmail with SSL support -- that's all already enabled in the system sendmail. > before i spend hours and hours googling out my instructions on how to so do, > does the tls session operate over the standard port 25, or is this what is > referred to as the smtps port? and if so, can the server accept either > version over the same port? E-mails generally use the 'STARTTLS' approach -- that is, you make an initial unencrypted connection on the usual port 25 and then turn that into an encrypted connection over the same port numbers. There is an alternative approach using port 465, where encryption is assumed from the very beginning (much more like how HTTPS works) This is not used by the majority of MTAs out there on the 'net -- I believe it exists to support certain client software that can't do STARTTLS when submitting new messages. If you're using eg. Thunderbird, then it supports STARTTLS perfectly well and you only need port 25 -- possibly port 587 if you want to be compliant with RFC 2476. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHNdqx8Mjk52CukIwRCLyZAJ9pDb0/8y7txGPniAdRdvQrRS7rogCdHXth ri700SbDqcCw0lOL9KDggd8= =sozL -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 16:26: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 A7F0516A46C for ; Sat, 10 Nov 2007 16:26:49 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 7266D13C4A3 for ; Sat, 10 Nov 2007 16:26:48 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1019352waf for ; Sat, 10 Nov 2007 08:26:38 -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=UNqgjouc08p2mQoKtbZG6u6XFFIdGQdSMn9RtnueujM=; b=HY1CYn0V5+RwxRnCcGEHGlvGXgZsCDI/WT/9URou4RwBwkuu1dDtwYfS5EP+B9cHN3e3YB5qOtQA8DgmZ0YXm6ET47sL66OEGxPcwCiF08vqQpxI29ng8aUMEql54okbBkmqtN7ZtG+6KWqR77WqLO3j60ZmPRVLHGwaqpKWWFc= 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=BQ8LgbLPSAPnW0wTQ8MQJ7pRWWlxCfPuBoBKKwVwF9QZl8Y3o7S7CqM+juVLwpqZ/UjLigCNVCiyPEhjCBGdBrTWHJyTjVfq/a8/EMdzzVzWSNB53Bs6vShAQXntKNp38+Z5dwTT9cnzJu7GWd2vOPudzbtD63SEC7rbr/OKNM4= Received: by 10.114.135.1 with SMTP id i1mr1062364wad.1194711998299; Sat, 10 Nov 2007 08:26:38 -0800 (PST) Received: by 10.114.254.9 with HTTP; Sat, 10 Nov 2007 08:26:38 -0800 (PST) Message-ID: <340a29540711100826m13846542tf3a384271208357c@mail.gmail.com> Date: Sat, 10 Nov 2007 09:26:38 -0700 From: "Andrew Falanga" To: fatman@n0.5p4m.crackmonkey.us In-Reply-To: <473467ED.1010107@crackmonkey.us> MIME-Version: 1.0 References: <340a29540711080658y2567679epd1e11c584d1c9ed2@mail.gmail.com> <473467ED.1010107@crackmonkey.us> 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: User Questions Subject: Re: Botched X.org upgrade, need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 16:26:49 -0000 On Nov 9, 2007 7:00 AM, Adam J Richardson wrote: > Andrew Falanga wrote: > Hi Andy, > > I botched my 6.9-7.2 upgrade too. It's easy to do even if you follow the > instructions. Can't remember what the problem was now, certainly it was > something no one else had, typical. :^) Ah well, all fixed now anyway. > > It's easy to botch even a simple install of X. Took me a while to learn > that you have to install 1) Xorg, 2) mesa-demos, 3) nVidia driver, in > that order (assuming you want mesa-demos, of course). > > Regards, > Adam J Richardson > Thanks. Unfortunately, I'm using amd64 and the nVidia driver isn't yet ported (there was a thread on the reason why quite some time ago, it's something to do with FreeBSD internally). Andy From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 16:55: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 196BB16A46E for ; Sat, 10 Nov 2007 16:55:10 +0000 (UTC) (envelope-from jurjenm@stack.nl) Received: from mx1.stack.nl (meestal-mk5.stack.nl [IPv6:2001:610:1108:5010::149]) by mx1.freebsd.org (Postfix) with ESMTP id C495113C48A for ; Sat, 10 Nov 2007 16:55:09 +0000 (UTC) (envelope-from jurjenm@stack.nl) Received: by mx1.stack.nl (Postfix, from userid 65534) id D1B0D3FCA0; Sat, 10 Nov 2007 17:55:08 +0100 (CET) X-Spam-DCC: : toad.stack.nl 1356; Body=1 Fuz1=1 Fuz2=1 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on toad.stack.nl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC, SPF_NEUTRAL autolearn=no version=3.2.3 X-Spam-Relay-Country: NL Received: from jurjen (a62-251-106-27.adsl.xs4all.nl [62.251.106.27]) by mailhost.stack.nl (Postfix) with ESMTP id 07BB740780 for ; Sat, 10 Nov 2007 17:55:01 +0100 (CET) Received: by jurjen (sSMTP sendmail emulation); Sat, 10 Nov 2007 17:53:09 +0000 Date: Sat, 10 Nov 2007 17:53:09 +0000 From: Jurjen Middendorp To: freebsd-questions Message-ID: <20071110175309.GA52076@s062107.lan> Mail-Followup-To: Jurjen Middendorp , freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Organization: FOTLP (Federation Of Terribly Lazy People) Subject: problems using gdb on threaded 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: Sat, 10 Nov 2007 16:55:10 -0000 Hello, when i try to debug a program with threads (with gdb) gdb complains about not being able to find thread start point and kind of hangs (see below). It is quite likely i misconfigured something, but i have no idea what that something would be (maybe forgot to put stuff in kernel?). I tried installing a newer version of gdb (6.6) but that fails in a different way, it can't get the thread info (breakpoints seem to work better though :) I also tried to recompile libpthread in /usr/src/lib with debug flag, but no potato. What else can i try now? i'm kind of stumped. - jurjen PS. Below is an output of the errors of gdb and a small program that fails. -------------------------------------------------------------------------------- Script started on Sat Nov 10 16:51:32 2007 /home/jurjen/C $cat threadthingy.c #include #include void * start(void* blah) { printf("hello from a thread!\n"); return NULL; } int main(void) { pthread_t tid; pthread_create(&tid, NULL, start, NULL); pthread_join(tid, NULL); printf("done!\n"); return 0; } /home/jurjen/C $gdb -v GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". /home/jurjen/C $gdb threadthingy (gdb) break main Breakpoint 1 at 0x804860c: file threadthingy.c, line 11. (gdb) r Starting program: /stuff/backup/C/threadthingy warning: Unable to get location for thread creation breakpoint: generic error [New LWP 100143] ^C^C^Chelp, gdb hang and now i have to kill it!!^C^C^C^CKilled /home/jurjen/C $gdb66 threadthingy GNU gdb 6.6 [GDB v6.6 for FreeBSD] Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-portbld-freebsd6.2"... Hello, when i try to debug a program with threads (with gdb) gdb complains about not being able to find thread start point and kind of hangs (see below). It is quite likely i misconfigured something, but i have no idea what that something would be (maybe forgot to put stuff in kernel?). I tried installing a newer version of gdb (6.6) but that fails in a different way, it can't get the thread info (breakpoints seem to work better though :) I also tried to recompile libpthread in /usr/src/lib with debug flag, but no potato. What else can i try now? i'm kind of stumped. (gdb) b main Breakpoint 1 at 0x804860c: file threadthingy.c, line 11. (gdb) b start Breakpoint 2 at 0x80485d6: file threadthingy.c, line 5. (gdb) r Starting program: /stuff/backup/C/threadthingy Breakpoint 1, main () at threadthingy.c:11 11 pthread_create(&tid, NULL, start, NULL); (gdb) c Continuing. Breakpoint 2, start (blah=0x0) at threadthingy.c:5 5 printf("hello from a thread!\n"); (gdb) info threads (gdb) info thread (gdb) help info threads IDs of currently known threads. (gdb) thread 1 Thread ID 1 not known. (gdb) thread 0 Thread ID 0 not known. (gdb) thread [Current thread is 0 (process 53031)] (gdb) thread next No symbol "next" in current context. (gdb) thread 0 Thread ID 0 not known. (gdb) info thread (gdb) c Continuing. Breakpoint 2, start (blah=0x0) at threadthingy.c:5 5 printf("hello from a thread!\n"); (gdb) c Continuing. Breakpoint 2, start (blah=0x0) at threadthingy.c:5 5 printf("hello from a thread!\n"); (gdb) c Continuing. Breakpoint 2, start (blah=0x0) at threadthingy.c:5 5 printf("hello from a thread!\n"); (gdb) n 0x2809373e in ?? () from /lib/libpthread.so.2 (gdb) d b Delete all breakpoints? (y or n) y (gdb) c Continuing. hello from a thread! done! Program exited normally. (gdb) quit Script done on Sat Nov 10 16:53:31 2007 -------------------------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 17:31: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 AB86E16A418 for ; Sat, 10 Nov 2007 17:31:01 +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 68CB113C4A3 for ; Sat, 10 Nov 2007 17:30:57 +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 lAAHR499089623; Sat, 10 Nov 2007 12:27:04 -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 lAAHR3Vs089622; Sat, 10 Nov 2007 12:27:03 -0500 (EST) (envelope-from jerrymc) Date: Sat, 10 Nov 2007 12:27:03 -0500 From: Jerry McAllister To: Byung-Hee HWANG Message-ID: <20071110172703.GB89498@gizmo.acns.msu.edu> References: <1194710542.8388.1.camel@jihad.izb.knu.ac.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1194710542.8388.1.camel@jihad.izb.knu.ac.kr> User-Agent: Mutt/1.4.2.2i Cc: einstein89@gmail.com, freebsd-questions@freebsd.org Subject: Re: www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 17:31:01 -0000 On Sun, Nov 11, 2007 at 01:02:22AM +0900, Byung-Hee HWANG wrote: > On Sat, 2007-11-10 at 16:59 +0200, einstein89@gmail.com wrote: > > Hi. We are developers. If you want , we can help to you for Turkish language > > support.You can rely on us. We worked some projects. > > That's not true, you cannot help us. Please show us `uname -a'; What does that mean? Maybe they can contribute. Do you know some secret? ////jerry > > -- > "If my word isn't enough for you, ask your Don." > -- Michael Corleone, "Chapter 28", page 399 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 17:51: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 4FA0D16A421 for ; Sat, 10 Nov 2007 17:51:06 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2001:470:1f05:d6:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id EFF8013C4AC for ; Sat, 10 Nov 2007 17:51:05 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by pinus.izb.knu.ac.kr (Postfix, from userid 59) id 6379C3EC8; Sun, 11 Nov 2007 02:51:03 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pinus.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 pinus.izb.knu.ac.kr (Postfix) with ESMTP id F16213EC7; Sun, 11 Nov 2007 02:51:01 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha256; 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=v2k8j43gCDQSONQCT9OUEch5vyWAXFpmgqayfPDMFcc =; b=H2F3K95xThtna/lLYS0el6ZpYt5sMPXLuTy6mLHq3ClnjfvQwuh4EEYqJYC mEdriAbyaASU17nScFsSS/lBF9orYoXl5YLGB3u6JRinIVa4FwujzOThtAdlTXp3 7vR7q3pSO4p7fEsfYswVuKdxVQTywXXRxHatjgXvQ0OyWOF0= Received: from chrys.izb.knu.ac.kr (chrys.izb.knu.ac.kr [IPv6:2001:470:1f05:cf:3::1]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id 8A1AE3EC6; Sun, 11 Nov 2007 02:51:01 +0900 (KST) Received: from [IPv6:2001:470:1f05:d6:3::2] (jihad.izb.knu.ac.kr [IPv6:2001:470:1f05:d6:3::2]) by chrys.izb.knu.ac.kr (Postfix) with ESMTP id 598A41CCEE; Sun, 11 Nov 2007 02:50:57 +0900 (KST) From: Byung-Hee HWANG To: Jerry McAllister In-Reply-To: <20071110172703.GB89498@gizmo.acns.msu.edu> References: <1194710542.8388.1.camel@jihad.izb.knu.ac.kr> <20071110172703.GB89498@gizmo.acns.msu.edu> Content-Type: text/plain Organization: InZealBomb Date: Sun, 11 Nov 2007 02:50:52 +0900 Message-Id: <1194717052.873.9.camel@jihad.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: einstein89@gmail.com, freebsd-questions@freebsd.org Subject: Re: www.freebsd.org 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: Sat, 10 Nov 2007 17:51:06 -0000 On Sat, 2007-11-10 at 12:27 -0500, Jerry McAllister wrote: > On Sun, Nov 11, 2007 at 01:02:22AM +0900, Byung-Hee HWANG wrote: > > > On Sat, 2007-11-10 at 16:59 +0200, einstein89@gmail.com wrote: > > > Hi. We are developers. If you want , we can help to you for Turkish language > > > support.You can rely on us. We worked some projects. > > > > That's not true, you cannot help us. Please show us `uname -a'; > > What does that mean? Maybe they can contribute. > Do you know some secret? As before i replied to Kris, that was my mistake. At that time, i knew einstein89 as a spammer. Again i speak, "I am very sorry for the my rude remark, indeed.." -- "Never get angry. Never make a threat. Reason with people." -- Vito Corleone, "Chapter 1", page 57 From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 17:59: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 2236616A46C for ; Sat, 10 Nov 2007 17:59:00 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id E800213C4F6 for ; Sat, 10 Nov 2007 17:58:58 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so144908ana for ; Sat, 10 Nov 2007 09:58: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:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=pT8N8sPGct4/0T5PA+Lxnv6s1gDMSUBi+qwvCT2fZ4M=; b=TyrRQ/I2dvUGOYOCVB0oxuf0NjuUeuA9bezYoX8sIP44xjiTsifjeFzqImAbcT++kdh0YEzhHd3YlyxvMU2AGtZDT38Hj/+1wMzTysyizeen3ZcMw/eJqRR5RsZxxTDxaADuqmvCw2AMmX/0Ok1+mfmcfbwqtayo8tgPCWMhib0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=pRRGzIpsYL6lUHylAEGbxGEhVR9WPMYyNlIZ1fXldKcs1z83AAJwK1EkzHSLw8rrKXhg0rs8FvbsppHcvOXcP3vFsfemz1LaYdcOFRVtcGvOyzLFZHAaU3/oDUto/QbnB4oGtGizcqBvKGQx+ik4xEUklYMG/k0oS+fHlb5APa0= Received: by 10.100.247.14 with SMTP id u14mr4893504anh.1194717528267; Sat, 10 Nov 2007 09:58:48 -0800 (PST) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id p27sm1485290ele.2007.11.10.09.58.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 10 Nov 2007 09:58:47 -0800 (PST) Message-ID: <4735F154.5080105@gmail.com> Date: Sat, 10 Nov 2007 12:58:44 -0500 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071109) MIME-Version: 1.0 To: FreeBSD Questions , freebsd-ports@freebsd.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: port build order X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 17:59:00 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 How do I get a list of ports that need to be made before a port is made given the following: Note: Sorry for the *CAPS* stuff but I am using my standard specs formating 1. The list *MUST* be in build order with the first port either being the first or last line (make missing or pkg_info search=XXX display=bdeps,rdeps) 2. If the package is already installed it *MUST NOT* appear on the list The goal here is for any given port I want to be able to build each dependency one at a time (to do some testing) and I have found hand tracing through the dependency list on the web site to be extremely tedious - -- 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 iD8DBQFHNfFUJ9+1V27SttsRAsvrAKCOeW/8amUokHwuNWzu3Q2uKjESMgCeL99Y GWjwSQWLjyJ1a8h/CZG7Wx0= =8OaW -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 19:22: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 5781416A41B for ; Sat, 10 Nov 2007 19:22:20 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: from web34404.mail.mud.yahoo.com (web34404.mail.mud.yahoo.com [66.163.178.153]) by mx1.freebsd.org (Postfix) with SMTP id 0403213C4CA for ; Sat, 10 Nov 2007 19:22:19 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: (qmail 73580 invoked by uid 60001); 10 Nov 2007 19:22:10 -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=1DIS+9eL1vgl+UVfej6t1tO+i4qt5L6cz2tZzBvxBYM/izPLZ/nSpaNIGMvlgWjvXjd92SRg9fFWjaFNI5tVhRCWB5rpNU3AqTM25L4omeVXvAyWHMzwLLnSWFA8RIO1TEfX26k+74QLQnyepFveCrDMZZIbZ0b2n7/tt6Y9nmc=; X-YMail-OSG: 9BZfyzIVM1lOl4l_LmYz2kwKcfavbODbP2CjzyBNBvbP6j4KNhlTVcS31EI1ygBQT5UVv8JmLf4.cxKMdWwjem6pjw-- Received: from [67.189.206.211] by web34404.mail.mud.yahoo.com via HTTP; Sat, 10 Nov 2007 11:22:10 PST X-Mailer: YahooMailRC/818.27 YahooMailWebService/0.7.152 Date: Sat, 10 Nov 2007 11:22:10 -0800 (PST) From: White Hat To: FreeBSD Users Questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <846921.73269.qm@web34404.mail.mud.yahoo.com> Subject: ' Openssl.cnf ' and ' .rand ' file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 19:22:20 -0000 openssl 0.9.7e-p1 25 Oct 2004 I have not been able to find an answer to this question on Google, so I figured I had better ask it here. In the '/etc/ssl/openssl.cnf' file, there is an entry for: RANDFILE = $dir/private/.rand # private random number file Well, that file does not exist. I cannot find it anywhere on my system and I have not been able to figure out how to create it. Also, where could I locate some information on the 'openssl.cnf' file. There does not appear to be a 'man' page for it. I would like some more information on what all of the settings mean and possibly how to set them for my particular needs. 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 Sat Nov 10 19:39: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 A7EC516A418 for ; Sat, 10 Nov 2007 19:39:30 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.225]) by mx1.freebsd.org (Postfix) with ESMTP id 55E1813C4BC for ; Sat, 10 Nov 2007 19:39:29 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: by qb-out-0506.google.com with SMTP id e12so1657275qba for ; Sat, 10 Nov 2007 11:39: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:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VAl+btR2CWjes6avcDtYYnBJZfmDZf/YHwqlw01sGNU=; b=Ur+d/4aTbmgjRumS8zJaWB+fMu6hifkP2SGx5+ZIIODwBD3NGowevi6E+8q57Zs8EnRojpRYP0yZy4bUsvgfQNI13BFWG4x6DY8XJVaHi27d70ZmliDEFDslvFFe9biyFHUYMg0xCLBd8nKCCyDUSqXEjOe8hcN51jW61ewGck8= 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=Dhwz49dPr69RQTshH58jbUfIh6HWZ1+Y4CDnLNFk7u2Ym+Vp7RlAwDSP5x7q8/AojRjF3eD0+W9ZBIkgoaMdUMB9H/KavIsWfqNH8LSd9hWF6oJtRIwyqN8VzpsSfkMtSawu6ScchmaT9Mddt4WeqId/0QcC+MJ2Q55/8WAOsCE= Received: by 10.142.14.20 with SMTP id 20mr764097wfn.1194723560868; Sat, 10 Nov 2007 11:39:20 -0800 (PST) Received: by 10.142.179.16 with HTTP; Sat, 10 Nov 2007 11:39:20 -0800 (PST) Message-ID: <235b80000711101139p2be56bc5h630728574f968642@mail.gmail.com> Date: Sat, 10 Nov 2007 21:39:20 +0200 From: "tethys ocean" To: bh@izb.knu.ac.kr In-Reply-To: <1194717052.873.9.camel@jihad.izb.knu.ac.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1194710542.8388.1.camel@jihad.izb.knu.ac.kr> <20071110172703.GB89498@gizmo.acns.msu.edu> <1194717052.873.9.camel@jihad.izb.knu.ac.kr> Cc: Jerry McAllister , einstein89@gmail.com, freebsd-questions@freebsd.org Subject: Re: www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 19:39:30 -0000 Hi all I am from TR also, I have never heard any Turkish FreeBSD contributer or developer except enderunix team. Einstein you can began building a web site than put inside your document about FreeBSD and also your project+code tips etc, so we can benefit all these. And also I am agree with Kris you can share your accumulation with enderunix team. On Nov 10, 2007 7:50 PM, Byung-Hee HWANG wrote: > On Sat, 2007-11-10 at 12:27 -0500, Jerry McAllister wrote: > > On Sun, Nov 11, 2007 at 01:02:22AM +0900, Byung-Hee HWANG wrote: > > > > > On Sat, 2007-11-10 at 16:59 +0200, einstein89@gmail.com wrote: > > > > Hi. We are developers. If you want , we can help to you for Turkish language > > > > support.You can rely on us. We worked some projects. > > > > > > That's not true, you cannot help us. Please show us `uname -a'; > > > > What does that mean? Maybe they can contribute. > > Do you know some secret? > > As before i replied to Kris, that was my mistake. At that time, i knew > einstein89 as a spammer. Again i speak, "I am very sorry for the my rude > remark, indeed.." > > -- > "Never get angry. Never make a threat. Reason with people." > -- Vito Corleone, "Chapter 1", page 57 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 19:49: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 2523716A41B for ; Sat, 10 Nov 2007 19:49:18 +0000 (UTC) (envelope-from fbsdlists@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 CAC9713C4AC for ; Sat, 10 Nov 2007 19:49:17 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so591418nzf for ; Sat, 10 Nov 2007 11:49:08 -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=YrlU9UKH9jWhs1pwRqPiWvw/A9pEG51hKBbLgsPvKqc=; b=YH4TweWTuX3C3Zrle6oPjmW/IDHI+nYxjcBds+EOMBIs1SAbJKMMlOuIfoP9ANSx+UA7a/hMWNdThvfBOw5Obj3v+SmQIS2HKlNKDWpXRT+dKq+Stf99OyI7fC8WY5AxQlgiMyytdpgBz3Qb4N0jkHrzWbZSpyppBvtZC+TmK5U= 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=RA3M7HwvtsZviIRhTk3S9vEfAA+aKEldPwNbkxs/aHf3cVQYgSiqJJGlHX3DqPyp5Y2AkyX6T5SNlIH1hmCTLV06T1FICUc7f93bMA4dJ4QFlX91ZaYjavbdxhWRC4sVgTbQC7dU+FN7zXo2UH8jAD+aTpGseUH1x+9vYIq3sWE= Received: by 10.142.148.7 with SMTP id v7mr818991wfd.1194724147911; Sat, 10 Nov 2007 11:49:07 -0800 (PST) Received: by 10.142.216.9 with HTTP; Sat, 10 Nov 2007 11:49:07 -0800 (PST) Message-ID: <54db43990711101149k62ce4ac2m1cf797f1671ba6fa@mail.gmail.com> Date: Sat, 10 Nov 2007 14:49:07 -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: 7.0-B2 & IPFW/IP6FW interaction X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 19:49:18 -0000 I've been trying to learn about IPv6, using the 7.0 series as my platform so it gets some exercise before release, and I've run into a few odd interactions between IPFW handling of IPv4 and IPv6. The only one I can reliably reproduce is pretty straightforward: if I set up /etc/rc.conf to enable IPFW for both IPv4 and IPv6, both with the CLIENT rule set, and edit /etc/rc.firewall and /etc/rc.firewall6 accordingly, only one ruleset gets loaded. On my test system, the IPv6 ruleset is loaded first, and then when the IPv4 ruleset is loaded, the flush command in rc.firewall removes all of the IPv6 rules, so I end up with default deny for IPv6, plus all of my normal IPv4 rules. It's possible that this interaction explains the other oddities I thought I've seen but haven't reliably reproduced. I fixed it by removing the flush commands from both rc.firewall and rc.firewall6, but I expect this broke the proper operation of "/etc/rc.d/ipfw restart" (although I haven't actually tested that. I just manually flush the rules if I need to restart the firewall). Am I running into this problem because 7.0 expects me to do something differently, or is this actually a bug? It appears the problem is in the old config scripts (rc.firewall and rc.firewall6) that worked properly when IPFW and IP6FW were independent, but now interact with each other. It would probably make sense to integrate the two scripts into a single rc.firewall script, but I haven't had time to take a shot at that yet. If the load order is always the same, then of course I can just remove the flush command from the second rule set and it will solve the problem. Again, I haven't looked into that yet. I've also noticed there are new rc.conf variables (e.g. firewall_myservices, firewall_allowservices) that appear to be intended to configure default rules for me, but I have not investigated them. Perhaps I should? In /etc/rc.conf the firewall statements I have are: firewall_enable="YES" firewall_logging="YES" firewall_type="CLIENT" ipv6_firewall_enable="YES" ipv6_firewall_logging="YES" ipv6_firewall_type="CLIENT" and this is 7.0-BETA2 - Bob From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 20:10: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 7102816A420 for ; Sat, 10 Nov 2007 20:10:06 +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 2D83613C4D3 for ; Sat, 10 Nov 2007 20:10:05 +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; 10 Nov 2007 15:09:52 -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.5-GA) with ESMTP id JHX08193; Sat, 10 Nov 2007 15:09:52 -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; 10 Nov 2007 15:08:43 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18230.4105.874706.301172@jerusalem.litteratus.org> Date: Sat, 10 Nov 2007 15:09:45 -0500 To: "Bob Johnson" In-Reply-To: <54db43990711101149k62ce4ac2m1cf797f1671ba6fa@mail.gmail.com> References: <54db43990711101149k62ce4ac2m1cf797f1671ba6fa@mail.gmail.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: 7.0-B2 & IPFW/IP6FW interaction X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 20:10:06 -0000 Bob Johnson writes: > On my test system, the IPv6 ruleset is loaded first, and then > when the IPv4 ruleset is loaded, the flush command in rc.firewall > removes all of the IPv6 rules, so I end up with default deny for > IPv6, plus all of my normal IPv4 rules. It's possible that this > interaction explains the other oddities I thought I've seen but > haven't reliably reproduced. > > I fixed it by removing the flush commands from both rc.firewall > and rc.firewall6, but I expect this broke the proper operation of > "/etc/rc.d/ipfw restart" (although I haven't actually tested > that. I just manually flush the rules if I need to restart the > firewall). There are a number of good reasons to Not Do That, which others can explain better than I. Instead let me suggest you make a copy of those scripts, then ponder this part of my rc.conf: firewall_enable="YES" # Set to YES to enable firewall functionality firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall) firewall_script="/etc/ipfw.master" # Use this instead of /etc/rc.firewall ipv6_firewall_enable="YES" # Set to YES to enable IPv6 firewall ipv6_firewall_type="UNKNOWN" # see /etc/rc.firewall6 ipv6_firewall_script="/etc/ipfw.v6.set" # Which script to run to # set up the IPv6 firewall ipv6_firewall_flags="" # see /etc/rc.firewall6 Robert Huff From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 20:57:48 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 EC73316A421 for ; Sat, 10 Nov 2007 20:57:48 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-6.csi.cam.ac.uk (ppsw-6.csi.cam.ac.uk [131.111.8.136]) by mx1.freebsd.org (Postfix) with ESMTP id 74B4013C4A8 for ; Sat, 10 Nov 2007 20:57:48 +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]:1513 helo=[192.168.2.186]) by ppsw-6.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1IqxOU-0004Qy-Jp (Exim 4.67) (return-path ); Sat, 10 Nov 2007 20:57:30 +0000 Message-ID: <47361B0D.6060608@cam.ac.uk> Date: Sat, 10 Nov 2007 20:56:45 +0000 From: Christopher Key User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: noc@hdk5.net References: <47348BDE.9090206@cam.ac.uk> <4734A4DE.5020705@hdk5.net> In-Reply-To: <4734A4DE.5020705@hdk5.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: OT: Looking for some inpiration with UPS setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 20:57:49 -0000 NetOpsCenter wrote: > Christopher Key wrote: >> >> I've a FreeBSD fileserver, a solid state router (Linksys box running >> OpenWRT) and a couple of gigabit switches that I'd like to move onto >> a UPS (I'm primarily looking at the APC Smart-UPS line). >> > I have a similar setup in my noc shed. > > I got 2 old APC units that a client had replaced and attached a 120 > AMP stationery batteries to them. They will power the switch, 3 > servers and KVM switches and a monitor for 6 hours uninterrupted. > It's not pretty to look at but is stable and does the job nicely. > I'm rather pressed for space, this gear is in a tiny cupboard also storing the traditional contents of a utility room and garage. I'd manged to allow myself 1 shelf, 30cm x 50cm x 20cm for the UPS gear. That might just be enough space to squeeze in a UPS and a 120Ah SLA battery, which would keep both up for at least 6h, hopefully enough to span most outages. For outages longer than that, I'd probably not mind losing my DHCP leases anyway. Are there any specific requirements for the attached batteries, or will any 12V SLA battery suffice? It's just a shame that no UPS units offer a WOL option for waking up attached equipment. Regards, Chris From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 21: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 1A1DF16A421 for ; Sat, 10 Nov 2007 21:14:19 +0000 (UTC) (envelope-from clubturbo@web-tricks.net) Received: from smtp2.abac.com (smtp2.abac.com [216.55.128.210]) by mx1.freebsd.org (Postfix) with ESMTP id F3EC813C4B3 for ; Sat, 10 Nov 2007 21:14:18 +0000 (UTC) (envelope-from clubturbo@web-tricks.net) Received: from c-67-166-139-235.hsd1.ca.comcast.net ([67.166.139.235] helo=dragon) by smtp2.abac.com with esmtpa id 1Iqx1k-000OIq-An for freebsd-questions@freebsd.org; Sat, 10 Nov 2007 12:34:00 -0800 Message-ID: <002601c823d8$f80822d0$dedca8c0@dragon> From: To: Date: Sat, 10 Nov 2007 12:33:35 -0800 MIME-Version: 1.0 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CVS setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 21:14:19 -0000 Hello Everyone I am trying to get cvs(up ?)=20 to run on Eclipse & Webmin also. I have 6.2 stable running! How may I get the source for say 6.2 stable pre 6.3 prerelease ? I can do this the normal way on freebsd but I would like a copy to mess with on Eclipse localy! From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 21:45: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 1D7A116A418 for ; Sat, 10 Nov 2007 21:45:48 +0000 (UTC) (envelope-from johnjgsmith@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 9CDE613C494 for ; Sat, 10 Nov 2007 21:45:47 +0000 (UTC) (envelope-from johnjgsmith@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1102589fka for ; Sat, 10 Nov 2007 13:45:40 -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=ulypsYJSwejGeujtmgr0rS3WHrhC0yBUsW91LHVaGq4=; b=hHptPSsjESo1cgp5/JPNeaoAnU+QWu/9Sh0uxCOv5Di8uqCEktdKpaAVgzxVUxIJd9XkC5gKU8F+YO83Wgu8rZzLrhDbLY6xbvAAyUR8YRdvZi9pd/0naHT1Vc0bA9PubFufxK43CbMGGjKvhmUPw3X6eWsKBKUP94+aC80+RPc= 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=BDGDzL3yUz+sK/7GqZ3y04aBl7+RsYNZDrwZzlD3gbzX2Vtd43iFEvOxRDBUgFj0uZoHYf8uYwP3WDvjgvO04u/81mJhWK3cE1uPhgTFswzyHW41YVHUsceq2OxnQMzmUjvvqagRQOr4/ct6EJfOptV9ljhZzMrp7HJJlpOB36M= Received: by 10.82.138.6 with SMTP id l6mr7541694bud.1194731135889; Sat, 10 Nov 2007 13:45:35 -0800 (PST) Received: by 10.82.182.17 with HTTP; Sat, 10 Nov 2007 13:45:30 -0800 (PST) Message-ID: Date: Sat, 10 Nov 2007 15:45:30 -0600 From: "John Smith" To: "Giorgos Keramidas" In-Reply-To: <20071110154011.GB2060@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071110154011.GB2060@kobe.laptop> Cc: freebsd-questions@freebsd.org Subject: Re: nanobsd, picobsd, tinybsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 21:45:48 -0000 I'd expected a more level headed reply from this FreeBSD list. How is a newbie supposed to know the differenced and how can I test this if I don't have a spare machine? My question was more out of interest. This mailing list is called FreeBSD-Questions, so why can't I asked a reasonable question and expect a reasonable reply...? On Nov 10, 2007 9:40 AM, Giorgos Keramidas wrote: > On 2007-11-09 17:01, John Smith wrote: > > Can anybody please explain to my what the differences are between > > nanobsd, picobsd and tinybsd. > > > > They all seem to be doing the same (creating a minimal FreeBSD image > > that can be used in embedded systems), or is this not right? > > What don't you experiment with them, and see? :) > > From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 22:11: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 5DBC216A417 for ; Sat, 10 Nov 2007 22:11:48 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 3213D13C48A for ; Sat, 10 Nov 2007 22:11:48 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lAAMBaAO018436 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 10 Nov 2007 14:11:36 -0800 X-Auth-Received: from [128.208.5.249] (lodovico.cs.washington.edu [128.208.5.249]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lAAMBZ05007128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Nov 2007 14:11:36 -0800 Message-ID: <47362CE3.5060600@u.washington.edu> Date: Sat, 10 Nov 2007 14:12:51 -0800 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: John Smith References: <20071110154011.GB2060@kobe.laptop> In-Reply-To: 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.10.135026 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_MEDIA_BODY 0, __CP_POSSIBLE_EXPLOIT_SUBJ 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: Giorgos Keramidas , freebsd-questions@freebsd.org Subject: Re: nanobsd, picobsd, tinybsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 22:11:48 -0000 John Smith wrote: > I'd expected a more level headed reply from this FreeBSD list. How is > a newbie supposed to know the differenced and how can I test this if I > don't have a spare machine? > > My question was more out of interest. This mailing list is called > FreeBSD-Questions, so why can't I asked a reasonable question and > expect a reasonable reply...? > > > > On Nov 10, 2007 9:40 AM, Giorgos Keramidas wrote: > >> On 2007-11-09 17:01, John Smith wrote: >> >>> Can anybody please explain to my what the differences are between >>> nanobsd, picobsd and tinybsd. >>> >>> They all seem to be doing the same (creating a minimal FreeBSD image >>> that can be used in embedded systems), or is this not right? >>> >> What don't you experiment with them, and see? :) Please read the explanations on each page. You'll find that they differ as follows: http://www.tinybsd.org/tinybsd -- TinyBSD (I emphasize the words "tools", "scripts", "development", and "dynamically linked"). http://www.freebsd.org/doc/en_US.ISO8859-1/articles/nanobsd/index.html -- nanobsd (sounds like a complete, read-only system). http://en.wikipedia.org/wiki/PicoBSD -- picobsd (obsolete; replaced by nanobsd according to the Wiki page). -Garrett From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 22:11: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 CCC7F16A4F3 for ; Sat, 10 Nov 2007 22:11:54 +0000 (UTC) (envelope-from bennett@cs.niu.edu) Received: from mp.cs.niu.edu (mp.cs.niu.edu [131.156.145.41]) by mx1.freebsd.org (Postfix) with ESMTP id A07B513C480 for ; Sat, 10 Nov 2007 22:11:54 +0000 (UTC) (envelope-from bennett@cs.niu.edu) Received: from mp.cs.niu.edu (bennett@localhost [127.0.0.1]) by mp.cs.niu.edu (8.14.2/8.14.2) with ESMTP id lAALDCH8007344; Sat, 10 Nov 2007 15:13:12 -0600 (CST) Date: Sat, 10 Nov 2007 15:13:12 -0600 (CST) From: Scott Bennett Message-Id: <200711102113.lAALDCoQ007343@mp.cs.niu.edu> To: Christopher Key , freebsd-questions@freebsd.org Cc: Subject: Re: freebsd-questions Digest, Vol 196, Issue 38 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 22:11:54 -0000 On Fri, 09 Nov 2007 16:33:34 +0000 Christopher Key wrote: >Apolgies for the slightly OT post, but I'm hoping that some of the >ammased expertise might be able to suggest a solution. > >I've a FreeBSD fileserver, a solid state router (Linksys box running >OpenWRT) and a couple of gigabit switches that I'd like to move onto a >UPS (I'm primarily looking at the APC Smart-UPS line). > >The requirements for the FreeBSD system are pretty simple, it's not >likely to be of any use if the power's out, so after a few minutes to >allow any files open over the network to be saved, it should perform an >orderly shutdown and remain off until the power returns. However, the >router is a little different. It maintains some state information in >RAM (dhcp leases etc) that I'd prefer not to lose during a short power >outage, and it would also be useful to retain internet access, so >ideally I'd like the router and switches to stay up for as long as the >battery lasts in the UPS. > >Space and budget are limited, so ideally I'd like to achieve all this >with a single UPS, which is where the problems arise. As I understant >it, when the UPS wants to wake the attached machines up, it power cycles >its output. This however will reset the router, which was what I was >hoping to avoid. > > >I've thought around the problem for some time, but not come up with any >convincing solutions: > >1) Use some sort of WOL command from the router to the FreeBSD system >rather than having the UPS power cycle its output. How does the router >know the power's returned? Can the UPS be set not to power cycle its >power output when the power returns? > >2) Use a second cheap UPS to 'protect' the router whilst the primary UPS >cycles its power output. This seems rather crude, and would presumably >reduce the battery life of the primary UPS due the losses in the second UPS. By the above, I understand you to be proposing to plug the "secondary" into the "primary", rather than powering the two UPSes separately. Why would you do the former rather than the latter? > >3) Have the UPS wake the PC via some other means. USB would seem to >ideal choice, but the motherboard won't do a wake on USB from S5, and >I'm can't find a UPS with an ethernet interface. > >4) KISS. Buy two smaller, cheapers UPS units. > I think that 4) may be the answer, though with this modification: buy the heavy duty UPS based on the server's needs. The router draws almost no current, probably far less than the UPS itself does when the line power has failed. Buy a minimal capacity UPS for the router, switches, etc. It will probably be able to keep them running for many hours, likely even days, during a power failure. Plug it into its own line current socket, not into the other UPS. Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at cs.niu.edu * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 22:15: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 3F0C616A417 for ; Sat, 10 Nov 2007 22:15:46 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.freebsd.org (Postfix) with ESMTP id C239313C49D for ; Sat, 10 Nov 2007 22:15:45 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id lAAMFZQ3094385; Sat, 10 Nov 2007 23:15:36 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 75A3EB8FC; Sat, 10 Nov 2007 23:15:35 +0100 (CET) Date: Sat, 10 Nov 2007 23:15:35 +0100 From: Roland Smith To: John Smith Message-ID: <20071110221535.GA27868@slackbox.xs4all.nl> Mail-Followup-To: John Smith , freebsd-questions@freebsd.org References: <20071110154011.GB2060@kobe.laptop> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: 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: nanobsd, picobsd, tinybsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 22:15:46 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 10, 2007 at 03:45:30PM -0600, John Smith wrote: > I'd expected a more level headed reply from this FreeBSD list. How is > a newbie supposed to know the differenced=20 Both nanobsd and picobsd have manual pages. Try 'man nanobsd' and 'man picobsd'.=20 Picobsd has been superseded by nanobsd, whose primary is building system images for embadded systems. This is definitely not a newbie subject. > and how can I test this if I don't have a spare machine? Use a virtual machine, like Qemu or vmware. =20 > My question was more out of interest. This mailing list is called > FreeBSD-Questions, so why can't I asked a reasonable question and > expect a reasonable reply...? You're supposed to look for answers yourself first. A quick googling of tinybsd, nanobsd and picobsd would have given you these links: http://www.tinybsd.org/tinybsd http://www.freebsd.org/doc/en_US.ISO8859-1/articles/nanobsd/index.html http://www.freebsd.org/doc/en_US.ISO8859-1/articles/nanobsd/howto.html http://en.wikipedia.org/wiki/PicoBSD 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) --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHNi2HEnfvsMMhpyURAigJAKCLV2sT4syybiKHdKDqqIFUXRTbIACgoTqY wP8j8LlV0gdMJQvBujNGtWA= =MdXV -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 22:18:58 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 7613216A468 for ; Sat, 10 Nov 2007 22:18:58 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2001:470:1f05:d6:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3CA6313C4B3 for ; Sat, 10 Nov 2007 22:18:58 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by pinus.izb.knu.ac.kr (Postfix, from userid 10001) id D3B2B3EC7; Sun, 11 Nov 2007 07:18:53 +0900 (KST) Date: Sun, 11 Nov 2007 07:18:53 +0900 From: Byung-Hee HWANG To: einstein89@gmail.com Message-ID: <20071110221853.GA34092@pinus.izb.knu.ac.kr> References: <1194710542.8388.1.camel@jihad.izb.knu.ac.kr> <20071110172703.GB89498@gizmo.acns.msu.edu> <1194717052.873.9.camel@jihad.izb.knu.ac.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Organization: InZealBomb Cc: questions@freebsd.org Subject: Re: www.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 22:18:58 -0000 On Sat, 10 Nov 2007 22:45:51 +0200, einstein89@gmail.com wrote: > 2007/11/10, Byung-Hee HWANG : > > > > On Sat, 2007-11-10 at 12:27 -0500, Jerry McAllister wrote: > > > On Sun, Nov 11, 2007 at 01:02:22AM +0900, Byung-Hee HWANG wrote: > > > > > > > On Sat, 2007-11-10 at 16:59 +0200, einstein89@gmail.com wrote: > > > > > Hi. We are developers. If you want , we can help to you for Turkish > > language > > > > > support.You can rely on us. We worked some projects. > > > > > > > > That's not true, you cannot help us. Please show us `uname -a'; > > > > > > What does that mean? Maybe they can contribute. > > > Do you know some secret? > > > > As before i replied to Kris, that was my mistake. At that time, i knew > > einstein89 as a spammer. Again i speak, "I am very sorry for the my rude > > remark, indeed.." > > > > -- > > "Never get angry. Never make a threat. Reason with people." > > -- Vito Corleone, "Chapter 1", page 57 > > > > > bh, Please talk true. How did you know Einstein89 as a spammer? I am angry > with you. You lie. I am disappointed at FreeBSD. I am sorry. i am sorry, please.. einstein89, i have no mouth to you.. please do not dislike freebsd for me.. only the bad thing was that your letter seemed like unusual at that time.. but now i can realize you are really trust guy at here freebsd area.. so please einstein89 forgive me please.. From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 22:34: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 2271C16A419 for ; Sat, 10 Nov 2007 22:34:19 +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 D0D0E13C4AC for ; Sat, 10 Nov 2007 22:34:18 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <473631DA.7060308@intersonic.se> Date: Sat, 10 Nov 2007 23:34:02 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.6 (X11/20071103) MIME-Version: 1.0 To: Christopher Key References: <47348BDE.9090206@cam.ac.uk> <4734A4DE.5020705@hdk5.net> <47361B0D.6060608@cam.ac.uk> In-Reply-To: <47361B0D.6060608@cam.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org, noc@hdk5.net Subject: Re: OT: Looking for some inpiration with UPS setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 22:34:19 -0000 Christopher Key wrote: > NetOpsCenter wrote: >> Christopher Key wrote: >>> >>> I've a FreeBSD fileserver, a solid state router (Linksys box running >>> OpenWRT) and a couple of gigabit switches that I'd like to move onto >>> a UPS (I'm primarily looking at the APC Smart-UPS line). >>> >> I have a similar setup in my noc shed. >> >> I got 2 old APC units that a client had replaced and attached a 120 >> AMP stationery batteries to them. They will power the switch, 3 >> servers and KVM switches and a monitor for 6 hours uninterrupted. >> It's not pretty to look at but is stable and does the job nicely. >> > > I'm rather pressed for space, this gear is in a tiny cupboard also > storing the traditional contents of a utility room and garage. I'd > manged to allow myself 1 shelf, 30cm x 50cm x 20cm for the UPS gear. > That might just be enough space to squeeze in a UPS and a 120Ah SLA > battery, which would keep both up for at least 6h, hopefully enough to > span most outages. For outages longer than that, I'd probably not mind > losing my DHCP leases anyway. Are there any specific requirements for > the attached batteries, or will any 12V SLA battery suffice? It's just > a shame that no UPS units offer a WOL option for waking up attached > equipment. Hi, I wonder why it is such a big deal to keep the leases? Why not asssign static IP's to everything instead if it is a small setup? Just curious... --per From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 22:51: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 8F95F16A418 for ; Sat, 10 Nov 2007 22:51:52 +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 0402E13C4A3 for ; Sat, 10 Nov 2007 22:51:51 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup140.ach.sch.gr [81.186.70.140]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lAAMp0fm028801 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 11 Nov 2007 00:51:16 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lAAMowko001950; Sun, 11 Nov 2007 00:50:58 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lAAMowCV001949; Sun, 11 Nov 2007 00:50:58 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 11 Nov 2007 00:50:57 +0200 From: Giorgos Keramidas To: John Smith Message-ID: <20071110225057.GA1775@kobe.laptop> References: <20071110154011.GB2060@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.936, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.46, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: nanobsd, picobsd, tinybsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 22:51:52 -0000 On 2007-11-10 15:45, John Smith wrote: >On Nov 10, 2007 9:40 AM, Giorgos Keramidas wrote: >>On 2007-11-09 17:01, John Smith wrote: >>> Can anybody please explain to my what the differences are between >>> nanobsd, picobsd and tinybsd. >>> >>> They all seem to be doing the same (creating a minimal FreeBSD image >>> that can be used in embedded systems), or is this not right? >> >> What don't you experiment with them, and see? :) > > I'd expected a more level headed reply from this FreeBSD list. How is > a newbie supposed to know the differenced and how can I test this if I > don't have a spare machine? > > My question was more out of interest. This mailing list is called > FreeBSD-Questions, so why can't I asked a reasonable question and > expect a reasonable reply...? Minus the typo in the original reply [s/What/Why/], I'm afraid that this is the only way to get hands-on experience with these systems. I'm sorry if the original response came out as ``odd''. More over, I don't really know what you mean by ``level headed'', other than ``not flame me for asking'', which is not something we tend to do in freebsd-questions. Having said that, a brief description of what each one of the systems you mentioned is: * PicoBSD used to work with earlier FreeBSD versions. I don't think it does work with recent 7.X versions or CURRENT. I wouldn't even go there right now, unless you want to ``forward port'' all the code which made PicoBSD tick, and make it work with recent FreeBSD releases. * NanoBSD is more ``modern'' than PicoBSD, and it works with 6.X, 7.X and CURRENT releases. One of the advantages of NanoBSD is that it's part of the base system and it is easy to use. Our documentation includes an article about NanoBSD at: Try reading the introduction of the article for some of the features of NanoBSD. * TinyBSD is a set of tools and scripts, which is also part of the base system. It definitely has a few good characteristics. For instance their documentation is Wiki-like and gets updated often. These short descriptions contain stuff that only scratches the surface of what it *feels* like to work with each system. If that's what you originally wanted, then Google and ten minutes or so would do fine. The important bits, however, are always in the details, and that's why you have to try NanoBSD and TinyBSD yourself, and see how much you like or dislike each one of them. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 22:59: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 55AE116A468 for ; Sat, 10 Nov 2007 22:59:31 +0000 (UTC) (envelope-from elrap@web.de) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by mx1.freebsd.org (Postfix) with ESMTP id 1078013C494 for ; Sat, 10 Nov 2007 22:59:31 +0000 (UTC) (envelope-from elrap@web.de) Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate03.web.de (Postfix) with ESMTP id B4F04AC59812; Sat, 10 Nov 2007 23:38:07 +0100 (CET) Received: from [84.152.172.161] (helo=freebsdangel.de) by smtp07.web.de with asmtp (WEB.DE 4.108 #208) id 1Iqyxr-0006F9-00; Sat, 10 Nov 2007 23:38:07 +0100 Message-ID: <473640F5.6010506@web.de> Date: Sat, 10 Nov 2007 23:38:29 +0000 From: Tino Engel User-Agent: Thunderbird 2.0.0.6 (X11/20071110) MIME-Version: 1.0 To: clubturbo@web-tricks.net References: <002601c823d8$f80822d0$dedca8c0@dragon> In-Reply-To: <002601c823d8$f80822d0$dedca8c0@dragon> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: elrap@web.de X-Sender: elrap@web.de X-Provags-ID: V01U2FsdGVkX1/xkl3LniB8LfsfJQW3HEsyf4E6yBeIogv4nL42 byqTdsujw0ACdoM6JBzAut9WsuY4Dfm4DSaMiSliibjO3sxY6A AVZpmjtoM= Cc: freebsd-questions@freebsd.org Subject: Re: CVS setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 22:59:31 -0000 clubturbo@web-tricks.net wrote: > Hello Everyone > I am trying to get cvs(up ?) > to run on Eclipse & Webmin also. > I have 6.2 stable running! > How may I get the source > for say 6.2 stable pre 6.3 prerelease ? > I can do this the normal way on freebsd > but I would like a copy to mess with on Eclipse localy! > _______________________________________________ > 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" > > So in your supfile for cvsup, you can change the prefix from /usr to something else. That will check out the sources to the directory you mentioned there. Rg, Tino From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 23:10: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 3C1FB16A421 for ; Sat, 10 Nov 2007 23:10:12 +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 EB84113C4A3 for ; Sat, 10 Nov 2007 23:10:11 +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 lAAN5ajV090490; Sat, 10 Nov 2007 18:05:36 -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 lAAN5ZWt090489; Sat, 10 Nov 2007 18:05:35 -0500 (EST) (envelope-from jerrymc) Date: Sat, 10 Nov 2007 18:05:35 -0500 From: Jerry McAllister To: John Smith Message-ID: <20071110230535.GA90426@gizmo.acns.msu.edu> References: <20071110154011.GB2060@kobe.laptop> 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: Giorgos Keramidas , freebsd-questions@freebsd.org Subject: Re: nanobsd, picobsd, tinybsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 23:10:12 -0000 On Sat, Nov 10, 2007 at 03:45:30PM -0600, John Smith wrote: > I'd expected a more level headed reply from this FreeBSD list. How is > a newbie supposed to know the differenced and how can I test this if I > don't have a spare machine? > > My question was more out of interest. This mailing list is called > FreeBSD-Questions, so why can't I asked a reasonable question and > expect a reasonable reply...? Because, like the software creation, the responses on the questions list are done by volunteers. You happened to get one who seemed to need to respond, but didn't have any information to respond with. You will probably also get some more useful responses. (Sorry, I don't know much about nano, tiny or pico BSD except that those words tend to be used to imply very small) Of course, you could try to experiment. You could try dual-booting the machine you have and put those on the other part. ////jerry > > > > On Nov 10, 2007 9:40 AM, Giorgos Keramidas wrote: > > On 2007-11-09 17:01, John Smith wrote: > > > Can anybody please explain to my what the differences are between > > > nanobsd, picobsd and tinybsd. > > > > > > They all seem to be doing the same (creating a minimal FreeBSD image > > > that can be used in embedded systems), or is this not right? > > > > What don't you experiment with them, and see? :) > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 23:14: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 DD61816A41A for ; Sat, 10 Nov 2007 23:14:45 +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 81EE813C4A7 for ; Sat, 10 Nov 2007 23:14:45 +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 lAANAvKh090522; Sat, 10 Nov 2007 18:10: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 lAANAvbu090521; Sat, 10 Nov 2007 18:10:57 -0500 (EST) (envelope-from jerrymc) Date: Sat, 10 Nov 2007 18:10:57 -0500 From: Jerry McAllister To: John Smith Message-ID: <20071110231057.GB90426@gizmo.acns.msu.edu> References: <20071110154011.GB2060@kobe.laptop> <20071110230535.GA90426@gizmo.acns.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071110230535.GA90426@gizmo.acns.msu.edu> User-Agent: Mutt/1.4.2.2i Cc: Giorgos Keramidas , freebsd-questions@freebsd.org Subject: Re: nanobsd, picobsd, tinybsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 23:14:45 -0000 On Sat, Nov 10, 2007 at 06:05:35PM -0500, Jerry McAllister wrote: > On Sat, Nov 10, 2007 at 03:45:30PM -0600, John Smith wrote: > > > I'd expected a more level headed reply from this FreeBSD list. How is > > a newbie supposed to know the differenced and how can I test this if I > > don't have a spare machine? > > > > My question was more out of interest. This mailing list is called > > FreeBSD-Questions, so why can't I asked a reasonable question and > > expect a reasonable reply...? > > Because, like the software creation, the responses on the questions > list are done by volunteers. You happened to get one who seemed > to need to respond, but didn't have any information to respond with. Didn't notice who had made that response. It was by someone who would really know, but was still unfortunately short on information. ////jerry > > You will probably also get some more useful responses. (Sorry, I > don't know much about nano, tiny or pico BSD except that those words > tend to be used to imply very small) > > Of course, you could try to experiment. You could try dual-booting > the machine you have and put those on the other part. > > ////jerry > > > > > > > > > > On Nov 10, 2007 9:40 AM, Giorgos Keramidas wrote: > > > On 2007-11-09 17:01, John Smith wrote: > > > > Can anybody please explain to my what the differences are between > > > > nanobsd, picobsd and tinybsd. > > > > > > > > They all seem to be doing the same (creating a minimal FreeBSD image > > > > that can be used in embedded systems), or is this not right? > > > > > > What don't you experiment with them, and see? :) > > > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 23:39:58 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 465B916A418 for ; Sat, 10 Nov 2007 23:39:58 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id 25CC913C480 for ; Sat, 10 Nov 2007 23:39:58 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IqzvL-0008M2-Et for questions@freebsd.org; Sat, 10 Nov 2007 16:39:42 -0700 Received: from 71-220-154-82.tcsn.qwest.net ([71.220.154.82] helo=.domain.actdsltmp) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IqzvL-0008Lu-4R for questions@freebsd.org; Sat, 10 Nov 2007 16:39:35 -0700 Message-ID: <47364131.5030405@math.arizona.edu> Date: Sat, 10 Nov 2007 16:39:29 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (X11/20070916) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: PPD files vs printer drivers also LPD vs LPRng vs CUPS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 23:39:58 -0000 I am trying to understand little bit better Unix printing. I am terribly confused about the real meaning of PPD files and printer drivers. According to this http://en.wikipedia.org/wiki/PostScript_Printer_Description PPD files are post script description files that act as a drivers for post script printers. This seems clear to me but I have never had a post script printer in my life. According to same page CUPS-PPD are used by CUPS to do post-script printing on non-postscript printers by directing files through CUPS-filter. Could somebody explain this things better to me. Every time I used CUPS the PPD files where enough to enable me printing. Did I really use some other drivers beside these PPD files or did CUPS communicate with my printers with some generic driver and just uses PPD files to do filtering. In LPD it seems to me that this is more clear as when I run ./SETUP apsfilter I am really question to select the driver from the Ghostscript collection. I have never used LPD without the apsfilter. What is the simplest way to send ps file to the printer that doesn't speak ps? If I could do that everything else is peace of cake. I read very carefully printing form the handbook but I want to learn more. Could anybody explain me if there are some strong reasons for choosing LPD over CUPS or LPRng system (seems just GUI added on the top of LPD) It would logical to me that LPD is safer (CUPS port has some security warnings) and maybe more reliable. In any case it is included in the base system and I prefer to use something included in the base system Thanks to ALL Predrag