From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 00:46:11 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42B98106566B for ; Sun, 26 Jun 2011 00:46:11 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id E0F2B8FC1A for ; Sun, 26 Jun 2011 00:46:10 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email2.allantgroup.com (8.14.4/8.14.4) with ESMTP id p5Q0Kv1W048578 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 25 Jun 2011 19:20:58 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.5/8.14.5) with ESMTP id p5Q0KrtW080585 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 25 Jun 2011 19:20:53 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.5/8.14.5/Submit) id p5Q0KqAc080576; Sat, 25 Jun 2011 19:20:52 -0500 (CDT) (envelope-from dan) Date: Sat, 25 Jun 2011 19:20:52 -0500 From: Dan Nelson To: Matthias Apitz Message-ID: <20110626002051.GA44024@dan.emsphone.com> References: <20110625045740.GA3383@tinyCurrent> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="UHN/qo2QbUvPLonB" Content-Disposition: inline In-Reply-To: <20110625045740.GA3383@tinyCurrent> X-OS: FreeBSD 8.2-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97 at email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (email2.allantgroup.com [199.67.51.78]); Sat, 25 Jun 2011 19:20:58 -0500 (CDT) X-Scanned-By: MIMEDefang 2.68 on 199.67.51.78 Cc: freebsd-questions@freebsd.org Subject: Re: pkg-config --cflags glib-2.0 gives wrong -I dir X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 26 Jun 2011 00:46:11 -0000 --UHN/qo2QbUvPLonB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In the last episode (Jun 25), Matthias Apitz said: > Why gives > > $ pkg-config --cflags glib-2.0 > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > > $ ls -ld /usr/local/include/glib-2.0 /usr/local/lib/glib-2.0/include > ls: /usr/local/lib/glib-2.0/include: No such file or directory > drwxr-xr-x 5 root wheel 512 May 28 19:01 /usr/local/include/glib-2.0 > > a non existing -I directory? This concrete example is with a 9-CURRENT > and glib-2.0 from the ports as glib-2.26.1_1, but I see this as well in > some older 8.x systems; Checking Solaris and SUSE Linux, I see a similar pair of directories: solaris$ pkg-config --cflags glib-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include linux$ pkg-config --cflags glib-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include The /usr/lib* directory on each system contains a single file: glibconfig.h. On FreeBSD, this file is in /usr/local/include/glib-2.0/ along with all the other headers (headers don't belong in /lib/ anyway). Try putting the attached patch into the files directory of the glib20 port. -- Dan Nelson dnelson@allantgroup.com --UHN/qo2QbUvPLonB Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-glib-2.0.pc.in" No headers are installed into ${libdir}/glib-2.0/include, so remove it from CFLAGS --- glib-2.26.1/glib-2.0.pc.in 2009-03-31 18:04:20.000000000 -0500 +++ glib-2.26.1/glib-2.0.pc.in 2011-06-25 19:14:23.580424986 -0500 @@ -12,4 +12,4 @@ Version: @VERSION@ Libs: -L${libdir} -lglib-2.0 @INTLLIBS@ Libs.private: @ICONV_LIBS@ -Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include @GLIB_EXTRA_CFLAGS@ +Cflags: -I${includedir}/glib-2.0 @GLIB_EXTRA_CFLAGS@ --UHN/qo2QbUvPLonB-- From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 02:30:38 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3A3A106566B for ; Sun, 26 Jun 2011 02:30:38 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5F5A68FC15 for ; Sun, 26 Jun 2011 02:30:36 +0000 (UTC) Received: by wyg24 with SMTP id 24so1096229wyg.13 for ; Sat, 25 Jun 2011 19:30:36 -0700 (PDT) Received: by 10.216.168.16 with SMTP id j16mr4328114wel.20.1309055434372; Sat, 25 Jun 2011 19:30:34 -0700 (PDT) Received: from [192.168.0.2] (angel.c-mal.com [82.241.189.111]) by mx.google.com with ESMTPS id ej7sm3082471wbb.36.2011.06.25.19.30.31 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 25 Jun 2011 19:30:32 -0700 (PDT) References: <4E00EA98.1090805@nagual.nl> <4E05F31B.3050603@nagual.nl> In-Reply-To: <4E05F31B.3050603@nagual.nl> Mime-Version: 1.0 (iPhone Mail 8J2) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <05BD1A01-367F-45B4-B9F7-8190A7DB1B64@my.gd> X-Mailer: iPhone Mail (8J2) From: Damien Fleuriot Date: Sun, 26 Jun 2011 04:30:26 +0200 To: Dick Hoogendijk Cc: "freebsd-questions@freebsd.org" , Valentin Bud Subject: Re: FreeBSD ZFS system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2011 02:30:38 -0000 On 25 Jun 2011, at 16:39, Dick Hoogendijk wrote: > Op 23-6-2011 9:35 schreef Valentin Bud: >> On Tue, Jun 21, 2011 at 10:01 PM, Dick Hoogendijk > wrote: >>=20 >> OK, it works very well. Installing a ZFS FreeBSD system with an >> ufs /boot is very very easy using the PC-BSD DVD. >> However, I have one question: >>=20 >> I'd like to install FreeBSD (pcbsd) on a (zfs) mirror >> In OpenSolaris you can install directly to the zfs mirror, but >> how's this in this situation> After all, an UFS partitin is also >> created. How can I get the equivalent of an OpenSolaris mirrored >> install for a FreeBSD system? >>=20 >> Hope I phrased the question clearly enough. >> _______________________________________________ >> 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 >> Hello Community, >>=20 >> Like others said in their answer to your question, you don't have to put /= boot on UFS, just go with root on ZFS. >> If you would like speed when installing the system I recommend mfsBSD - h= ttp://mfsbsd.vx.sk/. As pointed out >> in the web page there is a script (zfsinstall) that does all the work for= you. It does all the steps described in the >> wiki - http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/Mirror. >>=20 >> If you want to gain knowledge about the process of installing FreeBSD wit= h root on ZFS then go with the wiki >> article. Using mfsBSD I install a 8.2-STABLE custom system in under 5 sec= onds. That's pretty neat :). > OK, I tried mfsbsd. I had the iso loaded at ata1 master and freebsd-8.2-dv= d as ata1 slave. > I booted my VM; mfsbsd came up fine. I mounted my fbsd dvd drive on /cdrom= and tried to run the zfsinstall script. Alas, it refuses.. It can't find th= e (needed!) 8.2-RELEASE.???tgz file It does not exist. There is only a direc= tory 8.2-RELEASE (on DVD as well as on CDROM ). Question: is this a bug in z= fsinstall script? > How do I work around it? >=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.or= g" Install your system by hand once you're logged under mfsbsd. Follow the procedure I really need to finish someday, here: http://my.gd/bsd.htm (or html ?)= From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 02:33:03 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93112106566C for ; Sun, 26 Jun 2011 02:33:03 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 319E48FC0A for ; Sun, 26 Jun 2011 02:33:02 +0000 (UTC) Received: by wyg24 with SMTP id 24so1096779wyg.13 for ; Sat, 25 Jun 2011 19:33:02 -0700 (PDT) Received: by 10.216.229.202 with SMTP id h52mr616517weq.17.1309055582211; Sat, 25 Jun 2011 19:33:02 -0700 (PDT) Received: from [192.168.0.2] (angel.c-mal.com [82.241.189.111]) by mx.google.com with ESMTPS id n20sm2097620weq.39.2011.06.25.19.33.00 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 25 Jun 2011 19:33:01 -0700 (PDT) References: <4E06180F.7090409@gmail.com> In-Reply-To: <4E06180F.7090409@gmail.com> Mime-Version: 1.0 (iPhone Mail 8J2) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <16AE025C-EA55-45F3-8419-542228CE5AA4@my.gd> X-Mailer: iPhone Mail (8J2) From: Damien Fleuriot Date: Sun, 26 Jun 2011 04:32:55 +0200 To: Joshua Isom Cc: "freebsd-questions@freebsd.org" Subject: Re: Performance of a USB ZIL for ZFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 26 Jun 2011 02:33:03 -0000 On 25 Jun 2011, at 19:17, Joshua Isom wrote: > I was wondering if anyone had tried using a decent USB flash drive for the= ZIL. I know it'd be hard finding one fast enough, but some from patriot se= em like they might be suitable for home use. Part of the idea is to just mi= nimize hard drive thrashing and the wear and tear associated with it. If it= helps prevent the drives from going bad, and doesn't hurt performance too b= ad all the better. But if it's going to hurt performance too much or not he= lp prevent thrashing there isn't a point. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g" I stopped reading at the title. The answer is no. Grab a SSD for $80-120ish.= From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 05:25:41 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A7FA106566C for ; Sun, 26 Jun 2011 05:25:41 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2A9808FC12 for ; Sun, 26 Jun 2011 05:25:40 +0000 (UTC) Received: by iyb11 with SMTP id 11so4652880iyb.13 for ; Sat, 25 Jun 2011 22:25:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=vqLtMvAroolPtCfngqmFDQ8RjjMnuyxi+XxLzzrHp34=; b=ZSSHV7vUU9z51WOC/9r9TkBUmjav9oNZ8tyiBORw5PlKSgfgW+c1L4EeqgGJTbtrA2 xTIe2RlxRes2XAtziJ3dm3/Gc9CdiPwaNl0saII5TbK53eemvccWl/BB+M2GemdGkL1G TFWztu9s04pKBAT93zBK3/XbvU2Sg4sSNrRjg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=rfX+nqyVsq9hgzrFpZkbOe2ecnxVph+xlmFxsrECfSq+jpNzrNlObFdptQXfW7gfVA KG1uFxfxzaZw5pfgl0h6onE2bVa73LLLxpSVRnhT0imvcHObRnuDmfCpwDQmz+r+R7an 7FUy+4yMdVW98Yw/8+wVLZrl7vanhjK77x49s= Received: by 10.231.74.2 with SMTP id s2mr4686349ibj.8.1309065939578; Sat, 25 Jun 2011 22:25:39 -0700 (PDT) Received: from [192.168.1.6] (c-98-212-201-29.hsd1.il.comcast.net [98.212.201.29]) by mx.google.com with ESMTPS id in11sm2357542ibb.22.2011.06.25.22.25.38 (version=SSLv3 cipher=OTHER); Sat, 25 Jun 2011 22:25:39 -0700 (PDT) Message-ID: <4E06C2D1.4050601@gmail.com> Date: Sun, 26 Jun 2011 00:25:37 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: Damien Fleuriot References: <4E06180F.7090409@gmail.com> <16AE025C-EA55-45F3-8419-542228CE5AA4@my.gd> In-Reply-To: <16AE025C-EA55-45F3-8419-542228CE5AA4@my.gd> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: Performance of a USB ZIL for ZFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 26 Jun 2011 05:25:41 -0000 On 6/25/2011 9:32 PM, Damien Fleuriot wrote: > On 25 Jun 2011, at 19:17, Joshua Isom wrote: > >> I was wondering if anyone had tried using a decent USB flash drive for the ZIL. I know it'd be hard finding one fast enough, but some from patriot seem like they might be suitable for home use. Part of the idea is to just minimize hard drive thrashing and the wear and tear associated with it. If it helps prevent the drives from going bad, and doesn't hurt performance too bad all the better. But if it's going to hurt performance too much or not help prevent thrashing there isn't a point. >> _______________________________________________ >> 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 stopped reading at the title. > The answer is no. > > Grab a SSD for $80-120ish. Perhaps it would have helped to read the email. Part of the concern is making sure the drives don't fail and not just throughput. Given that Kingston sells an SATA SSD for $40 that only gets writes at 30mb/s write, and some USB drives might get up to 20mb/s. If I get two drives and put them on different controllers, mirrored, I might get acceptable performance. I may still loose performance, but if my drives last a year longer, I can probably accept it. I'm ok with loosing some performance, but I just don't want it dragging down the system. And if it won't help the drives last longer there's no point. From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 06:43:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C816C106566C for ; Sun, 26 Jun 2011 06:43:30 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5F83F8FC08 for ; Sun, 26 Jun 2011 06:43:29 +0000 (UTC) Received: by eyg7 with SMTP id 7so1789562eyg.13 for ; Sat, 25 Jun 2011 23:43:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.5.74 with SMTP id 50mr3200266eek.141.1309070608844; Sat, 25 Jun 2011 23:43:28 -0700 (PDT) Received: by 10.14.48.80 with HTTP; Sat, 25 Jun 2011 23:43:28 -0700 (PDT) X-Originating-IP: [76.104.147.221] In-Reply-To: <4E05CF72.2040800@snap.net.nz> References: <20110622134158.GA2679@e4310> <808833D7-FAD4-46E2-ACB6-71993AD048FB@my.gd> <4E05CF72.2040800@snap.net.nz> Date: Sat, 25 Jun 2011 23:43:28 -0700 Message-ID: From: David Brodbeck To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: NFS zfs serveur (hardware 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, 26 Jun 2011 06:43:30 -0000 On Sat, Jun 25, 2011 at 5:07 AM, Peter Toth wrote: > There is still a way to increase NFS performance in 9.0 (without a ZIL > SSD) by setting zfs property "sync=disabled", which will disable > synchronous writes - comes with some risks, research it before switching > it off. Also, this will only disable sync for the ZFS filesystem not for > the whole pool. Thanks, I'll look into that. I do appreciate that ZFS tries to be more careful about sync writes than most filesystems. But I also have users who expect "tar xvf" to complete in a reasonable amount of time, and having the ZIL enabled reduces file creation performance by a factor of ten. ;) From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 07:42:00 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0806C1065677 for ; Sun, 26 Jun 2011 07:42:00 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id A70EA8FC25 for ; Sun, 26 Jun 2011 07:41:59 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email2.allantgroup.com (8.14.4/8.14.4) with ESMTP id p5Q7fwoQ086908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 26 Jun 2011 02:41:58 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.5/8.14.5) with ESMTP id p5Q7fmWS032523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 26 Jun 2011 02:41:48 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.5/8.14.5/Submit) id p5Q7fjAW032492; Sun, 26 Jun 2011 02:41:45 -0500 (CDT) (envelope-from dan) Date: Sun, 26 Jun 2011 02:41:45 -0500 From: Dan Nelson To: Joshua Isom Message-ID: <20110626074141.GB44024@dan.emsphone.com> References: <4E06180F.7090409@gmail.com> <16AE025C-EA55-45F3-8419-542228CE5AA4@my.gd> <4E06C2D1.4050601@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E06C2D1.4050601@gmail.com> X-OS: FreeBSD 8.2-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97 at email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (email2.allantgroup.com [199.67.51.78]); Sun, 26 Jun 2011 02:41:58 -0500 (CDT) X-Scanned-By: MIMEDefang 2.68 on 199.67.51.78 Cc: Damien Fleuriot , "freebsd-questions@freebsd.org" Subject: Re: Performance of a USB ZIL for ZFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 26 Jun 2011 07:42:00 -0000 In the last episode (Jun 26), Joshua Isom said: > On 6/25/2011 9:32 PM, Damien Fleuriot wrote: > > On 25 Jun 2011, at 19:17, Joshua Isom wrote: > >> I was wondering if anyone had tried using a decent USB flash drive for > >> the ZIL. I know it'd be hard finding one fast enough, but some from > >> patriot seem like they might be suitable for home use. Part of the > >> idea is to just minimize hard drive thrashing and the wear and tear > >> associated with it. If it helps prevent the drives from going bad, and > >> doesn't hurt performance too bad all the better. But if it's going to > >> hurt performance too much or not help prevent thrashing there isn't a > >> point. > > > > I stopped reading at the title. > > The answer is no. > > > > Grab a SSD for $80-120ish. > > Perhaps it would have helped to read the email. Part of the concern is > making sure the drives don't fail and not just throughput. > > Given that Kingston sells an SATA SSD for $40 that only gets writes at > 30mb/s write, and some USB drives might get up to 20mb/s. If I get two > drives and put them on different controllers, mirrored, I might get > acceptable performance. I may still loose performance, but if my drives > last a year longer, I can probably accept it. I'm ok with loosing some > performance, but I just don't want it dragging down the system. And if it > won't help the drives last longer there's no point. A seaparate ZIL isn't meant to extend the lifetime of the hard drives; it's meant to accelerate the speed of sync writes. Those are pretty infrequent themselves, unless you're an NFS server. You'll see a couple syncs per commit on a database server, but compared to the amount of regular reads and writes on your average system, you'll save under 1% of the writes by adding a fast ZIL. And remember, the ZIL is just a write log. Everything that gets written to it will get flushed to disk when zfs writes the next transaction group. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 08:17:15 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 775171065673 for ; Sun, 26 Jun 2011 08:17:15 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 28D788FC20 for ; Sun, 26 Jun 2011 08:17:14 +0000 (UTC) Received: by vxg33 with SMTP id 33so3956909vxg.13 for ; Sun, 26 Jun 2011 01:17:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:reply-to:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=W3Ba3QvLKbhBt5i3P7Usp9fNHPS+Fs5NsQKYqGp7wkc=; b=iEXNHao2tVxa4phSduepDXX7pm8A4l7YfmkVpyYSEhkPCg+e+qAYrFGn4JUnfJqne9 mGxJahMBo5e6AEicnbD+MwYqMOXe/N9LQrLftjKw3H+xj3CU9+awknRWTi0NNpOuoACI /A0oLTIZ77gNGaaxlQ0aTRv+iCECgt3tHR1gY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=lQ+7QR9q9bWnq6/H/blRxMxLlk9ptzICJfvU0bAIIFP1XkKFUgrgOQ3RgBJ3AAVdMp TiUFguzN2qGvVM4cBAl9aZmBaAQSgbH7np2Uh2pnWViV1g4R04+Q/lQDF5ygX8PVukmh T7/dr3Q1/crq3YLkvzo+sdpeK5rRqtqk+vGeM= Received: by 10.52.76.74 with SMTP id i10mr6756352vdw.128.1309076233718; Sun, 26 Jun 2011 01:17:13 -0700 (PDT) Received: from skynet.localnet (pool-108-28-47-226.washdc.fios.verizon.net [108.28.47.226]) by mx.google.com with ESMTPS id o9sm2521937vbz.9.2011.06.26.01.17.12 (version=SSLv3 cipher=OTHER); Sun, 26 Jun 2011 01:17:13 -0700 (PDT) From: Robert Simmons To: freebsd-questions@freebsd.org Date: Sun, 26 Jun 2011 04:17:11 -0400 User-Agent: KMail/1.13.6 (Linux/2.6.38-8-generic; KDE/4.6.4; i686; ; ) References: <4E06180F.7090409@gmail.com> <4E06C2D1.4050601@gmail.com> <20110626074141.GB44024@dan.emsphone.com> In-Reply-To: <20110626074141.GB44024@dan.emsphone.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106260417.11482.rsimmons0@gmail.com> Subject: Re: Performance of a USB ZIL for ZFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rsimmons0@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2011 08:17:15 -0000 On 25 Jun 2011, at 19:17, Joshua Isom wrote: > I was wondering if anyone had tried using a decent USB flash drive for > the ZIL. I know it'd be hard finding one fast enough, but some from > patriot seem like they might be suitable for home use. Part of the > idea is to just minimize hard drive thrashing and the wear and tear > associated with it. If it helps prevent the drives from going bad, > and doesn't hurt performance too bad all the better. But if it's > going to hurt performance too much or not help prevent thrashing > there isn't a point. You question is a good one, but I think the reason for your question may be off. If you want the ZIL in a separate location it is to cut down on latency rather than "thrashing". See: http://www.solarisinternals.com/wiki/index.php/ZFS_Evil_Tuning_Guide#Disabling_the_ZIL_.28Don.27t.29 If your concern really really is "thrashing" please consider the cost of flash memory vs a hard drive. Replacing a bad hard drive is cheaper. After a cursory glance at newegg, you can see the price per MB for: HDD $0.09 USB flash $0.64 SSD $1.875 From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 14:41:48 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45D0D106566B for ; Sun, 26 Jun 2011 14:41:48 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0D3248FC1A for ; Sun, 26 Jun 2011 14:41:47 +0000 (UTC) Received: by iyb11 with SMTP id 11so4881483iyb.13 for ; Sun, 26 Jun 2011 07:41:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:reply-to:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; bh=BXcSYGgtL3N1FQxLXIoUFD0Xk/fXuKBii7bv5nCfMA4=; b=Wr0jg6necQ2fGNPGBfRlJdfOCxbxZwBUFbYibpLVnO779rFNoiMjx00EFXNMegB9kz cP/wMjLEQvw/AqEtVR7C7aCmLcK+kXwT9+FMLsQgLMkrXAtG7K45SeGkzRNoL8nAne9+ ko2rtS4elA5OZX451ELXdrbsjjZK0DuZ/2eFo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=D5S3Ucd5uz3TUIrwSrnlkloiMMxFjF/ux+esjidz51z5Wyc/GQZW8lPCh26DReu2zO i2OBP6w6U8omPW+z0tGonALGCETGsJAdti4tZY7IgfCUHhMARg9ybRuCOfbWlmWy7s1+ rxKMFAiNbWrfXqr0Rx7EJwg6KaFmIrKgoWp0I= Received: by 10.231.114.226 with SMTP id f34mr5229922ibq.30.1309097515170; Sun, 26 Jun 2011 07:11:55 -0700 (PDT) Received: from jimmiejaz.org (bas2-toronto44-1242514460.dsl.bell.ca [74.15.68.28]) by mx.google.com with ESMTPS id s2sm2527271ibe.18.2011.06.26.07.11.53 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 26 Jun 2011 07:11:53 -0700 (PDT) Message-ID: <4E073E1F.8090509@gmail.com> Date: Sun, 26 Jun 2011 10:11:43 -0400 From: Jimmie James User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.18) Gecko/20110622 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: negative sbsize 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: Sun, 26 Jun 2011 14:41:48 -0000 After the last firefox update and flash, I've been getting thousands and thousands of "kernel: negative sbsize for uid = 1001" in my logs, and google appears to show a bug from 2001, http://www.freebsd.org/cgi/query-pr.cgi?pr=27275 with no solution. Flash sites now crawl, hang firefox, midori and opera . I even updated sources and rebuilt world and kernel, and still getting the error/issues. firefox-5.0,1 linux-f10-flashplugin-10.3r181.26 nspluginwrapper-1.4.2 midori-0.3.6 opera-11.11 opera-linuxplugins-11.11 FreeBSD jimmiejaz.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011 jimmie@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO i386 Anyone have an idea what's going on or seeing this as well, and how to fix it? From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 15:57:21 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFDD2106564A for ; Sun, 26 Jun 2011 15:57:21 +0000 (UTC) (envelope-from cybernautape@gmail.com) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id 879368FC14 for ; Sun, 26 Jun 2011 15:57:21 +0000 (UTC) Received: by fxe6 with SMTP id 6so932471fxe.17 for ; Sun, 26 Jun 2011 08:57:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=dCD3dL+2mVO02w5GgYsz2RxtOc4xMm3/Bo+/lnSjnjw=; b=dIAjXu22aFE7D/qCX3wytkSREz4whwmNHEiAvaO98TQTcbnuyggEopWsyJF7xK+Sp0 gOBRFmJBbEdhbCmbAluyKxQPxjLNVTIn5a1NGE1rimxazzMc68eiOk6xq9QbsDVx4PmD oiguo61qtpGdd+tcvs845r5UIfCMnlEfuGUwE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=gXxtCL1H0RDbh9bxQ/ZdGThbsVUlEDpeS9mBm28N0GCtWp5U/2ga3yBOiyOxscCPUp UF9WATeq5N2cZ88uLle/bZg+YiCrjWhmGqMMymkZhKzsX+QhfbZi2dJ9s0VnxA8MPHqn g27gOkRF4iSs3LMxD5tWeb/+FgDmVlrn4uOpA= MIME-Version: 1.0 Received: by 10.223.7.8 with SMTP id b8mr2314222fab.19.1309102386501; Sun, 26 Jun 2011 08:33:06 -0700 (PDT) Received: by 10.223.122.199 with HTTP; Sun, 26 Jun 2011 08:33:06 -0700 (PDT) Date: Sun, 26 Jun 2011 10:33:06 -0500 Message-ID: From: Edgar Rodolfo To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 Subject: I have a error in freebsd 8.2, an internal system error has ocurred X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 26 Jun 2011 15:57:22 -0000 Hi guys!, i am new on freebsd, but i had installed freebsd 8.2 with graphical interface (gnome), i was very happy, but suddendly i saw a message, exactly the message said: we were not expecting has ocurred ..., look the photo, i don't understand exactly, 30 min the message appears, is dangerous the message? http://subefotos.com/ver/?46893c74c902254a3d7789bb38a6b457o.png From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 18:25:27 2011 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 8D7CE1065783 for ; Sun, 26 Jun 2011 18:25:27 +0000 (UTC) (envelope-from wayne.mitchell.iz@gmail.com) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id 26EEB8FC18 for ; Sun, 26 Jun 2011 18:25:26 +0000 (UTC) Received: by fxe6 with SMTP id 6so980007fxe.17 for ; Sun, 26 Jun 2011 11:25:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=R6dLrf0q3CGjc3CMytZ7YFUZiiqH/Sa0AKTo53Jnnb0=; b=OVvrU/IZlyc0hDp+VN+RUHL5sB9QA++shFMsoDOjsaGuhrkFwaFm5bR0X1gOeIHPId MIUti0vdj9UOClvqZftChrO4h+C2xgIkZDlKk74w+neQODsPPGxn/ztDMHwxTZsD+0y/ bHXI+xHDQJar+vu82zreq4zk0ZX+oXtpEeJ6Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TDFobGiBcGRg9z3TFmlzLNxfS/qgHtvcErxR8El/nQRwIu23zgaTYP7+0c46i7LeNR OLdvNsgaXD3wxrKoNHHTErntvwVsOij3qvV07BD7oSmdFavPhvUrHAKcWIGJs3t8KSjb xyChS7iTV8lZShPUY5A3xpQPyRXkSdKk/Mah4= MIME-Version: 1.0 Received: by 10.223.53.84 with SMTP id l20mr7649644fag.48.1309111377967; Sun, 26 Jun 2011 11:02:57 -0700 (PDT) Received: by 10.223.96.133 with HTTP; Sun, 26 Jun 2011 11:02:57 -0700 (PDT) Date: Sun, 26 Jun 2011 19:02:57 +0100 Message-ID: From: wayne mitchell To: questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: cvs vs. DVD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 26 Jun 2011 18:25:27 -0000 hey, be warned, you are dealing with a 'newbie' i have one machine that has internet access and another that does not both machines were installed with FreeBSD_RELEASE_8_1 with a DVD i am now using cvsup to upgrade the RELENG_8_1_RELEASE tree my second machine does not have working ethernet how do i transfer the updated ports tree to the other machine using only storage media (DVD, USB) my guess (hack) is to find all relavent files/data trees and simply copy over, then run necessary updates (portsdb, make world...) if that is correct then can you tell where those files are ? if not then how should i do this ? From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 18:55:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87939106566B for ; Sun, 26 Jun 2011 18:55:36 +0000 (UTC) (envelope-from gyrd-se@thanelange.no) Received: from sakura.nani.no (sakura.nani.no [195.204.164.110]) by mx1.freebsd.org (Postfix) with SMTP id E23B78FC08 for ; Sun, 26 Jun 2011 18:55:35 +0000 (UTC) Received: (qmail 97873 invoked by uid 89); 26 Jun 2011 20:28:53 +0200 Received: from cm-84.208.141.195.getinternet.no (HELO parvati.thanelange.no) (gyrd-se@thanelange.no@84.208.141.195) by sakura.nani.no with SMTP; 26 Jun 2011 20:28:53 +0200 Date: Sun, 26 Jun 2011 20:28:52 +0200 From: Gyrd Thane Lange To: perryh@pluto.rain.com Message-ID: <20110626202852.6765f935@parvati.thanelange.no> In-Reply-To: <4e05220e.GBAaOafCcTgMjymv%perryh@pluto.rain.com> References: <4D7F86D5012E084A@> <4e05220e.GBAaOafCcTgMjymv%perryh@pluto.rain.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: doug@safeport.com, freebsd-questions@freebsd.org Subject: Re: Dual Boot 8.2 and Windows 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 26 Jun 2011 18:55:36 -0000 On Fri, 24 Jun 2011 16:47:26 -0700 perryh@pluto.rain.com wrote: > doug@safeport.com wrote: > > > If FreeBSD can be installed in an extended partition, > > that would be a very useful howto. > > _Installing_ it in an "extended partition" is easy enough. > geom(8) understands "extended partitions" (although sysinstall > does not, so you need to install using Fixit# as for other > non-sysinstall cases such as ZFS). > > The problem is _booting_ it. The code in i386/boot2 and > lib/libstand is written to find the / (or /boot) FS on a > BSD partition of an fdisk "primary partition" (aka slice), > or in a GPT partition, and would need additions to handle > fdisk "extended partitions". Some years ago I ran into a similar problem. I ran out of primary partitions (using MBR-speak) and had to move FreeBSD into an extended partition. Here the simple patch I wrote for the FreeBSD boot loader: To update your source use: patch -d /usr/src/sys/boot/i386/libi386/ < boot_loader.diff The FreeBSD loader has since a very long time ago attempted to work with MBR extended partitions but a simple logical error has prevented it from succeeding: How it normally works. ----- | 1 | ----- | 2 | -- ----- | | | | ----- <- | 5 | ----- | | -- ----- | | | | ----- <- | 6 | ----- | | ----- How /boot/loader (incorrectly) works. ----- | 1 | ----- | 2 | -- ----- | | | | ----- <- | 5 | ----- | 6 | -- ----- | | | | ----- <- | 7 | ----- | 8 | ----- It has been a long time since I installed my system but I seem to remember that all that is required is to copy the /boot/loader binary from a patched system onto the newly installed one. (I have included a copy of my /boot/loader at the URL above.) The next challenge is to find a boot manager that will pick up FreeBSD in an extended partition. For myself I use a self patched GRUB. (GRUB also nearly worked out of the box, but had a different problem.) You're welcome to have those patches as well if you need them. Lastly I have the following in my kernel configuration file: include GENERIC ... nooptions GEOM_PART_BSD nooptions GEOM_PART_MBR options GEOM_BSD options GEOM_MBR That is because I am not fond of the new mangled device names, but prefer the old ones. Hope any of this helps. Best regards, Gyrd ^_^ From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 19:16:25 2011 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 5D6A11065672 for ; Sun, 26 Jun 2011 19:16:25 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 1B5108FC12 for ; Sun, 26 Jun 2011 19:16:24 +0000 (UTC) Received: from [89.204.137.249] (helo=tiny.Sisis.de.) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Qauof-0005fz-UE; Sun, 26 Jun 2011 21:16:23 +0200 Received: from tiny.Sisis.de. (localhost [127.0.0.1]) by tiny.Sisis.de. (8.14.3/8.14.3) with ESMTP id p5QJHUIu001156; Sun, 26 Jun 2011 21:17:32 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de. (8.14.3/8.14.3/Submit) id p5QJHSvh001155; Sun, 26 Jun 2011 21:17:28 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de.: guru set sender to guru@unixarea.de using -f Date: Sun, 26 Jun 2011 21:17:27 +0200 From: Matthias Apitz To: wayne mitchell Message-ID: <20110626191726.GA1142@tiny> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.19 (2009-01-05) X-Con-Id: 51246 X-Originating-IP: 89.204.137.249 Cc: questions@FreeBSD.org Subject: Re: cvs vs. DVD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2011 19:16:25 -0000 El día Sunday, June 26, 2011 a las 07:02:57PM +0100, wayne mitchell escribió: > hey, > be warned, you are dealing with a 'newbie' > i have one machine that has internet access and another that does not > both machines were installed with FreeBSD_RELEASE_8_1 with a DVD > i am now using cvsup to upgrade the RELENG_8_1_RELEASE tree > > my second machine does not have working ethernet > > how do i transfer the updated ports tree to the other machine using > only storage media (DVD, USB) > > my guess (hack) is to find all relavent files/data trees and simply > copy over, then run necessary updates (portsdb, make world...) > > if that is correct then can you tell where those files are ? > > if not then how should i do this ? Hey, this is easy (because it is FreeBSD). # cd /var/db/pkg # ls > /tmp/pkgs # cd .... (you need some Gbyte of space there) # mkdir PKGDIR # cd PKGDIR # sh # while read pkgname; do pkg_create -Rnb $pkgname; done < /tmp/pkgs this will create a binary packages ready for installation of all your ports and other packages you have installed; move the result over with DVD/USB and install them with pkg_add(1M); HIH matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 19:26:35 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D23761065670 for ; Sun, 26 Jun 2011 19:26:35 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 49EBA8FC1C for ; Sun, 26 Jun 2011 19:26:35 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p5QJQUgY058131 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sun, 26 Jun 2011 20:26:31 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p5QJQUgY058131 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1309116391; bh=eKlHr7+/tLqFE6KQJDG5YMlvO0BS98BfKssO03/zc1A=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E0787DE.1060606@infracaninophile.co.uk>|Date:=20S un,=2026=20Jun=202011=2020:26:22=20+0100|From:=20Matthew=20Seaman= 20|User-Agent:=20Mozilla/5.0=20(M acintosh=3B=20U=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20en-US=3B=20r v:1.9.2.18)=20Gecko/20110616=20Thunderbird/3.1.11|MIME-Version:=20 1.0|To:=20freebsd-questions@freebsd.org|Subject:=20Re:=20cvs=20vs. =20DVD|References:=20|In-Reply-To:=20|X-Enigmail-Version:=201.1.1|OpenPGP:=20id=3D60AE908C|Con tent-Type:=20multipart/signed=3B=20micalg=3Dpgp-sha1=3B=0D=0A=20pr otocol=3D"application/pgp-signature"=3B=0D=0A=20boundary=3D"------ ------enigF6CDEB935C034E8AD81E2872"; b=ailh1lbd0Sadmczo9IAFw2f4kZ1Axg73OjBU/5O8SGxTyCCrP15b4NY05iz1OvTfY bdsJXpsfXBymiIiUCiCzGrW2a6AbXt1XKnoaPr8kprdWFX0jR4+l95o5yCPHYWd+9Z IWzWD2QqUn2wotcFkZVtTS2uA2C2VsRAs+kpHRfE= Message-ID: <4E0787DE.1060606@infracaninophile.co.uk> Date: Sun, 26 Jun 2011 20:26:22 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: X-Enigmail-Version: 1.1.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigF6CDEB935C034E8AD81E2872" X-Virus-Scanned: clamav-milter 0.97 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on lucid-nonsense.infracaninophile.co.uk Subject: Re: cvs vs. DVD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 26 Jun 2011 19:26:35 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF6CDEB935C034E8AD81E2872 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 26/06/2011 19:02, wayne mitchell wrote: > be warned, you are dealing with a 'newbie' > i have one machine that has internet access and another that does not > both machines were installed with FreeBSD_RELEASE_8_1 with a DVD > i am now using cvsup to upgrade the RELENG_8_1_RELEASE tree >=20 > my second machine does not have working ethernet >=20 > how do i transfer the updated ports tree to the other machine using > only storage media (DVD, USB) >=20 > my guess (hack) is to find all relavent files/data trees and simply > copy over, then run necessary updates (portsdb, make world...) >=20 > if that is correct then can you tell where those files are ? For updating the base system, you need only copy across everything under /usr/src -- you can then upgrade by building and installing world + kernel. Easiest way to copy that directory tree across is to make a tarball of it. Assuming you have a USB stick mounted at /mnt/usb, then: # cd /usr # tar -Jcvf /mnt/usb/usr-src.tar.xz src Then unmount the usb stick, and mount it on the other host. Extract the files by: # cd /usr # mv src src.old (or rm -rf src if you're feeling over-confident) # tar -xvf /mnt/usb/usr-src.tar.xz How to update your machine by compiling the system sources is well described in the Handbook, and there are instructions in /usr/src/UPDATING too. For updating ports, you can either copy /usr/ports in much the same way -- assuming you've kept all of the distfiles you're going to need still in /usr/ports/distfiles. Or you can create pkg tarballs for any port you have installed on your connected machine, plus pkgs for all of the dependencies. First make sure that everything on your connected machine is up to date: # portsnap fetch update (or csup, or whatever you prefer) # portmaster -a Then make packages of anything you want on the other machine, plus any dependencies thereof: # cd /mnt/usb # pkg_create -b -R foobar-1.2.3 Move the USB stick to the other machine and install the pkg, which will automatically include any dependencies not already installed: # pkg_add /mnt/usb/foobar-1.2.3.tbz This will work equally well for ports you've installed yourself from the ports tree, or for pkgs installed from the FreeBSD ftp servers[*]. It gets slightly tricky if you want to upgrade stuff via pkgs. I believe it should work if you install portmaster on your isolated machine, and then do: -- on the connected machine: # cd /mnt/usb # pkg_create -b -R foobar-1.2.3 (as before) # cp /usr/ports/INDEX-8 /mnt/usb -- move the usb stick over to the isolated machine and do: # cp /mnt/usb/INDEX-8 /usr/ports/INDEX-8 # portmaster -PP --local-packagedir=3D/mnt/usb \ --packages-local foobar-1.2.3 (Not tested -- but if it works the way I think it should, that will update foobar-1.2.3 and anything it depends on to the latest available versions) Cheers, Matthew [*] Verb. Sap. Mixing up stuff installed from a local ports tree and stuff installed from the pkg archives frequently leads to version clashes, wailing and gnashing of teeth. Unless you know exactly what you are doing, it's best to stick exclusively to one or other of those methods. --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enigF6CDEB935C034E8AD81E2872 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk4Hh+UACgkQ8Mjk52CukIzz9QCfah9f68ROGTry+UMgbTvlLn67 R/cAn173S3rmYp/7dcRRxkkVVxluiEkj =/Xm/ -----END PGP SIGNATURE----- --------------enigF6CDEB935C034E8AD81E2872-- From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 19:59:38 2011 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 C51581065670 for ; Sun, 26 Jun 2011 19:59:38 +0000 (UTC) (envelope-from lars@larseighner.com) Received: from mail.team1internet.com (mail.team1internet.com [216.110.13.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9A7788FC13 for ; Sun, 26 Jun 2011 19:59:38 +0000 (UTC) Received: from larseighner.com (unknown [216.110.13.99]) by mail.team1internet.com (Postfix) with SMTP id ADA0116B4A7; Sun, 26 Jun 2011 14:59:35 -0500 (CDT) Received: by larseighner.com (nbSMTP-1.00) for uid 1001 lars@larseighner.com; Sun, 26 Jun 2011 14:57:52 -0500 (CDT) Date: Sun, 26 Jun 2011 14:57:50 -0500 (CDT) From: Lars Eighner X-X-Sender: lars@noos.6dollardialup.com To: wayne mitchell In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org Subject: Re: cvs vs. DVD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 26 Jun 2011 19:59:38 -0000 On Sun, 26 Jun 2011, wayne mitchell wrote: > hey, > be warned, you are dealing with a 'newbie' Be warned, I don't know the official best practices response. I'm just telling you what I would do^H^Htry in your circumstances. > i have one machine that has internet access and another that does not > both machines were installed with FreeBSD_RELEASE_8_1 with a DVD > i am now using cvsup to upgrade the RELENG_8_1_RELEASE tree > > my second machine does not have working ethernet > > how do i transfer the updated ports tree to the other machine using > only storage media (DVD, USB) This is assuming 1) You haven't crossed a major release number since you installed from disc on both. 2) you know how to make a dvd from a file system. Since you are going from BSD to BSD, you don't have to make ISOs, but it will do no harm if you do (and might even be good for you). In the updated machine go to /usr/src/ and make clean. The official right way, I think is to use backup to make the file you will write to DVD and restore on the netdead machine to recreate /usr/src/ from disc. tar + dd or cp might work. (backup and restore are commands, check them out) Then on the netdead machine do the make buildworld, make kernel, etc. to update the machine's system. The instructions are in /usr/src/UPDATING near the bottom. In /usr/ports/ (master machine) use portsclean -CDP. This should clean out all the working directories and the old versions of packages and distributions which are no longer necessary to recreate the ports you have installed. This is not strictly necessary, but there is no point in carrying over the deadwood. If you have a relatively young installation, on the other hand, this may not save much. Now you can do whatever you did (backup/restore), dd, etc. with the source tree to the ports tree. Then you can update ports on the slave machine, or hold off. The important thing is for the ports tree itself to be somewhat in sync with world. > my guess (hack) is to find all relavent files/data trees and simply > copy over, then run necessary updates (portsdb, make world...) Do not mess directly with the ports database (in /var/db/pkg) on either machine. Until you actually do some updates in ports, pkgdb, which deals with installed ports, will not change. > if that is correct then can you tell where those files are ? The whole ports tree is in /usr/ports/. This should include the distfiles and packages you have installed since you installed from disc. The whole source tree is in /usr/src/. It is possible to install from disc without installing either of these, but if you have been cvsup'ing or cvs source and ports on the netlive machine, it certainly has them. If you did not install them on the netdead machine, you can install the copies from the netlive machine without further ado. You can even delete them from the netdead machine (if they are there) on the netdead machine, and you will still have an operable system -- nothing in them is necessary to run. But if you have the disc space, I suggest you rename (mv) them until you know your update is successful. I suggest you go through the mergemaster both times in rebuilding the system on the netdead machine. It is almost impossible to keep configuration files sufficiently in sync to make copying /etc and /usr/local/ect a viable plan (moreover, it would certainly be wrong to do so if both machines are on a net, local or internet). > if not then how should i do this ? I think you are basically on the right track. This probably will work across major releases and with drastically different architectures between the machines, but caution on the target machine is in order. (Other than cleaning, this process should not involve anything remotely dangerous to the source machine.) -- Lars Eighner http://www.larseighner.com/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266 From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 21:54:37 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED2D8106566B for ; Sun, 26 Jun 2011 21:54:37 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id AD2C78FC0A for ; Sun, 26 Jun 2011 21:54:37 +0000 (UTC) Received: by gwb15 with SMTP id 15so2225061gwb.13 for ; Sun, 26 Jun 2011 14:54:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=exG9E354wbuAw8/+sTsNAQphUfSSJ0AAav3EYS13gfE=; b=tlBcdqll2KRlcRqsIxamJ0xK9q3sxmFzNOrm045jntuy2/W7qShyCvWpwKa+Q7+OBd XFu0oHbvhWpdfEnlvSM2Nf51mgVF+lMJzx5+IqyWEaKw9w0TFx/NNzoh4H+edy0lrTcI P8SYefGEA6cWEbN3axDw0OMcR4L/US3tQeLEs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=sNB7t4kSDWIQoXP5arVcc2kKyIK+FGSmBVnK7KkDxvb95kMW6vbf+tDVm20IDqa3PU Q4op93NpXASSs5OHDTlNUEVQhGHWYdvPNzbujUm3Xo/kdHHnx3oInfKC60FpX8J799aA sa/yBnS1XzhTYMy8bKEAiJOvwPalXyfQE96dU= MIME-Version: 1.0 Received: by 10.236.175.131 with SMTP id z3mr8246802yhl.499.1309123515778; Sun, 26 Jun 2011 14:25:15 -0700 (PDT) Received: by 10.236.202.135 with HTTP; Sun, 26 Jun 2011 14:25:15 -0700 (PDT) Date: Sun, 26 Jun 2011 23:25:15 +0200 Message-ID: From: "deeptech71@gmail.com" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: what is the RIGHT(TM) way to configure background DHCP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 26 Jun 2011 21:54:38 -0000 as of recent times, on my network, the DHCP server takes a very long time (>30s) to reply, slowing down the boot process. so i've decided to put the DHCP client in the background (via rc.conf) during the boot process. attempt 1: #background_dhclient="YES" #background_dhclient_sk0="YES" with this, the DHCP client isn't even started. attempt 2: #ifconfig_sk0="DHCP" #background_dhclient="YES" #background_dhclient_sk0="YES" with this, the DHCP client is started, but there is a 30s waiting time. (as if the background_dhclient and background_dhclient_ variables had no effect.) attempt 3: #ifconfig_sk0="DHCP" #defaultroute_delay="0" this works, but looks hacky. so what is the RIGHT(TM) way to configure a background DHCP client, and why? are any of the DHCP-client-related rc.conf options redundant/useless? btw, there is no example in /etc/defaults/rc.conf for ifconfig_="DHCP" From owner-freebsd-questions@FreeBSD.ORG Sun Jun 26 22:21:48 2011 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 3AEC5106564A for ; Sun, 26 Jun 2011 22:21:48 +0000 (UTC) (envelope-from nnutipa@gmail.com) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id AA6788FC15 for ; Sun, 26 Jun 2011 22:21:47 +0000 (UTC) Received: by fxe6 with SMTP id 6so1052477fxe.17 for ; Sun, 26 Jun 2011 15:21:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type; bh=+ehxbAw/7/4c7uEd9JbSJywUklysLJWHeqvWcV+jWwg=; b=TUliq/o+chSSKNMk+Jwm2jQz6zERGsJOkg3YcSPDMHfviavYDNjlqeY7uNgfOOE55m H2uNQjy70hQJQVcqF1mnROUqA8QLokFo+X1B/+S3Cj7+lD9E5tCa942Ssy04NsFQGIgb 7nVEQbZn+ZQnk8xiQTtVPnth/Em6MVHpZoGZ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; b=w+0YPFnfO1nNjxWLzna0UdZSbGvDMS+TQBSo9ZDzhg0MU3eKqKuhzcHyh8Dmtt3JER 8YHS4phKLE+9pb5GNVRhedC720e5F1I6zSSHmuGl09/EmCc6RgjE7c77CX0Wlx3Bq94F x1N1iFpcOu7G53bP9kXU5l8cl7J+YpbnZeoZg= Received: by 10.223.55.8 with SMTP id s8mr7808899fag.141.1309125282493; Sun, 26 Jun 2011 14:54:42 -0700 (PDT) Received: from [192.168.1.10] ([178.121.217.110]) by mx.google.com with ESMTPS id h28sm3125113faj.29.2011.06.26.14.54.40 (version=SSLv3 cipher=OTHER); Sun, 26 Jun 2011 14:54:41 -0700 (PDT) Message-ID: <4E07AA9F.90509@gmail.com> Date: Mon, 27 Jun 2011 00:54:39 +0300 From: NutipA User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: multipart/mixed; boundary="------------080205010603090104070605" Cc: Subject: Traffic ignore security policies for SA in IPSec site-to-site connection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 26 Jun 2011 22:21:48 -0000 This is a multi-part message in MIME format. --------------080205010603090104070605 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit First af all, I apologize if I chose the wrong mailing list. I need to establish IPSec site-to-site connection between two offices as it shown below: LAN1 (192.168.1.0/24) | FreeBSD 8.2 (192.168.1.2) + ipfw NAT over PPTP(X.X.X.X) | | internet | | FreeBSD 8.2 (192.168.1.2) + ipfw NAT over PPPoE(X.X.X.X) | LAN2 (192.168.10.0/24) The connection between two gatways has been successfully established. All traffic between two VPN-gateways with global addresses X.X.X.X and Y.Y.Y.Y has been sucessfully encapsulated and encrypted. I see this traffic as packets with ESP headers in my sniffer. Then I added static routes to each LAN. But when I ping any private address in LAN2 from my computer (192.168.1.102) I see the next output in tcpdump on LAN1 gateway: 19:33:42.506971 IP X.X.X.X > Y.Y.Y.Y : IP 192.168.1.102 > 192.168.10.1: ICMP echo request, id 13941, seq 4, length 64 (ipip-proto-4) Traffic hasn't been encrypted and processed by ipsec! It has rather been placed only in gif-interface and of course remote site is not responding. So IP-packets ignore security policies for SA: 192.168.10.0/24[any] 192.168.1.0/24[any] any in ipsec esp/tunnel/Y.Y.Y.Y-X.X.X.X/use spid=6 seq=1 pid=23533 refcnt=1 192.168.1.0/24[any] 192.168.10.0/24[any] any out ipsec esp/tunnel/X.X.X.X-Y.Y.Y.Y/use spid=5 seq=0 pid=23533 refcnt=1 As I understand, the traffic from client machines in any direction should look like this: 21:34:16.486698 IP Y.Y.Y.Y > X.X.X.X: ESP(spi=0x043488c2,seq=0x66), length 116 Please help me to solve this strange problem. I have created a test environment (5 virtual machines) and everything was ok! The only difference was that the tests were run in a several private local networks, without ISP and pptp/pppoe-interfaces. Also, on the advice of other people I need to try it without gif-interface, but all my tests was made according by handbook article. P.S. I have attached my configs and output of any commands, because my message is too big. --------------080205010603090104070605 Content-Type: text/plain; name="ipsec_configs.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ipsec_configs.txt" WzE5OjAwXXJvb3RAYmV0YTovaG9tZS9OdXRpcEEjIGNhdCAvdXNyL2xvY2FsL2V0Yy9yYWNv b24vc2V0a2V5LmNvbmYKZmx1c2g7CnNwZGZsdXNoOwojIFRvIHRoZSBzZWNvbmQgb2ZmaWNl IG5ldHdvcmsKc3BkYWRkIDE5Mi4xNjguMS4wLzI0IDE5Mi4xNjguMTAuMC8yNCBhbnkgLVAg b3V0IGlwc2VjIGVzcC90dW5uZWwvWC5YLlguWC1ZLlkuWS5ZL3JlcXVpcmU7CnNwZGFkZCAx OTIuMTY4LjEwLjAvMjQgMTkyLjE2OC4xLjAvMjQgYW55IC1QIGluIGlwc2VjIGVzcC90dW5u ZWwvWS5ZLlkuWS1YLlguWC5YL3JlcXVpcmU7CgotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KClsx OTowMl1yb290QGJldGE6L2hvbWUvTnV0aXBBIyBjYXQgL3Vzci9sb2NhbC9ldGMvcmFjb29u L3JhY29vbi5jb25mCnBhdGggICAgcHJlX3NoYXJlZF9rZXkgICIvdXNyL2xvY2FsL2V0Yy9y YWNvb24vcHNrLnR4dCI7ICNsb2NhdGlvbiBvZiBwcmUtc2hhcmVkIGtleSBmaWxlCmxvZyAg ICAgZGVidWc7ICAjbG9nIHZlcmJvc2l0eSBzZXR0aW5nOiBzZXQgdG8gJ25vdGlmeScgd2hl biB0ZXN0aW5nIGFuZCBkZWJ1Z2dpbmcgaXMgY29tcGxldGUKCnBhZGRpbmcgIyBvcHRpb25z IGFyZSBub3QgdG8gYmUgY2hhbmdlZAp7CiAgICAgICAgbWF4aW11bV9sZW5ndGggIDIwOwog ICAgICAgIHJhbmRvbWl6ZSAgICAgICBvZmY7CiAgICAgICAgc3RyaWN0X2NoZWNrICAgIG9m ZjsKICAgICAgICBleGNsdXNpdmVfdGFpbCAgb2ZmOwp9Cgp0aW1lciAgICMgdGltaW5nIG9w dGlvbnMuIGNoYW5nZSBhcyBuZWVkZWQKewogICAgICAgIGNvdW50ZXIgICAgICAgICA1Owog ICAgICAgIGludGVydmFsICAgICAgICAyMCBzZWM7CiAgICAgICAgcGVyc2VuZCAgICAgICAg IDE7CiMgICAgICAgbmF0dF9rZWVwYWxpdmUgIDE1IHNlYzsKICAgICAgICBwaGFzZTEgICAg ICAgICAgMzAgc2VjOwogICAgICAgIHBoYXNlMiAgICAgICAgICAxNSBzZWM7Cn0KCmxpc3Rl biAgIyBhZGRyZXNzIFtwb3J0XSB0aGF0IHJhY29vbiB3aWxsIGxpc3RlbmluZyBvbgp7CiAg ICAgICAgaXNha21wICAgICAgICAgIFguWC5YLlggWzUwMF07CiAgICAgICAgaXNha21wX25h dHQgICAgIFguWC5YLlggWzQ1MDBdOwp9CgpyZW1vdGUgIFkuWS5ZLlkgWzUwMF0KewogICAg ICAgIGV4Y2hhbmdlX21vZGUgICBtYWluLGFnZ3Jlc3NpdmU7CiAgICAgICAgZG9pICAgICAg ICAgICAgIGlwc2VjX2RvaTsKICAgICAgICBzaXR1YXRpb24gICAgICAgaWRlbnRpdHlfb25s eTsKICAgICAgICBteV9pZGVudGlmaWVyICAgYWRkcmVzcyBYLlguWC5YOwogICAgICAgIHBl ZXJzX2lkZW50aWZpZXIgICAgICAgIGFkZHJlc3MgWS5ZLlkuWTsKICAgICAgICBsaWZldGlt ZSAgICAgICAgdGltZSA4IGhvdXI7CiAgICAgICAgcGFzc2l2ZSAgICAgICAgIG9mZjsKICAg ICAgICBwcm9wb3NhbF9jaGVjayAgb2JleTsKIyAgICAgICBuYXRfdHJhdmVyc2FsICAgb2Zm OwogICAgICAgIGdlbmVyYXRlX3BvbGljeSBvZmY7CgogICAgICAgICAgICAgICAgICAgICAg ICBwcm9wb3NhbCB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZW5jcnlwdGlv bl9hbGdvcml0aG0gICAgM2RlczsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBo YXNoX2FsZ29yaXRobSAgICAgICAgICBtZDU7CiAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgYXV0aGVudGljYXRpb25fbWV0aG9kICAgcHJlX3NoYXJlZF9rZXk7CiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgbGlmZXRpbWUgdGltZSAgICAgICAgICAgMzAgc2Vj OwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRoX2dyb3VwICAgICAgICAgICAg ICAgIDE7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KfQoKc2FpbmZvICAoYWRkcmVzcyAx OTIuMTY4LjEuMC8yNCBhbnkgYWRkcmVzcyAxOTIuMTY4LjEwLjAvMjQgYW55KSAgICAjIGFk ZHJlc3MgJG5ldHdvcmsvJG5ldG1hc2sgJHR5cGUgYWRkcmVzcyAkbmV0d29yay8kbmV0bWFz CnsgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIyAkbmV0d29yayBtdXN0IGJlIHRo ZSB0d28gaW50ZXJuYWwgbmV0d29ya3MgeW91IGFyZSBqb2luaW5nLgogICAgICAgIHBmc19n cm91cCAgICAgICAxOwogICAgICAgIGxpZmV0aW1lICAgICAgICB0aW1lICAgIDM2MDAwIHNl YzsKICAgICAgICBlbmNyeXB0aW9uX2FsZ29yaXRobSAgICAzZGVzLGRlczsKICAgICAgICBh dXRoZW50aWNhdGlvbl9hbGdvcml0aG0gICAgICAgIGhtYWNfbWQ1LGhtYWNfc2hhMTsKICAg ICAgICBjb21wcmVzc2lvbl9hbGdvcml0aG0gICBkZWZsYXRlOwp9CgotLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0KClsxODo1M11yb290QGJldGE6L2hvbWUvTnV0aXBBIyBpZmNvbmZpZwplbTA6 IGZsYWdzPTg4NDM8VVAsQlJPQURDQVNULFJVTk5JTkcsU0lNUExFWCxNVUxUSUNBU1Q+IG1l dHJpYyAwIG10dSAxNTAwCiAgICAgICAgb3B0aW9ucz0yMDk4PFZMQU5fTVRVLFZMQU5fSFdU QUdHSU5HLFZMQU5fSFdDU1VNLFdPTF9NQUdJQz4KICAgICAgICBldGhlciAwMDoxNzozMTo1 NTphNjowNwogICAgICAgIGluZXQgMTkyLjE2OC4xLjIgbmV0bWFzayAweGZmZmZmZjAwIGJy b2FkY2FzdCAxOTIuMTY4LjEuMjU1CiAgICAgICAgbWVkaWE6IEV0aGVybmV0IGF1dG9zZWxl Y3QgKDEwMDBiYXNlVCA8ZnVsbC1kdXBsZXg+KQogICAgICAgIHN0YXR1czogYWN0aXZlCjxv dXRwdXQgb21taXR0ZWQ+CnR1bjA6IGZsYWdzPTgxNTE8VVAsUE9JTlRPUE9JTlQsUlVOTklO RyxQUk9NSVNDLE1VTFRJQ0FTVD4gbWV0cmljIDAgbXR1IDE0MDAKICAgICAgICBvcHRpb25z PTgwMDAwPExJTktTVEFURT4KICAgICAgICBpbmV0IFguWC5YLlggLS0+IDgxLjI1LjMzLjEg bmV0bWFzayAweGZmZmZmZmZmIAogICAgICAgIE9wZW5lZCBieSBQSUQgMzIzMzgKZ2lmMDog ZmxhZ3M9ODA1MTxVUCxQT0lOVE9QT0lOVCxSVU5OSU5HLE1VTFRJQ0FTVD4gbWV0cmljIDAg bXR1IDEyODAKICAgICAgICB0dW5uZWwgaW5ldCBYLlguWC5YIC0tPiBZLlkuWS5ZCiAgICAg ICAgaW5ldCAxOTIuMTY4LjEuMiAtLT4gMTkyLjE2OC4xMC4xIG5ldG1hc2sgMHhmZmZmZmYw MCAKICAgICAgICBvcHRpb25zPTE8QUNDRVBUX1JFVl9FVEhJUF9WRVI+CgotLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0KClsxODo1Ml1yb290QGJldGE6L2hvbWUvTnV0aXBBIyBzZXRrZXkgLUQK WC5YLlguWCBZLlkuWS5ZCiAgICAgICAgZXNwIG1vZGU9dHVubmVsIHNwaT0yMzM4OTI2NTEo MHgwZGYwZWIyYikgcmVxaWQ9MCgweDAwMDAwMDAwKQogICAgICAgIEU6IDNkZXMgIGFjYzVm YmIzIDdlNmNiNTQ2IGIzODllNDVjIGI4NTNlZTIyCiAgICAgICAgQTogaG1hYy1tZDUgIDVj ZjI3MTIxIGE4NjdjYmIxIDQ1MGQ0YzZjIDY5NjZkMGQ3CiAgICAgICAgc2VxPTB4MDAwMDAw NTYgcmVwbGF5PTQgZmxhZ3M9MHgwMDAwMDAwMCBzdGF0ZT1tYXR1cmUgCiAgICAgICAgY3Jl YXRlZDogSnVuICA2IDIxOjE4OjUyIDIwMTEgICBjdXJyZW50OiBKdW4gIDYgMjE6MjE6MTgg MjAxMQogICAgICAgIGRpZmY6IDE0NihzKSAgICBoYXJkOiAzNjAwMChzKSAgc29mdDogMjg4 MDAocykKICAgICAgICBsYXN0OiBKdW4gIDYgMjE6MjE6MDEgMjAxMSAgICAgIGhhcmQ6IDAo cykgICAgICBzb2Z0OiAwKHMpCiAgICAgICAgY3VycmVudDogMTE2MjQoYnl0ZXMpICAgaGFy ZDogMChieXRlcykgIHNvZnQ6IDAoYnl0ZXMpCiAgICAgICAgYWxsb2NhdGVkOiA4NiAgIGhh cmQ6IDAgc29mdDogMAogICAgICAgIHNhZGJfc2VxPTMgcGlkPTE0NTMgcmVmY250PTIKWS5Z LlkuWSBYLlguWC5YCiAgICAgICAgZXNwIG1vZGU9dHVubmVsIHNwaT0xMDI4Njc1NzQoMHgw NjIxYTI3NikgcmVxaWQ9MCgweDAwMDAwMDAwKQogICAgICAgIEU6IDNkZXMgIDA1ZDhkZmZm IGRkZGQ4MDk5IGRiYzMyYzFiIGMzZWE4ZTU5CiAgICAgICAgQTogaG1hYy1tZDUgIGVjY2Mx ZTdiIGI5N2UzNmMzIDZhZDY4YzJlIDMzZDEzNWFjCiAgICAgICAgc2VxPTB4MDAwMDAwMDAg cmVwbGF5PTQgZmxhZ3M9MHgwMDAwMDAwMCBzdGF0ZT1tYXR1cmUgCiAgICAgICAgY3JlYXRl ZDogSnVuICA2IDIxOjE4OjUyIDIwMTEgICBjdXJyZW50OiBKdW4gIDYgMjE6MjE6MTggMjAx MQogICAgICAgIGRpZmY6IDE0NihzKSAgICBoYXJkOiAzNjAwMChzKSAgc29mdDogMjg4MDAo cykKICAgICAgICBsYXN0OiAgICAgICAgICAgICAgICAgICAgICAgICAgIGhhcmQ6IDAocykg ICAgICBzb2Z0OiAwKHMpCiAgICAgICAgY3VycmVudDogMChieXRlcykgICAgICAgaGFyZDog MChieXRlcykgIHNvZnQ6IDAoYnl0ZXMpCiAgICAgICAgYWxsb2NhdGVkOiAwICAgIGhhcmQ6 IDAgc29mdDogMAogICAgICAgIHNhZGJfc2VxPTEgcGlkPTE0NTMgcmVmY250PTEKCi0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLQoKWzE4OjUxXXJvb3RAYmV0YTovaG9tZS9OdXRpcEEjIHNldGtl eSAtRFAKMTkyLjE2OC4xMC4wLzI0W2FueV0gMTkyLjE2OC4xLjAvMjRbYW55XSBhbnkKICAg ICAgICBpbiBpcHNlYwogICAgICAgIGVzcC90dW5uZWwvWS5ZLlkuWS1YLlguWC5YL3VzZQog ICAgICAgIHNwaWQ9NiBzZXE9MSBwaWQ9MjM1MzMKICAgICAgICByZWZjbnQ9MQoxOTIuMTY4 LjEuMC8yNFthbnldIDE5Mi4xNjguMTAuMC8yNFthbnldIGFueQogICAgICAgIG91dCBpcHNl YwogICAgICAgIGVzcC90dW5uZWwvWC5YLlguWC1ZLlkuWS5ZL3VzZQogICAgICAgIHNwaWQ9 NSBzZXE9MCBwaWQ9MjM1MzMKICAgICAgICByZWZjbnQ9MQoKLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tCgpbMTk6MDNdcm9vdEBiZXRhOi9ob21lL051dGlwQSMgbmV0c3RhdCAtcm4KUm91dGlu ZyB0YWJsZXMKCkludGVybmV0OgpEZXN0aW5hdGlvbiAgICAgICAgR2F0ZXdheSAgICAgICAg ICAgIEZsYWdzICAgIFJlZnMgICAgICBVc2UgIE5ldGlmIEV4cGlyZQpkZWZhdWx0ICAgICAg ICAgICAgWi5aLlouWiAgICAgICAgIFVHUyAgICAgICAgIDAgICAgNzQyNjEgICB0dW4wCjxv dXRwdXQgb21taXR0ZWQ+CjE5Mi4xNjguMS4wLzI0ICAgICBsaW5rIzEgICAgICAgICAgICAg VSAgICAgICAgICAgMiAgMTA5NzEwNiAgICBlbTAKMTkyLjE2OC4xLjIgICAgICAgIGxpbmsj MSAgICAgICAgICAgICBVSFMgICAgICAgICAwICAgICAgICAwICAgIGxvMAoxOTIuMTY4LjEw LjAvMjQgICAgMTkyLjE2OC4xMC4xICAgICAgIFVHUyAgICAgICAgIDAgICAgICA1NDkgICBn aWYwCjE5Mi4xNjguMTAuMSAgICAgICBsaW5rIzggICAgICAgICAgICAgVUggICAgICAgICAg MCAgICAgNDIzMCAgIGdpZjAKCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQoKWzE4OjU3XXJvb3RA YmV0YTovaG9tZS9OdXRpcEEjIGNhdCAvZXRjL3JjLmNvbmYgCnpmc19lbmFibGU9IllFUyIK aG9zdG5hbWU9ImJldGEiCmlmY29uZmlnX2VtMD0iaW5ldCAxOTIuMTY4LjEuMiBuZXRtYXNr IDI1NS4yNTUuMjU1LjAgLXJ4Y3N1bSAtdHhjc3VtIC10c28iCnNzaGRfZW5hYmxlPSJZRVMi CmlmY29uZmlnX3ZyMD0iREhDUCIKZ2F0ZXdheV9lbmFibGU9IllFUyIKZmlyZXdhbGxfZW5h YmxlPSJZRVMiCmZpcmV3YWxsX25hdF9lbmFibGU9IllFUyIKZHVtbXluZXRfZW5hYmxlPSJZ RVMiCmZpcmV3YWxsX3R5cGU9Ii9ldGMvZmlyZXdhbGwiCgotLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0KCg== --------------080205010603090104070605-- From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 00:38:03 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0CD91065678; Mon, 27 Jun 2011 00:38:03 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 6FDC48FC0A; Mon, 27 Jun 2011 00:38:03 +0000 (UTC) Received: from SBHFISLREXT03 ([10.132.254.62]) by SCSFISLTC02 (8.14.3/8.14.3) with ESMTP id p5R0c1tm021346; Sun, 26 Jun 2011 19:38:01 -0500 Received: from sbhfisltcgw01.FNFIS.COM (Not Verified[10.132.248.121]) by SBHFISLREXT03 with MailMarshal (v6, 5, 4, 7535) id ; Sun, 26 Jun 2011 19:38:31 -0500 Received: from sbhfisltcgw01.FNFIS.COM ([10.132.248.121]) by sbhfisltcgw01.FNFIS.COM with Microsoft SMTPSVC(6.0.3790.4675); Sun, 26 Jun 2011 19:38:00 -0500 Received: from [10.0.0.104] ([10.132.254.136]) by sbhfisltcgw01.FNFIS.COM over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 26 Jun 2011 19:37:59 -0500 Mime-Version: 1.0 (Apple Message framework v1084) From: Devin Teske In-Reply-To: <20110423114253.GA5836@saltmine.radix.net> Date: Sun, 26 Jun 2011 17:37:58 -0700 Message-Id: References: <02a701cc006a$887da210$9978e630$@vicor.com> <20110422145518.GA16734@freebsd.org> <20110422154146.GA26083@freebsd.org> <20110422173509.000077ba@unknown> <039f01cc010d$b476d0f0$1d6472d0$@vicor.com> <20110423085451.00002c29@unknown> <20110423114253.GA5836@saltmine.radix.net> To: Thomas Dickey X-Mailer: Apple Mail (2.1084) X-OriginalArrivalTime: 27 Jun 2011 00:38:00.0200 (UTC) FILETIME=[776D6880:01CC3462] X-Mailman-Approved-At: Mon, 27 Jun 2011 01:46:51 +0000 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Bruce Cran , Alexander Best , Devin Teske , FreeBSD Hackers , FreeBSD Mailing List Subject: Re: [UPDATE] host-setup(1): a dialog(1)-based utility for configuring 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: Mon, 27 Jun 2011 00:38:03 -0000 On Apr 23, 2011, at 4:42 AM, Thomas Dickey wrote: > On Sat, Apr 23, 2011 at 08:54:51AM +0100, Bruce Cran wrote: >> On Fri, 22 Apr 2011 09:52:44 -0700 >> "Devin Teske" wrote: >>=20 >>> Looks like `--hline' is not supported anymore. Thinking this should >>> either be patched or documented in ERRATA/UPGRADING. >>=20 >> I think you mean UPDATING :) >=20 > perhaps. But reporting bugs is nicer than long discussion threads. I've released a new version of my host-setup utility. Available here: http://druidbsd.sourceforge.net/download/host-setup.txt or here: http://druidbsd.sourceforge.net/ Now at version 3.2, here's the delta: - Added support for FreeBSD-9.x's new dialog(1) (which lacks `--hline' supp= ort). - Added support for /usr/ports/x11/Xdialog You can now execute this on the console or in X windows. Default is console, to execute in X windows, execute: host-setup -X --=20 Cheers, Devin Teske -> LEGAL DISCLAIMER <- This message contains confidential and proprietary information of the sender, and is intended only for the person(s) to whom it is addressed. Any use, distribution, copying or disclosure by any other person is strictly prohibited. If you have received this message in error, please notify the e-mail sender immediately, and delete the original message without making a copy. -> FUN STUFF <- -----BEGIN GEEK CODE BLOCK----- Version 3.12 GAT/CS/B/CC/E/IT/MC/M/MU/P/S/TW d+(++) s: a- C+++@$ UB++++$ P++++@$ L++++$ = E- W+++ N? o? K? w@ O M++$ V- PS+>++ PE@ Y+ PGP-> t(+) 5? X(+) R(-) tv+ b+>++ = DI+ D+(++) G++ e>++++ h r+++ z+++ ------END GEEK CODE BLOCK------ http://www.geekcode.com/ -> END TRANSMISSION <- _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you. _____________ From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 02:52:13 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CDAB1065670 for ; Mon, 27 Jun 2011 02:52:13 +0000 (UTC) (envelope-from freebsd@penx.com) Received: from Elmer.dco.penx.com (elmer.dco.penx.com [174.46.214.165]) by mx1.freebsd.org (Postfix) with ESMTP id 542A98FC14 for ; Mon, 27 Jun 2011 02:52:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by Elmer.dco.penx.com (8.14.5/8.14.4) with ESMTP id p5R2q9OA094159 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 26 Jun 2011 20:52:12 -0600 (MDT) (envelope-from freebsd@penx.com) Date: Sun, 26 Jun 2011 20:52:09 -0600 (MDT) From: Dennis Glatting X-X-Sender: dennisg@Elmer.dco.penx.com To: freebsd-questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: Using a "special" proxy for ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 02:52:13 -0000 I have a requirement where I need to archive ports used across twenty hosts for a year or more. I've decided to do this using Squid and to take advantage of Squid's cache when updating common ports across those hosts. (BTW, at another site I used rsync to sync /usr/ports/distfiles across the hosts to a local master site then specified _MASTER_SITES_DEFAULT in make.conf to a FTP server on the local site. That method works when the port is previously cached however if the file isn't in the cache and I simultaneously install the port across ten hosts, the port is fetched ten times. Sigh.) I have a Squid proxy installed that isn't meant for every-day/every-user use and requires authentication. (Users either go through another Squid proxy or direct.) The special Squid proxy works. No surprise there. Authentication works. No surprise there. What I need is a method to embed into make.conf a proxy specification for fetch. Setting the environment variable HTTP_PROXY from the login shell /is not/ preferred because the account is used by different administrators, I don't what the special proxy accidentally polluted with non-port stuff, and it would only create confusion. Setting http_proxy in make.conf does not work. .netrc doesn't appear to be a viable method (if it did, I could specify FETCH_ARGS in make.conf). From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 06:17:48 2011 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 BA84C1065672 for ; Mon, 27 Jun 2011 06:17:48 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5356A8FC14 for ; Mon, 27 Jun 2011 06:17:47 +0000 (UTC) Received: by wyg24 with SMTP id 24so1607473wyg.13 for ; Sun, 26 Jun 2011 23:17:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=rjthehQ2xNa1mVIPT8idz+lzTxx97NayRXf+VEmg7NU=; b=iFMhC139vI2HFAeR07jZXtW0aKBmVpoj059pGFaHGvff0ZGxMt8k3ANw9GaksGBE1B lB8Xcs+i2Fw9DujAexrmA1BCrpb6k9aw/nVlllGp4b4Tk6LxrC6+tH/icqkH1I0oTN/v KHumCAQ+M4ql0tMhGTgNKozynQ1nvBfv4oyHU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=w8jWdiKCxNgk680tXBnpIlOwukI2go744RmFR2AZQKcmowtNPbY/pPhEydcTezZujV gdd+rVVpK1YeZDPcxNGkydy4iJDAUKgsz/9W4nAsDHimGipPk9ZNmv76WakNCx2I62Qm KjowaGjyPd2YgxU0LvUH3E7ySUEsEd+Tz2Nlg= MIME-Version: 1.0 Received: by 10.216.46.21 with SMTP id q21mr1933889web.113.1309155466894; Sun, 26 Jun 2011 23:17:46 -0700 (PDT) Received: by 10.216.46.7 with HTTP; Sun, 26 Jun 2011 23:17:46 -0700 (PDT) Date: Sun, 26 Jun 2011 23:17:46 -0700 Message-ID: From: Kurt Buff To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Cc: Subject: fubar'ed it good this 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, 27 Jun 2011 06:17:48 -0000 Sitrep: Lenovo T61, dual booting WinXP and FreeBSD (amd64 8.1-RELEASE) on a 500gb drive. Just did a freebsd-update from 8.1 to 8.2, just doing the second boot to do 'freebsd-update install' for the second time, and got dumped into the mountroot prompt. AFAICT, I managed somehow to write something strange into /etc/fstab. Can't tell what it is, because during boot it passes by too quickly for me to read, and the boot process dumps me into the mountroot prompt. WinXP still boots just fine, and the FreeBSD boot manager is in place, and was working before the update. FreeBSD was booting just fine from /dev/ad0s2a, prior to running freebsd-update. Now, however, when I select f1 to boot FreeBSD, I get the boot menu, output from the boot process, and (as I've mentioned) then I get the mountroot prompt. I've even downloaded and burned the 8.2 live boot iso, but it says it can't find a hard drive from sysinstall - both the Fdisk and Label options say "No disks found! Please verify that your disk controller is being properly probed at boot time. See the Hardware guide on the Documentation menu for clues on diagnosing this type of problem." I get no love from the Fixit shell, either, with /dev being void of any reference to the hard drive - just acd0. I'm pretty sure that if I can mount the disk that I can just edit the cruft out of /etc/fstab, and it will all be fine, but I can't get there... Anyone have a thought on how to get this running? I've googled myself silly on this, and am getting nowhere. Kurt From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 06:44:39 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A42F11065670 for ; Mon, 27 Jun 2011 06:44:39 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 61C238FC0C for ; Mon, 27 Jun 2011 06:44:39 +0000 (UTC) Received: from [93.104.94.201] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Qb5Yi-00080D-7T; Mon, 27 Jun 2011 08:44:36 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id p5R6ian1002468; Mon, 27 Jun 2011 08:44:36 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id p5R6iYxh002467; Mon, 27 Jun 2011 08:44:34 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Mon, 27 Jun 2011 08:44:34 +0200 From: Matthias Apitz To: Dan Nelson Message-ID: <20110627064434.GA2435@tinyCurrent> References: <20110625045740.GA3383@tinyCurrent> <20110626002051.GA44024@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20110626002051.GA44024@dan.emsphone.com> X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Originating-IP: 93.104.94.201 Cc: freebsd-questions@freebsd.org Subject: Re: pkg-config --cflags glib-2.0 gives wrong -I dir X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 06:44:39 -0000 El día Saturday, June 25, 2011 a las 07:20:52PM -0500, Dan Nelson escribió: > Checking Solaris and SUSE Linux, I see a similar pair of directories: > > solaris$ pkg-config --cflags glib-2.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > > linux$ pkg-config --cflags glib-2.0 > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include > > The /usr/lib* directory on each system contains a single file: glibconfig.h. > On FreeBSD, this file is in /usr/local/include/glib-2.0/ along with all the > other headers (headers don't belong in /lib/ anyway). I totally agree: headers don't belong there. The same is broken for: $ pkg-config --cflags gtk+-2.0 -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include....... matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 07:05:06 2011 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 A5DD5106564A for ; Mon, 27 Jun 2011 07:05:06 +0000 (UTC) (envelope-from thanhtoo99@gmail.com) Received: from mail-pv0-f202.google.com (mail-pv0-f202.google.com [74.125.83.202]) by mx1.freebsd.org (Postfix) with ESMTP id 78D1C8FC15 for ; Mon, 27 Jun 2011 07:05:06 +0000 (UTC) Received: by pvf33 with SMTP id 33so671650pvf.1 for ; Mon, 27 Jun 2011 00:05:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=+LenBZkHs66/epiAsljK852a+6fxHOmeOXM8Z67Mpeo=; b=Xhf+bPUvxybEV6Y3EMxWKfg8VQpj3koVJ/UpQZHaQahiZ7MhimKqnNJ2msezpbGokN neHo1s72H2nTHXckeaDn+krm5B7grLFkB3jN9h9XSC2Gzn+RYbJFzDDD56O7SH3wZhuN PzJoyPxQ2IwK89PkVHL0OzeuRDQYO09PX778Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ugSDB0sNa/nGYRBylaU8E9bjqE2+akBoqfR1xMe4kQqKsnsV0yM/bHmeBxFzWhh8De a+kw1UcxRApd2QQ887AjOaPsAoVp4JFHcrBlmQn3YDcRGpfCn2VjU+Xg2ikyFp8NlTDe tyZ007ADvIKCuB+X2YlpSfjGVHj8yTzm+/Fmc= MIME-Version: 1.0 Received: by 10.68.64.69 with SMTP id m5mr2515938pbs.383.1309156980750; Sun, 26 Jun 2011 23:43:00 -0700 (PDT) Date: Mon, 27 Jun 2011 13:13:00 +0630 Message-ID: From: Ko Htoo To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Ko Htoo has invited you to open a Google mail 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: Mon, 27 Jun 2011 07:05:06 -0000 I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. You're Invited to Gmail! Ko Htoo has invited you to open a Gmail account. Gmail is Google's free email service, built on the idea that email can be intuitive, efficient, and fun. Gmail has: *Less spam* Keep unwanted messages out of your inbox with Google's innovative technology. *Lots of space* Enough storage so that you'll never have to delete another message. *Built-in chat* Text or video chat with Ko Htoo and other friends in real time. *Mobile access* Get your email anywhere with Gmail on your mobile phone. You can even import your contacts and email from Yahoo!, Hotmail, AOL, or any other web mail or POP accounts. Once you create your account, Ko Htoo will be notified of your new Gmail address so you can stay in touch. Learn moreor get started ! Sign up Google Inc. | 1600 Ampitheatre Parkway | Mountain View, California 94043 From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 09:56:52 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02EAD1065672 for ; Mon, 27 Jun 2011 09:56:52 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 930E98FC0C for ; Mon, 27 Jun 2011 09:56:50 +0000 (UTC) Received: by wyg24 with SMTP id 24so1740480wyg.13 for ; Mon, 27 Jun 2011 02:56:49 -0700 (PDT) Received: by 10.217.6.197 with SMTP id y47mr2172907wes.55.1309168609852; Mon, 27 Jun 2011 02:56:49 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id ei4sm3958217wbb.26.2011.06.27.02.56.48 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 02:56:48 -0700 (PDT) Message-ID: <4E0853DF.1080407@my.gd> Date: Mon, 27 Jun 2011 11:56:47 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Joshua Isom References: <4E06180F.7090409@gmail.com> <16AE025C-EA55-45F3-8419-542228CE5AA4@my.gd> <4E06C2D1.4050601@gmail.com> In-Reply-To: <4E06C2D1.4050601@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: Performance of a USB ZIL for ZFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 27 Jun 2011 09:56:52 -0000 On 6/26/11 7:25 AM, Joshua Isom wrote: > On 6/25/2011 9:32 PM, Damien Fleuriot wrote: >> On 25 Jun 2011, at 19:17, Joshua Isom wrote: >> >>> I was wondering if anyone had tried using a decent USB flash drive >>> for the ZIL. I know it'd be hard finding one fast enough, but some >>> from patriot seem like they might be suitable for home use. Part of >>> the idea is to just minimize hard drive thrashing and the wear and >>> tear associated with it. If it helps prevent the drives from going >>> bad, and doesn't hurt performance too bad all the better. But if >>> it's going to hurt performance too much or not help prevent thrashing >>> there isn't a point. >>> _______________________________________________ >>> 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 stopped reading at the title. >> The answer is no. >> >> Grab a SSD for $80-120ish. > > > Perhaps it would have helped to read the email. Part of the concern is > making sure the drives don't fail and not just throughput. > > Given that Kingston sells an SATA SSD for $40 that only gets writes at > 30mb/s write, and some USB drives might get up to 20mb/s. If I get two > drives and put them on different controllers, mirrored, I might get > acceptable performance. I may still loose performance, but if my drives > last a year longer, I can probably accept it. I'm ok with loosing some > performance, but I just don't want it dragging down the system. And if > it won't help the drives last longer there's no point. What do you want to do here, data security or performance ? Having a dedicated ZIL is accepted to be a performance concern, more than security. Obviously you'll do as you please, but I'll tell you what: If you're going to play cheap and grab a USB key for your ZIL, don't be surprised when you lose your data and/or experience downtime because your key went boom, or the USB controller hung for a sec and your sync failed. This is data we're talking about, and considering you want a dedicated ZIL this is probably important and/or voluminous data. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 09:57:34 2011 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 A71221065677 for ; Mon, 27 Jun 2011 09:57:34 +0000 (UTC) (envelope-from btillman99@yahoo.com) Received: from nm15-vm0.bullet.mail.bf1.yahoo.com (nm15-vm0.bullet.mail.bf1.yahoo.com [98.139.212.254]) by mx1.freebsd.org (Postfix) with SMTP id 4DE3C8FC14 for ; Mon, 27 Jun 2011 09:57:34 +0000 (UTC) Received: from [98.139.212.152] by nm15.bullet.mail.bf1.yahoo.com with NNFMP; 27 Jun 2011 09:43:39 -0000 Received: from [98.139.212.228] by tm9.bullet.mail.bf1.yahoo.com with NNFMP; 27 Jun 2011 09:43:39 -0000 Received: from [127.0.0.1] by omp1037.mail.bf1.yahoo.com with NNFMP; 27 Jun 2011 09:43:39 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 634012.59667.bm@omp1037.mail.bf1.yahoo.com Received: (qmail 97683 invoked by uid 60001); 27 Jun 2011 09:43:39 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1309167818; bh=NmYI8kkSFOBG096J/SvC5xc/rDbgsaoe3MoJGNdrP3U=; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=xKdVK9UWr6HbzRZDxZ15jpcSJeMLffHWv6ae+hvtGWZq89XXHRucM0d+ne1H5tneEjnGM7/7qrsgSLBuqgsaNJ6o+/bxRvSIZVfV3jjiKhcz9p2ubUUYJVKIsZL/2uZpT6CQK+EYrxj0iGSV71zA8BtVxQj+loDMBTElL3y/ZWM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=CbQHjLsIB9nyBlIR79di15y3V6snPDMkew18/+3OCBwH64ERIRdXQQ/OmMrlvH+LkuRC71nvrJD9kYgZP+3y142Y3KFiIn7guA+LuUvpsUmqsZHNa5Vvdh1ZR9bHDa6slXhBGQ/2SNwYmGHp6zkXOOv6qGz0MV1V7QUCW8JPo60=; X-YMail-OSG: KkS9d.wVM1nJF4dM7yb1pH_pdouPaKV1Mfbp0nlFB1dV2Zz pYO3NHrTDCLwKfnIeDppszmmIRykMdNyKYzOpjOB9_sWscLZkMDPyQtds4YY SVsZr5Ak2iFYILbLLOGsGGkurtVTECRF3GYWwTIBRVdtDyxpo6xQDH8ckqMO CSTsEFGBGtq9kAITbu9ZaCZ88M2vvfSMSl.OmrXeawUjjWiQD.i_BwKkAtO4 _jmLMGuTq9w_c4oiWwGUcMcQrL.g573H_3ljWM4L_kq1FIN1f4RZ16pjl7Pw NnZHVIGU9f7SUMs8c_QC2xeoed7c8URcB2IUeO6FlZzUphzXfnsUiDxvoB7C vQCCXWWjD27XUaTwIosDx84j1uvY8AtucTC.T7zo4NVO3QeTBoaDMKKmd2kQ ZM4QxB_U9PZpmSPoudB7Gsa2ZezJmgjUOiYngTdKJZp4- Received: from [76.108.201.66] by web36507.mail.mud.yahoo.com via HTTP; Mon, 27 Jun 2011 02:43:38 PDT X-Mailer: YahooMailRC/572 YahooMailWebService/0.8.112.307740 References: Message-ID: <1309167818.80767.YahooMailRC@web36507.mail.mud.yahoo.com> Date: Mon, 27 Jun 2011 02:43:38 -0700 (PDT) From: Bill Tillman To: Lars Eighner , wayne mitchell In-Reply-To: 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 Cc: questions@freebsd.org Subject: Re: cvs vs. DVD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 27 Jun 2011 09:57:34 -0000 =0A=0A=0A=0A=0A________________________________=0AFrom: Lars Eighner =0ATo: wayne mitchell = =0ACc: questions@freebsd.org=0ASent: Sun, June 26, 2011 3:57:50 PM=0ASubjec= t: Re: cvs vs. DVD=0A=0AOn Sun, 26 Jun 2011, wayne mitchell wrote:=0A=0A> h= ey,=0A> be warned, you are dealing with a=A0 'newbie'=0A=0A=0ABe warned, I = don't know the official best practices response.=A0 I'm =0Ajust telling you= what I would do^H^Htry in your circumstances.=0A=0A> i have one machine th= at has internet access and another that does not=0A> both machines were ins= talled with FreeBSD_RELEASE_8_1 with a DVD=0A> i am now using cvsup to upgr= ade the RELENG_8_1_RELEASE tree=0A>=0A> my second machine does not have wor= king ethernet=0A>=0A> how do i transfer the updated ports tree to the other= machine using=0A> only storage media (DVD, USB)=0A=0AThis is assuming 1) Y= ou haven't crossed a major release number since you=0Ainstalled from disc o= n both. 2) you know how to make a dvd from a file=0Asystem.=A0 Since you ar= e going from BSD to BSD, you don't have to make ISOs,=0Abut it will do no h= arm if you do (and might even be good for you).=0A=0AIn the updated machine= go to /usr/src/ and make clean.=A0 The official right=0Away, I think is to= use backup to make the file you will write to DVD and=0Arestore on the net= dead machine to recreate /usr/src/ from disc. tar + dd or=0Acp might work. = (backup and restore are commands, check them out)=0A=0AThen on the netdead = machine do the make buildworld, make kernel, etc. to=0Aupdate the machine's= system.=A0 The instructions are in /usr/src/UPDATING near=0Athe bottom.=0A= =0AIn /usr/ports/ (master machine) use portsclean -CDP. This should clean o= ut=0Aall the working directories and the old versions of packages and=0Adis= tributions which are no longer necessary to recreate the ports you have=0Ai= nstalled.=A0 This is not strictly necessary, but there is no point in=0Acar= rying over the deadwood.=A0 If you have a relatively young installation,=0A= on the other hand, this may not save much.=0A=0ANow you can do whatever you= did (backup/restore), dd, etc. with the source=0Atree to the ports tree.= =A0 Then you can update ports on the slave machine, or=0Ahold off. The impo= rtant thing is for the ports tree itself to be somewhat=0Ain sync with worl= d.=0A=0A> my guess (hack) is to find all relavent files/data trees and simp= ly=0A> copy over, then run necessary updates (portsdb, make world...)=0A=0A= Do not mess directly with the ports database (in /var/db/pkg) on either=0Am= achine.=A0 Until you actually do some updates in ports, pkgdb, which=0Adeal= s with installed ports, will not change.=0A=0A> if that is correct then can= you tell where those files are ?=0A=0AThe whole ports tree is in /usr/port= s/.=A0 This should include the distfiles=0Aand packages you have installed = since you installed from disc.=A0 The=0Awhole source tree is in /usr/src/.= =A0 It is possible to install from disc=0Awithout installing either of thes= e, but if you have been cvsup'ing or cvs=0Asource and ports on the netlive = machine, it certainly has them.=A0 If you did=0Anot install them on the net= dead machine, you can install the copies from=0Athe netlive machine without= further ado.=A0 You can even delete them from=0Athe netdead machine (if th= ey are there) on the netdead machine, and you=0Awill still have an operable= system -- nothing in them is necessary to run.=0ABut if you have the disc = space, I suggest you rename (mv) them until you=0Aknow your update is succe= ssful.=A0 I suggest you go through the mergemaster=0Aboth times in rebuildi= ng the system on the netdead machine. It is almost=0Aimpossible to keep con= figuration files sufficiently in sync to make copying=0A/etc and /usr/local= /ect a viable plan (moreover, it would certainly be wrong=0Ato do so if bot= h machines are on a net, local or internet).=0A=0A=0A> if not then how shou= ld i do this ?=0A=0AI think you are basically on the right track.=0A=0AThis= probably will work across major releases and with drastically different=0A= architectures between the machines, but caution on the target machine is in= =0Aorder.=A0 (Other than cleaning, this process should not involve anything= =0Aremotely dangerous to the source machine.)=0A=0A-- =0ALars Eighner=0Ahtt= p://www.larseighner.com/index.html=0A8800 N IH35 APT 1191 AUSTIN TX 78753-5= 266=0A=0A_______________________________________________=0Afreebsd-question= s@freebsd.org mailing list=0Ahttp://lists.freebsd.org/mailman/listinfo/free= bsd-questions=0ATo unsubscribe, send any mail to "freebsd-questions-unsubsc= ribe@freebsd.org"=0A=0A=0A=0ACall me old-fashioned but with Ethernet cards = only costing $5 these days, what's =0Aholding you back from installing a NI= C in the other machine. This would simplify =0Aall your problems. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 09:59:42 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FFD4106566B for ; Mon, 27 Jun 2011 09:59:42 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id DBF288FC22 for ; Mon, 27 Jun 2011 09:59:41 +0000 (UTC) Received: by wwe6 with SMTP id 6so4271328wwe.31 for ; Mon, 27 Jun 2011 02:59:40 -0700 (PDT) Received: by 10.227.20.84 with SMTP id e20mr5174449wbb.28.1309168780434; Mon, 27 Jun 2011 02:59:40 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id fi5sm3957268wbb.56.2011.06.27.02.59.39 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 02:59:39 -0700 (PDT) Message-ID: <4E08548A.9030505@my.gd> Date: Mon, 27 Jun 2011 11:59:38 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: I have a error in freebsd 8.2, an internal system error has ocurred X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 27 Jun 2011 09:59:42 -0000 On 6/26/11 5:33 PM, Edgar Rodolfo wrote: > Hi guys!, i am new on freebsd, but i had installed freebsd 8.2 with > graphical interface (gnome), i was very happy, but suddendly i saw a > message, exactly the message said: > we were not expecting has ocurred ..., look the photo, i don't > understand exactly, 30 min the message appears, is dangerous the > message? > > http://subefotos.com/ver/?46893c74c902254a3d7789bb38a6b457o.png > _______________________________________________ > 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, While I have no idea what it means and what its cause could be, this is a KDE error. You might want to check with them directly ? From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 10:04:00 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F8E1106566C for ; Mon, 27 Jun 2011 10:04:00 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 39D608FC15 for ; Mon, 27 Jun 2011 10:03:59 +0000 (UTC) Received: by wyg24 with SMTP id 24so1745765wyg.13 for ; Mon, 27 Jun 2011 03:03:58 -0700 (PDT) Received: by 10.227.24.135 with SMTP id v7mr1982190wbb.11.1309169036828; Mon, 27 Jun 2011 03:03:56 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id c17sm3961007wbh.46.2011.06.27.03.03.55 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 03:03:56 -0700 (PDT) Message-ID: <4E08558A.7000101@my.gd> Date: Mon, 27 Jun 2011 12:03:54 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: fubar'ed it good this 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, 27 Jun 2011 10:04:00 -0000 On 6/27/11 8:17 AM, Kurt Buff wrote: > Sitrep: Lenovo T61, dual booting WinXP and FreeBSD (amd64 8.1-RELEASE) > on a 500gb drive. Just did a freebsd-update from 8.1 to 8.2, just > doing the second boot to do 'freebsd-update install' for the second > time, and got dumped into the mountroot prompt. > > AFAICT, I managed somehow to write something strange into /etc/fstab. > Can't tell what it is, because during boot it passes by too quickly > for me to read, and the boot process dumps me into the mountroot > prompt. > > WinXP still boots just fine, and the FreeBSD boot manager is in place, > and was working before the update. > > FreeBSD was booting just fine from /dev/ad0s2a, prior to running freebsd-update. > > Now, however, when I select f1 to boot FreeBSD, I get the boot menu, > output from the boot process, and (as I've mentioned) then I get the > mountroot prompt. > > I've even downloaded and burned the 8.2 live boot iso, but it says it > can't find a hard drive from sysinstall - both the Fdisk and Label > options say > "No disks found! Please verify that your disk controller > is being properly probed at boot time. See the Hardware > guide on the Documentation menu for clues on > diagnosing this type of problem." > > I get no love from the Fixit shell, either, with /dev being void of > any reference to the hard drive - just acd0. > > I'm pretty sure that if I can mount the disk that I can just edit the > cruft out of /etc/fstab, and it will all be fine, but I can't get > there... > > Anyone have a thought on how to get this running? I've googled myself > silly on this, and am getting nowhere. > > Kurt > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" You'll want to download a live CD with UFS support :) MFSBSD comes to mind: http://mfsbsd.vx.sk/ From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 11:30:44 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11CBF1065673 for ; Mon, 27 Jun 2011 11:30:44 +0000 (UTC) (envelope-from dma_5163@dma2.virtualtarget.com.br) Received: from vt-0005-239.virtualtarget.com.br (vt-0005-239.virtualtarget.com.br [187.61.29.239]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2338FC1C for ; Mon, 27 Jun 2011 11:30:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=dkim.vttrack.com.br; h=From:To:Subject:MIME-Version:Content-Type:Reply-To:List-Unsubscribe:Message-ID:Date; bh=gKSDujOKbkFk0t993BkuGFjwMRo=; b=pMV84v757vKda1mcQkt3qAk5mtf0617S9sezn37TBX1uMItTwXazu2Tav40jZ42uPuf6NtDq/UuN 0+xGd3+CqVyst6eyIx/WtYuqcjBAadPPJSggXvZ9wXNPFl0qwac9bgUwYjDLKHs8melRXR58+z5r kFJvOySRZdcklIO0uh8= Received: by vt-0005-239.virtualtarget.com.br id h11ku612t7c8 for ; Mon, 27 Jun 2011 08:30:41 -0300 (envelope-from ) From: "=?ISO-8859-1?Q?Pank!_=E9_bom_demais?=" To: "" MIME-Version: 1.0 X-DMA: 10020751 X-UID: 10020751-12506 X-CID: 5163 X-TYP: MAIL Message-ID: <0.5.9A.1EA.1CC34BDA550D8DA.2EA8@vt-0005-239.virtualtarget.com.br> Date: Mon, 27 Jun 2011 08:30:43 -0300 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: BIG OFERTA! Playstation 2 Destravado com 31% OFF. De R$399, 90 Por R$ 275, 00 em 10X. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Pank!_=E9_bom_demais?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 11:30:44 -0000 Adicione "no-reply@pankmail.com.br [mailto:novidades@pank.com.br]" aos seus endere=E7os para receber sempre os e-mails do Pank! Se este e-mail n=E3o aparecer corretamente, veja a vers=E3o online, acesse aqui [http://tr2.virtualtarget.com.br/index.dma/DmaClick?5163,56,34775,971,4af33= db1f6acfa58b3f9d970071b1cc2,aHR0cDovL3d3dy5wYW5rLmNvbS5ici9tYWlsL09mZXJ0YUR= pYS5hc3B4P29mZXJ0YT0yMDE=3D,2]. [http://tr2.virtualtarget.com.br/index.dma/DmaClick?5163,56,34775,972,4af33= db1f6acfa58b3f9d970071b1cc2,aHR0cDovL3d3dy5wYW5rLmNvbS5ici8=3D,2] BIG OFERTA! Playstation 2 Destravado com 31% OFF. De R$399,90 por apenas R$ 275,00. =C9 Divers=E3o para a fam=EDlia toda! N=E3o Perca. [http://tr2.virtualtarget.com.br/index.dma/DmaClick?5163,56,34775,973,4af33= db1f6acfa58b3f9d970071b1cc2,aHR0cDovL3d3dy5wYW5rLmNvbS5ici9EZWZhdWx0LmFzcHg= /aWQ9MjAx,2] [http://tr2.virtualtarget.com.br/index.dma/DmaClick?5163,56,34775,973,4af33= db1f6acfa58b3f9d970071b1cc2,aHR0cDovL3d3dy5wYW5rLmNvbS5ici9EZWZhdWx0LmFzcHg= /aWQ9MjAx,2] de R$399,90 ------------------------- por R$275,00 [http://tr2.virtualtarget.com.br/index.dma/DmaClick?5163,56,34775,974,4af33= db1f6acfa58b3f9d970071b1cc2,aHR0cDovL3d3dy5wYW5rLmNvbS5ici92ZW5kYS9Db21wcmF= yLmFzcHg/b2ZlcnRhPTIwMQ=3D=3D,2] Economia de R$ 124,90 ------------------------- Desconto de 31% [http://tr2.virtualtarget.com.br/index.dma/DmaClick?5163,56,34775,975,4af33= db1f6acfa58b3f9d970071b1cc2,aHR0cDovL3R3aXR0ZXIuY29tL29mZXJ0YXNwYW5r,2] [http://tr2.virtualtarget.com.br/index.dma/DmaClick?5163,56,34775,976,4af33= db1f6acfa58b3f9d970071b1cc2,aHR0cDovL3d3dy5wYW5rLmNvbS5ici9JbmRpcXVlLmFzcHg= =3D,2] O Pank respeita a sua privacidade e =E9 contra o spam na rede. Voc=EA recebeu este e-mail porque faz parte da lista de pessoas selecionadas do Pank!. Diariamente voc=EA ir=E1 receber ofertas de bares, restaurantes, academia, hot=E9is e pousadas na praia e muito mais. =A9 Pank!, =E9 bom demais. Se voc=EA n=E3o deseja mais receber nossos e-mails, cancele sua inscri=E7= =E3o aqui [http://tr2.virtualtarget.com.br/index.dma/DmaClick?5163,56,34775,977,4af33= db1f6acfa58b3f9d970071b1cc2,aHR0cDovL3d3dy5wYW5rLmNvbS5ici9CbGFja0xpc3QuYXN= weD9tYWlsPXshRU1BSUx9,2] From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 11:35:06 2011 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 0FE341065673 for ; Mon, 27 Jun 2011 11:35:06 +0000 (UTC) (envelope-from DStaal@usa.net) Received: from mail.magehandbook.com (173-8-4-45-WashingtonDC.hfc.comcastbusiness.net [173.8.4.45]) by mx1.freebsd.org (Postfix) with ESMTP id D4C2E8FC1B for ; Mon, 27 Jun 2011 11:35:05 +0000 (UTC) Received: from [192.168.1.50] (Mac-Pro.magehandbook.com [192.168.1.50]) by mail.magehandbook.com (Postfix) with ESMTP id 8292C2EA; Mon, 27 Jun 2011 07:35:04 -0400 (EDT) Date: Mon, 27 Jun 2011 07:35:04 -0400 From: Daniel Staal To: Bill Tillman , questions@freebsd.org Message-ID: <29AC2A8D6077DA6AD103E11F@mac-pro.magehandbook.com> In-Reply-To: <1309167818.80767.YahooMailRC@web36507.mail.mud.yahoo.com> References: <1309167818.80767.YahooMailRC@web36507.mail.mud.yahoo.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: cvs vs. DVD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 11:35:06 -0000 --As of June 27, 2011 2:43:38 AM -0700, Bill Tillman is alleged to have said: > Call me old-fashioned but with Ethernet cards only costing $5 these days, > what's holding you back from installing a NIC in the other machine. This > would simplify all your problems. --As for the rest, it is mine. I assume it's policy/security concerns, not technical. There are still reasons to want a machine air-gapped from the Internet, after all... Daniel T. Staal --------------------------------------------------------------- This email copyright the author. Unless otherwise noted, you are expressly allowed to retransmit, quote, or otherwise use the contents for non-commercial purposes. This copyright will expire 5 years after the author's death, or in 30 years, whichever is longer, unless such a period is in excess of local copyright law. --------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 13:25:15 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEE221065672 for ; Mon, 27 Jun 2011 13:25:15 +0000 (UTC) (envelope-from freebsd@penx.com) Received: from Elmer.dco.penx.com (elmer.dco.penx.com [174.46.214.165]) by mx1.freebsd.org (Postfix) with ESMTP id C36368FC0C for ; Mon, 27 Jun 2011 13:25:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by Elmer.dco.penx.com (8.14.5/8.14.4) with ESMTP id p5RDPCUf053923 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 27 Jun 2011 07:25:15 -0600 (MDT) (envelope-from freebsd@penx.com) Date: Mon, 27 Jun 2011 07:25:12 -0600 (MDT) From: Dennis Glatting X-X-Sender: dennisg@Elmer.dco.penx.com To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: Using a "special" proxy for ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 13:25:16 -0000 On Sun, 26 Jun 2011, Dennis Glatting wrote: > > I have a requirement where I need to archive ports used across twenty hosts > for a year or more. I've decided to do this using Squid and to take advantage > of Squid's cache when updating common ports across those hosts. > > (BTW, at another site I used rsync to sync /usr/ports/distfiles across the > hosts to a local master site then specified _MASTER_SITES_DEFAULT in > make.conf to a FTP server on the local site. That method works when the port > is previously cached however if the file isn't in the cache and I > simultaneously install the port across ten hosts, the port is fetched ten > times. Sigh.) > > I have a Squid proxy installed that isn't meant for every-day/every-user use > and requires authentication. (Users either go through another Squid proxy or > direct.) The special Squid proxy works. No surprise there. Authentication > works. No surprise there. > > What I need is a method to embed into make.conf a proxy specification for > fetch. Setting the environment variable HTTP_PROXY from the login shell /is > not/ preferred because the account is used by different administrators, I > don't what the special proxy accidentally polluted with non-port stuff, and > it would only create confusion. > > Setting http_proxy in make.conf does not work. .netrc doesn't appear to be a > viable method (if it did, I could specify FETCH_ARGS in make.conf). > I forgot to mention that I also thought about redefining SHELL in make.conf to a small program that sets HTTP_PROXY in the environment then execs the desired target but I felt that approach was fraught with peril. > _______________________________________________ > 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 Jun 27 13:26:49 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 018BE106566B for ; Mon, 27 Jun 2011 13:26:49 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id C0C9C8FC08 for ; Mon, 27 Jun 2011 13:26:48 +0000 (UTC) Received: by iwr19 with SMTP id 19so5696529iwr.13 for ; Mon, 27 Jun 2011 06:26:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=zDYOBVMZ64LM01lfSE4CcpFfypUq/zqelQiuXV3NSgs=; b=elVNAW1Y0mXDgtJ8sPmAkMR6TmgCr8t7xFVg9mobW7ciiqEeg7qeo1vat055op3JEh 31KYzW142skR7m1E1pENUjpRIwtsTGsoxJ556JgcA+WFzSj/Cj0m0H42WhfJCSHugIDQ r7M8inG8X9sCGNaNMDBmDPOmbBbcCa+wDlUqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=DgVNttTVebQtt9iY33oPJAJA30fksrcbzfnyPwX8O/ndGxPEwX9bCxSIxpJMNuHd9d DoQYX6qr69C5ifga7FIIHaRRHm1UH/XDAs7ynVyY0WAyPEajHcIjQXAzWiV3r/bCwIaM JDz0j2i3D2GutaUxDgW611H0LnFnA8KCaw+r8= MIME-Version: 1.0 Received: by 10.231.50.16 with SMTP id x16mr6190540ibf.171.1309179817081; Mon, 27 Jun 2011 06:03:37 -0700 (PDT) Received: by 10.231.16.198 with HTTP; Mon, 27 Jun 2011 06:03:37 -0700 (PDT) Date: Mon, 27 Jun 2011 17:03:37 +0400 Message-ID: From: Pavel Timofeev To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Installing php-fpm without apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 13:26:49 -0000 How can I install php-fpm without installing apache? Is it possible? [root@timp /usr/ports/lang/php5]# make showconfig ===> The following configuration options are available for php5-5.3.6_1: CLI=off "Build CLI version" CGI=off "Build CGI version" FPM=on "Build FPM version (experimental)" APACHE=off "Build Apache module" AP2FILTER=off " Use Apache 2.x filter interface (experimental)" DEBUG=off "Enable debug" SUHOSIN=off "Enable Suhosin protection system" MULTIBYTE=off "Enable zend multibyte support" IPV6=off "Enable ipv6 support" MAILHEAD=off "Enable mail header patch" LINKTHR=off "Link thread lib (for threaded extensions)" ===> Use 'make config' to modify these settings Only FPM is "on" [root@timp /usr/ports/lang/php5]# make missing www/apache13 textproc/libxml2 textproc/expat2 in spite of this I see apache13 as dependency From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 13:40:17 2011 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 399911065706 for ; Mon, 27 Jun 2011 13:40:17 +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 EB8928FC28 for ; Mon, 27 Jun 2011 13:40:16 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p5RDeFS1095620; Mon, 27 Jun 2011 07:40:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p5RDeF8s095617; Mon, 27 Jun 2011 07:40:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 27 Jun 2011 07:40:15 -0600 (MDT) From: Warren Block To: Kurt Buff In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 27 Jun 2011 07:40:16 -0600 (MDT) Cc: FreeBSD Questions Subject: Re: fubar'ed it good this 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, 27 Jun 2011 13:40:17 -0000 On Sun, 26 Jun 2011, Kurt Buff wrote: > Sitrep: Lenovo T61, dual booting WinXP and FreeBSD (amd64 8.1-RELEASE) > on a 500gb drive. Just did a freebsd-update from 8.1 to 8.2, just > doing the second boot to do 'freebsd-update install' for the second > time, and got dumped into the mountroot prompt. > > AFAICT, I managed somehow to write something strange into /etc/fstab. > Can't tell what it is, because during boot it passes by too quickly > for me to read, and the boot process dumps me into the mountroot > prompt. Scroll Lock and Page Up/Down should work there to scroll back to see the disk device numbers. > WinXP still boots just fine, and the FreeBSD boot manager is in place, > and was working before the update. > > FreeBSD was booting just fine from /dev/ad0s2a, prior to running freebsd-update. Don't know what would cause that. Custom kernels could have the ATA_STATIC_ID option removed, which might give the disk a different number, ad2 or ad4 usually. The BIOS could have AHCI mode set, but that should not change with 8.2. That would make the disk ada0. I second the suggestion of mfsBSD. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 14:03:35 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC19F1065670 for ; Mon, 27 Jun 2011 14:03:35 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 836258FC12 for ; Mon, 27 Jun 2011 14:03:35 +0000 (UTC) Received: by iwr19 with SMTP id 19so5736803iwr.13 for ; Mon, 27 Jun 2011 07:03:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=f3avAJHduOuxpUNMzLY3hmYyyDHyx2K8PvdscGG9sZY=; b=ZoKATZ3yIA9yCrTyOcnqz+Z4xqJBqYAssVIkyNAJbkGbqk+uhEORGBeMK4iZHNHFt+ Xsfs591WEDe/brifIDCFbFdNfIV7gOu2AfRR+sfqksFHhehuGut4EN9pGhP0xtZ0ZzD/ QIG4mFhzXNEJegg0gDN+jinflBb6GfQBBhrMY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=B25TQcUDE0AY1BHpOTFkHayGG1a3I5ZPNEirV7XaYn50hNNY2CVKlNeJrARbW0jBwb wUaszl8AGZAMSvy2SCXPsQydmPyDfIiI5Wvxeia5sVGsp+kERVW8yXiyN3zPIaVEzOyZ ewq+GkVSCyJvsTNeFGGzrXpiA/4jZPDPz+rEs= MIME-Version: 1.0 Received: by 10.231.112.224 with SMTP id x32mr250070ibp.196.1309183414912; Mon, 27 Jun 2011 07:03:34 -0700 (PDT) Received: by 10.231.16.198 with HTTP; Mon, 27 Jun 2011 07:03:34 -0700 (PDT) In-Reply-To: References: Date: Mon, 27 Jun 2011 18:03:34 +0400 Message-ID: From: Pavel Timofeev To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Installing php-fpm without apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 14:03:35 -0000 I'm very sorry! I had vars like WITH_APACHE=foo in /etc/make.conf! It's ok in ports. 2011/6/27 Pavel Timofeev > How can I install php-fpm without installing apache? > Is it possible? > > [root@timp /usr/ports/lang/php5]# make showconfig > ===> The following configuration options are available for php5-5.3.6_1: > CLI=off "Build CLI version" > CGI=off "Build CGI version" > FPM=on "Build FPM version (experimental)" > APACHE=off "Build Apache module" > AP2FILTER=off " Use Apache 2.x filter interface (experimental)" > DEBUG=off "Enable debug" > SUHOSIN=off "Enable Suhosin protection system" > MULTIBYTE=off "Enable zend multibyte support" > IPV6=off "Enable ipv6 support" > MAILHEAD=off "Enable mail header patch" > LINKTHR=off "Link thread lib (for threaded extensions)" > ===> Use 'make config' to modify these settings > > Only FPM is "on" > > [root@timp /usr/ports/lang/php5]# make missing > www/apache13 > textproc/libxml2 > textproc/expat2 > > in spite of this I see apache13 as dependency > From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 14:04:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC797106566B for ; Mon, 27 Jun 2011 14:04:29 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 480508FC27 for ; Mon, 27 Jun 2011 14:04:29 +0000 (UTC) Received: by wwe6 with SMTP id 6so4473670wwe.31 for ; Mon, 27 Jun 2011 07:04:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=VEJNukzB16PqfJnsJ5pkL0dKHThOEcNNLzJNugyD6gQ=; b=KVSsOkU9HnN9f4asn0sjQLBNyfBz47yREQI/TIwQm+s29Hg4895PDQJMeTypOqliNg r+AM6XQCYCt6CHKarehdGGXNOusDUyOWfLlCJY1go8cQfStcT9E9ZcZtxbceY3+kZpsW H7U/Ek2A+vTnZTl+jGZta/oecKVuJ3okbqODE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=DVDQQZCqDnIFawnI+yY8BUIqeM4hQ5eOEz2HRQqqKyrnmDu+3mOksdClBl0DgrbmLy 4j3D1DICUMgFIeLI4EgXk7uToS64GUQJ+KLrvYOKWIUKlaoqpdWLtikAgIjQUm5O2BJC RZ30ZsyIItE3eINE3embATiM4w6QBXXUIedqA= MIME-Version: 1.0 Received: by 10.216.136.202 with SMTP id w52mr1972905wei.68.1309182027606; Mon, 27 Jun 2011 06:40:27 -0700 (PDT) Received: by 10.216.46.7 with HTTP; Mon, 27 Jun 2011 06:40:27 -0700 (PDT) In-Reply-To: <4E08558A.7000101@my.gd> References: <4E08558A.7000101@my.gd> Date: Mon, 27 Jun 2011 06:40:27 -0700 Message-ID: From: Kurt Buff To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: fubar'ed it good this 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, 27 Jun 2011 14:04:29 -0000 On Mon, Jun 27, 2011 at 03:03, Damien Fleuriot wrote: > On 6/27/11 8:17 AM, Kurt Buff wrote: >> I've even downloaded and burned the 8.2 live boot iso, but it says it >> can't find a hard drive from sysinstall - both the Fdisk and Label >> options say >> =C2=A0 =C2=A0 =C2=A0"No disks found! Please verify that your disk contro= ller >> =C2=A0 =C2=A0 =C2=A0is being properly probed at boot time. See the Hardw= are >> =C2=A0 =C2=A0 =C2=A0guide on the Documentation menu for clues on >> =C2=A0 =C2=A0 =C2=A0diagnosing this type of problem." >> >> I get no love from the Fixit shell, either, with /dev being void of >> any reference to the hard drive - just acd0. >> >> I'm pretty sure that if I can mount the disk that I can just edit the >> cruft out of /etc/fstab, and it will all be fine, but I can't get >> there... > > > You'll want to download a live CD with UFS support :) > > MFSBSD comes to mind: > > http://mfsbsd.vx.sk/ Your advice sounds reasonable, but that site seems devoted to zfs bootables= . I wonder if an 8.1 livefs iso will do the trick... Kurt From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 14:06:27 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85522106566C for ; Mon, 27 Jun 2011 14:06:27 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 23FE38FC0A for ; Mon, 27 Jun 2011 14:06:26 +0000 (UTC) Received: by wwe6 with SMTP id 6so4475508wwe.31 for ; Mon, 27 Jun 2011 07:06:26 -0700 (PDT) Received: by 10.227.138.16 with SMTP id y16mr1250876wbt.67.1309183586081; Mon, 27 Jun 2011 07:06:26 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id o19sm4119112wbh.4.2011.06.27.07.06.23 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 07:06:23 -0700 (PDT) Message-ID: <4E088E5E.6000106@my.gd> Date: Mon, 27 Jun 2011 16:06:22 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Using a "special" proxy for ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 14:06:27 -0000 On 6/27/11 4:52 AM, Dennis Glatting wrote: > > I have a requirement where I need to archive ports used across twenty > hosts for a year or more. I've decided to do this using Squid and to > take advantage of Squid's cache when updating common ports across those > hosts. > > (BTW, at another site I used rsync to sync /usr/ports/distfiles across > the hosts to a local master site then specified _MASTER_SITES_DEFAULT in > make.conf to a FTP server on the local site. That method works when the > port is previously cached however if the file isn't in the cache and I > simultaneously install the port across ten hosts, the port is fetched > ten times. Sigh.) > > I have a Squid proxy installed that isn't meant for every-day/every-user > use and requires authentication. (Users either go through another Squid > proxy or direct.) The special Squid proxy works. No surprise there. > Authentication works. No surprise there. > > What I need is a method to embed into make.conf a proxy specification > for fetch. Setting the environment variable HTTP_PROXY from the login > shell /is not/ preferred because the account is used by different > administrators, I don't what the special proxy accidentally polluted > with non-port stuff, and it would only create confusion. > > Setting http_proxy in make.conf does not work. .netrc doesn't appear to > be a viable method (if it did, I could specify FETCH_ARGS in make.conf). > > _______________________________________________ > 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 about using a NFS share for /usr/ports/distfiles ? From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 14:19:08 2011 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 1E7BA106566C for ; Mon, 27 Jun 2011 14:19:08 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id A68798FC22 for ; Mon, 27 Jun 2011 14:19:07 +0000 (UTC) Received: by wwe6 with SMTP id 6so4487902wwe.31 for ; Mon, 27 Jun 2011 07:19:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=kJTcwRTvfaSqrRw+m1hUEYn7jiEEcjNK6A4RlENpVbM=; b=oOXEjLoJMkW7r/kyEzFSApuWyOrldTdG0FwPuT8OExnc1SxKSNWA26wwmXje6NA1KT TR5OCg5tr+hnWvQ7iH6V0SmuvHxUwBaYRMjkwhDAgxcPJYf75sEFGxgVzh/oFcfdiCYh /UuYMqaBpdAvFBFvQLmyvaXfhUznCPeVchcZU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=OTJ+Frk4vYnDxmUBEm+qD7Sw70EHHGWtB0DU6/xgC7KGtYrSt8pNYBA8YvJ/F/L1bT r3YTyFzWRGTHsTEivCvPK8m+XxqUKKxCvs8/70/fim695sEDSpPXVtXeWiRMzV913B+6 SYMFjVKHG6OCaWirJBpQEluI1hkMPdys2j1HM= MIME-Version: 1.0 Received: by 10.217.7.3 with SMTP id z3mr5230706wes.68.1309184346313; Mon, 27 Jun 2011 07:19:06 -0700 (PDT) Received: by 10.216.46.7 with HTTP; Mon, 27 Jun 2011 07:19:06 -0700 (PDT) In-Reply-To: References: Date: Mon, 27 Jun 2011 07:19:06 -0700 Message-ID: From: Kurt Buff To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Fwd: fubar'ed it good this 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, 27 Jun 2011 14:19:08 -0000 This should have gone to the list - sorry. ---------- Forwarded message ---------- From: Kurt Buff Date: Mon, Jun 27, 2011 at 07:17 Subject: Re: fubar'ed it good this time... To: Warren Block On Mon, Jun 27, 2011 at 06:40, Warren Block wrote: > On Sun, 26 Jun 2011, Kurt Buff wrote: > >> Sitrep: Lenovo T61, dual booting WinXP and FreeBSD (amd64 8.1-RELEASE) >> on a 500gb drive. Just did a freebsd-update from 8.1 to 8.2, just >> doing the second boot to do 'freebsd-update install' for the second >> time, and got dumped into the mountroot prompt. >> >> AFAICT, I managed somehow to write something strange into /etc/fstab. >> Can't tell what it is, because during boot it passes by too quickly >> for me to read, and the boot process dumps me into the mountroot >> prompt. > > Scroll Lock and Page Up/Down should work there to scroll back to see the > disk device numbers. Scroll lok and page up work, and what I see is the following, copied by han= d: =C2=A0 =C2=A0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1c30-0x1c3f,0x1c20,0x1x2f at decive 31.2 on pci0 =C2=A0 =C2=A0 ata0: on atapci0 =C2=A0 =C2=A0 ata0: [ITHREAD] =C2=A0 =C2=A0 ata1: on atapci0 =C2=A0 =C2=A0 ata1: [ITHREAD] Then, at the end, I show: =C2=A0 =C2=A0 Trying to mount root from ufs:/dev/ad0s2a =C2=A0 =C2=A0 ROOT MOUNT ERROR: =C2=A0 =C2=A0 If you have invalid mount options, reboot, and first thre the following from the loader prompt: etc. >> WinXP still boots just fine, and the FreeBSD boot manager is in place, >> and was working before the update. >> >> FreeBSD was booting just fine from /dev/ad0s2a, prior to running >> freebsd-update. > > Don't know what would cause that. =C2=A0Custom kernels could have the > ATA_STATIC_ID option removed, which might give the disk a different numbe= r, > ad2 or ad4 usually. > > The BIOS could have AHCI mode set, but that should not change with 8.2. T= hat > would make the disk ada0. > > I second the suggestion of mfsBSD. OK - when I get home from work, I'll download and see what that does for me= . Thanks, Kurt From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 14:27:50 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18D231065670 for ; Mon, 27 Jun 2011 14:27:50 +0000 (UTC) (envelope-from freebsd@penx.com) Received: from Elmer.dco.penx.com (elmer.dco.penx.com [174.46.214.165]) by mx1.freebsd.org (Postfix) with ESMTP id E13968FC15 for ; Mon, 27 Jun 2011 14:27:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by Elmer.dco.penx.com (8.14.5/8.14.4) with ESMTP id p5RERk9J060873 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Jun 2011 08:27:48 -0600 (MDT) (envelope-from freebsd@penx.com) Date: Mon, 27 Jun 2011 08:27:46 -0600 (MDT) From: Dennis Glatting X-X-Sender: dennisg@Elmer.dco.penx.com To: Damien Fleuriot In-Reply-To: <4E088E5E.6000106@my.gd> Message-ID: References: <4E088E5E.6000106@my.gd> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Using a "special" proxy for ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 14:27:50 -0000 On Mon, 27 Jun 2011, Damien Fleuriot wrote: > On 6/27/11 4:52 AM, Dennis Glatting wrote: >> >> I have a requirement where I need to archive ports used across twenty >> hosts for a year or more. I've decided to do this using Squid and to >> take advantage of Squid's cache when updating common ports across those >> hosts. >> >> (BTW, at another site I used rsync to sync /usr/ports/distfiles across >> the hosts to a local master site then specified _MASTER_SITES_DEFAULT in >> make.conf to a FTP server on the local site. That method works when the >> port is previously cached however if the file isn't in the cache and I >> simultaneously install the port across ten hosts, the port is fetched >> ten times. Sigh.) >> >> I have a Squid proxy installed that isn't meant for every-day/every-user >> use and requires authentication. (Users either go through another Squid >> proxy or direct.) The special Squid proxy works. No surprise there. >> Authentication works. No surprise there. >> >> What I need is a method to embed into make.conf a proxy specification >> for fetch. Setting the environment variable HTTP_PROXY from the login >> shell /is not/ preferred because the account is used by different >> administrators, I don't what the special proxy accidentally polluted >> with non-port stuff, and it would only create confusion. >> >> Setting http_proxy in make.conf does not work. .netrc doesn't appear to >> be a viable method (if it did, I could specify FETCH_ARGS in make.conf). >> > > What about using a NFS share for /usr/ports/distfiles ? Many of these servers provide network/system services across a WAN. If a link goes down or is congested, NFS may hang them all. NFS also provides certain security challenges. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 14:46:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B6D11065680 for ; Mon, 27 Jun 2011 14:46:30 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id E49128FC17 for ; Mon, 27 Jun 2011 14:46:29 +0000 (UTC) Received: by wyg24 with SMTP id 24so1971937wyg.13 for ; Mon, 27 Jun 2011 07:46:28 -0700 (PDT) Received: by 10.227.196.208 with SMTP id eh16mr5583638wbb.37.1309185988646; Mon, 27 Jun 2011 07:46:28 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id fr17sm4140412wbb.57.2011.06.27.07.46.23 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 07:46:24 -0700 (PDT) Message-ID: <4E0897BE.5030001@my.gd> Date: Mon, 27 Jun 2011 16:46:22 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Dennis Glatting References: <4E088E5E.6000106@my.gd> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Using a "special" proxy for ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 14:46:30 -0000 On 6/27/11 4:27 PM, Dennis Glatting wrote: > > > On Mon, 27 Jun 2011, Damien Fleuriot wrote: > >> On 6/27/11 4:52 AM, Dennis Glatting wrote: >>> >>> I have a requirement where I need to archive ports used across twenty >>> hosts for a year or more. I've decided to do this using Squid and to >>> take advantage of Squid's cache when updating common ports across those >>> hosts. >>> >>> (BTW, at another site I used rsync to sync /usr/ports/distfiles across >>> the hosts to a local master site then specified _MASTER_SITES_DEFAULT in >>> make.conf to a FTP server on the local site. That method works when the >>> port is previously cached however if the file isn't in the cache and I >>> simultaneously install the port across ten hosts, the port is fetched >>> ten times. Sigh.) >>> >>> I have a Squid proxy installed that isn't meant for every-day/every-user >>> use and requires authentication. (Users either go through another Squid >>> proxy or direct.) The special Squid proxy works. No surprise there. >>> Authentication works. No surprise there. >>> >>> What I need is a method to embed into make.conf a proxy specification >>> for fetch. Setting the environment variable HTTP_PROXY from the login >>> shell /is not/ preferred because the account is used by different >>> administrators, I don't what the special proxy accidentally polluted >>> with non-port stuff, and it would only create confusion. >>> >>> Setting http_proxy in make.conf does not work. .netrc doesn't appear to >>> be a viable method (if it did, I could specify FETCH_ARGS in make.conf). >>> >> >> What about using a NFS share for /usr/ports/distfiles ? > > Many of these servers provide network/system services across a WAN. If a > link goes down or is congested, NFS may hang them all. NFS also provides > certain security challenges. > > What about using a SSHFS share for /usr/ports/distfiles ? *wink* From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 15:21:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8D7A106564A for ; Mon, 27 Jun 2011 15:21:29 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 612668FC0A for ; Mon, 27 Jun 2011 15:21:28 +0000 (UTC) Received: by wyg24 with SMTP id 24so2007086wyg.13 for ; Mon, 27 Jun 2011 08:21:28 -0700 (PDT) Received: by 10.227.196.208 with SMTP id eh16mr5618533wbb.37.1309188087943; Mon, 27 Jun 2011 08:21:27 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id ej7sm4166696wbb.19.2011.06.27.08.21.26 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 08:21:26 -0700 (PDT) Message-ID: <4E089FF5.2050605@my.gd> Date: Mon, 27 Jun 2011 17:21:25 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4E08558A.7000101@my.gd> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: fubar'ed it good this 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, 27 Jun 2011 15:21:29 -0000 On 6/27/11 3:40 PM, Kurt Buff wrote: > On Mon, Jun 27, 2011 at 03:03, Damien Fleuriot wrote: >> On 6/27/11 8:17 AM, Kurt Buff wrote: > >>> I've even downloaded and burned the 8.2 live boot iso, but it says it >>> can't find a hard drive from sysinstall - both the Fdisk and Label >>> options say >>> "No disks found! Please verify that your disk controller >>> is being properly probed at boot time. See the Hardware >>> guide on the Documentation menu for clues on >>> diagnosing this type of problem." >>> >>> I get no love from the Fixit shell, either, with /dev being void of >>> any reference to the hard drive - just acd0. >>> >>> I'm pretty sure that if I can mount the disk that I can just edit the >>> cruft out of /etc/fstab, and it will all be fine, but I can't get >>> there... > >> >> >> You'll want to download a live CD with UFS support :) >> >> MFSBSD comes to mind: >> >> http://mfsbsd.vx.sk/ > > Your advice sounds reasonable, but that site seems devoted to zfs bootables. > > I wonder if an 8.1 livefs iso will do the trick... > > Kurt Works just fine for non ZFS stuff, we actually use it here with PXE to install new firewalls. Really, it'll do what you want, it has "ee" which is all you need. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 15:54:03 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A201106564A for ; Mon, 27 Jun 2011 15:54:03 +0000 (UTC) (envelope-from freebsd@penx.com) Received: from Elmer.dco.penx.com (elmer.dco.penx.com [174.46.214.165]) by mx1.freebsd.org (Postfix) with ESMTP id 075888FC0C for ; Mon, 27 Jun 2011 15:54:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by Elmer.dco.penx.com (8.14.5/8.14.4) with ESMTP id p5RFs0b4070402 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Jun 2011 09:54:02 -0600 (MDT) (envelope-from freebsd@penx.com) Date: Mon, 27 Jun 2011 09:54:00 -0600 (MDT) From: Dennis Glatting X-X-Sender: dennisg@Elmer.dco.penx.com To: Damien Fleuriot In-Reply-To: <4E0897BE.5030001@my.gd> Message-ID: References: <4E088E5E.6000106@my.gd> <4E0897BE.5030001@my.gd> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Using a "special" proxy for ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 15:54:03 -0000 On Mon, 27 Jun 2011, Damien Fleuriot wrote: > > > On 6/27/11 4:27 PM, Dennis Glatting wrote: >> >> >> On Mon, 27 Jun 2011, Damien Fleuriot wrote: >> >>> On 6/27/11 4:52 AM, Dennis Glatting wrote: >>>> >>>> I have a requirement where I need to archive ports used across twenty >>>> hosts for a year or more. I've decided to do this using Squid and to >>>> take advantage of Squid's cache when updating common ports across those >>>> hosts. >>>> >>>> (BTW, at another site I used rsync to sync /usr/ports/distfiles across >>>> the hosts to a local master site then specified _MASTER_SITES_DEFAULT in >>>> make.conf to a FTP server on the local site. That method works when the >>>> port is previously cached however if the file isn't in the cache and I >>>> simultaneously install the port across ten hosts, the port is fetched >>>> ten times. Sigh.) >>>> >>>> I have a Squid proxy installed that isn't meant for every-day/every-user >>>> use and requires authentication. (Users either go through another Squid >>>> proxy or direct.) The special Squid proxy works. No surprise there. >>>> Authentication works. No surprise there. >>>> >>>> What I need is a method to embed into make.conf a proxy specification >>>> for fetch. Setting the environment variable HTTP_PROXY from the login >>>> shell /is not/ preferred because the account is used by different >>>> administrators, I don't what the special proxy accidentally polluted >>>> with non-port stuff, and it would only create confusion. >>>> >>>> Setting http_proxy in make.conf does not work. .netrc doesn't appear to >>>> be a viable method (if it did, I could specify FETCH_ARGS in make.conf). >>>> >>> >>> What about using a NFS share for /usr/ports/distfiles ? >> >> Many of these servers provide network/system services across a WAN. If a >> link goes down or is congested, NFS may hang them all. NFS also provides >> certain security challenges. >> >> > > What about using a SSHFS share for /usr/ports/distfiles ? > I don't know much about that file system and will have to look into it. I have had problems with FUSE code, as recently as last week (i.e., very large files). How does SSHFS resolve multiple systems simultaneously downloading and caching ports? I assume much the same as any file system where there is a reasonable risk of content corruption (e.g., one of the downloads abort resulting in a partial download or a lack of file locking results in multiple processes simultaneously writing to the same file with unpredictable content). Many of my servers provide network/system services over a dodgy AT&T MPLS. As such, the servers must be as autonomous as possible. In the _MASTER_SITES_DEFAULT technique I used at another site, if my site-local FTP server is unavailable then fetch does the normal stuff (i.e., it fails to the next site in the list). The compromise with a proxy technique is to disable the proxy spec if there is a network problem. This works because I have three, independent Internet exit points across my WAN linked together with local-preferenced BGP. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 16:15:41 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E7C3106564A for ; Mon, 27 Jun 2011 16:15:41 +0000 (UTC) (envelope-from joe@gracenpeace.net) Received: from shorty.gracenpeace.net (shorty.gracenpeace.net [209.181.242.73]) by mx1.freebsd.org (Postfix) with ESMTP id 098C58FC08 for ; Mon, 27 Jun 2011 16:15:39 +0000 (UTC) Received: from [127.0.0.1] (mail.holidaycompanies.com [209.98.45.253]) by shorty.gracenpeace.net (Postfix) with ESMTP id D1A7E439012 for ; Mon, 27 Jun 2011 10:10:26 -0500 (CDT) Message-ID: <4E08ACA7.5080709@gracenpeace.net> Date: Mon, 27 Jun 2011 11:15:35 -0500 From: Joe in MPLS User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: pkg-add - package insists on old version of Perl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 27 Jun 2011 16:15:41 -0000 I am trying to install the Amanda server package. I am running FreeBSD 8.2 with Perl 5.12.3. The package lists Perl 5.10.1 as a dependency and since my newer version of Perl conlicts with the older version the install fails. pkg_add with "-f" just tries to force the installation of the older Perl and fails. How do I get the package to install and use the Perl I already have? I'd rather not downgrade Perl. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 16:34:20 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 271F5106566C for ; Mon, 27 Jun 2011 16:34:20 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 85E718FC15 for ; Mon, 27 Jun 2011 16:34:19 +0000 (UTC) Received: from russet.local (reflex.squiz.co.uk [83.217.109.164]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p5RGYAGM030750 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 27 Jun 2011 17:34:15 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk p5RGYAGM030750 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1309192455; bh=JPiOATtILjJob4W/zh83aMSCHKJTKh/uabInB3XzsrI=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4E08B0FA.90601@infracaninophile.co.uk>|Date:=20Mon ,=2027=20Jun=202011=2017:34:02=20+0100|From:=20Matthew=20Seaman=20 |User-Agent:=20Mozilla/5.0=20(Mac intosh=3B=20U=3B=20Intel=20Mac=20OS=20X=2010.6=3B=20en-US=3B=20rv: 1.9.2.18)=20Gecko/20110616=20Thunderbird/3.1.11|MIME-Version:=201. 0|To:=20freebsd-questions@freebsd.org|Subject:=20Re:=20pkg-add=20- =20package=20insists=20on=20old=20version=20of=20Perl|References:= 20<4E08ACA7.5080709@gracenpeace.net>|In-Reply-To:=20<4E08ACA7.5080 709@gracenpeace.net>|X-Enigmail-Version:=201.1.1|Content-Type:=20m ultipart/signed=3B=20micalg=3Dpgp-sha1=3B=0D=0A=20protocol=3D"appl ication/pgp-signature"=3B=0D=0A=20boundary=3D"------------enig3453 12787EB77698BC0BC750"; b=HMuxaY7qxPiQAonbAZRlhdMbVUCtFq+H/G820CcJrUMzX+0YB+LUCoVA6IhOoOPhE GxhmbHypXoc7aOne/HoBJW5/UI28S/0RkVO79FnddGryuN9y4bZOJVxXoxJUa2ZTXf 15yb1DMFGdICiDzIlzvMVe6xOiW1d0kG9hXQ0iOY= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host reflex.squiz.co.uk [83.217.109.164] claimed to be russet.local Message-ID: <4E08B0FA.90601@infracaninophile.co.uk> Date: Mon, 27 Jun 2011 17:34:02 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4E08ACA7.5080709@gracenpeace.net> In-Reply-To: <4E08ACA7.5080709@gracenpeace.net> X-Enigmail-Version: 1.1.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig345312787EB77698BC0BC750" X-Virus-Scanned: clamav-milter 0.97 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Subject: Re: pkg-add - package insists on old version of Perl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 27 Jun 2011 16:34:20 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig345312787EB77698BC0BC750 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 27/06/2011 17:15, Joe in MPLS wrote: > I am trying to install the Amanda server package. I am running FreeBSD > 8.2 with Perl 5.12.3. >=20 > The package lists Perl 5.10.1 as a dependency and since my newer versio= n > of Perl conlicts with the older version the install fails. pkg_add with= > "-f" just tries to force the installation of the older Perl and fails. >=20 > How do I get the package to install and use the Perl I already have? I'= d > rather not downgrade Perl. Unfortunately, you don't. Not with packages at least. This version mis-match thing is a known limitation with FreeBSD pkgs: changes are under development, but nowhere near ready for primetime yet. Instead, install amanda from ports. Ports will automatically adapt to the version of perl you already have installed, and generally do what you want. Amanda is not (as I recall) something with a huge dependency list, nor is it a particularly enormous program in its own right, so compiling the port shouldn't be too onerous. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig345312787EB77698BC0BC750 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk4IsQEACgkQ8Mjk52CukIxefACfYWoKYvxQRW/v0hmPx+cqNuIn HcUAn3/wtqLixGXUnnln11mmDwsvqQhX =SwZH -----END PGP SIGNATURE----- --------------enig345312787EB77698BC0BC750-- From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 16:35:51 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F36C51065677 for ; Mon, 27 Jun 2011 16:35:51 +0000 (UTC) (envelope-from parv@pair.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by mx1.freebsd.org (Postfix) with ESMTP id B4D548FC19 for ; Mon, 27 Jun 2011 16:35:51 +0000 (UTC) X-Authority-Analysis: v=1.1 cv=yMxAJ7W7nAoPh8ZdbvCArpG6pAdHwgpzIvOq8QbMesM= c=1 sm=0 a=L_8onVPYzQ4A:10 a=R5FhY6rjjCMA:10 a=kj9zAlcOel0A:10 a=ihdCVQocfTjEhADgW3QxCA==:17 a=PQeOALCrAAAA:8 a=5BoqVkGvIT5btw5bRYMA:9 a=CjuIK1q_8ugA:10 a=v_siBqH87OEA:10 a=ihdCVQocfTjEhADgW3QxCA==:117 X-Cloudmark-Score: 0 X-Originating-IP: 98.155.227.43 Received: from [98.155.227.43] ([98.155.227.43:54499] helo=localhost.hawaii.res.rr.com) by hrndva-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id AE/66-07441-561B80E4; Mon, 27 Jun 2011 16:35:50 +0000 Received: by localhost.hawaii.res.rr.com (Postfix, from userid 1000) id 452DB5CE6; Mon, 27 Jun 2011 06:39:36 -1000 (HST) Date: Mon, 27 Jun 2011 06:39:36 -1000 From: parv@pair.com To: Joe in MPLS Message-ID: <20110627163936.GA5294@holstein.holy.cow> Mail-Followup-To: Joe in MPLS , freebsd-questions@FreeBSD.ORG References: <4E08ACA7.5080709@gracenpeace.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E08ACA7.5080709@gracenpeace.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pkg-add - package insists on old version of Perl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 27 Jun 2011 16:35:52 -0000 in message <4E08ACA7.5080709@gracenpeace.net>, wrote Joe in MPLS thusly... > > I am trying to install the Amanda server package. I am running FreeBSD > 8.2 with Perl 5.12.3. > > The package lists Perl 5.10.1 as a dependency and since my newer version > of Perl conlicts with the older version the install fails. pkg_add with > "-f" just tries to force the installation of the older Perl and fails. > > How do I get the package to install and use the Perl I already have? I'd > rather not downgrade Perl. pkg_add should not fail itself in installing a package ... -f, --force Force installation to proceed even if prerequisite packages are not installed or the requirements script fails. Although pkg_add will still try to find and auto-install missing prerequisite packages, a failure to find one will not be fatal. ... then, just to confirm, pkg_add did not succeed in installing the desired package in the end? I wonder if using -F ... -F Already installed packages are not an error. ... would install perl 5.10 too in addition to 5.12, or install of 5.10 would be skipped?. - parv -- From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 17:01:50 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A982E106564A for ; Mon, 27 Jun 2011 17:01:50 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 8647B8FC14 for ; Mon, 27 Jun 2011 17:01:50 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p5RH1mvH035863 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 27 Jun 2011 10:01:49 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p5RH1mp1035862; Mon, 27 Jun 2011 10:01:48 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA15280; Mon, 27 Jun 11 09:53:10 PDT Date: Mon, 27 Jun 2011 09:56:51 -0700 From: perryh@pluto.rain.com To: gyrd-se@thanelange.no Message-Id: <4e08b653.f21Zod5W+PPBQkwI%perryh@pluto.rain.com> References: <4D7F86D5012E084A@> <4e05220e.GBAaOafCcTgMjymv%perryh@pluto.rain.com> <20110626202852.6765f935@parvati.thanelange.no> In-Reply-To: <20110626202852.6765f935@parvati.thanelange.no> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: doug@safeport.com, freebsd-questions@freebsd.org Subject: Re: Dual Boot 8.2 and Windows 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 27 Jun 2011 17:01:50 -0000 Gyrd Thane Lange wrote: > On Fri, 24 Jun 2011 16:47:26 -0700 > perryh@pluto.rain.com wrote: > > > ... The code in i386/boot2 and > > lib/libstand is written to find the / (or /boot) FS on a > > BSD partition of an fdisk "primary partition" (aka slice), > > or in a GPT partition, and would need additions to handle > > fdisk "extended partitions". > > Some years ago I ran into a similar problem. I ran out of primary > partitions (using MBR-speak) and had to move FreeBSD into an extended > partition. > > Here the simple patch I wrote for the FreeBSD boot loader: > > Any thought of submitting that as a PR? > The next challenge is to find a boot manager that will pick up > FreeBSD in an extended partition. For myself I use a self patched > GRUB. (GRUB also nearly worked out of the box, but had a different > problem.) It makes sense that GRUB would understand "extended partitions" since its roots are in Linux which is often installed in extended partitions. Ideally FreeBSD should have a native solution, i.e. a version of boot2 that would understand extended partitions. Dunno without trying it if the capability could be added to the existing boot2 without exceeding available space, or if it would need a new variant. > You're welcome to have those patches as well if you need them. It would be good to get them posted somewhere. GRUB is not in the FreeBSD tree AFAIK, so send-pr is likely not all that good a method, but perhaps they could be pushed upstream to the GRUB maintainers? > Lastly I have the following in my kernel configuration file: > > include GENERIC > ... > nooptions GEOM_PART_BSD > nooptions GEOM_PART_MBR > options GEOM_BSD > options GEOM_MBR > > That is because I am not fond of the new mangled device names, > but prefer the old ones. What differences? AFAIK a disk sliced with fdisk and partitioned with bsdlabel will have partition names like ad0s1a regardless of which GEOM modules are used to process the MBR and partitions. It's only if one uses the GPT partitioning scheme instead of fdisk/bsdlabel that the disk will have partition names like ad0a. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 18:13:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DE201065670 for ; Mon, 27 Jun 2011 18:13:30 +0000 (UTC) (envelope-from cybernautape@gmail.com) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id D73898FC0C for ; Mon, 27 Jun 2011 18:13:29 +0000 (UTC) Received: by fxe6 with SMTP id 6so1666553fxe.17 for ; Mon, 27 Jun 2011 11:13:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=q2G06vmJD+ZxEKb65Z2NVPOFKvgofp/tNRtP0y0O+/w=; b=hLs5XlSZ/uoGXv+vNXArvuKvMAuclp+J2NomBvIOASjqzLcjSNTjS2GSO5E1NIdkMW cHf6iJpYvjnqhWSEFbYbcpdBFsCWL5ZEOBcev9n0G5b+4YcIklWR/sFQcA7yIXEQtxAd IUvRLZVECYl4NVvvPPTzcgeRk4tXvuch/DdQE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=TOWSspaBiAVwvX7UOlTpmHHXlf/MqKEimE1SjcjNWKaalbMU7nhAb7aXPqTjfKst4J roBk/XJ4uMNSW6XfryNsfNCo5pW7+zEsh0m5QJbyxmz1xNcE2P2wD+bymD6pgn/GhnC/ MJRyDsGC5eoPAZNQA4is94/DNjWIbEClOwUVI= MIME-Version: 1.0 Received: by 10.223.43.1 with SMTP id u1mr2723611fae.38.1309198408809; Mon, 27 Jun 2011 11:13:28 -0700 (PDT) Received: by 10.223.122.199 with HTTP; Mon, 27 Jun 2011 11:13:28 -0700 (PDT) In-Reply-To: <4E08548A.9030505@my.gd> References: <4E08548A.9030505@my.gd> Date: Mon, 27 Jun 2011 13:13:28 -0500 Message-ID: From: Edgar Rodolfo To: Damien Fleuriot Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: I have a error in freebsd 8.2, an internal system error has ocurred X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 27 Jun 2011 18:13:30 -0000 2011/6/27 Damien Fleuriot : > > > On 6/26/11 5:33 PM, Edgar Rodolfo wrote: >> Hi guys!, i am new on freebsd, but i had installed freebsd 8.2 with >> graphical interface (gnome), i was very happy, but suddendly i saw a >> message, exactly the message said: >> we were not expecting has ocurred ..., look the photo, i don't >> understand exactly, 30 min the message appears, is dangerous the >> message? >> >> http://subefotos.com/ver/?46893c74c902254a3d7789bb38a6b457o.png >> _______________________________________________ >> 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, > > > While I have no idea what it means and what its cause could be, this is > a KDE error. > > You might want to check with them directly ? that message i saw: A problem that we were not expecting has occurred. please report this bug in your distribution bugtraker with the error description more details the backend exited unexpectedly this is a serious error as the spawned did not complete the pending transaction. it appears each 20 minutes again, i don't know, suddenly..., when i am doing something, no exactly ping..., what is the meaning exactly the message? I red about it, is a problem with gnome..., but some can help me? > _______________________________________________ > 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" > -- Edguitar ;) http://cybernautape.blogspot.com From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 21:17:11 2011 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 9AA03106566C for ; Mon, 27 Jun 2011 21:17:11 +0000 (UTC) (envelope-from wayne.mitchell.iz@gmail.com) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id 291798FC13 for ; Mon, 27 Jun 2011 21:17:10 +0000 (UTC) Received: by fxe6 with SMTP id 6so1786443fxe.17 for ; Mon, 27 Jun 2011 14:17:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=JvnH8Ri1v5FfAt4ZWi3JF5HhkylcVDCthWG1Hevcvwo=; b=dDI3jnCNRf/RXWCAeyj2OsyletBkkjI9lZ5ewaoK9vihgizzVgbiKSasR4kSYEP4ni W+FxqCGlRfTvmviMV7ZlMYt4+6K9bhRwmzzl02FoeGz+FYeefc+bE4Ic6+z2l1rv+ntC sreAY0pzZEwXBhWODgoQnrgDHPP+V3BlzBOH0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CADHRplFadQcRrr5zkLfh88dXqL/PYJ8/Mzse4ATGVyDnq56WJsPOCZtPeBlKx6US4 oUkDXsRZ6ivSNcPNiAYSBOUF6grRfXopldgFeDJhmmyxZB7hIv894V3H2hykrUDhRBoB R5jVf3bj+UVhqQmj7Qy46kaDxucP/nckrzWf8= MIME-Version: 1.0 Received: by 10.223.53.84 with SMTP id l20mr9576463fag.48.1309209429945; Mon, 27 Jun 2011 14:17:09 -0700 (PDT) Received: by 10.223.96.133 with HTTP; Mon, 27 Jun 2011 14:17:09 -0700 (PDT) Date: Mon, 27 Jun 2011 22:17:09 +0100 Message-ID: From: wayne mitchell To: questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: cvsup and 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, 27 Jun 2011 21:17:11 -0000 hey, i have just cvsup'ed for first time (newbie) RELENG_8_1_RELEASE rebuilt world... there is a problem with a particular port: audio/libsndfile the version in this system ports tree is 1.0.21 the set of versions available within the cvs repository are: 1.0.20, 1.0.23, 1.0.24 - but not 1.0.21 1.0.24 is latest it seems that the latest version did not carry across with the cvsup i have most documentation available have tried portupgrade - no go am stuck how do i update this individual port and is it possible to have two separate versions of same port in the tree example: to rename libsndfile dirs to libsndfile-1.0.21, libsndfile-1.0.24 for sake dependancies am guessing, though i suspect that the two installed binaries may conflict... From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 21:39:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AFB9106564A for ; Mon, 27 Jun 2011 21:39:58 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id BBB588FC14 for ; Mon, 27 Jun 2011 21:39:57 +0000 (UTC) Received: by wyg24 with SMTP id 24so2299450wyg.13 for ; Mon, 27 Jun 2011 14:39:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=A98lDekPkKl9v9+2544WWN6y5JuH7sNefgSp4TyGQHg=; b=kf3GUwFYHKAW1KyDJiU8IAdEoz10++EUAyXSXYOGwspSqpc/KuVwr25ogkp4l8z1Su 0MxAYpebwDwfzEhGdBjXJHtRuAqw8FTdI/i/3yFpLBk9JDBQQTr5+c6zBU1o4xOHgce4 aiOHvh7vsuzw32hRrrWd+lQMhVQvlJtPhgLNI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=AkTnOIGi14iIS1nZih+MOOpU5PokexmAj7GjuczrkE6RoWr3V1YhoyTHF0nCDCtgkI 5jujFA8hh0InP4fiopAwtpRT+WkyhwFyJDpF30oRAIhl2cKKYxI4ERcCpdAlfnkofyBN Prxy9QFUfd9tYja0/TStyDZ3R2ttW1Tls4qiU= Received: by 10.216.68.2 with SMTP id k2mr2125175wed.0.1309210796379; Mon, 27 Jun 2011 14:39:56 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id z66sm2987877weq.24.2011.06.27.14.39.54 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 14:39:55 -0700 (PDT) Date: Mon, 27 Jun 2011 22:39:48 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110627223948.4f9ea7a3@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Using a "special" proxy for ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 21:39:58 -0000 On Sun, 26 Jun 2011 20:52:09 -0600 (MDT) Dennis Glatting wrote: I need is a method to embed into make.conf a proxy specification > for fetch. Setting the environment variable HTTP_PROXY from the login > shell /is not/ preferred because the account is used by different > administrators, I don't what the special proxy accidentally polluted > with non-port stuff, and it would only create confusion. > > Setting http_proxy in make.conf does not work. .netrc doesn't appear > to be a viable method (if it did, I could specify FETCH_ARGS in > make.conf). I think what you need is: FETCH_ENV= http_proxy= > _______________________________________________ > 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 Jun 27 22:02:24 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6410D1065673 for ; Mon, 27 Jun 2011 22:02:24 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id DD9E18FC13 for ; Mon, 27 Jun 2011 22:02:23 +0000 (UTC) Received: by wwe6 with SMTP id 6so4861391wwe.31 for ; Mon, 27 Jun 2011 15:02:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=aGgnjk4zf2k1OF/Eszc41yoezcfanuAWavaiV7Wqcmc=; b=C/MFVGg04zB9mEQhOTtJ8LvWJEvJchKXuqCm6dNYd0XbqdvgKrPMGe2QE71tC56+it 8qtIsKOPW819KmAwg18U84ZUPb/Tk3BVnKhSZH5zAmq/i+V4nQdxH6V/hAYMOvUUSQrT QrpeXjaKh8xVw6oqNWyA+Ie/b8kdOWLYgkqnY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=QNryLfO8JO8h3yWdU0xc0yV4/ZZi6MmC4BQ8IQqbY533NGgMltSzprTruYcW6LG8dv WJQSXCLGjMxKwLx1WYjj+/wbCa+epOrnEu5r3TTnfmwZut5o11CpwR4uoRWoEqjP1+3G YKAEc2ZIznuVOKZH9UNI2XC5xA3O0Nj0HU1Zs= Received: by 10.217.7.72 with SMTP id z50mr5587178wes.60.1309212142883; Mon, 27 Jun 2011 15:02:22 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id s47sm2045850weq.6.2011.06.27.15.02.20 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 15:02:21 -0700 (PDT) Date: Mon, 27 Jun 2011 23:02:19 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110627230219.58ed6ac6@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: cvsup and 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, 27 Jun 2011 22:02:24 -0000 On Mon, 27 Jun 2011 22:17:09 +0100 wayne mitchell wrote: > hey, > i have just cvsup'ed for first time (newbie) > RELENG_8_1_RELEASE You probably want to use RELENG_8_1 which is the security branch for the 8.1 release. RELENG_8_1_RELEASE is the version on the CD, without any security fixes. > rebuilt world... > there is a problem with a particular port: > audio/libsndfile > the version in this system ports tree is 1.0.21 > the set of versions available within the cvs repository are: > 1.0.20, 1.0.23, 1.0.24 - but not 1.0.21 > 1.0.24 is latest I updated my ports this morning and have 1.0.24. You probably just updated the World (base-system) source code. I think the sample sup files have separate files for world and ports . I think that's the best way to do it although some people prefer to do them together. Most people these days use portsnap for updating the ports tree. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 22:06:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 620A9106567B for ; Mon, 27 Jun 2011 22:06:36 +0000 (UTC) (envelope-from elon@emmi.physik-pool.tu-berlin.de) Received: from emmi.physik-pool.tu-berlin.de (emmi.physik-pool.tu-berlin.de [130.149.58.146]) by mx1.freebsd.org (Postfix) with ESMTP id E64FB8FC18 for ; Mon, 27 Jun 2011 22:06:35 +0000 (UTC) Received: from emmi.physik-pool.tu-berlin.de (localhost.physik-pool.tu-berlin.de [127.0.0.1]) by emmi.physik-pool.tu-berlin.de (8.14.4/8.14.4) with ESMTP id p5RM6X4r015571 for ; Tue, 28 Jun 2011 00:06:33 +0200 (CEST) (envelope-from elon@emmi.physik-pool.tu-berlin.de) Received: (from elon@localhost) by emmi.physik-pool.tu-berlin.de (8.14.4/8.14.4/Submit) id p5RM6Xjx015570 for freebsd-questions@freebsd.org; Tue, 28 Jun 2011 00:06:33 +0200 (CEST) (envelope-from elon) Date: Tue, 28 Jun 2011 00:06:33 +0200 From: Leon =?iso-8859-15?Q?Me=DFner?= To: freebsd-questions@freebsd.org Message-ID: <20110627220633.GH74606@emmi.physik-pool.tu-berlin.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <20110625153923.GG74606@emmi.physik-pool.tu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: SAS controller 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: Mon, 27 Jun 2011 22:06:36 -0000 On Sat, Jun 25, 2011 at 04:47:19PM -0400, Daniel Feenberg wrote: > > > On Sat, 25 Jun 2011, Leon Meßner wrote: > > > On Fri, Jun 24, 2011 at 06:51:37PM -0400, Daniel Feenberg wrote: > > ... > >> > >> There are some SAS RAID controllers that claim to support FreeBSD but I > >> can't tell if their JBOD mode is a true pass-through, or leaves some > >> undesirable junk on the disk. > >> > >> So does anyone have a recomendation for a reasonably priced SAS > >> controller? We aren't looking for anything fancy at this point. > > > > We are using two of the LSI SAS2008 based cards here and have no > > problems with them. Be sure to run a recent STABLE as the mps driver is > > relatively new. Speed and reliability are very nice. The only thing we > > February of this year: > > http://lists.freebsd.org/pipermail/freebsd-scsi/2011-February/004784.html > > > are missing is IR-Firmware support but if you only want a HBA this won't > > bother you. > > If I search the LSI website for "SAS2008" the first hit includes a > description of the chipset features, including the bullet point > > * Integrated RAID > > All the cards on the LSI website that I can find using the SAS2008 chipset > include the sentence "Integrated RAID avoids additional host CPU overhead" > in their brief description, even the ones labeled "HBA". Apparently the > FreeBSD driver does not include an interface to the RAID capability, but > it seems that the chipset still provides it. I suppose this still avoids > controller lock in, so it should be satisfactory. Can I ask what model you > have? We are running the SAS 9200-8e and the onboard version on the X8SI6-F Mainboard from Supermicro. It was possible to Flash IT-Firmware on Systems that had been delivered with IR-Firmware. I think they removed that feature from their flashing utility. cheers, Leon From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 22:09:46 2011 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 90894106566C for ; Mon, 27 Jun 2011 22:09:46 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id 24CEC8FC1D for ; Mon, 27 Jun 2011 22:09:45 +0000 (UTC) Received: by fxe6 with SMTP id 6so1815234fxe.17 for ; Mon, 27 Jun 2011 15:09:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=MGkfon15rukO0Xix+gQVpCylXjx/qMfW6Z/R31bQYb0=; b=lxaT251JUsGgLRrJs+jLZIiyS3B5JmV6ZRs3znOSEoxuA4TrCvX3flg/YAa0gYaxh0 nvqkdRyRa4NvlFPQv7YPMQNUc5v/7FX3niRCu5gC0ZHOPAr0ez+GlfqpQUsIhPkdNJV6 kVQAjmdB5OjBVlPMmBbIIgxBminLDQe1hKTWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=tVX9Nbnl7MxvJzjtTWU/3jGYbL6nbB3MteAYpSQXb1UtmpAz5c5Mf6cECqnSBTQH2B Y5R9U4Dvv8ld2DaQtMqlYYy0J2AshmGIGicGWHC1sLnqWpGIWjyKa0eybNKnGBg97NCe fUy0/GZkNdtDcHHKHoFS/7sHkXJ6EmEeBbQxc= MIME-Version: 1.0 Received: by 10.223.2.205 with SMTP id 13mr9463704fak.138.1309211206226; Mon, 27 Jun 2011 14:46:46 -0700 (PDT) Received: by 10.223.72.4 with HTTP; Mon, 27 Jun 2011 14:46:46 -0700 (PDT) In-Reply-To: References: Date: Mon, 27 Jun 2011 17:46:46 -0400 Message-ID: From: "illoai@gmail.com" To: wayne mitchell Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org Subject: Re: cvsup and 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, 27 Jun 2011 22:09:46 -0000 On 27 June 2011 17:17, wayne mitchell wrote: > hey, > i have just cvsup'ed for first time (newbie) > RELENG_8_1_RELEASE > rebuilt world... > there is a problem with a particular port: > audio/libsndfile > the version in this system ports tree is 1.0.21 > the set of versions available within the cvs repository are: > =A01.0.20, 1.0.23, 1.0.24 - but not 1.0.21 > 1.0.24 is latest > it seems that the latest version did not carry across with the cvsup > i have most documentation available > have tried portupgrade - no go > am stuck > how do i update this individual port > and is it possible to have two separate versions of same port in the tree > example: to rename libsndfile dirs to > libsndfile-1.0.21, libsndfile-1.0.24 > for sake dependancies > am guessing, though i suspect that the two installed binaries may conflic= t... You need to update your ports tree, which is handled separately from the base system. The simplest method is via portsnap(8) (qv http://www.freebsd.org/cgi/man.cgi?query=3Dportsnap&apropos=3D0&sektion= =3D0&manpath=3DFreeBSD+8.2-RELEASE&format=3Dhtml or http://tinyurl.com/3cr6ktw ) And then run portupgrade (or portmanager, or portmaster) to upgrade your installed ports. You can also use cvs to update your ports tree, but it occasionally presents certain difficulties. --=20 -- From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 22:25:41 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66A7C106564A for ; Mon, 27 Jun 2011 22:25:41 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id EA96A8FC13 for ; Mon, 27 Jun 2011 22:25:40 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QbKFP-0002zx-FL for freebsd-questions@freebsd.org; Tue, 28 Jun 2011 00:25:39 +0200 Received: from pool-173-79-85-36.washdc.fios.verizon.net ([173.79.85.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Jun 2011 00:25:39 +0200 Received: from nightrecon by pool-173-79-85-36.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Jun 2011 00:25:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Mon, 27 Jun 2011 18:27:18 -0400 Lines: 82 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-85-36.washdc.fios.verizon.net Subject: Re: cvsup and 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, 27 Jun 2011 22:25:41 -0000 wayne mitchell wrote: > hey, > i have just cvsup'ed for first time (newbie) Cvsup as an add-on port is actually no longer needed. Csup is cvsup rewritten in C and is a part of the base OS now. Functionally identical. > RELENG_8_1_RELEASE > rebuilt world... > there is a problem with a particular port: > audio/libsndfile I am uncertain if you are aware of the difference between 'world' and installed ports. The make target of buildworld, buildkernel, etc apply to the OS itself and would pertain mostly to OS version upgrades and custom kernels. This can be reflected in the supfile you might utilize for each purpose. I keep 2 different ones, because they pull different bits. By way of example, my 'src' supfile for OS source updating will have something along the lines of: [...] *default release=cvs tag=RELENG_8_2 *default delete use-rel-suffix compress src-all The tag RELENG_8_2 is known as the security branch of Release. The only bits that change with regard to Release is the inclusion of security update patches. The src-all collection contains the OS bits. My 'ports' supfile has a different tag and collection: [...] *default release=cvs tag=. *default delete use-rel-suffix compress ports-all The ports-all collection updates the ports tree. Note the different tag. If you were to use this tag _and_ the src-all collection you would be pulling the OS bits for -HEAD. When used for ports tree refresh you will always be on the most current ports tree at each refresh. Since dependency tracking comes from the ports tree, each time it 'moves' forward (that is applications get newer with version number changes) all dependencies slide along for the ride. This is what enables one to utilize portupgrade and portmaster to keep installed applciations (and their dependencies) updated and matching version-wise. So most refresh their ports tree immediately prior to adding, installing, or updating 3rd party applications, ensuring that everything is always the latest and greatest. The possibility does exist that one may 'freeze' a ports tree in time, although not many good reasons for doing so exist. In the ports supfile can be added a date parameter which will select a version of the tree as it existed at that time. Not something I'd recommend dealing with, per se. > the version in this system ports tree is 1.0.21 > the set of versions available within the cvs repository are: > 1.0.20, 1.0.23, 1.0.24 - but not 1.0.21 > 1.0.24 is latest > it seems that the latest version did not carry across with the cvsup > i have most documentation available > have tried portupgrade - no go > am stuck > how do i update this individual port > and is it possible to have two separate versions of same port in the tree > example: to rename libsndfile dirs to > libsndfile-1.0.21, libsndfile-1.0.24 > for sake dependancies > am guessing, though i suspect that the two installed binaries may > conflict... _______________________________________________ Although not particularly recommended it is possible to have one binary version of a lib reported as multiple versions. See man libmap.conf. I believe it is better to have recompiled apps linked to the correct lib, e.g. libfoo.so.3 may be possibly different enough so that when you lie to app xyz it is libfoo.so.2 app xyz may malfunction. -Mike From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 23:52:18 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACFD9106566B for ; Mon, 27 Jun 2011 23:52:18 +0000 (UTC) (envelope-from gyrd-se@thanelange.no) Received: from sakura.nani.no (sakura.nani.no [195.204.164.110]) by mx1.freebsd.org (Postfix) with SMTP id 11D258FC18 for ; Mon, 27 Jun 2011 23:52:17 +0000 (UTC) Received: (qmail 90348 invoked by uid 89); 28 Jun 2011 01:52:16 +0200 Received: from cm-84.208.141.195.getinternet.no (HELO parvati.thanelange.no) (gyrd-se@thanelange.no@84.208.141.195) by sakura.nani.no with SMTP; 28 Jun 2011 01:52:16 +0200 Date: Tue, 28 Jun 2011 01:52:16 +0200 From: Gyrd Thane Lange To: perryh@pluto.rain.com Message-ID: <20110628015216.386bf8c6@parvati.thanelange.no> In-Reply-To: <4e08b653.f21Zod5W+PPBQkwI%perryh@pluto.rain.com> References: <4D7F86D5012E084A@> <4e05220e.GBAaOafCcTgMjymv%perryh@pluto.rain.com> <20110626202852.6765f935@parvati.thanelange.no> <4e08b653.f21Zod5W+PPBQkwI%perryh@pluto.rain.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: doug@safeport.com, freebsd-questions@freebsd.org Subject: Re: Dual Boot 8.2 and Windows 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 27 Jun 2011 23:52:18 -0000 On Mon, 27 Jun 2011 09:56:51 -0700 perryh@pluto.rain.com wrote: > Gyrd Thane Lange wrote: > > > On Fri, 24 Jun 2011 16:47:26 -0700 > > perryh@pluto.rain.com wrote: > > > > > ... The code in i386/boot2 and > > > lib/libstand is written to find the / (or /boot) FS on a > > > BSD partition of an fdisk "primary partition" (aka slice), > > > or in a GPT partition, and would need additions to handle > > > fdisk "extended partitions". > > > > Some years ago I ran into a similar problem. I ran out of primary > > partitions (using MBR-speak) and had to move FreeBSD into an > > extended partition. > > > > Here the simple patch I wrote for the FreeBSD boot loader: > > > > > > Any thought of submitting that as a PR? I've always meant to submit it as a PR, but found the send-pr(1) too daunting. (It is impossible/undesirable for me to have a working mail sender on my system and I have not yet found a way for send-pr(1) to work in offline mode for delayed sending by a different machine.) I suppose I could give the HTML version a try... > > The next challenge is to find a boot manager that will pick up > > FreeBSD in an extended partition. For myself I use a self patched > > GRUB. (GRUB also nearly worked out of the box, but had a different > > problem.) > > It makes sense that GRUB would understand "extended partitions" > since its roots are in Linux which is often installed in extended > partitions. Ideally FreeBSD should have a native solution, i.e. > a version of boot2 that would understand extended partitions. > Dunno without trying it if the capability could be added to the > existing boot2 without exceeding available space, or if it would > need a new variant. I agree that would have been more convenient, but since MBR is going the way of the dodo I haven't looked that closely into it. > > You're welcome to have those patches as well if you need them. > > It would be good to get them posted somewhere. GRUB is not in the > FreeBSD tree AFAIK, so send-pr is likely not all that good a method, > but perhaps they could be pushed upstream to the GRUB maintainers? The problem with GRUB was computing the correct absolute start sector of FreeBSD partitions, as in bsdlabel(8), when they resided in "extended partitions". More details are available as comments in the patch. All that's required is to drop the file into: /usr/ports/sysutils/grub/files/ and then build the port, install grub, e.t.c. I can make a PR for it against the sysutils/grub port. I'll also look into how to push it upstream. > > Lastly I have the following in my kernel configuration file: > > > > include GENERIC > > ... > > nooptions GEOM_PART_BSD > > nooptions GEOM_PART_MBR > > options GEOM_BSD > > options GEOM_MBR > > > > That is because I am not fond of the new mangled device names, > > but prefer the old ones. > > What differences? AFAIK a disk sliced with fdisk and partitioned > with bsdlabel will have partition names like ad0s1a regardless of > which GEOM modules are used to process the MBR and partitions. > It's only if one uses the GPT partitioning scheme instead of > fdisk/bsdlabel that the disk will have partition names like ad0a. Sorry, I didn't explain that very well. Yes, I agree that there probably aren't any differences for primary slices, but I had some trouble with slice names for slices in "extended partitions". For instance, my root volume is on /dev/ad8s11a. I don't remember what the new GEOM_PART_* suggested to call it, but it was very different. Also I wanted to avoid using the hard-to-read names like /dev/ufsid/442602f4ad1b67d2 I suppose I could always get around that problem by using tunefs -L myroot and putting vfs.root.mountfrom="ufs:/dev/ufs/myroot" in /boot/loader.conf. Similar change to /etc/fstab. Gyrd ^_^ From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 00:31:06 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A479106566B for ; Tue, 28 Jun 2011 00:31:06 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.vlsi.ee.noda.tus.ac.jp (sekine00.ee.noda.sut.ac.jp [133.31.107.40]) by mx1.freebsd.org (Postfix) with ESMTP id F1B9E8FC17 for ; Tue, 28 Jun 2011 00:31:05 +0000 (UTC) Received: from alph.allbsd.org (p3028-ipbf608funabasi.chiba.ocn.ne.jp [125.175.94.28]) (user=hrs mech=DIGEST-MD5 bits=128) by mail.vlsi.ee.noda.tus.ac.jp (8.14.4/8.14.4) with ESMTP id p5RNscDf049066 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Jun 2011 08:54:49 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.allbsd.org (8.14.4/8.14.4) with ESMTP id p5RNsbOO021839; Tue, 28 Jun 2011 08:54:38 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Tue, 28 Jun 2011 08:54:26 +0900 (JST) Message-Id: <20110628.085426.506761991991297056.hrs@allbsd.org> To: inyaoo@gmail.com From: Hiroki Sato In-Reply-To: <864o3dtsey.fsf@gmail.com> References: <20110408.165651.757976466932488818.hrs@allbsd.org> <864o3dtsey.fsf@gmail.com> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Tue_Jun_28_08_54_26_2011_869)--" Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.5 (mail.vlsi.ee.noda.tus.ac.jp [133.31.107.40]); Tue, 28 Jun 2011 08:54:49 +0900 (JST) X-Spam-Status: No, score=2.0 required=14.0 tests=BAYES_40, CONTENT_TYPE_PRESENT, RCVD_IN_RP_RNBL, SPF_SOFTFAIL, X_MAILER_PRESENT autolearn=no version=3.3.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.vlsi.ee.noda.tus.ac.jp Cc: freebsd-questions@FreeBSD.org Subject: Re: Where to download latest FreeBSD snapshots X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 28 Jun 2011 00:31:06 -0000 ----Security_Multipart(Tue_Jun_28_08_54_26_2011_869)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Pan Tsu wrote in <864o3dtsey.fsf@gmail.com>: in> Hiroki Sato writes: in> in> > Hello, in> > in> > dave jones wrote in> > in : in> > in> > s.> It seems that allbsd.org is up, but I can't find the HEAD snapshots, in> > s.> only RELENG. in> > s.> Would you like to build HEAD snapshots? Thank you very much. in> > in> > Building snapshots of HEAD and RELENG_[67] are temporarily disabled in> > because a maintenance work is now in progress. They will be back on in> > the page in the next week. in> in> Are there more places for *daily* HEAD snapshots? I used them a few in> times to report regressions with a clean environment. The HEAD snapshot build is finally getting recovered (currently for amd64 and i386 only, though). Some hardware failure prevented the build cluster from working. -- Hiroki ----Security_Multipart(Tue_Jun_28_08_54_26_2011_869)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEABECAAYFAk4JGDIACgkQTyzT2CeTzy1bOgCglfCqQAofxYukBI8+GDMCK+tJ gDEAnjFaRSCsbGR0mrUpfsKNUuESye9f =waCA -----END PGP SIGNATURE----- ----Security_Multipart(Tue_Jun_28_08_54_26_2011_869)---- From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 02:10:10 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1059D1065672 for ; Tue, 28 Jun 2011 02:10:10 +0000 (UTC) (envelope-from gyrd-se@thanelange.no) Received: from sakura.nani.no (sakura.nani.no [195.204.164.110]) by mx1.freebsd.org (Postfix) with SMTP id 62ADA8FC12 for ; Tue, 28 Jun 2011 02:10:09 +0000 (UTC) Received: (qmail 3130 invoked by uid 89); 28 Jun 2011 04:10:07 +0200 Received: from cm-84.208.141.195.getinternet.no (HELO parvati.thanelange.no) (gyrd-se@thanelange.no@84.208.141.195) by sakura.nani.no with SMTP; 28 Jun 2011 04:10:07 +0200 Date: Tue, 28 Jun 2011 04:10:06 +0200 From: Gyrd Thane Lange To: freebsd-questions@freebsd.org Message-ID: <20110628041006.256ac7bf@parvati.thanelange.no> In-Reply-To: <20110628015216.386bf8c6@parvati.thanelange.no> References: <4D7F86D5012E084A@> <4e05220e.GBAaOafCcTgMjymv%perryh@pluto.rain.com> <20110626202852.6765f935@parvati.thanelange.no> <4e08b653.f21Zod5W+PPBQkwI%perryh@pluto.rain.com> <20110628015216.386bf8c6@parvati.thanelange.no> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: doug@safeport.com, perryh@pluto.rain.com Subject: Re: Dual Boot 8.2 and Windows 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 28 Jun 2011 02:10:10 -0000 On Tue, 28 Jun 2011 01:52:16 +0200 Gyrd Thane Lange wrote: > On Mon, 27 Jun 2011 09:56:51 -0700 > perryh@pluto.rain.com wrote: > > > Gyrd Thane Lange wrote: > > > > > On Fri, 24 Jun 2011 16:47:26 -0700 > > > perryh@pluto.rain.com wrote: > > > > > > > ... The code in i386/boot2 and > > > > lib/libstand is written to find the / (or /boot) FS on a > > > > BSD partition of an fdisk "primary partition" (aka slice), > > > > or in a GPT partition, and would need additions to handle > > > > fdisk "extended partitions". > > > > > > Some years ago I ran into a similar problem. I ran out of primary > > > partitions (using MBR-speak) and had to move FreeBSD into an > > > extended partition. > > > > > > Here the simple patch I wrote for the FreeBSD boot loader: > > > > > > > > > > Any thought of submitting that as a PR? > > I've always meant to submit it as a PR, but found the send-pr(1) too > daunting. (It is impossible/undesirable for me to have a working mail > sender on my system and I have not yet found a way for send-pr(1) to > work in offline mode for delayed sending by a different machine.) I > suppose I could give the HTML version a try... kern/158358: [patch] allow /boot/loader to work from an MBR extended partition > > > The next challenge is to find a boot manager that will pick up > > > FreeBSD in an extended partition. For myself I use a self patched > > > GRUB. (GRUB also nearly worked out of the box, but had a different > > > problem.) > > > > It makes sense that GRUB would understand "extended partitions" > > since its roots are in Linux which is often installed in extended > > partitions. Ideally FreeBSD should have a native solution, i.e. > > a version of boot2 that would understand extended partitions. > > Dunno without trying it if the capability could be added to the > > existing boot2 without exceeding available space, or if it would > > need a new variant. > > I agree that would have been more convenient, but since MBR is going > the way of the dodo I haven't looked that closely into it. > > > > You're welcome to have those patches as well if you need them. > > > > It would be good to get them posted somewhere. GRUB is not in the > > FreeBSD tree AFAIK, so send-pr is likely not all that good a method, > > but perhaps they could be pushed upstream to the GRUB maintainers? > > The problem with GRUB was computing the correct absolute start sector > of FreeBSD partitions, as in bsdlabel(8), when they resided in > "extended partitions". More details are available as comments in the > patch. > > > All that's required is to drop the file into: > > /usr/ports/sysutils/grub/files/ > > and then build the port, install grub, e.t.c. > > I can make a PR for it against the sysutils/grub port. I'll also look > into how to push it upstream. I have filed the following PR: ports/158362: sysutils/grub [patch] allow GRUB to boot FreeBSD from an extended partition While doing so I discovered another one with a similar theme. ports/152389: sysutils/grub and sysutils/grub2 misinterpret disklabels created with bsdlabel Gyrd ^_^ From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 03:24:48 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9CC1106564A for ; Tue, 28 Jun 2011 03:24:48 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 766A18FC13 for ; Tue, 28 Jun 2011 03:24:48 +0000 (UTC) Received: from r55.edvax.de (port-92-195-180-180.dynamic.qsc.de [92.195.180.180]) by mx01.qsc.de (Postfix) with ESMTP id D523D3CB99; Tue, 28 Jun 2011 05:24:46 +0200 (CEST) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id p5S3Ok6W001662; Tue, 28 Jun 2011 05:24:46 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Tue, 28 Jun 2011 05:24:46 +0200 From: Polytropon To: Kurt Buff Message-Id: <20110628052446.89911e0a.freebsd@edvax.de> In-Reply-To: References: <4E08558A.7000101@my.gd> Organization: EDVAX 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: fubar'ed it good this time... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 03:24:49 -0000 On Mon, 27 Jun 2011 06:40:27 -0700, Kurt Buff wrote: > Your advice sounds reasonable, but that site seems devoted to zfs bootables. > > I wonder if an 8.1 livefs iso will do the trick... Check if you can download FreeSBIE somewhere. It's a live system using the 5.x and 6.x kernel which should be fine. Next to two GUI modes (light, heavy) it also has a versatile "maintenance mode" for such operations. I have already successfully used this system for solving similar situations, for diagnostics, and for data recovery preparation. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 08:40:22 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F771106564A for ; Tue, 28 Jun 2011 08:40:22 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 53A688FC18 for ; Tue, 28 Jun 2011 08:40:22 +0000 (UTC) Received: by pzk27 with SMTP id 27so1302831pzk.13 for ; Tue, 28 Jun 2011 01:40:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=pAmgo2YDFEfskp5WTSmHze2m2P4eiTDwoshA3xbQGYU=; b=Xg4xP071RgtLAG5Xx4XTfBD4G1bG4PHnw9+upqnVolWiuZikbI3jby9mLNy/rDgCW4 64mRmPuN1SGBtNl7nSlvmnlSUdsmTKKmV1+hBzI6CD7cCqiBu8JOjmWbThMbyUNoPCs0 2jlrnsLsuK1jCDHUsPtzYzBKm7T0ejE8tprYY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Yis3TEd9bWTB1+ThjOPEscvxTQhk6hPqOvSJqxoIj/HAPISxRJWdftr4uUpq0s1vMv Vdzyl5Ue1clVsEKhvf9fnZDeEGzymBwEtrlzyNISm8AUzMnbRDbZS/dfA1oSmzUJ//kS Z0mrEv0MPuxo+2Pv61T1F9Aa5LA1HDEhKNwQs= Received: by 10.142.177.1 with SMTP id z1mr1314402wfe.174.1309249053249; Tue, 28 Jun 2011 01:17:33 -0700 (PDT) Received: from [127.0.0.1] ([14.96.149.1]) by mx.google.com with ESMTPS id d15sm5343120wfl.18.2011.06.28.01.17.30 (version=SSLv3 cipher=OTHER); Tue, 28 Jun 2011 01:17:32 -0700 (PDT) Message-ID: <4E098E1B.2000700@gmail.com> Date: Tue, 28 Jun 2011 13:47:31 +0530 From: Manish Jain User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 To: freebsd-questions@freebsd.org 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 Subject: Can someone please help me set up my tata-photon (huawei) modem ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 28 Jun 2011 08:40:22 -0000 Hi all, My tata-photon (huawei) modem works painlessly on Win XP. Every setting is auto (including getting the nameserver). The auth protocol is CHAP. But when I boot into FreeBSD 8.0 (stable), and run 'ppp -auto pmdemand' followed by 'ping [1]www.google.com' (or yahoo or any other site, for that matter), I always get "Hostname lookup failure". BTW, I don't have an /etc/resolv.conf. I only configured ppp.conf (please see below for details). Can someone please help me set up the modem so that I can dial out and connect to the internet from my FreeBSD box ? Thanks in advance. Manish Jain This is my ppp.conf : default: set log Phase Chat LCP IPCP CCP tun command allow users guru bourne # ident user-ppp VERSION (built COMPILATIONDATE) set device /dev/cuaU0 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK AT&FE0V1X1&D2&C1S0=0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 180 # 3 minute idle timer (the default) enable dns # request DNS info (for resolv.conf) pmdemand: set phone "#777" set login set authname "internet" set authkey "" set timeout 0 disable ipv6cp set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR accept CHAP References 1. http://www.google.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 10:23:44 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 109E51065672 for ; Tue, 28 Jun 2011 10:23:44 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from tower.berklix.org (tower.berklix.org [83.236.223.114]) by mx1.freebsd.org (Postfix) with ESMTP id 97ABB8FC12 for ; Tue, 28 Jun 2011 10:23:43 +0000 (UTC) Received: from park.js.berklix.net (pD9FBF18C.dip.t-dialin.net [217.251.241.140]) (authenticated bits=0) by tower.berklix.org (8.14.2/8.14.2) with ESMTP id p5SANdu3030052; Tue, 28 Jun 2011 10:23:40 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by park.js.berklix.net (8.13.8/8.13.8) with ESMTP id p5SANXCi024640; Tue, 28 Jun 2011 12:23:33 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.4/8.14.4) with ESMTP id p5SAN7BX036954; Tue, 28 Jun 2011 10:23:12 GMT (envelope-from jhs@fire.js.berklix.net) Message-Id: <201106281023.p5SAN7BX036954@fire.js.berklix.net> To: Gyrd Thane Lange From: "Julian H. Stacey" Organization: http://www.berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://www.berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Tue, 28 Jun 2011 01:52:16 +0200." <20110628015216.386bf8c6@parvati.thanelange.no> Date: Tue, 28 Jun 2011 12:23:07 +0200 Sender: jhs@berklix.com Cc: doug@safeport.com, perryh@pluto.rain.com, freebsd-questions@freebsd.org Subject: Re: Dual Boot 8.2 and Windows 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 28 Jun 2011 10:23:44 -0000 > I've always meant to submit it as a PR, but found the send-pr(1) too > daunting. (It is impossible/undesirable for me to have a working mail > sender on my system and I have not yet found a way for send-pr(1) to > work in offline mode for delayed sending by a different machine.) Easy. Just run send-pr, then delete all top lines with SEND-PR: Then mouse or floppy copy to a window /machine with a sendmail running. > I > suppose I could give the HTML version a try... http://www.freebsd.org/support/bugreports.html Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Reply below, not above; Indent with "> "; Cumulative like a play script. Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 13:51:28 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B7FC1065673 for ; Tue, 28 Jun 2011 13:51:28 +0000 (UTC) (envelope-from bugReporter@Haakh.de) Received: from mo-p00-ob6.rzone.de (mo-p00-ob6.rzone.de [IPv6:2a01:238:20a:202:53f0::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4D6D68FC1C for ; Tue, 28 Jun 2011 13:51:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1309269085; l=990; s=domk; d=haakh.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:CC:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=tH+imrSAco7d8wtIvULuxyQc0i4=; b=wbK2+n8PbxdjraZ8D6wZMOl9K1mB+9tTM3LASPTt9pN8c83KkysJ2bBg24yw7h12SA4 N7tFdMm70rhWg+tHTbyK2g3AVRqTxIHNRwErfdEBGgBG3OQnWnnykceL4CA5aZA2D6Lwf xO9Osc45U4GUdDwtCTsF0koNj1XlMgKK/jQ= X-RZG-AUTH: :LWQcbViwW/e6OTbW0dHzwKkCepY3+zAQY9KdRPw9VcHc3bN9H/D+W8j7EQ== X-RZG-CLASS-ID: mo00 Received: from abaton.Haakh.de (p57A72F33.dip.t-dialin.net [87.167.47.51]) by post.strato.de (mrclete mo61) (RZmta 25.18) with ESMTPA id o02ba7n5SDWsqm ; Tue, 28 Jun 2011 15:51:23 +0200 (MEST) Received: from Crabberio.Haakh.de (crabberio.haakh.de [IPv6:2001:5c0:1508:1500:213:d4ff:fed0:bb7f]) by abaton.Haakh.de (8.14.4/8.14.4) with ESMTP id p5SDoPoF045279; Tue, 28 Jun 2011 15:50:25 +0200 (CEST) (envelope-from bugReporter@Haakh.de) Message-ID: <4E09DC21.6070903@Haakh.de> Date: Tue, 28 Jun 2011 15:50:25 +0200 From: "Dr. A. Haakh" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; de; rv:1.9.1.19) Gecko/20110607 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Polytropon References: <4E08558A.7000101@my.gd> <20110628052446.89911e0a.freebsd@edvax.de> In-Reply-To: <20110628052446.89911e0a.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_HK_NAME_DR, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on abaton.Haakh.de Cc: Kurt Buff , freebsd-questions@freebsd.org Subject: Re: fubar'ed it good this 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, 28 Jun 2011 13:51:28 -0000 Polytropon schrieb: > On Mon, 27 Jun 2011 06:40:27 -0700, Kurt Buff wrote: > >> Your advice sounds reasonable, but that site seems devoted to zfs bootables. >> >> I wonder if an 8.1 livefs iso will do the trick... >> > Check if you can download FreeSBIE somewhere. It's a live system > using the 5.x and 6.x kernel which should be fine. Next to two > GUI modes (light, heavy) it also has a versatile "maintenance mode" > for such operations. I have already successfully used this system > for solving similar situations, for diagnostics, and for data > recovery preparation. > > The loader obviously knows how to deal with the filesystem because he loads the failing new kernel. So the easiest solution would be to boot an older kernel if available. I don't know how freebsd-update deals with older kernels, he should still be around. First guess is /boot/kernel.old/kernel. So get the loader-prompt, "unload kernel" and try "load /boot/kernel.old/kernel". Andreas From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 14:30:55 2011 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 3B714106564A for ; Tue, 28 Jun 2011 14:30:55 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id C89458FC0A for ; Tue, 28 Jun 2011 14:30:54 +0000 (UTC) Received: by wyg24 with SMTP id 24so255654wyg.13 for ; Tue, 28 Jun 2011 07:30:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=nNU5ZvGKZd+Jw5WQ5JgqL6VpTm777cHOxECc6oW6GPY=; b=i/SH5jUksvmLud6rEkYf7E2b97uOdnnKdbP/BOfsaeHjSqR0DGNIF/t4SUEnO+KROB AUghcWNS+y9h6ZLmLMybmS4MpaGFyxn5uQgwUiMbJjsasrx+w/NM2ImF691Wr1wrT9ob 3/bOjIKmtFQBAeSwRW0/+us3Osvhl0WPAZ+0o= MIME-Version: 1.0 Received: by 10.216.211.13 with SMTP id v13mr1367746weo.98.1309271453780; Tue, 28 Jun 2011 07:30:53 -0700 (PDT) Received: by 10.216.46.7 with HTTP; Tue, 28 Jun 2011 07:30:53 -0700 (PDT) In-Reply-To: References: Date: Tue, 28 Jun 2011 07:30:53 -0700 Message-ID: From: Kurt Buff To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: fubar'ed it good this 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, 28 Jun 2011 14:30:55 -0000 On Mon, Jun 27, 2011 at 10:21, Warren Block wrote: > On Mon, 27 Jun 2011, Kurt Buff wrote: > >> On Mon, Jun 27, 2011 at 06:40, Warren Block wrote: >>> >>> On Sun, 26 Jun 2011, Kurt Buff wrote: >>> >>>> Sitrep: Lenovo T61, dual booting WinXP and FreeBSD (amd64 8.1-RELEASE) >>>> on a 500gb drive. Just did a freebsd-update from 8.1 to 8.2, just >>>> doing the second boot to do 'freebsd-update install' for the second >>>> time, and got dumped into the mountroot prompt. >>>> >>>> AFAICT, I managed somehow to write something strange into /etc/fstab. >>>> Can't tell what it is, because during boot it passes by too quickly >>>> for me to read, and the boot process dumps me into the mountroot >>>> prompt. >>> >>> Scroll Lock and Page Up/Down should work there to scroll back to see th= e >>> disk device numbers. >> >> Scroll lok and page up work, and what I see is the following, copied by >> hand: >> >> =C2=A0 =C2=A0atapci0: port >> 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1c30-0x1c3f,0x1c20,0x1x2f at >> decive 31.2 on pci0 >> =C2=A0 =C2=A0ata0: on atapci0 >> =C2=A0 =C2=A0ata0: [ITHREAD] >> =C2=A0 =C2=A0ata1: on atapci0 >> =C2=A0 =C2=A0ata1: [ITHREAD] > > SATA... are there any ad or ada devices shown? =C2=A0Something else worth= trying > is breaking into the loader and loading the ahci driver. =C2=A0XP isn't n= ormally > found using AHCI, but Lenovo might have set that up. Check the BIOS for d= isk > mode settings. No ad or ada devices. Disk mode is set for compatibility, not AHCI. > Still, I don't know what would be different from 8.1 to 8.2. =C2=A0Did yo= u have a > custom kernel? Stone stock kernel, no mods. Kurt From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 14:34:56 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 532AB106566C for ; Tue, 28 Jun 2011 14:34:56 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id DC9C78FC17 for ; Tue, 28 Jun 2011 14:34:55 +0000 (UTC) Received: by wwe6 with SMTP id 6so268356wwe.31 for ; Tue, 28 Jun 2011 07:34:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=w7J64gyVOX5PWpAY+PrIwDLPtRXx2Uh9JHJcbxMU2So=; b=Nme/RizBGhZLs+/0BLD8Pvbjsnhr+zoIF21xfCcOCO8c3y+/RMTq3LPXym3cXutY1M Yr7Jidt6XwRBshgelk6fPCaT3opejyS2PJV1Tqm6nI6fF5iBC8P46v9KVN8tps4uBec9 SZBjEHT7seOh++4Gao3wtITcSOF/9rWsgn9yw= MIME-Version: 1.0 Received: by 10.216.245.4 with SMTP id n4mr584536wer.83.1309271694651; Tue, 28 Jun 2011 07:34:54 -0700 (PDT) Received: by 10.216.46.7 with HTTP; Tue, 28 Jun 2011 07:34:54 -0700 (PDT) In-Reply-To: <20110628052446.89911e0a.freebsd@edvax.de> References: <4E08558A.7000101@my.gd> <20110628052446.89911e0a.freebsd@edvax.de> Date: Tue, 28 Jun 2011 07:34:54 -0700 Message-ID: From: Kurt Buff To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Re: fubar'ed it good this 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, 28 Jun 2011 14:34:56 -0000 On Mon, Jun 27, 2011 at 20:24, Polytropon wrote: > On Mon, 27 Jun 2011 06:40:27 -0700, Kurt Buff wrote: >> Your advice sounds reasonable, but that site seems devoted to zfs bootables. >> >> I wonder if an 8.1 livefs iso will do the trick... > > Check if you can download FreeSBIE somewhere. It's a live system > using the 5.x and 6.x kernel which should be fine. Next to two > GUI modes (light, heavy) it also has a versatile "maintenance mode" > for such operations. I have already successfully used this system > for solving similar situations, for diagnostics, and for data > recovery preparation. I'll google for that later - I like that suggestion. I'm pressed for time this morning, so I'm downloading the 7.4 livefs iso, and will see if that will do the trick this evening. Thanks, Kurt From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 14:35:37 2011 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 569CD106566B for ; Tue, 28 Jun 2011 14:35:37 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id E264D8FC25 for ; Tue, 28 Jun 2011 14:35:36 +0000 (UTC) Received: by wyg24 with SMTP id 24so260250wyg.13 for ; Tue, 28 Jun 2011 07:35:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=DvVHxafXldfUSUJcSoIe/sVdQE9P3YmuZekr+odi+tA=; b=t4Fj+sPbUBi5qjgcnyUb//TGjQ5au/SPg6IowJuzM3V9baSH7WVv5H7lKUcJyjADQG BnQIsWl4MZ66fURTOasLkfP/wkKNOvjI77K8ZfNUYE+79/XsVtSRRlFQD64d1KyQei5L Siv0m/YGyhyn3IzAVXgGWodC49p8JDbmX3EPI= MIME-Version: 1.0 Received: by 10.217.7.3 with SMTP id z3mr6292002wes.68.1309271735688; Tue, 28 Jun 2011 07:35:35 -0700 (PDT) Received: by 10.216.46.7 with HTTP; Tue, 28 Jun 2011 07:35:35 -0700 (PDT) In-Reply-To: References: <4E08558A.7000101@my.gd> <4E089FF5.2050605@my.gd> Date: Tue, 28 Jun 2011 07:35:35 -0700 Message-ID: From: Kurt Buff To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Fwd: fubar'ed it good this 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, 28 Jun 2011 14:35:37 -0000 One more that should have made it to the list... Kurt On Mon, Jun 27, 2011 at 08:21, Damien Fleuriot wrote: > On 6/27/11 3:40 PM, Kurt Buff wrote: >> On Mon, Jun 27, 2011 at 03:03, Damien Fleuriot wrote: >>> On 6/27/11 8:17 AM, Kurt Buff wrote: >> >>>> I've even downloaded and burned the 8.2 live boot iso, but it says it >>>> can't find a hard drive from sysinstall - both the Fdisk and Label >>>> options say >>>> =C2=A0 =C2=A0 =C2=A0"No disks found! Please verify that your disk cont= roller >>>> =C2=A0 =C2=A0 =C2=A0is being properly probed at boot time. See the Har= dware >>>> =C2=A0 =C2=A0 =C2=A0guide on the Documentation menu for clues on >>>> =C2=A0 =C2=A0 =C2=A0diagnosing this type of problem." >>>> >>>> I get no love from the Fixit shell, either, with /dev being void of >>>> any reference to the hard drive - just acd0. >>>> >>>> I'm pretty sure that if I can mount the disk that I can just edit the >>>> cruft out of /etc/fstab, and it will all be fine, but I can't get >>>> there... >> >>> >>> >>> You'll want to download a live CD with UFS support :) >>> >>> MFSBSD comes to mind: >>> >>> http://mfsbsd.vx.sk/ >> >> Your advice sounds reasonable, but that site seems devoted to zfs bootab= les. >> >> I wonder if an 8.1 livefs iso will do the trick... >> >> Kurt > > > > Works just fine for non ZFS stuff, we actually use it here with PXE to > install new firewalls. > > Really, it'll do what you want, it has "ee" which is all you need. Oh, how I wish you had been right, but no such luck. It doesn't find any 'da' devices - just acd, again. Kurt From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 15:21:32 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82A5F1065670 for ; Tue, 28 Jun 2011 15:21:32 +0000 (UTC) (envelope-from hunci@hunci.sk) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9A88FC16 for ; Tue, 28 Jun 2011 15:21:31 +0000 (UTC) Received: by vxg33 with SMTP id 33so327163vxg.13 for ; Tue, 28 Jun 2011 08:21:31 -0700 (PDT) Received: by 10.220.86.139 with SMTP id s11mr2894755vcl.122.1309273132177; Tue, 28 Jun 2011 07:58:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.77.208 with HTTP; Tue, 28 Jun 2011 07:58:32 -0700 (PDT) X-Originating-IP: [15.195.185.82] From: =?UTF-8?B?UGV0ZXIgSHVuxI3DoXI=?= Date: Tue, 28 Jun 2011 16:58:32 +0200 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ProLiant DL360 G3 and ZFSRoot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 28 Jun 2011 15:21:32 -0000 Hello list I have by a change a couple of currently unused old ProLiant DL360 G3 1U servers. With default 8.2-RELEASE the box works nicely. But I was wondering if I would be able to boot it from ZFSRoot, as I did with other boxes and after following: http://wiki.freebsd.org/RootOnZFS/ZFSBootPartition After rebooting, the system just hangs after boot prompt. ---- F1 FreeBSD - ---- Could you please tell me what's could be wrong? I assume it has something to do with the ciss RAID (da0) which is currently configured as RAID1. Thank you very much! dmesg follows $ dmesg Copyright (c) 1992-2011 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.06GHz (3065.82-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Family = f Model = 2 Stepping = 9 Features=0xbfebfbff Features2=0x4400 real memory = 2147483648 (2048 MB) avail memory = 2091102208 (1994 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 4 package(s) x 1 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ACPI Warning: Invalid length for Pm1aControlBlock: 32, using default 16 (20101013/tbfadt-707) ACPI Warning: Invalid length for Pm1bControlBlock: 32, using default 16 (20101013/tbfadt-707) MADT: Forcing active-low polarity and level trigger for SCI ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard ioapic2 irqs 32-47 on motherboard ioapic3 irqs 48-63 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x920-0x923 on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 pcib0: on acpi0 pci0: on pcib0 vgapci0: port 0x2400-0x24ff mem 0xf6000000-0xf6ffffff,0xf5ff0000-0xf5ff0fff at device 3.0 on pci0 ciss0: port 0x2800-0x28ff mem 0xf5f80000-0xf5fbffff,0xf5df0000-0xf5df3fff irq 31 at device 4.0 on pci0 ciss0: PERFORMANT Transport ciss0: [ITHREAD] pci0: at device 5.0 (no driver attached) pci0: at device 5.2 (no driver attached) isab0: at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x2000-0x200f at device 15.1 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] ohci0: mem 0xf5e70000-0xf5e70fff irq 10 at device 15.2 on pci0 ohci0: [ITHREAD] usbus0: on ohci0 pcib1: on acpi0 pci1: on pcib1 bge0: mem 0xf7ef0000-0xf7efffff irq 30 at device 2.0 on pci1 bge0: CHIP ID 0x00001002; ASIC REV 0x01; CHIP REV 0x10; PCI-X miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Ethernet address: 00:0f:20:d1:7c:61 bge0: [ITHREAD] pcib2: on acpi0 pci4: on pcib2 bge1: mem 0xf7ff0000-0xf7ffffff irq 29 at device 2.0 on pci4 bge1: CHIP ID 0x00001002; ASIC REV 0x01; CHIP REV 0x10; PCI-X miibus1: on bge1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge1: Ethernet address: 00:0f:20:d1:7c:5f bge1: [ITHREAD] acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model Generic PS/2 mouse, device ID 0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: [FILTER] fdc0: port 0x3f2-0x3f5 irq 6 drq 2 on acpi0 fdc0: [FILTER] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xcbfff,0xee000-0xeffff pnpid ORM0000 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atrtc0: at port 0x70 irq 8 on isa0 ppc0: parallel port not found. p4tcc0: on cpu0 p4tcc1: on cpu1 p4tcc2: on cpu2 p4tcc3: on cpu3 Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 ugen0.1: <(0x1166)> at usbus0 uhub0: <(0x1166) OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 uhub0: 4 ports with 4 removable, self powered acd0: CDROM at ata0-master PIO4 da0 at ciss0 bus 0 scbus0 target 0 lun 0 da0: Fixed Direct Access SCSI-4 device da0: 135.168MB/s transfers da0: Command Queueing enabled da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C) SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! Trying to mount root from ufs:/dev/da0s1a bge0: link state changed to DOWN bge0: link state changed to UP From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 18:45:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C00F1065678 for ; Tue, 28 Jun 2011 18:45:05 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 5A9638FC1D for ; Tue, 28 Jun 2011 18:45:05 +0000 (UTC) Received: from [82.113.99.190] (helo=tiny.Sisis.de.) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1QbdHO-0002mx-Si; Tue, 28 Jun 2011 20:45:03 +0200 Received: from tiny.Sisis.de. (localhost [127.0.0.1]) by tiny.Sisis.de. (8.14.3/8.14.3) with ESMTP id p5SIkE9a001097; Tue, 28 Jun 2011 20:46:15 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de. (8.14.3/8.14.3/Submit) id p5SIkDVC001096; Tue, 28 Jun 2011 20:46:13 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de.: guru set sender to guru@unixarea.de using -f Date: Tue, 28 Jun 2011 20:46:13 +0200 From: Matthias Apitz To: Manish Jain Message-ID: <20110628184613.GA1074@tiny> References: <4E098E1B.2000700@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4E098E1B.2000700@gmail.com> X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.19 (2009-01-05) X-Con-Id: 51246 X-Originating-IP: 82.113.99.190 Cc: freebsd-questions@freebsd.org Subject: Re: Can someone please help me set up my tata-photon (huawei) modem ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 18:45:05 -0000 El día Tuesday, June 28, 2011 a las 01:47:31PM +0530, Manish Jain escribió: > > Hi all, > My tata-photon (huawei) modem works painlessly on Win XP. Every > setting is auto (including getting the nameserver). The auth protocol > is CHAP. But when I boot into FreeBSD 8.0 (stable), and run 'ppp -auto > pmdemand' followed by 'ping [1]www.google.com' (or yahoo or any other > site, for that matter), I always get "Hostname lookup failure". BTW, I > don't have an /etc/resolv.conf. I only configured ppp.conf (please see > below for details). Can someone please help me set up the modem so > that I can dial out and connect to the internet from my FreeBSD box ? > Thanks in advance. > Manish Jain > This is my ppp.conf : ... Hello Manish, Before digging into the ppp details (there is a log about in /var/log/ppp.log), do you have after attaching the Huawei modem a device /dev/cuaU0 at all? What does the following command gives: ls -l /dev/cua* chat -vs < /dev/cuaU0.0 > /dev/cuaU0.0 '' AT OK 'ATI2' O printf "\n" HIH matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 19:01:50 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD1CF106566C for ; Tue, 28 Jun 2011 19:01:50 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from ozzie.tundraware.com (ozzie.tundraware.com [75.145.138.73]) by mx1.freebsd.org (Postfix) with ESMTP id 7B16D8FC1C for ; Tue, 28 Jun 2011 19:01:50 +0000 (UTC) Received: from [0.0.0.0] (ozzie.tundraware.com [75.145.138.73]) (authenticated bits=0) by ozzie.tundraware.com (8.14.5/8.14.5) with ESMTP id p5SIbMeP083494 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 28 Jun 2011 13:37:22 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4E0A1F62.8000801@tundraware.com> Date: Tue, 28 Jun 2011 13:37:22 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (ozzie.tundraware.com [75.145.138.73]); Tue, 28 Jun 2011 13:37:22 -0500 (CDT) X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner-ID: p5SIbMeP083494 X-TundraWare-MailScanner: Found to be clean X-TundraWare-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: Trying To Do A portupgrade On 8-Stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 19:01:50 -0000 ... and the gstreamer upgrade blows up because of this: /usr/local/bin/g-ir-scanner: not found Ideas? -- ------------------------------------------------------------------------ Tim Daneliuk tundra@tundraware.com From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 19:12:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1A6B106564A for ; Tue, 28 Jun 2011 19:12:26 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 72B678FC1E for ; Tue, 28 Jun 2011 19:12:26 +0000 (UTC) Received: from [82.113.99.190] (helo=tiny.Sisis.de.) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Qbdhw-0000D1-3F for freebsd-questions@freebsd.org; Tue, 28 Jun 2011 21:12:25 +0200 Received: from tiny.Sisis.de. (localhost [127.0.0.1]) by tiny.Sisis.de. (8.14.3/8.14.3) with ESMTP id p5SJDl3l001147 for ; Tue, 28 Jun 2011 21:13:47 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de. (8.14.3/8.14.3/Submit) id p5SJDk5h001146 for freebsd-questions@freebsd.org; Tue, 28 Jun 2011 21:13:46 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de.: guru set sender to guru@unixarea.de using -f Date: Tue, 28 Jun 2011 21:13:46 +0200 From: Matthias Apitz To: freebsd-questions@freebsd.org Message-ID: <20110628191345.GA1128@tiny> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.19 (2009-01-05) X-Con-Id: 51246 X-Originating-IP: 82.113.99.190 Subject: monitoring changes in SVN branches X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 19:12:26 -0000 Hello, Is there some tool (in the ports) to watch if changes done in one of SVN branches are also incorporated into other branches? Let's say you have a branch for a productive version 1.0, and a branch (or trunc) for the next version 1.1 and a fix for a problem in 1.0 must of course also be fixed in 1.1; it would be nice if there is some tool to not do the tracking by hand in some files/Wiki or whatever; Thanks matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 19:25:25 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5D01106566C for ; Tue, 28 Jun 2011 19:25:25 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id AD4DD8FC15 for ; Tue, 28 Jun 2011 19:25:25 +0000 (UTC) Received: by pzk27 with SMTP id 27so482001pzk.13 for ; Tue, 28 Jun 2011 12:25:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Q/fjhPvh4F/SV2UeabAGGSUkYI1MgtxCvwriRIrnVvE=; b=dlw/+iVKC7LRy5KMdqxocJYRqdIwGOi5ZgdabSv4G0J6jgmhaVTad2eKCKUbri/CG3 mUHdhNlHfqA6Dj7v9hWr45WjXll5QFlv95JnCsbZPi4CIsooev1edBP9YvmToWcywtv+ li0ttdTXZXBGe00QshQuSBcx2TNvcBAMA1lWE= Received: by 10.142.248.7 with SMTP id v7mr1621375wfh.358.1309289125025; Tue, 28 Jun 2011 12:25:25 -0700 (PDT) Received: from [127.0.0.1] ([14.96.214.151]) by mx.google.com with ESMTPS id t15sm290141wfh.16.2011.06.28.12.25.21 (version=SSLv3 cipher=OTHER); Tue, 28 Jun 2011 12:25:23 -0700 (PDT) Message-ID: <4E0A2AA7.8050507@gmail.com> Date: Wed, 29 Jun 2011 00:55:27 +0530 From: Manish Jain User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 To: Matthias Apitz References: <4E098E1B.2000700@gmail.com> <20110628184613.GA1074@tiny> In-Reply-To: <20110628184613.GA1074@tiny> 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: freebsd-questions@freebsd.org Subject: Re: Can someone please help me set up my tata-photon (huawei) modem ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 28 Jun 2011 19:25:26 -0000 Hello Matthias, Yes, I do have /dev/cuaU0.0 along with corresponding lock and init files, although I cannot give you the output you want right now since I am booted into XP with the FreeBSD 8.2 dvd image being downloaded. (This will hopefully finish in about 15 hours, as cygwin::ncftpget suggests). I also tried a few other things, most notably installing usb_modeswitch, and putting this into /etc/devd.conf : attach 100 { device-name "ugen[0-9]+"; match "vendor" "0x12d1"; match "product" "0x1446"; action "/usr/local/bin/usb_modeswitch"; }; Running kldload for u3g and ucom indicates they are both already loaded. Running usb_modeswitch seems to have also generated some /dev/ttyU. files, along with corresponding lock and init files - just like the cua entries. The only thing that seems out of place with the current setup is that usb_modeswitch's wrapper (usb_modeswitch_dispatcher) needs /usr/local/bin/tclsh, and for some reason the FreeBSD installer installed it as /usr/local/bin/tclsh8.2 I'll try fixing the above tomorrow and will try out anything you/someone else might have to suggest. BTW, I made a slight error in my original message. My system's release version is 8.1, not 8.0. Thank you & Regards Manish Jain [1]invalid.pointer@gmail.com On 29-Jun-11 00:16, Matthias Apitz wrote: El día Tuesday, June 28, 2011 a las 01:47:31PM +0530, Manish Jain escribió: Hi all, My tata-photon (huawei) modem works painlessly on Win XP. Every setting is auto (including getting the nameserver). The auth protocol is CHAP. But when I boot into FreeBSD 8.0 (stable), and run 'ppp -auto pmdemand' followed by 'ping [1]www.google.com' (or yahoo or any other site, for that matter), I always get "Hostname lookup failure". BTW, I don't have an /etc/resolv.conf. I only configured ppp.conf (please see below for details). Can someone please help me set up the modem so that I can dial out and connect to the internet from my FreeBSD box ? Thanks in advance. Manish Jain This is my ppp.conf : ... Hello Manish, Before digging into the ppp details (there is a log about in /var/log/ppp.log), do you have after attaching the Huawei modem a device /dev/cuaU0 at all? What does the following command gives: ls -l /dev/cua* chat -vs < /dev/cuaU0.0 > /dev/cuaU0.0 '' AT OK 'ATI2' O printf "\n" HIH matthias References 1. mailto:invalid.pointer@gmail.com From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 19:46:18 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E71D106566B for ; Tue, 28 Jun 2011 19:46:18 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from asmtp5.iomartmail.com (asmtp5.iomartmail.com [62.128.201.176]) by mx1.freebsd.org (Postfix) with ESMTP id 062908FC12 for ; Tue, 28 Jun 2011 19:46:17 +0000 (UTC) Received: from asmtp5.iomartmail.com (localhost.localdomain [127.0.0.1]) by asmtp5.iomartmail.com (8.13.8/8.13.8) with ESMTP id p5SJkBLA012257; Tue, 28 Jun 2011 20:46:15 +0100 Received: from orange.esperance-linux.co.uk (80-45-152-196.static.dsl.as9105.com [80.45.152.196]) (authenticated bits=0) by asmtp5.iomartmail.com (8.13.8/8.13.8) with ESMTP id p5SJkAZu012251; Tue, 28 Jun 2011 20:46:11 +0100 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id BEA6F33C1F; Tue, 28 Jun 2011 20:46:10 +0100 (BST) Date: Tue, 28 Jun 2011 20:46:10 +0100 From: Frank Shute To: Tim Daneliuk Message-ID: <20110628194610.GB14326@orange.esperance-linux.co.uk> References: <4E0A1F62.8000801@tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E0A1F62.8000801@tundraware.com> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.2-STABLE amd64 X-Organisation: 'shute.org.uk' Cc: FreeBSD Mailing List Subject: Re: Trying To Do A portupgrade On 8-Stable 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: Tue, 28 Jun 2011 19:46:18 -0000 On Tue, Jun 28, 2011 at 01:37:22PM -0500, Tim Daneliuk wrote: > > ... and the gstreamer upgrade blows up because of this: > > /usr/local/bin/g-ir-scanner: not found > > > Ideas? On my machine: $ pkg_info -W /usr/local/bin/g-ir-scanner /usr/local/bin/g-ir-scanner was installed by package gobject-introspection-0.9.12_1 So I suggest you do: # portupgrade -fv gobject-introspection Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 20:12:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47C361065672 for ; Tue, 28 Jun 2011 20:12:05 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from ozzie.tundraware.com (ozzie.tundraware.com [75.145.138.73]) by mx1.freebsd.org (Postfix) with ESMTP id 031468FC0A for ; Tue, 28 Jun 2011 20:12:04 +0000 (UTC) Received: from [0.0.0.0] (ozzie.tundraware.com [75.145.138.73]) (authenticated bits=0) by ozzie.tundraware.com (8.14.5/8.14.5) with ESMTP id p5SKBtFb070021 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Tue, 28 Jun 2011 15:11:56 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4E0A358B.6060807@tundraware.com> Date: Tue, 28 Jun 2011 15:11:55 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Frank Shute References: <4E0A1F62.8000801@tundraware.com> <20110628194610.GB14326@orange.esperance-linux.co.uk> In-Reply-To: <20110628194610.GB14326@orange.esperance-linux.co.uk> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (ozzie.tundraware.com [75.145.138.73]); Tue, 28 Jun 2011 15:11:56 -0500 (CDT) X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner-ID: p5SKBtFb070021 X-TundraWare-MailScanner: Found to be clean X-TundraWare-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Cc: FreeBSD Mailing List Subject: Re: Trying To Do A portupgrade On 8-Stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 20:12:05 -0000 On 6/28/2011 2:46 PM, Frank Shute said this: > On Tue, Jun 28, 2011 at 01:37:22PM -0500, Tim Daneliuk wrote: >> >> ... and the gstreamer upgrade blows up because of this: >> >> /usr/local/bin/g-ir-scanner: not found >> >> >> Ideas? > > On my machine: > > $ pkg_info -W /usr/local/bin/g-ir-scanner > /usr/local/bin/g-ir-scanner was installed by package gobject-introspection-0.9.12_1 > > So I suggest you do: > > # portupgrade -fv gobject-introspection > > > Regards, > That did it, thanks! -- ------------------------------------------------------------------------ Tim Daneliuk tundra@tundraware.com From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 20:24:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9430106564A; Tue, 28 Jun 2011 20:24:29 +0000 (UTC) (envelope-from michaelobe@mjws.net) Received: from mail2.mjws.net (mail2.mjws.net [68.183.109.241]) by mx1.freebsd.org (Postfix) with ESMTP id C41F58FC15; Tue, 28 Jun 2011 20:24:29 +0000 (UTC) Received: from mail2.mjws.net (unknown [127.0.0.1]) by mail2.mjws.net (Postfix) with ESMTP id 7250CE9BB; Tue, 28 Jun 2011 20:09:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at mjws.net Received: from mail2.mjws.net ([127.0.0.1]) by mail2.mjws.net (mail2.mjws.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id PSV4Le465tx6; Tue, 28 Jun 2011 20:09:04 +0000 (UTC) Received: from [192.168.1.10] (home.mjws.net [68.183.109.181]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mike@mjws.net) by mail2.mjws.net (Postfix) with ESMTPSA id 19A87E9B5; Tue, 28 Jun 2011 20:09:04 +0000 (UTC) Message-ID: <4E0A34DF.7000301@mjws.net> Date: Tue, 28 Jun 2011 13:09:03 -0700 From: Michael Maguire User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110502 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: bug-followup@FreeBSD.org, michaelobe@mjws.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ports/158374: databases/firebird21-client coredumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 28 Jun 2011 20:24:30 -0000 Hi everyone, I'm posting this to the bug and to freebsd-questions in case anyone can help me out with advice on how to investigate further. This is in regards to: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158374 I'm not sure if I jumped the gun on submitting the PR because the fix only partially fixed it and the next problem may or may not be related. ===== Actually I played with this further and maybe these things are pertinent: Everything works fine on a FreeBSD 9 VM I have: FreeBSD 9.0-CURRENT #3: Sun Apr 3 20:41:14 PDT 2011 gcc (GCC) 4.2.2 20070831 prerelease [FreeBSD] I never had to patch anything and it is the exact same version of Firebird (and PHP). I did try patching the FreeBSD 8.2 machine (as described in the other PR) and it only sortof worked.... It connects to a firebird database and everything seems fine (it outputs data from the database) until the end of the script where it still segfaults. I should point out that php scripts that don't connect to firebird don't segfault and I tried eliminating all other extentsions. I'm not sure how to get a better backtrace (I tried compiling php/php-extenstions/firebird with debug and they aren't stripped): # gdb php php.core #0 0x000000080193a2d2 in ?? () [New Thread 8017041c0 (LWP 100293)] # file /usr/local/lib/php/20090626-debug/interbase.so /usr/local/lib/php/20090626-debug/interbase.so: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically linked, not stripped /usr/local/lib/libfbclient.so.2.1.3: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically linked, not stripped gcc on the FreeBSD 8.2 box: gcc (GCC) 4.2.1 20070719 Thanks, Mike PS Firebird itself works fine if run from isql-fb. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 04:25:21 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ECD6106566C for ; Wed, 29 Jun 2011 04:25:21 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (constellation.thenetnow.com [207.112.4.14]) by mx1.freebsd.org (Postfix) with ESMTP id 318BE8FC14 for ; Wed, 29 Jun 2011 04:25:20 +0000 (UTC) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANTLAPTOP) by constellation.thenetnow.com with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Qbm9V-000Bh2-Rg for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 00:13:25 -0400 Message-ID: From: "Grant Peel" To: Date: Wed, 29 Jun 2011 00:13:17 -0400 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 Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3508.1109 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3508.1109 Subject: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 04:25:21 -0000 Hello Everyone, I am researching how to run PHP as CGI with Apache's Suexec module. Up to this point we have been using PHP as an Apache mod, but are looking to move to the more secure solution. I am not sure this is exactly the right list top post to so if anyone knows a better one please let me know :-) I am using FreeBSD (8) as the OS, Apache 2.2, PHP5 with several extensions installed. What I am looking for is to have PHP run as a CGI wrapped with suexec, and to have the fastcgi module, or, mod_fcgid. I have never set this up before so if anyone knows of a usefull 'how-to' that would be great. I have been reading through http://www.cyberciti.biz/faq/freebsd-apache22-fastcgi-php-configuration/ and it seems to have some good hints. Of course, once we get this all figured out, I will post a complete step by set here. TIA, -Grant From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 05:50:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA34B106564A for ; Wed, 29 Jun 2011 05:50:23 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id C10E48FC22 for ; Wed, 29 Jun 2011 05:50:23 +0000 (UTC) Received: by pwi7 with SMTP id 7so868373pwi.13 for ; Tue, 28 Jun 2011 22:50:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=OEYpnZYTOjGK1wm6zaE8A/QQnzRLE8UHGoN1qEzuW3Q=; b=YKfmfAeCniacyWeswiu3Xlaq4CAAJDsrBa0cnxnY4EdBstAt46IN2DzabGOJb2T9Mh h5lSwHHJKPXl0EDl3RhZeR4J0znibkGn1gaVDLQy0QNMqVHlZKyw6EGsQU0P48XBodZQ 28OXo/bTowvLI3vXH0BKx+XXjuIwX99TRygUA= Received: by 10.68.35.36 with SMTP id e4mr596841pbj.320.1309326623272; Tue, 28 Jun 2011 22:50:23 -0700 (PDT) Received: from [127.0.0.1] ([14.96.178.155]) by mx.google.com with ESMTPS id z7sm683066pbk.3.2011.06.28.22.50.19 (version=SSLv3 cipher=OTHER); Tue, 28 Jun 2011 22:50:21 -0700 (PDT) Message-ID: <4E0ABD22.50401@gmail.com> Date: Wed, 29 Jun 2011 11:20:26 +0530 From: Manish Jain User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 To: Matthias Apitz References: <4E098E1B.2000700@gmail.com> <20110628184613.GA1074@tiny> <4E0A2AA7.8050507@gmail.com> In-Reply-To: <4E0A2AA7.8050507@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: freebsd-questions@freebsd.org Subject: Re: Can someone please help me set up my tata-photon (huawei) modem ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 05:50:24 -0000 Hello Matthias, I got it to work ! I symlinked /usr/local/bin/tclsh8.2 as tclsh, but that was probably not the only factor involved. In a streak of unintended brilliance, I had set the device in ppp.conf as /dev/cuaU0, whereas there is no such device - as /var/log/ppp.log complained. (Thanks for your suggestion for looking up the log). I changed /dev/cuaU0 to /dev/cuaU0.0, as a matter of courtesy. Now my FreeBSD box is connected to the internet and I don't have to boot into XP again (as long as I can hope). Thanks again Manish Jain On 29-Jun-11 00:55, Manish Jain wrote: Hello Matthias, Yes, I do have /dev/cuaU0.0 along with corresponding lock and init files, although I cannot give you the output you want right now since I am booted into XP with the FreeBSD 8.2 dvd image being downloaded. (This will hopefully finish in about 15 hours, as cygwin::ncftpget suggests). I also tried a few other things, most notably installing usb_modeswitch, and putting this into /etc/devd.conf : attach 100 { device-name "ugen[0-9]+"; match "vendor" "0x12d1"; match "product" "0x1446"; action "/usr/local/bin/usb_modeswitch"; }; Running kldload for u3g and ucom indicates they are both already loaded. Running usb_modeswitch seems to have also generated some /dev/ttyU. files, along with corresponding lock and init files - just like the cua entries. The only thing that seems out of place with the current setup is that usb_modeswitch's wrapper (usb_modeswitch_dispatcher) needs /usr/local/bin/tclsh, and for some reason the FreeBSD installer installed it as /usr/local/bin/tclsh8.2 I'll try fixing the above tomorrow and will try out anything you/someone else might have to suggest. BTW, I made a slight error in my original message. My system's release version is 8.1, not 8.0. Thank you & Regards Manish Jain [1]invalid.pointer@gmail.com On 29-Jun-11 00:16, Matthias Apitz wrote: El día Tuesday, June 28, 2011 a las 01:47:31PM +0530, Manish Jain escribió: Hi all, My tata-photon (huawei) modem works painlessly on Win XP. Every setting is auto (including getting the nameserver). The auth protocol is CHAP. But when I boot into FreeBSD 8.0 (stable), and run 'ppp -auto pmdemand' followed by 'ping [1]www.google.com' (or yahoo or any other site, for that matter), I always get "Hostname lookup failure". BTW, I don't have an /etc/resolv.conf. I only configured ppp.conf (please see below for details). Can someone please help me set up the modem so that I can dial out and connect to the internet from my FreeBSD box ? Thanks in advance. Manish Jain This is my ppp.conf : ... Hello Manish, Before digging into the ppp details (there is a log about in /var/log/ppp.log), do you have after attaching the Huawei modem a device /dev/cuaU0 at all? What does the following command gives: ls -l /dev/cua* chat -vs < /dev/cuaU0.0 > /dev/cuaU0.0 '' AT OK 'ATI2' O printf "\n" HIH matthias References 1. mailto:invalid.pointer@gmail.com From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 06:41:20 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92E5D1065678 for ; Wed, 29 Jun 2011 06:41:20 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2C3968FC1C for ; Wed, 29 Jun 2011 06:41:19 +0000 (UTC) Received: by wyg24 with SMTP id 24so871057wyg.13 for ; Tue, 28 Jun 2011 23:41:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NFA1uIIAQByoEfUnlI5EEDRejcWZIYwFenFHE3ltFOg=; b=o1ASfyJ2BIm8N6vc9A5+hqmpvbTYhqckGCv7satA5rZAX2AbRrloqt+WZCIqtGQoEk d2WO/BX4RbkPZbayYdY8AuRXiD7Hj8lXlJPJyrY8RLtgX2HrYhPtn2LMoMVirE5Da/oI FW2Q+wD0hoMxvDAdgQqN46ryqOEoKJAUqaSwQ= MIME-Version: 1.0 Received: by 10.217.7.3 with SMTP id z3mr333841wes.68.1309329678811; Tue, 28 Jun 2011 23:41:18 -0700 (PDT) Received: by 10.216.46.7 with HTTP; Tue, 28 Jun 2011 23:41:18 -0700 (PDT) In-Reply-To: <20110628052446.89911e0a.freebsd@edvax.de> References: <4E08558A.7000101@my.gd> <20110628052446.89911e0a.freebsd@edvax.de> Date: Tue, 28 Jun 2011 23:41:18 -0700 Message-ID: From: Kurt Buff To: Polytropon Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org Subject: Re: fubar'ed it good this 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: Wed, 29 Jun 2011 06:41:20 -0000 On Mon, Jun 27, 2011 at 20:24, Polytropon wrote: > On Mon, 27 Jun 2011 06:40:27 -0700, Kurt Buff wrote: >> Your advice sounds reasonable, but that site seems devoted to zfs bootables. >> >> I wonder if an 8.1 livefs iso will do the trick... > > Check if you can download FreeSBIE somewhere. It's a live system > using the 5.x and 6.x kernel which should be fine. Next to two > GUI modes (light, heavy) it also has a versatile "maintenance mode" > for such operations. I have already successfully used this system > for solving similar situations, for diagnostics, and for data > recovery preparation. The 7.4 livefs CD finds the hardware, and there was much rejoicing! I mounted the hard drive under /mnt, and I looked at /mnt/etc/fstab, and it's clean, and I also looked at /mnt/boot/loader.conf, and it's clean as well. So is /mnt/boot/loader.rc. However, during the boot process from the hard drive, I still saw scrolling by a reference to a syntax error, but it went too fast and I can't see what file was referenced. So, I started looking at the handbook to see if I could figure out which file might have been updated incorrectly. One was boot/device.hints - there was a string of equal signs as the first line of that file. How they got there I don't know, but I deleted that line, and that seems to have helped, because now I don't see the syntax error - but I'm still getting the mountroot prompt, and it's very possible that some other error is occuring in the quick boot process before the user-selectable menu is displayed. It's late, so I'm going to bed now, but I'll keep working it tomorrow. Kurt From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 06:43:39 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B2E71065673 for ; Wed, 29 Jun 2011 06:43:39 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9F4758FC12 for ; Wed, 29 Jun 2011 06:43:38 +0000 (UTC) Received: by wwe6 with SMTP id 6so908065wwe.31 for ; Tue, 28 Jun 2011 23:43:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TzJmVhHyQve6w+sI0F025BV4I2IlcyLWec17PegInYI=; b=O/nksq1NxNAMc0MFRHl6Px+pz5vJqKx0vBgtcnhtNJyInqw+OOd5LrnH6hXsGm+FGv ClhLS+qNklq0VxsrPsTTTu4LAbtLUDeagKGm6RwmzYvDQ082suKWNkh3/mtIIHyKq63O MEQE+Sf95uujmB6llZjivWF4aWgpxfOHnVc8k= MIME-Version: 1.0 Received: by 10.216.211.13 with SMTP id v13mr330921weo.98.1309329817527; Tue, 28 Jun 2011 23:43:37 -0700 (PDT) Received: by 10.216.46.7 with HTTP; Tue, 28 Jun 2011 23:43:37 -0700 (PDT) In-Reply-To: <4E09DC21.6070903@Haakh.de> References: <4E08558A.7000101@my.gd> <20110628052446.89911e0a.freebsd@edvax.de> <4E09DC21.6070903@Haakh.de> Date: Tue, 28 Jun 2011 23:43:37 -0700 Message-ID: From: Kurt Buff To: "Dr. A. Haakh" Content-Type: text/plain; charset=UTF-8 Cc: Polytropon , freebsd-questions@freebsd.org Subject: Re: fubar'ed it good this 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: Wed, 29 Jun 2011 06:43:39 -0000 On Tue, Jun 28, 2011 at 06:50, Dr. A. Haakh wrote: > Polytropon schrieb: >> >> On Mon, 27 Jun 2011 06:40:27 -0700, Kurt Buff wrote: >> >>> >>> Your advice sounds reasonable, but that site seems devoted to zfs >>> bootables. >>> >>> I wonder if an 8.1 livefs iso will do the trick... >>> >> >> Check if you can download FreeSBIE somewhere. It's a live system >> using the 5.x and 6.x kernel which should be fine. Next to two >> GUI modes (light, heavy) it also has a versatile "maintenance mode" >> for such operations. I have already successfully used this system >> for solving similar situations, for diagnostics, and for data >> recovery preparation. >> >> > > The loader obviously knows how to deal with the filesystem because he loads > the failing new kernel. So the easiest solution would be to boot an older > kernel if available. I don't know how freebsd-update deals with older > kernels, > he should still be around. First guess is /boot/kernel.old/kernel. > So get the loader-prompt, "unload kernel" and try "load > /boot/kernel.old/kernel". > > Andreas That seems like a worthy thing to try. I'll do that tomorrow. Thanks, Kurt From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 07:01:01 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C92F21065674 for ; Wed, 29 Jun 2011 07:01:01 +0000 (UTC) (envelope-from Mark.VanDerMeulen@travelex.com.au) Received: from mail01.travelex.com.au (mail01.travelex.com.au [203.44.27.248]) by mx1.freebsd.org (Postfix) with ESMTP id 3A7B38FC14 for ; Wed, 29 Jun 2011 07:01:00 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.65,442,1304258400"; d="scan'208";a="33177899" X-IP-AUO-DISC: True Received: from unknown (HELO au-syd-ex-001.apac.travelex.net) ([172.22.29.6]) by mail01.travelex.com.au with ESMTP; 29 Jun 2011 16:31:19 +1000 Received: from AU-SYD-EX-VS1.apac.travelex.net ([172.22.29.21]) by au-syd-ex-001.apac.travelex.net with Microsoft SMTPSVC(6.0.3790.4675); Wed, 29 Jun 2011 16:31:19 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 29 Jun 2011 16:31:15 +1000 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) Thread-Index: Acw2FKn1ZhpHysw1Qf2/GuGc1tOmsQAES69A References: From: "Van Der Meulen, Mark" To: "Grant Peel" , X-OriginalArrivalTime: 29 Jun 2011 06:31:19.0346 (UTC) FILETIME=[27EDE120:01CC3626] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: Subject: RE: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 07:01:02 -0000 I am under the impression that suPHP is the better/more secure way of running PHP with Apache. In addition you don't need suEXEC to do so. Am I incorrect in these assumptions? What are the benefits of running PHP as a CGI(if you don't mind me asking) ? Mark -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Grant Peel Sent: Wednesday, 29 June 2011 2:13 PM To: freebsd-questions@freebsd.org Subject: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) Hello Everyone, I am researching how to run PHP as CGI with Apache's Suexec module. Up to this point we have been using PHP as an Apache mod, but are looking to move to the more secure solution. I am not sure this is exactly the right list top post to so if anyone knows a better one please let me know :-) I am using FreeBSD (8) as the OS, Apache 2.2, PHP5 with several extensions installed. What I am looking for is to have PHP run as a CGI wrapped with suexec, and to have the fastcgi module, or, mod_fcgid. I have never set this up before so if anyone knows of a usefull 'how-to' that would be great. I have been reading through http://www.cyberciti.biz/faq/freebsd-apache22-fastcgi-php-configuration/ and it seems to have some good hints. Of course, once we get this all figured out, I will post a complete step by set here. TIA, -Grant=20 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" ***************************************************************************= **** Travelex - www.travelex.com Travelex Outsourcing Pty Limited [Currency Select businesss] is a limited c= ompany registered in Australia with company number: 127 747 586. Information in this email including any attachment ('email') is confidentia= l,=20 may be privileged and is intended solely for the addressee. Unauthorised=20 recipients are requested to preserve the confidentiality of this email, adv= ise=20 the sender immediately of any error in transmission, and then delete the em= ail from the recipient's mailbox without making copies. Any disclosure, copying= ,=20 distribution or action taken, or omitted to be taken, in reliance upon the=20 contents of this email by unauthorised recipients is prohibited and may be unlawful. Please note that no contracts or commitments may be concluded on behalf of = Travelex Outsourcing Pty Limited [Currency Select businesss] or its groups = of companies ('Travelex') by means of email, and no statement or representa= tion made in this email is binding on=20 behalf of Travelex. DISCLAIMER: Whilst this message has been scanned for viruses, Travelex=20 disclaims any responsibility or liability for viruses contained therein. It= is=20 therefore recommended that all emails should be scanned for viruses. ***************************************************************************= **** From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 08:18:56 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CE98106567A; Wed, 29 Jun 2011 08:18:56 +0000 (UTC) (envelope-from ohartman@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 DF07D8FC19; Wed, 29 Jun 2011 08:18:55 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1Qbpes-0002h8-Q8>; Wed, 29 Jun 2011 09:58:02 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1Qbpes-00051L-Mn>; Wed, 29 Jun 2011 09:58:02 +0200 Message-ID: <4E0ADB0A.2070409@zedat.fu-berlin.de> Date: Wed, 29 Jun 2011 09:58:02 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110627 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: Subject: Dell PowerEdge 1950: MPT0 doesn't recogniz hard drive > 2TB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 08:18:56 -0000 On a Dell PowerEdge 1950, BIOS from 2007, a freshly installed WD 3 TB SATA 6GB harddrive doesn't get recognized as 3 TB disk, it is reported as 2TB disk only. The box is running FreeBSD 8.2-STABLE (see below the dmesg excerpt). The drive is configured as ZFS pool on top of a GPT partition. I tried the 3 TB harddrive on a FreeBSD 9.0-CURRENT box with Intel ICH10R SATA chipset and it worked fine, was reported as 2.7TB drive as expected. I found some postings concerning mptutil not dealing with HD > 2TB, but this issue seems not to be a tool-issue. Questions: a) Is this an issue of FreeBSD 8.2-STABLE or is it a firmware/BIOS issue which can be solved? b) regarding to a), how can I update the BIOS/MPT firmware of the Dell PowerEdge 1950? Is there an option to do this via USB? As I said, the firmware is quite old, it's from 2007. Thanks in advance, Oliver ========================== Copyright (c) 1992-2011 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.2-STABLE #266 r223622: Tue Jun 28 09:38:38 CEST 2011 root@thusnelda.geoinf.fu-berlin.de:/usr/obj/usr/src/sys/THUSNELDA amd64 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(R) CPU E5420 @ 2.50GHz (2493.76-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x10676 Family = 6 Model = 17 Stepping = 6 Features=0xbfebfbff Features2=0xce3bd AMD Features=0x20100800 AMD Features2=0x1 TSC: P-state invariant real memory = 17179869184 (16384 MB) avail memory = 16522498048 (15757 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 2 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 4 cpu5 (AP): APIC ID: 5 cpu6 (AP): APIC ID: 6 cpu7 (AP): APIC ID: 7 ioapic0: Changing APIC ID to 8 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 cryptosoft0: on motherboard aesni0: No AESNI support. acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) ipmi0: KCS mode found at io 0xca8 on acpi ipmi0: KCS error: ff Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 [...] mpt0: port 0xec00-0xecff mem 0xfc4fc000-0xfc4fffff,0xfc4e0000-0xfc4effff irq 16 at device 0.0 on pci1 mpt0: [ITHREAD] mpt0: MPI Version=1.5.14.0 mpt0: Capabilities: ( RAID-0 RAID-1E RAID-1 ) mpt0: 0 Active Volumes (2 Max) mpt0: 0 Hidden Drive Members (14 Max) [...] ipmi0: IPMI device rev. 0, firmware rev. 2.10, version 2.0 ipmi0: Number of channels 4 ipmi0: Attached watchdog da0 at mpt0 bus 0 scbus0 target 0 lun 0 da0: Fixed Direct Access SCSI-5 device da0: 300.000MB/s transfers da0: Command Queueing enabled da0: 715404MB (1465149168 512 byte sectors: 255H 63S/T 91201C) da1 at mpt0 bus 0 scbus0 target 1 lun 0 da1: Fixed Direct Access SCSI-5 device da1: 300.000MB/s transfers da1: Command Queueing enabled da1: 2097151MB (4294967295 512 byte sectors: 255H 63S/T 267349C) ses0 at mpt0 bus 0 scbus0 target 8 lun 0 ses0: Fixed Enclosure Services SCSI-5 device ses0: 300.000MB/s transfers ses0: SCSI-3 SES Device cd0 at ata0 bus 0 scbus2 target 0 lun 0SMP: AP CPU #3 Launched! cd0: Removable CD-ROM SCSI-0 device cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #7 Launched! SMP: AP CPU #4 Launched! SMP: AP CPU #6 Launched! SMP: AP CPU #5 Launched! From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 08:25:16 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 928351065672 for ; Wed, 29 Jun 2011 08:25:16 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF838FC18 for ; Wed, 29 Jun 2011 08:25:16 +0000 (UTC) Received: by wwe6 with SMTP id 6so978315wwe.31 for ; Wed, 29 Jun 2011 01:25:15 -0700 (PDT) Received: by 10.227.36.212 with SMTP id u20mr456428wbd.35.1309335915208; Wed, 29 Jun 2011 01:25:15 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id fu18sm728157wbb.27.2011.06.29.01.25.13 (version=SSLv3 cipher=OTHER); Wed, 29 Jun 2011 01:25:13 -0700 (PDT) Message-ID: <4E0AE16B.8080107@my.gd> Date: Wed, 29 Jun 2011 10:25:15 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 08:25:16 -0000 *fast* cgi , which as the name implies, is erm, fast ;) See, only apache has PHP as a module. Other web servers such as nginx or lighttpd use a fastcgi process. This has several advantages: - you'll no longer see apache exit with (quote) a "signal 11, core dumped" because of lousy php code / errors. - you can use different php config files for different vhosts - php fcgi is faster - you can use process accounting to check the processing time consumed individually by your web server , and your PHP processes - you will slightly reduce the size of your apache processes, since they'll no longer load mod_php On 6/29/11 8:31 AM, Van Der Meulen, Mark wrote: > I am under the impression that suPHP is the better/more secure way of > running PHP with Apache. In addition you don't need suEXEC to do so. Am > I incorrect in these assumptions? What are the benefits of running PHP > as a CGI(if you don't mind me asking) ? > > Mark > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Grant Peel > Sent: Wednesday, 29 June 2011 2:13 PM > To: freebsd-questions@freebsd.org > Subject: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) > > Hello Everyone, > > I am researching how to run PHP as CGI with Apache's Suexec module. Up > to > this point we have been using PHP as an Apache mod, but are looking to > move > to the more secure solution. > > I am not sure this is exactly the right list top post to so if anyone > knows > a better one please let me know :-) > > I am using FreeBSD (8) as the OS, Apache 2.2, PHP5 with several > extensions > installed. > > What I am looking for is to have PHP run as a CGI wrapped with suexec, > and > to have the fastcgi module, or, mod_fcgid. I have never set this up > before > so if anyone knows of a usefull 'how-to' that would be great. I have > been > reading through > http://www.cyberciti.biz/faq/freebsd-apache22-fastcgi-php-configuration/ > and > it seems to have some good hints. > > Of course, once we get this all figured out, I will post a complete step > by > set here. > > TIA, > > -Grant > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > ******************************************************************************* > Travelex - www.travelex.com > > Travelex Outsourcing Pty Limited [Currency Select businesss] is a limited company registered in Australia with company number: 127 747 586. > > Information in this email including any attachment ('email') is confidential, > may be privileged and is intended solely for the addressee. Unauthorised > recipients are requested to preserve the confidentiality of this email, advise > the sender immediately of any error in transmission, and then delete the email > from the recipient's mailbox without making copies. Any disclosure, copying, > distribution or action taken, or omitted to be taken, in reliance upon the > contents of this email by unauthorised recipients is prohibited and may be > unlawful. > > Please note that no contracts or commitments may be concluded on behalf of Travelex Outsourcing Pty Limited [Currency Select businesss] or its groups of companies ('Travelex') by means of email, and no statement or representation made in this email is binding on > behalf of Travelex. > > DISCLAIMER: Whilst this message has been scanned for viruses, Travelex > disclaims any responsibility or liability for viruses contained therein. It is > therefore recommended that all emails should be scanned for viruses. > ******************************************************************************* > > _______________________________________________ > 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 Jun 29 08:31:18 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A204E106567D for ; Wed, 29 Jun 2011 08:31:18 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from spock-ext.obspm.fr (spock-ext.obspm.fr [145.238.186.3]) by mx1.freebsd.org (Postfix) with ESMTP id 23BAF8FC21 for ; Wed, 29 Jun 2011 08:31:17 +0000 (UTC) Received: from obspm.fr (pcjas.obspm.fr [145.238.184.233]) by spock-ext.obspm.fr (8.14.3/8.14.3/DIO Observatoire de Paris - 15/04/10) with ESMTP id p5T8VFQK005283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 29 Jun 2011 10:31:16 +0200 Date: Wed, 29 Jun 2011 10:31:15 +0200 From: Albert Shih To: freebsd-questions@FreeBSD.ORG Message-ID: <20110629083115.GA45300@obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.4 (spock-ext.obspm.fr [145.238.186.20]); Wed, 29 Jun 2011 10:31:16 +0200 (CEST) X-Virus-Scanned: clamav-milter 0.97 at spock-ext.obspm.fr X-Virus-Status: Clean Cc: Subject: clean up compat/pkg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 08:31:18 -0000 Hi all After some time with portupgrade I've got 1.5 Go files in /usr/local/lib/compat/pkg how can I clean up this directory (and not making my BSD broken...;-) ). Regards. JAS -- Albert SHIH DIO batiment 15 Observatoire de Paris Meudon 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 Heure local/Local time: mer 29 jui 2011 10:27:55 CEST From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 08:32:33 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54C71106564A for ; Wed, 29 Jun 2011 08:32:33 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id E5D8D8FC0C for ; Wed, 29 Jun 2011 08:32:32 +0000 (UTC) Received: by wwe6 with SMTP id 6so983914wwe.31 for ; Wed, 29 Jun 2011 01:32:31 -0700 (PDT) Received: by 10.227.28.212 with SMTP id n20mr436045wbc.82.1309336351760; Wed, 29 Jun 2011 01:32:31 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id ge4sm734129wbb.13.2011.06.29.01.32.29 (version=SSLv3 cipher=OTHER); Wed, 29 Jun 2011 01:32:30 -0700 (PDT) Message-ID: <4E0AE31F.1030602@my.gd> Date: Wed, 29 Jun 2011 10:32:31 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4E0ADB0A.2070409@zedat.fu-berlin.de> In-Reply-To: <4E0ADB0A.2070409@zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Dell PowerEdge 1950: MPT0 doesn't recogniz hard drive > 2TB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 08:32:33 -0000 On 6/29/11 9:58 AM, O. Hartmann wrote: > On a Dell PowerEdge 1950, BIOS from 2007, a freshly installed WD 3 TB > SATA 6GB harddrive doesn't get recognized as 3 TB disk, it is reported > as 2TB disk only. > I almost stopped reading at "BIOS from 2007". You should definitely upgrade the BIOS before barging in and saying you've got a problem ;) > The box is running FreeBSD 8.2-STABLE (see below the dmesg excerpt). The > drive is configured as ZFS pool on top of a GPT partition. > > I tried the 3 TB harddrive on a FreeBSD 9.0-CURRENT box with Intel > ICH10R SATA chipset and it worked fine, was reported as 2.7TB drive as > expected. > Was the drive handled by mpt too, or by mps ? > I found some postings concerning mptutil not dealing with HD > 2TB, but > this issue seems not to be a tool-issue. > > Questions: > a) Is this an issue of FreeBSD 8.2-STABLE or is it a firmware/BIOS issue > which can be solved? > Let's see you update the firmware and tell us ;) > b) regarding to a), how can I update the BIOS/MPT firmware of the Dell > PowerEdge 1950? Is there an option to do this via USB? As I said, the > firmware is quite old, it's from 2007. > Usually, this is done using dell's ISO image. You can either do that directly in front of the server, or remotely with dell's DRAC and by using virtual media. Keep in mind that virtual media might or might not be supported by your DRAC firmware version. If you can't use the virtual media, you may also boot dell's ISO via PXE. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 08:47:07 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81672106564A for ; Wed, 29 Jun 2011 08:47:07 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta15.emeryville.ca.mail.comcast.net (qmta15.emeryville.ca.mail.comcast.net [76.96.27.228]) by mx1.freebsd.org (Postfix) with ESMTP id 6AA818FC13 for ; Wed, 29 Jun 2011 08:47:07 +0000 (UTC) Received: from omta08.emeryville.ca.mail.comcast.net ([76.96.30.12]) by qmta15.emeryville.ca.mail.comcast.net with comcast id 1kYM1h0010FhH24AFkZuZZ; Wed, 29 Jun 2011 08:33:54 +0000 Received: from koitsu.dyndns.org ([67.180.84.87]) by omta08.emeryville.ca.mail.comcast.net with comcast id 1ka01h0111t3BNj8Uka1t5; Wed, 29 Jun 2011 08:34:01 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 7DE31102C19; Wed, 29 Jun 2011 01:33:55 -0700 (PDT) Date: Wed, 29 Jun 2011 01:33:55 -0700 From: Jeremy Chadwick To: "O. Hartmann" Message-ID: <20110629083355.GA72679@icarus.home.lan> References: <4E0ADB0A.2070409@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E0ADB0A.2070409@zedat.fu-berlin.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-stable@freebsd.org, freebsd-questions@FreeBSD.ORG Subject: Re: Dell PowerEdge 1950: MPT0 doesn't recogniz hard drive > 2TB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 08:47:07 -0000 On Wed, Jun 29, 2011 at 09:58:02AM +0200, O. Hartmann wrote: > On a Dell PowerEdge 1950, BIOS from 2007, a freshly installed WD 3 > TB SATA 6GB harddrive doesn't get recognized as 3 TB disk, it is > reported as 2TB disk only. > > The box is running FreeBSD 8.2-STABLE (see below the dmesg excerpt). > The drive is configured as ZFS pool on top of a GPT partition. > > I tried the 3 TB harddrive on a FreeBSD 9.0-CURRENT box with Intel > ICH10R SATA chipset and it worked fine, was reported as 2.7TB drive > as expected. > > I found some postings concerning mptutil not dealing with HD > 2TB, > but this issue seems not to be a tool-issue. > > Questions: > a) Is this an issue of FreeBSD 8.2-STABLE or is it a firmware/BIOS > issue which can be solved? > > b) regarding to a), how can I update the BIOS/MPT firmware of the > Dell PowerEdge 1950? Is there an option to do this via USB? As I > said, the firmware is quite old, it's from 2007. The answer is here: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/147572 -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, US | | Making life hard for others since 1977. PGP 4BD6C0CB | From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 09:07:01 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EB2F1065678 for ; Wed, 29 Jun 2011 09:07:01 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3A68FC12 for ; Wed, 29 Jun 2011 09:07:01 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qbqjb-0000Lq-4w for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 11:06:59 +0200 Received: from cgn01.cm4all.net ([91.199.241.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2011 11:06:59 +0200 Received: from simon by cgn01.cm4all.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2011 11:06:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Simon Olofsson Date: Wed, 29 Jun 2011 11:06:44 +0200 Lines: 15 Message-ID: References: <20110628191345.GA1128@tiny> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cgn01.cm4all.net User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 In-Reply-To: <20110628191345.GA1128@tiny> Subject: Re: monitoring changes in SVN branches X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 09:07:01 -0000 On 06/28/2011 09:13 PM, Matthias Apitz wrote: > Is there some tool (in the ports) to watch if changes done in one of SVN > branches are also incorporated into other branches? Since version 1.5 SVN records this information in the mergeinfo property, see [1] and [2]. Writing a script that reads this property shouldn't be too hard. [1] http://svnbook.red-bean.com/en/1.5/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.mergeinfo [2] http://www.collab.net/community/subversion/articles/merge-info.html Regards, Simon From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 09:19:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46F441065674 for ; Wed, 29 Jun 2011 09:19:58 +0000 (UTC) (envelope-from kron24@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id C68C88FC13 for ; Wed, 29 Jun 2011 09:19:57 +0000 (UTC) Received: by bwa20 with SMTP id 20so1234721bwa.13 for ; Wed, 29 Jun 2011 02:19:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=c6mocsmJsjg7bUbBjU1PHg0X0E0clI6ueJPBsPHK0AE=; b=WGN+NDd87LwOKFDnAcRUtVHfk3cJMsbfgYAxx5I5ph7nUoREa/W/PIXY9HSpoN0Ez6 dDK8YtELoNCSDMdSQQ47CXLD0nI9zxh2S4+8jGi3quKq2Jp5RA+2N7A+wsFOdO10Zd/5 qAcb+3Hpxo4e6OzwCEj+hF/VkzrqY/T4a5Hew= Received: by 10.204.84.66 with SMTP id i2mr437716bkl.201.1309337322703; Wed, 29 Jun 2011 01:48:42 -0700 (PDT) Received: from [192.168.1.3] (uidzr185142.sattnet.cz [212.96.185.142]) by mx.google.com with ESMTPS id t9sm947649bkn.8.2011.06.29.01.48.39 (version=SSLv3 cipher=OTHER); Wed, 29 Jun 2011 01:48:40 -0700 (PDT) Message-ID: <4E0AE6E6.8060605@gmail.com> Date: Wed, 29 Jun 2011 10:48:38 +0200 From: kron24 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20110629083115.GA45300@obspm.fr> In-Reply-To: <20110629083115.GA45300@obspm.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: clean up compat/pkg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 09:19:58 -0000 Dne 29.6.2011 10:31, Albert Shih napsal(a): > Hi all > > After some time with portupgrade I've got 1.5 Go files in > > /usr/local/lib/compat/pkg > > how can I clean up this directory (and not making my BSD broken...;-) ). > > > Regards. > > JAS see man portslean - it mentions sysutils/libchk BR Oli From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 10:19:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2C33106564A for ; Wed, 29 Jun 2011 10:19:58 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from asmtp1.iomartmail.com (asmtp1.iomartmail.com [62.128.201.248]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC7C8FC1A for ; Wed, 29 Jun 2011 10:19:57 +0000 (UTC) Received: from asmtp1.iomartmail.com (localhost.localdomain [127.0.0.1]) by asmtp1.iomartmail.com (8.13.8/8.13.8) with ESMTP id p5TAJtd5028011; Wed, 29 Jun 2011 11:19:55 +0100 Received: from orange.esperance-linux.co.uk (80-45-152-196.static.dsl.as9105.com [80.45.152.196]) (authenticated bits=0) by asmtp1.iomartmail.com (8.13.8/8.13.8) with ESMTP id p5TAJs3S027997; Wed, 29 Jun 2011 11:19:54 +0100 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id 8BB5C33C1F; Wed, 29 Jun 2011 11:19:54 +0100 (BST) Date: Wed, 29 Jun 2011 11:19:54 +0100 From: Frank Shute To: Edgar Rodolfo Message-ID: <20110629101954.GA72873@orange.esperance-linux.co.uk> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.2-STABLE amd64 X-Organisation: 'shute.org.uk' Cc: freebsd-questions Subject: Re: I have a error in freebsd 8.2, an internal system error has ocurred 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: Wed, 29 Jun 2011 10:19:58 -0000 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 26, 2011 at 10:33:06AM -0500, Edgar Rodolfo wrote: > > Hi guys!, i am new on freebsd, but i had installed freebsd 8.2 with > graphical interface (gnome), i was very happy, but suddendly i saw a > message, exactly the message said: > we were not expecting has ocurred ..., look the photo, i don't > understand exactly, 30 min the message appears, is dangerous the > message? >=20 > http://subefotos.com/ver/?46893c74c902254a3d7789bb38a6b457o.png It's not clear from that picture which application is causing the error. My guess is that it's Gnome but you have to narrow it down by running just the desktop and no applications to see if it still occurs. If it does, your best bet is to post to gnome@ and maybe they'll be able to identify your problem. Regards, --=20 Frank Contact info: http://www.shute.org.uk/misc/contact.html --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAk4K/EkACgkQHduKvUAgeK5LJwCgs5t0NHFIcSwzUIrheKTga7aP P0gAn1WJW0EcW7+J8qlNTjijM8/d1BQf =rTiH -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/-- From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 12:41:10 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96982106566C for ; Wed, 29 Jun 2011 12:41:10 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (ns2.bafirst.com [97.67.198.91]) by mx1.freebsd.org (Postfix) with ESMTP id 25DA38FC08 for ; Wed, 29 Jun 2011 12:41:09 +0000 (UTC) Received: from unixmania.com ([189.251.17.30]) by ns2.bafirst.com with esmtp; Wed, 29 Jun 2011 07:31:06 -0500 id 000DA804.4E0B1B0A.00002E73 Received: from localhost (localhost [127.0.0.1]) (uid 80) by unixmania.com with local; Wed, 29 Jun 2011 07:31:05 -0500 id 000CF6EE.4E0B1B09.00001868 Received: from dsl-189-251-79-55-dyn.prod-infinitum.com.mx (dsl-189-251-79-55-dyn.prod-infinitum.com.mx [189.251.79.55]) by econet.encontacto.net (Horde Framework) with HTTP; Wed, 29 Jun 2011 07:31:05 -0500 Message-ID: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> Date: Wed, 29 Jun 2011 07:31:05 -0500 From: eculp To: freebsd-questions 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 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; FreeBSD i386; rv:5.0) Gecko/20100101 Firefox/5.0 X-IMP-Server: 189.251.17.30 X-Originating-IP: 189.251.79.55 X-Originating-User: eculp@encontacto.net Subject: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 12:41:10 -0000 I just saw this box that is being promoted as a gaming machine at a great price and am considering it as a web-server. In addition to having no information on the CPU as a server lack of comfort with 6 cores and memory 8GB of memory that I am having a problem with. I am not a gamer but I have always assumed that a gaming machine needs the most aggressive hardware. I have also seen this processor with 12 GB rather than 8 which, in my ignorance sounds better. Any opinions and guidance are appreciated. Thanks, ed I will be running 9.0 on this as I am already doing on one of my web-servers. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 13:13:20 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EC1B1065676 for ; Wed, 29 Jun 2011 13:13:20 +0000 (UTC) (envelope-from feld@feld.me) Received: from mwi1.coffeenet.org (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 592BA8FC18 for ; Wed, 29 Jun 2011 13:13:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=m7Xvryrstz0PZn1NNfYT7U/PyquS4O8NV/YF+MUisjY=; b=pjjqfv5eA+La8ZjSlTzZ2uGFA8PO4xV9o4rZzQnc6ayBUkN4wZbNXtd1p0f83Jx0yz+P2fh/KIKksfVy8LQThdc6QuVhM2hvypICq4LIn8WRdRfKaqH79sWGBDcjuyu9; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by mwi1.coffeenet.org with esmtp (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QbubX-000M5a-BU for freebsd-questions@FreeBSD.org; Wed, 29 Jun 2011 08:14:55 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpsa id 1309353289-28742-28741/5/1; Wed, 29 Jun 2011 13:14:49 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@FreeBSD.org References: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> Date: Wed, 29 Jun 2011 08:13:13 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> User-Agent: Opera Mail/11.50 (FreeBSD) Cc: Subject: Re: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 13:13:20 -0000 On Wed, 29 Jun 2011 07:31:05 -0500, wrote: > In addition to having no information on the CPU as a server lack of > comfort with 6 cores and memory 8GB of memory that I am having a problem > with. I am not a gamer but I have always assumed that a gaming machine > needs the most aggressive hardware. I have also seen this processor > with 12 GB rather than 8 which, in my ignorance sounds better. I have /basically/ the same machine at home I use as my FreeBSD and occasionally gaming machine with 12GB of RAM. It runs FreeBSD *very* well. If you care a lot about stability though the downside is that it's not server class hardware, no ECC RAM, etc. But for a machine with a lot of cores and memory -- have at it! Cheers, Mark From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 13:23:29 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 183CC1065673 for ; Wed, 29 Jun 2011 13:23:29 +0000 (UTC) (envelope-from ohartman@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 CA0A48FC12 for ; Wed, 29 Jun 2011 13:23:28 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1Qbujn-00033E-U0>; Wed, 29 Jun 2011 15:23:27 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1Qbujn-00061P-S5>; Wed, 29 Jun 2011 15:23:27 +0200 Message-ID: <4E0B274F.2060903@zedat.fu-berlin.de> Date: Wed, 29 Jun 2011 15:23:27 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110627 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, freebsd-hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: Subject: Dell PowerEdge 1950 with LSI SAS1068E/aka DeLL SAS-6 HBA: howto update firmware with FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2011 13:23:29 -0000 We run a Dell PowerEdge 1950 Server which is equipted with a LSI Logic LSISAS1068E SAS HBA, branded as a Dell SAS-6 HBA (MPT). The firmware is dated to 2007 and is not capable of handling hard disks larger than 2 TB. We got now a 3 TB SATA harddrive (WD WD30EZRX) which doesn't get recognized properly and is traeted as a 2TB disk. I found at Dell's website a proper firmware for this type of SAS controller, but I wasn't able to flash a new firmware (firmware found at http://support.dell.com/support/downloads/format.aspx?c=us&cs=19&l=en&s=dhs&deviceid=13856&libid=46&releaseid=R197383&vercnt=3&formatcnt=0&SystemID=PWE_1950&servicetag=&os=WNET&osl=en&catid=-1&dateid=-1&typeid=-1&formatid=-1&impid=-1&checkFormat=true). This fails. The windows alternative is not applicable, how should it ... A FreeDOS solution - like LSI Logic offers - is obviously not in sight at Dell, the offer a RedHat only solution. I tried with a FedoraLive CD (Fedora15, 64Bit), but the process fails either with a non-found builVer.sh-error or, when using a emergency-Linux CD like Knoppix 6.4.4 (famous in Germany), it's missing some utilities (rpm, stty or whatsoever). So, I'm floating like a dead man in the water, having a full old 2 TB harddrive, an exchange 3TB harddrive which is recognized as 2 TB harddrive and no chance to update the controller's firmware. Is anybody out here with a solution under FreeBSD? The box is running FreeBSD 8.2-STABLE with a most recent buildworld. Thanks in advance, Oliver P.S. Please CC me, I'm not subscribing list "questions". From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 14:00:52 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C5B6106564A for ; Wed, 29 Jun 2011 14:00:52 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id A20CD8FC08 for ; Wed, 29 Jun 2011 14:00:51 +0000 (UTC) Received: by bwa20 with SMTP id 20so1511696bwa.13 for ; Wed, 29 Jun 2011 07:00:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=qkmmoT/bQziIhh0tKnt8pvoHGsVmb7Y3P0+VQ6op+p0=; b=EolTzciSCpTYF6oVQXfnZ4Q5br/jjZnoTMpGMzaB7dDhKK0uDpwHP7Bwv/lXO4BaN2 SxOLSkPoeMsQ1K657/9M7+iVxdFO8aBiH5B1q6/rPnODSRb4FIKyweylKLbns5we/dVH QH0UtnPY8/dH81w909rpLC41PWTFWRPMW1zYo= MIME-Version: 1.0 Received: by 10.204.84.66 with SMTP id i2mr728017bkl.201.1309354589567; Wed, 29 Jun 2011 06:36:29 -0700 (PDT) Received: by 10.204.101.141 with HTTP; Wed, 29 Jun 2011 06:36:29 -0700 (PDT) In-Reply-To: References: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> Date: Wed, 29 Jun 2011 08:36:29 -0500 Message-ID: From: "Edwin L. Culp W." To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 14:00:52 -0000 On Wed, Jun 29, 2011 at 8:13 AM, Mark Felder wrote: > On Wed, 29 Jun 2011 07:31:05 -0500, wrote: > >> In addition to having no information on the CPU as a server lack of >> comfort with 6 cores and memory 8GB of memory that I am having a problem >> with. =A0I am not a gamer but I have always assumed that a gaming machin= e >> needs the most aggressive hardware. =A0I have also seen this processor w= ith 12 >> GB rather than 8 which, in my ignorance sounds better. > > I have /basically/ the same machine at home I use as my FreeBSD and > occasionally gaming machine with 12GB of RAM. It runs FreeBSD *very* well= . > If you care a lot about stability though the downside is that it's not > server class hardware, no ECC RAM, etc. But for a machine with a lot of > cores and memory -- have at it! > > > Cheers, > > > Mark Thanks, Mark. I see you have 12G. I'm totally ignorant on the distribution of memory for the 6 cores if there is such a thing. Is it advantageous to have a multiple of 6 when ordering memory? (12, 18, 24) As far as stability is concerned for a webserver, I don't see it as a major concern. I'm sure some of my older machines of the last 15 years were less stable even though they all had ECC, raid, etc. Please correct me if I am wrong. My perspective from Mexico, I'm sure is very different than if I were in the US or Europe, etc. Thanks, ed From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 14:29:07 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A4C4106566C for ; Wed, 29 Jun 2011 14:29:07 +0000 (UTC) (envelope-from boydjd@jbip.net) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id E18FA8FC19 for ; Wed, 29 Jun 2011 14:29:06 +0000 (UTC) Received: by fxe6 with SMTP id 6so1094699fxe.17 for ; Wed, 29 Jun 2011 07:29:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jbip.net; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=4qn7ln4MPJMgvvxxi1+S9FjiMVIF61HQm7wQfvnL1CM=; b=boWoAnF87cQ5bvDNot1XFcGWmYi98No7Z9awt72wVIFF4r6r4liIYJbO4FHPSQvJfP nBdx3OiROElFty+DT9mrLkmt5s84KLxhWTAcVL+0vlpc8G5qaZ5hQ0cfR6tHPeiZW+l1 0d9g186PpWKK1IhjS3s0q0dOJKd+bUjHZ8eM4= Received: by 10.223.14.11 with SMTP id e11mr1267852faa.131.1309355897069; Wed, 29 Jun 2011 06:58:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.25.1 with HTTP; Wed, 29 Jun 2011 06:57:57 -0700 (PDT) In-Reply-To: <4E0ADB0A.2070409@zedat.fu-berlin.de> References: <4E0ADB0A.2070409@zedat.fu-berlin.de> From: Joshua Boyd Date: Wed, 29 Jun 2011 09:57:57 -0400 Message-ID: To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Dell PowerEdge 1950: MPT0 doesn't recogniz hard drive > 2TB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 14:29:07 -0000 2011/6/29 O. Hartmann > Questions: > a) Is this an issue of FreeBSD 8.2-STABLE or is it a firmware/BIOS issue > which can be solved? > Hi Oliver, Neither, unfortunately. The 1068E based cards do not support drives over 2TB. See here: http://kb.lsi.com/KnowledgebaseArticle16399.aspx -- Joshua Boyd E-mail: boydjd@jbip.net http://www.jbip.net From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 15:27:46 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29DB5106566C for ; Wed, 29 Jun 2011 15:27:46 +0000 (UTC) (envelope-from Ggatten@waddell.com) Received: from mailhost0.waddell.com (mailhost0.waddell.com [67.130.252.61]) by mx1.freebsd.org (Postfix) with ESMTP id E8B668FC1B for ; Wed, 29 Jun 2011 15:27:45 +0000 (UTC) Received: from mailhost3.waddell.com (mailhost3.waddell.com [10.1.10.28]) by mailhost0.waddell.com (Postfix) with ESMTP id 5B62850879; Wed, 29 Jun 2011 10:27:45 -0500 (CDT) Received: from mailhost3.waddell.com (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 5377C3C32E; Wed, 29 Jun 2011 10:27:45 -0500 (CDT) Received: from ADVPHTCAS0.wradvisors.com (advphtcas0.wradvisors.com [192.168.203.228]) by mailhost3.waddell.com (Postfix) with ESMTP id 43A2F3C32C; Wed, 29 Jun 2011 10:27:45 -0500 (CDT) Received: from WADPMBXV0.waddell.com ([169.254.2.30]) by ADVPHTCAS0.wradvisors.com ([192.168.203.228]) with mapi; Wed, 29 Jun 2011 10:27:45 -0500 From: Gary Gatten To: 'eculp' , freebsd-questions Date: Wed, 29 Jun 2011 10:27:44 -0500 Thread-Topic: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. Thread-Index: Acw2WefydHA9esFbQ9KG4G+kTmo2CgAFnacw Message-ID: <841_1309361265_4E0B4471_841_3565_1_D9B37353831173459FDAA836D3B43499C2309C85@WADPMBXV0.waddell.com> References: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> In-Reply-To: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: Subject: RE: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 15:27:46 -0000 Of course it depends on your apps, but unless you're doing some HUGE number= of connections, or your apps are .... "not good", this will be MORE than e= nough RAM and CPU. Yes, generally speaking "more" of something is always better, in fact our g= overnment seems to think more debt is better than less. However, if you're= web apps only need xGB of RAM and y MIPS; what benefit is it to have n * x= RAM and n * y MIPS? Maybe turn this into a virtual host and make some use of that hardware, or = just be happy using it at 5% capacity. G -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@f= reebsd.org] On Behalf Of eculp Sent: Wednesday, June 29, 2011 7:31 AM To: freebsd-questions Subject: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H = and 8GB DDR-3 as a WebServer. I just saw this box that is being promoted as a gaming machine at a=20=20 great price and am considering it as a web-server. In addition to having no information on the CPU as a server lack of=20=20 comfort with 6 cores and memory 8GB of memory that I am having a=20=20 problem with. I am not a gamer but I have always assumed that a=20=20 gaming machine needs the most aggressive hardware. I have also seen=20=20 this processor with 12 GB rather than 8 which, in my ignorance sounds=20=20 better. Any opinions and guidance are appreciated. Thanks, ed I will be running 9.0 on this as I am already doing on one of my web-server= s. _______________________________________________ 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 email is intended to be reviewed by only the intended recipient and may contain information that is privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any review, use, dissemination, disclosure or copying of this email and its attachments, if any, is strictly prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system."
From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 15:47:11 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 880CA106564A for ; Wed, 29 Jun 2011 15:47:11 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 167488FC12 for ; Wed, 29 Jun 2011 15:47:10 +0000 (UTC) Received: by bwa20 with SMTP id 20so1632982bwa.13 for ; Wed, 29 Jun 2011 08:47:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=daOmUcNz0IAP1Ckd9HtYqgdejm/wPT/DhkSKS+LdAso=; b=TnjHSmpqFlpeauG6QCnq5MD50X69lfs+I+RAhthbgPNrN3CKGOFxlujf9WHdVPVrjl KUVtr8gH7NZT96mk8nQr647OX6lTCfNtHk4OgYQTxEtsHte3KSIrzqBCl5VEd+9keEjk 5KrVE1a4SkEf4uiwYsfe0AET9a3/E7ymrW76Q= MIME-Version: 1.0 Received: by 10.204.20.79 with SMTP id e15mr925967bkb.147.1309362429802; Wed, 29 Jun 2011 08:47:09 -0700 (PDT) Received: by 10.204.101.141 with HTTP; Wed, 29 Jun 2011 08:47:09 -0700 (PDT) In-Reply-To: <841_1309361265_4E0B4471_841_3565_1_D9B37353831173459FDAA836D3B43499C2309C85@WADPMBXV0.waddell.com> References: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> <841_1309361265_4E0B4471_841_3565_1_D9B37353831173459FDAA836D3B43499C2309C85@WADPMBXV0.waddell.com> Date: Wed, 29 Jun 2011 10:47:09 -0500 Message-ID: From: "Edwin L. Culp W." To: Gary Gatten Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions , eculp Subject: Re: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 15:47:11 -0000 On Wed, Jun 29, 2011 at 10:27 AM, Gary Gatten wrote: > Of course it depends on your apps, but unless you're doing some HUGE numb= er of connections, or your apps are .... "not good", this will be MORE than= enough RAM and CPU. > > Yes, generally speaking "more" of something is always better, in fact our= government seems to think more debt is better than less. =A0However, if yo= u're web apps only need xGB of RAM and y MIPS; what benefit is it to have n= * x RAM and n * y MIPS? > > Maybe turn this into a virtual host and make some use of that hardware, o= r just be happy using it at 5% capacity. > > G Thanks Gary. I've been thinking about the virtual host idea and have some extra IP's so that might be fun. Traditionally when I renovate one may personal servers, I have them running at 5-20% capacity and within a year, I usually have figured out ways to put most all to use. The price difference between a minimal design and something like this usually not significant. So this is sounding more and more like a go. Have a great day, ed > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions= @freebsd.org] On Behalf Of eculp > Sent: Wednesday, June 29, 2011 7:31 AM > To: freebsd-questions > Subject: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3= H and 8GB DDR-3 as a WebServer. > > I just saw this box that is being promoted as a gaming machine at a > great price and am considering it as a web-server. > > In addition to having no information on the CPU as a server lack of > comfort with 6 cores and memory 8GB of memory that I am having a > problem with. =A0I am not a gamer but I have always assumed that a > gaming machine needs the most aggressive hardware. =A0I have also seen > this processor with 12 GB rather than 8 which, in my ignorance sounds > better. > > Any opinions and guidance are appreciated. > > Thanks, > > ed > > I will be running 9.0 on this as I am already doing on one of my web-serv= ers. > > _______________________________________________ > 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" > > > > > > >
>
> "This email is intended to be reviewed by only the intended recipient > =A0and may contain information that is privileged and/or confidential. > =A0If you are not the intended recipient, you are hereby notified that > =A0any review, use, dissemination, disclosure or copying of this email > =A0and its attachments, if any, is strictly prohibited. =A0If you have > =A0received this email in error, please immediately notify the sender by > =A0return email and delete this email from your system." >
> > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 15:59:08 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0FCD1065672 for ; Wed, 29 Jun 2011 15:59:08 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from ex-vmail03.lnh.mail.rcn.net (vmail03.lnh.mail.rcn.net [207.172.157.113]) by mx1.freebsd.org (Postfix) with ESMTP id A07338FC16 for ; Wed, 29 Jun 2011 15:59:08 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 29 Jun 2011 11:59:07 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr17.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id AYO94265; Wed, 29 Jun 2011 11:59:07 -0400 Received-SPF: None identity=pra; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="postmaster@jerusalem.litteratus.org.litteratus.org"; x-conformance=sidf_compatible Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 29 Jun 2011 11:59:07 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19979.19402.879005.607563@jerusalem.litteratus.org> Date: Wed, 29 Jun 2011 11:59:06 -0400 To: Gary Gatten In-Reply-To: <841_1309361265_4E0B4471_841_3565_1_D9B37353831173459FDAA836D3B43499C2309C85@WADPMBXV0.waddell.com> References: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> <841_1309361265_4E0B4471_841_3565_1_D9B37353831173459FDAA836D3B43499C2309C85@WADPMBXV0.waddell.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr17.lnh.mail.rcn.net) Cc: freebsd-questions , 'eculp' Subject: RE: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 15:59:09 -0000 Gary Gatten writes: > Yes, generally speaking "more" of something is always better, in > fact our government seems to think more debt is better than less. > However, if you're web apps only need xGB of RAM and y MIPS; what > benefit is it to have n * x RAM and n * y MIPS? It is my understanding surplus RAM will be allocated to file-caching. Whether this benefits your particular application set I would have no idea. Respectfully, Robert Huff From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 16:04:10 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94442106564A for ; Wed, 29 Jun 2011 16:04:10 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (constellation.thenetnow.com [207.112.4.14]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF568FC14 for ; Wed, 29 Jun 2011 16:04:10 +0000 (UTC) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANTLAPTOP) by constellation.thenetnow.com with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1QbxF3-000IjW-KQ; Wed, 29 Jun 2011 12:03:53 -0400 Message-ID: From: "Grant Peel" To: "Damien Fleuriot" , References: <4E0AE16B.8080107@my.gd> In-Reply-To: <4E0AE16B.8080107@my.gd> Date: Wed, 29 Jun 2011 12:04:06 -0400 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 Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3508.1109 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3508.1109 Cc: Subject: Re: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 16:04:10 -0000 Should I be using suPHP then instead of the formentioned suexec/mod_fcgid ? -Grant -----Original Message----- From: Damien Fleuriot Sent: Wednesday, June 29, 2011 4:25 AM To: freebsd-questions@freebsd.org Subject: Re: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) *fast* cgi , which as the name implies, is erm, fast ;) See, only apache has PHP as a module. Other web servers such as nginx or lighttpd use a fastcgi process. This has several advantages: - you'll no longer see apache exit with (quote) a "signal 11, core dumped" because of lousy php code / errors. - you can use different php config files for different vhosts - php fcgi is faster - you can use process accounting to check the processing time consumed individually by your web server , and your PHP processes - you will slightly reduce the size of your apache processes, since they'll no longer load mod_php On 6/29/11 8:31 AM, Van Der Meulen, Mark wrote: > I am under the impression that suPHP is the better/more secure way of > running PHP with Apache. In addition you don't need suEXEC to do so. Am > I incorrect in these assumptions? What are the benefits of running PHP > as a CGI(if you don't mind me asking) ? > > Mark > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Grant Peel > Sent: Wednesday, 29 June 2011 2:13 PM > To: freebsd-questions@freebsd.org > Subject: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) > > Hello Everyone, > > I am researching how to run PHP as CGI with Apache's Suexec module. Up > to > this point we have been using PHP as an Apache mod, but are looking to > move > to the more secure solution. > > I am not sure this is exactly the right list top post to so if anyone > knows > a better one please let me know :-) > > I am using FreeBSD (8) as the OS, Apache 2.2, PHP5 with several > extensions > installed. > > What I am looking for is to have PHP run as a CGI wrapped with suexec, > and > to have the fastcgi module, or, mod_fcgid. I have never set this up > before > so if anyone knows of a usefull 'how-to' that would be great. I have > been > reading through > http://www.cyberciti.biz/faq/freebsd-apache22-fastcgi-php-configuration/ > and > it seems to have some good hints. > > Of course, once we get this all figured out, I will post a complete step > by > set here. > > TIA, > > -Grant > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > ******************************************************************************* > Travelex - www.travelex.com > > Travelex Outsourcing Pty Limited [Currency Select businesss] is a limited > company registered in Australia with company number: 127 747 586. > > Information in this email including any attachment ('email') is > confidential, > may be privileged and is intended solely for the addressee. Unauthorised > recipients are requested to preserve the confidentiality of this email, > advise > the sender immediately of any error in transmission, and then delete the > email > from the recipient's mailbox without making copies. Any disclosure, > copying, > distribution or action taken, or omitted to be taken, in reliance upon the > contents of this email by unauthorised recipients is prohibited and may be > unlawful. > > Please note that no contracts or commitments may be concluded on behalf of > Travelex Outsourcing Pty Limited [Currency Select businesss] or its groups > of companies ('Travelex') by means of email, and no statement or > representation made in this email is binding on > behalf of Travelex. > > DISCLAIMER: Whilst this message has been scanned for viruses, Travelex > disclaims any responsibility or liability for viruses contained therein. > It is > therefore recommended that all emails should be scanned for viruses. > ******************************************************************************* > > _______________________________________________ > 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 Wed Jun 29 16:26:20 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E37FA106566B for ; Wed, 29 Jun 2011 16:26:20 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7CDEF8FC21 for ; Wed, 29 Jun 2011 16:26:20 +0000 (UTC) Received: by wwg11 with SMTP id 11so72655wwg.1 for ; Wed, 29 Jun 2011 09:26:17 -0700 (PDT) Received: by 10.227.10.145 with SMTP id p17mr908129wbp.44.1309364776918; Wed, 29 Jun 2011 09:26:16 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id ei4sm1015746wbb.60.2011.06.29.09.26.14 (version=SSLv3 cipher=OTHER); Wed, 29 Jun 2011 09:26:15 -0700 (PDT) Message-ID: <4E0B5225.1090708@my.gd> Date: Wed, 29 Jun 2011 18:26:13 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Grant Peel References: <4E0AE16B.8080107@my.gd> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 16:26:21 -0000 I would guess so, however I have no experience with fcgi on apache, I only run it with nginx and lighttpd servers. On 6/29/11 6:04 PM, Grant Peel wrote: > Should I be using suPHP then instead of the formentioned suexec/mod_fcgid ? > > -Grant > > -----Original Message----- From: Damien Fleuriot > Sent: Wednesday, June 29, 2011 4:25 AM > To: freebsd-questions@freebsd.org > Subject: Re: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) > > *fast* cgi , which as the name implies, is erm, fast ;) > > See, only apache has PHP as a module. > > Other web servers such as nginx or lighttpd use a fastcgi process. > > This has several advantages: > > - you'll no longer see apache exit with (quote) a "signal 11, core > dumped" because of lousy php code / errors. > - you can use different php config files for different vhosts > - php fcgi is faster > - you can use process accounting to check the processing time consumed > individually by your web server , and your PHP processes > - you will slightly reduce the size of your apache processes, since > they'll no longer load mod_php > > > > On 6/29/11 8:31 AM, Van Der Meulen, Mark wrote: >> I am under the impression that suPHP is the better/more secure way of >> running PHP with Apache. In addition you don't need suEXEC to do so. Am >> I incorrect in these assumptions? What are the benefits of running PHP >> as a CGI(if you don't mind me asking) ? >> >> Mark >> >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org >> [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Grant Peel >> Sent: Wednesday, 29 June 2011 2:13 PM >> To: freebsd-questions@freebsd.org >> Subject: Apache 2.2 + PHP5 + SuExec + (fast-cgi or mod_fcgid) >> >> Hello Everyone, >> >> I am researching how to run PHP as CGI with Apache's Suexec module. Up >> to >> this point we have been using PHP as an Apache mod, but are looking to >> move >> to the more secure solution. >> >> I am not sure this is exactly the right list top post to so if anyone >> knows >> a better one please let me know :-) >> >> I am using FreeBSD (8) as the OS, Apache 2.2, PHP5 with several >> extensions >> installed. >> >> What I am looking for is to have PHP run as a CGI wrapped with suexec, >> and >> to have the fastcgi module, or, mod_fcgid. I have never set this up >> before >> so if anyone knows of a usefull 'how-to' that would be great. I have >> been >> reading through >> http://www.cyberciti.biz/faq/freebsd-apache22-fastcgi-php-configuration/ >> and >> it seems to have some good hints. >> >> Of course, once we get this all figured out, I will post a complete step >> by >> set here. >> >> TIA, >> >> -Grant >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> ******************************************************************************* >> >> Travelex - www.travelex.com >> >> Travelex Outsourcing Pty Limited [Currency Select businesss] is a >> limited company registered in Australia with company number: 127 747 586. >> >> Information in this email including any attachment ('email') is >> confidential, >> may be privileged and is intended solely for the addressee. Unauthorised >> recipients are requested to preserve the confidentiality of this >> email, advise >> the sender immediately of any error in transmission, and then delete >> the email >> from the recipient's mailbox without making copies. Any disclosure, >> copying, >> distribution or action taken, or omitted to be taken, in reliance upon >> the >> contents of this email by unauthorised recipients is prohibited and >> may be >> unlawful. >> >> Please note that no contracts or commitments may be concluded on >> behalf of Travelex Outsourcing Pty Limited [Currency Select businesss] >> or its groups of companies ('Travelex') by means of email, and no >> statement or representation made in this email is binding on >> behalf of Travelex. >> >> DISCLAIMER: Whilst this message has been scanned for viruses, Travelex >> disclaims any responsibility or liability for viruses contained >> therein. It is >> therefore recommended that all emails should be scanned for viruses. >> ******************************************************************************* >> >> >> _______________________________________________ >> 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 Wed Jun 29 16:34:48 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B421F106564A for ; Wed, 29 Jun 2011 16:34:48 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from qmta07.emeryville.ca.mail.comcast.net (qmta07.emeryville.ca.mail.comcast.net [76.96.30.64]) by mx1.freebsd.org (Postfix) with ESMTP id 9EAF38FC15 for ; Wed, 29 Jun 2011 16:34:48 +0000 (UTC) Received: from omta17.emeryville.ca.mail.comcast.net ([76.96.30.73]) by qmta07.emeryville.ca.mail.comcast.net with comcast id 1sTi1h00A1afHeLA7samdn; Wed, 29 Jun 2011 16:34:46 +0000 Received: from [192.168.2.164] ([206.210.89.202]) by omta17.emeryville.ca.mail.comcast.net with comcast id 1sev1h00d4Mx3R28dsey3i; Wed, 29 Jun 2011 16:39:09 +0000 Message-ID: <4E0B540B.3090400@comcast.net> Date: Wed, 29 Jun 2011 12:34:19 -0400 From: Steve Polyack User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: User Questions , freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Question about NIC link state initialization X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 16:34:48 -0000 I have a handful of systems running FreeBSD 8.1-RELEASE. An occaisional fat-finger in /etc/fstab may cause one to end up in single-user mode from time to time. This would normally not be a problem, but some of these systems have a LOM (lights-out management) controller which shares the system's on-board NICs. This works great 99% of the time, but when the system drops out of init(8) and into single-user mode, the links on the interfaces never come up, and therefore the LOM becomes inaccessible. Cue remote-hands at the facility to help us remedy the problem. I've been playing around with this configuration on a local system, and I've noticed that once at a single-user shell, all one has to do is run ifconfig to cause the NIC's links to come up. You don't even have to specify the interface, nor do you have to specify "up". As soon as I hit enter, ifconfig prints the typical interface summary - intermingled in with this are the bold kernel log messages stating "bce0: link state changed to UP" and "bce1: link state changed to UP". So, my question is - why do we have to run ifconfig(8) to bring the links up on the attached interfaces? Shouldn't they come up after the driver discovers and initializes the devices? Keep in mind that I don't even have to pass any arguments (such as "up") to ifconfig. Furthermore, the behavior is exactly the same for bce(4) and em(4). Short of patching init(8) (or perhaps the NIC drivers?), I don't see another way for me to ensure the links come up even when the system drops into single-user mode on boot. - Steve From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 17:03:42 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23DA4106566C for ; Wed, 29 Jun 2011 17:03:42 +0000 (UTC) (envelope-from freebsd@penx.com) Received: from Elmer.dco.penx.com (elmer.dco.penx.com [174.46.214.165]) by mx1.freebsd.org (Postfix) with ESMTP id D6A8B8FC13 for ; Wed, 29 Jun 2011 17:03:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by Elmer.dco.penx.com (8.14.5/8.14.4) with ESMTP id p5TH3dbj067927 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 29 Jun 2011 11:03:40 -0600 (MDT) (envelope-from freebsd@penx.com) Date: Wed, 29 Jun 2011 11:03:39 -0600 (MDT) From: Dennis Glatting X-X-Sender: dennisg@Elmer.dco.penx.com To: freebsd-questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: OpenNMS under 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, 29 Jun 2011 17:03:42 -0000 I am looking at OpenNMS under FreeBSD but it isn't in the ports tree although there are various discussions of OpenNMS under FreeBSD. Is there a reason why OpenNMS isn't in the ports tree, such as it doesn't port, no one is willing to step up as a maintainer, or there are licensing issues? From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 19:10:03 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62563106566B for ; Wed, 29 Jun 2011 19:10:03 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from smtpq4.tb.mail.iss.as9143.net (smtpq4.tb.mail.iss.as9143.net [212.54.42.167]) by mx1.freebsd.org (Postfix) with ESMTP id 124A88FC0A for ; Wed, 29 Jun 2011 19:10:02 +0000 (UTC) Received: from [212.54.42.136] (helo=smtp5.tb.mail.iss.as9143.net) by smtpq4.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qbzgb-0002I3-F7 for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 20:40:29 +0200 Received: from 524944af.cm-4-2b.dynamic.ziggo.nl ([82.73.68.175] helo=mail.nagual.nl) by smtp5.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qbzga-0001DC-Q4 for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 20:40:28 +0200 Received: from [192.168.11.111] (82.73.68.175) by westmark (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 1F2A4B; Wed, 29 Jun 2011 20:43:51 +0200 Message-ID: <4E0B7221.8030206@nagual.nl> Date: Wed, 29 Jun 2011 20:42:41 +0200 From: Dick Hoogendijk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; nl; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AxigenSpam-Level: 7 X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1Qbzga-0001DC-Q4 X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-4.417, vereist 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90, CM_META_TB_NOARR 0.50, DOS_RCVD_IP_TWICE_B 0.00, PROLO_TRUST_RDNS -3.00, RDNS_DYNAMIC 0.98) X-ZiggoSMTP-MailScanner-From: dick@nagual.nl X-Spam-Status: No Subject: mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 19:10:03 -0000 I'm a little desperade. I installed a mirrored ZFS freebsd system in a VM the other day and all went well. Now I did the same procedure on a real systrem with two drives and I can't get the system to boot properly. Everytime it halts at the mountroot prompt. If I manually put zfs:zroot at the prompt the system boots to the login screen. I checked the /etc/rc.conf and the /boot/loader.conf for syntax errors but all seems well. What on earth can be the cause of this behaviour? What do I check? Help? From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 19:15:31 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72EE31065673 for ; Wed, 29 Jun 2011 19:15:31 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) by mx1.freebsd.org (Postfix) with ESMTP id E994D8FC1B for ; Wed, 29 Jun 2011 19:15:30 +0000 (UTC) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.14.4/8.14.4) with ESMTP id p5TJFIKO051967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Jun 2011 21:15:18 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.14.4/8.14.4/Submit) with ESMTP id p5TJFI1n051964; Wed, 29 Jun 2011 21:15:18 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Wed, 29 Jun 2011 21:15:18 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: Dick Hoogendijk In-Reply-To: <4E0B7221.8030206@nagual.nl> Message-ID: References: <4E0B7221.8030206@nagual.nl> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) Organization: =?ISO-8859-1?Q?Fagskolen_i_Gj=F8vik?= OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="2055831798-804895161-1309374918=:47357" X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on mail.fig.ol.no Cc: freebsd-questions@freebsd.org Subject: Re: mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 19:15:31 -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. --2055831798-804895161-1309374918=:47357 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT On Wed, 29 Jun 2011 20:42+0200, Dick Hoogendijk wrote: > I'm a little desperade. I installed a mirrored ZFS freebsd system in > a VM the other day and all went well. Now I did the same procedure > on a real systrem with two drives and I can't get the system to boot > properly. Everytime it halts at the mountroot prompt. If I manually > put zfs:zroot at the prompt the system boots to the login screen. I > checked the /etc/rc.conf and the /boot/loader.conf for syntax errors > but all seems well. What on earth can be the cause of this > behaviour? What do I check? Help? Have you specified a bootfs? E.g.: zpool set bootfs=zroot zroot -- ---------------------------------------------------------------------- Trond Endrestøl | Trond.Endrestol@fagskolen.gjovik.no ACM, NAS, NUUG, SAGE, USENIX | FreeBSD 8.2-STABLE & Alpine 2.00 --2055831798-804895161-1309374918=:47357-- From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 19:16:38 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B021106566C for ; Wed, 29 Jun 2011 19:16:38 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from smtpq4.tb.mail.iss.as9143.net (smtpq4.tb.mail.iss.as9143.net [212.54.42.167]) by mx1.freebsd.org (Postfix) with ESMTP id F3A418FC14 for ; Wed, 29 Jun 2011 19:16:37 +0000 (UTC) Received: from [212.54.42.142] (helo=smtp11.tb.mail.iss.as9143.net) by smtpq4.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qc0FZ-0006yM-3n for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 21:16:37 +0200 Received: from 524944af.cm-4-2b.dynamic.ziggo.nl ([82.73.68.175] helo=mail.nagual.nl) by smtp11.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qc0FX-0004si-Rg for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 21:16:35 +0200 Received: from [192.168.11.111] (82.73.68.175) by westmark (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 0345CD; Wed, 29 Jun 2011 21:19:58 +0200 Message-ID: <4E0B7A99.9010504@nagual.nl> Date: Wed, 29 Jun 2011 21:18:49 +0200 From: Dick Hoogendijk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; nl; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Trond_Endrest=F8l?= References: <4E0B7221.8030206@nagual.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-AxigenSpam-Level: 7 X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1Qc0FX-0004si-Rg X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (cached, score=-4.817, vereist 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90, CM_CTENC_8BIT 0.10, DOS_RCVD_IP_TWICE_B 0.00, PROLO_TRUST_RDNS -3.00, RDNS_DYNAMIC 0.98) X-ZiggoSMTP-MailScanner-From: dick@nagual.nl X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 19:16:38 -0000 Op 29-6-2011 21:15, Trond Endrestøl schreef: > On Wed, 29 Jun 2011 20:42+0200, Dick Hoogendijk wrote: > >> I'm a little desperade. I installed a mirrored ZFS freebsd system in >> a VM the other day and all went well. Now I did the same procedure >> on a real systrem with two drives and I can't get the system to boot >> properly. Everytime it halts at the mountroot prompt. If I manually >> put zfs:zroot at the prompt the system boots to the login screen. I >> checked the /etc/rc.conf and the /boot/loader.conf for syntax errors >> but all seems well. What on earth can be the cause of this >> behaviour? What do I check? Help? > Have you specified a bootfs? > > E.g.: > > zpool set bootfs=zroot zroot > Yes, I did. And just did it again. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 19:19:37 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FB1D1065673 for ; Wed, 29 Jun 2011 19:19:37 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF9A8FC12 for ; Wed, 29 Jun 2011 19:19:36 +0000 (UTC) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.14.4/8.14.4) with ESMTP id p5TJJXo4052015 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Jun 2011 21:19:33 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.14.4/8.14.4/Submit) with ESMTP id p5TJJXeT052012; Wed, 29 Jun 2011 21:19:33 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Wed, 29 Jun 2011 21:19:33 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: Dick Hoogendijk In-Reply-To: <4E0B7A99.9010504@nagual.nl> Message-ID: References: <4E0B7221.8030206@nagual.nl> <4E0B7A99.9010504@nagual.nl> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) Organization: =?ISO-8859-1?Q?Fagskolen_i_Gj=F8vik?= OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="2055831798-1057652814-1309375173=:47357" X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on mail.fig.ol.no Cc: freebsd-questions@freebsd.org Subject: Re: mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 19:19:37 -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. --2055831798-1057652814-1309375173=:47357 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT On Wed, 29 Jun 2011 21:18+0200, Dick Hoogendijk wrote: > Op 29-6-2011 21:15, Trond Endrestøl schreef: > > On Wed, 29 Jun 2011 20:42+0200, Dick Hoogendijk wrote: > > > > > I'm a little desperade. I installed a mirrored ZFS freebsd system in > > > a VM the other day and all went well. Now I did the same procedure > > > on a real systrem with two drives and I can't get the system to boot > > > properly. Everytime it halts at the mountroot prompt. If I manually > > > put zfs:zroot at the prompt the system boots to the login screen. I > > > checked the /etc/rc.conf and the /boot/loader.conf for syntax errors > > > but all seems well. What on earth can be the cause of this > > > behaviour? What do I check? Help? > > Have you specified a bootfs? > > > > E.g.: > > > > zpool set bootfs=zroot zroot > > Yes, I did. And just did it again. Please post your /boot/loader.conf. -- ---------------------------------------------------------------------- Trond Endrestøl | Trond.Endrestol@fagskolen.gjovik.no ACM, NAS, NUUG, SAGE, USENIX | FreeBSD 8.2-STABLE & Alpine 2.00 --2055831798-1057652814-1309375173=:47357-- From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 19:27:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9E0D106564A for ; Wed, 29 Jun 2011 19:27:05 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from smtpq2.tb.mail.iss.as9143.net (smtpq2.tb.mail.iss.as9143.net [212.54.42.165]) by mx1.freebsd.org (Postfix) with ESMTP id 6CCE68FC15 for ; Wed, 29 Jun 2011 19:27:05 +0000 (UTC) Received: from [212.54.42.150] (helo=smtp18.tb.mail.iss.as9143.net) by smtpq2.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qc0Pg-0001Fc-38 for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 21:27:04 +0200 Received: from 524944af.cm-4-2b.dynamic.ziggo.nl ([82.73.68.175] helo=mail.nagual.nl) by smtp18.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qc0Pc-0002mQ-Qj for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 21:27:00 +0200 Received: from [192.168.11.111] (82.73.68.175) by westmark (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 1A7D3B; Wed, 29 Jun 2011 21:30:19 +0200 Message-ID: <4E0B7D06.8060509@nagual.nl> Date: Wed, 29 Jun 2011 21:29:10 +0200 From: Dick Hoogendijk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; nl; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Trond_Endrest=F8l?= References: <4E0B7221.8030206@nagual.nl> <4E0B7A99.9010504@nagual.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-AxigenSpam-Level: 7 X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1Qc0Pc-0002mQ-Qj X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-4.817, vereist 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90, CM_CTENC_8BIT 0.10, DOS_RCVD_IP_TWICE_B 0.00, PROLO_TRUST_RDNS -3.00, RDNS_DYNAMIC 0.98) X-ZiggoSMTP-MailScanner-From: dick@nagual.nl X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 19:27:06 -0000 Op 29-6-2011 21:19, Trond Endrestøl schreef: > On Wed, 29 Jun 2011 21:18+0200, Dick Hoogendijk wrote: > >> Op 29-6-2011 21:15, Trond Endrestøl schreef: >>> On Wed, 29 Jun 2011 20:42+0200, Dick Hoogendijk wrote: >>> >>>> I'm a little desperade. I installed a mirrored ZFS freebsd system in >>>> a VM the other day and all went well. Now I did the same procedure >>>> on a real systrem with two drives and I can't get the system to boot >>>> properly. Everytime it halts at the mountroot prompt. If I manually >>>> put zfs:zroot at the prompt the system boots to the login screen. I >>>> checked the /etc/rc.conf and the /boot/loader.conf for syntax errors >>>> but all seems well. What on earth can be the cause of this >>>> behaviour? What do I check? Help? >>> Have you specified a bootfs? >>> >>> E.g.: >>> >>> zpool set bootfs=zroot zroot >> Yes, I did. And just did it again. > Please post your /boot/loader.conf. > And did it again (zpool set bootfs=zroot zroot) ; rebooted and finally the system boots up. So, problem solved. Posts arfe being fetched. Thanks. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 20:40:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BEF5106567A; Wed, 29 Jun 2011 20:40:36 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8F5F88FC1C; Wed, 29 Jun 2011 20:40:35 +0000 (UTC) Received: by wyg24 with SMTP id 24so1541768wyg.13 for ; Wed, 29 Jun 2011 13:40:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; bh=OxU2W4dcbQijkCCZ03Tr1ldB/8050CF4NPAUz21dS+k=; b=lAIBrTkF3qp8231PKYFhEHXOBHKNZz+lkl/rU0uOvrx/bfhp+iFnXFUo9eciMe+SAB fBd7qeqkUgl+4AjBxzfBc+EQI03Efq7bc3/qX4AGQvz9taOnXCLKnZN7grr7YbfVVXPi Vfx9ETpFUzSYLUnfiV3HusWe16Nm0Djl2tylI= Received: by 10.216.65.203 with SMTP id f53mr2137676wed.54.1309380034379; Wed, 29 Jun 2011 13:40:34 -0700 (PDT) Received: from dragon.dg (41-132-24-86.dsl.mweb.co.za [41.132.24.86]) by mx.google.com with ESMTPS id ex2sm1158572wbb.31.2011.06.29.13.40.32 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 29 Jun 2011 13:40:33 -0700 (PDT) From: David Naylor To: freebsd-questions@freebsd.org, freebsd-emulation@freebsd.org Date: Wed, 29 Jun 2011 22:40:41 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-CURRENT; KDE/4.6.4; amd64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1442935.BXka0PRZkL"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201106292240.45184.naylor.b.david@gmail.com> Cc: Subject: Wine-fbsd64 updated to 1.3.23 (32bit Wine for 64bit 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, 29 Jun 2011 20:40:36 -0000 --nextPart1442935.BXka0PRZkL Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, Packages for wine-fbsd64-1.3.23 have been uploaded to mediafire [1]. The=20 package now contains support for XInput2, fixing mouse warp, and is based o= n=20 PR ports/158406. =20 This release fixes installation of MS Office 2007 compared to 1.3.21 (previ= ous=20 package available). =20 nVidia uses should rerun patch-wine-nvidia.sh after updating wine. Regards, David [1] http://www.mediafire.com/wine_fbsd64 --nextPart1442935.BXka0PRZkL Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEABECAAYFAk4Ljc0ACgkQUaaFgP9pFrKBRACfezvL7EeizB2mqmxm4tfauPR1 3HoAn3pP81oZZ0ijf4jiLqyctVlF6ij5 =N+Tc -----END PGP SIGNATURE----- --nextPart1442935.BXka0PRZkL-- From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 21:40:07 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DF1E1065670 for ; Wed, 29 Jun 2011 21:40:07 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from smtpq3.tb.mail.iss.as9143.net (smtpq3.tb.mail.iss.as9143.net [212.54.42.166]) by mx1.freebsd.org (Postfix) with ESMTP id 41A0E8FC14 for ; Wed, 29 Jun 2011 21:40:07 +0000 (UTC) Received: from [212.54.42.136] (helo=smtp5.tb.mail.iss.as9143.net) by smtpq3.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qc2UP-00027L-U9 for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 23:40:05 +0200 Received: from 524944af.cm-4-2b.dynamic.ziggo.nl ([82.73.68.175] helo=mail.nagual.nl) by smtp5.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Qc2UP-0007zw-0H for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 23:40:05 +0200 Received: from [192.168.11.111] (82.73.68.175) by westmark (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 1A2B3D; Wed, 29 Jun 2011 23:43:29 +0200 Message-ID: <4E0B9C39.9000806@nagual.nl> Date: Wed, 29 Jun 2011 23:42:17 +0200 From: Dick Hoogendijk User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AxigenSpam-Level: 7 X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1Qc2UP-0007zw-0H X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-4.34, vereist 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90, CM_META_TB_NOARR 0.50, DOS_RCVD_IP_TWICE_B 0.00, PROLO_TRUST_RDNS -3.00, RDNS_DYNAMIC 0.98, TW_ZF 0.08) X-ZiggoSMTP-MailScanner-From: dick@nagual.nl X-Spam-Status: No Subject: zfs tuning X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 21:40:07 -0000 I would welcome some advise on zfs tuning. Coming from solaris I need this info. The system only has 2MB of ram. No problems running solaris11 in it so far so FreeBSD should do just fine too, but who can suggest some settings for: vm.kmem_size vm.kmem_size_max vfs.zfs.arc_max vfs.zfs.vdev.cache.size Mind you, it's for a 2MB FreeBSD-8.2 system; no X; serving mail, web, dns From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 21:45:08 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1BC6106566C for ; Wed, 29 Jun 2011 21:45:08 +0000 (UTC) (envelope-from Ggatten@waddell.com) Received: from mailhost1.waddell.com (mailhost1.waddell.com [67.130.252.46]) by mx1.freebsd.org (Postfix) with ESMTP id 8026A8FC0A for ; Wed, 29 Jun 2011 21:45:08 +0000 (UTC) Received: from emlpfilt4.waddell.com (emlpfilt4.waddell.com [10.1.10.26]) by mailhost1.waddell.com (Postfix) with ESMTP id DBC4150D5D; Wed, 29 Jun 2011 16:45:07 -0500 (CDT) Received: from emlpfilt4.waddell.com (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id CE6BF2F8003; Wed, 29 Jun 2011 16:45:07 -0500 (CDT) Received: from WADPHTCAS0.waddell.com (wadphtcas0.waddell.com [192.168.203.229]) by emlpfilt4.waddell.com (Postfix) with ESMTP id C7CEE2F8002; Wed, 29 Jun 2011 16:45:07 -0500 (CDT) Received: from WADPMBXV0.waddell.com ([169.254.2.30]) by WADPHTCAS0.waddell.com ([192.168.203.229]) with mapi; Wed, 29 Jun 2011 16:45:07 -0500 From: Gary Gatten To: 'Dick Hoogendijk' , "freebsd-questions@freebsd.org" Date: Wed, 29 Jun 2011 16:45:06 -0500 Thread-Topic: zfs tuning Thread-Index: Acw2pTZZdC6T76hgTOmHkJS6r8aCuAAAGf2g Message-ID: <6320_1309383907_4E0B9CE3_6320_62_1_D9B37353831173459FDAA836D3B43499C2309C9D@WADPMBXV0.waddell.com> References: <4E0B9C39.9000806@nagual.nl> In-Reply-To: <4E0B9C39.9000806@nagual.nl> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: Subject: RE: zfs tuning X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 21:45:08 -0000 2 "Mega" Bytes? Surely that's a typo, but is it 200MB? 2GB? Those that know ZFS will want to know the primary use / load of this system. G -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@f= reebsd.org] On Behalf Of Dick Hoogendijk Sent: Wednesday, June 29, 2011 4:42 PM To: freebsd-questions@freebsd.org Subject: zfs tuning I would welcome some advise on zfs tuning. Coming from solaris I need=20 this info. The system only has 2MB of ram. No problems running solaris11 in it so=20 far so FreeBSD should do just fine too, but who can suggest some=20 settings for: vm.kmem_size vm.kmem_size_max vfs.zfs.arc_max vfs.zfs.vdev.cache.size Mind you, it's for a 2MB FreeBSD-8.2 system; no X; serving mail, web, dns _______________________________________________ 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 email is intended to be reviewed by only the intended recipient and may contain information that is privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any review, use, dissemination, disclosure or copying of this email and its attachments, if any, is strictly prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system."
From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 22:12:53 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C17DC106579F for ; Wed, 29 Jun 2011 22:12: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 4424C8FC12 for ; Wed, 29 Jun 2011 22:12:51 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p5TMCF4U030651; Wed, 29 Jun 2011 16:12:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p5TMCFhL030648; Wed, 29 Jun 2011 16:12:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 29 Jun 2011 16:12:15 -0600 (MDT) From: Warren Block To: Dick Hoogendijk In-Reply-To: <4E0B7D06.8060509@nagual.nl> Message-ID: References: <4E0B7221.8030206@nagual.nl> <4E0B7A99.9010504@nagual.nl> <4E0B7D06.8060509@nagual.nl> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-902635197-792449819-1309385535=:30628" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Wed, 29 Jun 2011 16:12:15 -0600 (MDT) Cc: freebsd-questions@freebsd.org, =?ISO-8859-15?Q?Trond_Endrest=F8l?= Subject: Re: mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jun 2011 22:12:53 -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. ---902635197-792449819-1309385535=:30628 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8BIT On Wed, 29 Jun 2011, Dick Hoogendijk wrote: > Op 29-6-2011 21:19, Trond Endrestøl schreef: >> On Wed, 29 Jun 2011 21:18+0200, Dick Hoogendijk wrote: >> >>> Op 29-6-2011 21:15, Trond Endrestøl schreef: >>>> On Wed, 29 Jun 2011 20:42+0200, Dick Hoogendijk wrote: >>>> >>>>> I'm a little desperade. I installed a mirrored ZFS freebsd system in >>>>> a VM the other day and all went well. Now I did the same procedure >>>>> on a real systrem with two drives and I can't get the system to boot >>>>> properly. Everytime it halts at the mountroot prompt. If I manually >>>>> put zfs:zroot at the prompt the system boots to the login screen. I >>>>> checked the /etc/rc.conf and the /boot/loader.conf for syntax errors >>>>> but all seems well. What on earth can be the cause of this >>>>> behaviour? What do I check? Help? >>>> Have you specified a bootfs? >>>> >>>> E.g.: >>>> >>>> zpool set bootfs=zroot zroot >>> Yes, I did. And just did it again. >> Please post your /boot/loader.conf. >> > And did it again (zpool set bootfs=zroot zroot) ; rebooted and finally the > system boots up. > So, problem solved. Posts arfe being fetched. Thanks. If it's a timeout problem, there's kern.cam.boot_delay=10000. ---902635197-792449819-1309385535=:30628-- From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 00:12:51 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0108B106566B for ; Thu, 30 Jun 2011 00:12:51 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from mailout-us.mail.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id A07888FC08 for ; Thu, 30 Jun 2011 00:12:50 +0000 (UTC) Received: (qmail 19982 invoked by uid 0); 30 Jun 2011 00:12:49 -0000 Received: from 67.206.161.146 by rms-us001.v300.gmx.net with HTTP Content-Type: text/plain; charset="utf-8" Date: Thu, 30 Jun 2011 00:12:47 +0000 From: "Dieter BSD" Message-ID: <20110630001249.219420@gmx.com> MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Authenticated: #74169980 X-Flags: 0001 X-Mailer: GMX.com Web Mailer x-registered: 0 Content-Transfer-Encoding: 8bit X-GMX-UID: tok4etQd62mhIQ/aCmA5zQxCRzdyMkNO Subject: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 00:12:51 -0000 FreeBSD 8.2 packages: packages-8.2-release amd64 ATI Rage XL Dell ST2220T (1920x1080) "Xorg -configure" generates an xorg.conf file that somehow puts it into 1280x1024 mode and the monitor refuses to use it. I haven't found a way to get the full modeline info for whatever it is actually putting out.  xdpyinfo just gives the resolution, not the timing data.  I have not found a way to force it to use a modeline of my choosing, it appariently just ignores modelines added to the config file. "Xorg" puts it into 1400x1050 and the monitor accepts it. I can start a window manager and start an xterm window (from another terminal).  But it does not listen to the keyboard or mouse. dbus seems to run ok, no errors observed. hald starts up but complains and dies: hald[61843]: 13:03:42.634 [E] ck-tracker.c:376: Error doing GetSeats on ConsoleKit: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files hald[61843]: 13:03:42.634 [E] ck-tracker.c:820: Could not get seats and sessions hald[61843]: 13:03:42.634 [W] hald_dbus.c:5881: Could not initialize seats and sessions from ConsoleKit google found http://www.daemonforums.org/showthread.php?p=27601 which suggests using moused instead of hald.  moused runs, but I think I have to get Xorg to use a config file to set  Option "AllowEmptyInput" "off"  Option "AutoAddDevices"  "off" so that it will work without hald. Question 1: why does "Xorg -configure" create a config file that doesn't work the same way as just running "Xorg" ? Question 2: how do I get a usable config file? Question 3: how do I get complete modeline info for what it is currently running? Question 4: how do I force it to use a specific modeline? Question 5: how do I get hald to work? From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 00:57:27 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A9B7106566B for ; Thu, 30 Jun 2011 00:57:27 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id F2A878FC16 for ; Thu, 30 Jun 2011 00:57:24 +0000 (UTC) Received: from kw.homeip.net (c80-217-64-49.bredband.comhem.se [80.217.64.49]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id p5U0vEh9003915; Thu, 30 Jun 2011 02:57:16 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <4E0BC9E8.1050105@bah.homeip.net> Date: Thu, 30 Jun 2011 02:57:12 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; sv-SE; rv:1.9.2.17) Gecko/20110508 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Dieter BSD References: <20110630001249.219420@gmx.com> In-Reply-To: <20110630001249.219420@gmx.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 00:57:27 -0000 2011-06-30 02:12, Dieter BSD skrev: > FreeBSD 8.2 > packages: packages-8.2-release > amd64 > ATI Rage XL > Dell ST2220T (1920x1080) > > "Xorg -configure" generates an xorg.conf file that somehow > puts it into 1280x1024 mode and the monitor refuses to use it. > I haven't found a way to get the full modeline info for whatever > it is actually putting out. xdpyinfo just gives the resolution, > not the timing data. I have not found a way to force it to use > a modeline of my choosing, it appariently just ignores modelines > added to the config file. Q1: how do you start X? Q2: Have you tried to start X without a config file? Q3: Do you have consolekit installed? > "Xorg" puts it into 1400x1050 and the monitor accepts it. > I can start a window manager and start an xterm window > (from another terminal). But it does not listen to the > keyboard or mouse. > > dbus seems to run ok, no errors observed. > hald starts up but complains and dies: > > hald[61843]: 13:03:42.634 [E] ck-tracker.c:376: Error doing GetSeats on > ConsoleKit: org.freedesktop.DBus.Error.ServiceUnknown: The name > org.freedesktop.ConsoleKit was not provided by any .service files > hald[61843]: 13:03:42.634 [E] ck-tracker.c:820: Could not get seats and sessions > hald[61843]: 13:03:42.634 [W] hald_dbus.c:5881: Could not initialize > seats and sessions from ConsoleKit > > google found > http://www.daemonforums.org/showthread.php?p=27601 > which suggests using moused instead of hald. moused runs, > but I think I have to get Xorg to use a config file to set > Option "AllowEmptyInput" "off" > Option "AutoAddDevices" "off" > so that it will work without hald. > > Question 1: why does "Xorg -configure" create a config file > that doesn't work the same way as just running "Xorg" ? > > Question 2: how do I get a usable config file? > > Question 3: how do I get complete modeline info for what > it is currently running? > > Question 4: how do I force it to use a specific modeline? > > Question 5: how do I get hald to 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 Thu Jun 30 02:33:43 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB22F106566C for ; Thu, 30 Jun 2011 02:33:43 +0000 (UTC) (envelope-from carl@chave.us) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6C9938FC0A for ; Thu, 30 Jun 2011 02:33:42 +0000 (UTC) Received: by bwa20 with SMTP id 20so2155177bwa.13 for ; Wed, 29 Jun 2011 19:33:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.80.200 with SMTP id u8mr1469477bkk.81.1309401221847; Wed, 29 Jun 2011 19:33:41 -0700 (PDT) Received: by 10.204.14.18 with HTTP; Wed, 29 Jun 2011 19:33:41 -0700 (PDT) In-Reply-To: References: <4E0B7221.8030206@nagual.nl> <4E0B7A99.9010504@nagual.nl> <4E0B7D06.8060509@nagual.nl> Date: Wed, 29 Jun 2011 22:33:41 -0400 Message-ID: From: Carl Chave To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 02:33:44 -0000 2011/6/29 Warren Block > On Wed, 29 Jun 2011, Dick Hoogendijk wrote: > > Op 29-6-2011 21:19, Trond Endrest=F8l schreef: >> >>> On Wed, 29 Jun 2011 21:18+0200, Dick Hoogendijk wrote: >>> >>> Op 29-6-2011 21:15, Trond Endrest=F8l schreef: >>>> >>>>> On Wed, 29 Jun 2011 20:42+0200, Dick Hoogendijk wrote: >>>>> >>>>> I'm a little desperade. I installed a mirrored ZFS freebsd system in >>>>>> a VM the other day and all went well. Now I did the same procedure >>>>>> on a real systrem with two drives and I can't get the system to boot >>>>>> properly. Everytime it halts at the mountroot prompt. If I manually >>>>>> put zfs:zroot at the prompt the system boots to the login screen. I >>>>>> checked the /etc/rc.conf and the /boot/loader.conf for syntax errors >>>>>> but all seems well. What on earth can be the cause of this >>>>>> behaviour? What do I check? Help? >>>>>> >>>>> Have you specified a bootfs? >>>>> >>>>> E.g.: >>>>> >>>>> zpool set bootfs=3Dzroot zroot >>>>> >>>> Yes, I did. And just did it again. >>>> >>> Please post your /boot/loader.conf. >>> >>> And did it again (zpool set bootfs=3Dzroot zroot) ; rebooted and final= ly >> the system boots up. >> So, problem solved. Posts arfe being fetched. Thanks. >> > > If it's a timeout problem, there's kern.cam.boot_delay=3D10000. > +1 for kern.cam.boot_delay=3D10000. I had the same problem and that settin= g fixed it for me. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 03:19:41 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFE5B1065673 for ; Thu, 30 Jun 2011 03:19:41 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id AF1E38FC12 for ; Thu, 30 Jun 2011 03:19:41 +0000 (UTC) Received: from r55.edvax.de (port-92-195-180-180.dynamic.qsc.de [92.195.180.180]) by mx02.qsc.de (Postfix) with ESMTP id EF6141DB32; Thu, 30 Jun 2011 05:19:39 +0200 (CEST) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id p5U3Jd24001577; Thu, 30 Jun 2011 05:19:39 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Thu, 30 Jun 2011 05:19:39 +0200 From: Polytropon To: "Edwin L. Culp W." Message-Id: <20110630051939.d58a6532.freebsd@edvax.de> In-Reply-To: References: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> <841_1309361265_4E0B4471_841_3565_1_D9B37353831173459FDAA836D3B43499C2309C85@WADPMBXV0.waddell.com> Organization: EDVAX 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 Subject: Re: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 03:19:42 -0000 On Wed, 29 Jun 2011 10:47:09 -0500, Edwin L. Culp W. wrote: > The price difference between a minimal design and something like this > usually not significant. So this is sounding more and more like a go. Allow me a short addition: Gaming machines usually put no emphasize on energy efficiency. This means power consumption of several hundred Watts, up to more than 1000, is quite possible. Keep in mind that _running_ a machine also adds up to the price - see TCO. Especially CPUs and GPU are cost-intensive, but hard disks also seem to be. For use as a server, it's typical to assume that the machine will run 24 hours a day, 7 days a week, as long as it fails. You can easily calculate those costs and put them into relation with older systems that "only" consume 150 Watts. :-) But aside, I agree with the suggestion of utilizing the "95% unused system capacity" for virtual hosts or other means. Make the system more efficient than a light bulb. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 03:47:46 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BEB6106564A for ; Thu, 30 Jun 2011 03:47:46 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id CB82E8FC08 for ; Thu, 30 Jun 2011 03:47:45 +0000 (UTC) Received: by wwe6 with SMTP id 6so1819072wwe.31 for ; Wed, 29 Jun 2011 20:47:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FheAhhtZ6V3HzEmPWIx5WMUQdkdIGLzUKQLmYI38+EQ=; b=MnyA+Ycj5eq3qwso7G2jB6nn31lVYNJ9N5kjangTVYqy9y9QWQ03iRIT7bP0Ozo4dM 1O7ST4GNcgj5FsdNhxiA2tBv1QqBklW4cy1HZfWWz/BHrnCC4HHs9hfSc7r7Arp7Aw4a bxv4YE+mtFCYcaDW3zPsDi0Hp8/qrRZRpPMWQ= MIME-Version: 1.0 Received: by 10.216.220.219 with SMTP id o69mr2125406wep.65.1309404133533; Wed, 29 Jun 2011 20:22:13 -0700 (PDT) Received: by 10.216.65.203 with HTTP; Wed, 29 Jun 2011 20:22:13 -0700 (PDT) In-Reply-To: References: Date: Wed, 29 Jun 2011 22:22:13 -0500 Message-ID: From: Brandon Gooch To: Dennis Glatting Content-Type: text/plain; charset=ISO-8859-1 Cc: venture37@geeklan.co.uk, freebsd-questions@freebsd.org Subject: Re: OpenNMS under 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, 30 Jun 2011 03:47:46 -0000 On Wed, Jun 29, 2011 at 12:03 PM, Dennis Glatting wrote: > I am looking at OpenNMS under FreeBSD but it isn't in the ports tree > although there are various discussions of OpenNMS under FreeBSD. > > Is there a reason why OpenNMS isn't in the ports tree, such as it doesn't > port, no one is willing to step up as a maintainer, or there are licensing > issues? > There is a port here, created by Sevan Janiyan: http://www.geeklan.co.uk/files/opennms/ I don't know whether or not it's been submitted to ports yet, but I'd be interested to see if you get it up and running. Report back with your findings! -Brandon From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 04:06:37 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6C2C1065678 for ; Thu, 30 Jun 2011 04:06:37 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 811BE8FC0A for ; Thu, 30 Jun 2011 04:06:37 +0000 (UTC) Received: by pzk27 with SMTP id 27so1875603pzk.13 for ; Wed, 29 Jun 2011 21:06:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=B/6ThxDC99S0C+Aj3WMa3rudPr9kbQfopOTLo2FshDo=; b=UzVrj6sawo8/auGJUcMQoR3zaBVAHTiHkB+13GcD+b3V22s4Kq9XC6HaonYVxy0qeV QGFl3xdXqNQuy81TQXNy8oBRMG+mvdLbaJhkc6V78kaj0hWhJ39cUHXRnJpyMEov8bGx m//XIGdzyy1HZ5weecI3uH34NORbWGpaoTFTE= Received: by 10.68.44.65 with SMTP id c1mr185785pbm.344.1309406796823; Wed, 29 Jun 2011 21:06:36 -0700 (PDT) Received: from [127.0.0.1] ([14.96.141.208]) by mx.google.com with ESMTPS id g8sm1293639pba.21.2011.06.29.21.06.32 (version=SSLv3 cipher=OTHER); Wed, 29 Jun 2011 21:06:35 -0700 (PDT) Message-ID: <4E0BF66F.9080800@gmail.com> Date: Thu, 30 Jun 2011 09:37:11 +0530 From: Manish Jain User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 To: freebsd-questions@freebsd.org 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 Subject: PID 11 using 400% CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 04:06:37 -0000 Hello All, I have a strange problem with my 8.1 box. After booting, the hard disk goes into a full-speed never-ending spin. 'ps waux' always shows pid 11 as taking 400% CPU utilization : /root # ps -up 11 USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 11 400.0 0.0 0 32 ?? RL 7:22PM 166:35.46 [idle] I have tried multiple tweaks to resolve this - all to no effect. The only thing that seems out of place is that polkitd seems to be missing. (I have no idea why this is the case). /etc/rc.conf states polkitd_enable="YES". This happens even in single-user mode, which I used to try to fix any filesystem errors with 'fsck -fy' : there were none. My system has only 2 partitions : ad8s2a (/) and ad8s2b (swap). Any pointers to what might the problem be ? Thanks in advance. Regards Manish Jain [1]invalid.pointer@gmail.com References 1. mailto:invalid.pointer@gmail.com From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 04:33:10 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B10F106566C for ; Thu, 30 Jun 2011 04:33:10 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from mailout-us.gmx.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id E87608FC0A for ; Thu, 30 Jun 2011 04:33:09 +0000 (UTC) Received: (qmail 27382 invoked by uid 0); 30 Jun 2011 04:33:08 -0000 Received: from 67.206.187.48 by rms-us017 with HTTP Content-Type: text/plain; charset="utf-8" Date: Thu, 30 Jun 2011 04:33:04 +0000 From: "Dieter BSD" Message-ID: <20110630043306.219430@gmx.com> MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Authenticated: #74169980 X-Flags: 0001 X-Mailer: GMX.com Web Mailer x-registered: 0 Content-Transfer-Encoding: 8bit X-GMX-UID: uss4evUn2XCjZyvXB2homGR4dWxlc1bQ Subject: Re: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 04:33:10 -0000 > Q1: how do you start X? "Xorg" (no config file) result: display works (1400x1050), but no keyboard or mouse "Xorg -configure" (creates /root/xorg.conf.new) "Xorg -config /root/xorg.conf.new" result: 1280x1024 which monitor doesn't like I also tried "Xorg -keyboard Keyboard0 -pointer Mouse0" with and without "-config /root/xorg.conf.new", same results. I tried editing the config file, adding a 1400x1050 modeline, same results. > Q2: Have you tried to start X without a config file? Yes, see above > Q3: Do you have consolekit installed? yes, consolekit-0.4.3 from .../amd64/packages-8.2-release/... From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 04:36:52 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E30D106566C for ; Thu, 30 Jun 2011 04:36:52 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 71D4F8FC1C for ; Thu, 30 Jun 2011 04:36:52 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id p5U4b6uY025074 for freebsd-questions@freebsd.org; Wed, 29 Jun 2011 23:37:06 -0500 (CDT) Date: Wed, 29 Jun 2011 23:37:06 -0500 (CDT) From: Robert Bonomi Message-Id: <201106300437.p5U4b6uY025074@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: <4E0BF66F.9080800@gmail.com> Subject: Re: PID 11 using 400% CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 04:36:52 -0000 > From owner-freebsd-questions@freebsd.org Wed Jun 29 23:07:59 2011 > Date: Thu, 30 Jun 2011 09:37:11 +0530 > From: Manish Jain > To: freebsd-questions@freebsd.org > Subject: PID 11 using 400% CPU > > > Hello All, > I have a strange problem with my 8.1 box. After booting, the hard disk > goes into a full-speed never-ending spin. 'ps waux' always shows pid > 11 as taking 400% CPU utilization : > /root # ps -up 11 > USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND > root 11 400.0 0.0 0 32 ?? RL 7:22PM 166:35.46 [idle] > I have tried multiple tweaks to resolve this - all to no effect. The > only thing that seems out of place is that polkitd seems to be > missing. (I have no idea why this is the case). /etc/rc.conf states > polkitd_enable="YES". > This happens even in single-user mode, which I used to try to fix any > filesystem errors with 'fsck -fy' : there were none. > My system has only 2 partitions : ad8s2a (/) and ad8s2b (swap). > Any pointers to what might the problem be ? Thanks in advance. The problem is that you have twin dual-core CPUs or a single 4-core CPU. The solution is to substitute a single single-core CPU. This will bring the _system_idle_process_ utilization down to 100% when the system is _not_ doing anything else. OR, you can compile the following C program: #include int main( int argc, char** argv) { while (1); exit(0); } and run, say, 8 copies of it in background. this will reduce the cpu utilization of PID 11 to roughly 0%. The fact that the disk is running is absolutely normal. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 04:56:06 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0480106564A for ; Thu, 30 Jun 2011 04:56:06 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id 8661C8FC0C for ; Thu, 30 Jun 2011 04:56:06 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email2.allantgroup.com (8.14.4/8.14.4) with ESMTP id p5U4u5JC009574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 29 Jun 2011 23:56:05 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.5/8.14.5) with ESMTP id p5U4u1m4087422 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 29 Jun 2011 23:56:01 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.5/8.14.5/Submit) id p5U4u1gw087421; Wed, 29 Jun 2011 23:56:01 -0500 (CDT) (envelope-from dan) Date: Wed, 29 Jun 2011 23:56:01 -0500 From: Dan Nelson To: Manish Jain Message-ID: <20110630045559.GD44024@dan.emsphone.com> References: <4E0BF66F.9080800@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E0BF66F.9080800@gmail.com> X-OS: FreeBSD 8.2-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97 at email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (email2.allantgroup.com [199.67.51.78]); Wed, 29 Jun 2011 23:56:05 -0500 (CDT) X-Scanned-By: MIMEDefang 2.68 on 199.67.51.78 Cc: freebsd-questions@freebsd.org Subject: Re: PID 11 using 400% CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 04:56:06 -0000 In the last episode (Jun 30), Manish Jain said: > > Hello All, > I have a strange problem with my 8.1 box. After booting, the hard disk > goes into a full-speed never-ending spin. To see what disk I/O is being done, try running "ktrace -dip 0 ; sleep 10 ; ktrace -C", to capture all syscalls done on the entire system (pid 0 plus children) for 10 seconds, then run "kdump -m64 | less" to view the results. Look for read or write calls. > 'ps waux' always shows pid > 11 as taking 400% CPU utilization : > /root # ps -up 11 > USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND > root 11 400.0 0.0 0 32 ?? RL 7:22PM 166:35.46 [idle] > I have tried multiple tweaks to resolve this - all to no effect. The As for this, what's to resolve? The idle process is a placeholder with one thread per CPU that accounts for time the CPU isn't doing any work. If you want to reduce it's "CPU use", run other CPU-intensive processes :) BTW, Windows has the same thing if you look at task manager; it's called "System Idle Process" there. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 05:14:16 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B477C106566C; Thu, 30 Jun 2011 05:14:16 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 9249D8FC12; Thu, 30 Jun 2011 05:14:16 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p5U5ECpV076173 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Jun 2011 22:14:12 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p5U5ECYw076172; Wed, 29 Jun 2011 22:14:12 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA25339; Wed, 29 Jun 11 22:10:30 PDT Date: Wed, 29 Jun 2011 22:10:32 -0700 From: perryh@pluto.rain.com To: korvus@comcast.net Message-Id: <4e0c0548.eW27hshSLoLhhTu1%perryh@pluto.rain.com> References: <4E0B540B.3090400@comcast.net> In-Reply-To: <4E0B540B.3090400@comcast.net> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Question about NIC link state initialization X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 05:14:16 -0000 Steve Polyack wrote: > ... An occaisional fat-finger in /etc/fstab may cause one to > end up in single-user mode ... some of these systems have a LOM > (lights-out management) controller which shares the system's > on-board NICs ... when the system drops out of init(8) and into > single-user mode, the links on the interfaces never come up, > and therefore the LOM becomes inaccessible. > > ... all one has to do is run ifconfig to cause the NIC's links to > come up ... why do we have to run ifconfig(8) to bring the links > up on the attached interfaces? When trying to troubleshoot a problem that was known or suspected to involve the network or its hardware, one might not _want_ the NICs alive. > Short of patching init(8) (or perhaps the NIC drivers?), I don't > see another way for me to ensure the links come up even when the > system drops into single-user mode on boot. Something in /root/.profile, perhaps? That should get run when the single-user shell starts up, if it's started as a "login" shell. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 07:13:45 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E84D106564A; Thu, 30 Jun 2011 07:13:45 +0000 (UTC) (envelope-from ohartman@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 3B6428FC0C; Thu, 30 Jun 2011 07:13:45 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QcBRX-0006Ld-UR>; Thu, 30 Jun 2011 09:13:43 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QcBRX-0007mN-SP>; Thu, 30 Jun 2011 09:13:43 +0200 Message-ID: <4E0C2226.1060507@zedat.fu-berlin.de> Date: Thu, 30 Jun 2011 09:13:42 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110627 Thunderbird/3.1.11 MIME-Version: 1.0 To: Joshua Boyd References: <4E0ADB0A.2070409@zedat.fu-berlin.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Dell PowerEdge 1950: MPT0 doesn't recogniz hard drive > 2TB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 07:13:45 -0000 On 06/29/11 15:57, Joshua Boyd wrote: > 2011/6/29 O. Hartmann > > > Questions: > a) Is this an issue of FreeBSD 8.2-STABLE or is it a firmware/BIOS > issue which can be solved? > > > Hi Oliver, > > Neither, unfortunately. The 1068E based cards do not support drives over > 2TB. See here: > > http://kb.lsi.com/KnowledgebaseArticle16399.aspx > > -- > Joshua Boyd > > E-mail: boydjd@jbip.net > http://www.jbip.net Hello Joshua. Thanks for the fast response. Yes, you're right. I revealed by several postings in the net that the controller in question is not capable of handling disks > 2TB. It's a pitty. Oliver From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 07:31:37 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC6441065670 for ; Thu, 30 Jun 2011 07:31:37 +0000 (UTC) (envelope-from ssmfdata@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id B8CF58FC1E for ; Thu, 30 Jun 2011 07:31:37 +0000 (UTC) Received: by pvg11 with SMTP id 11so1987124pvg.13 for ; Thu, 30 Jun 2011 00:31:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Z+HEDrGNz3/K01jmPJpP5lX67qXL0mPSmNFSDolbV/0=; b=qeY96MX8Rmx4xyprBW+opfLhz5ya7Dm68IXA1stymNcGikGnJYBrMIwEacc/B/fZ17 zf2/h/Zzcn+adHAZKVJBJLl0Vhpcbg3DEvhOcRQMtw3pNr+wwBOScyyUT86DBI24YkZK Zek+zhtZOBRoEFtFQJGQ8GBAROtk3qW9dxBeA= MIME-Version: 1.0 Received: by 10.68.36.165 with SMTP id r5mr2172436pbj.296.1309417720516; Thu, 30 Jun 2011 00:08:40 -0700 (PDT) Received: by 10.68.62.38 with HTTP; Thu, 30 Jun 2011 00:08:40 -0700 (PDT) Date: Thu, 30 Jun 2011 17:08:40 +1000 Message-ID: From: ssmfone fauzi To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Short Survey X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 07:31:37 -0000 Hi Practitioners, I=92m conducting a short study to identify what awareness information does = the administrator/decision maker (Configuration Control Board members) should know/aware while completing some of the tasks below. Task 1 =96 Tasks to analyse the proposed change request Task 2 =96 Tasks of determining what changes to make Task 3 =96 Tasks of assigning of developer(s) to implement a change Task 4 =96 Tasks of assigning testers to verify a change *Sample answer:* *Task 3 =96 Task of assigning of developer(s) to implement a change* *Answer - The administrator/CCB should know the expertise of the developers= . * There might be a few things that CCB members should know while completing each task. Inputs from the practitioners are highly appreciated. Look forward to hear from the practitioners! Thank you S.Saneem From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 07:38:57 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B96A1065674 for ; Thu, 30 Jun 2011 07:38:57 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from smtpq1.gn.mail.iss.as9143.net (smtpq1.gn.mail.iss.as9143.net [212.54.34.164]) by mx1.freebsd.org (Postfix) with ESMTP id 53E1A8FC0C for ; Thu, 30 Jun 2011 07:38:57 +0000 (UTC) Received: from [212.54.34.133] (helo=smtp2.gn.mail.iss.as9143.net) by smtpq1.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1QcBpv-00049W-Me for freebsd-questions@freebsd.org; Thu, 30 Jun 2011 09:38:55 +0200 Received: from 524944af.cm-4-2b.dynamic.ziggo.nl ([82.73.68.175] helo=mail.nagual.nl) by smtp2.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1QcBpu-0006se-OH for freebsd-questions@freebsd.org; Thu, 30 Jun 2011 09:38:54 +0200 Received: from [192.168.11.111] (82.73.68.175) by westmark (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 152B37; Thu, 30 Jun 2011 09:42:18 +0200 Message-ID: <4E0C2895.2040107@nagual.nl> Date: Thu, 30 Jun 2011 09:41:09 +0200 From: Dick Hoogendijk User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4E0B9C39.9000806@nagual.nl> <6320_1309383907_4E0B9CE3_6320_62_1_D9B37353831173459FDAA836D3B43499C2309C9D@WADPMBXV0.waddell.com> In-Reply-To: <6320_1309383907_4E0B9CE3_6320_62_1_D9B37353831173459FDAA836D3B43499C2309C9D@WADPMBXV0.waddell.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AxigenSpam-Level: 7 X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1QcBpu-0006se-OH X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-4.34, vereist 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90, CM_META_TB_NOARR 0.50, DOS_RCVD_IP_TWICE_B 0.00, PROLO_TRUST_RDNS -3.00, RDNS_DYNAMIC 0.98, TW_ZF 0.08) X-ZiggoSMTP-MailScanner-From: dick@nagual.nl X-Spam-Status: No Subject: Re: zfs tuning X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 07:38:57 -0000 Op 29-6-2011 23:45, Gary Gatten schreef: > 2 "Mega" Bytes? Surely that's a typo, but is it 200MB? 2GB? > > Those that know ZFS will want to know the primary use / load of this system. It was a typo for sure. Should be 2GB It will be a server, so no X FAMP Mailserver for < 10 users (imap) Nameserver internal network I will run about five domains, using Wordpress for three of them and TYPO3 for the other two. NO photosite, so no heavy loads on the MySQL databases. Solaris does not need settings for ZFS. I just run it and all's been well. Never had problems. I understand however that for FreeBSD it usually is better to tune things. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 07:40:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33CC0106566B for ; Thu, 30 Jun 2011 07:40:05 +0000 (UTC) (envelope-from ssmfdata@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0D09E8FC08 for ; Thu, 30 Jun 2011 07:40:04 +0000 (UTC) Received: by pvg11 with SMTP id 11so1994509pvg.13 for ; Thu, 30 Jun 2011 00:40:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=1hDvTOjrY+ZjkkQKQCWPvkbpDi06RJTjqeQ8AhUHhp0=; b=dQ4leCFlyhjWFkBp05ypsrfa+kioBmNlvTxF/zm6AIPK047pY+Pp7bydMxBW2mgbbW CHeMKqLPcQgCdug372Q0FNhM7RuDiGvm2+XK0eZmZncn4l/LL1qoKr1vE0HNc1HFarXi rgybN6SBw4xheO1Cvo40RASDt+4TNYV0d0Wlo= MIME-Version: 1.0 Received: by 10.68.64.103 with SMTP id n7mr2185131pbs.229.1309417842437; Thu, 30 Jun 2011 00:10:42 -0700 (PDT) Received: by 10.68.62.38 with HTTP; Thu, 30 Jun 2011 00:10:42 -0700 (PDT) Date: Thu, 30 Jun 2011 17:10:42 +1000 Message-ID: From: ssmfone fauzi To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Short Survey X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 07:40:05 -0000 Hi, I=92m conducting a short study to identify what awareness information does = the administrator/ decision maker (Configuration Control Board members) should know/aware while completing some of the tasks below. Task 1 =96 Tasks to analyse the proposed change request Task 2 =96 Tasks of determining what changes to make Task 3 =96 Tasks of assigning of developer(s) to implement a change Task 4 =96 Tasks of assigning testers to verify a change *Sample answer:* *Task 3 =96 Task of assigning of developer(s) to implement a change* *Answer - The administrator/CCB should know the expertise of the developers= . * There might be a few things that administrator/CCB members should know whil= e completing each task. Inputs from the practitioners are highly appreciated. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 07:41:42 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0673106567A for ; Thu, 30 Jun 2011 07:41:42 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from smtpq2.gn.mail.iss.as9143.net (smtpq2.gn.mail.iss.as9143.net [212.54.34.165]) by mx1.freebsd.org (Postfix) with ESMTP id 7BA888FC18 for ; Thu, 30 Jun 2011 07:41:42 +0000 (UTC) Received: from [212.54.34.150] (helo=smtp18.gn.mail.iss.as9143.net) by smtpq2.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1QcBsb-0002uf-6l for freebsd-questions@freebsd.org; Thu, 30 Jun 2011 09:41:41 +0200 Received: from 524944af.cm-4-2b.dynamic.ziggo.nl ([82.73.68.175] helo=mail.nagual.nl) by smtp18.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1QcBsa-0003ZX-GU for freebsd-questions@freebsd.org; Thu, 30 Jun 2011 09:41:40 +0200 Received: from [192.168.11.111] (82.73.68.175) by westmark (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 12737B; Thu, 30 Jun 2011 09:45:04 +0200 Message-ID: <4E0C293B.8020503@nagual.nl> Date: Thu, 30 Jun 2011 09:43:55 +0200 From: Dick Hoogendijk User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AxigenSpam-Level: 7 X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1QcBsa-0003ZX-GU X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=-3.017, vereist 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_05 -0.50, CM_META_TB_NOARR 0.50, DOS_RCVD_IP_TWICE_B 0.00, PROLO_TRUST_RDNS -3.00, RDNS_DYNAMIC 0.98) X-ZiggoSMTP-MailScanner-From: dick@nagual.nl X-Spam-Status: No Subject: Boot Environments X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 07:41:42 -0000 On solaris you can have different BE's (boot environments) using ZFS. Is this possible with FreeBSD ZFS? I can't recall ever have seen a tool like BEadm (solaris). But maybe using ZFS manually I can get more BE's? From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 08:18:21 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EF83106564A for ; Thu, 30 Jun 2011 08:18:21 +0000 (UTC) (envelope-from gdakos@enovation.gr) Received: from server.8com.gr (server.8com.gr [213.163.64.14]) by mx1.freebsd.org (Postfix) with ESMTP id 8609F8FC13 for ; Thu, 30 Jun 2011 08:18:20 +0000 (UTC) Received: from Master ([83.235.249.6]) by server.8com.gr (IceWarp Mail Server) with ASMTP id NOK48403 for ; Thu, 30 Jun 2011 10:06:03 +0200 From: "John Dakos" To: Date: Thu, 30 Jun 2011 11:06:22 +0300 Message-ID: <003101cc36fc$9bdc8240$d39586c0$@gr> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acw2/JmZh82sQd6xT4Sm3Is103GEVg== Content-Language: el Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 64 Bit Applications X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 08:18:21 -0000 Hello all. I have a question about FreeBSD 64Bit Applications I want to install FreeBSD 64 Bit to have most memory 10 GB ram or up , and to make more stable. My questions is . is FreeBSD 64 Bit stable and Rock such as 32 bit ? These standard applications are working well on 64 bit or not ? Apache , Bind, Webmin , Mysql ,Postfix ,Dovecot, Spamassasin, PHP, Squid, PF Any idea ? Thanks. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 08:55:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C55B1065670 for ; Thu, 30 Jun 2011 08:55:17 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id C23ED8FC14 for ; Thu, 30 Jun 2011 08:55:16 +0000 (UTC) Received: by ywf7 with SMTP id 7so1042234ywf.13 for ; Thu, 30 Jun 2011 01:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8eqvpbPCJFObVjk/GWc4ERH/G2SpTyT3IoDTgOGPIio=; b=ctbAFjOWEnbfZuDSb4CTiFSHFDU4zGH2e4+SnVGBaYUp1zxh/LJ0MibM57pZ+K3J+N c7s/rQxDqq7NrkGIEUsizddQEMNOFal0rNbnTNB8I/Gg3tevw6hjbjhX6KegylKcRq3e 7bK/x1jRh/O0Sy4sFEYTM9RG44wHV7NI70noE= MIME-Version: 1.0 Received: by 10.236.198.240 with SMTP id v76mr2379946yhn.38.1309424116047; Thu, 30 Jun 2011 01:55:16 -0700 (PDT) Received: by 10.236.110.13 with HTTP; Thu, 30 Jun 2011 01:55:16 -0700 (PDT) In-Reply-To: <003101cc36fc$9bdc8240$d39586c0$@gr> References: <003101cc36fc$9bdc8240$d39586c0$@gr> Date: Thu, 30 Jun 2011 09:55:16 +0100 Message-ID: From: krad To: John Dakos Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 64 Bit Applications X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 08:55:17 -0000 On 30 June 2011 09:06, John Dakos wrote: > > > > > > > Hello all. > > > > I have a question about FreeBSD 64Bit Applications > > > > I want to install FreeBSD 64 Bit to have most memory 10 GB ram or up , > and to make more stable. > > > > My questions is . is FreeBSD 64 Bit stable and Rock such as 32 bit ? > > > > These standard applications are working well on 64 bit or not ? > > > > > > Apache , Bind, Webmin , Mysql ,Postfix ,Dovecot, Spamassasin, PHP, Squid, > PF > > > > Any idea ? > > > > Thanks. > stable > > > _______________________________________________ > 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" > all stable from what i have seen. I have been running all of them in an high load isp environment for years with no issues relating to 64 bit From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 08:58:35 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EC981065674 for ; Thu, 30 Jun 2011 08:58:35 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id C49028FC0C for ; Thu, 30 Jun 2011 08:58:34 +0000 (UTC) Received: by gwb15 with SMTP id 15so1027056gwb.13 for ; Thu, 30 Jun 2011 01:58:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6tMn5LQ/eYc4W6naB7sILwEq9bajS4tB1UNIDyJalG8=; b=sNPJIZNIpT07u3rMHy26Bk359ow93tx1qJpCLVLyJDqbkvyWoj6hC5eXuQ2/WdNS52 P/LzVLviViT0trNfGybCnMgtkamfo81BaJzNaZURxDyub6DCvC6NrLf715Is86/Qh/3W 4EJJFX5ry/Ekz/6x8DkD6pF1Yn1BTcJarSBB8= MIME-Version: 1.0 Received: by 10.236.179.40 with SMTP id g28mr2231715yhm.105.1309424314004; Thu, 30 Jun 2011 01:58:34 -0700 (PDT) Received: by 10.236.110.13 with HTTP; Thu, 30 Jun 2011 01:58:33 -0700 (PDT) In-Reply-To: <4E0C293B.8020503@nagual.nl> References: <4E0C293B.8020503@nagual.nl> Date: Thu, 30 Jun 2011 09:58:33 +0100 Message-ID: From: krad To: Dick Hoogendijk Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Boot Environments X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 08:58:35 -0000 On 30 June 2011 08:43, Dick Hoogendijk wrote: > On solaris you can have different BE's (boot environments) using ZFS. > Is this possible with FreeBSD ZFS? I can't recall ever have seen a tool > like BEadm (solaris). > But maybe using ZFS manually I can get more BE's? > ______________________________**_________________ > 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 " > im not aware of any specific tools to do it but i have mimicked opensolaris be's on my bsd machines. After all most of it is just monkeying around with zfs fs cloning and setting the DESTDIR variable when you install updates From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 10:49:44 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28E6D106566B for ; Thu, 30 Jun 2011 10:49:44 +0000 (UTC) (envelope-from feenberg@nber.org) Received: from mail2.nber.org (mail2.nber.org [66.251.72.79]) by mx1.freebsd.org (Postfix) with ESMTP id 3F55E8FC0A for ; Thu, 30 Jun 2011 10:49:42 +0000 (UTC) Received: from nber9.nber.org (nber9.nber.org [66.251.72.81]) by mail2.nber.org (8.14.4/8.14.4) with ESMTP id p5UAnTLp033883 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 30 Jun 2011 06:49:31 -0400 (EDT) (envelope-from feenberg@nber.org) Received: from localhost (feenberg@localhost) by nber9.nber.org (8.14.4/8.14.4/Submit) with ESMTP id p5UAnPQh023450; Thu, 30 Jun 2011 06:49:26 -0400 X-Authentication-Warning: nber9.nber.org: feenberg owned process doing -bs Date: Thu, 30 Jun 2011 06:49:25 -0400 (EDT) From: Daniel Feenberg To: perryh@pluto.rain.com In-Reply-To: <4e0c0548.eW27hshSLoLhhTu1%perryh@pluto.rain.com> Message-ID: References: <4E0B540B.3090400@comcast.net> <4e0c0548.eW27hshSLoLhhTu1%perryh@pluto.rain.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20110630 #5690619, check: 20110630 clean Cc: freebsd-net@freebsd.org, korvus@comcast.net, freebsd-questions@freebsd.org Subject: Re: Question about NIC link state initialization X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 10:49:44 -0000 On Wed, 29 Jun 2011, perryh@pluto.rain.com wrote: > Steve Polyack wrote: > >> ... An occaisional fat-finger in /etc/fstab may cause one to >> end up in single-user mode ... some of these systems have a LOM >> (lights-out management) controller which shares the system's >> on-board NICs ... when the system drops out of init(8) and into >> single-user mode, the links on the interfaces never come up, >> and therefore the LOM becomes inaccessible. >> >> ... all one has to do is run ifconfig to cause the NIC's links to >> come up ... why do we have to run ifconfig(8) to bring the links >> up on the attached interfaces? > > When trying to troubleshoot a problem that was known or suspected to > involve the network or its hardware, one might not _want_ the NICs Well, maybe, but if the system needs to boot into multi-user mode for the LOM to be available, what is the need for the LOM? At that point you can do everything you might need through the OS interface. Can I ask what is the brand of this so-called LOM? Is there any documentation implying something more useful? Do they describe doing a bare metal install of an OS? Daniel Feenberg From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 12:53:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6FC61065673 for ; Thu, 30 Jun 2011 12:53:17 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 847008FC08 for ; Thu, 30 Jun 2011 12:53:17 +0000 (UTC) Received: by ywf7 with SMTP id 7so1125188ywf.13 for ; Thu, 30 Jun 2011 05:53:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer; bh=6xAJbjkMz+k1esoGCHdCTcsiy9rC/m70HeGDMZpiZkI=; b=hveQPsHDt/EedTJ8Q6we6adrxOTaQMCGVQycIue/ZtMF0O6FpVNIkR9JuZZJKIsXGl FcKLkVNnhbQXmUiK5afb4oClKc0bMm+gHj2o6wNPdjRh1DU/V+AUfSXHsZ1awkl404Qb 8jlBftJ2lEeb2R9iglZqSOlg0mQN/dRNbnyh8= Received: by 10.150.60.1 with SMTP id i1mr979658yba.249.1309438396858; Thu, 30 Jun 2011 05:53:16 -0700 (PDT) Received: from [192.168.6.230] ([201.21.174.123]) by mx.google.com with ESMTPS id h70sm1606189yhk.43.2011.06.30.05.53.13 (version=SSLv3 cipher=OTHER); Thu, 30 Jun 2011 05:53:14 -0700 (PDT) From: Sergio de Almeida Lenzi To: John Dakos In-Reply-To: <003101cc36fc$9bdc8240$d39586c0$@gr> References: <003101cc36fc$9bdc8240$d39586c0$@gr> Date: Thu, 30 Jun 2011 09:53:09 -0300 Message-ID: <1309438389.78259.7.camel@z6000.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 64 Bit Applications X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 12:53:17 -0000 Em Qui, 2011-06-30 às 11:06 +0300, John Dakos escreveu: For me I am very satisfied with the 8.2R P2 64bit. I run about 50-60 servers 24/7 in mission critic applications using ZFS, with a mix of ISP, databases (postgresql, firebird...), large asterisk IP centrals, vpn servers (400 vpns...), and terminal servers for thin clients using bootp in 32 bits... from large dell servers (12 logical cpus) to small routers (semprom 1 core).. all the same kernel. I build a kernel in the 12 cpu server, and downloaded the /boot/kernel directory in the other cpus... It works like a charm... Sergio From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 13:02:33 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 134ED106564A for ; Thu, 30 Jun 2011 13:02:33 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from qmta15.westchester.pa.mail.comcast.net (qmta15.westchester.pa.mail.comcast.net [76.96.59.228]) by mx1.freebsd.org (Postfix) with ESMTP id C99678FC0A for ; Thu, 30 Jun 2011 13:02:32 +0000 (UTC) Received: from omta05.westchester.pa.mail.comcast.net ([76.96.62.43]) by qmta15.westchester.pa.mail.comcast.net with comcast id 2CfP1h0080vyq2s5FCpHdp; Thu, 30 Jun 2011 12:49:17 +0000 Received: from [10.0.0.79] ([71.199.122.142]) by omta05.westchester.pa.mail.comcast.net with comcast id 2Cp61h01j34Sj4f3RCpDlX; Thu, 30 Jun 2011 12:49:14 +0000 Message-ID: <4E0C70C7.2000102@comcast.net> Date: Thu, 30 Jun 2011 08:49:11 -0400 From: Steve Polyack User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: perryh@pluto.rain.com References: <4E0B540B.3090400@comcast.net> <4e0c0548.eW27hshSLoLhhTu1%perryh@pluto.rain.com> In-Reply-To: <4e0c0548.eW27hshSLoLhhTu1%perryh@pluto.rain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Question about NIC link state initialization X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 13:02:33 -0000 On 6/30/2011 1:10 AM, perryh@pluto.rain.com wrote: > Steve Polyack wrote: > >> ... An occaisional fat-finger in /etc/fstab may cause one to >> end up in single-user mode ... some of these systems have a LOM >> (lights-out management) controller which shares the system's >> on-board NICs ... when the system drops out of init(8) and into >> single-user mode, the links on the interfaces never come up, >> and therefore the LOM becomes inaccessible. >> >> ... all one has to do is run ifconfig to cause the NIC's links to >> come up ... why do we have to run ifconfig(8) to bring the links >> up on the attached interfaces? > When trying to troubleshoot a problem that was known or suspected to > involve the network or its hardware, one might not _want_ the NICs > alive. > >> Short of patching init(8) (or perhaps the NIC drivers?), I don't >> see another way for me to ensure the links come up even when the >> system drops into single-user mode on boot. > Something in /root/.profile, perhaps? That should get run when the > single-user shell starts up, if it's started as a "login" shell. > This won't work. When the system kicks you into single-user mode, you are prompted to enter the name of a shell or press enter for /bin/sh. If no one is there to press enter, or enter the path to an alternate shell, then a shell never starts. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 13:02:37 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0572106566C for ; Thu, 30 Jun 2011 13:02:37 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from qmta12.westchester.pa.mail.comcast.net (qmta12.westchester.pa.mail.comcast.net [76.96.59.227]) by mx1.freebsd.org (Postfix) with ESMTP id 9BFB18FC0C for ; Thu, 30 Jun 2011 13:02:37 +0000 (UTC) Received: from omta16.westchester.pa.mail.comcast.net ([76.96.62.88]) by qmta12.westchester.pa.mail.comcast.net with comcast id 2C871h0011uE5Es5CCuS3p; Thu, 30 Jun 2011 12:54:26 +0000 Received: from [10.0.0.79] ([71.199.122.142]) by omta16.westchester.pa.mail.comcast.net with comcast id 2CuR1h00n34Sj4f3cCuRYB; Thu, 30 Jun 2011 12:54:26 +0000 Message-ID: <4E0C7208.2040805@comcast.net> Date: Thu, 30 Jun 2011 08:54:32 -0400 From: Steve Polyack User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Daniel Feenberg References: <4E0B540B.3090400@comcast.net> <4e0c0548.eW27hshSLoLhhTu1%perryh@pluto.rain.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, perryh@pluto.rain.com, freebsd-questions@freebsd.org Subject: Re: Question about NIC link state initialization X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 13:02:38 -0000 On 6/30/2011 6:49 AM, Daniel Feenberg wrote: > > > On Wed, 29 Jun 2011, perryh@pluto.rain.com wrote: > >> Steve Polyack wrote: >> >>> ... An occaisional fat-finger in /etc/fstab may cause one to >>> end up in single-user mode ... some of these systems have a LOM >>> (lights-out management) controller which shares the system's >>> on-board NICs ... when the system drops out of init(8) and into >>> single-user mode, the links on the interfaces never come up, >>> and therefore the LOM becomes inaccessible. >>> >>> ... all one has to do is run ifconfig to cause the NIC's links to >>> come up ... why do we have to run ifconfig(8) to bring the links >>> up on the attached interfaces? >> >> When trying to troubleshoot a problem that was known or suspected to >> involve the network or its hardware, one might not _want_ the NICs > > Well, maybe, but if the system needs to boot into multi-user mode for > the LOM to be available, what is the need for the LOM? At that point > you can do everything you might need through the OS interface. Can I > ask what is the brand of this so-called LOM? Is there any > documentation implying something more useful? Do they describe doing a > bare metal install of an > OS? They are the Dell Remote Access Controllers (DRACs). Now, they do have their own dedicated NIC, which we use for anything that really needs the attention. However, the shared feature saves us a switchport per server we use it on. When both on-board NICs are cabled (i.e. for lagg(4) failover), then the DRAC's shared NIC mode *also* supports automatic failover between both on-board NICs. This doesn't help however if the operating system never turns on the links to either on-board NIC. I was able to "fix" the single-user mode behavior (which I agree, isn't necessarily broken) and get it to bring up the links by simply patching init(8) to call system("/sbin/ifconfig") before prompting for the single-user shell. It works, but I feel dirty. - Steve From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 13:11:11 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1DEC1065676 for ; Thu, 30 Jun 2011 13:11:11 +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 9F5DC8FC24 for ; Thu, 30 Jun 2011 13:11:11 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p5UDB9Nl033391; Thu, 30 Jun 2011 07:11:09 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p5UDB9l8033388; Thu, 30 Jun 2011 07:11:09 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 30 Jun 2011 07:11:09 -0600 (MDT) From: Warren Block To: Dieter BSD In-Reply-To: <20110630001249.219420@gmx.com> Message-ID: References: <20110630001249.219420@gmx.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-902635197-450045772-1309439469=:33308" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 30 Jun 2011 07:11:09 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 13:11:12 -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. ---902635197-450045772-1309439469=:33308 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Thu, 30 Jun 2011, Dieter BSD wrote: > google found > http://www.daemonforums.org/showthread.php?p=27601 > which suggests using moused instead of hald.  moused runs, > but I think I have to get Xorg to use a config file to set >  Option "AllowEmptyInput" "off" >  Option "AutoAddDevices"  "off" > so that it will work without hald. That is incorrect. Don't set AllowEmptyInput, just turn off AutoAddDevices. http://www.wonkity.com/~wblock/docs/html/aei.html > Question 1: why does "Xorg -configure" create a config file > that doesn't work the same way as just running "Xorg" ? The defaults assumed when run are different from those in the generated config file. I don't know why. > Question 2: how do I get a usable config file? Look for examples on the net. Realize that most of xorg.conf is optional now, and you can leave out sections where the defaults are correct. > Question 3: how do I get complete modeline info for what > it is currently running? Please don't mess with modelines, it should not be needed any more. Just set the resolutions desired in the Screen/Display section. If modelines are really required, get them out of /var/log/Xorg.0.log. But they almost certainly are not. > Question 5: how do I get hald to work? It's not used if you turn off AutoAddDevices or build the xorg-server port with the HAL option disabled. ---902635197-450045772-1309439469=:33308-- From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 13:11:22 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C73910656D4 for ; Thu, 30 Jun 2011 13:11:22 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id E16048FC15 for ; Thu, 30 Jun 2011 13:11:21 +0000 (UTC) Received: by vws18 with SMTP id 18so2209364vws.13 for ; Thu, 30 Jun 2011 06:11:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.118.193 with SMTP id w1mr775780vcq.96.1309439481147; Thu, 30 Jun 2011 06:11:21 -0700 (PDT) Received: by 10.220.7.146 with HTTP; Thu, 30 Jun 2011 06:11:21 -0700 (PDT) X-Originating-IP: [93.221.173.75] In-Reply-To: <841_1309361265_4E0B4471_841_3565_1_D9B37353831173459FDAA836D3B43499C2309C85@WADPMBXV0.waddell.com> References: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> <841_1309361265_4E0B4471_841_3565_1_D9B37353831173459FDAA836D3B43499C2309C85@WADPMBXV0.waddell.com> Date: Thu, 30 Jun 2011 15:11:21 +0200 Message-ID: From: "C. P. Ghost" To: Gary Gatten Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions , eculp Subject: Re: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 13:11:22 -0000 On Wed, Jun 29, 2011 at 5:27 PM, Gary Gatten wrote: > Of course it depends on your apps, but unless you're doing some HUGE number of connections, or your apps are .... "not good", this will be MORE than enough RAM and CPU. > > (...) > > Maybe turn this into a virtual host and make some use of that hardware, or just be happy using it at 5% capacity. ... or run some instances of Plone on it. Should be enough to keep it busy and out of the idle thread even at moderate traffic. ;-) > G -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 13:13:32 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74A2C106566C for ; Thu, 30 Jun 2011 13:13:32 +0000 (UTC) (envelope-from omerfsen@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0D67D8FC14 for ; Thu, 30 Jun 2011 13:13:31 +0000 (UTC) Received: by wwe6 with SMTP id 6so2198504wwe.31 for ; Thu, 30 Jun 2011 06:13:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=tp2Bcs1na/1Kh1aq9ER76e4W7QLM+qrwUUQIBdvnmRo=; b=SV3ihGLgT/0xrOV4SQDbdLT3wcb26pgde7sOOjRHNX40dmr7hmNWE5ALGEf37vHgqh uP78W3A70lg1VtbHqd+wRzbDomGLP7YhvK32Y9lkuk8eOubem0RX+8qshUv8A6fd4k1V 3LpuFdRyCsvHR9A9xVH6c1XWPVbSWSN3uywSo= MIME-Version: 1.0 Received: by 10.227.179.197 with SMTP id br5mr1772518wbb.52.1309438298837; Thu, 30 Jun 2011 05:51:38 -0700 (PDT) Received: by 10.227.145.209 with HTTP; Thu, 30 Jun 2011 05:51:38 -0700 (PDT) Date: Thu, 30 Jun 2011 15:51:38 +0300 Message-ID: From: Omer Faruk SEN To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 8.X and NC522SFP support? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 13:13:32 -0000 Hi, Does anyone know that this card NC522SFP is supported under FreeBSD ? http://h18000.www1.hp.com/products/servers/networking/nc522sfp/index.html Regards From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 14:53:24 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E0D4106566B for ; Thu, 30 Jun 2011 14:53:24 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (ns2.bafirst.com [97.67.198.91]) by mx1.freebsd.org (Postfix) with ESMTP id CCA828FC14 for ; Thu, 30 Jun 2011 14:53:23 +0000 (UTC) Received: from unixmania.com ([189.251.17.30]) by ns2.bafirst.com with esmtp; Thu, 30 Jun 2011 09:53:22 -0500 id 000DA80D.4E0C8DE2.00007B8A Received: from localhost (localhost [127.0.0.1]) (uid 80) by unixmania.com with local; Thu, 30 Jun 2011 09:53:21 -0500 id 000CF6E7.4E0C8DE1.0000EDD7 Received: from dsl-189-251-65-236-dyn.prod-infinitum.com.mx (dsl-189-251-65-236-dyn.prod-infinitum.com.mx [189.251.65.236]) by econet.encontacto.net (Horde Framework) with HTTP; Thu, 30 Jun 2011 09:53:21 -0500 Message-ID: <20110630095321.5406473qq4wd41kw@econet.encontacto.net> Date: Thu, 30 Jun 2011 09:53:21 -0500 From: eculp To: "C. P. Ghost" References: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> <841_1309361265_4E0B4471_841_3565_1_D9B37353831173459FDAA836D3B43499C2309C85@WADPMBXV0.waddell.com> In-Reply-To: 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 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; FreeBSD i386; rv:5.0) Gecko/20100101 Firefox/5.0 X-IMP-Server: 189.251.17.30 X-Originating-IP: 189.251.65.236 X-Originating-User: eculp@encontacto.net Cc: Gary Gatten , freebsd-questions Subject: Re: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 14:53:24 -0000 Quoting "C. P. Ghost" : > On Wed, Jun 29, 2011 at 5:27 PM, Gary Gatten wrote: >> Of course it depends on your apps, but unless you're doing some >> HUGE number of connections, or your apps are .... "not good", this >> will be MORE than enough RAM and CPU. >> >> (...) >> >> Maybe turn this into a virtual host and make some use of that >> hardware, or just be happy using it at 5% capacity. > > ... or run some instances of Plone on it. Should be enough to keep it > busy and out of the idle thread even at moderate traffic. ;-) I agree but somehow my extra resources (memory, disk, cpu, etc.) always seem to find sponges in a short period of time. This may be the exception. thanks ed > >> G > > -- > Cordula's Web. http://www.cordula.ws/ > From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 15:20:40 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E37B6106566B for ; Thu, 30 Jun 2011 15:20:39 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id ABADE8FC1A for ; Thu, 30 Jun 2011 15:20:39 +0000 (UTC) Received: from sbhfislrext01.fnfis.com ([192.168.249.167]) by SCSFISLTC01 (8.14.3/8.14.3) with ESMTP id p5UFKbIM028640; Thu, 30 Jun 2011 10:20:37 -0500 Received: from SBHFISLTCGW07.FNFIS.COM (Not Verified[10.132.248.135]) by sbhfislrext01.fnfis.com with MailMarshal (v6, 5, 4, 7535) id ; Thu, 30 Jun 2011 10:20:35 -0500 Received: from sbhfisltcgw01.FNFIS.COM ([10.132.248.121]) by SBHFISLTCGW07.FNFIS.COM with Microsoft SMTPSVC(6.0.3790.4675); Thu, 30 Jun 2011 10:20:38 -0500 Received: from [10.0.0.104] ([10.132.254.136]) by sbhfisltcgw01.FNFIS.COM over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 30 Jun 2011 10:20:36 -0500 Mime-Version: 1.0 (Apple Message framework v1084) From: Devin Teske In-Reply-To: <20110630043306.219430@gmx.com> Date: Thu, 30 Jun 2011 08:20:35 -0700 Message-Id: References: <20110630043306.219430@gmx.com> To: "Dieter BSD" X-Mailer: Apple Mail (2.1084) X-OriginalArrivalTime: 30 Jun 2011 15:20:37.0244 (UTC) FILETIME=[43864BC0:01CC3739] Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 15:20:40 -0000 On Jun 29, 2011, at 9:33 PM, Dieter BSD wrote: >> Q1: how do you start X? >=20 > "Xorg" > (no config file) >=20 > result: display works (1400x1050), but no keyboard or mouse >=20 > "Xorg -configure" > (creates /root/xorg.conf.new) > "Xorg -config /root/xorg.conf.new" >=20 > result: 1280x1024 which monitor doesn't like I've observed this behavior when the probed graphics driver (e.g., "nv") ca= nnot produce the desired resolution, and switching to "vesa" does the job. = However, that is not a universal truth. I've also observed situations where the probed graphics driver does just fi= ne (e.g., "mach64" -- or nearly any of the ATI drivers). For the "nv" drivers (NOTE: I'm specifically talking about xf86-video-nv, n= ot nvidia-driver), I often find myself doing this: 1. X -configure 2. sed -i.bak -e 's/nv/vesa/' /root/xorg.conf.new 3. X -config /root/xorg.conf.new Your mileage may var. >=20 > I also tried "Xorg -keyboard Keyboard0 -pointer Mouse0" > with and without "-config /root/xorg.conf.new", same results. > I tried editing the config file, adding a 1400x1050 modeline, > same results. >=20 >> Q2: Have you tried to start X without a config file? >=20 > Yes, see above >=20 >> Q3: Do you have consolekit installed? >=20 > yes, consolekit-0.4.3 from .../amd64/packages-8.2-release/... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 Cheers, Devin Teske -> CONTACT INFORMATION <- Business Solutions Consultant II FIS - fisglobal.com 510-735-5650 Mobile 510-621-2038 Office 510-621-2020 Office Fax 909-477-4578 Home/Fax devin.teske@fisglobal.com -> LEGAL DISCLAIMER <- This message contains confidential and proprietary information of the sender, and is intended only for the person(s) to whom it is addressed. Any use, distribution, copying or disclosure by any other person is strictly prohibited. If you have received this message in error, please notify the e-mail sender immediately, and delete the original message without making a copy. -> END TRANSMISSION <- _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you. _____________ From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 15:21:32 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48A8C106567D for ; Thu, 30 Jun 2011 15:21:32 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0FD228FC19 for ; Thu, 30 Jun 2011 15:21:31 +0000 (UTC) Received: from SBHFISLREXT03 ([10.132.254.62]) by SCSFISLTC01 (8.14.3/8.14.3) with ESMTP id p5UFLULY029943; Thu, 30 Jun 2011 10:21:30 -0500 Received: from SBHFISLTCGW07.FNFIS.COM (Not Verified[10.132.248.135]) by SBHFISLREXT03 with MailMarshal (v6, 5, 4, 7535) id ; Thu, 30 Jun 2011 10:22:05 -0500 Received: from sbhfisltcgw01.FNFIS.COM ([10.132.248.121]) by SBHFISLTCGW07.FNFIS.COM with Microsoft SMTPSVC(6.0.3790.4675); Thu, 30 Jun 2011 10:21:30 -0500 Received: from [10.0.0.104] ([10.132.254.136]) by sbhfisltcgw01.FNFIS.COM over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 30 Jun 2011 10:21:29 -0500 Mime-Version: 1.0 (Apple Message framework v1084) From: Devin Teske In-Reply-To: Date: Thu, 30 Jun 2011 08:21:29 -0700 Message-Id: References: <20110630001249.219420@gmx.com> To: Warren Block X-Mailer: Apple Mail (2.1084) X-OriginalArrivalTime: 30 Jun 2011 15:21:30.0056 (UTC) FILETIME=[6300C480:01CC3739] Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, Dieter BSD Subject: Re: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 15:21:32 -0000 On Jun 30, 2011, at 6:11 AM, Warren Block wrote: > On Thu, 30 Jun 2011, Dieter BSD wrote: >=20 >> google found >> http://www.daemonforums.org/showthread.php?p=3D27601 >> which suggests using moused instead of hald. moused runs, >> but I think I have to get Xorg to use a config file to set >> Option "AllowEmptyInput" "off" >> Option "AutoAddDevices" "off" >> so that it will work without hald. >=20 > That is incorrect. Don't set AllowEmptyInput, just turn off AutoAddDevic= es. > http://www.wonkity.com/~wblock/docs/html/aei.html >=20 >> Question 1: why does "Xorg -configure" create a config file >> that doesn't work the same way as just running "Xorg" ? >=20 > The defaults assumed when run are different from those in the generated c= onfig file. I don't know why. >=20 >> Question 2: how do I get a usable config file? >=20 > Look for examples on the net. Realize that most of xorg.conf is optional= now, and you can leave out sections where the defaults are correct. >=20 >> Question 3: how do I get complete modeline info for what >> it is currently running? >=20 > Please don't mess with modelines, it should not be needed any more. Just = set the resolutions desired in the Screen/Display section. If modelines ar= e really required, get them out of /var/log/Xorg.0.log. But they almost ce= rtainly are not. Though if you *really* wanted to, there's cvt(1): cvt - calculate VESA CVT mode lines >=20 >> Question 5: how do I get hald to work? >=20 > It's not used if you turn off AutoAddDevices or build the xorg-server por= t with the HAL option disabled.____________________________________________= ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 Cheers, Devin Teske -> CONTACT INFORMATION <- Business Solutions Consultant II FIS - fisglobal.com 510-735-5650 Mobile 510-621-2038 Office 510-621-2020 Office Fax 909-477-4578 Home/Fax devin.teske@fisglobal.com -> LEGAL DISCLAIMER <- This message contains confidential and proprietary information of the sender, and is intended only for the person(s) to whom it is addressed. Any use, distribution, copying or disclosure by any other person is strictly prohibited. If you have received this message in error, please notify the e-mail sender immediately, and delete the original message without making a copy. -> END TRANSMISSION <- _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you. _____________ From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 15:22:50 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C0E51065679 for ; Thu, 30 Jun 2011 15:22:50 +0000 (UTC) (envelope-from sizemj@lavabit.com) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 111808FC24 for ; Thu, 30 Jun 2011 15:22:49 +0000 (UTC) Received: from a.earth.lavabit.com (a.earth.lavabit.com [192.168.111.10]) by karen.lavabit.com (Postfix) with ESMTP id C0E3F11BBEE for ; Thu, 30 Jun 2011 09:53:47 -0500 (CDT) Received: from lavabit.com (205.152.158.201) by lavabit.com with ESMTP id RJKKMNU9QUGB for ; Thu, 30 Jun 2011 09:53:47 -0500 Received: from 205.152.158.201 (SquirrelMail authenticated user sizemj) by lavabit.com with HTTP; Thu, 30 Jun 2011 10:53:47 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=oCy56spmXe25oMA1FMOBB98OFKUMx7GGFqsnsKvK/+w9WvmOnv1vhFrkj/BvhI6HQE4xTuxAV+vkE5/+o83We86NObkQ9OnY9CQqA7Xr+4VHIoxblFN/caj2OpO3bx7y3zs2jzyM7tPgtOSet0YpjRSdo7hCYN9YUF1t+fHb1ys=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; Message-ID: <36900.205.152.158.201.1309445627.squirrel@lavabit.com> In-Reply-To: References: <20110630001249.219420@gmx.com> Date: Thu, 30 Jun 2011 10:53:47 -0400 (EDT) From: sizemj@lavabit.com To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 15:22:50 -0000 This is what I use in my xorg.conf see below Notice the mode line for resolution, and HorizSync 30-107 VertRefresh 48-120 Also in my /etc/rc.conf I put these lines hald_enable="YES" dbus_enable="YES" This sets up X for me every time and works great. Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/CID" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/cyrillic" EndSection Section "Module" Load "extmod" Load "dri2" Load "glx" Load "dbe" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 30-107 VertRefresh 48-120 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [] #Option "DefaultRefresh" # [] #Option "ModeSetClearScreen" # [] Identifier "Card0" Driver "vesa" VendorName "Unknown Vendor" BoardName "Unknown Board" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 Modes "1280x1024" "1152x864" "1024x768" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1152x864" "1024x768" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1152x864" "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1152x864" "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1152x864" "1024x768" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1152x864" "1024x768" EndSubSection EndSection > On Thu, 30 Jun 2011, Dieter BSD wrote: > >> google found >> http://www.daemonforums.org/showthread.php?p=27601 >> which suggests using moused instead of hald.  moused runs, >> but I think I have to get Xorg to use a config file to set >>  Option "AllowEmptyInput" "off" >>  Option "AutoAddDevices"  "off" >> so that it will work without hald. > > That is incorrect. Don't set AllowEmptyInput, just turn off > AutoAddDevices. > http://www.wonkity.com/~wblock/docs/html/aei.html > >> Question 1: why does "Xorg -configure" create a config file >> that doesn't work the same way as just running "Xorg" ? > > The defaults assumed when run are different from those in the generated > config file. I don't know why. > >> Question 2: how do I get a usable config file? > > Look for examples on the net. Realize that most of xorg.conf is > optional now, and you can leave out sections where the defaults are > correct. > >> Question 3: how do I get complete modeline info for what >> it is currently running? > > Please don't mess with modelines, it should not be needed any more. > Just set the resolutions desired in the Screen/Display section. If > modelines are really required, get them out of /var/log/Xorg.0.log. But > they almost certainly are not. > >> Question 5: how do I get hald to work? > > It's not used if you turn off AutoAddDevices or build the xorg-server > port with the HAL option disabled. > > ____________________________________________________________________________________ > Learn more about Free hosting web here! > http://click.lavabit.com/bb55ie6fuepogc991stquo4wimf15odaskf4w43gft7r9en3g5rb/ > ____________________________________________________________________________________ > _______________________________________________ > 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 Jun 30 16:06:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4AFD106566C for ; Thu, 30 Jun 2011 16:06:23 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7FF788FC12 for ; Thu, 30 Jun 2011 16:06:23 +0000 (UTC) Received: by vws18 with SMTP id 18so2396077vws.13 for ; Thu, 30 Jun 2011 09:06:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.118.193 with SMTP id w1mr851098vcq.96.1309449982132; Thu, 30 Jun 2011 09:06:22 -0700 (PDT) Received: by 10.220.7.146 with HTTP; Thu, 30 Jun 2011 09:06:21 -0700 (PDT) X-Originating-IP: [93.221.173.75] In-Reply-To: <20110630095321.5406473qq4wd41kw@econet.encontacto.net> References: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> <841_1309361265_4E0B4471_841_3565_1_D9B37353831173459FDAA836D3B43499C2309C85@WADPMBXV0.waddell.com> <20110630095321.5406473qq4wd41kw@econet.encontacto.net> Date: Thu, 30 Jun 2011 18:06:21 +0200 Message-ID: From: "C. P. Ghost" To: eculp Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Gary Gatten , freebsd-questions Subject: Re: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 16:06:23 -0000 On Thu, Jun 30, 2011 at 4:53 PM, eculp wrote: > Quoting "C. P. Ghost" : > >> On Wed, Jun 29, 2011 at 5:27 PM, Gary Gatten wrote= : >>> >>> Of course it depends on your apps, but unless you're doing some HUGE >>> number of connections, or your apps are .... "not good", this will be M= ORE >>> than enough RAM and CPU. >>> >>> (...) >>> >>> Maybe turn this into a virtual host and make some use of that hardware, >>> or just be happy using it at 5% capacity. >> >> ... or run some instances of Plone on it. Should be enough to keep it >> busy and out of the idle thread even at moderate traffic. ;-) > > I agree but somehow my extra resources (memory, disk, cpu, etc.) always s= eem > to find sponges in a short period of time. =A0This may be the exception. It's certainly no exception. Programs tend to expand over time, and when they expand, they tend to use up more time as well. Since space and time complexity of programs are closely linked to and bounded by each other, a corollary to Murphy's Law: "Any given program will expand to fill all the available memory." is, of course, "Any given program will expand to use up all available CPU cycles." I'm half-joking though. Anyway, I'm sure you'll put that new machine to great use! > thanks > > ed -cpghost. --=20 Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 16:12:34 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7A65106566C for ; Thu, 30 Jun 2011 16:12:34 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from mailout-us.gmx.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id 63E4C8FC1B for ; Thu, 30 Jun 2011 16:12:34 +0000 (UTC) Received: (qmail 17668 invoked by uid 0); 30 Jun 2011 16:12:33 -0000 Received: from 67.206.161.27 by rms-us006.v300.gmx.net with HTTP Content-Type: text/plain; charset="utf-8" Date: Thu, 30 Jun 2011 16:12:28 +0000 From: "Dieter BSD" Message-ID: <20110630161230.288950@gmx.com> MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Authenticated: #74169980 X-Flags: 0001 X-Mailer: GMX.com Web Mailer x-registered: 0 Content-Transfer-Encoding: 8bit X-GMX-UID: WJU+duhDmCvxdUmKXTE2L5I7MTE2NYnU Subject: Re: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 16:12:34 -0000 > That is incorrect.  Don't set AllowEmptyInput, just turn off AutoAddDevices. > http://www.wonkity.com/~wblock/docs/html/aei.html I reduced the config file to: Section "ServerLayout"        Identifier     "X.org Configured" #       Screen      0  "Screen0" 0 0        InputDevice    "Mouse0" "CorePointer"        InputDevice    "Keyboard0" "CoreKeyboard"        Option "AutoAddDevices" "Off" EndSection Section "Module"        Disable  "record" EndSection Section "InputDevice"        Identifier  "Keyboard0"        Driver      "kbd" EndSection Section "InputDevice"        Identifier  "Mouse0"        Driver      "mouse"        Option      "Protocol" "auto"        Option      "Device" "/dev/sysmouse"        Option      "ZAxisMapping" "4 5 6 7" EndSection and now the mouse works as expected.  After more debugging, got it to see the keysymdb and now the keyboard works as well. Thank you! Now to see if I can get this wimpy rage xl to do 1920x1080. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 16:27:02 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 190351065670 for ; Thu, 30 Jun 2011 16:27:02 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id D37438FC13 for ; Thu, 30 Jun 2011 16:27:01 +0000 (UTC) Received: from r55.edvax.de (port-92-195-180-180.dynamic.qsc.de [92.195.180.180]) by mx02.qsc.de (Postfix) with ESMTP id 4817025465; Thu, 30 Jun 2011 18:27:00 +0200 (CEST) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id p5UGQxoF003799; Thu, 30 Jun 2011 18:26:59 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Thu, 30 Jun 2011 18:26:58 +0200 From: Polytropon To: "Dieter BSD" Message-Id: <20110630182658.164de193.freebsd@edvax.de> In-Reply-To: <20110630161230.288950@gmx.com> References: <20110630161230.288950@gmx.com> Organization: EDVAX 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: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 16:27:02 -0000 On Thu, 30 Jun 2011 16:12:28 +0000, Dieter BSD wrote: > Now to see if I can get this wimpy rage xl to do 1920x1080. If configuring this via X doesn't work, there's always xrandr which you can call from your ~/.xinitrc (or ~/.xsession respectively), like this: xrandr --fb 1920x1080 xrandr --size 1920x1080 I'm using this method since X.org can't get my CRT working at the desired mode 1400x1050 (which XFree86 perfectly did) and insists on running the insufficent mode 1152x864 only. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 16:39:35 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ACCF106566C for ; Thu, 30 Jun 2011 16:39:35 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (ns2.bafirst.com [97.67.198.91]) by mx1.freebsd.org (Postfix) with ESMTP id CE2128FC13 for ; Thu, 30 Jun 2011 16:39:34 +0000 (UTC) Received: from unixmania.com ([189.251.17.30]) by ns2.bafirst.com with esmtp; Thu, 30 Jun 2011 11:39:32 -0500 id 000DA804.4E0CA6C5.00007D82 Received: from localhost (localhost [127.0.0.1]) (uid 80) by unixmania.com with local; Thu, 30 Jun 2011 11:39:32 -0500 id 000CF6E7.4E0CA6C4.0000FC28 Received: from dsl-189-251-17-30-dyn.prod-infinitum.com.mx (dsl-189-251-17-30-dyn.prod-infinitum.com.mx [189.251.17.30]) by econet.encontacto.net (Horde Framework) with HTTP; Thu, 30 Jun 2011 11:39:32 -0500 Message-ID: <20110630113932.61851rj8n47dwna8@econet.encontacto.net> Date: Thu, 30 Jun 2011 11:39:32 -0500 From: eculp To: "C. P. Ghost" References: <20110629073105.17922wqmo8yonl6o@econet.encontacto.net> <841_1309361265_4E0B4471_841_3565_1_D9B37353831173459FDAA836D3B43499C2309C85@WADPMBXV0.waddell.com> <20110630095321.5406473qq4wd41kw@econet.encontacto.net> In-Reply-To: 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 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; FreeBSD i386; rv:5.0) Gecko/20100101 Firefox/5.0 X-IMP-Server: 189.251.17.30 X-Originating-IP: 189.251.17.30 X-Originating-User: eculp@encontacto.net Cc: Gary Gatten , freebsd-questions Subject: Re: Opinion on using AMD Phenom II x6 1090t with Gigabyte 890BPA-UD3H and 8GB DDR-3 as a WebServer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 16:39:35 -0000 Quoting "C. P. Ghost" : > On Thu, Jun 30, 2011 at 4:53 PM, eculp wrote: >> Quoting "C. P. Ghost" : >> >>> On Wed, Jun 29, 2011 at 5:27 PM, Gary Gatten wrote= : >>>> >>>> Of course it depends on your apps, but unless you're doing some HUGE >>>> number of connections, or your apps are .... "not good", this will be M= ORE >>>> than enough RAM and CPU. >>>> >>>> (...) >>>> >>>> Maybe turn this into a virtual host and make some use of that hardware, >>>> or just be happy using it at 5% capacity. >>> >>> ... or run some instances of Plone on it. Should be enough to keep it >>> busy and out of the idle thread even at moderate traffic. ;-) >> >> I agree but somehow my extra resources (memory, disk, cpu, etc.) always s= eem >> to find sponges in a short period of time. =A0This may be the exception. > > It's certainly no exception. Programs tend to expand over time, > and when they expand, they tend to use up more time as well. > > Since space and time complexity of programs are closely linked > to and bounded by each other, a corollary to Murphy's Law: > "Any given program will expand to fill all the available memory." > is, of course, > "Any given program will expand to use up all available CPU cycles." > > I'm half-joking though It has always been true for me. I think ol'Murphy really likes me ;) Thanks to all for having shared your combined wisdom, ed > Anyway, I'm sure you'll put that new machine > to great use! > >> thanks >> >> ed > > -cpghost. > > -- > Cordula's Web. http://www.cordula.ws/ > From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 16:41:50 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE3CC1065672; Thu, 30 Jun 2011 16:41:50 +0000 (UTC) (envelope-from boydjd@jbip.net) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id 600EB8FC0A; Thu, 30 Jun 2011 16:41:49 +0000 (UTC) Received: by fxe6 with SMTP id 6so2058794fxe.17 for ; Thu, 30 Jun 2011 09:41:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jbip.net; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=TK9+0LjsjJoiasOR673nbmkmLSFvYEhy5MWiuD3aDlY=; b=bR3CFAfrvsEkHHU9rTATb15jI0PKpiuJbCBXQxNSvue/m40uHbWxbgg0i2ip/QKIai MyXgWRa23vRRcOOvmaxnoHT5G3XooOi+vzw0UJ1LtMt3RbLY3brF459IktR0wFqgl/Kh koc0JsY1vOPHjMFIXvZ5DcFZs01lf2iCjJhwo= Received: by 10.223.61.134 with SMTP id t6mr3262016fah.28.1309452109145; Thu, 30 Jun 2011 09:41:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.106.131 with HTTP; Thu, 30 Jun 2011 09:41:29 -0700 (PDT) In-Reply-To: <4E0C2226.1060507@zedat.fu-berlin.de> References: <4E0ADB0A.2070409@zedat.fu-berlin.de> <4E0C2226.1060507@zedat.fu-berlin.de> From: Joshua Boyd Date: Thu, 30 Jun 2011 12:41:29 -0400 Message-ID: To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Dell PowerEdge 1950: MPT0 doesn't recogniz hard drive > 2TB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 16:41:51 -0000 2011/6/30 O. Hartmann > It's a pitty. > Indeed, it is. I have 3 1068s for 45 bays, I'm gonna have to buy new cards :(. -- Joshua Boyd E-mail: boydjd@jbip.net http://www.jbip.net From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 17:19:32 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3810F1065680 for ; Thu, 30 Jun 2011 17:19:32 +0000 (UTC) (envelope-from jacks@sage-american.com) Received: from mail.sagedata.net (mail.sagedata.net [38.106.15.121]) by mx1.freebsd.org (Postfix) with ESMTP id 172F78FC08 for ; Thu, 30 Jun 2011 17:19:31 +0000 (UTC) Received: from SAGEPLACE (99-111-143-27.lightspeed.crchtx.sbcglobal.net [99.111.143.27]) by mail.sagedata.net (8.14.5/8.14.5) with SMTP id p5UHJUMP031585 for ; Thu, 30 Jun 2011 12:19:31 -0500 (CDT) (envelope-from jacks@sage-american.com) X-Authentication-Warning: mail.sagedata.net: Host 99-111-143-27.lightspeed.crchtx.sbcglobal.net [99.111.143.27] claimed to be SAGEPLACE Message-Id: <3.0.1.32.20110630121933.01b95e80@sage-american.com> X-Sender: jacks@sage-american.com X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Thu, 30 Jun 2011 12:19:33 -0500 To: freebsd-questions@freebsd.org From: "Jack L. Stone" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Greylist: Message whitelisted by Sendmail access database, not delayed by milter-greylist-4.2.7 (mail.sagedata.net [38.106.15.121]); Thu, 30 Jun 2011 12:19:31 -0500 (CDT) X-Scanned-By: milter-spamc/1.15.388 (mail.sagedata.net [38.106.15.121]); Thu, 30 Jun 2011 12:19:31 -0500 X-Spam-Status: NO, hits=-10.00 required=4.50 X-Spam-Report: Content analysis details: (-10.0 points, 4.5 required) | | pts rule name description | ---- ---------------------- -------------------------------------------------- | -0.0 SHORTCIRCUIT Not all rules were run, due to a shortcircuited rule | -10 ALL_TRUSTED Passed through trusted hosts only via SMTP | Subject: Horde webmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 17:19:32 -0000 Has anyone had any luck lately with installation and use of Horde -- either v-3.3 or ver-4 ?? I've tried for days to get the 3.3 version (with apps IMP, INGO & Tuba) to work and noted that the ports say that horde4 is broken. I've googled many times and tried some examples from there, but most appear pretty old and not running with php5.3x. Is it just that Horde doesn't work with fbsd-7.x and php5.3x or is it me? Thanks! (^_^) Happy trails, Jack L. Stone System Admin Sage-american From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 18:02:55 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 023C6106564A for ; Thu, 30 Jun 2011 18:02:55 +0000 (UTC) (envelope-from dougs@dawnsign.com) Received: from mailfilter.dawnsign.com (hydra.dawnsign.com [69.198.101.212]) by mx1.freebsd.org (Postfix) with ESMTP id DBB9E8FC0C for ; Thu, 30 Jun 2011 18:02:54 +0000 (UTC) Received: from mailfilter.dawnsign.com (localhost [127.0.0.1]) by mailfilter.dawnsign.com (Postfix) with ESMTP id A772F95875 for ; Thu, 30 Jun 2011 10:43:13 -0700 (PDT) Received: from hydra.dawnsign.com (unknown [192.168.101.11]) by mailfilter.dawnsign.com (Postfix) with SMTP id 8CEF395870 for ; Thu, 30 Jun 2011 10:43:13 -0700 (PDT) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Thu, 30 Jun 2011 10:31:54 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Squid with Kerberos user authentication Thread-Index: Acw3S40IX41KYyAwSKaI1SWAbqe1ZA== From: "Doug Sampson" To: X-Virus-Scanned: ClamAV using ClamSMTP Subject: Squid with Kerberos user authentication X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 18:02:55 -0000 I'm running squid on a proxy server for several years and now my boss wants usage reports organized by users' login names instead of IP addresses. We're in an Active Directory environment and use Kerberos authentication. I googled around and used this link: http://wiki.squid-cache.org/ConfigExamples/Authenticate/Kerberos#Squid_C onfiguration_File I made all the changes according to the instructions contained in the link. I ran into a problem with setting the KRB5_KTNAME variable (as listed in the "Squid Configuration File" section). It states as follows: --- Add the following to the squid startup script (Make sure the keytab is readable by the squid process owner e.g. chgrp squid /etc/squid/HTTP.keytab; chmod g+r /etc/squid/HTTP.keytab ) KRB5_KTNAME=3D/etc/squid/HTTP.keytab export KRB5_KTNAME --- I'm using the csh shell and apparently the export command isn't part of the csh shell. After some searching around, I came across this link:=20 http://www.cyberciti.biz/faq/freebsd-how-to-export-shell-variable/ which gives me the csh replacement for the bash export command. I tried this: # setenv KRB5_KTNAME /usr/local/etc/squid/krbcron_squid.keytab and it appears to have worked. On top of that, the instructions require that the establishment of the KRB5_KTNAME variable be done in the squid startup script. In the FreeBSD OS, would that be the /usr/local/etc/rc.d/squid file? I don't see a section for setenv in the squid.conf file. I know I am almost there but I need a nudge here! ~Doug From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 18:21:12 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8019D106564A for ; Thu, 30 Jun 2011 18:21:12 +0000 (UTC) (envelope-from unga888@yahoo.com) Received: from nm3-vm0.bullet.mail.bf1.yahoo.com (nm3-vm0.bullet.mail.bf1.yahoo.com [98.139.212.154]) by mx1.freebsd.org (Postfix) with SMTP id 1BAE88FC0C for ; Thu, 30 Jun 2011 18:21:11 +0000 (UTC) Received: from [98.139.212.152] by nm3.bullet.mail.bf1.yahoo.com with NNFMP; 30 Jun 2011 18:21:11 -0000 Received: from [98.139.212.199] by tm9.bullet.mail.bf1.yahoo.com with NNFMP; 30 Jun 2011 18:21:11 -0000 Received: from [127.0.0.1] by omp1008.mail.bf1.yahoo.com with NNFMP; 30 Jun 2011 18:21:11 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 305417.64061.bm@omp1008.mail.bf1.yahoo.com Received: (qmail 50737 invoked by uid 60001); 30 Jun 2011 18:21:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1309458071; bh=xCDPKJyVFn8QofWGAlsBItvRkCqdAs80eTX8zfFnuYs=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:MIME-Version:Content-Type; b=6iTz0HM7plCzKXoi3xMu0hbK5Wk7+FpS6T/zuGOpg8oe/wOMR8pAMLhC1W2pl4EDdpFhh4RA289kI0OvTyHwaV9328yFpDh2LIf2xhU7UPN5w3X6ACN5h6knC2kSheLytMFgmHsOvPTJmjm+MUVRuHO7PomAgazcEk39XD8bswk= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Subject:To:MIME-Version:Content-Type; b=12N8WfBMLW/qu9TdvjW72ytzvn+Z3MbKfmlBtHZSfLoWyNAwi7+3bnmV86GH6jQn7eByEVr+ptbCICgtwlchpBGsMb6FaQgD3GsRqTCWE2i2zm1Tn+ZKMcfem2AAWoZFe35S1pdi4cExUyEvG86QAkRUdXw8Z5uYNAD/jpQhx9I=; X-YMail-OSG: 9Iue5mYVM1mgOGX1sy15wGIlZBC7N3itoD8GEfY5hGp6DQs SD6zT0mwp4VMp7NtJUn1kIQnauFhxtv6o434_.ejuS5rfRmGr96q4tkt_E37 TiuPWZB5P.N8zoIeGi2G00X4qyp3sSHbNOuLghfZn03p8dfAF8tGSeyrN5Zn 2pA.KBNZ_y0Rcrw_I3ugf.LVcEOp4aeBBI1CeWyPP7eK9Zh75h.wOXBTFPpj MVIJI2lmAwvQmcxyw7zSCZ03Z.tBfK_OiI9_u9kcJ8dM8KAwD6PNAXOWcYt8 IkNcTO7t4qVZqCtzkZyKjxx2SOwZhbNGnJ8AJhomFJk5w8PsqokZ_G0JfUVc i0P4L8eOqeAIcR_.iL91zk42QJlCVwoXg72j2F2UG37NIOKLhXqUVbJU- Received: from [112.134.100.9] by web160115.mail.bf1.yahoo.com via HTTP; Thu, 30 Jun 2011 11:21:11 PDT X-Mailer: YahooMailClassic/14.0.3 YahooMailWebService/0.8.112.307740 Message-ID: <1309458071.45516.YahooMailClassic@web160115.mail.bf1.yahoo.com> Date: Thu, 30 Jun 2011 11:21:11 -0700 (PDT) From: Unga To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Thu, 30 Jun 2011 18:27:15 +0000 Subject: Concurrent Server example? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 18:21:12 -0000 Hi all Sadly the Concurrent Servers section under Interprocess Communication in FreeBSD Developers' Handbook ends without a example server code. Can somebody kindly provide an example code for a Concurrent Server preferably with pthreads in C? Appreciate very much if the above mentioned section also could be updated. Many thanks in advance. Unga From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 18:35:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 244F0106566B for ; Thu, 30 Jun 2011 18:35:58 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from bsdevel2.freebsdnorth.com (unknown [IPv6:2001:470:7:d77::2]) by mx1.freebsd.org (Postfix) with ESMTP id ED5CE8FC15 for ; Thu, 30 Jun 2011 18:35:57 +0000 (UTC) Received: from maximum3.maximumdata.biz (akbeech-2-pt.tunnel.tserv14.sea1.ipv6.he.net [IPv6:2001:470:a:2e9::2]) by bsdevel2.freebsdnorth.com (Postfix) with ESMTP id 05C9EC3DD3; Thu, 30 Jun 2011 18:24:23 +0000 (UTC) From: Beech Rintoul Organization: FreeBSD To: freebsd-questions@freebsd.org Date: Thu, 30 Jun 2011 10:35:55 -0800 User-Agent: KMail/1.13.7 (FreeBSD/9.0-CURRENT; KDE/4.6.4; i386; ; ) References: <3.0.1.32.20110630121933.01b95e80@sage-american.com> In-Reply-To: <3.0.1.32.20110630121933.01b95e80@sage-american.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106301035.55550.beech@freebsd.org> Cc: "Jack L. Stone" Subject: Re: Horde webmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 18:35:58 -0000 On Thursday 30 June 2011 09:19:33 Jack L. Stone wrote: > Has anyone had any luck lately with installation and use of Horde -- either > v-3.3 or ver-4 ?? > > I've tried for days to get the 3.3 version (with apps IMP, INGO & Tuba) to > work and noted that the ports say that horde4 is broken. I've googled many > times and tried some examples from there, but most appear pretty old and > not running with php5.3x. > > Is it just that Horde doesn't work with fbsd-7.x and php5.3x or is it me? > I am in the process of rewriting all the horde4 ports, as this is a very large project involving over 50 modules and libs it will take some time. Horde4 does work very well with FreeBSD and you can do a pear install if you really need it now. Do keep in mind that horde4 is not backwards compatible with 3.x and the update procedures are not trivial. That being said, this should get you started: http://www.horde.org/apps/webmail/docs/INSTALL Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://people.freebsd.org/~beech X - NO Word docs in e-mail | Skype: akbeech / \ - http://www.FreeBSD.org/releases/8.2R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 21:42:07 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91426106564A for ; Thu, 30 Jun 2011 21:42:07 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from mailout-us.gmx.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id 54B778FC0A for ; Thu, 30 Jun 2011 21:42:07 +0000 (UTC) Received: (qmail 16878 invoked by uid 0); 30 Jun 2011 21:42:06 -0000 Received: from 67.206.162.97 by rms-us006.v300.gmx.net with HTTP Content-Type: text/plain; charset="utf-8" Date: Thu, 30 Jun 2011 21:42:03 +0000 From: "Dieter BSD" Message-ID: <20110630214204.219410@gmx.com> MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Authenticated: #74169980 X-Flags: 0001 X-Mailer: GMX.com Web Mailer x-registered: 0 Content-Transfer-Encoding: 8bit X-GMX-UID: zYR5fYFgniL1LxbfGGBMmTM9Ji9SWhK5 Subject: trying for 1920x1080 was: Re: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 21:42:07 -0000 >>> Now to see if I can get this wimpy rage xl to do 1920x1080. >> >> Please don't mess with modelines, it should not be needed any more. >> Just set the resolutions desired in the Screen/Display section.  If >> modelines are really required, get them out of /var/log/Xorg.0.log. >> But they almost certainly are not. > > Though if you *really* wanted to, there's cvt(1): The cvt utility helpfully created a couple of modelines which I think should work, but Xorg doesn't appear to use it.  I know it sees it, because if I put in a typo it complains.  :-)  But the modelines don't appear in the log file, even with Option "ModeDebug" and -logverbose 100. I do get these: (II) MACH64(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz) (II) MACH64(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz) but it doesn't use them: (II) MACH64(0): : Using hsync range of 30.00-83.00 kHz (II) MACH64(0): : Using vrefresh range of 56.00-76.00 Hz (II) MACH64(0): : Using maximum pixel clock of 170.00 MHz (II) MACH64(0): Estimated virtual size for aspect ratio 1.7778 is 1920x1080 (II) MACH64(0): Maximum clock: 124.00 MHz [ ... ] (II) MACH64(0): Not using driver mode "1920x1080" (bad mode clock/interlace/doublescan) (II) MACH64(0): Not using driver mode "1280x1024" (bad mode clock/interlace/doublescan) (II) MACH64(0): Not using driver mode "1920x1080" (bad mode clock/interlace/doublescan) (WW) MACH64(0): Shrinking virtual size estimate from 1920x1080 to 1400x1050 (--) MACH64(0): Virtual size is 1400x1050 (pitch 1408) (**) MACH64(0): *Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz (II) MACH64(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz) What is this 124.00 MHz clock?  Should I be using 124 or 170? The 1400x1050 being 122 makes me think it is using 124 as the limit. It isn't clear what it means by "bad mode clock/interlace/doublescan". Other rejections have reasons that make sense, "vrefresh out of range", "insufficient memory" and so on. If the pixel clock is the problem, would reducing the color depth help? The xrandr utility doesn't help: xrandr --fb 1920x1080 -display :0 xrandr: screen cannot be larger than 1400x1050 (desired size 1920x1080) xrandr --size 1920x1080 -display :0 Size 1920x1080 not found in available modes Current xorg.conf: Section "ServerLayout"        Identifier     "X.org Configured" #       Screen      0  "Screen0" 0 0        InputDevice    "Mouse0" "CorePointer"        InputDevice    "Keyboard0" "CoreKeyboard"        # need Option "AutoAddDevices" "Off" to avoid the non-working hald        # run moused instead        Option "AutoAddDevices" "Off" EndSection Section "Module"        Disable  "record" EndSection Section "InputDevice"        Identifier  "Keyboard0"        Driver      "kbd" EndSection Section "InputDevice"        Identifier  "Mouse0"        Driver      "mouse"        Option      "Protocol" "auto"        Option      "Device" "/dev/sysmouse"        Option      "ZAxisMapping" "4 5 6 7" EndSection Section "Device"        Identifier "Device0"        Option "ModeDebug" EndSection Section "Monitor"        Identifier "Monitor2220"        VendorName "Dell"        ModelName  "ST2220T"        HorizSync  30.00-83.00        VertRefresh 56.00-76.00 # cvt -v  1920 1080 57 # Warning: Refresh Rate is not CVT standard (50, 60, 75 or 85Hz). # 1920x1080 56.90 Hz (CVT) hsync: 63.67 kHz; pclk: 163.00 MHz Modeline "1920x1080_57.00"  163.00  1920 2040 2240 2560  1080 1083 1088 1119 -hsync +vsync # cvt -v -r 1920 1080 # 1920x1080 59.93 Hz (CVT 2.07M9-R) hsync: 66.59 kHz; pclk: 138.50 MHz Modeline "1920x1080R"  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync EndSection From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 22:35:01 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DCEA106567B for ; Thu, 30 Jun 2011 22:35:01 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4C5D68FC14 for ; Thu, 30 Jun 2011 22:35:01 +0000 (UTC) Received: by qyk38 with SMTP id 38so1850246qyk.13 for ; Thu, 30 Jun 2011 15:35:00 -0700 (PDT) Received: by 10.224.113.15 with SMTP id y15mr2127591qap.270.1309473300466; Thu, 30 Jun 2011 15:35:00 -0700 (PDT) Received: from gmail.com (ool-435056c7.dyn.optonline.net [67.80.86.199]) by mx.google.com with ESMTPS id b9sm1071032vdk.25.2011.06.30.15.34.57 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 30 Jun 2011 15:34:59 -0700 (PDT) Date: Thu, 30 Jun 2011 18:34:52 -0400 From: Chris Brennan To: FreeBSD Questions Message-ID: <20110630223451.GA23355@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Looking to build a router box, seeking some general advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 22:35:01 -0000 Greetings! While trying to learn IPv6 as best as I can and messing with my Linksys WRT54Gv3 router running DD-WRT, I realized that it cannot properly do IPv6 yet. This leaves me rather limited. More then once some people on IRC who were helping me with this suggested I build my own router, this has been something I've been looking to do for quite some time and this might be the fire I need lit to get motivated. The overall suggested board was an ALIX board[1] from PC Engines[1]. This is all rather new to me so I am unsure where to go from here, what all is needed (a breakdown of necessary/optional hardware/items). The memory and cpu I know I could google for w/o much issue. What I foresaw as problematic was a case for the device and a power supply. Are these just as easily googled for? Inversely, instead of me building my own (which would be great experience!) is there a place that sells devices such as these pre-assembled? The reason I direct this question here is because I do intend to use FreeBSD as the devices OS and figured who better to ask! [1] http://pcengines.ch/alix.htm -- > Chris Brennan > -- > A: Yes. > >Q: Are you sure? > >>A: Because it reverses the logical flow of conversation. > >>>Q: Why is top posting frowned upon? > http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/ > GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8 9E4A EECD 9A84 D5B2 0C0C) ------------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 23:31:03 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 947AD1065672 for ; Thu, 30 Jun 2011 23:31:03 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 53FCD8FC1C for ; Thu, 30 Jun 2011 23:31:03 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id 9F6832D; Fri, 1 Jul 2011 01:15:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kS0CyB1oQE1i; Fri, 1 Jul 2011 01:15:18 +0200 (CEST) Received: from snifi.laptop (178-36-61-123.adsl.inetia.pl [178.36.61.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id C38082C; Fri, 1 Jul 2011 01:15:17 +0200 (CEST) From: Maciej Milewski To: freebsd-questions@freebsd.org Date: Fri, 1 Jul 2011 01:15:15 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-CURRENT; KDE/4.6.4; amd64; ; ) References: <20110630223451.GA23355@gmail.com> In-Reply-To: <20110630223451.GA23355@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201107010115.16098.milu@dat.pl> Cc: Chris Brennan Subject: Re: Looking to build a router box, seeking some general advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 23:31:03 -0000 Hi Chris, On Friday 01 of July 2011 00:34:52 Chris Brennan wrote: > Greetings! > > While trying to learn IPv6 as best as I can and messing with my Linksys > WRT54Gv3 router running DD-WRT, I realized that it cannot properly do > IPv6 yet. This leaves me rather limited. More then once some people on > IRC who were helping me with this suggested I build my own router, this > has been something I've been looking to do for quite some time and this > might be the fire I need lit to get motivated. The overall suggested > board was an ALIX board[1] from PC Engines[1]. > > This is all rather new to me so I am unsure where to go from here, what > all is needed (a breakdown of necessary/optional hardware/items). The > memory and cpu I know I could google for w/o much issue. What I foresaw > as problematic was a case for the device and a power supply. Are these > just as easily googled for? Inversely, instead of me building my own > (which would be great experience!) is there a place that sells devices > such as these pre-assembled? > > The reason I direct this question here is because I do intend to use > FreeBSD as the devices OS and figured who better to ask! > > [1] http://pcengines.ch/alix.htm Case for Alix shouldn't be a problem. Many universal ones may be used (although they may be larger than your needs f.ex. external ones with integrated antennas) I took the PS, aluminium case for home/office use and board from one seller and it all fits and works fine. You may even make your own case if you want :) Usually Alix boards have wide range of PS support. F.ex. Alix.2/6 input voltage is 7 to 20V DC. I tried many Linksys/Netgear 12V/1A PS and they worked fine. The only thing which may be different is power jack, sometimes they make different diameters for different routers. AFAIR Alix use 2,5mm. The CF cards are not a problem on the market. You'll need to select if you want to use pfsense or normal FreeBSD(NanoBSD builds). In /usr/src/tools/tools/nanobsd you should find example build for PCEngines board. NanoBSD with Alix is very nice connection. You may create two root slices/parts, config and data. This eases upgrade procedure - you'll always have old working system and the new one. Root is mounted in read-only mode so eventual power loss will not be a problem. Taking Alix(or any x86 compatible board) and having i386 buildhost environment you may install packages from ports to your prepared image. For router you may use ARM or MIPS boards too but they need to be crossbuilt and may need more work to setup them and of course their prices may be higher than Alix. You should find some info about them on the wiki.freebsd.org Kind regards, Maciej From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 23:55:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F9B9106564A for ; Thu, 30 Jun 2011 23:55:05 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id B3F3C8FC16 for ; Thu, 30 Jun 2011 23:55:03 +0000 (UTC) Received: from kw.homeip.net (c80-217-64-49.bredband.comhem.se [80.217.64.49]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id p5UNse1i026275; Fri, 1 Jul 2011 01:54:48 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <4E0D0CBF.6090603@bah.homeip.net> Date: Fri, 01 Jul 2011 01:54:39 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; sv-SE; rv:1.9.2.17) Gecko/20110508 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Dieter BSD References: <20110630214204.219410@gmx.com> In-Reply-To: <20110630214204.219410@gmx.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: trying for 1920x1080 was: Re: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 30 Jun 2011 23:55:05 -0000 2011-06-30 23:42, Dieter BSD skrev: >>>> Now to see if I can get this wimpy rage xl to do 1920x1080. You can't. Mach64 does not support that resulution. >>> Please don't mess with modelines, it should not be needed any more. >>> Just set the resolutions desired in the Screen/Display section. If >>> modelines are really required, get them out of /var/log/Xorg.0.log. >>> But they almost certainly are not. >> >> Though if you *really* wanted to, there's cvt(1): > > The cvt utility helpfully created a couple of modelines which I think > should work, but Xorg doesn't appear to use it. I know it sees it, > because if I put in a typo it complains. :-) But the modelines don't > appear in the log file, even with Option "ModeDebug" and -logverbose 100. > > I do get these: > (II) MACH64(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz) > (II) MACH64(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz) > > but it doesn't use them: > (II) MACH64(0):: Using hsync range of 30.00-83.00 kHz > (II) MACH64(0):: Using vrefresh range of 56.00-76.00 Hz > (II) MACH64(0):: Using maximum pixel clock of 170.00 MHz > (II) MACH64(0): Estimated virtual size for aspect ratio 1.7778 is 1920x1080 > (II) MACH64(0): Maximum clock: 124.00 MHz > [ ... ] > (II) MACH64(0): Not using driver mode "1920x1080" (bad mode clock/interlace/doublescan) > (II) MACH64(0): Not using driver mode "1280x1024" (bad mode clock/interlace/doublescan) > (II) MACH64(0): Not using driver mode "1920x1080" (bad mode clock/interlace/doublescan) > (WW) MACH64(0): Shrinking virtual size estimate from 1920x1080 to 1400x1050 > (--) MACH64(0): Virtual size is 1400x1050 (pitch 1408) > (**) MACH64(0): *Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz > (II) MACH64(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz) > > What is this 124.00 MHz clock? Should I be using 124 or 170? > The 1400x1050 being 122 makes me think it is using 124 as the limit. > It isn't clear what it means by "bad mode clock/interlace/doublescan". > Other rejections have reasons that make sense, "vrefresh out of range", > "insufficient memory" and so on. > > If the pixel clock is the problem, would reducing the color depth help? If you set colour depth to 8 bit it can work. > The xrandr utility doesn't help: > > xrandr --fb 1920x1080 -display :0 > xrandr: screen cannot be larger than 1400x1050 (desired size 1920x1080) > > xrandr --size 1920x1080 -display :0 > Size 1920x1080 not found in available modes > > Current xorg.conf: > > Section "ServerLayout" > Identifier "X.org Configured" > # Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > # need Option "AutoAddDevices" "Off" to avoid the non-working hald > # run moused instead > Option "AutoAddDevices" "Off" > EndSection > > Section "Module" > Disable "record" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Section "Device" > Identifier "Device0" > Option "ModeDebug" > EndSection > > Section "Monitor" > Identifier "Monitor2220" > VendorName "Dell" > ModelName "ST2220T" > HorizSync 30.00-83.00 > VertRefresh 56.00-76.00 > > # cvt -v 1920 1080 57 > # Warning: Refresh Rate is not CVT standard (50, 60, 75 or 85Hz). > # 1920x1080 56.90 Hz (CVT) hsync: 63.67 kHz; pclk: 163.00 MHz > Modeline "1920x1080_57.00" 163.00 1920 2040 2240 2560 1080 1083 1088 1119 -hsync +vsync > > # cvt -v -r 1920 1080 > # 1920x1080 59.93 Hz (CVT 2.07M9-R) hsync: 66.59 kHz; pclk: 138.50 MHz > Modeline "1920x1080R" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync > EndSection > _______________________________________________ > 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 Jul 1 00:31:10 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B69C9106566C for ; Fri, 1 Jul 2011 00:31:10 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 42C558FC08 for ; Fri, 1 Jul 2011 00:31:09 +0000 (UTC) Received: by wwe6 with SMTP id 6so2720931wwe.31 for ; Thu, 30 Jun 2011 17:31:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HoNDoaGqz/utbTtVgvVZGiEOhiuqqtTYCtTZHXBNNsM=; b=ESOLZvjIEYg9iRGXSfbgE0SLGnQQ4umeHkwXlcZcIZXMvzCG3hULB76tYqTSofeSPs rsFsbB4QekSkf+VagueaiiSf5ONlaHDMduxLMPpCov9FjrpfYCTS7XhG/nZbS1QE7Be6 OeHsgqDMy2fLLQl0SaqfQfOoRR8V8Y1x2tuoU= MIME-Version: 1.0 Received: by 10.216.50.134 with SMTP id z6mr577069web.52.1309480269025; Thu, 30 Jun 2011 17:31:09 -0700 (PDT) Received: by 10.216.91.69 with HTTP; Thu, 30 Jun 2011 17:31:08 -0700 (PDT) In-Reply-To: <4E09DC21.6070903@Haakh.de> References: <4E08558A.7000101@my.gd> <20110628052446.89911e0a.freebsd@edvax.de> <4E09DC21.6070903@Haakh.de> Date: Thu, 30 Jun 2011 17:31:08 -0700 Message-ID: From: Kurt Buff To: "Dr. A. Haakh" Content-Type: text/plain; charset=UTF-8 Cc: Polytropon , freebsd-questions@freebsd.org Subject: Re: fubar'ed it good this 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: Fri, 01 Jul 2011 00:31:10 -0000 On Tue, Jun 28, 2011 at 06:50, Dr. A. Haakh wrote: > Polytropon schrieb: >> >> On Mon, 27 Jun 2011 06:40:27 -0700, Kurt Buff wrote: >> >>> >>> Your advice sounds reasonable, but that site seems devoted to zfs >>> bootables. >>> >>> I wonder if an 8.1 livefs iso will do the trick... >>> >> >> Check if you can download FreeSBIE somewhere. It's a live system >> using the 5.x and 6.x kernel which should be fine. Next to two >> GUI modes (light, heavy) it also has a versatile "maintenance mode" >> for such operations. I have already successfully used this system >> for solving similar situations, for diagnostics, and for data >> recovery preparation. > > The loader obviously knows how to deal with the filesystem because he loads > the failing new kernel. So the easiest solution would be to boot an older > kernel if available. I don't know how freebsd-update deals with older > kernels, > he should still be around. First guess is /boot/kernel.old/kernel. > So get the loader-prompt, "unload kernel" and try "load > /boot/kernel.old/kernel". > > Andreas OK - to continue, while I have a few free minutes. I have been able to load the old kernel by going to the loader prompt from the boot menu, and doing unload kernel load /boot/kernel.old/kernel That barked about linproc in fstab, so I edited that out. Then, the next go-round: It complained about mismatches on daemon_saver.ko - a version mismatch, so I've commented that out of /etc/rc.conf. It also complained about linux.ko, so that's been commented out in /etc/rc.conf as well. I'm now able to reboot cleanly with the old kernel. After doing 'freebsd-update install' for the second time, I still can't get 8.2 to boot - same issue, only acd0 is recognized. However, I'm logged in as root under the old kernel, though I haven't start XFCE4, and don't have wireless running. This one is getting to be fun... Kurt From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 00:33:51 2011 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 E5810106564A for ; Fri, 1 Jul 2011 00:33:51 +0000 (UTC) (envelope-from mailreturn@smtp.ymlp15.net) Received: from smtp.ymlp15.net (smtp.ymlp15.net [87.237.8.246]) by mx1.freebsd.org (Postfix) with SMTP id C55118FC18 for ; Fri, 1 Jul 2011 00:33:50 +0000 (UTC) Received: (qmail 9404 invoked by uid 0); 1 Jul 2011 00:07:09 -0000 Date: Fri, 1 Jul 2011 02:07:09 +0200 To: questions@freebsd.org From: Improved Attitude To Work Message-ID: <893438e423935afdfdaf698b8ca855ea@smtp.ymlp15.net> X-YMLPcode: p82a+1520+240915 MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Management Training on "Attitudinal Re-Orientation" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: invitation@thewodia.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 00:33:52 -0000 --------------------------------------------------------------------------= ------ This email newsletter was sent to you in graphical HTML format. If you're seeing this version, your email program prefers plain text = emails. You can read the original version online: http://ymlp56.net/zg6cET --------------------------------------------------------------------------= ------ WODIA Training Institute (WOTI) Management Training andSkills Development The Boat House, 21, Ogunnusi Road, Ogba, Ikeja, Lagos. www.thewodia.org/woti.html, Email : support@thewodia.org, invitation@thewodia.org Telephone : +234 802 307 9485, +234 813 375 4358 INVITATION TO MANAGEMENT TRAINING PROGRAM Investment in People- TOPIC:Attitudinal Re-orientation And Best Practices In Work Environment . Date : JULY 19-20, 2011 (2 days) Venue : WODIA Training Institute (WOTI) The Boat House, 21, Ogunnusi Road, (AVIS Petrol Station Bus-Stop), Ogba, Ikeja, Lagos. Nigeria. Fee : N20,000:00 (Twenty thousand Naira only)per Head. Fees include Tuition, Resource Materials, Tea/Coffee Break,Lunch, Certificate of Participation and Group Photograph. Time : 9.00a.m daily Participation:Confirm Space Availabilitybefore payment by calling +234 802 307 9485 OR +234 813 375 4358. You could also send an Email to:support@thewodia.org, invitation@thewodia.org ------------------------- Payment Instructions : After confirmation of space availability, payment should be made into any Branch of Zenith Bank PLC. account number 6011822855 in favour of WODIA Training Institute (WOTI) before program date. TRAINING DETAILS: Objectives: The Two-day Intensive Management Training Program on Attitudinal re-orientation and Best Practices in Work Environment is intended to : - -encouragepositive attitude to work and discourage non-challant attitude towards organizational goals; - educate the participants on the benefits of loyalty to their organizations; -promote learning skills of the attendees and update their ethical standards at work place; -enhance human capital output; -boost personal development and improve workers' enthusiasm towards their official responsibilities; -discourage conflict of interest that diverts worker's concentration from official work and - distinguish official behaviour from informal attitude that diminishes productivity. COURSE OUTLINES : * Developing Positive Attitude To Work * Meeting Organization=E2=80=99s Expectations and Targets * Work Orientation and Employment Contract * Conflict of Interest and Ethical issues at Work Place * Work Ethics, Mental Alertness and Commitment to organizational Goals. WHO SHOULD ATTEND: Attendance open to both Male and Female who are Middle-Level Officers in Public, Private, Corporate and Voluntary Establishments. Accreditation : WOTI is Certified by the Centre for Management Development (CMD), Nigeria as an Accredited Management Training Institution. Recource Persons will be WOTI Training Consultants and others to be invited from the Industrial Training Institution (ITF), Centre for Management Development (CMD) and other National and International Consulting Agencies. Training Aids will include but not limited to projectors and screen, flip charts, magic boards, computers and other multi-media and audio-visual aids. Methodology will involve lecture, role play, demonstration, discussion and other methods suitable for the target audience. Program will be highly inclusive and participatory. ------------------------- Gladys Osagie, Program Coordinator, WODIA Training Institute (WOTI), www.thewodia.org/woti.html, EMAIL : support@thewodia.org +234 802 307 9485 Forward this email to a friend ( = http://ymlp56.net/forward.php?id=3Dg6cET&e=3Dquestions@freebsd.org ) _____________________________ Unsubscribe / Change Profile: = http://ymlp56.net/u.php?id=3Dgewmweugsgejsyubgubes Powered by YourMailingListProvider From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 00:42:50 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6203A1065677 for ; Fri, 1 Jul 2011 00:42:50 +0000 (UTC) (envelope-from DStaal@usa.net) Received: from mail.magehandbook.com (173-8-4-45-WashingtonDC.hfc.comcastbusiness.net [173.8.4.45]) by mx1.freebsd.org (Postfix) with ESMTP id 37B7C8FC1C for ; Fri, 1 Jul 2011 00:42:49 +0000 (UTC) Received: from [192.168.1.50] (Mac-Pro.magehandbook.com [192.168.1.50]) by mail.magehandbook.com (Postfix) with ESMTP id 1516CCA8; Thu, 30 Jun 2011 20:42:48 -0400 (EDT) Date: Thu, 30 Jun 2011 20:42:48 -0400 From: Daniel Staal To: Chris Brennan , FreeBSD Questions Message-ID: <474C2475961CD8BD9AEB2DA4@mac-pro.magehandbook.com> In-Reply-To: <20110630223451.GA23355@gmail.com> References: <20110630223451.GA23355@gmail.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: Looking to build a router box, seeking some general advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 00:42:50 -0000 --As of June 30, 2011 6:34:52 PM -0400, Chris Brennan is alleged to have said: > While trying to learn IPv6 as best as I can and messing with my Linksys > WRT54Gv3 router running DD-WRT, I realized that it cannot properly do > IPv6 yet. This leaves me rather limited. More then once some people on > IRC who were helping me with this suggested I build my own router, this > has been something I've been looking to do for quite some time and this > might be the fire I need lit to get motivated. The overall suggested > board was an ALIX board[1] from PC Engines[1]. > > This is all rather new to me so I am unsure where to go from here, what > all is needed (a breakdown of necessary/optional hardware/items). The > memory and cpu I know I could google for w/o much issue. What I foresaw > as problematic was a case for the device and a power supply. Are these > just as easily googled for? Inversely, instead of me building my own > (which would be great experience!) is there a place that sells devices > such as these pre-assembled? --As for the rest, it is mine. There are a variety of stores that will sell ALIX kits, either pre-assembled or not. I've used Netgate recently (), but depending on where you are others may be better. Many will also sell them pre-loaded with m0n0wall or pfsense, both of which are FreeBSD-based router/firewall distros with web interfaces to do most things you would want. (Although I know pfsense at least doesn't support IPv6 configuration through the web interface yet. Of course, you can still ssh in.) Daniel T. Staal --------------------------------------------------------------- This email copyright the author. Unless otherwise noted, you are expressly allowed to retransmit, quote, or otherwise use the contents for non-commercial purposes. This copyright will expire 5 years after the author's death, or in 30 years, whichever is longer, unless such a period is in excess of local copyright law. --------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 01:52:38 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9324E106566C for ; Fri, 1 Jul 2011 01:52:38 +0000 (UTC) (envelope-from jherman@dichotomia.fr) Received: from mail.dichotomia.fr (hydrogen.dichotomia.net [91.121.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id D0C5E8FC0A for ; Fri, 1 Jul 2011 01:52:37 +0000 (UTC) Received: from [192.168.1.18] (unknown [178.33.164.134]) (Authenticated sender: kha@dichotomia.fr) by sslmail.dichotomia.fr (Postfix) with ESMTPSA id 162C33DD08E for ; Fri, 1 Jul 2011 03:49:43 +0200 (CEST) Message-ID: <4E0D2883.9070807@dichotomia.fr> Date: Fri, 01 Jul 2011 03:53:07 +0200 From: Jerome Herman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20110630214204.219410@gmx.com> In-Reply-To: <20110630214204.219410@gmx.com> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (sslmail.dichotomia.fr); Fri, 01 Jul 2011 03:49:44 +0200 (CEST) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: trying for 1920x1080 was: Re: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 01:52:38 -0000 On 30/06/2011 23:42, Dieter BSD wrote: >>>> Now to see if I can get this wimpy rage xl to do 1920x1080. >>> Please don't mess with modelines, it should not be needed any more. >>> Just set the resolutions desired in the Screen/Display section. If >>> modelines are really required, get them out of /var/log/Xorg.0.log. >>> But they almost certainly are not. >> Though if you *really* wanted to, there's cvt(1): > The cvt utility helpfully created a couple of modelines which I think > should work, but Xorg doesn't appear to use it. I know it sees it, > because if I put in a typo it complains. :-) But the modelines don't > appear in the log file, even with Option "ModeDebug" and -logverbose 100. > > I do get these: > (II) MACH64(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz) > (II) MACH64(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz) > > but it doesn't use them: > (II) MACH64(0):: Using hsync range of 30.00-83.00 kHz > (II) MACH64(0):: Using vrefresh range of 56.00-76.00 Hz > (II) MACH64(0):: Using maximum pixel clock of 170.00 MHz > (II) MACH64(0): Estimated virtual size for aspect ratio 1.7778 is 1920x1080 > (II) MACH64(0): Maximum clock: 124.00 MHz > [ ... ] > (II) MACH64(0): Not using driver mode "1920x1080" (bad mode clock/interlace/doublescan) > (II) MACH64(0): Not using driver mode "1280x1024" (bad mode clock/interlace/doublescan) > (II) MACH64(0): Not using driver mode "1920x1080" (bad mode clock/interlace/doublescan) > (WW) MACH64(0): Shrinking virtual size estimate from 1920x1080 to 1400x1050 > (--) MACH64(0): Virtual size is 1400x1050 (pitch 1408) > (**) MACH64(0): *Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz > (II) MACH64(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz) > > What is this 124.00 MHz clock? Should I be using 124 or 170? > The 1400x1050 being 122 makes me think it is using 124 as the limit. > It isn't clear what it means by "bad mode clock/interlace/doublescan". > Other rejections have reasons that make sense, "vrefresh out of range", > "insufficient memory" and so on. > > If the pixel clock is the problem, would reducing the color depth help? It won't, it would help only if your card was short on memory. WARNING : from there on I am assuming (given the figures from xorg) that you are using an old CRT to play with. If it is an LCD screen, do not try any of the following modelines. LCD are tricky beast when it comes to modelines. Nonetheless even if the modelines I give should be safe, It is surprisingly easy to turn an old/cheap CRT monitor into an X-Ray emitting bomb. Sure it won't be emitting that much X-Ray, but if you spend hours right in front of it... So make sure that the monitor is not making strange noises, overheating, or accumulating static after you change the modelines. All this said : Pixel (or dot) clock is the "speed" at which the video card can provide data to the monitor. Specific time for sync and blanking must also be taken into account. Your only option would be to : - go for interlaced mode : Modeline "1920x1080@60i" 77.60 1920 1952 2240 2272 1080 1104 1110 1135 interlace - go for low low refresh rate (48hz - I won't give you the modeline as the probablity of damaging your screen are high) - And eventually decreasing the blanking time/sync time (But it is tricky to do, and it can damage monitors) A must read if you are tweaking monitors : http://www.linuxdoc.org/HOWTO/XFree86-Video-Timings-HOWTO/overd.html (Old, but the only place where they teach you in detail about dot clock problems) Basically in order to do 1920x1080@60hz you would need 183Mhz of pixel dot clock at the very least. If you are confident that your monitor can take a little bit of shaking (It should not harm it - but don't blame me if it does), you could try this : Modeline "1456x819@72" 124.00 1456 1488 1952 1984 819 834 844 860 If you have a good monitor that do not refuses this strange resolution right away, you should have a pretty nice picture. > The xrandr utility doesn't help: > > xrandr --fb 1920x1080 -display :0 > xrandr: screen cannot be larger than 1400x1050 (desired size 1920x1080) > > xrandr --size 1920x1080 -display :0 > Size 1920x1080 not found in available modes > > Current xorg.conf: > > Section "ServerLayout" > Identifier "X.org Configured" > # Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > # need Option "AutoAddDevices" "Off" to avoid the non-working hald > # run moused instead > Option "AutoAddDevices" "Off" > EndSection > > Section "Module" > Disable "record" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Section "Device" > Identifier "Device0" > Option "ModeDebug" > EndSection > > Section "Monitor" > Identifier "Monitor2220" > VendorName "Dell" > ModelName "ST2220T" > HorizSync 30.00-83.00 > VertRefresh 56.00-76.00 > > # cvt -v 1920 1080 57 > # Warning: Refresh Rate is not CVT standard (50, 60, 75 or 85Hz). > # 1920x1080 56.90 Hz (CVT) hsync: 63.67 kHz; pclk: 163.00 MHz > Modeline "1920x1080_57.00" 163.00 1920 2040 2240 2560 1080 1083 1088 1119 -hsync +vsync > > # cvt -v -r 1920 1080 > # 1920x1080 59.93 Hz (CVT 2.07M9-R) hsync: 66.59 kHz; pclk: 138.50 MHz > Modeline "1920x1080R" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync > EndSection > _______________________________________________ > 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 Jul 1 07:06:12 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20390106564A; Fri, 1 Jul 2011 07:06:12 +0000 (UTC) (envelope-from ohartman@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 D35A98FC18; Fri, 1 Jul 2011 07:06:11 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QcXnm-0004cS-Uk>; Fri, 01 Jul 2011 09:06:11 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QcXnm-000525-Sk>; Fri, 01 Jul 2011 09:06:10 +0200 Message-ID: <4E0D71E2.5060907@zedat.fu-berlin.de> Date: Fri, 01 Jul 2011 09:06:10 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110630 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: Subject: devel/anjuta: creating project does not offer project's dialog. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 07:06:12 -0000 Using Anjuta as my potentially IDE, I realize a weird behaviour since my last try years ago. Anjuta was supposed to show a dialog about when creating a new project. Documentation explicitely mention this. But in my case (a newly installed anjuta), selecting a C-project, GTK+, then ends up in the final requester "Summary". Confirmation does not even show any created files or something else. This happens with all potentially to be created projects. Importing a hand-installed GNU autotools backed up project works fine, superficially spoken. The boxes running Anjuta are all AMD64 and running most recent FreeBSD 9.0-CURRENT/amd64. Version of ports anjuta is reported to be 2.32, but webpage of the anjuta project reports 2.28. Am I missing something? And, for those actively developing, is there a good alternative to Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, Oliver From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 07:21:53 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD26B1065670; Fri, 1 Jul 2011 07:21:53 +0000 (UTC) (envelope-from ohartman@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 9D23C8FC0A; Fri, 1 Jul 2011 07:21:53 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QcY2y-0007E7-G4>; Fri, 01 Jul 2011 09:21:52 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QcY2y-0005z3-Dr>; Fri, 01 Jul 2011 09:21:52 +0200 Message-ID: <4E0D7590.7060403@zedat.fu-berlin.de> Date: Fri, 01 Jul 2011 09:21:52 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110630 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: Subject: devel/subversion: svn: Couldn't perform atomic initialization svn: database schema has changed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 07:21:54 -0000 Since yesterday I receive on any try on a commit this error message from my subversion server: svn: Couldn't perform atomic initialization svn: database schema has changed svn: Your commit message was left in a temporary file: Searching for this error (which appeared after portsupdate via portmaster yesterday) reveal several postings saying this is due to a bug in SQLite 3.7.7/3.7.7-1, which has been fixed already in 3.7.7-2. As far as I realize, SQLite was part of an update these days, so I'm wondering if anybody else has been sumbled into the problem. Or is this problem caused by something else? I'm a bit like a dead man in the water since no commit to the server is possible anymore. At this very moment, I recompile sqlite and everything that depends on it, hoping it could only be triggered by some errornes portmaster thingis. Thanks in advance, Oliver From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 07:49:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E5EF106566C; Fri, 1 Jul 2011 07:49:14 +0000 (UTC) (envelope-from ohartman@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 0AF518FC12; Fri, 1 Jul 2011 07:49:13 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1QcYTR-0003OX-2y>; Fri, 01 Jul 2011 09:49:13 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1QcYTR-0007qG-14>; Fri, 01 Jul 2011 09:49:13 +0200 Message-ID: <4E0D7BF8.4040906@zedat.fu-berlin.de> Date: Fri, 01 Jul 2011 09:49:12 +0200 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110630 Thunderbird/5.0 MIME-Version: 1.0 To: Konstantin Tokarev References: <4E0D71E2.5060907@zedat.fu-berlin.de> <761431309505729@web143.yandex.ru> In-Reply-To: <761431309505729@web143.yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: devel/anjuta: creating project does not offer project's dialog. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 07:49:14 -0000 On 07/01/11 09:35, Konstantin Tokarev wrote: > > > 01.07.2011, 11:06, "O. Hartmann" >> And, for those actively developing, is there a good alternative to >> Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, >> Oliver > > Depending on what you need you can try: > Geany > Vim > Eclipse > Qt Creator > > Actually, KDevelop does not require you to run KDE, it just needs KDE libraries. > Thanks for your fast response. My target is mostly C, not C++, so I had my difficulties with QTCreator. I'll give KDevelop a try again ... Regards, Oliver From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 07:52:15 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71BBC106566B; Fri, 1 Jul 2011 07:52:15 +0000 (UTC) (envelope-from annulen@yandex.ru) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [95.108.130.92]) by mx1.freebsd.org (Postfix) with ESMTP id 200E98FC0A; Fri, 1 Jul 2011 07:52:14 +0000 (UTC) Received: from web143.yandex.ru (web143.yandex.ru [95.108.130.11]) by forward14.mail.yandex.net (Yandex) with ESMTP id 3395C198088B; Fri, 1 Jul 2011 11:35:30 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1309505730; bh=sfhSVYVHfE1EG+3iTo+1lyt8oFASUiFa18/PhmPkiC0=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=gZiAnY/PekRwfU7djjnbcSfR475MUektoRbNv3poNRNLhhQbo2W0q0CPTcIyLscl5 s7oQTvvy3IykGTKpCvwyOHzw36HO5MxZdye3PNpIliejbQxMZaVMdXdvvBxIl+B7R7 zvRP3IJ1kqKW0FozwJH7hfEPIX4ax0augEy3gUes= Received: from localhost (localhost.localdomain [127.0.0.1]) by web143.yandex.ru (Yandex) with ESMTP id 146783980038; Fri, 1 Jul 2011 11:35:30 +0400 (MSD) X-Yandex-Spam: 1 Received: from [212.119.246.18] ([212.119.246.18]) by web143.yandex.ru with HTTP; Fri, 01 Jul 2011 11:35:29 +0400 From: Konstantin Tokarev To: O. Hartmann In-Reply-To: <4E0D71E2.5060907@zedat.fu-berlin.de> References: <4E0D71E2.5060907@zedat.fu-berlin.de> MIME-Version: 1.0 Message-Id: <761431309505729@web143.yandex.ru> Date: Fri, 01 Jul 2011 11:35:29 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: devel/anjuta: creating project does not offer project's dialog. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 07:52:15 -0000 01.07.2011, 11:06, "O. Hartmann" > And, for those actively developing, is there a good alternative to > Anjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, > Oliver Depending on what you need you can try: Geany Vim Eclipse Qt Creator Actually, KDevelop does not require you to run KDE, it just needs KDE libraries. -- Regards, Konstantin From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 08:12:34 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40967106566C; Fri, 1 Jul 2011 08:12:34 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 207068FC1A; Fri, 1 Jul 2011 08:12:34 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p618CVF2016862 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 1 Jul 2011 01:12:32 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p618CVU9016861; Fri, 1 Jul 2011 01:12:31 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA00188; Fri, 1 Jul 11 01:08:23 PDT Date: Fri, 01 Jul 2011 01:08:27 -0700 From: perryh@pluto.rain.com To: korvus@comcast.net Message-Id: <4e0d807b.wTa9PBvXJSlvUXly%perryh@pluto.rain.com> References: <4E0B540B.3090400@comcast.net> <4e0c0548.eW27hshSLoLhhTu1%perryh@pluto.rain.com> <4E0C7208.2040805@comcast.net> In-Reply-To: <4E0C7208.2040805@comcast.net> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, feenberg@nber.org, freebsd-questions@freebsd.org Subject: Re: Question about NIC link state initialization X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 08:12:34 -0000 Steve Polyack wrote: > I was able to "fix" the single-user mode behavior (which I agree, > isn't necessarily broken) and get it to bring up the links by > simply patching init(8) to call system("/sbin/ifconfig") before > prompting for the single-user shell. It works, but I feel dirty. I see no particular objection to adding a way of running "something" ahead of the single-user shell, but system(3) is not necessarily the best mechanism to use for the purpose because it invokes a shell. It would be both more efficient and more robust to call fork(2) and exec(3) (or execve(2)) directly. It would be more general to fork/exec "/etc/rc.single" instead of "/sbin/ifconfig", expecting "/etc/rc.single" to be an executable script (with an appropriate shebang line) and ignoring the failure which would occur if it did not exist. (In your case, instead of a script, you could make /etc/rc.single a link to /sbin/ifconfig.) From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 08:46:00 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 055E6106566C for ; Fri, 1 Jul 2011 08:46:00 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out8.libero.it (cp-out8.libero.it [212.52.84.108]) by mx1.freebsd.org (Postfix) with ESMTP id 823C88FC12 for ; Fri, 1 Jul 2011 08:45:59 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0204.4E0D8945.0207,ss=1,re=0.000,fgs=0 X-libjamoibt: 1555 Received: from soth.ventu (151.41.185.71) by cp-out8.libero.it (8.5.133) id 4DD241540655F5AF for freebsd-questions@freebsd.org; Fri, 1 Jul 2011 10:45:57 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.5/8.14.4) with ESMTP id p618jspU020229 for ; Fri, 1 Jul 2011 10:45:55 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4E0D8942.6010505@netfence.it> Date: Fri, 01 Jul 2011 10:45:54 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.18) Gecko/20110623 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <003101cc36fc$9bdc8240$d39586c0$@gr> In-Reply-To: <003101cc36fc$9bdc8240$d39586c0$@gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Subject: Re: FreeBSD 64 Bit Applications X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 08:46:00 -0000 On 06/30/11 10:06, John Dakos wrote: > My questions is . is FreeBSD 64 Bit stable and Rock such as 32 bit ? Yes, go for it. > These standard applications are working well on 64 bit or not ? > > Apache , Bind, Webmin , Mysql ,Postfix ,Dovecot, Spamassasin, PHP, Squid, PF I can personally confirm on Apache, Bind, MySQL, SpamAssassin, PHP and Squid. bye av. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 09:29:38 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF2CF1065675 for ; Fri, 1 Jul 2011 09:29:38 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from fileserver.home.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) by mx1.freebsd.org (Postfix) with ESMTP id 4C86F8FC0C for ; Fri, 1 Jul 2011 09:29:37 +0000 (UTC) Received: from fileserver.home.qeng-ho.org (localhost [127.0.0.1]) by fileserver.home.qeng-ho.org (8.14.4/8.14.4) with ESMTP id p619TZce086173; Fri, 1 Jul 2011 10:29:36 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Message-ID: <4E0D937F.3080902@qeng-ho.org> Date: Fri, 01 Jul 2011 10:29:35 +0100 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110430 Thunderbird/3.1.10 MIME-Version: 1.0 To: Chris Brennan References: <20110630223451.GA23355@gmail.com> In-Reply-To: <20110630223451.GA23355@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Looking to build a router box, seeking some general advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 09:29:38 -0000 On 06/30/11 23:34, Chris Brennan wrote: > Greetings! > > While trying to learn IPv6 as best as I can and messing with my Linksys > WRT54Gv3 router running DD-WRT, I realized that it cannot properly do > IPv6 yet. This leaves me rather limited. More then once some people on > IRC who were helping me with this suggested I build my own router, this > has been something I've been looking to do for quite some time and this > might be the fire I need lit to get motivated. The overall suggested > board was an ALIX board[1] from PC Engines[1]. > > This is all rather new to me so I am unsure where to go from here, what > all is needed (a breakdown of necessary/optional hardware/items). The > memory and cpu I know I could google for w/o much issue. What I foresaw > as problematic was a case for the device and a power supply. Are these > just as easily googled for? Inversely, instead of me building my own > (which would be great experience!) is there a place that sells devices > such as these pre-assembled? You don't say where you live. Here in the UK I got my Alix board and case (I run pfSense as my router/firewall) from LinITX.com: http://linitx.com/search.php?keywords=alix From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 09:31:35 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2A5F106566C for ; Fri, 1 Jul 2011 09:31:35 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8BEBC8FC16 for ; Fri, 1 Jul 2011 09:31:35 +0000 (UTC) Received: by wwe6 with SMTP id 6so2979159wwe.31 for ; Fri, 01 Jul 2011 02:31:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=q6wMCh378hrI8YuxNGCTB4S0Tkol5o9mcetCcZJKSEc=; b=iGpUZC55yEJPmbwMQlgTKqJP6fjWQN8rdhRBFVcPSHucoYeUhikBuRySn29Vh4LOO+ CbJ1QXqHJXZZobIa5xAgIPPnC/53gWvlIpc+uA7VDOQ63uvCoQvKy2XeKbKYyYJuzWYc 46i/IX1cZh2cB3yll75aCbMT6WyI15v7rN15Q= Received: by 10.227.54.200 with SMTP id r8mr2700179wbg.112.1309510860462; Fri, 01 Jul 2011 02:01:00 -0700 (PDT) Received: from prime.nonspace (adsl-77-86-90-220.karoo.kcom.com [77.86.90.220]) by mx.google.com with ESMTPS id ei4sm2197260wbb.26.2011.07.01.02.00.59 (version=SSLv3 cipher=OTHER); Fri, 01 Jul 2011 02:01:00 -0700 (PDT) Message-ID: <4E0D8CCB.1000004@gmail.com> Date: Fri, 01 Jul 2011 10:00:59 +0100 From: Michael User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110622 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: why desktop apps are able to kill my freebsd box? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 09:31:36 -0000 Why a faulty desktop application run as unprivileged user is able to crash my system? I mean, I know programs have bugs and sometimes they lead to crashes. I'm fine with that. But why a crashing program (for example firefox or banshee) is able to kill the whole system? And by 'crash' or 'kill' i mean that for whatever reason the system is frozen and doesn't reply to anything but a hard reset. It just doesn't make much sense so I'm assuming that I must be doing something wrong. Where and what kind of restrictions should I set up to make sure that a buggy unprivileged program cannot freeze my box? Thank you in advance. Michael. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 09:41:39 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76527106566B for ; Fri, 1 Jul 2011 09:41:39 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 39AC88FC15 for ; Fri, 1 Jul 2011 09:41:38 +0000 (UTC) Received: from r55.edvax.de (port-92-195-180-180.dynamic.qsc.de [92.195.180.180]) by mx01.qsc.de (Postfix) with ESMTP id 972AE3CCC5; Fri, 1 Jul 2011 11:41:37 +0200 (CEST) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id p619fagw002007; Fri, 1 Jul 2011 11:41:36 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Fri, 1 Jul 2011 11:41:36 +0200 From: Polytropon To: Michael Message-Id: <20110701114136.e4148fbe.freebsd@edvax.de> In-Reply-To: <4E0D8CCB.1000004@gmail.com> References: <4E0D8CCB.1000004@gmail.com> Organization: EDVAX 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: why desktop apps are able to kill my freebsd box? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 09:41:39 -0000 On Fri, 01 Jul 2011 10:00:59 +0100, Michael wrote: > Why a faulty desktop application run as unprivileged user is able to > crash my system? > > I mean, I know programs have bugs and sometimes they lead to crashes. > I'm fine with that. But why a crashing program (for example firefox or > banshee) is able to kill the whole system? > > And by 'crash' or 'kill' i mean that for whatever reason the system is > frozen and doesn't reply to anything but a hard reset. Do you have anything in /var/log/messages or maybe if you start the suspicious programs from a terminal to see their output? I've been using FreeBSD since 4.0 as a desktop, and I have never encountered problems as you describe. However, fiddling with USB stuff sometimes _can_ lead to system problems (even crash and reboot), but there are always messages that indicate some problem. > It just doesn't make much sense so I'm assuming that I must be doing > something wrong. It shouldn't be POSSIBLE, no matter which kind of userspace program you run, to do something _that_ wrong that the system is affected in that way. > Where and what kind of restrictions should I set up to > make sure that a buggy unprivileged program cannot freeze my box? You should try to find out what _exactly_ is causing the freeze, obtaining logs and messages (and maybe also run top, systat or other means of system monitoring in parallel) to see what does actually happen when the problem occurs. Options would be to separate programs in jails, or even try to run them on a VM (e. g. VirtualBox running a FreeBSD install with that program). Also make absolutely sure your hardware is okay, e. g. use memtest to check the RAM (often an indicator for unstable system behaviour). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 10:20:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DF721065670; Fri, 1 Jul 2011 10:20:36 +0000 (UTC) (envelope-from annulen@yandex.ru) Received: from forward3.mail.yandex.net (forward3.mail.yandex.net [77.88.46.8]) by mx1.freebsd.org (Postfix) with ESMTP id 1D8BF8FC08; Fri, 1 Jul 2011 10:20:35 +0000 (UTC) Received: from web60.yandex.ru (web60.yandex.ru [77.88.46.51]) by forward3.mail.yandex.net (Yandex) with ESMTP id 0634EB4318F; Fri, 1 Jul 2011 14:20:34 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1309515634; bh=/xTOrKbiKeXDgI91+qQIsxVW6bojmLCKIvnRKheBMRw=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=DzKJvGgNenhtWKsFVYSWJ7IR9V6jOAVwXMany4JIGJ/nof8ik4AbdV2kPkCpFo7gp ufFQxjHOoP/UyQdWZjma7oXGi+nHCpKPHasFJf7+LZ7VP5BKqIyxlJlah3y5vWAJ9d le2qYxM47wrjJL8eSgKWZu5LuZOraX1dRmZ6xXdk= Received: from localhost (localhost.localdomain [127.0.0.1]) by web60.yandex.ru (Yandex) with ESMTP id D8FF22E0089; Fri, 1 Jul 2011 14:20:33 +0400 (MSD) X-Yandex-Spam: 1 Received: from [212.119.246.18] ([212.119.246.18]) by web60.yandex.ru with HTTP; Fri, 01 Jul 2011 14:20:33 +0400 From: Konstantin Tokarev To: O. Hartmann In-Reply-To: <4E0D7BF8.4040906@zedat.fu-berlin.de> References: <4E0D71E2.5060907@zedat.fu-berlin.de> <761431309505729@web143.yandex.ru> <4E0D7BF8.4040906@zedat.fu-berlin.de> MIME-Version: 1.0 Message-Id: <834931309515633@web60.yandex.ru> Date: Fri, 01 Jul 2011 14:20:33 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: devel/anjuta: creating project does not offer project's dialog. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 10:20:36 -0000 01.07.2011, 11:49, "O. Hartmann" : > On 07/01/11 09:35, Konstantin Tokarev wrote: > >> š01.07.2011, 11:06, "O. Hartmann" >>> šAnd, for those actively developing, is there a good alternative to >>> šAnjuta (no KDevelop, since I do not like KDE and do not have KDE). Thanks, >>> šOliver >> šDepending on what you need you can try: >> šGeany >> šVim >> šEclipse >> šQt Creator >> >> šActually, KDevelop does not require you to run KDE, it just needs KDE libraries. > > Thanks for your fast response. > My target is mostly C, not C++, so I had my difficulties with QTCreator. If so, vim (with proper .vimrc + bunch of plugins) can be ideal IDE for you. -- Regards, Konstantin From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 11:14:48 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C04A4106564A for ; Fri, 1 Jul 2011 11:14:48 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 51C8F8FC08 for ; Fri, 1 Jul 2011 11:14:47 +0000 (UTC) Received: by wyg24 with SMTP id 24so2945194wyg.13 for ; Fri, 01 Jul 2011 04:14:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=p7e2Rc8D7d2bHMxrSuTwwyUsaK9fG6DNEfl+LIFmyvg=; b=e3vmrb+uLvuixsSmItcSwaB+y6ky19ozgn8D51yrjJq3GkbqzqpbEofBtrwk8+iiQ0 nuKwNzXgR44Pahby0DMQ6GhIwQD5hU/X/vIn1JPXAC4v/8rCjC+4IwQZrdjv7Wkw/0i4 +1e5ifIb68ECjt2cpJ6MSn1mHO5AN2VGPpXSA= Received: by 10.216.63.15 with SMTP id z15mr1033411wec.7.1309517030779; Fri, 01 Jul 2011 03:43:50 -0700 (PDT) Received: from Sevans-Mac-mini.local (n3.venture37.net [91.103.132.218]) by mx.google.com with ESMTPS id gb1sm2262734wbb.3.2011.07.01.03.43.44 (version=SSLv3 cipher=OTHER); Fri, 01 Jul 2011 03:43:49 -0700 (PDT) Message-ID: <4E0DA4C4.8050802@gmail.com> Date: Fri, 01 Jul 2011 11:43:16 +0100 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Brandon Gooch References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Dennis Glatting , freebsd-questions@freebsd.org Subject: Re: OpenNMS under FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 11:14:48 -0000 On 30/06/2011 04:22, Brandon Gooch wrote: > On Wed, Jun 29, 2011 at 12:03 PM, Dennis Glatting wrote: >> I am looking at OpenNMS under FreeBSD but it isn't in the ports tree >> although there are various discussions of OpenNMS under FreeBSD. >> >> Is there a reason why OpenNMS isn't in the ports tree, such as it doesn't >> port, no one is willing to step up as a maintainer, or there are licensing >> issues? >> > > There is a port here, created by Sevan Janiyan: > > http://www.geeklan.co.uk/files/opennms/ > > I don't know whether or not it's been submitted to ports yet, but I'd > be interested to see if you get it up and running. Report back with > your findings! > > -Brandon Hi, The reason its not in the tree is because data loss occurs when the port is removed, this is because its binaries,settings & data are mixed together with dynamicly generated file names thrown in for good measure. This needs to be fixed upstream. All the port currently allows you to do is install Opennms with ease. The changelog for the 2 ports can be found here: http://www.geeklan.co.uk/?p=132 http://www.geeklan.co.uk/?p=196 Sevan P.S CC me on replies, I'm not subscribed to this list From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 14:19:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB1551065686 for ; Fri, 1 Jul 2011 14:19:26 +0000 (UTC) (envelope-from jacks@sage-american.com) Received: from mail.sagedata.net (mail.sagedata.net [38.106.15.121]) by mx1.freebsd.org (Postfix) with ESMTP id AC5228FC15 for ; Fri, 1 Jul 2011 14:19:26 +0000 (UTC) Received: from SAGEPLACE (99-111-143-27.lightspeed.crchtx.sbcglobal.net [99.111.143.27]) by mail.sagedata.net (8.14.5/8.14.5) with SMTP id p61EJPD2051669; Fri, 1 Jul 2011 09:19:25 -0500 (CDT) (envelope-from jacks@sage-american.com) X-Authentication-Warning: mail.sagedata.net: Host 99-111-143-27.lightspeed.crchtx.sbcglobal.net [99.111.143.27] claimed to be SAGEPLACE Message-Id: <3.0.1.32.20110701091929.038f7e08@sage-american.com> X-Sender: jacks@sage-american.com X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Fri, 01 Jul 2011 09:19:29 -0500 To: Beech Rintoul , freebsd-questions@freebsd.org From: "Jack L. Stone" In-Reply-To: <201106301035.55550.beech@freebsd.org> References: <3.0.1.32.20110630121933.01b95e80@sage-american.com> <3.0.1.32.20110630121933.01b95e80@sage-american.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Greylist: Message whitelisted by Sendmail access database, not delayed by milter-greylist-4.2.7 (mail.sagedata.net [38.106.15.121]); Fri, 01 Jul 2011 09:19:26 -0500 (CDT) X-Scanned-By: milter-spamc/1.15.388 (mail.sagedata.net [38.106.15.121]); Fri, 01 Jul 2011 09:19:26 -0500 X-Spam-Status: NO, hits=-10.00 required=4.50 X-Spam-Report: Content analysis details: (-10.0 points, 4.5 required) | | pts rule name description | ---- ---------------------- -------------------------------------------------- | -0.0 SHORTCIRCUIT Not all rules were run, due to a shortcircuited rule | -10 ALL_TRUSTED Passed through trusted hosts only via SMTP | Cc: Subject: Re: Horde webmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 14:19:27 -0000 At 10:35 AM 6/30/2011 -0800, Beech Rintoul wrote: >On Thursday 30 June 2011 09:19:33 Jack L. Stone wrote: >> Has anyone had any luck lately with installation and use of Horde -- either >> v-3.3 or ver-4 ?? >> >> I've tried for days to get the 3.3 version (with apps IMP, INGO & Tuba) to >> work and noted that the ports say that horde4 is broken. I've googled many >> times and tried some examples from there, but most appear pretty old and >> not running with php5.3x. >> >> Is it just that Horde doesn't work with fbsd-7.x and php5.3x or is it me? >> > >I am in the process of rewriting all the horde4 ports, as this is a very large >project involving over 50 modules and libs it will take some time. > >Horde4 does work very well with FreeBSD and you can do a pear install if you >really need it now. Do keep in mind that horde4 is not backwards compatible >with 3.x and the update procedures are not trivial. > >That being said, this should get you started: > >http://www.horde.org/apps/webmail/docs/INSTALL > >Beech > Hi Beech: Since I've never gotten horde 3 to fully work yet, I suppose I could give horde4 a shot. I liked its potention and thought it would be useful to some of our users. I re-installed horde-3 3 or 4 times and always got stopped when it would only loads the Welcome to Horde page requesting a login. I followed the instructions carefully AFAIK. Login failed every time even though MySQL backend and the horde conf.php files contained the login. You certainly have a lot of work in front of you on a rewrite of the ports and look forward to when finished. Good luck! (^_^) Happy trails, Jack L. Stone System Admin Sage-american From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 15:40:18 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C9431065670 for ; Fri, 1 Jul 2011 15:40:18 +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 169428FC0C for ; Fri, 1 Jul 2011 15:40:17 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p61FeFGY038059; Fri, 1 Jul 2011 09:40:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p61FeF0D038056; Fri, 1 Jul 2011 09:40:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 1 Jul 2011 09:40:15 -0600 (MDT) From: Warren Block To: Dieter BSD In-Reply-To: <20110630214204.219410@gmx.com> Message-ID: References: <20110630214204.219410@gmx.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-902635197-455392871-1309534736=:38029" Content-ID: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 01 Jul 2011 09:40:16 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: trying for 1920x1080 was: Re: Attempting to get an X11 server running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 15:40:18 -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. ---902635197-455392871-1309534736=:38029 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8BIT Content-ID: On Thu, 30 Jun 2011, Dieter BSD wrote: > Section "Monitor" >        Identifier "Monitor2220" >        VendorName "Dell" >        ModelName  "ST2220T" >        HorizSync  30.00-83.00 >        VertRefresh 56.00-76.00 Remove the HorizSync and VertRefresh settings, they are only needed if the monitor is ancient or has an incorrect EDID. ---902635197-455392871-1309534736=:38029-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 1 20:44:01 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B3D01065672 for ; Fri, 1 Jul 2011 20:44:01 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 891458FC0A for ; Fri, 1 Jul 2011 20:44:01 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id p61Ki05Z006311 for ; Fri, 1 Jul 2011 13:44:00 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4E0E3190.2040101@rawbw.com> Date: Fri, 01 Jul 2011 13:44:00 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110701 Thunderbird/5.0 MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Error from apache/dav after system upgrade: Init: Session Cache is not configured [hint: SSLSessionCache] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Jul 2011 20:44:01 -0000 After I upgraded the 8.2-STABLE to more current code and upgraded all ports I am unable to connect to svn repository through apache: client gets this: Could not authenticate to server: rejected basic challenge. httpd-errors.log gets messages, see below. What may be a problem? Yuri ---httpd-errors.log--- [Fri Jul 01 13:39:27 2011] [info] removed PID file /var/run/httpd.pid (pid=12874) [Fri Jul 01 13:39:27 2011] [notice] caught SIGTERM, shutting down [Fri Jul 01 13:39:27 2011] [info] Init: Seeding PRNG with 144 bytes of entropy [Fri Jul 01 13:39:27 2011] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Fri Jul 01 13:39:27 2011] [info] Init: Generating temporary DH parameters (512/1024 bits) [Fri Jul 01 13:39:27 2011] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Fri Jul 01 13:39:27 2011] [info] Init: Initializing (virtual) servers for SSL [Fri Jul 01 13:39:27 2011] [info] mod_ssl/2.2.19 compiled against Server: Apache/2.2.19, Library: OpenSSL/0.9.8k [Fri Jul 01 13:39:27 2011] [info] mod_unique_id: using ip addr 127.0.0.1 [Fri Jul 01 13:39:28 2011] [info] Init: Seeding PRNG with 144 bytes of entropy [Fri Jul 01 13:39:28 2011] [info] Init: Generating temporary RSA private keys (512/1024 bits) [Fri Jul 01 13:39:28 2011] [info] Init: Generating temporary DH parameters (512/1024 bits) [Fri Jul 01 13:39:28 2011] [info] Init: Initializing (virtual) servers for SSL [Fri Jul 01 13:39:28 2011] [info] mod_ssl/2.2.19 compiled against Server: Apache/2.2.19, Library: OpenSSL/0.9.8k [Fri Jul 01 13:39:28 2011] [notice] Digest: generating secret for digest authentication ... [Fri Jul 01 13:39:28 2011] [notice] Digest: done [Fri Jul 01 13:39:28 2011] [info] mod_unique_id: using ip addr 127.0.0.1 [Fri Jul 01 13:39:29 2011] [notice] Apache/2.2.19 (FreeBSD) mod_ssl/2.2.19 OpenSSL/0.9.8q DAV/2 SVN/1.6.17 configured -- resuming normal operations [Fri Jul 01 13:39:29 2011] [info] Server built: May 24 2011 00:13:27 From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 06:22:37 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A265A1065670 for ; Sat, 2 Jul 2011 06:22:37 +0000 (UTC) (envelope-from yshigeru@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 672418FC08 for ; Sat, 2 Jul 2011 06:22:37 +0000 (UTC) Received: by qwc9 with SMTP id 9so2569826qwc.13 for ; Fri, 01 Jul 2011 23:22:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=HEHXqwPV715Mq1jimnB2mzRfLJJ4eDeYJHDALl98rX8=; b=tZObe3dD9CCzbYd+/sHJsjpNGk9jOD94f759s0gNhalvR8Huqlpb6wAVwUouxAVnnF VNUNICmmJaRNZ4bSZN+Ma2ir6QUvz3122i3k3Me3KTY2iN7FFaoUO6pqwcvEefEbeBho 4RXvxoHowd5HXkgewJbr/8mp3plodxwpHLuJI= MIME-Version: 1.0 Received: by 10.229.101.131 with SMTP id c3mr3174731qco.66.1309586384649; Fri, 01 Jul 2011 22:59:44 -0700 (PDT) Received: by 10.229.249.14 with HTTP; Fri, 1 Jul 2011 22:59:44 -0700 (PDT) Date: Sat, 2 Jul 2011 14:59:44 +0900 Message-ID: From: YOSHIDA Shigeru To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Mouse problem on ThinkPad X61 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2011 06:22:37 -0000 Hi, I installed FreeBSD 8.2-RELEASE on ThinkPad X61. When I start the X, the TrackPoint is not recognized. The mouse cursor don't move and the button clicks don't act. My settings on xorg.conf is as follows: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection and my setting on rc.conf is as follows: # -- sysinstall generated deltas -- # Mon Jun 13 04:23:12 2011 moused_type="auto" moused_enable="YES" hald_enable="YES" dbus_enable="YES" What did I missing some configuration? Thanks, shigeru From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 06:22:49 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC8C6106567F for ; Sat, 2 Jul 2011 06:22:49 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 972108FC08 for ; Sat, 2 Jul 2011 06:22:49 +0000 (UTC) Received: by pvg11 with SMTP id 11so4463207pvg.13 for ; Fri, 01 Jul 2011 23:22:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=cVZlrO4qSVib9LkFLdqhvt5OngSSQf7sbg7CpfYlnEQ=; b=Eq69Cgbl0oNJRpU2qsQP3r+WuNvLmQlcUhi4wGmIGpPyMb+OUqHhd2mPGtvgI1TkeM MiYp1a10uWwZHMPueMvlWe9P1TIf+Missca1E4H08hAJfU5a/GvqLFtEE/3hU15yrDRO Zhhq92kdp8aizwB3nnRoUS2aDWChcjq6dcF6c= Received: by 10.68.4.201 with SMTP id m9mr4957321pbm.177.1309587768891; Fri, 01 Jul 2011 23:22:48 -0700 (PDT) Received: from [127.0.0.1] ([14.96.153.91]) by mx.google.com with ESMTPS id p5sm2424074pbd.28.2011.07.01.23.22.43 (version=SSLv3 cipher=OTHER); Fri, 01 Jul 2011 23:22:47 -0700 (PDT) Message-ID: <4E0EB955.7090308@gmail.com> Date: Sat, 02 Jul 2011 11:53:17 +0530 From: Manish Jain User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 To: freebsd-questions@freebsd.org 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 Subject: What is xz ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2011 06:22:49 -0000 Hi all, I just downloaded FreeBSD-8.2-RELEASE-i386-dvd1.iso.xz and the md5 checksum is correct. Can someone please tell me what does that xz at the end stand for ? It looks like it stands for some kind of compression (gzip/bzip2/some new format), but I can't figure out exactly which one. Thank you & Regards Manish Jain [1]invalid.pointer@gmail.com References 1. mailto:invalid.pointer@gmail.com From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 06:38:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37EF1106564A for ; Sat, 2 Jul 2011 06:38:30 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id F0E2C8FC12 for ; Sat, 2 Jul 2011 06:38:29 +0000 (UTC) Received: from r55.edvax.de (port-92-195-180-180.dynamic.qsc.de [92.195.180.180]) by mx01.qsc.de (Postfix) with ESMTP id 15E1D3FA35; Sat, 2 Jul 2011 08:38:26 +0200 (CEST) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id p626cQhU001615; Sat, 2 Jul 2011 08:38:26 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sat, 2 Jul 2011 08:38:26 +0200 From: Polytropon To: Manish Jain Message-Id: <20110702083826.c979afa8.freebsd@edvax.de> In-Reply-To: <4E0EB955.7090308@gmail.com> References: <4E0EB955.7090308@gmail.com> Organization: EDVAX 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: What is xz ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 06:38:30 -0000 On Sat, 02 Jul 2011 11:53:17 +0530, Manish Jain wrote: > > Hi all, > I just downloaded FreeBSD-8.2-RELEASE-i386-dvd1.iso.xz and the md5 > checksum is correct. Can someone please tell me what does that xz at > the end stand for ? It looks like it stands for some kind of > compression (gzip/bzip2/some new format), but I can't figure out > exactly which one. It's xz compression, archivers/xz from ports, which is a LZMA compression and decompression tool (next to com- pression and uncompression, there are tools comparable to zcat, zgrep, zless and so on). Some details from the package description: XZ Utils is free general-purpose data compression software with a high compression ratio. XZ Utils is the successor to LZMA Utils. The core of the XZ Utils compression code is based on the LZMA SDK. The primary compression algorithm is currently LZMA2, which is used inside the .xz container format. With typical files, XZ Utils creates output 30% smaller than gzip and 15% smaller than bzip2. The XZ Utils package consists of several components: * liblzma is a compression library with an API similar to that of zlib. * xz is a command line tool with syntax similar to that of gzip. * xzdec is a decompression-only tool smaller than the full-featured xz tool. * A set of shell scripts (xzgrep, xzdiff, etc.) have been adapted from gzip to ease viewing, grepping, and comparing compressed files. * Emulation of the command line tools of LZMA Utils eases transition from LZMA Utils to XZ Utils. WWW: http://tukaani.org/xz/ -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 06:39:50 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56FE81065670 for ; Sat, 2 Jul 2011 06:39:50 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id D65C98FC24 for ; Sat, 2 Jul 2011 06:39:49 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qctrn-00059o-TO for freebsd-questions@freebsd.org; Sat, 02 Jul 2011 08:39:47 +0200 Received: from 93-136-86-181.adsl.net.t-com.hr ([93.136.86.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 Jul 2011 08:39:47 +0200 Received: from gour by 93-136-86-181.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 02 Jul 2011 08:39:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Gour-Gadadhara Dasa Date: Sat, 2 Jul 2011 08:39:34 +0200 Lines: 53 Message-ID: <20110702083934.04003c58@atmarama.net> References: <4E0EB955.7090308@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/A4WBkM5=VCaJghVwGK0qw1t"; protocol="application/pgp-signature" X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 93-136-86-181.adsl.net.t-com.hr X-Newsreader: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) X-Face: 3Cy8q3pLN"sFiKpp%e^3=GTSm2xV5z:O1:| :WC~ei/w@ List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 06:39:50 -0000 --Sig_/A4WBkM5=VCaJghVwGK0qw1t Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, 02 Jul 2011 11:53:17 +0530 Manish Jain wrote: >=20 > Hi all, I just downloaded FreeBSD-8.2-RELEASE-i386-dvd1.iso.xz and the= md5 > checksum is correct. Can someone please tell me what does that xz at t= he > end stand for ? It looks like it stands for some kind of compression > (gzip/bzip2/some new format), but I can't figure out exactly which one. http://tukaani.org/xz/ Sincerely, Gour --=20 =E2=80=9CIn the material world, conceptions of good and bad are all mental speculations=E2=80=A6=E2=80=9D (Sri Caitanya Mahaprabhu) http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810 --Sig_/A4WBkM5=VCaJghVwGK0qw1t Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQIcBAEBAgAGBQJODr0nAAoJELhxXPVStcgQtxgP/2ZPh4pUd95Sl7h1bxS2BpiY NqAYqKdWEHrhVuB6d0JATFpgfaFAqY44Hizna6Zr2Lc87BrWgrudQ3pitfUlKD/j pIvCJOLPyH6Z9mzKfsArOO8pIkvNwcGuGtTjDzGKqKcuuqLTwNVbaVUNrFftDHhd exEhZCuYMxftlAj2JExlPf+BCb0C9Ws77Nwzx4nC/ARQCUThRuTnIWa/nwOgdBCr jjU8tNF/VJtx5Dp4K7wy15/KK6wy88w76FTDdnNrptE0pvHZWqmRSoB75mxeBp6i xNeW0rRMMAQ7DbIqHti/+NwBceKMUyqwS3YCpPZ7efLNyThyeDNQdS9iH8raNBb6 Xw4PUbjxle62UfeQgyzubVWvGXS5R39cJt2Yc+kfiGE1CuxVIQr+1PQAfVAGBo0y znXGCilcMIZpzU4jnhL/+qKzTvh81EnjbwnuZn3Nh8HtxNu7N74VPnFyTRE++9yF miVaEy3hrlmBJtDnN/YrwG7ok7RJl/YPBYwvs5+wcfiowlgU5pq56BQCLsEeW0h3 IBCP+WE0fU7oq8KJTCPlAbKCuxJ+CqVuU+PwMk+mBKlMPmDD2KXPRHE7+4fh2EVN fyqy2KmhMoNwKoiScrqnCcQ0UF1QqupgMqeONYq1REm0VZ9fud9QJPZca38LSlsK LG4hiUsFHOpesOygXls9 =s+fC -----END PGP SIGNATURE----- --Sig_/A4WBkM5=VCaJghVwGK0qw1t-- From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 07:52:02 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E274106566B for ; Sat, 2 Jul 2011 07:52:02 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4D3458FC0C for ; Sat, 2 Jul 2011 07:52:02 +0000 (UTC) Received: by qyk38 with SMTP id 38so2590968qyk.13 for ; Sat, 02 Jul 2011 00:52:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pWOWACOcGx8YcG2ng0lAa17RmIvyKdqBY7T7GPJkkxE=; b=OBizgeU4T/MyVp5Re0TZkSLvu0mMxpfZLLCjbY1maNTwFg+GF+zSq5BD5ueh0+535i T7jRawI7wpEAvKYfLPiq6prU6iCnc4fDN5pOSUP1kqfFJAZ0MZV2RZ9/UE46Nj8hZ9mC EvSBGoeimca3FCqQ6SQonZJX17jIw3QEBAw24= MIME-Version: 1.0 Received: by 10.224.196.1 with SMTP id ee1mr3119740qab.109.1309593121572; Sat, 02 Jul 2011 00:52:01 -0700 (PDT) Received: by 10.224.47.148 with HTTP; Sat, 2 Jul 2011 00:52:01 -0700 (PDT) In-Reply-To: <4E0EB955.7090308@gmail.com> References: <4E0EB955.7090308@gmail.com> Date: Sat, 2 Jul 2011 03:52:01 -0400 Message-ID: From: Mehmet Erol Sanliturk To: Manish Jain Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: What is xz ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2011 07:52:02 -0000 On Sat, Jul 2, 2011 at 2:23 AM, Manish Jain wrote: > > Hi all, > I just downloaded FreeBSD-8.2-RELEASE-i386-dvd1.iso.xz and the md5 > checksum is correct. Can someone please tell me what does that xz at > the end stand for ? It looks like it stands for some kind of > compression (gzip/bzip2/some new format), but I can't figure out > exactly which one. > Thank you & > Regards > Manish Jain > [1]invalid.pointer@gmail.com > > References > > 1. mailto:invalid.pointer@gmail.com > > http://en.wikipedia.org/wiki/Category:Archive_formats http://en.wikipedia.org/wiki/Tar_(file_format) http://en.wikipedia.org/wiki/Xz http://en.wikipedia.org/wiki/XZ_Utils Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 09:06:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADF0C106566C for ; Sat, 2 Jul 2011 09:06:30 +0000 (UTC) (envelope-from seyyedahmad.javadi@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7DBC68FC0C for ; Sat, 2 Jul 2011 09:06:30 +0000 (UTC) Received: by iwr19 with SMTP id 19so4588823iwr.13 for ; Sat, 02 Jul 2011 02:06:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=yN0yheRpNuAlMzAZ5LiiqEQm03oIZJzTUgQWUPtjbP0=; b=QOUugArs36dgmUW1GZ/QHk9Mdcrpa3QSY+NEG7W8QYE3/ygNloZ0JQp9hV0GPxfbeU PJcxzD5mNaTrRwXUCs5RSocoG7gAcZULRJClDOchYEVx3CFlANEZFDq7hl5eG3s9PLl3 Rt213hOPhsEKPnIScuaWewPDx3DwX51htdTk8= MIME-Version: 1.0 Received: by 10.42.8.10 with SMTP id g10mr4800276icg.137.1309596034051; Sat, 02 Jul 2011 01:40:34 -0700 (PDT) Received: by 10.42.227.134 with HTTP; Sat, 2 Jul 2011 01:40:34 -0700 (PDT) Date: Sat, 2 Jul 2011 13:10:34 +0430 Message-ID: From: ahmad javadi To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kernel socket 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, 02 Jul 2011 09:06:30 -0000 hi i am new in kernel socket programming in free bsd.is there any chance that someone send me a simple code which creates a socket with an local host or any address and begins to send some packets to the local host.im in a very need of this help. thanks. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 09:07:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EB141065672 for ; Sat, 2 Jul 2011 09:07:05 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 1C7AB8FC18 for ; Sat, 2 Jul 2011 09:07:04 +0000 (UTC) Received: from [82.113.99.152] (helo=tiny.Sisis.de.) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1QcwAI-0003Yy-0R; Sat, 02 Jul 2011 11:07:03 +0200 Received: from tiny.Sisis.de. (localhost [127.0.0.1]) by tiny.Sisis.de. (8.14.3/8.14.3) with ESMTP id p6298VG7001046; Sat, 2 Jul 2011 11:08:32 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de. (8.14.3/8.14.3/Submit) id p6298TBZ001045; Sat, 2 Jul 2011 11:08:29 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de.: guru set sender to guru@unixarea.de using -f Date: Sat, 2 Jul 2011 11:08:28 +0200 From: Matthias Apitz To: YOSHIDA Shigeru Message-ID: <20110702090827.GA1032@tiny> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.19 (2009-01-05) X-Con-Id: 51246 X-Originating-IP: 82.113.99.152 Cc: freebsd-questions@freebsd.org Subject: Re: Mouse problem on ThinkPad X61 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 09:07:05 -0000 El día Saturday, July 02, 2011 a las 02:59:44PM +0900, YOSHIDA Shigeru escribió: > Hi, > > I installed FreeBSD 8.2-RELEASE on ThinkPad X61. > > When I start the X, the TrackPoint is not recognized. > The mouse cursor don't move and the button clicks don't act. > > My settings on xorg.conf is as follows: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > and my setting on rc.conf is as follows: > > # -- sysinstall generated deltas -- # Mon Jun 13 04:23:12 2011 > moused_type="auto" > moused_enable="YES" > hald_enable="YES" > dbus_enable="YES" > > What did I missing some configuration? Try adding: Option "AllowEmptyInput" "false" to the Section "ServerLayout"; I know that a lot of people will say, DON'T do, but until now nobody could explain to me how this should work without :-) HIH matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 09:55:57 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEC54106564A for ; Sat, 2 Jul 2011 09:55:57 +0000 (UTC) (envelope-from fazaeli@sepehrs.com) Received: from sepehrs.com (sepehrs.com [213.217.59.98]) by mx1.freebsd.org (Postfix) with ESMTP id 1F10F8FC17 for ; Sat, 2 Jul 2011 09:55:56 +0000 (UTC) Received: from [127.0.0.1] ([192.168.3.10]) by sepehrs.com (8.14.3/8.14.3) with ESMTP id p629plAo037921; Sat, 2 Jul 2011 14:21:48 +0430 (IRDT) Message-ID: <4E0EEB28.9070007@sepehrs.com> Date: Sat, 02 Jul 2011 14:25:52 +0430 From: Hooman Fazaeli User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: ahmad javadi 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: kernel socket 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, 02 Jul 2011 09:55:57 -0000 On 7/2/2011 1:10 PM, ahmad javadi wrote: > hi > i am new in kernel socket programming in free bsd.is there any chance that > someone send me a simple code which creates a socket with an local host or > any address and begins to send some packets to the local host.im in a very > need of this help. > > 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" > OpenKeta (http://openketa.sourceforge.net/) is an open source web server which uses kernel socket API. Also take a look at socket(9) man page. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 09:55:57 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6054106566B for ; Sat, 2 Jul 2011 09:55:57 +0000 (UTC) (envelope-from fazaeli@sepehrs.com) Received: from sepehrs.com (mail2.sepehrs.com [213.217.59.98]) by mx1.freebsd.org (Postfix) with ESMTP id 1A6228FC15 for ; Sat, 2 Jul 2011 09:55:56 +0000 (UTC) Received: from [127.0.0.1] ([192.168.3.10]) by sepehrs.com (8.14.3/8.14.3) with ESMTP id p629bNPK001120; Sat, 2 Jul 2011 14:07:24 +0430 (IRDT) Message-ID: <4E0EE7C8.5040908@sepehrs.com> Date: Sat, 02 Jul 2011 14:11:28 +0430 From: Hooman Fazaeli User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: ahmad javadi References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: job offer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2011 09:55:57 -0000 Dear Mr. Javadi We are looking to employ staff to work in our customer support unit. We develop security products based on freebsd. If you are a freebsd fan, live in Iran and interested to work in a high-tech environment, pls. send me your resume. Phone: 88 97 57 01 Sepehr S. T. Co. Ltd. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 09:55:59 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FA97106566C for ; Sat, 2 Jul 2011 09:55:59 +0000 (UTC) (envelope-from fazaeli@sepehrs.com) Received: from sepehrs.com (mail2.sepehrs.com [213.217.59.98]) by mx1.freebsd.org (Postfix) with ESMTP id CEBFB8FC1A for ; Sat, 2 Jul 2011 09:55:58 +0000 (UTC) Received: from [127.0.0.1] ([192.168.3.10]) by sepehrs.com (8.14.3/8.14.3) with ESMTP id p629XD0F091023; Sat, 2 Jul 2011 14:03:13 +0430 (IRDT) Message-ID: <4E0EE6CD.1000107@sepehrs.com> Date: Sat, 02 Jul 2011 14:07:17 +0430 From: Hooman Fazaeli User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: ahmad javadi 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: kernel socket 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, 02 Jul 2011 09:55:59 -0000 On 7/2/2011 1:10 PM, ahmad javadi wrote: > hi > i am new in kernel socket programming in free bsd.is there any chance that > someone send me a simple code which creates a socket with an local host or > any address and begins to send some packets to the local host.im in a very > need of this help. > > 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" > OpenKeta (http://openketa.sourceforge.net/) is an open source web server which uses kernel socket API. Also take a look at socket(9) man page. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 11:26:16 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61941106566C for ; Sat, 2 Jul 2011 11:26:16 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from woodbine.london.02.net (woodbine.london.02.net [87.194.255.145]) by mx1.freebsd.org (Postfix) with ESMTP id 2FF4E8FC12 for ; Sat, 2 Jul 2011 11:26:15 +0000 (UTC) Received: from muji2.config (93.97.24.219) by woodbine.london.02.net (8.5.133) id 4E0B23A90023B89C for freebsd-questions@freebsd.org; Sat, 2 Jul 2011 12:26:14 +0100 Message-ID: <4E0F0056.1070501@onetel.com> Date: Sat, 02 Jul 2011 12:26:14 +0100 From: Chris Whitehouse User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100924 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4E0EB955.7090308@gmail.com> <20110702083826.c979afa8.freebsd@edvax.de> In-Reply-To: <20110702083826.c979afa8.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: What is xz ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2011 11:26:16 -0000 On 02/07/2011 07:38, Polytropon wrote: > On Sat, 02 Jul 2011 11:53:17 +0530, Manish Jain wrote: >> >> Hi all, >> I just downloaded FreeBSD-8.2-RELEASE-i386-dvd1.iso.xz and the md5 >> checksum is correct. Can someone please tell me what does that xz at >> the end stand for ? It looks like it stands for some kind of >> compression (gzip/bzip2/some new format), but I can't figure out >> exactly which one. > > It's xz compression, archivers/xz from ports, which is ...but before you install it you may find it is part of the base system. %pkg_info -Ix xz pkg_info: no packages match pattern(s) %which xz /usr/bin/xz I'm on 8.1-R Chris From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 11:43:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23C0F106564A for ; Sat, 2 Jul 2011 11:43:58 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id DD6D48FC0C for ; Sat, 2 Jul 2011 11:43:57 +0000 (UTC) Received: from r55.edvax.de (port-92-195-180-180.dynamic.qsc.de [92.195.180.180]) by mx02.qsc.de (Postfix) with ESMTP id 61F711E327; Sat, 2 Jul 2011 13:43:56 +0200 (CEST) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id p62BhtXU002601; Sat, 2 Jul 2011 13:43:55 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sat, 2 Jul 2011 13:43:55 +0200 From: Polytropon To: Chris Whitehouse Message-Id: <20110702134355.abcf92f1.freebsd@edvax.de> In-Reply-To: <4E0F0056.1070501@onetel.com> References: <4E0EB955.7090308@gmail.com> <20110702083826.c979afa8.freebsd@edvax.de> <4E0F0056.1070501@onetel.com> Organization: EDVAX 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: What is xz ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 11:43:58 -0000 On Sat, 02 Jul 2011 12:26:14 +0100, Chris Whitehouse wrote: > On 02/07/2011 07:38, Polytropon wrote: > > It's xz compression, archivers/xz from ports, which is > > ...but before you install it you may find it is part of the base system. > > %pkg_info -Ix xz > pkg_info: no packages match pattern(s) > %which xz > /usr/bin/xz > > I'm on 8.1-R Correct. I'm currently on 7-STABLE where it's "not yet" part of the base system, but my new 8.2-STABLE also has it in /usr/bin. I believe it has been introduced with version 8... -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 12:27:45 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74840106566B for ; Sat, 2 Jul 2011 12:27:45 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 209B18FC13 for ; Sat, 2 Jul 2011 12:27:44 +0000 (UTC) Received: by qyk30 with SMTP id 30so378175qyk.13 for ; Sat, 02 Jul 2011 05:27:44 -0700 (PDT) Received: by 10.224.213.194 with SMTP id gx2mr193363qab.148.1309609663898; Sat, 02 Jul 2011 05:27:43 -0700 (PDT) Received: from scorpio.seibercom.net (twdp-174-109-142-001.nc.res.rr.com [174.109.142.1]) by mx.google.com with ESMTPS id u15sm3303277qcq.24.2011.07.02.05.27.42 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 02 Jul 2011 05:27:43 -0700 (PDT) Received: from scorpio (zeus [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3R5v592ztwz2CG4p for ; Sat, 2 Jul 2011 08:27:41 -0400 (EDT) Date: Sat, 2 Jul 2011 08:27:40 -0400 From: Jerry To: FreeBSD Message-ID: <20110702082740.1264c54c@scorpio> In-Reply-To: <4E0F0056.1070501@onetel.com> References: <4E0EB955.7090308@gmail.com> <20110702083826.c979afa8.freebsd@edvax.de> <4E0F0056.1070501@onetel.com> Organization: seibercom.net X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: What is xz ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 12:27:45 -0000 On Sat, 02 Jul 2011 12:26:14 +0100 Chris Whitehouse articulated: > On 02/07/2011 07:38, Polytropon wrote: > > On Sat, 02 Jul 2011 11:53:17 +0530, Manish Jain wrote: > >> > >> Hi all, > >> I just downloaded FreeBSD-8.2-RELEASE-i386-dvd1.iso.xz and the > >> md5 checksum is correct. Can someone please tell me what does that > >> xz at the end stand for ? It looks like it stands for some kind of > >> compression (gzip/bzip2/some new format), but I can't figure > >> out exactly which one. > > > > It's xz compression, archivers/xz from ports, which is > > ...but before you install it you may find it is part of the base > system. > > %pkg_info -Ix xz > pkg_info: no packages match pattern(s) > %which xz > /usr/bin/xz > > I'm on 8.1-R From: http://www.freebsd.org/releases/8.1R/relnotes-detailed.html The liblzma library for LZMA2 lossless data compression algorithm and the userland utilities xz(1), xzdec(1), lzma(1), and lzmainfo(1). has been imported. When the old system is upgraded to 8.1-RELEASE, deinstalling a version found in the Ports Collection (archivers/xz) and recompilation of the packages which depend on it may be required. -- Jerry ✌ jerry+fbsd@seibercom.net Disclaimer: off-list followups get on-list replies or ignored. Do not CC this poster. Please do not ignore the "Reply-To" header. http://www.catb.org/~esr/faqs/smart-questions.html From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 16:06:08 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DB08106566C for ; Sat, 2 Jul 2011 16:06:08 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 5D5D18FC08 for ; Sat, 2 Jul 2011 16:06:08 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id p62G6TbB046901 for freebsd-questions@freebsd.org; Sat, 2 Jul 2011 11:06:29 -0500 (CDT) Date: Sat, 2 Jul 2011 11:06:29 -0500 (CDT) From: Robert Bonomi Message-Id: <201107021606.p62G6TbB046901@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: <20110702134355.abcf92f1.freebsd@edvax.de> Subject: Re: What is xz ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2011 16:06:08 -0000 > From owner-freebsd-questions@freebsd.org Sat Jul 2 06:45:00 2011 > Date: Sat, 2 Jul 2011 13:43:55 +0200 > From: Polytropon > To: Chris Whitehouse > Cc: freebsd-questions@freebsd.org > Subject: Re: What is xz ? > > On Sat, 02 Jul 2011 12:26:14 +0100, Chris Whitehouse wrote: > > On 02/07/2011 07:38, Polytropon wrote: > > > It's xz compression, archivers/xz from ports, which is > > > > ...but before you install it you may find it is part of the base system. > > > > %pkg_info -Ix xz > > pkg_info: no packages match pattern(s) > > %which xz > > /usr/bin/xz > > > > I'm on 8.1-R > > Correct. I'm currently on 7-STABLE where it's "not yet" part of > the base system, but my new 8.2-STABLE also has it in /usr/bin. > I believe it has been introduced with version 8... It is part of '7.2-RELEASE', Dunno about 7.1 From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 16:47:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 151A0106566C for ; Sat, 2 Jul 2011 16:47:23 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id CB2FA8FC08 for ; Sat, 2 Jul 2011 16:47:22 +0000 (UTC) Received: by vxg33 with SMTP id 33so4072002vxg.13 for ; Sat, 02 Jul 2011 09:47:22 -0700 (PDT) Received: by 10.220.118.80 with SMTP id u16mr1592268vcq.214.1309625241878; Sat, 02 Jul 2011 09:47:21 -0700 (PDT) Received: from gmail.com (ool-435056c7.dyn.optonline.net [67.80.86.199]) by mx.google.com with ESMTPS id cz13sm796043vcb.4.2011.07.02.09.47.19 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 02 Jul 2011 09:47:20 -0700 (PDT) Date: Sat, 2 Jul 2011 12:47:17 -0400 From: Chris Brennan To: Maciej Milewski Message-ID: <20110702164716.GC28122@gmail.com> References: <20110630223451.GA23355@gmail.com> <201107010115.16098.milu@dat.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201107010115.16098.milu@dat.pl> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-questions@freebsd.org Subject: Re: Looking to build a router box, seeking some general advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2011 16:47:23 -0000 * Maciej Milewski [2011-07-01 01:15:15 +0200]: > Hi Chris, > > Case for Alix shouldn't be a problem. Many universal ones may be used > (although they may be larger than your needs f.ex. external ones with > integrated antennas) > I took the PS, aluminium case for home/office use and board from one seller and > it all fits and works fine. You may even make your own case if you want :) > Usually Alix boards have wide range of PS support. F.ex. Alix.2/6 input > voltage is 7 to 20V DC. I tried many Linksys/Netgear 12V/1A PS and they worked > fine. The only thing which may be different is power jack, sometimes they make > different diameters for different routers. AFAIR Alix use 2,5mm. The CF cards > are not a problem on the market. You'll need to select if you want to use > pfsense or normal FreeBSD(NanoBSD builds). In /usr/src/tools/tools/nanobsd you > should find example build for PCEngines board. NanoBSD with Alix is very nice > connection. You may create two root slices/parts, config and data. This eases > upgrade procedure - you'll always have old working system and the new one. > Root is mounted in read-only mode so eventual power loss will not be a > problem. > Taking Alix(or any x86 compatible board) and having i386 buildhost environment > you may install packages from ports to your prepared image. > > For router you may use ARM or MIPS boards too but they need to be crossbuilt > and may need more work to setup them and of course their prices may be higher > than Alix. You should find some info about them on the wiki.freebsd.org Excellent suggested, worthy enough to hang on to. I've made note of your suggestions and will keep it handy for future reference. -- > Chris Brennan > -- > A: Yes. > >Q: Are you sure? > >>A: Because it reverses the logical flow of conversation. > >>>Q: Why is top posting frowned upon? > http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/ > GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8 9E4A EECD 9A84 D5B2 0C0C) ------------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 17:01:49 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69DBE106564A for ; Sat, 2 Jul 2011 17:01:49 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 29E248FC14 for ; Sat, 2 Jul 2011 17:01:48 +0000 (UTC) Received: by qwc9 with SMTP id 9so2723530qwc.13 for ; Sat, 02 Jul 2011 10:01:48 -0700 (PDT) Received: by 10.229.43.146 with SMTP id w18mr3493083qce.70.1309626108124; Sat, 02 Jul 2011 10:01:48 -0700 (PDT) Received: from gmail.com (ool-435056c7.dyn.optonline.net [67.80.86.199]) by mx.google.com with ESMTPS id t21sm3450366qcs.2.2011.07.02.10.01.46 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 02 Jul 2011 10:01:47 -0700 (PDT) Date: Sat, 2 Jul 2011 13:01:44 -0400 From: Chris Brennan To: FreeBSD Questions Message-ID: <20110702170143.GD28122@gmail.com> References: <20110630223451.GA23355@gmail.com> <474C2475961CD8BD9AEB2DA4@mac-pro.magehandbook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <474C2475961CD8BD9AEB2DA4@mac-pro.magehandbook.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: Looking to build a router box, seeking some general advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2011 17:01:49 -0000 * Daniel Staal [2011-06-30 20:42:48 -0400]: > --As for the rest, it is mine. > > There are a variety of stores that will sell ALIX kits, either > pre-assembled or not. I've used Netgate recently > (), but depending on where you are > others may be better. Many will also sell them pre-loaded with m0n0wall or > pfsense, both of which are FreeBSD-based router/firewall distros with web > interfaces to do most things you would want. (Although I know pfsense at > least doesn't support IPv6 configuration through the web interface yet. Of > course, you can still ssh in.) Excellent! This suites my needs perfectly for now. I've gone ahead and purchased a Netgate m1n1wall-2D13-black-system with an accompanying wireless kit. Their warehouse is closed for the US Independence holiday, so I won't have my order shipped till after Monday. -- > Chris Brennan > -- > A: Yes. > >Q: Are you sure? > >>A: Because it reverses the logical flow of conversation. > >>>Q: Why is top posting frowned upon? > http://xkcd.com/84/ | http://xkcd.com/149/ | http://xkcd.com/549/ > GPG: D5B20C0C (6741 8EE4 6C7D 11FB 8DA8 9E4A EECD 9A84 D5B2 0C0C) ------------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 17:42:09 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC51A106566B for ; Sat, 2 Jul 2011 17:42:09 +0000 (UTC) (envelope-from freebsd@penx.com) Received: from Elmer.dco.penx.com (elmer.dco.penx.com [174.46.214.165]) by mx1.freebsd.org (Postfix) with ESMTP id A417B8FC0C for ; Sat, 2 Jul 2011 17:42:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by Elmer.dco.penx.com (8.14.5/8.14.4) with ESMTP id p62Hg6FA023761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 2 Jul 2011 11:42:08 -0600 (MDT) (envelope-from freebsd@penx.com) Date: Sat, 2 Jul 2011 11:42:06 -0600 (MDT) From: Dennis Glatting X-X-Sender: dennisg@Elmer.dco.penx.com To: freebsd-questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: Trying to understand the mechanics of 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: Sat, 02 Jul 2011 17:42:09 -0000 I have a system with a large number of disks whose dmesg output is the last data component of this message, preceded by my zpool configuration which is preceded by my fstab. I boot off of ad4, which is the MARVELL Raid configured for RAID1 across two 1TB disks. The problem I have is if I add more disks to the Areca adapter, which is configured JBOD, or the ICH10, which is also configured JBOD, the BIOS sees the RAID1 disk, selects it, but when it starts to boot the BIOS appears to be the entity that prints the message: Reboot and Select proper boot device or insert boot media in selected boot device and press a key My motherboard is an ASUS RAMPAGE III Extreme but I have tried a different MB, in particular a Gigabyte board, with the same result. I do not see any hint of FreeBSD in the boot process and therefore do not know if the BIOS accesses the MBR of my RAID1 array or whetehr the problem is the BIOS or FreeBSD boot sequence. I do understand disk devices will move as one adds or removes disks, having had to edit fstab from CD boot many times previously, but I don't think that is the problem I am having, not to say it isn't a problem later in the boot sequence. I'm stumped how to go forward with debugging this problem. It appears to be some limitation is reached in the BIOSes. I am hopping someone with much more detailed knowledge of low level boot/disk sequences can point me in a direction. iirc> cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad4s1b none swap sw 0 0 /dev/ad4s1a / ufs rw 1 1 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 iirc> zpool status pool: disk-1 state: ONLINE scan: scrub repaired 0 in 1h8m with 0 errors on Sat Jul 2 04:10:41 2011 config: NAME STATE READ WRITE CKSUM disk-1 ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 da0 ONLINE 0 0 0 da1 ONLINE 0 0 0 da2 ONLINE 0 0 0 da3 ONLINE 0 0 0 errors: No known data errors pool: disk-2 state: ONLINE scan: scrub repaired 0 in 0h3m with 0 errors on Sat Jul 2 03:05:38 2011 config: NAME STATE READ WRITE CKSUM disk-2 ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 ad34 ONLINE 0 0 0 ad36 ONLINE 0 0 0 cache ad20 ONLINE 0 0 0 errors: No known data errors iirc> dmesg Copyright (c) 1992-2011 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.2-STABLE #25: Sat Jun 25 17:34:51 PDT 2011 root@iirc:/usr/src/sys/amd64/compile/IIRC amd64 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Core(TM) i7 CPU 940 @ 2.93GHz (2960.51-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x106a4 Family = 6 Model = 1a Stepping = 4 Features=0xbfebfbff Features2=0x98e3bd AMD Features=0x28100800 AMD Features2=0x1 TSC: P-state invariant real memory = 12884901888 (12288 MB) avail memory = 12371382272 (11798 MB) ACPI APIC Table: <031711 APIC1638> FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 SMT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 4 cpu5 (AP): APIC ID: 5 cpu6 (AP): APIC ID: 6 cpu7 (AP): APIC ID: 7 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard kbd1 at kbdmux0 acpi0: <031711 XSDT1638> on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, bff00000 (3) failed Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 cpu4: on acpi0 cpu5: on acpi0 cpu6: on acpi0 cpu7: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 atapci0: port 0xac00-0xac07,0xa880-0xa883,0xa800-0xa807,0xa480-0xa483,0xa400-0xa40f mem 0xfb9ff800-0xfb9fffff irq 28 at device 0.0 on pci1 atapci0: [ITHREAD] atapci0: AHCI v1.20 controller with 8 6Gbps ports, PM not supported ata2: on atapci0 ata2: [ITHREAD] ata3: on atapci0 ata3: [ITHREAD] ata4: on atapci0 ata4: [ITHREAD] ata5: on atapci0 ata5: [ITHREAD] ata6: on atapci0 ata6: [ITHREAD] ata7: on atapci0 ata7: [ITHREAD] ata8: on atapci0 ata8: [ITHREAD] ata9: on atapci0 ata9: [ITHREAD] pcib2: at device 2.0 on pci0 pci2: on pcib2 pci2: at device 0.0 (no driver attached) pcib3: at device 3.0 on pci0 pci3: on pcib3 vgapci0: port 0xb000-0xb0ff mem 0xd0000000-0xdfffffff,0xfbbe0000-0xfbbeffff irq 24 at device 0.0 on pci3 pci3: at device 0.1 (no driver attached) pcib4: at device 5.0 on pci0 pci4: on pcib4 arcmsr0: port 0xc800-0xc8ff mem 0xfbcf0000-0xfbcfffff,0xfbc80000-0xfbcbffff irq 26 at device 0.0 on pci4 ARECA RAID ADAPTER0: Driver Version 1.20.00.21 2010-03-03 ARECA RAID ADAPTER0: FIRMWARE VERSION V1.49 2010-12-10 arcmsr0: [ITHREAD] pcib5: at device 7.0 on pci0 pci5: on pcib5 pci0: at device 20.0 (no driver attached) pci0: at device 20.1 (no driver attached) pci0: at device 20.2 (no driver attached) pci0: at device 20.3 (no driver attached) em0: port 0x9c00-0x9c1f mem 0xfb8e0000-0xfb8fffff,0xfb8df000-0xfb8dffff irq 20 at device 25.0 on pci0 em0: Using an MSI interrupt em0: [FILTER] em0: Ethernet address: f4:6d:04:01:c6:fc uhci0: port 0x9480-0x949f irq 16 at device 26.0 on pci0 uhci0: [ITHREAD] uhci0: LegSup = 0x2f00 usbus0: on uhci0 uhci1: port 0x9800-0x981f irq 21 at device 26.1 on pci0 uhci1: [ITHREAD] uhci1: LegSup = 0x2f00 usbus1: on uhci1 uhci2: port 0x9880-0x989f irq 19 at device 26.2 on pci0 uhci2: [ITHREAD] uhci2: LegSup = 0x2f00 usbus2: on uhci2 ehci0: mem 0xfb8de000-0xfb8de3ff irq 18 at device 26.7 on pci0 ehci0: [ITHREAD] usbus3: EHCI version 1.0 usbus3: on ehci0 pcib6: irq 17 at device 28.0 on pci0 pci7: on pcib6 pcib7: irq 16 at device 0.0 on pci7 pci8: on pcib7 atapci1: port 0xec00-0xec0f mem 0xfbeffc00-0xfbeffc7f,0xfbef0000-0xfbef7fff irq 16 at device 0.0 on pci8 atapci1: [ITHREAD] ata10: on atapci1 ata10: [ITHREAD] ata11: on atapci1 ata11: [ITHREAD] ata12: on atapci1 ata12: [ITHREAD] ata13: on atapci1 ata13: [ITHREAD] pcib8: irq 17 at device 28.4 on pci0 pci6: on pcib8 atapci2: port 0xdc00-0xdc07,0xd880-0xd883,0xd800-0xd807,0xd480-0xd483,0xd400-0xd40f mem 0xfbdfe000-0xfbdfffff irq 16 at device 0.0 on pci6 atapci2: [ITHREAD] atapci3: on atapci2 atapci3: [ITHREAD] atapci3: AHCI v1.00 controller with 2 3Gbps ports, PM supported ata14: on atapci3 ata14: [ITHREAD] ata15: on atapci3 ata15: [ITHREAD] ata16: on atapci2 ata16: [ITHREAD] uhci3: port 0x9000-0x901f irq 23 at device 29.0 on pci0 uhci3: [ITHREAD] uhci3: LegSup = 0x2f00 usbus4: on uhci3 uhci4: port 0x9080-0x909f irq 19 at device 29.1 on pci0 uhci4: [ITHREAD] uhci4: LegSup = 0x2f00 usbus5: on uhci4 uhci5: port 0x9400-0x941f irq 18 at device 29.2 on pci0 uhci5: [ITHREAD] uhci5: LegSup = 0x2f00 usbus6: on uhci5 ehci1: mem 0xfb8dd000-0xfb8dd3ff irq 23 at device 29.7 on pci0 ehci1: [ITHREAD] usbus7: EHCI version 1.0 usbus7: on ehci1 pcib9: at device 30.0 on pci0 pci9: on pcib9 isab0: at device 31.0 on pci0 isa0: on isab0 atapci4: port 0x8880-0x8887,0x8800-0x8803,0x8480-0x8487,0x8400-0x8403,0x8080-0x809f mem 0xfb8db000-0xfb8db7ff irq 20 at device 31.2 on pci0 atapci4: [ITHREAD] atapci4: AHCI called from vendor specific driver atapci4: AHCI v1.20 controller with 6 3Gbps ports, PM supported ata17: on atapci4 ata17: [ITHREAD] ata18: on atapci4 ata18: [ITHREAD] ata19: on atapci4 ata19: [ITHREAD] ata20: on atapci4 ata20: [ITHREAD] ata21: on atapci4 ata21: [ITHREAD] ata22: on atapci4 ata22: [ITHREAD] pci0: at device 31.3 (no driver attached) acpi_button0: on acpi0 atrtc0: port 0x70-0x71 irq 8 on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 qpi0: on motherboard pcib10: pcibus 255 on qpi0 pci255: on pcib10 orm0: at iomem 0xd0000-0xd4fff,0xd5000-0xd7fff,0xd9800-0xdc7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] ppc0: cannot reserve I/O port range coretemp0: on cpu0 est0: on cpu0 p4tcc0: on cpu0 coretemp1: on cpu1 est1: on cpu1 p4tcc1: on cpu1 coretemp2: on cpu2 est2: on cpu2 p4tcc2: on cpu2 coretemp3: on cpu3 est3: on cpu3 p4tcc3: on cpu3 coretemp4: on cpu4 est4: on cpu4 p4tcc4: on cpu4 coretemp5: on cpu5 est5: on cpu5 p4tcc5: on cpu5 coretemp6: on cpu6 est6: on cpu6 p4tcc6: on cpu6 coretemp7: on cpu7 est7: on cpu7 p4tcc7: on cpu7 Timecounters tick every 1.000 msec vboxdrv: fAsync=0 offMin=0x32c offMax=0x56c usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 12Mbps Full Speed USB v1.0 usbus7: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 ugen4.1: at usbus4 uhub4: on usbus4 ugen5.1: at usbus5 uhub5: on usbus5 ugen6.1: at usbus6 uhub6: on usbus6 ugen7.1: at usbus7 uhub7: on usbus7 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered uhub6: 2 ports with 2 removable, self powered ad4: 1906688MB at ata2-master UDMA100 SATA 1.5Gb/s ad20: 57241MB at ata10-master UDMA100 SATA 3Gb/s ad22: 57241MB at ata11-master UDMA100 SATA 3Gb/s acd0: DVDR at ata15-master UDMA100 SATA 1.5Gb/s ad34: 1907729MB at ata17-master UDMA100 SATA 3Gb/s ad36: 1907729MB at ata18-master UDMA100 SATA 3Gb/s ad38: 1907729MB at ata19-master UDMA100 SATA 3Gb/s ad40: 1907729MB at ata20-master UDMA100 SATA 3Gb/s uhub3: 6 ports with 6 removable, self powered uhub7: 6 ports with 6 removable, self powered acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01 (probe18:ata15:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe18:ata15:0:0:0): CAM status: SCSI Status Error (probe18:ata15:0:0:0): SCSI status: Check Condition (probe18:ata15:0:0:0): SCSI sense: NOT READY asc:3a,1 (Medium not present - tray closed) da0 at arcmsr0 bus 0 scbus0 target 0 lun 0 da0: Fixed Direct Access SCSI-5 device da0: 166.666MB/s transfers (83.333MHz DT, offset 32, 16bit) da0: Command Queueing enabled da0: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da1 at arcmsr0 bus 0 scbus0 target 0 lun 1 da1: Fixed Direct Access SCSI-5 device da1: 166.666MB/s transfers (83.333MHz DT, offset 32, 16bit) da1: Command Queueing enabled da1: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da2 at arcmsr0 bus 0 scbus0 target 0 lun 2 da2: Fixed Direct Access SCSI-5 device da2: 166.666MB/s transfers (83.333MHz DT, offset 32, 16bit) da2: Command Queueing enabled da2: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da3 at arcmsr0 bus 0 scbus0 target 0 lun 3 da3: Fixed Direct Access SCSI-5 device da3: 166.666MB/s transfers (83.333MHz DT, offset 32, 16bit) da3: Command Queueing enabled da3: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da4 at arcmsr0 bus 0 scbus0 target 0 lun 4 da4: Fixed Direct Access SCSI-5 device da4: 166.666MB/s transfers (83.333MHz DT, offset 32, 16bit) da4: Command Queueing enabled da4: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da5 at arcmsr0 bus 0 scbus0 target 0 lun 5 da5: Fixed Direct Access SCSI-5 device da5: 166.666MB/s transfers (83.333MHz DT, offset 32, 16bit) da5: Command Queueing enabled da5: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) pass6 at arcmsr0 bus 0 scbus0 target 16 lun 0 pass6: Fixed Processor SCSI-0 device SMP: AP CPU #1 Launched! SMP: AP CPU #5 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #7 Launched! SMP: AP CPU #4 Launched! SMP: AP CPU #6 Launched! cd0 at ata15 bus 0 scbus5 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device SMP: AP CPU #2 Launched! cd0: 100.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed Trying to mount root from ufs:/dev/ad4s1a ugen6.2: at usbus6 ums0: on usbus6 ums0: 3 buttons and [XYZ] coordinates ID=0 ugen5.2: at usbus5 ZFS filesystem version 5 ZFS storage pool version 28 ugen6.3: at usbus6 ukbd0: on usbus6 kbd2 at ukbd0 uhid0: on usbus6 vboxnet0: Ethernet address: 0a:00:27:00:00:00 em0: link state changed to UP drm0: on vgapci0 info: [drm] MSI enabled 1 message(s) info: [drm] Initialized radeon 1.31.0 20080613 From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 21:25:12 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DA581065673 for ; Sat, 2 Jul 2011 21:25:12 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3378FC25 for ; Sat, 2 Jul 2011 21:25:12 +0000 (UTC) Received: by pzk27 with SMTP id 27so1754698pzk.13 for ; Sat, 02 Jul 2011 14:25:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=MjMsksHGaBN8taetj7JvFUC9kLSouZicjcJG/se+gNk=; b=T1enw4HjGbc9ZlrbjqK/jgvLt1MQtZBM1vpyPRvRqtjSMb/8dYAXitb+Pp2EVuvahn Asb3XrdkvxzAyrZ/6eOpz26WH14M0wxSDGEsH8YsCm/FgRDSCJbqro4qQ4EwVp4oxDe7 WKgH7CKI2KRk9ewjMclorpQ2T+ut/cjJDgcrs= MIME-Version: 1.0 Received: by 10.68.40.161 with SMTP id y1mr5429032pbk.156.1309641911416; Sat, 02 Jul 2011 14:25:11 -0700 (PDT) Received: by 10.68.64.104 with HTTP; Sat, 2 Jul 2011 14:25:11 -0700 (PDT) Date: Sat, 2 Jul 2011 21:25:11 +0000 Message-ID: From: "b. f." To: Robert Bonomi , freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: What is xz ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 21:25:12 -0000 > > From owner-freebsd-questions at freebsd.org Sat Jul 2 06:45:00 2011 > > Date: Sat, 2 Jul 2011 13:43:55 +0200 > > From: Polytropon > > To: Chris Whitehouse > > Cc: freebsd-questions at freebsd.org > > Subject: Re: What is xz ? > > > > On Sat, 02 Jul 2011 12:26:14 +0100, Chris Whitehouse wrote: > > > On 02/07/2011 07:38, Polytropon wrote: > > > > > Correct. I'm currently on 7-STABLE where it's "not yet" part of > > the base system, but my new 8.2-STABLE also has it in /usr/bin. > > I believe it has been introduced with version 8... > > It is part of '7.2-RELEASE', Dunno about 7.1 Hmm. Are you sure? If this is true, the archivers/xz port needs to be patched to IGNORE those branches of 7 that have xz. But I don't see any mention of it at: http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/xz/ChangeLog or http://svnweb.FreeBSD.org/base/stable/7/contrib/ b. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 22:51:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21B4A106564A for ; Sat, 2 Jul 2011 22:51:17 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id EDF4F8FC0A for ; Sat, 2 Jul 2011 22:51:16 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id p62Mpce9048774 for freebsd-questions@freebsd.org; Sat, 2 Jul 2011 17:51:38 -0500 (CDT) Date: Sat, 2 Jul 2011 17:51:38 -0500 (CDT) From: Robert Bonomi Message-Id: <201107022251.p62Mpce9048774@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: Subject: Re: What is xz ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2011 22:51:17 -0000 > Date: Sat, 2 Jul 2011 21:25:11 +0000 > From: "b. f." > To: Robert Bonomi , freebsd-questions@freebsd.org > Cc: > Subject: Re: What is xz ? > > > > From owner-freebsd-questions at freebsd.org Sat Jul 2 06:45:00 2011 > > > Date: Sat, 2 Jul 2011 13:43:55 +0200 > > > From: Polytropon > > > To: Chris Whitehouse > > > Cc: freebsd-questions at freebsd.org > > > Subject: Re: What is xz ? > > > > > > On Sat, 02 Jul 2011 12:26:14 +0100, Chris Whitehouse wrote: > > > > On 02/07/2011 07:38, Polytropon wrote: > > > > > > > > Correct. I'm currently on 7-STABLE where it's "not yet" part of > > > the base system, but my new 8.2-STABLE also has it in /usr/bin. > > > I believe it has been introduced with version 8... > > > > It is part of '7.2-RELEASE', Dunno about 7.1 > > Hmm. Are you sure? What I know is that I have a '7.2-RELEASE' i386 box, that's had nothing done to it after the original 'sysinstall' (from CDs, no net connectivity), as far as _adding_ anything. it does run a highly customized kernel, but that is the only 'post-install' change made. It is on that box. This was a near "full" install from the CDs, not a minimal one. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 23:29:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D4D5106564A for ; Sat, 2 Jul 2011 23:29:23 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp03.lnh.mail.rcn.net (smtp03.lnh.mail.rcn.net [207.172.157.103]) by mx1.freebsd.org (Postfix) with ESMTP id CD1B58FC18 for ; Sat, 2 Jul 2011 23:29:22 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 02 Jul 2011 19:29:22 -0400 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr17.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id AYS47322; Sat, 2 Jul 2011 19:29:21 -0400 Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp04.lnh.mail.rcn.net with ESMTP; 02 Jul 2011 19:29:21 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19983.43472.728768.889910@jerusalem.litteratus.org> Date: Sat, 2 Jul 2011 19:29:20 -0400 To: bf1783@gmail.com In-Reply-To: References: X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr17.lnh.mail.rcn.net) Cc: freebsd-questions@freebsd.org, Robert Bonomi Subject: Re: What is xz ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2011 23:29:23 -0000 b. f. writes: > > It is part of '7.2-RELEASE', Dunno about 7.1 > > Hmm. Are you sure? If this is true, the archivers/xz port needs > to be patched to IGNORE those branches of 7 that have xz. Is that necessarily true? For comparison: the default system compiler is gcc-4.2.1 (I believe). There are several higher numbered versions in ports. Robert Huff