From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 00:10:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0641C16A412 for ; Sun, 17 Sep 2006 00:10:50 +0000 (UTC) (envelope-from jeff.rollin@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700F143D62 for ; Sun, 17 Sep 2006 00:10:49 +0000 (GMT) (envelope-from jeff.rollin@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so3525118wxd for ; Sat, 16 Sep 2006 17:10:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=fetwGM8C20n8u5oNMFyyvWmij2UX0/6Au1y9V/2CwHEt4ImeiR+hh065u+Dl76Vr/rizHFfrvMBCQ3R74r0CYLgWll9XJ44wawS/jhU0HbynMy5pnSU7pZOMkxTS8fSWIjENdyeI2YbBTtYC2JyU/5wsEYVmHwMopFrC5x3XShk= Received: by 10.90.25.9 with SMTP id 9mr4146384agy; Sat, 16 Sep 2006 17:10:48 -0700 (PDT) Received: by 10.90.98.12 with HTTP; Sat, 16 Sep 2006 17:10:48 -0700 (PDT) Message-ID: <8a0028260609161710j2c303a4agd756d0ce3df43017@mail.gmail.com> Date: Sun, 17 Sep 2006 01:10:48 +0100 From: "Jeff Rollin" To: "Dan Bikle" In-Reply-To: <74252ed10609161649se80d8d2tde7a2b04b0f78398@mail.gmail.com> MIME-Version: 1.0 References: <74252ed10609161649se80d8d2tde7a2b04b0f78398@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd, Suse Linux dual booting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 00:10:50 -0000 On 17/09/06, Dan Bikle wrote: > > FreeBSD and Linux people, > > I have a PC which I want to boot as windows, FreeBSD, and Suse 10.1 Linux. > > Currently, FreeBSD boot0 menu shows both Windows and FreeBSD as boot-able. > > The FreeBSD boot0 menu does not show the Linux OS (which I just > installed). > > So, I did some reading of the FreeBSD handbook: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html > > It suggests that I have 2 ways to solve this problem: > > 1. Configure the FreeBSD boot0 menu so that it can boot > Windows, FreeBSD, and Linux > > Or, > > 2. Replace The FreeBSD boot0 menu with LILO Boot Manager > > I like option 1. > > Q1: How do I add Suse 10.1 Linux to the FreeBSD boot0 menu? > > As for option 2, > if I want to try LILO, I'll need to toss my FreeBSD boot0 menu in the > trash. > > Q2: If I cannot get LILO to boot FreeBSD, how do I boot get > FreeBSD to boot and then how do I restore my old FreeBSD boot0 menu? AFAIK, FreeBSD's boot loader cannot be configured, but merely loads the OSes detected when it is run. If it does not detect something, you're out of luck. A better option than LILO is GRUB, which is installed by default by SUSE 10.x. XP will probably be detected by the installlation program, but if not, here's how to add both XP and FreeBSD to the menu: Edit the file /boot/grub/menu.1st. Create new entries as follows. # The following entries assume that Windows XP is on drive 0, partition 0 (/dev/hda1 in Linux, /dev/ad0s1 in FBSD), with SuSE Linux on drive 0, partition 1 (/dev/hda2 or /dev/ad0s2), and FreeBSD on drive 1, partition 0 (/dev/hdb1, /dev/ad1s0a) title=WindowsXP root (hd0,0) chainloader +1 title=SuSE Linux 10.1 root (hd0,1) kernel={the correct parameters should already be here} title=FreeBSD 6.1 root (hd1,0,a) chainloader +1 # menu.1st ends here HTH, Jeff. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 00:16:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C18716A403 for ; Sun, 17 Sep 2006 00:16:47 +0000 (UTC) (envelope-from ke.han@redstarling.com) Received: from smtp102.biz.mail.mud.yahoo.com (smtp102.biz.mail.mud.yahoo.com [68.142.200.237]) by mx1.FreeBSD.org (Postfix) with SMTP id BAF3C43D58 for ; Sun, 17 Sep 2006 00:16:46 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: (qmail 81244 invoked from network); 17 Sep 2006 00:16:46 -0000 Received: from unknown (HELO ?192.168.1.20?) (ke.han@redstarling.com@218.79.215.253 with plain) by smtp102.biz.mail.mud.yahoo.com with SMTP; 17 Sep 2006 00:16:45 -0000 In-Reply-To: <450C46A8.3080908@verysmall.org> References: <450C46A8.3080908@verysmall.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7DB29E6C-AFB7-4BDE-9DDA-428A61268846@redstarling.com> Content-Transfer-Encoding: 7bit From: ke han Date: Sun, 17 Sep 2006 08:16:41 +0800 To: "pobox@verysmall.org" X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: rebooting into single user mode on a remote server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 00:16:47 -0000 On Sep 17, 2006, at 2:47 AM, pobox@verysmall.org wrote: > Hello, > > could somebody help me to understand the best way to enter into a > single user mode on a remote server. > > I need it for the moment, during rebuilding world, when I have to > reboot into single user mode before 'mergemaster -p'. I had this same issue last week... fortunately, my hosting provider had a remote KVM solution and hooked it up to my server while I got the job done. btw, that provider was m5hosting.com. I originally found them from the freebsd.org community page and have been very happy with their knowledge and support. good luck, ke han > > The only solution I found so far is to do 'shutdown -r now' and > when the server boots to login with ssh and do 'shutdown now' - > which should drop it to single user mode. > > I can ask the support at the hosting location to reboot in single > user mode, but I do not know if I will have ssh then? > > Alternatively I can ask them to do the last few steps. > > Thank you for your advises, > Iv. > > -- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 00:38:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2124C16A417 for ; Sun, 17 Sep 2006 00:38:17 +0000 (UTC) (envelope-from chris@altbit.org) Received: from outbound.mailhop.org (outbound.mailhop.org [63.208.196.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id C780A43D5D for ; Sun, 17 Sep 2006 00:38:16 +0000 (GMT) (envelope-from chris@altbit.org) Received: from ip70-178-178-249.ks.ks.cox.net ([70.178.178.249] helo=[192.168.1.101]) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.51) id 1GOkfn-000DXc-PY for freebsd-questions@freebsd.org; Sat, 16 Sep 2006 20:38:15 -0400 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 70.178.178.249 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: hobbsc Message-ID: <450C98EF.70503@altbit.org> Date: Sat, 16 Sep 2006 19:38:07 -0500 From: Christopher Hobbs User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Firefox and flash revisited. Don't shoot me for this post. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 00:38:17 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 OK, let me preface this by saying flash 7 was marked broken for a reason (a very good one at that). I'm probably going to be stepping on some toes here and I'd like to apologize in advance. I've managed to install the broken port by changing a couple of files and using macromedia's own package. It was a no-brainer. I don't recommend doing this by any means. I've carried out this installation for two reasons, one was for development on an internal machine that never touches the net. Second because of the sheer volume of people asking about how to do this, I was curious to see if it could be done. I've detailed the process here: http://altbit.org/?p=207 Let me say again, that this is a VERY bad idea. There are serious implications in installing this port. Modification of the port's files could probably break something that I don't completely understand as well. Use this at your own risk. One last time, I'd like to apologize for stepping on any toes, but I understand the annoyance of this port not functioning. Thank you. cmh - -- C.M. Hobbs, KD5RYO http://altbit.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFDJjv+HhXKrh8irARAl5rAKDNAtAcmboCLhBawun3yZWn/2hkxQCeJjp6 jmoeWa0aHyrH8rdNYBz46Y8= =MAb0 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 00:55:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F7BF16A417 for ; Sun, 17 Sep 2006 00:55:29 +0000 (UTC) (envelope-from dan.bikle@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C29D43D5D for ; Sun, 17 Sep 2006 00:55:28 +0000 (GMT) (envelope-from dan.bikle@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so3532090wxd for ; Sat, 16 Sep 2006 17:55:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=PqaY8yo8V0atCYV0RclbwetBnmoCzWXrOUmTHcKVxB1EH0SfrVkT81V+IKqqt/Wg8k3RdviyGK6K4Tay3xD6iawf69bhTSvfYHIzHv8xa9Gl1HD+y7bA8DuR14WaWkP+w4qvLZ7T9GpWf31uc5KSi6Dv/TxnJwaXalN1bQZwzFU= Received: by 10.90.25.9 with SMTP id 9mr4147647agy; Sat, 16 Sep 2006 17:55:27 -0700 (PDT) Received: by 10.90.86.4 with HTTP; Sat, 16 Sep 2006 17:55:27 -0700 (PDT) Message-ID: <74252ed10609161755h4eb8e3e4p2a74c7fe3bedc1a6@mail.gmail.com> Date: Sat, 16 Sep 2006 17:55:27 -0700 From: "Dan Bikle" To: "Greg 'groggy' Lehey" , "Jeff Rollin" , freebsd-questions@freebsd.org In-Reply-To: <8a0028260609161710j2c303a4agd756d0ce3df43017@mail.gmail.com> MIME-Version: 1.0 References: <74252ed10609161649se80d8d2tde7a2b04b0f78398@mail.gmail.com> <8a0028260609161710j2c303a4agd756d0ce3df43017@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Freebsd, Suse Linux dual booting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 00:55:29 -0000 People, this is great info; thanks for taking time to type it up. I'm now convinced that Grub is good. On my FreeBSD box I see this: bash moibsd maco /usr/home/maco 3 $ bash moibsd maco /usr/home/maco 3 $ bash moibsd maco /usr/home/maco 3 $ bash moibsd maco /usr/home/maco 3 $ bash moibsd maco /usr/home/maco 3 $ cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad8s3b none swap sw 0 0 /dev/ad8s3a / ufs rw 1 1 ##/dev/ad8s4a /u1 ufs rw 1 1 /dev/acd0 /dvd1 cd9660 ro,noauto 0 0 /dev/acd1 /dvd2 cd9660 ro,noauto 0 0 linprocfs /compat/linux/proc linprocfs rw 0 0 bash moibsd maco /usr/home/maco 4 $ bash moibsd maco /usr/home/maco 4 $ bash moibsd maco /usr/home/maco 4 $ bash moibsd maco /usr/home/maco 4 $ bash moibsd maco /usr/home/maco 4 $ df bash moibsd maco /usr/home/maco 4 $ df bash moibsd maco /usr/home/maco 4 $ df bash moibsd maco /usr/home/maco 4 $ df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad8s3a 91913630 37443012 47117528 44% / devfs 1 1 0 100% /dev linprocfs 4 4 0 100% /usr/compat/linux/proc bash moibsd maco /usr/home/maco 5 $ bash moibsd maco /usr/home/maco 5 $ Comparing that with the information in the mail list and this page: http://www.lemis.com/grog/diary-apr2006.html#21 suggests to me, that this Grub entry would be appropriate: title FreeBSD 5.5 root (hd8,2,a) kernel /boot/loader Anyone care to confirm before I pull the plug on my FreeBSD boot0 menu? -Dan On 9/16/06, Jeff Rollin wrote: > > > > On 17/09/06, Dan Bikle wrote: > > > > FreeBSD and Linux people, > > > > I have a PC which I want to boot as windows, FreeBSD, and Suse 10.1Linux. > > > > Currently, FreeBSD boot0 menu shows both Windows and FreeBSD as > > boot-able. > > > > The FreeBSD boot0 menu does not show the Linux OS (which I just > > installed). > > > > So, I did some reading of the FreeBSD handbook: > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html > > > > It suggests that I have 2 ways to solve this problem: > > > > 1. Configure the FreeBSD boot0 menu so that it can boot > > Windows, FreeBSD, and Linux > > > > Or, > > > > 2. Replace The FreeBSD boot0 menu with LILO Boot Manager > > > > I like option 1. > > > > Q1: How do I add Suse 10.1 Linux to the FreeBSD boot0 menu? > > > > As for option 2, > > if I want to try LILO, I'll need to toss my FreeBSD boot0 menu in the > > trash. > > > > Q2: If I cannot get LILO to boot FreeBSD, how do I boot get > > FreeBSD to boot and then how do I restore my old FreeBSD boot0 menu? > > > AFAIK, FreeBSD's boot loader cannot be configured, but merely loads the > OSes detected when it is run. If it does not detect something, you're out of > luck. > > A better option than LILO is GRUB, which is installed by default by SUSE > 10.x. XP will probably be detected by the installlation program, but if > not, here's how to add both XP and FreeBSD to the menu: > > Edit the file /boot/grub/menu.1st. Create new entries as follows. > > # The following entries assume that Windows XP is on drive 0, partition 0 > (/dev/hda1 in Linux, /dev/ad0s1 in FBSD), with SuSE Linux on drive 0, > partition 1 (/dev/hda2 or /dev/ad0s2), and FreeBSD on drive 1, partition 0 > (/dev/hdb1, /dev/ad1s0a) > > title=WindowsXP > root (hd0,0) > chainloader +1 > > title=SuSE Linux 10.1 > root (hd0,1) > kernel={the correct parameters should already be here} > > title=FreeBSD 6.1 > root (hd1,0,a) > chainloader +1 > > # menu.1st ends here > > HTH, > > Jeff. > From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 00:58:26 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5830416A407 for ; Sun, 17 Sep 2006 00:58:26 +0000 (UTC) (envelope-from dkelly@HiWAAY.net) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id D19CA43D46 for ; Sun, 17 Sep 2006 00:58:25 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 10376 invoked by uid 0); 17 Sep 2006 00:58:24 -0000 Received: from unknown (HELO ?10.0.0.6?) (216.186.148.249) by smtp3.knology.net with SMTP; 17 Sep 2006 00:58:24 -0000 In-Reply-To: <20060916202927.66218.qmail@web30006.mail.mud.yahoo.com> References: <20060916202927.66218.qmail@web30006.mail.mud.yahoo.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5D9847DD-E98F-4392-9ADC-0F08E0837135@HiWAAY.net> Content-Transfer-Encoding: 7bit From: David Kelly Date: Sat, 16 Sep 2006 19:58:21 -0500 To: David Fontenot X-Mailer: Apple Mail (2.752.2) Cc: FreeBSD Questions Subject: Re: 28.8kbs/56kbs modems 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: Sun, 17 Sep 2006 00:58:26 -0000 On Sep 16, 2006, at 3:29 PM, David Fontenot wrote: > To whom it may concern, > Currently, I am using Ubuntu Linux 6.06 and it is really a let- > down after I got it when I realized that Ubuntu does not do well > with 28.8kbs/56kbs modems. It will not let me use my modem. "Cheap" is the buzzword for internal modems. "Windows only" is a common way to make cheap modems, aka, "winmodem". I have never used FreeBSD with a winmodem but understand there is a way to use some models. Has been many years since, but have used FreeBSD over dialup external modem with many years of success. Generally one finds better support for Windows-specific hardware with Linux than FreeBSD. Linux seems to want badly to supplant Microsoft Windows and to that goal developers will work to equal every minutia. FreeBSD says, "Bill who?, Bill Joy?" > I was wondering how Free-bsd does with dial-up modems (2 > year old computer) and highspeed interenet, (I might get high speed > soon). Unless things have changed, FreeBSD works perfectly with external modems using PPP protocol to your ISP. > P.S. If my family did share a high speed internet connection, > could I still connect to their network and share the internet, even > if they are both using Windows XP? Yes. Either an XP machine can "share" its internet connection (presumably you will use ethernet) or your FreeBSD system can do the same for the others. "Internet" is not yet a Microsoft-proprietary protocol, quite the opposite as Unix shares its internet protocols with Microsoft. Sent from MacOS X thru a "shared" network using a FreeBSD gateway. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 00:59:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 411D916A4A0 for ; Sun, 17 Sep 2006 00:59:38 +0000 (UTC) (envelope-from jeff.rollin@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BADF43D45 for ; Sun, 17 Sep 2006 00:59:36 +0000 (GMT) (envelope-from jeff.rollin@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so3532688wxd for ; Sat, 16 Sep 2006 17:59:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=dphMZOhEp1XIoltPFm033FOzkfKBYVgWELM+nJn5gT0CNudHQDuA1W185k2q4gV59CMrbg0VMSMv2J0YZ3ihG+aBMt8L2c/zlR8nN2fcxnqmDsUeq0p2Mng6Fnx7u1G1pwEllCpWM2oGzXErrbPIfUDp1ngjl/jueTd0993mfoE= Received: by 10.90.25.9 with SMTP id 9mr4147768agy; Sat, 16 Sep 2006 17:59:36 -0700 (PDT) Received: by 10.90.98.12 with HTTP; Sat, 16 Sep 2006 17:59:36 -0700 (PDT) Message-ID: <8a0028260609161759r7f872f9apcc607c6b2591ef61@mail.gmail.com> Date: Sun, 17 Sep 2006 01:59:36 +0100 From: "Jeff Rollin" To: "Dan Bikle" In-Reply-To: <74252ed10609161755h4eb8e3e4p2a74c7fe3bedc1a6@mail.gmail.com> MIME-Version: 1.0 References: <74252ed10609161649se80d8d2tde7a2b04b0f78398@mail.gmail.com> <8a0028260609161710j2c303a4agd756d0ce3df43017@mail.gmail.com> <74252ed10609161755h4eb8e3e4p2a74c7fe3bedc1a6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd, Suse Linux dual booting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 00:59:38 -0000 On 17/09/06, Dan Bikle wrote: > > People, > > this is great info; thanks for taking time to type it up. > I'm now convinced that Grub is good. > > On my FreeBSD box I see this: > > bash moibsd maco /usr/home/maco 3 $ > bash moibsd maco /usr/home/maco 3 $ > bash moibsd maco /usr/home/maco 3 $ > bash moibsd maco /usr/home/maco 3 $ > bash moibsd maco /usr/home/maco 3 $ cat /etc/fstab > # Device Mountpoint FStype Options Dump > Pass# > /dev/ad8s3b none swap sw 0 0 > /dev/ad8s3a / ufs rw 1 1 > ##/dev/ad8s4a /u1 ufs rw 1 1 > /dev/acd0 /dvd1 cd9660 ro,noauto 0 0 > /dev/acd1 /dvd2 cd9660 ro,noauto 0 0 > linprocfs /compat/linux/proc linprocfs rw 0 0 > bash moibsd maco /usr/home/maco 4 $ > bash moibsd maco /usr/home/maco 4 $ > bash moibsd maco /usr/home/maco 4 $ > bash moibsd maco /usr/home/maco 4 $ > > bash moibsd maco /usr/home/maco 4 $ df > bash moibsd maco /usr/home/maco 4 $ df > bash moibsd maco /usr/home/maco 4 $ df > bash moibsd maco /usr/home/maco 4 $ df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad8s3a 91913630 37443012 47117528 44% / > devfs 1 1 0 100% /dev > linprocfs 4 4 0 100% /usr/compat/linux/proc > bash moibsd maco /usr/home/maco 5 $ > bash moibsd maco /usr/home/maco 5 $ > > Comparing that with the information in the mail list > and this page: > > http://www.lemis.com/grog/diary-apr2006.html#21 > suggests to me, > that this Grub entry would be appropriate: > > title FreeBSD 5.5 > root (hd8,2,a) > kernel /boot/loader > Dang, I always mix up XP and FBSD syntax. Yes, that looks fine. Good luck! Jeff From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 01:56:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C49C716A415 for ; Sun, 17 Sep 2006 01:56:21 +0000 (UTC) (envelope-from jaj13@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6270843D6B for ; Sun, 17 Sep 2006 01:56:21 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate02.web.de (Postfix) with ESMTP id 0F12B1F58468; Sun, 17 Sep 2006 03:56:20 +0200 (CEST) Received: from [83.99.27.193] (helo=[10.0.0.11]) by smtp07.web.de with esmtp (WEB.DE 4.107 #114) id 1GOltL-0006ni-00; Sun, 17 Sep 2006 03:56:19 +0200 Message-ID: <450CAB43.1000904@web.de> Date: Sun, 17 Sep 2006 03:56:19 +0200 From: Jona Joachim User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: Christopher Hobbs References: <450C98EF.70503@altbit.org> In-Reply-To: <450C98EF.70503@altbit.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: jaj13@web.de X-Sender: jaj13@web.de Cc: freebsd-questions@freebsd.org Subject: Re: Firefox and flash revisited. Don't shoot me for this post. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 01:56:21 -0000 Christopher Hobbs wrote: > OK, let me preface this by saying flash 7 was marked broken for a reason > (a very good one at that). I'm probably going to be stepping on some > toes here and I'd like to apologize in advance. I've managed to install > the broken port by changing a couple of files and using macromedia's own > package. It was a no-brainer. > > I don't recommend doing this by any means. I've carried out this > installation for two reasons, one was for development on an internal > machine that never touches the net. Second because of the sheer volume > of people asking about how to do this, I was curious to see if it could > be done. > > I've detailed the process here: http://altbit.org/?p=207 To get the distinfo file, just run 'make makesum', it's a lot easier. Commenting out 'RESTRICTED' is not required. > Let me say again, that this is a VERY bad idea. If it's a bad idea then why do you tell people how to do it? You could perhaps just send in a PR with your changes and the maintainer and the committers will take a look at it. --jona From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 02:15:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2051D16A412 for ; Sun, 17 Sep 2006 02:15:16 +0000 (UTC) (envelope-from chris@altbit.org) Received: from outbound.mailhop.org (outbound.mailhop.org [63.208.196.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5133B43D5E for ; Sun, 17 Sep 2006 02:15:05 +0000 (GMT) (envelope-from chris@altbit.org) Received: from ip70-178-178-249.ks.ks.cox.net ([70.178.178.249] helo=[192.168.1.101]) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.51) id 1GOmBU-000JCx-34; Sat, 16 Sep 2006 22:15:04 -0400 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 70.178.178.249 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: hobbsc Message-ID: <450CAFA0.6040407@altbit.org> Date: Sat, 16 Sep 2006 21:14:56 -0500 From: Christopher Hobbs User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: Jona Joachim References: <450C98EF.70503@altbit.org> <450CAB43.1000904@web.de> In-Reply-To: <450CAB43.1000904@web.de> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Firefox and flash revisited. Don't shoot me for this post. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 02:15:16 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jona Joachim wrote: > Christopher Hobbs wrote: >> OK, let me preface this by saying flash 7 was marked broken for a reason >> (a very good one at that). I'm probably going to be stepping on some >> toes here and I'd like to apologize in advance. I've managed to install >> the broken port by changing a couple of files and using macromedia's own >> package. It was a no-brainer. >> >> I don't recommend doing this by any means. I've carried out this >> installation for two reasons, one was for development on an internal >> machine that never touches the net. Second because of the sheer volume >> of people asking about how to do this, I was curious to see if it could >> be done. >> >> I've detailed the process here: http://altbit.org/?p=207 > > To get the distinfo file, just run 'make makesum', it's a lot easier. > > Commenting out 'RESTRICTED' is not required. > >> Let me say again, that this is a VERY bad idea. > > If it's a bad idea then why do you tell people how to do it? > You could perhaps just send in a PR with your changes and the maintainer > and the committers will take a look at it. > > --jona Thanks for the 'make makesum' and RESTRICTED tips, while I know my way around the ports system, there are still a few odds and ends that I don't completely understand. I need to read more about it. As for the PR, I didn't actually change anything but the Makefile and distinfo. If I could, I'd do something useful with flash but it's not open source, after all. I posted it because I know the feeling of frustration when something won't work. I prefaced it with the whole "bad idea" spill because it can still be used for "internal" purposes like I had previously mentioned (i.e. the development box at my office that never touches the net). I'm really sorry if I'm coming off wrong here. I'm probably not following etiquette too well. I'll look into a PR, though I don't know that it'll do much good. I'm not looking to start any wars, I just wanted to help out. cmh - -- C.M. Hobbs, KD5RYO http://altbit.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFDK+g+HhXKrh8irARAm13AKCqtbZiw9uoNabRt8sSmZpdDT4SkACgoWtv S3FvOl9OlxKO1IZgp6IxShU= =9stO -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 02:04:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F36E16A47B for ; Sun, 17 Sep 2006 02:04:35 +0000 (UTC) (envelope-from redtick@sbcglobal.net) Received: from web81207.mail.mud.yahoo.com (web81207.mail.mud.yahoo.com [68.142.199.111]) by mx1.FreeBSD.org (Postfix) with SMTP id 07A8743D49 for ; Sun, 17 Sep 2006 02:04:34 +0000 (GMT) (envelope-from redtick@sbcglobal.net) Received: (qmail 23511 invoked by uid 60001); 17 Sep 2006 02:04:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=KQ9ruaoe6Qthqi6/WX4qrK9t9j70asH3F0eUhT3RuE1gRGuP/rqhPa9tOBa1eN+yozakLkpp+kpKSGCgjbd62TJiGXqZGjGN4UvlG4reNEEF33V+WwiImap7Q68wPqVvTbHz0XA7zVkWLoji/NvN6WujmS8qt7cWI7jZ7iVS5Ck= ; Message-ID: <20060917020434.23509.qmail@web81207.mail.mud.yahoo.com> Received: from [68.90.158.239] by web81207.mail.mud.yahoo.com via HTTP; Sat, 16 Sep 2006 19:04:34 PDT Date: Sat, 16 Sep 2006 19:04:34 -0700 (PDT) From: Mark Busby To: help help MIME-Version: 1.0 X-Mailman-Approved-At: Sun, 17 Sep 2006 02:28:05 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: wg311t and via chipset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 02:04:35 -0000 I've run onto a problem with a netgear wg311t and a msi k8 neo with a via chip. I've placed the card into all the pci slots removed all other pci cards and still it refuses to work for 6.1 bsd or m$. I've placed the card into an older pc and it works for 6.1 bsd with no problems. pciconf -lv shows that the card is not there, it lights one of the tx led in the back but thats the only life it shows in the msi neo. I've searched the netgear site and found an article about needing the via 4-in-1 drivers for the via chip, installed them but no joy even in windows. Are there any hints for the sys.ctl file to aid the use if this card?? Someone else must be running this combo, if so how?? From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 03:04:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 850A116A40F for ; Sun, 17 Sep 2006 03:04:50 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B43943D55 for ; Sun, 17 Sep 2006 03:04:50 +0000 (GMT) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id k8H34CVJ082756 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 16 Sep 2006 20:04: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 k8H34BdL082755; Sat, 16 Sep 2006 20:04:11 -0700 (PDT) Received: by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA09405; Sat, 16 Sep 06 19:48:59 PDT Date: Sat, 16 Sep 06 19:48:59 PDT From: perryh@pluto.rain.com (Perry Hutchison) Message-Id: <10609170248.AA09405@pluto.rain.com> To: freebsd-questions@freebsd.org References: <450C46A8.3080908@verysmall.org> <450C652C.7040700@infracaninophile.co.uk> In-Reply-To: <450C652C.7040700@infracaninophile.co.uk> Cc: pobox@verysmall.org Subject: Re: rebooting into single user mode on a remote server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 03:04:50 -0000 > In order to follow the upgrade instructions in the Handbook or > /usr/src/UPDATING to the letter, you need console access to the > machine being updated. That is [a] problem ... when it's in a > hosting centre umpty dozen miles away ... > > There are essentially three possibilities. > > i) get someone local to the machine to do the bits requiring the > console access ... > > ii) arrange to get remote console access. That can be expensive > if you go down the route of buying a dedicated console server. > Or it can be very cheap indeed if you have another FreeBSD box > close by the machine you're trying to update and you can string > null modem cables between their serial ports ... > > iii) Finally, and not to be dismissed without due consideration, > is the really quite simple approach of /not/ taking the machine > down to single user mode ... iv) (actually a variant of ii, but different enough to warrant separate mention IMO) Put a "PC Weasel" or similar in any machine that is going to be located remotely. This card looks like a VGA to the machine, but allows for remote access. The simple ones support only text mode via a serial port; some of the fancier ones act as X11 clients so as to also support graphics modes. This gives you access not only to the FreeBSD console, but to the BIOS. And no, I do not work for any manufacturer or supplier of such. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 03:16:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 613B916A407 for ; Sun, 17 Sep 2006 03:16:40 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E6E843D5A for ; Sun, 17 Sep 2006 03:16:39 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.6) id k8H3GdQ5072108; Sat, 16 Sep 2006 22:16:39 -0500 (CDT) (envelope-from dan) Date: Sat, 16 Sep 2006 22:16:39 -0500 From: Dan Nelson To: Pietro Cerutti Message-ID: <20060917031639.GD55663@dan.emsphone.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 6.1-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.13 (2006-08-11) Cc: FreeBSD Questions Subject: Re: top(1) STATE column X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 03:16:40 -0000 In the last episode (Sep 16), Pietro Cerutti said: > I'd like to know the meaning of the possible STATEs showing up in > top. In the manual pages I found this: > > STATE is the current state (one of "START", "RUN" (shown as > "CPUn" on SMP systems), "SLEEP", "STOP", "ZOMB", "WAIT", "LOCK" > or the event on which the process waits) > > Where can I found info about other possible states (nanslp, kserel, > ttyin, ucond, sbwait, ...) that I usually see in top? > > I think these have to do with the "the event on which the process > waits" part of the man page... isn't there any complete list on > those? They're only documented in the source, as far as I know. A quick grep comes up with around 300 different unique waits and mutexes in the kernel: find /sys -name "*.c" | xargs grep 'sleep(.*".*"' | sed -e 's/^.*\"\(.*\)\".*$/\1/' | sort -u | wc -l -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 04:18:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 600A916A403 for ; Sun, 17 Sep 2006 04:18:32 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A2DD43D55 for ; Sun, 17 Sep 2006 04:18:32 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: from [192.168.2.4] (chello084114134105.3.15.vie.surfer.at [84.114.134.105]) by thing.verysmall.org (Postfix) with ESMTP id 0EDA62289B; Sun, 17 Sep 2006 05:17:24 +0100 (BST) Message-ID: <450CCC90.6000605@verysmall.org> Date: Sun, 17 Sep 2006 06:18:24 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Bob References: <200609161541.38002.bob@tania.servebbs.org> <450C55FA.5070701@verysmall.org> <200609161639.47705.bob@tania.servebbs.org> In-Reply-To: <200609161639.47705.bob@tania.servebbs.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: When is BuildWorld necessary? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 04:18:32 -0000 Bob wrote: > On Saturday 16 September 2006 15:52, pobox@verysmall.org wrote: > >> But I have one question - do you rebuild the world on a remote machine > > Sorry; I am a newbie at FreeBSD, and have never done a buildworld :-( I have > spent lots of time on Linux, Solaris, and SCO, but this is my first cut at > BSD. > > Just from past NIX experience though, I would never rebuild an entire OS > remotely without having someone onsite to push the On/Off switch when the > inevitable happens :-( We have someone to push the switch. I just thought if it is possible to be done without engaging the support. Iv. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 04:28:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B261316A407 for ; Sun, 17 Sep 2006 04:28:44 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49C3943D45 for ; Sun, 17 Sep 2006 04:28:44 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: from [192.168.2.4] (chello084114134105.3.15.vie.surfer.at [84.114.134.105]) by thing.verysmall.org (Postfix) with ESMTP id 2B7642283B; Sun, 17 Sep 2006 05:27:29 +0100 (BST) Message-ID: <450CCEEE.7010202@verysmall.org> Date: Sun, 17 Sep 2006 06:28:30 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Matthew Seaman , freebsd-questions@freebsd.org References: <450C46A8.3080908@verysmall.org> <450C652C.7040700@infracaninophile.co.uk> In-Reply-To: <450C652C.7040700@infracaninophile.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: rebooting into single user mode on a remote server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 04:28:44 -0000 Matthew Seaman wrote: > pobox@verysmall.org wrote: >> Hello, >> >> could somebody help me to understand the best way to enter into a single >> user mode on a remote server. >> >> I need it for the moment, during rebuilding world, when I have to reboot >> into single user mode before 'mergemaster -p'. >> >> The only solution I found so far is to do 'shutdown -r now' and when the >> server boots to login with ssh and do 'shutdown now' - which should drop >> it to single user mode. >> >> I can ask the support at the hosting location to reboot in single user >> mode, but I do not know if I will have ssh then? >> >> Alternatively I can ask them to do the last few steps. > > Yep. You've become the latest person to realise this perennial problem. > In order to follow the upgrade instructions in the Handbook or > /usr/src/UPDATING to the letter, you need console access to the machine > being updated. > > That is no problem when the machine is on your desk, or probably not if > it's just down the hall. But when it's in a hosting centre umpty dozen > miles away and you can't actually get to it? > > There are essentially three possibilities. > > i) You've thought of this approach already: get someone local to the machine > to do the bits requiring the console access. That works if the people at > the other site are competent and trustworthy, and you can afford to pay > for their time. > > ii) The next solution, and on the whole, probably the best solution > available, is to arrange to get remote console access. That can be > expensive if you go down the route of buying a dedicated console server. > Or it can be very cheap indeed if you have another FreeBSD box close by > the machine you're trying to update and you can string null modem cables > between their serial ports. Then you configure your FreeBSD box requiring > update to use ttya as its console and use tip(1) to get into it from the > other machine. (Actually, you could probably make that approach work from > any other unixoid OS or even from Windows so long as you can find the right > serial console emulation software). If you're really lucky, you're > running flashy new hardware with IPMI or similar "lights out" management > capability and can get into the machine through that. It doesn't work in > anything like the same way as a serial console, but the end result is > just as good. > > iii) Finally, and not to be dismissed without due consideration, is the > really quite simple approach of /not/ taking the machine down to single > user mode. Most of the time, you can quite happily run 'make installworld' > or 'make installkernel' or 'mergemaster' while the system is in multiuser > mode. You should shutdown all active services except what you need to > get in remotely and you should kick any other users off the machine as well > as generally taking steps to ensure the machine is as quiescent as possible > before trying that. You should also have a 'back to square one' plan for > dealing with the eventuality that the machine does not come back after > attempting to reboot into the new kernel -- you really absolutely will > require someone quite FreeBSD savvy to get onto the console to unfuck > things if so, and that illustrates the big drawback to this approach: if > it goes wrong, you are truly left up a gum tree without a paddle. > > Don't try approach (iii) for an upgrade over too many version numbers at > once. Jumping from, say 6.1-RELEASE to 6.1-RELEASE-p6 should be feasible, > as should jumping from 6.0-RELEASE to 6.1-RELEASE. Going from say > 5.5-RELEASE to 6.1-RELEASE is only for the brave or the most highly > skilled, and anything more than that is only for the foolhardy. Neither is > it a good idea to do method (iii) if you're making any major changes to the > hardware on the system. Nor does approach (iii) mix at all well with the > use of raised secure levels. > > Cheers, > > Matthew Matthew, thanks (and all others) for the detailed reply. The possibilities are now kind of clear to me and I'll have to work out which one I can implement best. Thanks a lot again, Iv From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 04:30:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F0B016A47E for ; Sun, 17 Sep 2006 04:30:19 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id D352643D49 for ; Sun, 17 Sep 2006 04:30:18 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: from [192.168.2.4] (chello084114134105.3.15.vie.surfer.at [84.114.134.105]) by thing.verysmall.org (Postfix) with ESMTP id 2FF8122852; Sun, 17 Sep 2006 05:29:12 +0100 (BST) Message-ID: <450CCF55.3080706@verysmall.org> Date: Sun, 17 Sep 2006 06:30:13 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Laurence Sanford References: <200609161541.38002.bob@tania.servebbs.org> <450C55FA.5070701@verysmall.org> <450C81D6.2070503@wilderness.homeip.net> In-Reply-To: <450C81D6.2070503@wilderness.homeip.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Bob , freebsd-questions@freebsd.org Subject: Re: When is BuildWorld necessary? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 04:30:19 -0000 Laurence Sanford wrote: > pobox@verysmall.org wrote: >> >> But I have one question - do you rebuild the world on a remote machine >> (without physical access) and if yes - how do you restart in single >> user mode. This is what I can't understand so far. >> >> Thanks, >> Iv > > In 6 years, I've never dropped any machine to single user to do any part > of a buildworld upgrade. I've stopped many running services, but never > gone to single user. The only time I had any problems with this approach > was when I blindly flubbed versions in my supfile and cvsup'd a 6 system > with 4 source. That wasn't pretty. But it would have been not pretty in > single user mode as well. I heard this from another place as well. It just sounds too scary for me at the moment... But may be when I feel more comfortable with the things and/or there is no other way. Thanks anyway for pointing that out! Iv. -- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 04:36:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40CEA16A407 for ; Sun, 17 Sep 2006 04:36:24 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3C2843D53 for ; Sun, 17 Sep 2006 04:36:23 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (unknown [66.142.189.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id 6B4BE114314 for ; Sat, 16 Sep 2006 23:29:24 -0500 (CDT) Date: Sat, 16 Sep 2006 23:36:15 -0500 From: pauls@utdallas.edu To: freebsd-questions@freebsd.org Message-ID: In-Reply-To: <450CCC90.6000605@verysmall.org> References: <200609161541.38002.bob@tania.servebbs.org> <450C55FA.5070701@verysmall.org> <200609161639.47705.bob@tania.servebbs.org> <450CCC90.6000605@verysmall.org> X-Mailer: Mulberry/4.0.5 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========3C5005AD715FBEC385A9==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: When is BuildWorld necessary? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 04:36:24 -0000 --==========3C5005AD715FBEC385A9========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On September 17, 2006 6:18:24 AM +0200 pobox@verysmall.org wrote: > Bob wrote: >> On Saturday 16 September 2006 15:52, pobox@verysmall.org wrote: >> >>> But I have one question - do you rebuild the world on a remote machine >> >> Sorry; I am a newbie at FreeBSD, and have never done a buildworld :-( I >> have spent lots of time on Linux, Solaris, and SCO, but this is my >> first cut at BSD. >> >> Just from past NIX experience though, I would never rebuild an entire >> OS remotely without having someone onsite to push the On/Off switch >> when the inevitable happens :-( > > We have someone to push the switch. I just thought if it is possible to > be done without engaging the support. > No one has mentioned the security/freebsd-update port. With that you can=20 apply updates to the kernel and world without having to build them *if*=20 (and only if!) you are running a GENERIC kernel. For remote=20 administration, this may be a good option for some. I've done a number of build world and kernel routines without a problem. make buildworld make buildkernel make installkernel reboot mergemaster -p make install world mergemaster reboot This has worked for me on three different systems, all of which are easily = accessible if something goes wrong. I have one server that's about 20=20 miles away and much more critical than the others (in terms of uptime and=20 accessibility) *and* I don't have remote access to the server through a=20 KVM or similar. For that one I use freebsd-update, because I don't want=20 to have to suddenly jump in the car and drive 30 minutes (while the server = is down) to fix a problem. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========3C5005AD715FBEC385A9==========-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 07:10:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E378816A403 for ; Sun, 17 Sep 2006 07:10:45 +0000 (UTC) (envelope-from dan@havoc.unixathome.org) Received: from havoc.unixathome.org (havoc.unixathome.org [66.154.98.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A767143D55 for ; Sun, 17 Sep 2006 07:10:45 +0000 (GMT) (envelope-from dan@havoc.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by havoc.unixathome.org (Postfix) with ESMTP id 28AA4564A5 for ; Sun, 17 Sep 2006 00:10:45 -0700 (PDT) X-Virus-Scanned: by amavisd-new at unixathome.org Received: from havoc.unixathome.org ([127.0.0.1]) by localhost (havoc.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XdQvpQ2xQjb3 for ; Sun, 17 Sep 2006 00:10:04 -0700 (PDT) Received: by havoc.unixathome.org (Postfix, from userid 1001) id DB2F15649D; Sun, 17 Sep 2006 00:10:01 -0700 (PDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20060917071001.DB2F15649D@havoc.unixathome.org> Date: Sun, 17 Sep 2006 00:10:01 -0700 (PDT) Subject: The FreeBSD Diary: 2006-08-27 - 2006-09-16 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 07:10:46 -0000 The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . These are the articles posted during this period: 4-Sep : Monitor your 3Ware battery backup unit (BBU) Why not monitor your battery? http://freebsddiary.org/3ware-netsaint-plugin-addenda.php?2 28-Aug : 3Ware - Manage your RAID arrays via http Nothing like a little graphical interaction to get the bytes flowing http://freebsddiary.org/dual-opteron-3ware-web.php?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 09:09:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8224F16A40F for ; Sun, 17 Sep 2006 09:09:44 +0000 (UTC) (envelope-from dan.bikle@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2434D43D45 for ; Sun, 17 Sep 2006 09:09:43 +0000 (GMT) (envelope-from dan.bikle@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so3600752wxd for ; Sun, 17 Sep 2006 02:09:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Cl9HFXg01VgiR4HkeGs6YV0YhFCfh7LtgTj7m43nrjndtaiVWG97lAfsT1a/+vGxagbvT4b2kZLrQpKjB8wIMzJjHkhzCYrzVTH5QB7NvIzepYL8lLkgSX2BrWvRVyRwtY7ECSlk+mG2h7UI9o0EL+qf7iDFhfHf67ewoQuQ+8s= Received: by 10.90.55.19 with SMTP id d19mr4158853aga; Sun, 17 Sep 2006 02:09:42 -0700 (PDT) Received: by 10.90.100.1 with HTTP; Sun, 17 Sep 2006 02:09:42 -0700 (PDT) Message-ID: <74252ed10609170209j7ea7fb0at5cb2850e06b0aff@mail.gmail.com> Date: Sun, 17 Sep 2006 02:09:42 -0700 From: "Dan Bikle" To: "Jeff Rollin" , "Greg 'groggy' Lehey" , freebsd-questions@freebsd.org In-Reply-To: <8a0028260609161759r7f872f9apcc607c6b2591ef61@mail.gmail.com> MIME-Version: 1.0 References: <74252ed10609161649se80d8d2tde7a2b04b0f78398@mail.gmail.com> <8a0028260609161710j2c303a4agd756d0ce3df43017@mail.gmail.com> <74252ed10609161755h4eb8e3e4p2a74c7fe3bedc1a6@mail.gmail.com> <8a0028260609161759r7f872f9apcc607c6b2591ef61@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Freebsd, Suse Linux dual booting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 09:09:44 -0000 Well, I rolled the dice and tried grub. Moral: grub is good. Details: I decided to re-install Suse 10.1 so I could interact with the mechanism which installs Grub. Then... I found this in /boot/grub/menu.lst suse:/boot/grub # cat menu.lst # Modified by YaST2. Last modification on Sun Sep 17 05:08:44 UTC 2006 color white/blue black/light-gray default 0 timeout 8 ###Don't change this comment - YaST2 identifier: Original name: linux### title SUSE Linux 10.1 root (hd0,5) kernel /boot/vmlinuz root=/dev/sda6 apm=off acpi=off mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll pci=nommconf resume=/dev/sda5 splash=silent showopts initrd /boot/initrd ###Don't change this comment - YaST2 identifier: Original name: windows 1### title windows 1 chainloader (hd0,0)+1 ###Don't change this comment - YaST2 identifier: Original name: windows 2### title windows 2 chainloader (hd0,1)+1 ###Don't change this comment - YaST2 identifier: Original name: failsafe### title Failsafe -- SUSE Linux 10.1 root (hd0,5) kernel /boot/vmlinuz root=/dev/sda6 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3 initrd /boot/initrd It looks like Suse thinks the disk is named hd0 rather than hd8. So, I added this entry: ###Don't change this comment - YaST2 identifier: Original name: FreeBSD 5.5### title FreeBSD 5.5 root (hd0,2,a) kernel /boot/loader This is a direct pattern off of the discussion here: http://www.lemis.com/grog/diary-apr2006.html#21 And the grub file in front of my face. Then I rebooted and saw a nice Grub menu with FreeBSD 5.5 listed on the bottom. I picked it. It sent me to the Beastie boot menu I'm so familiar with. And I used that to boot my FreeBSD box. I'm jazzed. I wish golf were this easy. Thanks gentlemen. -Dan On 9/16/06, Jeff Rollin wrote: > > > > On 17/09/06, Dan Bikle wrote: > > > People, > > > > this is great info; thanks for taking time to type it up. > > I'm now convinced that Grub is good. > > > > On my FreeBSD box I see this: > > > > bash moibsd maco /usr/home/maco 3 $ > > bash moibsd maco /usr/home/maco 3 $ > > bash moibsd maco /usr/home/maco 3 $ > > bash moibsd maco /usr/home/maco 3 $ > > bash moibsd maco /usr/home/maco 3 $ cat /etc/fstab > > # Device Mountpoint FStype Options Dump > > Pass# > > /dev/ad8s3b none swap sw 0 > > 0 > > /dev/ad8s3a / ufs rw 1 > > 1 > > ##/dev/ad8s4a /u1 ufs rw 1 > > 1 > > /dev/acd0 /dvd1 cd9660 ro,noauto 0 > > 0 > > /dev/acd1 /dvd2 cd9660 ro,noauto 0 > > 0 > > linprocfs /compat/linux/proc linprocfs rw 0 0 > > bash moibsd maco /usr/home/maco 4 $ > > bash moibsd maco /usr/home/maco 4 $ > > bash moibsd maco /usr/home/maco 4 $ > > bash moibsd maco /usr/home/maco 4 $ > > > > bash moibsd maco /usr/home/maco 4 $ df > > bash moibsd maco /usr/home/maco 4 $ df > > bash moibsd maco /usr/home/maco 4 $ df > > bash moibsd maco /usr/home/maco 4 $ df > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/ad8s3a 91913630 37443012 47117528 44% / > > devfs 1 1 0 100% /dev > > linprocfs 4 4 0 100% /usr/compat/linux/proc > > bash moibsd maco /usr/home/maco 5 $ > > bash moibsd maco /usr/home/maco 5 $ > > > > Comparing that with the information in the mail list > > and this page: > > > > http://www.lemis.com/grog/diary-apr2006.html#21 > > suggests to me, > > that this Grub entry would be appropriate: > > > > title FreeBSD 5.5 > > root (hd8,2,a) > > kernel /boot/loader > > > > Dang, I always mix up XP and FBSD syntax. Yes, that looks fine. Good luck! > > > Jeff > > From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 10:21:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CB616A407 for ; Sun, 17 Sep 2006 10:21:48 +0000 (UTC) (envelope-from elite_bizkit@hotmail.com) Received: from bay0-omc3-s37.bay0.hotmail.com (bay0-omc3-s37.bay0.hotmail.com [65.54.246.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C6043D58 for ; Sun, 17 Sep 2006 10:21:47 +0000 (GMT) (envelope-from elite_bizkit@hotmail.com) Received: from hotmail.com ([64.4.35.14]) by bay0-omc3-s37.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 17 Sep 2006 03:20:20 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Sep 2006 03:20:20 -0700 Message-ID: Received: from 84.12.178.205 by by12fd.bay12.hotmail.msn.com with HTTP; Sun, 17 Sep 2006 10:20:18 GMT X-Originating-IP: [84.12.178.205] X-Originating-Email: [elite_bizkit@hotmail.com] X-Sender: elite_bizkit@hotmail.com From: To: freebsd-questions@freebsd.org Date: Sun, 17 Sep 2006 10:20:18 +0000 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_6fa5_1203_ffc" X-OriginalArrivalTime: 17 Sep 2006 10:20:20.0502 (UTC) FILETIME=[E10C6360:01C6DA42] Subject: BFG 7650 GX2 can't find valid mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 10:21:48 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_6fa5_1203_ffc Content-Type: text/plain; format=flowed Hello all, I'm having a slight issue with my new FreeBSD box - when I test the xorg.conf.new file that "Xorg -configure" creates I get an error that says (EE) NV(1): Cannot read V_BIOS (3) (EE) NV(1): No valid modes found I searched around on the internet and found some modeline information for a similar setup to mine which I tried without success. I then installed the latest FreeBSD nvidia drivers which, after installing compat5x and running nvidia-xconfig, caused my machine to reboot every time I tried X -config on the file. I found that I could stop my system from rebooting when I replaced Driver "nvidia" with Driver "nv" in the Device sections in the config file but this took me back to square one. Finally I tried connecting the system up to an iiyama Vision Master 400 (CRT) and had exactly the same problem :( Here is my current setup: Intel Duo 2 Core E6700 4GB of Corsair RAM 260GB SATA HDD (1) - XP 80GB SATA HDD (2) - FreeBSD BFG 7950 GX2 Emu0404 Sound Card Hanns.G 19" Widescreen LCD (HW191D) Problem: When I run Xorg -configure I get the following: ===== BEGIN ===== cerberus# Xorg -configure X Windows System Version 6.9.0 Release Date: 21 December 2005 X Protocol Version 11, Revision 0, Release 6.9 Build Operating System: FreeBSD 6.1 i386 [ELF] Current Operating System: FreeBSD cerberus.bsd.uni 6.1-RELEASE FreeBSD 6.1-RELEA SE #2: Sat 16 14:46:32 BST 2006 root@:/usr/obj/usr/src/sys/SMP-KERN i386 Build Date: 24 March 2006 Before reporting problems, check http://wiki.X.org to make sure that you have the latest version Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 17 10:29:17 2006 List of video drivers: apm ark ati atimisc chips cirrus cyrix dummy glint i128 i740 i810 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage siliconmotion sis tdfx tga trident tseng nvidia nvidia via vmware vesa vga (++) Using config file: "/root/xorg.conf.new" (EE) NV(0): Cannot read V_BIOS (3) Xorg detected your mouse at device /sys/sysmouse. Please check your config if the mouse is still not operational, as by default Xorg tries to autodetect the protocol. Xorg has configured a multihead system, please check your config. Your Xorg.conf file is /root/xorg.conf.new To test the server, run 'X -config /root/xorg.conf.new' ===== END ===== Would the fact that the nvidia driver is showing up twice in the above list cause a problem? The resolution I would like to run the monitor at is 1440x900 but even with the modeline added for this I get nothing :( Any help would be greatly appreciated. _________________________________________________________________ Windows Live™ Messenger has arrived. Click here to download it for free! http://imagine-msn.com/messenger/launch80/?locale=en-gb ------=_NextPart_000_6fa5_1203_ffc Content-Type: application/octet-stream; name="XORG.0.LOG" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="XORG.0.LOG" ClggV2luZG93IFN5c3RlbSBWZXJzaW9uIDYuOS4wClJlbGVhc2UgRGF0ZTog MjEgRGVjZW1iZXIgMjAwNQpYIFByb3RvY29sIFZlcnNpb24gMTEsIFJldmlz aW9uIDAsIFJlbGVhc2UgNi45CkJ1aWxkIE9wZXJhdGluZyBTeXN0ZW06IEZy ZWVCU0QgNi4xIGkzODYgW0VMRl0gCkN1cnJlbnQgT3BlcmF0aW5nIFN5c3Rl bTogRnJlZUJTRCBjZXJiZXJ1cy5ic2QudW5pIDYuMS1SRUxFQVNFIEZyZWVC U0QgNi4xLVJFTEVBU0UgIzI6IFNhdCBTZXAgMTYgMTQ6NDY6MzIgQlNUIDIw MDYgICAgIHJvb3RAOi91c3Ivb2JqL3Vzci9zcmMvc3lzL1NNUC1YS0VSTiBp Mzg2CkJ1aWxkIERhdGU6IDI0IE1hcmNoIDIwMDYKCUJlZm9yZSByZXBvcnRp bmcgcHJvYmxlbXMsIGNoZWNrIGh0dHA6Ly93aWtpLlguT3JnCgl0byBtYWtl IHN1cmUgdGhhdCB5b3UgaGF2ZSB0aGUgbGF0ZXN0IHZlcnNpb24uCk1vZHVs ZSBMb2FkZXIgcHJlc2VudApNYXJrZXJzOiAoLS0pIHByb2JlZCwgKCoqKSBm cm9tIGNvbmZpZyBmaWxlLCAoPT0pIGRlZmF1bHQgc2V0dGluZywKCSgrKykg ZnJvbSBjb21tYW5kIGxpbmUsICghISkgbm90aWNlLCAoSUkpIGluZm9ybWF0 aW9uYWwsCgkoV1cpIHdhcm5pbmcsIChFRSkgZXJyb3IsIChOSSkgbm90IGlt cGxlbWVudGVkLCAoPz8pIHVua25vd24uCig9PSkgTG9nIGZpbGU6ICIvdmFy L2xvZy9Yb3JnLjAubG9nIiwgVGltZTogU3VuIFNlcCAxNyAxMTowMjoyMiAy MDA2CigrKykgVXNpbmcgY29uZmlnIGZpbGU6ICIvcm9vdC94b3JnLmNvbmYu bmV3IgooPT0pIFNlcnZlckxheW91dCAiWC5vcmcgQ29uZmlndXJlZCIKKCoq KSB8LS0+U2NyZWVuICJTY3JlZW4wIiAoMCkKKCoqKSB8ICAgfC0tPk1vbml0 b3IgIk1vbml0b3IwIgooKiopIHwgICB8LS0+RGV2aWNlICJDYXJkMCIKKCoq KSB8LS0+U2NyZWVuICJTY3JlZW4xIiAoMSkKKCoqKSB8ICAgfC0tPk1vbml0 b3IgIk1vbml0b3IxIgooKiopIHwgICB8LS0+RGV2aWNlICJDYXJkMSIKKCoq KSB8LS0+SW5wdXQgRGV2aWNlICJNb3VzZTAiCigqKikgfC0tPklucHV0IERl dmljZSAiS2V5Ym9hcmQwIgooV1cpIFRoZSBkaXJlY3RvcnkgIi91c3IvWDEx UjYvbGliL1gxMS9mb250cy9DSUQvIiBkb2VzIG5vdCBleGlzdC4KCUVudHJ5 IGRlbGV0ZWQgZnJvbSBmb250IHBhdGguCigqKikgRm9udFBhdGggc2V0IHRv ICIvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvbWlzYy8sL3Vzci9YMTFSNi9s aWIvWDExL2ZvbnRzL1RURi8sL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzL1R5 cGUxLywvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvNzVkcGkvLC91c3IvWDEx UjYvbGliL1gxMS9mb250cy8xMDBkcGkvIgooKiopIFJnYlBhdGggc2V0IHRv ICIvdXNyL1gxMVI2L2xpYi9YMTEvcmdiIgooKiopIE1vZHVsZVBhdGggc2V0 IHRvICIvdXNyL1gxMVI2L2xpYi9tb2R1bGVzIgooSUkpIE1vZHVsZSBBQkkg dmVyc2lvbnM6CglYLk9yZyBBTlNJIEMgRW11bGF0aW9uOiAwLjIKCVguT3Jn IFZpZGVvIERyaXZlcjogMC44CglYLk9yZyBYSW5wdXQgZHJpdmVyIDogMC41 CglYLk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uIDogMC4yCglYLk9yZyBGb250IFJl bmRlcmVyIDogMC40CihJSSkgTG9hZGVyIHJ1bm5pbmcgb24gZnJlZWJzZAoo SUkpIExvYWRNb2R1bGU6ICJiaXRtYXAiCihJSSkgTG9hZGluZyAvdXNyL1gx MVI2L2xpYi9tb2R1bGVzL2ZvbnRzL2xpYmJpdG1hcC5zbwooSUkpIE1vZHVs ZSBiaXRtYXA6IHZlbmRvcj0iWC5PcmcgRm91bmRhdGlvbiIKCWNvbXBpbGVk IGZvciA2LjkuMCwgbW9kdWxlIHZlcnNpb24gPSAxLjAuMAoJTW9kdWxlIGNs YXNzOiBYLk9yZyBGb250IFJlbmRlcmVyCglBQkkgY2xhc3M6IFguT3JnIEZv bnQgUmVuZGVyZXIsIHZlcnNpb24gMC40CihJSSkgTG9hZGluZyBmb250IEJp dG1hcAooSUkpIExvYWRNb2R1bGU6ICJwY2lkYXRhIgooSUkpIExvYWRpbmcg L3Vzci9YMTFSNi9saWIvbW9kdWxlcy9saWJwY2lkYXRhLnNvCihJSSkgTW9k dWxlIHBjaWRhdGE6IHZlbmRvcj0iWC5PcmcgRm91bmRhdGlvbiIKCWNvbXBp bGVkIGZvciA2LjkuMCwgbW9kdWxlIHZlcnNpb24gPSAxLjAuMAoJQUJJIGNs YXNzOiBYLk9yZyBWaWRlbyBEcml2ZXIsIHZlcnNpb24gMC44CigtLSkgVXNp bmcgc3lzY29ucyBkcml2ZXIgd2l0aCBYIHN1cHBvcnQgKHZlcnNpb24gMi4w KQooLS0pIHVzaW5nIFZUIG51bWJlciA5CgooSUkpIFBDSTogUHJvYmluZyBj b25maWcgdHlwZSB1c2luZyBtZXRob2QgMQooSUkpIFBDSTogQ29uZmlnIHR5 cGUgaXMgMQooSUkpIFBDSTogc3RhZ2VzID0gMHgwMywgb2xkVmFsMSA9IDB4 MDAwMDAwMDAsIG1vZGUxUmVzMSA9IDB4ODAwMDAwMDAKKElJKSBQQ0k6IFBD SSBzY2FuIChhbGwgdmFsdWVzIGFyZSBpbiBoZXgpCihJSSkgUENJOiAwMDow MDowOiBjaGlwIDEwZGUsMDA3MSBjYXJkIDEwNDMsODE4OSByZXYgYzEgY2xh c3MgMDYsMDAsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowMDoxOiBjaGlwIDEw ZGUsMDA3ZiBjYXJkIDEwNDMsODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAg aGRyIDgwCihJSSkgUENJOiAwMDowMDoyOiBjaGlwIDEwZGUsMDA3NSBjYXJk IDEwNDMsODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRyIDgwCihJSSkg UENJOiAwMDowMDozOiBjaGlwIDEwZGUsMDA2ZiBjYXJkIDEwNDMsODE4OSBy ZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRyIDAwCihJSSkgUENJOiAwMDowMDo0 OiBjaGlwIDEwZGUsMDBiNCBjYXJkIDEwNDMsODE4OSByZXYgYTEgY2xhc3Mg MDUsMDAsMDAgaGRyIDAwCihJSSkgUENJOiAwMDowMTowOiBjaGlwIDEwZGUs MDA3NiBjYXJkIDEwNDMsODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRy IDgwCihJSSkgUENJOiAwMDowMToxOiBjaGlwIDEwZGUsMDA3OCBjYXJkIDEw NDMsODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRyIDgwCihJSSkgUENJ OiAwMDowMToyOiBjaGlwIDEwZGUsMDA3OSBjYXJkIDEwNDMsODE4OSByZXYg YTEgY2xhc3MgMDUsMDAsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowMTozOiBj aGlwIDEwZGUsMDA3YSBjYXJkIDEwNDMsODE4OSByZXYgYTEgY2xhc3MgMDUs MDAsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowMTo0OiBjaGlwIDEwZGUsMDA3 YiBjYXJkIDEwNDMsODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRyIDgw CihJSSkgUENJOiAwMDowMTo1OiBjaGlwIDEwZGUsMDA3YyBjYXJkIDEwNDMs ODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRyIDgwCihJSSkgUENJOiAw MDowMTo2OiBjaGlwIDEwZGUsMDA3ZCBjYXJkIDEwNDMsODE4OSByZXYgYTEg Y2xhc3MgMDUsMDAsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowMjowOiBjaGlw IDEwZGUsMDA3ZSBjYXJkIDAwMDAsMDAwMCByZXYgYTIgY2xhc3MgMDYsMDQs MDAgaGRyIDAxCihJSSkgUENJOiAwMDowNDowOiBjaGlwIDEwZGUsMDA3ZSBj YXJkIDAwMDAsMDAwMCByZXYgYTIgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJ SSkgUENJOiAwMDowNTowOiBjaGlwIDEwZGUsMDA3ZSBjYXJkIDAwMDAsMDAw MCByZXYgYTIgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMDow NjowOiBjaGlwIDEwZGUsMDA3ZSBjYXJkIDAwMDAsMDAwMCByZXYgYTIgY2xh c3MgMDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMDowNzowOiBjaGlwIDEw ZGUsMDA3ZSBjYXJkIDAwMDAsMDAwMCByZXYgYTIgY2xhc3MgMDYsMDQsMDAg aGRyIDAxCihJSSkgUENJOiAwMDowOTowOiBjaGlwIDEwZGUsMDA1ZSBjYXJk IDEwNDMsODE2MiByZXYgYTQgY2xhc3MgMDUsODAsMDAgaGRyIDAwCihJSSkg UENJOiAwMDowYTowOiBjaGlwIDEwZGUsMDA1MCBjYXJkIDEwNDMsODE2MiBy ZXYgYTQgY2xhc3MgMDYsMDEsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowYTox OiBjaGlwIDEwZGUsMDA1MiBjYXJkIDEwNDMsODE2MiByZXYgYTIgY2xhc3Mg MGMsMDUsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowYjowOiBjaGlwIDEwZGUs MDA1YSBjYXJkIDEwNDMsODE2MiByZXYgYTIgY2xhc3MgMGMsMDMsMTAgaGRy IDgwCihJSSkgUENJOiAwMDowYjoxOiBjaGlwIDEwZGUsMDA1YiBjYXJkIDEw NDMsODE2MiByZXYgYTQgY2xhc3MgMGMsMDMsMjAgaGRyIDgwCihJSSkgUENJ OiAwMDowZDowOiBjaGlwIDEwZGUsMDA1OSBjYXJkIDEwNDMsODEyYSByZXYg YTIgY2xhc3MgMDQsMDEsMDAgaGRyIDAwCihJSSkgUENJOiAwMDowZjowOiBj aGlwIDEwZGUsMDA1MyBjYXJkIDEwNDMsODE2MiByZXYgZjMgY2xhc3MgMDEs MDEsOGEgaGRyIDAwCihJSSkgUENJOiAwMDoxMDowOiBjaGlwIDEwZGUsMDA1 NCBjYXJkIDEwNDMsODE2MiByZXYgZjMgY2xhc3MgMDEsMDEsODUgaGRyIDAw CihJSSkgUENJOiAwMDoxMTowOiBjaGlwIDEwZGUsMDA1NSBjYXJkIDEwNDMs ODE2MiByZXYgZjMgY2xhc3MgMDEsMDEsODUgaGRyIDAwCihJSSkgUENJOiAw MDoxMjowOiBjaGlwIDEwZGUsMDA1YyBjYXJkIDAwMDAsMDAwMCByZXYgYTIg Y2xhc3MgMDYsMDQsMDEgaGRyIDAxCihJSSkgUENJOiAwMDoxMzowOiBjaGlw IDEwZGUsMDA1NyBjYXJkIDEwNDMsODFkMyByZXYgYTMgY2xhc3MgMDYsODAs MDAgaGRyIDAwCihJSSkgUENJOiAwMDoxNDowOiBjaGlwIDEwZGUsMDA1ZCBj YXJkIDAwMDAsMDAwMCByZXYgYTMgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJ SSkgUENJOiAwMDoxNjowOiBjaGlwIDEwZGUsMDA1ZCBjYXJkIDAwMDAsMDAw MCByZXYgYTMgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMDox NzowOiBjaGlwIDEwZGUsMDA1ZCBjYXJkIDAwMDAsMDAwMCByZXYgYTMgY2xh c3MgMDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMTowMDowOiBjaGlwIDEw ZGUsMDFiMyBjYXJkIDAwMDAsMDAwMCByZXYgYTMgY2xhc3MgMDYsMDQsMDAg aGRyIDAxCihJSSkgUENJOiAwMjowMDowOiBjaGlwIDEwZGUsMDFiMyBjYXJk IDAwMDAsMDAwMCByZXYgYTMgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJSSkg UENJOiAwMjowMTowOiBjaGlwIDEwZGUsMDFiMyBjYXJkIDAwMDAsMDAwMCBy ZXYgYTMgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMzowMDow OiBjaGlwIDEwZGUsMDI5NCBjYXJkIDEwZGUsMDM1YiByZXYgYTEgY2xhc3Mg MDMsMDIsMDAgaGRyIDAwCihJSSkgUENJOiAwNDowMDowOiBjaGlwIDEwZGUs MDI5NCBjYXJkIDEwZGUsMDM1YiByZXYgYTEgY2xhc3MgMDMsMDAsMDAgaGRy IDAwCihJSSkgUENJOiAwNjowMDowOiBjaGlwIDEwOTUsMzEzMiBjYXJkIDEw NDMsODE5ZiByZXYgMDEgY2xhc3MgMDEsODAsMDAgaGRyIDAwCihJSSkgUENJ OiAwODowMDowOiBjaGlwIDExYWIsNDM2MiBjYXJkIDEwNDMsODE0MiByZXYg MjIgY2xhc3MgMDIsMDAsMDAgaGRyIDAwCihJSSkgUENJOiAwOTowNjowOiBj aGlwIDExMDIsMDAwOCBjYXJkIDExMDIsNDAwMiByZXYgMDAgY2xhc3MgMDQs MDEsMDAgaGRyIDAwCihJSSkgUENJOiAwOTowYjowOiBjaGlwIDEwNGMsODAy MyBjYXJkIDEwNDMsODE1YiByZXYgMDAgY2xhc3MgMGMsMDAsMTAgaGRyIDAw CihJSSkgUENJOiBFbmQgb2YgUENJIHNjYW4KKElJKSBIb3N0LXRvLVBDSSBi cmlkZ2U6CihJSSkgQnVzIDA6IGJyaWRnZSBpcyBhdCAoMDowOjApLCAoMCww LDEyKSwgQkNUUkw6IDB4MDAwOCAoVkdBX0VOIGlzIHNldCkKKElJKSBCdXMg MCBJL08gcmFuZ2U6CglbMF0gLTEJMAkweDAwMDAwMDAwIC0gMHgwMDAwZmZm ZiAoMHgxMDAwMCkgSVhbQl0KKElJKSBCdXMgMCBub24tcHJlZmV0Y2hhYmxl IG1lbW9yeSByYW5nZToKCVswXSAtMQkwCTB4MDAwMDAwMDAgLSAweGZmZmZm ZmZmICgweDApIE1YW0JdCihJSSkgQnVzIDAgcHJlZmV0Y2hhYmxlIG1lbW9y eSByYW5nZToKCVswXSAtMQkwCTB4MDAwMDAwMDAgLSAweGZmZmZmZmZmICgw eDApIE1YW0JdCihJSSkgUENJLXRvLVBDSSBicmlkZ2U6CihJSSkgQnVzIDE6 IGJyaWRnZSBpcyBhdCAoMDoyOjApLCAoMCwxLDQpLCBCQ1RSTDogMHgwMDBh IChWR0FfRU4gaXMgc2V0KQooSUkpIEJ1cyAxIEkvTyByYW5nZToKCVswXSAt MQkwCTB4MDAwMDYwMDAgLSAweDAwMDA3ZmZmICgweDIwMDApIElYW0JdCihJ SSkgQnVzIDEgbm9uLXByZWZldGNoYWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0g LTEJMAkweGY2NDAwMDAwIC0gMHhmZTZmZmZmZiAoMHg4MzAwMDAwKSBNWFtC XQooSUkpIEJ1cyAxIHByZWZldGNoYWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0g LTEJMAkweDlmZjAwMDAwIC0gMHhkZmVmZmZmZiAoMHg0MDAwMDAwMCkgTVhb Ql0KKElJKSBQQ0ktdG8tUENJIGJyaWRnZToKKElJKSBCdXMgNTogYnJpZGdl IGlzIGF0ICgwOjQ6MCksICgwLDUsNSksIEJDVFJMOiAweDAwMDIgKFZHQV9F TiBpcyBjbGVhcmVkKQooSUkpIFBDSS10by1QQ0kgYnJpZGdlOgooSUkpIEJ1 cyA2OiBicmlkZ2UgaXMgYXQgKDA6NTowKSwgKDAsNiw2KSwgQkNUUkw6IDB4 MDAwMiAoVkdBX0VOIGlzIGNsZWFyZWQpCihJSSkgQnVzIDYgSS9PIHJhbmdl OgoJWzBdIC0xCTAJMHgwMDAwODAwMCAtIDB4MDAwMDhmZmYgKDB4MTAwMCkg SVhbQl0KKElJKSBCdXMgNiBub24tcHJlZmV0Y2hhYmxlIG1lbW9yeSByYW5n ZToKCVswXSAtMQkwCTB4ZmU3MDAwMDAgLSAweGZlOGZmZmZmICgweDIwMDAw MCkgTVhbQl0KKElJKSBQQ0ktdG8tUENJIGJyaWRnZToKKElJKSBCdXMgNzog YnJpZGdlIGlzIGF0ICgwOjY6MCksICgwLDcsNyksIEJDVFJMOiAweDAwMDIg KFZHQV9FTiBpcyBjbGVhcmVkKQooSUkpIFBDSS10by1QQ0kgYnJpZGdlOgoo SUkpIEJ1cyA4OiBicmlkZ2UgaXMgYXQgKDA6NzowKSwgKDAsOCw4KSwgQkNU Ukw6IDB4MDAwMiAoVkdBX0VOIGlzIGNsZWFyZWQpCihJSSkgQnVzIDggSS9P IHJhbmdlOgoJWzBdIC0xCTAJMHgwMDAwOTAwMCAtIDB4MDAwMDlmZmYgKDB4 MTAwMCkgSVhbQl0KKElJKSBCdXMgOCBub24tcHJlZmV0Y2hhYmxlIG1lbW9y eSByYW5nZToKCVswXSAtMQkwCTB4ZmU5MDAwMDAgLSAweGZlOWZmZmZmICgw eDEwMDAwMCkgTVhbQl0KKElJKSBQQ0ktdG8tSVNBIGJyaWRnZToKKElJKSBC dXMgLTE6IGJyaWRnZSBpcyBhdCAoMDoxMDowKSwgKDAsLTEsLTEpLCBCQ1RS TDogMHgwMDA4IChWR0FfRU4gaXMgc2V0KQooSUkpIFN1YnRyYWN0aXZlIFBD SS10by1QQ0kgYnJpZGdlOgooSUkpIEJ1cyA5OiBicmlkZ2UgaXMgYXQgKDA6 MTg6MCksICgwLDksOSksIEJDVFJMOiAweDAyMDIgKFZHQV9FTiBpcyBjbGVh cmVkKQooSUkpIEJ1cyA5IEkvTyByYW5nZToKCVswXSAtMQkwCTB4MDAwMGEw MDAgLSAweDAwMDBhZmZmICgweDEwMDApIElYW0JdCihJSSkgQnVzIDkgbm9u LXByZWZldGNoYWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweGZlYTAw MDAwIC0gMHhmZWFmZmZmZiAoMHgxMDAwMDApIE1YW0JdCihJSSkgUENJLXRv LVBDSSBicmlkZ2U6CihJSSkgQnVzIDEwOiBicmlkZ2UgaXMgYXQgKDA6MjA6 MCksICgwLDEwLDEwKSwgQkNUUkw6IDB4MDAwMiAoVkdBX0VOIGlzIGNsZWFy ZWQpCihJSSkgUENJLXRvLVBDSSBicmlkZ2U6CihJSSkgQnVzIDExOiBicmlk Z2UgaXMgYXQgKDA6MjI6MCksICgwLDExLDExKSwgQkNUUkw6IDB4MDAwMiAo VkdBX0VOIGlzIGNsZWFyZWQpCihJSSkgUENJLXRvLVBDSSBicmlkZ2U6CihJ SSkgQnVzIDEyOiBicmlkZ2UgaXMgYXQgKDA6MjM6MCksICgwLDEyLDEyKSwg QkNUUkw6IDB4MDAwMiAoVkdBX0VOIGlzIGNsZWFyZWQpCihJSSkgUENJLXRv LVBDSSBicmlkZ2U6CihJSSkgQnVzIDI6IGJyaWRnZSBpcyBhdCAoMTowOjAp LCAoMSwyLDQpLCBCQ1RSTDogMHgwMDBhIChWR0FfRU4gaXMgc2V0KQooSUkp IEJ1cyAyIEkvTyByYW5nZToKCVswXSAtMQkwCTB4MDAwMDYwMDAgLSAweDAw MDA3ZmZmICgweDIwMDApIElYW0JdCihJSSkgQnVzIDIgbm9uLXByZWZldGNo YWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweGY2NDAwMDAwIC0gMHhm ZTVmZmZmZiAoMHg4MjAwMDAwKSBNWFtCXQooSUkpIEJ1cyAyIHByZWZldGNo YWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweDlmZjAwMDAwIC0gMHhk ZmVmZmZmZiAoMHg0MDAwMDAwMCkgTVhbQl0KKElJKSBQQ0ktdG8tUENJIGJy aWRnZToKKElJKSBCdXMgMzogYnJpZGdlIGlzIGF0ICgyOjA6MCksICgyLDMs MyksIEJDVFJMOiAweDAwMDIgKFZHQV9FTiBpcyBjbGVhcmVkKQooSUkpIEJ1 cyAzIEkvTyByYW5nZToKCVswXSAtMQkwCTB4MDAwMDYwMDAgLSAweDAwMDA2 ZmZmICgweDEwMDApIElYW0JdCihJSSkgQnVzIDMgbm9uLXByZWZldGNoYWJs ZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweGY2NDAwMDAwIC0gMHhmYTRm ZmZmZiAoMHg0MTAwMDAwKSBNWFtCXQooSUkpIEJ1cyAzIHByZWZldGNoYWJs ZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweDlmZjAwMDAwIC0gMHhiZmVm ZmZmZiAoMHgyMDAwMDAwMCkgTVhbQl0KKElJKSBQQ0ktdG8tUENJIGJyaWRn ZToKKElJKSBCdXMgNDogYnJpZGdlIGlzIGF0ICgyOjE6MCksICgyLDQsNCks IEJDVFJMOiAweDAwMGEgKFZHQV9FTiBpcyBzZXQpCihJSSkgQnVzIDQgSS9P IHJhbmdlOgoJWzBdIC0xCTAJMHgwMDAwNzAwMCAtIDB4MDAwMDdmZmYgKDB4 MTAwMCkgSVhbQl0KKElJKSBCdXMgNCBub24tcHJlZmV0Y2hhYmxlIG1lbW9y eSByYW5nZToKCVswXSAtMQkwCTB4ZmE1MDAwMDAgLSAweGZlNWZmZmZmICgw eDQxMDAwMDApIE1YW0JdCihJSSkgQnVzIDQgcHJlZmV0Y2hhYmxlIG1lbW9y eSByYW5nZToKCVswXSAtMQkwCTB4YmZmMDAwMDAgLSAweGRmZWZmZmZmICgw eDIwMDAwMDAwKSBNWFtCXQooLS0pIFBDSTogKDM6MDowKSBuVmlkaWEgQ29y cG9yYXRpb24gdW5rbm93biBjaGlwc2V0ICgweDAyOTQpIHJldiAxNjEsIE1l bSBAIDB4ZjkwMDAwMDAvMjQsIDB4YTAwMDAwMDAvMjgsIDB4ZjgwMDAwMDAv MjQsIEkvTyBAIDB4NmMwMC83LCBCSU9TIEAgMHhmYTRlMDAwMC8xNwooLS0p IFBDSToqKDQ6MDowKSBuVmlkaWEgQ29ycG9yYXRpb24gdW5rbm93biBjaGlw c2V0ICgweDAyOTQpIHJldiAxNjEsIE1lbSBAIDB4ZmQwMDAwMDAvMjQsIDB4 YzAwMDAwMDAvMjgsIDB4ZmMwMDAwMDAvMjQsIEkvTyBAIDB4N2MwMC83LCBC SU9TIEAgMHhmZTVlMDAwMC8xNwooSUkpIEFkZHJlc3NhYmxlIGJ1cyByZXNv dXJjZSByYW5nZXMgYXJlCglbMF0gLTEJMAkweDAwMDAwMDAwIC0gMHhmZmZm ZmZmZiAoMHgwKSBNWFtCXQoJWzFdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAw MGZmZmYgKDB4MTAwMDApIElYW0JdCihJSSkgT1MtcmVwb3J0ZWQgcmVzb3Vy Y2UgcmFuZ2VzOgoJWzBdIC0xCTAJMHhmZmUwMDAwMCAtIDB4ZmZmZmZmZmYg KDB4MjAwMDAwKSBNWFtCXShCKQoJWzFdIC0xCTAJMHgwMDEwMDAwMCAtIDB4 M2ZmZmZmZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShCKQoJWzJdIC0xCTAJMHgw MDBmMDAwMCAtIDB4MDAwZmZmZmYgKDB4MTAwMDApIE1YW0JdCglbM10gLTEJ MAkweDAwMGMwMDAwIC0gMHgwMDBlZmZmZiAoMHgzMDAwMCkgTVhbQl0KCVs0 XSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDlmZmZmICgweGEwMDAwKSBNWFtC XQoJWzVdIC0xCTAJMHgwMDAwZmZmZiAtIDB4MDAwMGZmZmYgKDB4MSkgSVhb Ql0KCVs2XSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDAwMGZmICgweDEwMCkg SVhbQl0KKElJKSBBY3RpdmUgUENJIHJlc291cmNlIHJhbmdlczoKCVswXSAt MQkwCTB4ZmVhZjgwMDAgLSAweGZlYWZmZmZmICgweDgwMDApIE1YW0JdRQoJ WzFdIC0xCTAJMHhmZWFmZjgwMCAtIDB4ZmVhZmZmZmYgKDB4ODAwKSBNWFtC XUUKCVsyXSAtMQkwCTB4ZmU5ZmMwMDAgLSAweGZlOWZmZmZmICgweDQwMDAp IE1YW0JdRQoJWzNdIC0xCTAJMHhmZThmODAwMCAtIDB4ZmU4ZmZmZmYgKDB4 ODAwMCkgTVhbQl1FCglbNF0gLTEJMAkweGZlOGZmYzAwIC0gMHhmZThmZmZm ZiAoMHg0MDApIE1YW0JdRQoJWzVdIC0xCTAJMHhmZWJmYTAwMCAtIDB4ZmVi ZmJmZmYgKDB4MjAwMCkgTVhbQl1FCglbNl0gLTEJMAkweGZlYmZiMDAwIC0g MHhmZWJmYmZmZiAoMHgxMDAwKSBNWFtCXUUKCVs3XSAtMQkwCTB4ZmViZmMw MDAgLSAweGZlYmZmZmZmICgweDQwMDApIE1YW0JdRQoJWzhdIC0xCTAJMHhm ZWJmZDAwMCAtIDB4ZmViZmRmZmYgKDB4MTAwMCkgTVhbQl1FCglbOV0gLTEJ MAkweGZlYmZmYzAwIC0gMHhmZWJmZmZmZiAoMHg0MDApIE1YW0JdRQoJWzEw XSAtMQkwCTB4ZmViZmUwMDAgLSAweGZlYmZmZmZmICgweDIwMDApIE1YW0Jd RQoJWzExXSAtMQkwCTB4ZmU1ZTAwMDAgLSAweGZlNWZmZmZmICgweDIwMDAw KSBNWFtCXShCKQoJWzEyXSAtMQkwCTB4ZmMwMDAwMDAgLSAweGZjZmZmZmZm ICgweDEwMDAwMDApIE1YW0JdKEIpCglbMTNdIC0xCTAJMHhjMDAwMDAwMCAt IDB4Y2ZmZmZmZmYgKDB4MTAwMDAwMDApIE1YW0JdKEIpCglbMTRdIC0xCTAJ MHhmZDAwMDAwMCAtIDB4ZmRmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikK CVsxNV0gLTEJMAkweGZhNGUwMDAwIC0gMHhmYTRmZmZmZiAoMHgyMDAwMCkg TVhbQl0oQikKCVsxNl0gLTEJMAkweGY4MDAwMDAwIC0gMHhmOGZmZmZmZiAo MHgxMDAwMDAwKSBNWFtCXShCKQoJWzE3XSAtMQkwCTB4YTAwMDAwMDAgLSAw eGFmZmZmZmZmICgweDEwMDAwMDAwKSBNWFtCXShCKQoJWzE4XSAtMQkwCTB4 ZjkwMDAwMDAgLSAweGY5ZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpCglb MTldIC0xCTAJMHgwMDAwYWMwMCAtIDB4MDAwMGFjZmYgKDB4MTAwKSBJWFtC XUUKCVsyMF0gLTEJMAkweDAwMDA5ODAwIC0gMHgwMDAwOThmZiAoMHgxMDAp IElYW0JdRQoJWzIxXSAtMQkwCTB4MDAwMDhjMDAgLSAweDAwMDA4Y2ZmICgw eDEwMCkgSVhbQl1FCglbMjJdIC0xCTAJMHgwMDAwYjQ4MCAtIDB4MDAwMGI0 ZmYgKDB4ODApIElYW0JdRQoJWzIzXSAtMQkwCTB4MDAwMGI4MDAgLSAweDAw MDBiOGZmICgweDEwMCkgSVhbQl1FCglbMjRdIC0xCTAJMHgwMDAwYjg4MCAt IDB4MDAwMGI4ZmYgKDB4ODApIElYW0JdRQoJWzI1XSAtMQkwCTB4MDAwMGJj MDAgLSAweDAwMDBiY2ZmICgweDEwMCkgSVhbQl1FCglbMjZdIC0xCTAJMHgw MDAwYzAwMCAtIDB4MDAwMGMwZmYgKDB4MTAwKSBJWFtCXUUKCVsyN10gLTEJ MAkweDAwMDBjMDgwIC0gMHgwMDAwYzBmZiAoMHg4MCkgSVhbQl1FCglbMjhd IC0xCTAJMHgwMDAwYzQwMCAtIDB4MDAwMGM0ZmYgKDB4MTAwKSBJWFtCXUUK CVsyOV0gLTEJMAkweDAwMDBjNDgwIC0gMHgwMDAwYzRmZiAoMHg4MCkgSVhb Ql1FCglbMzBdIC0xCTAJMHgwMDAwYzgwMCAtIDB4MDAwMGM4ZmYgKDB4MTAw KSBJWFtCXUUKCVszMV0gLTEJMAkweDAwMDBjODgwIC0gMHgwMDAwYzhmZiAo MHg4MCkgSVhbQl1FCglbMzJdIC0xCTAJMHgwMDAwY2MwMCAtIDB4MDAwMGNj ZmYgKDB4MTAwKSBJWFtCXUUKCVszM10gLTEJMAkweDAwMDBmZmEwIC0gMHgw MDAwZmZiZiAoMHgyMCkgSVhbQl1FCglbMzRdIC0xCTAJMHgwMDAwZDAwMCAt IDB4MDAwMGQwZmYgKDB4MTAwKSBJWFtCXUUKCVszNV0gLTEJMAkweDAwMDBk NDAwIC0gMHgwMDAwZDRmZiAoMHgxMDApIElYW0JdRQoJWzM2XSAtMQkwCTB4 MDAwMDA3MDAgLSAweDAwMDAwN2ZmICgweDEwMCkgSVhbQl1FCglbMzddIC0x CTAJMHgwMDAwMDYwMCAtIDB4MDAwMDA2ZmYgKDB4MTAwKSBJWFtCXUUKCVsz OF0gLTEJMAkweDAwMDBkYzAwIC0gMHgwMDAwZGNmZiAoMHgxMDApIElYW0Jd RQoJWzM5XSAtMQkwCTB4MDAwMDdjMDAgLSAweDAwMDA3YzdmICgweDgwKSBJ WFtCXShCKQoJWzQwXSAtMQkwCTB4MDAwMDZjMDAgLSAweDAwMDA2YzdmICgw eDgwKSBJWFtCXShCKQooSUkpIFBDSSBNZW1vcnkgcmVzb3VyY2Ugb3Zlcmxh cCByZWR1Y2VkIDB4ZmVhZjgwMDAgZnJvbSAweGZlYWZmZmZmIHRvIDB4ZmVh ZmJmZmYKKElJKSBQQ0kgTWVtb3J5IHJlc291cmNlIG92ZXJsYXAgcmVkdWNl ZCAweGZlOGY4MDAwIGZyb20gMHhmZThmZmZmZiB0byAweGZlOGZiZmZmCihJ SSkgUENJIE1lbW9yeSByZXNvdXJjZSBvdmVybGFwIHJlZHVjZWQgMHhmZWJm YTAwMCBmcm9tIDB4ZmViZmJmZmYgdG8gMHhmZWJmYWZmZgooSUkpIFBDSSBJ L08gcmVzb3VyY2Ugb3ZlcmxhcCByZWR1Y2VkIDB4MDAwMGI4MDAgZnJvbSAw eDAwMDBiOGZmIHRvIDB4MDAwMGI4N2YKKElJKSBQQ0kgSS9PIHJlc291cmNl IG92ZXJsYXAgcmVkdWNlZCAweDAwMDBjMDAwIGZyb20gMHgwMDAwYzBmZiB0 byAweDAwMDBjMDdmCihJSSkgUENJIE1lbW9yeSByZXNvdXJjZSBvdmVybGFw IHJlZHVjZWQgMHhmZWJmYzAwMCBmcm9tIDB4ZmViZmZmZmYgdG8gMHhmZWJm Y2ZmZgooSUkpIFBDSSBJL08gcmVzb3VyY2Ugb3ZlcmxhcCByZWR1Y2VkIDB4 MDAwMGM0MDAgZnJvbSAweDAwMDBjNGZmIHRvIDB4MDAwMGM0N2YKKElJKSBQ Q0kgSS9PIHJlc291cmNlIG92ZXJsYXAgcmVkdWNlZCAweDAwMDBjODAwIGZy b20gMHgwMDAwYzhmZiB0byAweDAwMDBjODdmCihJSSkgUENJIE1lbW9yeSBy ZXNvdXJjZSBvdmVybGFwIHJlZHVjZWQgMHhmZWJmZTAwMCBmcm9tIDB4ZmVi ZmZmZmYgdG8gMHhmZWJmZWZmZgooSUkpIEFjdGl2ZSBQQ0kgcmVzb3VyY2Ug cmFuZ2VzIGFmdGVyIHJlbW92aW5nIG92ZXJsYXBzOgoJWzBdIC0xCTAJMHhm ZWFmODAwMCAtIDB4ZmVhZmJmZmYgKDB4NDAwMCkgTVhbQl1FCglbMV0gLTEJ MAkweGZlYWZmODAwIC0gMHhmZWFmZmZmZiAoMHg4MDApIE1YW0JdRQoJWzJd IC0xCTAJMHhmZTlmYzAwMCAtIDB4ZmU5ZmZmZmYgKDB4NDAwMCkgTVhbQl1F CglbM10gLTEJMAkweGZlOGY4MDAwIC0gMHhmZThmYmZmZiAoMHg0MDAwKSBN WFtCXUUKCVs0XSAtMQkwCTB4ZmU4ZmZjMDAgLSAweGZlOGZmZmZmICgweDQw MCkgTVhbQl1FCglbNV0gLTEJMAkweGZlYmZhMDAwIC0gMHhmZWJmYWZmZiAo MHgxMDAwKSBNWFtCXUUKCVs2XSAtMQkwCTB4ZmViZmIwMDAgLSAweGZlYmZi ZmZmICgweDEwMDApIE1YW0JdRQoJWzddIC0xCTAJMHhmZWJmYzAwMCAtIDB4 ZmViZmNmZmYgKDB4MTAwMCkgTVhbQl1FCglbOF0gLTEJMAkweGZlYmZkMDAw IC0gMHhmZWJmZGZmZiAoMHgxMDAwKSBNWFtCXUUKCVs5XSAtMQkwCTB4ZmVi ZmZjMDAgLSAweGZlYmZmZmZmICgweDQwMCkgTVhbQl1FCglbMTBdIC0xCTAJ MHhmZWJmZTAwMCAtIDB4ZmViZmVmZmYgKDB4MTAwMCkgTVhbQl1FCglbMTFd IC0xCTAJMHhmZTVlMDAwMCAtIDB4ZmU1ZmZmZmYgKDB4MjAwMDApIE1YW0Jd KEIpCglbMTJdIC0xCTAJMHhmYzAwMDAwMCAtIDB4ZmNmZmZmZmYgKDB4MTAw MDAwMCkgTVhbQl0oQikKCVsxM10gLTEJMAkweGMwMDAwMDAwIC0gMHhjZmZm ZmZmZiAoMHgxMDAwMDAwMCkgTVhbQl0oQikKCVsxNF0gLTEJMAkweGZkMDAw MDAwIC0gMHhmZGZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQoJWzE1XSAt MQkwCTB4ZmE0ZTAwMDAgLSAweGZhNGZmZmZmICgweDIwMDAwKSBNWFtCXShC KQoJWzE2XSAtMQkwCTB4ZjgwMDAwMDAgLSAweGY4ZmZmZmZmICgweDEwMDAw MDApIE1YW0JdKEIpCglbMTddIC0xCTAJMHhhMDAwMDAwMCAtIDB4YWZmZmZm ZmYgKDB4MTAwMDAwMDApIE1YW0JdKEIpCglbMThdIC0xCTAJMHhmOTAwMDAw MCAtIDB4ZjlmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVsxOV0gLTEJ MAkweDAwMDBhYzAwIC0gMHgwMDAwYWNmZiAoMHgxMDApIElYW0JdRQoJWzIw XSAtMQkwCTB4MDAwMDk4MDAgLSAweDAwMDA5OGZmICgweDEwMCkgSVhbQl1F CglbMjFdIC0xCTAJMHgwMDAwOGMwMCAtIDB4MDAwMDhjZmYgKDB4MTAwKSBJ WFtCXUUKCVsyMl0gLTEJMAkweDAwMDBiNDgwIC0gMHgwMDAwYjRmZiAoMHg4 MCkgSVhbQl1FCglbMjNdIC0xCTAJMHgwMDAwYjgwMCAtIDB4MDAwMGI4N2Yg KDB4ODApIElYW0JdRQoJWzI0XSAtMQkwCTB4MDAwMGI4ODAgLSAweDAwMDBi OGZmICgweDgwKSBJWFtCXUUKCVsyNV0gLTEJMAkweDAwMDBiYzAwIC0gMHgw MDAwYmNmZiAoMHgxMDApIElYW0JdRQoJWzI2XSAtMQkwCTB4MDAwMGMwMDAg LSAweDAwMDBjMDdmICgweDgwKSBJWFtCXUUKCVsyN10gLTEJMAkweDAwMDBj MDgwIC0gMHgwMDAwYzBmZiAoMHg4MCkgSVhbQl1FCglbMjhdIC0xCTAJMHgw MDAwYzQwMCAtIDB4MDAwMGM0N2YgKDB4ODApIElYW0JdRQoJWzI5XSAtMQkw CTB4MDAwMGM0ODAgLSAweDAwMDBjNGZmICgweDgwKSBJWFtCXUUKCVszMF0g LTEJMAkweDAwMDBjODAwIC0gMHgwMDAwYzg3ZiAoMHg4MCkgSVhbQl1FCglb MzFdIC0xCTAJMHgwMDAwYzg4MCAtIDB4MDAwMGM4ZmYgKDB4ODApIElYW0Jd RQoJWzMyXSAtMQkwCTB4MDAwMGNjMDAgLSAweDAwMDBjY2ZmICgweDEwMCkg SVhbQl1FCglbMzNdIC0xCTAJMHgwMDAwZmZhMCAtIDB4MDAwMGZmYmYgKDB4 MjApIElYW0JdRQoJWzM0XSAtMQkwCTB4MDAwMGQwMDAgLSAweDAwMDBkMGZm ICgweDEwMCkgSVhbQl1FCglbMzVdIC0xCTAJMHgwMDAwZDQwMCAtIDB4MDAw MGQ0ZmYgKDB4MTAwKSBJWFtCXUUKCVszNl0gLTEJMAkweDAwMDAwNzAwIC0g MHgwMDAwMDdmZiAoMHgxMDApIElYW0JdRQoJWzM3XSAtMQkwCTB4MDAwMDA2 MDAgLSAweDAwMDAwNmZmICgweDEwMCkgSVhbQl1FCglbMzhdIC0xCTAJMHgw MDAwZGMwMCAtIDB4MDAwMGRjZmYgKDB4MTAwKSBJWFtCXUUKCVszOV0gLTEJ MAkweDAwMDA3YzAwIC0gMHgwMDAwN2M3ZiAoMHg4MCkgSVhbQl0oQikKCVs0 MF0gLTEJMAkweDAwMDA2YzAwIC0gMHgwMDAwNmM3ZiAoMHg4MCkgSVhbQl0o QikKKElJKSBPUy1yZXBvcnRlZCByZXNvdXJjZSByYW5nZXMgYWZ0ZXIgcmVt b3Zpbmcgb3ZlcmxhcHMgd2l0aCBQQ0k6CglbMF0gLTEJMAkweGZmZTAwMDAw IC0gMHhmZmZmZmZmZiAoMHgyMDAwMDApIE1YW0JdKEIpCglbMV0gLTEJMAkw eDAwMTAwMDAwIC0gMHgzZmZmZmZmZiAoMHgzZmYwMDAwMCkgTVhbQl1FKEIp CglbMl0gLTEJMAkweDAwMGYwMDAwIC0gMHgwMDBmZmZmZiAoMHgxMDAwMCkg TVhbQl0KCVszXSAtMQkwCTB4MDAwYzAwMDAgLSAweDAwMGVmZmZmICgweDMw MDAwKSBNWFtCXQoJWzRdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwOWZmZmYg KDB4YTAwMDApIE1YW0JdCglbNV0gLTEJMAkweDAwMDBmZmZmIC0gMHgwMDAw ZmZmZiAoMHgxKSBJWFtCXQoJWzZdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAw MDAwZmYgKDB4MTAwKSBJWFtCXQooSUkpIEFsbCBzeXN0ZW0gcmVzb3VyY2Ug cmFuZ2VzOgoJWzBdIC0xCTAJMHhmZmUwMDAwMCAtIDB4ZmZmZmZmZmYgKDB4 MjAwMDAwKSBNWFtCXShCKQoJWzFdIC0xCTAJMHgwMDEwMDAwMCAtIDB4M2Zm ZmZmZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShCKQoJWzJdIC0xCTAJMHgwMDBm MDAwMCAtIDB4MDAwZmZmZmYgKDB4MTAwMDApIE1YW0JdCglbM10gLTEJMAkw eDAwMGMwMDAwIC0gMHgwMDBlZmZmZiAoMHgzMDAwMCkgTVhbQl0KCVs0XSAt MQkwCTB4MDAwMDAwMDAgLSAweDAwMDlmZmZmICgweGEwMDAwKSBNWFtCXQoJ WzVdIC0xCTAJMHhmZWFmODAwMCAtIDB4ZmVhZmJmZmYgKDB4NDAwMCkgTVhb Ql1FCglbNl0gLTEJMAkweGZlYWZmODAwIC0gMHhmZWFmZmZmZiAoMHg4MDAp IE1YW0JdRQoJWzddIC0xCTAJMHhmZTlmYzAwMCAtIDB4ZmU5ZmZmZmYgKDB4 NDAwMCkgTVhbQl1FCglbOF0gLTEJMAkweGZlOGY4MDAwIC0gMHhmZThmYmZm ZiAoMHg0MDAwKSBNWFtCXUUKCVs5XSAtMQkwCTB4ZmU4ZmZjMDAgLSAweGZl OGZmZmZmICgweDQwMCkgTVhbQl1FCglbMTBdIC0xCTAJMHhmZWJmYTAwMCAt IDB4ZmViZmFmZmYgKDB4MTAwMCkgTVhbQl1FCglbMTFdIC0xCTAJMHhmZWJm YjAwMCAtIDB4ZmViZmJmZmYgKDB4MTAwMCkgTVhbQl1FCglbMTJdIC0xCTAJ MHhmZWJmYzAwMCAtIDB4ZmViZmNmZmYgKDB4MTAwMCkgTVhbQl1FCglbMTNd IC0xCTAJMHhmZWJmZDAwMCAtIDB4ZmViZmRmZmYgKDB4MTAwMCkgTVhbQl1F CglbMTRdIC0xCTAJMHhmZWJmZmMwMCAtIDB4ZmViZmZmZmYgKDB4NDAwKSBN WFtCXUUKCVsxNV0gLTEJMAkweGZlYmZlMDAwIC0gMHhmZWJmZWZmZiAoMHgx MDAwKSBNWFtCXUUKCVsxNl0gLTEJMAkweGZlNWUwMDAwIC0gMHhmZTVmZmZm ZiAoMHgyMDAwMCkgTVhbQl0oQikKCVsxN10gLTEJMAkweGZjMDAwMDAwIC0g MHhmY2ZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQoJWzE4XSAtMQkwCTB4 YzAwMDAwMDAgLSAweGNmZmZmZmZmICgweDEwMDAwMDAwKSBNWFtCXShCKQoJ WzE5XSAtMQkwCTB4ZmQwMDAwMDAgLSAweGZkZmZmZmZmICgweDEwMDAwMDAp IE1YW0JdKEIpCglbMjBdIC0xCTAJMHhmYTRlMDAwMCAtIDB4ZmE0ZmZmZmYg KDB4MjAwMDApIE1YW0JdKEIpCglbMjFdIC0xCTAJMHhmODAwMDAwMCAtIDB4 ZjhmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVsyMl0gLTEJMAkweGEw MDAwMDAwIC0gMHhhZmZmZmZmZiAoMHgxMDAwMDAwMCkgTVhbQl0oQikKCVsy M10gLTEJMAkweGY5MDAwMDAwIC0gMHhmOWZmZmZmZiAoMHgxMDAwMDAwKSBN WFtCXShCKQoJWzI0XSAtMQkwCTB4MDAwMGZmZmYgLSAweDAwMDBmZmZmICgw eDEpIElYW0JdCglbMjVdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwMDAwZmYg KDB4MTAwKSBJWFtCXQoJWzI2XSAtMQkwCTB4MDAwMGFjMDAgLSAweDAwMDBh Y2ZmICgweDEwMCkgSVhbQl1FCglbMjddIC0xCTAJMHgwMDAwOTgwMCAtIDB4 MDAwMDk4ZmYgKDB4MTAwKSBJWFtCXUUKCVsyOF0gLTEJMAkweDAwMDA4YzAw IC0gMHgwMDAwOGNmZiAoMHgxMDApIElYW0JdRQoJWzI5XSAtMQkwCTB4MDAw MGI0ODAgLSAweDAwMDBiNGZmICgweDgwKSBJWFtCXUUKCVszMF0gLTEJMAkw eDAwMDBiODAwIC0gMHgwMDAwYjg3ZiAoMHg4MCkgSVhbQl1FCglbMzFdIC0x CTAJMHgwMDAwYjg4MCAtIDB4MDAwMGI4ZmYgKDB4ODApIElYW0JdRQoJWzMy XSAtMQkwCTB4MDAwMGJjMDAgLSAweDAwMDBiY2ZmICgweDEwMCkgSVhbQl1F CglbMzNdIC0xCTAJMHgwMDAwYzAwMCAtIDB4MDAwMGMwN2YgKDB4ODApIElY W0JdRQoJWzM0XSAtMQkwCTB4MDAwMGMwODAgLSAweDAwMDBjMGZmICgweDgw KSBJWFtCXUUKCVszNV0gLTEJMAkweDAwMDBjNDAwIC0gMHgwMDAwYzQ3ZiAo MHg4MCkgSVhbQl1FCglbMzZdIC0xCTAJMHgwMDAwYzQ4MCAtIDB4MDAwMGM0 ZmYgKDB4ODApIElYW0JdRQoJWzM3XSAtMQkwCTB4MDAwMGM4MDAgLSAweDAw MDBjODdmICgweDgwKSBJWFtCXUUKCVszOF0gLTEJMAkweDAwMDBjODgwIC0g MHgwMDAwYzhmZiAoMHg4MCkgSVhbQl1FCglbMzldIC0xCTAJMHgwMDAwY2Mw MCAtIDB4MDAwMGNjZmYgKDB4MTAwKSBJWFtCXUUKCVs0MF0gLTEJMAkweDAw MDBmZmEwIC0gMHgwMDAwZmZiZiAoMHgyMCkgSVhbQl1FCglbNDFdIC0xCTAJ MHgwMDAwZDAwMCAtIDB4MDAwMGQwZmYgKDB4MTAwKSBJWFtCXUUKCVs0Ml0g LTEJMAkweDAwMDBkNDAwIC0gMHgwMDAwZDRmZiAoMHgxMDApIElYW0JdRQoJ WzQzXSAtMQkwCTB4MDAwMDA3MDAgLSAweDAwMDAwN2ZmICgweDEwMCkgSVhb Ql1FCglbNDRdIC0xCTAJMHgwMDAwMDYwMCAtIDB4MDAwMDA2ZmYgKDB4MTAw KSBJWFtCXUUKCVs0NV0gLTEJMAkweDAwMDBkYzAwIC0gMHgwMDAwZGNmZiAo MHgxMDApIElYW0JdRQoJWzQ2XSAtMQkwCTB4MDAwMDdjMDAgLSAweDAwMDA3 YzdmICgweDgwKSBJWFtCXShCKQoJWzQ3XSAtMQkwCTB4MDAwMDZjMDAgLSAw eDAwMDA2YzdmICgweDgwKSBJWFtCXShCKQooSUkpIExvYWRNb2R1bGU6ICJk YmUiCihJSSkgTG9hZGluZyAvdXNyL1gxMVI2L2xpYi9tb2R1bGVzL2V4dGVu c2lvbnMvbGliZGJlLnNvCihJSSkgTW9kdWxlIGRiZTogdmVuZG9yPSJYLk9y ZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9yIDYuOS4wLCBtb2R1bGUgdmVy c2lvbiA9IDEuMC4wCglNb2R1bGUgY2xhc3M6IFguT3JnIFNlcnZlciBFeHRl bnNpb24KCUFCSSBjbGFzczogWC5PcmcgU2VydmVyIEV4dGVuc2lvbiwgdmVy c2lvbiAwLjIKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBET1VCTEUtQlVGRkVS CihJSSkgTG9hZE1vZHVsZTogImRyaSIKKElJKSBMb2FkaW5nIC91c3IvWDEx UjYvbGliL21vZHVsZXMvZXh0ZW5zaW9ucy9saWJkcmkuc28KKElJKSBNb2R1 bGUgZHJpOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBm b3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjAKCUFCSSBjbGFzczog WC5PcmcgU2VydmVyIEV4dGVuc2lvbiwgdmVyc2lvbiAwLjIKKElJKSBMb2Fk aW5nIHN1YiBtb2R1bGUgImRybSIKKElJKSBMb2FkTW9kdWxlOiAiZHJtIgoo SUkpIExvYWRpbmcgL3Vzci9YMTFSNi9saWIvbW9kdWxlcy9mcmVlYnNkL2xp YmRybS5zbwooSUkpIE1vZHVsZSBkcm06IHZlbmRvcj0iWC5PcmcgRm91bmRh dGlvbiIKCWNvbXBpbGVkIGZvciA2LjkuMCwgbW9kdWxlIHZlcnNpb24gPSAx LjAuMAoJQUJJIGNsYXNzOiBYLk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uLCB2ZXJz aW9uIDAuMgooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFhGcmVlODYtRFJJCihJ SSkgTG9hZE1vZHVsZTogImV4dG1vZCIKKElJKSBMb2FkaW5nIC91c3IvWDEx UjYvbGliL21vZHVsZXMvZXh0ZW5zaW9ucy9saWJleHRtb2Quc28KKElJKSBN b2R1bGUgZXh0bW9kOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21w aWxlZCBmb3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjAKCU1vZHVs ZSBjbGFzczogWC5PcmcgU2VydmVyIEV4dGVuc2lvbgoJQUJJIGNsYXNzOiBY Lk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uLCB2ZXJzaW9uIDAuMgooSUkpIExvYWRp bmcgZXh0ZW5zaW9uIFNIQVBFCihJSSkgTG9hZGluZyBleHRlbnNpb24gTUlU LVNVTkRSWS1OT05TVEFOREFSRAooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIEJJ Ry1SRVFVRVNUUwooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFNZTkMKKElJKSBM b2FkaW5nIGV4dGVuc2lvbiBNSVQtU0NSRUVOLVNBVkVSCihJSSkgTG9hZGlu ZyBleHRlbnNpb24gWEMtTUlTQwooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFhG cmVlODYtVmlkTW9kZUV4dGVuc2lvbgooSUkpIExvYWRpbmcgZXh0ZW5zaW9u IFhGcmVlODYtTWlzYwooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFhGcmVlODYt REdBCihJSSkgTG9hZGluZyBleHRlbnNpb24gRFBNUwooSUkpIExvYWRpbmcg ZXh0ZW5zaW9uIFRPRy1DVVAKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBFeHRl bmRlZC1WaXN1YWwtSW5mb3JtYXRpb24KKElJKSBMb2FkaW5nIGV4dGVuc2lv biBYVmlkZW8KKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBYVmlkZW8tTW90aW9u Q29tcGVuc2F0aW9uCihJSSkgTG9hZGluZyBleHRlbnNpb24gWC1SZXNvdXJj ZQooSUkpIExvYWRNb2R1bGU6ICJnbHgiCihJSSkgTG9hZGluZyAvdXNyL1gx MVI2L2xpYi9tb2R1bGVzL2V4dGVuc2lvbnMvbGliZ2x4LnNvCihJSSkgTW9k dWxlIGdseDogdmVuZG9yPSJOVklESUEgQ29ycG9yYXRpb24iCgljb21waWxl ZCBmb3IgNC4wLjIsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjg3NzQKCU1vZHVs ZSBjbGFzczogWC5PcmcgU2VydmVyIEV4dGVuc2lvbgoJQUJJIGNsYXNzOiBY Lk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uLCB2ZXJzaW9uIDAuMQooSUkpIExvYWRp bmcgZXh0ZW5zaW9uIEdMWAooSUkpIExvYWRNb2R1bGU6ICJyZWNvcmQiCihJ SSkgTG9hZGluZyAvdXNyL1gxMVI2L2xpYi9tb2R1bGVzL2V4dGVuc2lvbnMv bGlicmVjb3JkLnNvCihJSSkgTW9kdWxlIHJlY29yZDogdmVuZG9yPSJYLk9y ZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9yIDYuOS4wLCBtb2R1bGUgdmVy c2lvbiA9IDEuMTMuMAoJTW9kdWxlIGNsYXNzOiBYLk9yZyBTZXJ2ZXIgRXh0 ZW5zaW9uCglBQkkgY2xhc3M6IFguT3JnIFNlcnZlciBFeHRlbnNpb24sIHZl cnNpb24gMC4yCihJSSkgTG9hZGluZyBleHRlbnNpb24gUkVDT1JECihJSSkg TG9hZE1vZHVsZTogInh0cmFwIgooSUkpIExvYWRpbmcgL3Vzci9YMTFSNi9s aWIvbW9kdWxlcy9leHRlbnNpb25zL2xpYnh0cmFwLnNvCihJSSkgTW9kdWxl IHh0cmFwOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBm b3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjAKCU1vZHVsZSBjbGFz czogWC5PcmcgU2VydmVyIEV4dGVuc2lvbgoJQUJJIGNsYXNzOiBYLk9yZyBT ZXJ2ZXIgRXh0ZW5zaW9uLCB2ZXJzaW9uIDAuMgooSUkpIExvYWRpbmcgZXh0 ZW5zaW9uIERFQy1YVFJBUAooSUkpIExvYWRNb2R1bGU6ICJmcmVldHlwZSIK KElJKSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvZm9udHMvbGli ZnJlZXR5cGUuc28KKElJKSBNb2R1bGUgZnJlZXR5cGU6IHZlbmRvcj0iWC5P cmcgRm91bmRhdGlvbiAmIHRoZSBBZnRlciBYLVRUIFByb2plY3QiCgljb21w aWxlZCBmb3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMi4xLjAKCU1vZHVs ZSBjbGFzczogWC5PcmcgRm9udCBSZW5kZXJlcgoJQUJJIGNsYXNzOiBYLk9y ZyBGb250IFJlbmRlcmVyLCB2ZXJzaW9uIDAuNAooSUkpIExvYWRpbmcgZm9u dCBGcmVlVHlwZQooSUkpIExvYWRNb2R1bGU6ICJ0eXBlMSIKKElJKSBMb2Fk aW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvZm9udHMvbGlidHlwZTEuc28K KElJKSBNb2R1bGUgdHlwZTE6IHZlbmRvcj0iWC5PcmcgRm91bmRhdGlvbiIK CWNvbXBpbGVkIGZvciA2LjkuMCwgbW9kdWxlIHZlcnNpb24gPSAxLjAuMgoJ TW9kdWxlIGNsYXNzOiBYLk9yZyBGb250IFJlbmRlcmVyCglBQkkgY2xhc3M6 IFguT3JnIEZvbnQgUmVuZGVyZXIsIHZlcnNpb24gMC40CihJSSkgTG9hZGlu ZyBmb250IFR5cGUxCihJSSkgTG9hZGluZyBmb250IENJRAooSUkpIExvYWRN b2R1bGU6ICJudiIKKElJKSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVs ZXMvZHJpdmVycy9udl9kcnYuc28KKElJKSBNb2R1bGUgbnY6IHZlbmRvcj0i WC5PcmcgRm91bmRhdGlvbiIKCWNvbXBpbGVkIGZvciA2LjkuMCwgbW9kdWxl IHZlcnNpb24gPSAxLjAuMQoJTW9kdWxlIGNsYXNzOiBYLk9yZyBWaWRlbyBE cml2ZXIKCUFCSSBjbGFzczogWC5PcmcgVmlkZW8gRHJpdmVyLCB2ZXJzaW9u IDAuOAooSUkpIExvYWRNb2R1bGU6ICJtb3VzZSIKKElJKSBMb2FkaW5nIC91 c3IvWDExUjYvbGliL21vZHVsZXMvaW5wdXQvbW91c2VfZHJ2LnNvCihJSSkg TW9kdWxlIG1vdXNlOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21w aWxlZCBmb3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjMKCU1vZHVs ZSBjbGFzczogWC5PcmcgWElucHV0IERyaXZlcgoJQUJJIGNsYXNzOiBYLk9y ZyBYSW5wdXQgZHJpdmVyLCB2ZXJzaW9uIDAuNQooSUkpIExvYWRNb2R1bGU6 ICJrYmQiCihJSSkgTG9hZGluZyAvdXNyL1gxMVI2L2xpYi9tb2R1bGVzL2lu cHV0L2tiZF9kcnYuc28KKElJKSBNb2R1bGUga2JkOiB2ZW5kb3I9IlguT3Jn IEZvdW5kYXRpb24iCgljb21waWxlZCBmb3IgNi45LjAsIG1vZHVsZSB2ZXJz aW9uID0gMS4wLjEKCU1vZHVsZSBjbGFzczogWC5PcmcgWElucHV0IERyaXZl cgoJQUJJIGNsYXNzOiBYLk9yZyBYSW5wdXQgZHJpdmVyLCB2ZXJzaW9uIDAu NQooSUkpIE5WOiBkcml2ZXIgZm9yIE5WSURJQSBjaGlwc2V0czogUklWQSAx MjgsIFJJVkEgVE5ULCBSSVZBIFROVDIsCglVbmtub3duIFROVDIsIFZhbnRh LCBSSVZBIFROVDIgVWx0cmEsIFJJVkEgVE5UMiBNb2RlbCA2NCwKCUFsYWRk aW4gVE5UMiwgR2VGb3JjZSAyNTYsIEdlRm9yY2UgRERSLCBRdWFkcm8sIEdl Rm9yY2UyIE1YL01YIDQwMCwKCUdlRm9yY2UyIE1YIDEwMC8yMDAsIEdlRm9y Y2UyIEdvLCBRdWFkcm8yIE1YUi9FWC9HbywKCUdlRm9yY2UyIEludGVncmF0 ZWQgR1BVLCBHZUZvcmNlMiBHVFMsIEdlRm9yY2UyIFRpLCBHZUZvcmNlMiBV bHRyYSwKCVF1YWRybzIgUHJvLCBHZUZvcmNlNCBNWCA0NjAsIEdlRm9yY2U0 IE1YIDQ0MCwgR2VGb3JjZTQgTVggNDIwLAoJR2VGb3JjZTQgTVggNDQwLVNF LCBHZUZvcmNlNCA0NDAgR28sIEdlRm9yY2U0IDQyMCBHbywKCUdlRm9yY2U0 IDQyMCBHbyAzMk0sIEdlRm9yY2U0IDQ2MCBHbywgUXVhZHJvNCA1NTAgWEdM LAoJR2VGb3JjZTQgNDQwIEdvIDY0TSwgUXVhZHJvNCBOVlMsIFF1YWRybzQg NTAwIEdvR0wsCglHZUZvcmNlNCA0MTAgR28gMTZNLCBHZUZvcmNlNCBNWCA0 NDAgd2l0aCBBR1A4WCwKCUdlRm9yY2U0IE1YIDQ0MFNFIHdpdGggQUdQOFgs IEdlRm9yY2U0IE1YIDQyMCB3aXRoIEFHUDhYLAoJR2VGb3JjZTQgTVggNDAw MCwgR2VGb3JjZTQgNDQ4IEdvLCBHZUZvcmNlNCA0ODggR28sIFF1YWRybzQg NTgwIFhHTCwKCVF1YWRybzQgMjgwIE5WUywgUXVhZHJvNCAzODAgWEdMLCBR dWFkcm8gTlZTIDUwIFBDSSwgR2VGb3JjZTQgNDQ4IEdvLAoJR2VGb3JjZTQg TVggSW50ZWdyYXRlZCBHUFUsIEdlRm9yY2UzLCBHZUZvcmNlMyBUaSAyMDAs CglHZUZvcmNlMyBUaSA1MDAsIFF1YWRybyBEQ0MsIEdlRm9yY2U0IFRpIDQ2 MDAsIEdlRm9yY2U0IFRpIDQ0MDAsCgkweDAyNTIsIEdlRm9yY2U0IFRpIDQy MDAsIFF1YWRybzQgOTAwIFhHTCwgUXVhZHJvNCA3NTAgWEdMLAoJUXVhZHJv NCA3MDAgWEdMLCBHZUZvcmNlNCBUaSA0ODAwLCBHZUZvcmNlNCBUaSA0MjAw IHdpdGggQUdQOFgsCglHZUZvcmNlNCBUaSA0ODAwIFNFLCBHZUZvcmNlNCA0 MjAwIEdvLCBRdWFkcm80IDcwMCBHb0dMLAoJUXVhZHJvNCA5ODAgWEdMLCBR dWFkcm80IDc4MCBYR0wsIEdlRm9yY2UgRlggNTgwMCBVbHRyYSwKCUdlRm9y Y2UgRlggNTgwMCwgUXVhZHJvIEZYIDIwMDAsIFF1YWRybyBGWCAxMDAwLAoJ R2VGb3JjZSBGWCA1NjAwIFVsdHJhLCBHZUZvcmNlIEZYIDU2MDAsIDB4MDMx MywgR2VGb3JjZSBGWCA1NjAwU0UsCgkweDAzMTYsIDB4MDMxNywgR2VGb3Jj ZSBGWCBHbzU2MDAsIEdlRm9yY2UgRlggR281NjUwLAoJUXVhZHJvIEZYIEdv NzAwLCAweDAzMUQsIDB4MDMxRSwgMHgwMzFGLCBHZUZvcmNlIEZYIDUyMDAs CglHZUZvcmNlIEZYIDUyMDAgVWx0cmEsIEdlRm9yY2UgRlggNTIwMCwgR2VG b3JjZSBGWCA1MjAwU0UsCglHZUZvcmNlIEZYIEdvNTIwMCwgR2VGb3JjZSBG WCBHbzUyNTAsIEdlRm9yY2UgRlggNTUwMCwKCUdlRm9yY2UgRlggNTEwMCwg R2VGb3JjZSBGWCBHbzUyMDAgMzJNLzY0TSwgMHgwMzI5LAoJUXVhZHJvIE5W UyA1NS8yODAgUENJLCBRdWFkcm8gRlggNTAwLzYwMCBQQ0ksCglHZUZvcmNl IEZYIEdvNTN4eCBTZXJpZXMsIEdlRm9yY2UgRlggR281MTAwLCAweDAzMkYs CglHZUZvcmNlIEZYIDU5MDAgVWx0cmEsIEdlRm9yY2UgRlggNTkwMCwgR2VG b3JjZSBGWCA1OTAwWFQsCglHZUZvcmNlIEZYIDU5NTAgVWx0cmEsIFF1YWRy byBGWCA3MDAsIEdlRm9yY2UgRlggNTkwMFpULAoJUXVhZHJvIEZYIDMwMDAs IEdlRm9yY2UgRlggNTcwMCBVbHRyYSwgR2VGb3JjZSBGWCA1NzAwLAoJR2VG b3JjZSBGWCA1NzAwTEUsIEdlRm9yY2UgRlggNTcwMFZFLCAweDAzNDUsIEdl Rm9yY2UgRlggR281NzAwLAoJR2VGb3JjZSBGWCBHbzU3MDAsIDB4MDM0OSwg MHgwMzRCLCBRdWFkcm8gRlggR28xMDAwLCBRdWFkcm8gRlggMTEwMCwKCTB4 MDM0RiwgR2VGb3JjZSA2ODAwIFVsdHJhLCBHZUZvcmNlIDY4MDAsIEdlRm9y Y2UgNjgwMCBMRSwgMHgwMDQzLAoJR2VGb3JjZSA2ODAwIEdULCBHZUZvcmNl IDY4MDAgR1QsIEdlRm9yY2UgNjgwMCBYVCwgMHgwMDQ5LAoJUXVhZHJvIEZY IDQwMDAsIDB4MDBDMCwgR2VGb3JjZSA2ODAwLCBHZUZvcmNlIDY4MDAgTEUs CglHZUZvcmNlIDY4MDAgWFQsIEdlRm9yY2UgR28gNjgwMCwgR2VGb3JjZSBH byA2ODAwIFVsdHJhLAoJUXVhZHJvIEZYIEdvMTQwMCwgUXVhZHJvIEZYIDM0 NTAvNDAwMCBTREksIFF1YWRybyBGWCAxNDAwLAoJR2VGb3JjZSA2NjAwIEdU LCBHZUZvcmNlIDY2MDAsIEdlRm9yY2UgNjYwMCBMRSwgMHgwMTQzLAoJR2VG b3JjZSBHbyA2NjAwLCBHZUZvcmNlIDY2MTAgWEwsIEdlRm9yY2UgR28gNjYw MCBURS82MjAwIFRFLAoJR2VGb3JjZSA2NzAwIFhMLCBHZUZvcmNlIEdvIDY2 MDAsIEdlRm9yY2UgR28gNjYwMCBHVCwgMHgwMTRCLCAweDAxNEMsCgkweDAx NEQsIFF1YWRybyBGWCA1NDAsIEdlRm9yY2UgNjIwMCwgR2VGb3JjZSA2NTAw LAoJR2VGb3JjZSA2MjAwIFR1cmJvQ2FjaGUoVE0pLCBHZUZvcmNlIDYyMDBT RSBUdXJib0NhY2hlKFRNKSwKCUdlRm9yY2UgNjIwMCBMRSwgR2VGb3JjZSBH byA2MjAwLCBRdWFkcm8gTlZTIDI4NSwgR2VGb3JjZSBHbyA2NDAwLAoJR2VG b3JjZSBHbyA2MjAwLCBHZUZvcmNlIEdvIDY0MDAsIEdlRm9yY2UgNjI1MCwg MHgwMTZCLCAweDAxNkMsCgkweDAxNkQsIDB4MDE2RSwgMHgwMjEwLCBHZUZv cmNlIDY4MDAsIEdlRm9yY2UgNjgwMCBMRSwKCUdlRm9yY2UgNjgwMCBHVCwg MHgwMjIwLCBHZUZvcmNlIDYyMDAsIDB4MDIyMiwgMHgwMjI4LCAweDAwOTAs CglHZUZvcmNlIDc4MDAgR1RYLCBHZUZvcmNlIDc4MDAgR1QsIDB4MDA5Mywg MHgwMDk0LCBHZUZvcmNlIEdvIDc4MDAsCglHZUZvcmNlIEdvIDc4MDAgR1RY LCAweDAwOUMsIFF1YWRybyBGWCA0NTAwLCAweDAwOUUKKElJKSBQcmltYXJ5 IERldmljZSBpczogUENJIDA0OjAwOjAKKC0tKSBDaGlwc2V0IFVua25vd24g TlZJRElBIGNoaXAgZm91bmQKKC0tKSBDaGlwc2V0IFVua25vd24gTlZJRElB IGNoaXAgZm91bmQKKElJKSByZXNvdXJjZSByYW5nZXMgYWZ0ZXIgeGY4NkNs YWltRml4ZWRSZXNvdXJjZXMoKSBjYWxsOgoJWzBdIC0xCTAJMHhmZmUwMDAw MCAtIDB4ZmZmZmZmZmYgKDB4MjAwMDAwKSBNWFtCXShCKQoJWzFdIC0xCTAJ MHgwMDEwMDAwMCAtIDB4M2ZmZmZmZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShC KQoJWzJdIC0xCTAJMHgwMDBmMDAwMCAtIDB4MDAwZmZmZmYgKDB4MTAwMDAp IE1YW0JdCglbM10gLTEJMAkweDAwMGMwMDAwIC0gMHgwMDBlZmZmZiAoMHgz MDAwMCkgTVhbQl0KCVs0XSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDlmZmZm ICgweGEwMDAwKSBNWFtCXQoJWzVdIC0xCTAJMHhmZWFmODAwMCAtIDB4ZmVh ZmJmZmYgKDB4NDAwMCkgTVhbQl1FCglbNl0gLTEJMAkweGZlYWZmODAwIC0g MHhmZWFmZmZmZiAoMHg4MDApIE1YW0JdRQoJWzddIC0xCTAJMHhmZTlmYzAw MCAtIDB4ZmU5ZmZmZmYgKDB4NDAwMCkgTVhbQl1FCglbOF0gLTEJMAkweGZl OGY4MDAwIC0gMHhmZThmYmZmZiAoMHg0MDAwKSBNWFtCXUUKCVs5XSAtMQkw CTB4ZmU4ZmZjMDAgLSAweGZlOGZmZmZmICgweDQwMCkgTVhbQl1FCglbMTBd IC0xCTAJMHhmZWJmYTAwMCAtIDB4ZmViZmFmZmYgKDB4MTAwMCkgTVhbQl1F CglbMTFdIC0xCTAJMHhmZWJmYjAwMCAtIDB4ZmViZmJmZmYgKDB4MTAwMCkg TVhbQl1FCglbMTJdIC0xCTAJMHhmZWJmYzAwMCAtIDB4ZmViZmNmZmYgKDB4 MTAwMCkgTVhbQl1FCglbMTNdIC0xCTAJMHhmZWJmZDAwMCAtIDB4ZmViZmRm ZmYgKDB4MTAwMCkgTVhbQl1FCglbMTRdIC0xCTAJMHhmZWJmZmMwMCAtIDB4 ZmViZmZmZmYgKDB4NDAwKSBNWFtCXUUKCVsxNV0gLTEJMAkweGZlYmZlMDAw IC0gMHhmZWJmZWZmZiAoMHgxMDAwKSBNWFtCXUUKCVsxNl0gLTEJMAkweGZl NWUwMDAwIC0gMHhmZTVmZmZmZiAoMHgyMDAwMCkgTVhbQl0oQikKCVsxN10g LTEJMAkweGZjMDAwMDAwIC0gMHhmY2ZmZmZmZiAoMHgxMDAwMDAwKSBNWFtC XShCKQoJWzE4XSAtMQkwCTB4YzAwMDAwMDAgLSAweGNmZmZmZmZmICgweDEw MDAwMDAwKSBNWFtCXShCKQoJWzE5XSAtMQkwCTB4ZmQwMDAwMDAgLSAweGZk ZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpCglbMjBdIC0xCTAJMHhmYTRl MDAwMCAtIDB4ZmE0ZmZmZmYgKDB4MjAwMDApIE1YW0JdKEIpCglbMjFdIC0x CTAJMHhmODAwMDAwMCAtIDB4ZjhmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0o QikKCVsyMl0gLTEJMAkweGEwMDAwMDAwIC0gMHhhZmZmZmZmZiAoMHgxMDAw MDAwMCkgTVhbQl0oQikKCVsyM10gLTEJMAkweGY5MDAwMDAwIC0gMHhmOWZm ZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQoJWzI0XSAtMQkwCTB4MDAwMGZm ZmYgLSAweDAwMDBmZmZmICgweDEpIElYW0JdCglbMjVdIC0xCTAJMHgwMDAw MDAwMCAtIDB4MDAwMDAwZmYgKDB4MTAwKSBJWFtCXQoJWzI2XSAtMQkwCTB4 MDAwMGFjMDAgLSAweDAwMDBhY2ZmICgweDEwMCkgSVhbQl1FCglbMjddIC0x CTAJMHgwMDAwOTgwMCAtIDB4MDAwMDk4ZmYgKDB4MTAwKSBJWFtCXUUKCVsy OF0gLTEJMAkweDAwMDA4YzAwIC0gMHgwMDAwOGNmZiAoMHgxMDApIElYW0Jd RQoJWzI5XSAtMQkwCTB4MDAwMGI0ODAgLSAweDAwMDBiNGZmICgweDgwKSBJ WFtCXUUKCVszMF0gLTEJMAkweDAwMDBiODAwIC0gMHgwMDAwYjg3ZiAoMHg4 MCkgSVhbQl1FCglbMzFdIC0xCTAJMHgwMDAwYjg4MCAtIDB4MDAwMGI4ZmYg KDB4ODApIElYW0JdRQoJWzMyXSAtMQkwCTB4MDAwMGJjMDAgLSAweDAwMDBi Y2ZmICgweDEwMCkgSVhbQl1FCglbMzNdIC0xCTAJMHgwMDAwYzAwMCAtIDB4 MDAwMGMwN2YgKDB4ODApIElYW0JdRQoJWzM0XSAtMQkwCTB4MDAwMGMwODAg LSAweDAwMDBjMGZmICgweDgwKSBJWFtCXUUKCVszNV0gLTEJMAkweDAwMDBj NDAwIC0gMHgwMDAwYzQ3ZiAoMHg4MCkgSVhbQl1FCglbMzZdIC0xCTAJMHgw MDAwYzQ4MCAtIDB4MDAwMGM0ZmYgKDB4ODApIElYW0JdRQoJWzM3XSAtMQkw CTB4MDAwMGM4MDAgLSAweDAwMDBjODdmICgweDgwKSBJWFtCXUUKCVszOF0g LTEJMAkweDAwMDBjODgwIC0gMHgwMDAwYzhmZiAoMHg4MCkgSVhbQl1FCglb MzldIC0xCTAJMHgwMDAwY2MwMCAtIDB4MDAwMGNjZmYgKDB4MTAwKSBJWFtC XUUKCVs0MF0gLTEJMAkweDAwMDBmZmEwIC0gMHgwMDAwZmZiZiAoMHgyMCkg SVhbQl1FCglbNDFdIC0xCTAJMHgwMDAwZDAwMCAtIDB4MDAwMGQwZmYgKDB4 MTAwKSBJWFtCXUUKCVs0Ml0gLTEJMAkweDAwMDBkNDAwIC0gMHgwMDAwZDRm ZiAoMHgxMDApIElYW0JdRQoJWzQzXSAtMQkwCTB4MDAwMDA3MDAgLSAweDAw MDAwN2ZmICgweDEwMCkgSVhbQl1FCglbNDRdIC0xCTAJMHgwMDAwMDYwMCAt IDB4MDAwMDA2ZmYgKDB4MTAwKSBJWFtCXUUKCVs0NV0gLTEJMAkweDAwMDBk YzAwIC0gMHgwMDAwZGNmZiAoMHgxMDApIElYW0JdRQoJWzQ2XSAtMQkwCTB4 MDAwMDdjMDAgLSAweDAwMDA3YzdmICgweDgwKSBJWFtCXShCKQoJWzQ3XSAt MQkwCTB4MDAwMDZjMDAgLSAweDAwMDA2YzdmICgweDgwKSBJWFtCXShCKQoo SUkpIHJlc291cmNlIHJhbmdlcyBhZnRlciB4Zjg2Q2xhaW1GaXhlZFJlc291 cmNlcygpIGNhbGw6CglbMF0gLTEJMAkweGZmZTAwMDAwIC0gMHhmZmZmZmZm ZiAoMHgyMDAwMDApIE1YW0JdKEIpCglbMV0gLTEJMAkweDAwMTAwMDAwIC0g MHgzZmZmZmZmZiAoMHgzZmYwMDAwMCkgTVhbQl1FKEIpCglbMl0gLTEJMAkw eDAwMGYwMDAwIC0gMHgwMDBmZmZmZiAoMHgxMDAwMCkgTVhbQl0KCVszXSAt MQkwCTB4MDAwYzAwMDAgLSAweDAwMGVmZmZmICgweDMwMDAwKSBNWFtCXQoJ WzRdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwOWZmZmYgKDB4YTAwMDApIE1Y W0JdCglbNV0gLTEJMAkweGZlYWY4MDAwIC0gMHhmZWFmYmZmZiAoMHg0MDAw KSBNWFtCXUUKCVs2XSAtMQkwCTB4ZmVhZmY4MDAgLSAweGZlYWZmZmZmICgw eDgwMCkgTVhbQl1FCglbN10gLTEJMAkweGZlOWZjMDAwIC0gMHhmZTlmZmZm ZiAoMHg0MDAwKSBNWFtCXUUKCVs4XSAtMQkwCTB4ZmU4ZjgwMDAgLSAweGZl OGZiZmZmICgweDQwMDApIE1YW0JdRQoJWzldIC0xCTAJMHhmZThmZmMwMCAt IDB4ZmU4ZmZmZmYgKDB4NDAwKSBNWFtCXUUKCVsxMF0gLTEJMAkweGZlYmZh MDAwIC0gMHhmZWJmYWZmZiAoMHgxMDAwKSBNWFtCXUUKCVsxMV0gLTEJMAkw eGZlYmZiMDAwIC0gMHhmZWJmYmZmZiAoMHgxMDAwKSBNWFtCXUUKCVsxMl0g LTEJMAkweGZlYmZjMDAwIC0gMHhmZWJmY2ZmZiAoMHgxMDAwKSBNWFtCXUUK CVsxM10gLTEJMAkweGZlYmZkMDAwIC0gMHhmZWJmZGZmZiAoMHgxMDAwKSBN WFtCXUUKCVsxNF0gLTEJMAkweGZlYmZmYzAwIC0gMHhmZWJmZmZmZiAoMHg0 MDApIE1YW0JdRQoJWzE1XSAtMQkwCTB4ZmViZmUwMDAgLSAweGZlYmZlZmZm ICgweDEwMDApIE1YW0JdRQoJWzE2XSAtMQkwCTB4ZmU1ZTAwMDAgLSAweGZl NWZmZmZmICgweDIwMDAwKSBNWFtCXShCKQoJWzE3XSAtMQkwCTB4ZmMwMDAw MDAgLSAweGZjZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpCglbMThdIC0x CTAJMHhjMDAwMDAwMCAtIDB4Y2ZmZmZmZmYgKDB4MTAwMDAwMDApIE1YW0Jd KEIpCglbMTldIC0xCTAJMHhmZDAwMDAwMCAtIDB4ZmRmZmZmZmYgKDB4MTAw MDAwMCkgTVhbQl0oQikKCVsyMF0gLTEJMAkweGZhNGUwMDAwIC0gMHhmYTRm ZmZmZiAoMHgyMDAwMCkgTVhbQl0oQikKCVsyMV0gLTEJMAkweGY4MDAwMDAw IC0gMHhmOGZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQoJWzIyXSAtMQkw CTB4YTAwMDAwMDAgLSAweGFmZmZmZmZmICgweDEwMDAwMDAwKSBNWFtCXShC KQoJWzIzXSAtMQkwCTB4ZjkwMDAwMDAgLSAweGY5ZmZmZmZmICgweDEwMDAw MDApIE1YW0JdKEIpCglbMjRdIC0xCTAJMHgwMDAwZmZmZiAtIDB4MDAwMGZm ZmYgKDB4MSkgSVhbQl0KCVsyNV0gLTEJMAkweDAwMDAwMDAwIC0gMHgwMDAw MDBmZiAoMHgxMDApIElYW0JdCglbMjZdIC0xCTAJMHgwMDAwYWMwMCAtIDB4 MDAwMGFjZmYgKDB4MTAwKSBJWFtCXUUKCVsyN10gLTEJMAkweDAwMDA5ODAw IC0gMHgwMDAwOThmZiAoMHgxMDApIElYW0JdRQoJWzI4XSAtMQkwCTB4MDAw MDhjMDAgLSAweDAwMDA4Y2ZmICgweDEwMCkgSVhbQl1FCglbMjldIC0xCTAJ MHgwMDAwYjQ4MCAtIDB4MDAwMGI0ZmYgKDB4ODApIElYW0JdRQoJWzMwXSAt MQkwCTB4MDAwMGI4MDAgLSAweDAwMDBiODdmICgweDgwKSBJWFtCXUUKCVsz MV0gLTEJMAkweDAwMDBiODgwIC0gMHgwMDAwYjhmZiAoMHg4MCkgSVhbQl1F CglbMzJdIC0xCTAJMHgwMDAwYmMwMCAtIDB4MDAwMGJjZmYgKDB4MTAwKSBJ WFtCXUUKCVszM10gLTEJMAkweDAwMDBjMDAwIC0gMHgwMDAwYzA3ZiAoMHg4 MCkgSVhbQl1FCglbMzRdIC0xCTAJMHgwMDAwYzA4MCAtIDB4MDAwMGMwZmYg KDB4ODApIElYW0JdRQoJWzM1XSAtMQkwCTB4MDAwMGM0MDAgLSAweDAwMDBj NDdmICgweDgwKSBJWFtCXUUKCVszNl0gLTEJMAkweDAwMDBjNDgwIC0gMHgw MDAwYzRmZiAoMHg4MCkgSVhbQl1FCglbMzddIC0xCTAJMHgwMDAwYzgwMCAt IDB4MDAwMGM4N2YgKDB4ODApIElYW0JdRQoJWzM4XSAtMQkwCTB4MDAwMGM4 ODAgLSAweDAwMDBjOGZmICgweDgwKSBJWFtCXUUKCVszOV0gLTEJMAkweDAw MDBjYzAwIC0gMHgwMDAwY2NmZiAoMHgxMDApIElYW0JdRQoJWzQwXSAtMQkw CTB4MDAwMGZmYTAgLSAweDAwMDBmZmJmICgweDIwKSBJWFtCXUUKCVs0MV0g LTEJMAkweDAwMDBkMDAwIC0gMHgwMDAwZDBmZiAoMHgxMDApIElYW0JdRQoJ WzQyXSAtMQkwCTB4MDAwMGQ0MDAgLSAweDAwMDBkNGZmICgweDEwMCkgSVhb Ql1FCglbNDNdIC0xCTAJMHgwMDAwMDcwMCAtIDB4MDAwMDA3ZmYgKDB4MTAw KSBJWFtCXUUKCVs0NF0gLTEJMAkweDAwMDAwNjAwIC0gMHgwMDAwMDZmZiAo MHgxMDApIElYW0JdRQoJWzQ1XSAtMQkwCTB4MDAwMGRjMDAgLSAweDAwMDBk Y2ZmICgweDEwMCkgSVhbQl1FCglbNDZdIC0xCTAJMHgwMDAwN2MwMCAtIDB4 MDAwMDdjN2YgKDB4ODApIElYW0JdKEIpCglbNDddIC0xCTAJMHgwMDAwNmMw MCAtIDB4MDAwMDZjN2YgKDB4ODApIElYW0JdKEIpCihJSSkgcmVzb3VyY2Ug cmFuZ2VzIGFmdGVyIHByb2Jpbmc6CglbMF0gLTEJMAkweGZmZTAwMDAwIC0g MHhmZmZmZmZmZiAoMHgyMDAwMDApIE1YW0JdKEIpCglbMV0gLTEJMAkweDAw MTAwMDAwIC0gMHgzZmZmZmZmZiAoMHgzZmYwMDAwMCkgTVhbQl1FKEIpCglb Ml0gLTEJMAkweDAwMGYwMDAwIC0gMHgwMDBmZmZmZiAoMHgxMDAwMCkgTVhb Ql0KCVszXSAtMQkwCTB4MDAwYzAwMDAgLSAweDAwMGVmZmZmICgweDMwMDAw KSBNWFtCXQoJWzRdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwOWZmZmYgKDB4 YTAwMDApIE1YW0JdCglbNV0gLTEJMAkweGZlYWY4MDAwIC0gMHhmZWFmYmZm ZiAoMHg0MDAwKSBNWFtCXUUKCVs2XSAtMQkwCTB4ZmVhZmY4MDAgLSAweGZl YWZmZmZmICgweDgwMCkgTVhbQl1FCglbN10gLTEJMAkweGZlOWZjMDAwIC0g MHhmZTlmZmZmZiAoMHg0MDAwKSBNWFtCXUUKCVs4XSAtMQkwCTB4ZmU4Zjgw MDAgLSAweGZlOGZiZmZmICgweDQwMDApIE1YW0JdRQoJWzldIC0xCTAJMHhm ZThmZmMwMCAtIDB4ZmU4ZmZmZmYgKDB4NDAwKSBNWFtCXUUKCVsxMF0gLTEJ MAkweGZlYmZhMDAwIC0gMHhmZWJmYWZmZiAoMHgxMDAwKSBNWFtCXUUKCVsx MV0gLTEJMAkweGZlYmZiMDAwIC0gMHhmZWJmYmZmZiAoMHgxMDAwKSBNWFtC XUUKCVsxMl0gLTEJMAkweGZlYmZjMDAwIC0gMHhmZWJmY2ZmZiAoMHgxMDAw KSBNWFtCXUUKCVsxM10gLTEJMAkweGZlYmZkMDAwIC0gMHhmZWJmZGZmZiAo MHgxMDAwKSBNWFtCXUUKCVsxNF0gLTEJMAkweGZlYmZmYzAwIC0gMHhmZWJm ZmZmZiAoMHg0MDApIE1YW0JdRQoJWzE1XSAtMQkwCTB4ZmViZmUwMDAgLSAw eGZlYmZlZmZmICgweDEwMDApIE1YW0JdRQoJWzE2XSAtMQkwCTB4ZmU1ZTAw MDAgLSAweGZlNWZmZmZmICgweDIwMDAwKSBNWFtCXShCKQoJWzE3XSAtMQkw CTB4ZmMwMDAwMDAgLSAweGZjZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIp CglbMThdIC0xCTAJMHhjMDAwMDAwMCAtIDB4Y2ZmZmZmZmYgKDB4MTAwMDAw MDApIE1YW0JdKEIpCglbMTldIC0xCTAJMHhmZDAwMDAwMCAtIDB4ZmRmZmZm ZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVsyMF0gLTEJMAkweGZhNGUwMDAw IC0gMHhmYTRmZmZmZiAoMHgyMDAwMCkgTVhbQl0oQikKCVsyMV0gLTEJMAkw eGY4MDAwMDAwIC0gMHhmOGZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQoJ WzIyXSAtMQkwCTB4YTAwMDAwMDAgLSAweGFmZmZmZmZmICgweDEwMDAwMDAw KSBNWFtCXShCKQoJWzIzXSAtMQkwCTB4ZjkwMDAwMDAgLSAweGY5ZmZmZmZm ICgweDEwMDAwMDApIE1YW0JdKEIpCglbMjRdIDAJMAkweDAwMGEwMDAwIC0g MHgwMDBhZmZmZiAoMHgxMDAwMCkgTVNbQl0KCVsyNV0gMAkwCTB4MDAwYjAw MDAgLSAweDAwMGI3ZmZmICgweDgwMDApIE1TW0JdCglbMjZdIDAJMAkweDAw MGI4MDAwIC0gMHgwMDBiZmZmZiAoMHg4MDAwKSBNU1tCXQoJWzI3XSAxCTAJ MHgwMDBhMDAwMCAtIDB4MDAwYWZmZmYgKDB4MTAwMDApIE1TW0JdCglbMjhd IDEJMAkweDAwMGIwMDAwIC0gMHgwMDBiN2ZmZiAoMHg4MDAwKSBNU1tCXQoJ WzI5XSAxCTAJMHgwMDBiODAwMCAtIDB4MDAwYmZmZmYgKDB4ODAwMCkgTVNb Ql0KCVszMF0gLTEJMAkweDAwMDBmZmZmIC0gMHgwMDAwZmZmZiAoMHgxKSBJ WFtCXQoJWzMxXSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDAwMGZmICgweDEw MCkgSVhbQl0KCVszMl0gLTEJMAkweDAwMDBhYzAwIC0gMHgwMDAwYWNmZiAo MHgxMDApIElYW0JdRQoJWzMzXSAtMQkwCTB4MDAwMDk4MDAgLSAweDAwMDA5 OGZmICgweDEwMCkgSVhbQl1FCglbMzRdIC0xCTAJMHgwMDAwOGMwMCAtIDB4 MDAwMDhjZmYgKDB4MTAwKSBJWFtCXUUKCVszNV0gLTEJMAkweDAwMDBiNDgw IC0gMHgwMDAwYjRmZiAoMHg4MCkgSVhbQl1FCglbMzZdIC0xCTAJMHgwMDAw YjgwMCAtIDB4MDAwMGI4N2YgKDB4ODApIElYW0JdRQoJWzM3XSAtMQkwCTB4 MDAwMGI4ODAgLSAweDAwMDBiOGZmICgweDgwKSBJWFtCXUUKCVszOF0gLTEJ MAkweDAwMDBiYzAwIC0gMHgwMDAwYmNmZiAoMHgxMDApIElYW0JdRQoJWzM5 XSAtMQkwCTB4MDAwMGMwMDAgLSAweDAwMDBjMDdmICgweDgwKSBJWFtCXUUK CVs0MF0gLTEJMAkweDAwMDBjMDgwIC0gMHgwMDAwYzBmZiAoMHg4MCkgSVhb Ql1FCglbNDFdIC0xCTAJMHgwMDAwYzQwMCAtIDB4MDAwMGM0N2YgKDB4ODAp IElYW0JdRQoJWzQyXSAtMQkwCTB4MDAwMGM0ODAgLSAweDAwMDBjNGZmICgw eDgwKSBJWFtCXUUKCVs0M10gLTEJMAkweDAwMDBjODAwIC0gMHgwMDAwYzg3 ZiAoMHg4MCkgSVhbQl1FCglbNDRdIC0xCTAJMHgwMDAwYzg4MCAtIDB4MDAw MGM4ZmYgKDB4ODApIElYW0JdRQoJWzQ1XSAtMQkwCTB4MDAwMGNjMDAgLSAw eDAwMDBjY2ZmICgweDEwMCkgSVhbQl1FCglbNDZdIC0xCTAJMHgwMDAwZmZh MCAtIDB4MDAwMGZmYmYgKDB4MjApIElYW0JdRQoJWzQ3XSAtMQkwCTB4MDAw MGQwMDAgLSAweDAwMDBkMGZmICgweDEwMCkgSVhbQl1FCglbNDhdIC0xCTAJ MHgwMDAwZDQwMCAtIDB4MDAwMGQ0ZmYgKDB4MTAwKSBJWFtCXUUKCVs0OV0g LTEJMAkweDAwMDAwNzAwIC0gMHgwMDAwMDdmZiAoMHgxMDApIElYW0JdRQoJ WzUwXSAtMQkwCTB4MDAwMDA2MDAgLSAweDAwMDAwNmZmICgweDEwMCkgSVhb Ql1FCglbNTFdIC0xCTAJMHgwMDAwZGMwMCAtIDB4MDAwMGRjZmYgKDB4MTAw KSBJWFtCXUUKCVs1Ml0gLTEJMAkweDAwMDA3YzAwIC0gMHgwMDAwN2M3ZiAo MHg4MCkgSVhbQl0oQikKCVs1M10gLTEJMAkweDAwMDA2YzAwIC0gMHgwMDAw NmM3ZiAoMHg4MCkgSVhbQl0oQikKCVs1NF0gMAkwCTB4MDAwMDAzYjAgLSAw eDAwMDAwM2JiICgweGMpIElTW0JdCglbNTVdIDAJMAkweDAwMDAwM2MwIC0g MHgwMDAwMDNkZiAoMHgyMCkgSVNbQl0KCVs1Nl0gMQkwCTB4MDAwMDAzYjAg LSAweDAwMDAwM2JiICgweGMpIElTW0JdCglbNTddIDEJMAkweDAwMDAwM2Mw IC0gMHgwMDAwMDNkZiAoMHgyMCkgSVNbQl0KKElJKSBTZXR0aW5nIHZnYSBm b3Igc2NyZWVuIDAuCihJSSkgU2V0dGluZyB2Z2EgZm9yIHNjcmVlbiAxLgoo SUkpIExvYWRpbmcgc3ViIG1vZHVsZSAiaW50MTAiCihJSSkgTG9hZE1vZHVs ZTogImludDEwIgooSUkpIExvYWRpbmcgL3Vzci9YMTFSNi9saWIvbW9kdWxl cy9saWJpbnQxMC5zbwooSUkpIE1vZHVsZSBpbnQxMDogdmVuZG9yPSJYLk9y ZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9yIDYuOS4wLCBtb2R1bGUgdmVy c2lvbiA9IDEuMC4wCglBQkkgY2xhc3M6IFguT3JnIFZpZGVvIERyaXZlciwg dmVyc2lvbiAwLjgKKElJKSBOVigwKTogSW5pdGlhbGl6aW5nIGludDEwCig9 PSkgTlYoMCk6IFdyaXRlLWNvbWJpbmluZyByYW5nZSAoMHhhMDAwMCwweDIw MDAwKSB3YXMgYWxyZWFkeSBjbGVhcgooPT0pIE5WKDApOiBXcml0ZS1jb21i aW5pbmcgcmFuZ2UgKDB4YzAwMDAsMHg0MDAwMCkgd2FzIGFscmVhZHkgY2xl YXIKKElJKSBOVigwKTogUHJpbWFyeSBWX0JJT1Mgc2VnbWVudCBpczogMHhj MDAwCig9PSkgTlYoMCk6IFdyaXRlLWNvbWJpbmluZyByYW5nZSAoMHgwLDB4 MTAwMCkgd2FzIGFscmVhZHkgY2xlYXIKKC0tKSBOVigwKTogQ2hpcHNldDog IlVua25vd24gTlZJRElBIGNoaXBzZXQiCig9PSkgTlYoMCk6IERlcHRoIDE2 LCAoPT0pIGZyYW1lYnVmZmVyIGJwcCAxNgooPT0pIE5WKDApOiBSR0Igd2Vp Z2h0IDU2NQooPT0pIE5WKDApOiBEZWZhdWx0IHZpc3VhbCBpcyBUcnVlQ29s b3IKKElJKSBMb2FkaW5nIHN1YiBtb2R1bGUgInZnYWh3IgooSUkpIExvYWRN b2R1bGU6ICJ2Z2FodyIKKElJKSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21v ZHVsZXMvbGlidmdhaHcuc28KKElJKSBNb2R1bGUgdmdhaHc6IHZlbmRvcj0i WC5PcmcgRm91bmRhdGlvbiIKCWNvbXBpbGVkIGZvciA2LjkuMCwgbW9kdWxl IHZlcnNpb24gPSAwLjEuMAoJQUJJIGNsYXNzOiBYLk9yZyBWaWRlbyBEcml2 ZXIsIHZlcnNpb24gMC44Cig9PSkgTlYoMCk6IFVzaW5nIEhXIGN1cnNvcgoo LS0pIE5WKDApOiBMaW5lYXIgZnJhbWVidWZmZXIgYXQgMHhDMDAwMDAwMAoo LS0pIE5WKDApOiBNTUlPIHJlZ2lzdGVycyBhdCAweEZEMDAwMDAwCig9PSkg TlYoMCk6IFdyaXRlLWNvbWJpbmluZyByYW5nZSAoMHhmZDAwMDAwMCwweDEw MDAwMDApIHdhcyBhbHJlYWR5IGNsZWFyCihJSSkgTG9hZGluZyBzdWIgbW9k dWxlICJpMmMiCihJSSkgTG9hZE1vZHVsZTogImkyYyIKKElJKSBMb2FkaW5n IC91c3IvWDExUjYvbGliL21vZHVsZXMvbGliaTJjLnNvCihJSSkgTW9kdWxl IGkyYzogdmVuZG9yPSJYLk9yZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9y IDYuOS4wLCBtb2R1bGUgdmVyc2lvbiA9IDEuMi4wCglBQkkgY2xhc3M6IFgu T3JnIFZpZGVvIERyaXZlciwgdmVyc2lvbiAwLjgKKElJKSBMb2FkaW5nIHN1 YiBtb2R1bGUgImRkYyIKKElJKSBMb2FkTW9kdWxlOiAiZGRjIgooSUkpIExv YWRpbmcgL3Vzci9YMTFSNi9saWIvbW9kdWxlcy9saWJkZGMuc28KKElJKSBN b2R1bGUgZGRjOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxl ZCBmb3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjAKCUFCSSBjbGFz czogWC5PcmcgVmlkZW8gRHJpdmVyLCB2ZXJzaW9uIDAuOAooSUkpIE5WKDAp OiBJMkMgYnVzICJEREMiIGluaXRpYWxpemVkLgooSUkpIE5WKDApOiBQcm9i aW5nIGZvciBhbmFsb2cgZGV2aWNlIG9uIG91dHB1dCBBLi4uCigtLSkgTlYo MCk6ICAgLi4uZm91bmQgb25lCihJSSkgTlYoMCk6IFByb2JpbmcgZm9yIGFu YWxvZyBkZXZpY2Ugb24gb3V0cHV0IEIuLi4KKC0tKSBOVigwKTogICAuLi5j YW4ndCBmaW5kIG9uZQooSUkpIE5WKDApOiBQcm9iaW5nIGZvciBFRElEIG9u IEkyQyBidXMgQS4uLgooSUkpIE5WKDApOiBJMkMgZGV2aWNlICJEREM6ZGRj MiIgcmVnaXN0ZXJlZCBhdCBhZGRyZXNzIDB4QTAuCihJSSkgTlYoMCk6IEky QyBkZXZpY2UgIkREQzpkZGMyIiByZW1vdmVkLgooSUkpIE5WKDApOiAgIC4u LiBub25lIGZvdW5kCihJSSkgTlYoMCk6IFByb2JpbmcgZm9yIEVESUQgb24g STJDIGJ1cyBCLi4uCihJSSkgTlYoMCk6IEkyQyBkZXZpY2UgIkREQzpkZGMy IiByZWdpc3RlcmVkIGF0IGFkZHJlc3MgMHhBMC4KKElJKSBOVigwKTogSTJD IGRldmljZSAiRERDOmRkYzIiIHJlbW92ZWQuCigtLSkgTlYoMCk6IEREQyBk ZXRlY3RlZCBhIENSVDoKKElJKSBOVigwKTogTWFudWZhY3R1cmVyOiBIU0Qg IE1vZGVsOiA4OTkxICBTZXJpYWwjOiA0MTkwCihJSSkgTlYoMCk6IFllYXI6 IDIwMDYgIFdlZWs6IDIyCihJSSkgTlYoMCk6IEVESUQgVmVyc2lvbjogMS4z CihJSSkgTlYoMCk6IEFuYWxvZyBEaXNwbGF5IElucHV0LCAgSW5wdXQgVm9s dGFnZSBMZXZlbDogMC43MDAvMC43MDAgVgooSUkpIE5WKDApOiBTeW5jOiAg U2VwYXJhdGUgIENvbXBvc2l0ZQooSUkpIE5WKDApOiBNYXggSC1JbWFnZSBT aXplIFtjbV06IGhvcml6LjogNDEgIHZlcnQuOiAyNgooSUkpIE5WKDApOiBH YW1tYTogMi4yMAooSUkpIE5WKDApOiBEUE1TIGNhcGFiaWxpdGllczogT2Zm OyBSR0IvQ29sb3IgRGlzcGxheQooSUkpIE5WKDApOiBGaXJzdCBkZXRhaWxl ZCB0aW1pbmcgaXMgcHJlZmVycmVkIG1vZGUKKElJKSBOVigwKTogcmVkWDog MC42NDMgcmVkWTogMC4zMjUgICBncmVlblg6IDAuMjk1IGdyZWVuWTogMC42 MTYKKElJKSBOVigwKTogYmx1ZVg6IDAuMTQzIGJsdWVZOiAwLjA4MSAgIHdo aXRlWDogMC4zMTAgd2hpdGVZOiAwLjMzMAooSUkpIE5WKDApOiBTdXBwb3J0 ZWQgVkVTQSBWaWRlbyBNb2RlczoKKElJKSBOVigwKTogNzIweDQwMEA3MEh6 CihJSSkgTlYoMCk6IDY0MHg0ODBANjBIegooSUkpIE5WKDApOiA2NDB4NDgw QDY3SHoKKElJKSBOVigwKTogNjQweDQ4MEA3Mkh6CihJSSkgTlYoMCk6IDY0 MHg0ODBANzVIegooSUkpIE5WKDApOiA4MDB4NjAwQDU2SHoKKElJKSBOVigw KTogODAweDYwMEA2MEh6CihJSSkgTlYoMCk6IDgwMHg2MDBANzJIegooSUkp IE5WKDApOiA4MDB4NjAwQDc1SHoKKElJKSBOVigwKTogODMyeDYyNEA3NUh6 CihJSSkgTlYoMCk6IDEwMjR4NzY4QDYwSHoKKElJKSBOVigwKTogMTAyNHg3 NjhANzBIegooSUkpIE5WKDApOiAxMDI0eDc2OEA3NUh6CihJSSkgTlYoMCk6 IDEyODB4MTAyNEA3NUh6CihJSSkgTlYoMCk6IE1hbnVmYWN0dXJlcidzIG1h c2s6IDAKKElJKSBOVigwKTogU3VwcG9ydGVkIEZ1dHVyZSBWaWRlbyBNb2Rl czoKKElJKSBOVigwKTogIzA6IGhzaXplOiA2NDAgIHZzaXplIDQ4MCAgcmVm cmVzaDogNjYgIHZpZDogMTc5NjkKKElJKSBOVigwKTogIzE6IGhzaXplOiAx MDI0ICB2c2l6ZSA3NjggIHJlZnJlc2g6IDY2ICB2aWQ6IDE4MDE3CihJSSkg TlYoMCk6ICMyOiBoc2l6ZTogMTE1MiAgdnNpemUgODY0ICByZWZyZXNoOiA3 NSAgdmlkOiAyMDMzNwooSUkpIE5WKDApOiAjMzogaHNpemU6IDEyODAgIHZz aXplIDk2MCAgcmVmcmVzaDogNjAgIHZpZDogMTY1MTMKKElJKSBOVigwKTog IzQ6IGhzaXplOiAxMjgwICB2c2l6ZSAxMDI0ICByZWZyZXNoOiA2MCAgdmlk OiAzMjg5NwooSUkpIE5WKDApOiAjNTogaHNpemU6IDE0NDAgIHZzaXplIDkw MCAgcmVmcmVzaDogNjAgIHZpZDogMTQ5CihJSSkgTlYoMCk6ICM2OiBoc2l6 ZTogMTQ0MCAgdnNpemUgOTAwICByZWZyZXNoOiA3NSAgdmlkOiAzOTg5CihJ SSkgTlYoMCk6IFN1cHBvcnRlZCBhZGRpdGlvbmFsIFZpZGVvIE1vZGU6CihJ SSkgTlYoMCk6IGNsb2NrOiAxMDYuNSBNSHogICBJbWFnZSBTaXplOiAgNDA4 IHggMjU1IG1tCihJSSkgTlYoMCk6IGhfYWN0aXZlOiAxNDQwICBoX3N5bmM6 IDE1MjAgIGhfc3luY19lbmQgMTY3MiBoX2JsYW5rX2VuZCAxOTA0IGhfYm9y ZGVyOiAwCihJSSkgTlYoMCk6IHZfYWN0aXZlOiA5MDAgIHZfc3luYzogOTAz ICB2X3N5bmNfZW5kIDkwOSB2X2JsYW5raW5nOiA5MzQgdl9ib3JkZXI6IDAK KElJKSBOVigwKTogUmFuZ2VzOiBWIG1pbjogNDkgIFYgbWF4OiA3NSBIeiwg SCBtaW46IDMwICBIIG1heDogODAga0h6LCBQaXhDbG9jayBtYXggMTQwIE1I egooSUkpIE5WKDApOiBNb25pdG9yIG5hbWU6IEhXMTkxRAooSUkpIE5WKDAp OiBTZXJpYWwgTm86IDYyMkdIMzJDQTQxOTAKKC0tKSBOVigwKTogQ1JUQyAw IGFwcGVhcnMgdG8gaGF2ZSBhIENSVCBhdHRhY2hlZAooSUkpIE5WKDApOiBV c2luZyBDUlQgb24gQ1JUQyAwCigtLSkgTlYoMCk6IFZpZGVvUkFNOiAyNjIx NDQga0J5dGVzCig9PSkgTlYoMCk6IFVzaW5nIGdhbW1hIGNvcnJlY3Rpb24g KDEuMCwgMS4wLCAxLjApCihJSSkgTlYoMCk6IE1vbml0b3IwOiBVc2luZyBo c3luYyByYW5nZSBvZiAzMC4wMC04MC4wMCBrSHoKKElJKSBOVigwKTogTW9u aXRvcjA6IFVzaW5nIHZyZWZyZXNoIHJhbmdlIG9mIDQ5LjAwLTc1LjAwIEh6 CihJSSkgTlYoMCk6IENsb2NrIHJhbmdlOiAgMTIuMDAgdG8gNDAwLjAwIE1I egooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI2NDB4MzUw IiAodnJlZnJlc2ggb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICIzMjB4MTc1IiAodnJlZnJlc2ggb3V0IG9mIHJh bmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI2NDB4 NDAwIiAodnJlZnJlc2ggb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3Qg dXNpbmcgZGVmYXVsdCBtb2RlICIzMjB4MjAwIiAodnJlZnJlc2ggb3V0IG9m IHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI3 MjB4NDAwIiAodnJlZnJlc2ggb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBO b3QgdXNpbmcgZGVmYXVsdCBtb2RlICIzNjB4MjAwIiAodnJlZnJlc2ggb3V0 IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2Rl ICI2NDB4NDgwIiAodnJlZnJlc2ggb3V0IG9mIHJhbmdlKQooSUkpIE5WKDAp OiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIzMjB4MjQwIiAodnJlZnJlc2gg b3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICI4MDB4NjAwIiAodnJlZnJlc2ggb3V0IG9mIHJhbmdlKQooSUkpIE5W KDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI0MDB4MzAwIiAodnJlZnJl c2ggb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVs dCBtb2RlICIxMDI0eDc2OCIgKHZyZWZyZXNoIG91dCBvZiByYW5nZSkKKElJ KSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNTEyeDM4NCIgKHZy ZWZyZXNoIG91dCBvZiByYW5nZSkKKElJKSBOVigwKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiMTAyNHg3NjgiICh2cmVmcmVzaCBvdXQgb2YgcmFuZ2Up CihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjUxMngzODQi ICh2cmVmcmVzaCBvdXQgb2YgcmFuZ2UpCihXVykgKDEyODB4OTYwLE1vbml0 b3IwKSBtb2RlIGNsb2NrIDE0OC41TUh6IGV4Y2VlZHMgRERDIG1heGltdW0g MTQwTUh6CihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjEy ODB4OTYwIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3Qg dXNpbmcgZGVmYXVsdCBtb2RlICI2NDB4NDgwIiAoaHN5bmMgb3V0IG9mIHJh bmdlKQooV1cpICgxMjgweDEwMjQsTW9uaXRvcjApIG1vZGUgY2xvY2sgMTU3 LjVNSHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBNSHoKKElJKSBOVigwKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTI4MHgxMDI0IiAoaHN5bmMgb3V0 IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2Rl ICI2NDB4NTEyIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooV1cpICgxNjAweDEy MDAsTW9uaXRvcjApIG1vZGUgY2xvY2sgMTYyTUh6IGV4Y2VlZHMgRERDIG1h eGltdW0gMTQwTUh6CihXVykgKDE2MDB4MTIwMCxNb25pdG9yMCkgbW9kZSBj bG9jayAxNzUuNU1IeiBleGNlZWRzIEREQyBtYXhpbXVtIDE0ME1IegooSUkp IE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxNjAweDEyMDAiICho c3luYyBvdXQgb2YgcmFuZ2UpCihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjgwMHg2MDAiIChoc3luYyBvdXQgb2YgcmFuZ2UpCihXVykg KDE2MDB4MTIwMCxNb25pdG9yMCkgbW9kZSBjbG9jayAxODlNSHogZXhjZWVk cyBEREMgbWF4aW11bSAxNDBNSHoKKElJKSBOVigwKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiMTYwMHgxMjAwIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQoo SUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4MDB4NjAwIiAo aHN5bmMgb3V0IG9mIHJhbmdlKQooV1cpICgxNjAweDEyMDAsTW9uaXRvcjAp IG1vZGUgY2xvY2sgMjAyLjVNSHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBN SHoKKElJKSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTYwMHgx MjAwIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICI4MDB4NjAwIiAoaHN5bmMgb3V0IG9mIHJhbmdl KQooV1cpICgxNjAweDEyMDAsTW9uaXRvcjApIG1vZGUgY2xvY2sgMjI5LjVN SHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBNSHoKKElJKSBOVigwKTogTm90 IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTYwMHgxMjAwIiAoaHN5bmMgb3V0IG9m IHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4 MDB4NjAwIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooV1cpICgxNzkyeDEzNDQs TW9uaXRvcjApIG1vZGUgY2xvY2sgMjA0LjhNSHogZXhjZWVkcyBEREMgbWF4 aW11bSAxNDBNSHoKKElJKSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQgbW9k ZSAiMTc5MngxMzQ0IiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooSUkpIE5WKDAp OiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4OTZ4NjcyIiAoaHN5bmMgb3V0 IG9mIHJhbmdlKQooV1cpICgxNzkyeDEzNDQsTW9uaXRvcjApIG1vZGUgY2xv Y2sgMjYxTUh6IGV4Y2VlZHMgRERDIG1heGltdW0gMTQwTUh6CihJSSkgTlYo MCk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjE3OTJ4MTM0NCIgKGhzeW5j IG91dCBvZiByYW5nZSkKKElJKSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQg bW9kZSAiODk2eDY3MiIgKGhzeW5jIG91dCBvZiByYW5nZSkKKFdXKSAoMTg1 NngxMzkyLE1vbml0b3IwKSBtb2RlIGNsb2NrIDIxOC4zTUh6IGV4Y2VlZHMg RERDIG1heGltdW0gMTQwTUh6CihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjE4NTZ4MTM5MiIgKGhzeW5jIG91dCBvZiByYW5nZSkKKElJ KSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiOTI4eDY5NiIgKGhz eW5jIG91dCBvZiByYW5nZSkKKFdXKSAoMTg1NngxMzkyLE1vbml0b3IwKSBt b2RlIGNsb2NrIDI4OE1IeiBleGNlZWRzIEREQyBtYXhpbXVtIDE0ME1Iegoo SUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxODU2eDEzOTIi IChoc3luYyBvdXQgb2YgcmFuZ2UpCihXVykgKDkyOHg2OTYsTW9uaXRvcjAp IG1vZGUgY2xvY2sgMTQ0TUh6IGV4Y2VlZHMgRERDIG1heGltdW0gMTQwTUh6 CihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjkyOHg2OTYi IChoc3luYyBvdXQgb2YgcmFuZ2UpCihXVykgKDE5MjB4MTQ0MCxNb25pdG9y MCkgbW9kZSBjbG9jayAyMzRNSHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBN SHoKKElJKSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTkyMHgx NDQwIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICI5NjB4NzIwIiAoaHN5bmMgb3V0IG9mIHJhbmdl KQooV1cpICgxOTIweDE0NDAsTW9uaXRvcjApIG1vZGUgY2xvY2sgMjk3TUh6 IGV4Y2VlZHMgRERDIG1heGltdW0gMTQwTUh6CihJSSkgTlYoMCk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjE5MjB4MTQ0MCIgKGhzeW5jIG91dCBvZiBy YW5nZSkKKFdXKSAoOTYweDcyMCxNb25pdG9yMCkgbW9kZSBjbG9jayAxNDgu NU1IeiBleGNlZWRzIEREQyBtYXhpbXVtIDE0ME1IegooSUkpIE5WKDApOiBO b3QgdXNpbmcgZGVmYXVsdCBtb2RlICI5NjB4NzIwIiAoaHN5bmMgb3V0IG9m IHJhbmdlKQooV1cpICgxNDAweDEwNTAsTW9uaXRvcjApIG1vZGUgY2xvY2sg MTU1LjhNSHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBNSHoKKElJKSBOVigw KTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTQwMHgxMDUwIiAoaHN5bmMg b3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICI3MDB4NTI1IiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooV1cpICgxOTIw eDE0NDAsTW9uaXRvcjApIG1vZGUgY2xvY2sgMzQxLjM1TUh6IGV4Y2VlZHMg RERDIG1heGltdW0gMTQwTUh6CihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjE5MjB4MTQ0MCIgKGhzeW5jIG91dCBvZiByYW5nZSkKKFdX KSAoOTYweDcyMCxNb25pdG9yMCkgbW9kZSBjbG9jayAxNzAuNjc1TUh6IGV4 Y2VlZHMgRERDIG1heGltdW0gMTQwTUh6CihJSSkgTlYoMCk6IE5vdCB1c2lu ZyBkZWZhdWx0IG1vZGUgIjk2MHg3MjAiIChoc3luYyBvdXQgb2YgcmFuZ2Up CihXVykgKDIwNDh4MTUzNixNb25pdG9yMCkgbW9kZSBjbG9jayAyNjYuOTVN SHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBNSHoKKElJKSBOVigwKTogTm90 IHVzaW5nIGRlZmF1bHQgbW9kZSAiMjA0OHgxNTM2IiAoaHN5bmMgb3V0IG9m IHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIx MDI0eDc2OCIgKGhzeW5jIG91dCBvZiByYW5nZSkKKFdXKSAoMjA0OHgxNTM2 LE1vbml0b3IwKSBtb2RlIGNsb2NrIDM0MC40OE1IeiBleGNlZWRzIEREQyBt YXhpbXVtIDE0ME1IegooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICIyMDQ4eDE1MzYiIChoc3luYyBvdXQgb2YgcmFuZ2UpCihXVykgKDEw MjR4NzY4LE1vbml0b3IwKSBtb2RlIGNsb2NrIDE3MC4yNE1IeiBleGNlZWRz IEREQyBtYXhpbXVtIDE0ME1IegooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVm YXVsdCBtb2RlICIxMDI0eDc2OCIgKGhzeW5jIG91dCBvZiByYW5nZSkKKFdX KSAoMjA0OHgxNTM2LE1vbml0b3IwKSBtb2RlIGNsb2NrIDM4OC4wNE1IeiBl eGNlZWRzIEREQyBtYXhpbXVtIDE0ME1IegooSUkpIE5WKDApOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICIyMDQ4eDE1MzYiIChoc3luYyBvdXQgb2YgcmFu Z2UpCihXVykgKDEwMjR4NzY4LE1vbml0b3IwKSBtb2RlIGNsb2NrIDE5NC4w Mk1IeiBleGNlZWRzIEREQyBtYXhpbXVtIDE0ME1IegooSUkpIE5WKDApOiBO b3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxMDI0eDc2OCIgKGhzeW5jIG91dCBv ZiByYW5nZSkKKC0tKSBOVigwKTogVmlydHVhbCBzaXplIGlzIDE2MDB4MTIw MCAocGl0Y2ggMTYwMCkKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiMTYw MHgxMjAwIjogMTYyLjAgTUh6LCA3NS4wIGtIeiwgNjAuMCBIegooSUkpIE5W KDApOiBNb2RlbGluZSAiMTYwMHgxMjAwIiAgMTYyLjAwICAxNjAwIDE2NjQg MTg1NiAyMTYwICAxMjAwIDEyMDEgMTIwNCAxMjUwICtoc3luYyArdnN5bmMK KCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiMTQwMHgxMDUwIjogMTIyLjAg TUh6LCA2NC45IGtIeiwgNjAuMCBIegooSUkpIE5WKDApOiBNb2RlbGluZSAi MTQwMHgxMDUwIiAgMTIyLjAwICAxNDAwIDE0ODggMTY0MCAxODgwICAxMDUw IDEwNTIgMTA2NCAxMDgyICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRl ZmF1bHQgbW9kZSAiMTI4MHgxMDI0IjogMTM1LjAgTUh6LCA4MC4wIGtIeiwg NzUuMCBIegooSUkpIE5WKDApOiBNb2RlbGluZSAiMTI4MHgxMDI0IiAgMTM1 LjAwICAxMjgwIDEyOTYgMTQ0MCAxNjg4ICAxMDI0IDEwMjUgMTAyOCAxMDY2 ICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiMTI4 MHgxMDI0IjogMTA4LjAgTUh6LCA2NC4wIGtIeiwgNjAuMCBIegooSUkpIE5W KDApOiBNb2RlbGluZSAiMTI4MHgxMDI0IiAgMTA4LjAwICAxMjgwIDEzMjgg MTQ0MCAxNjg4ICAxMDI0IDEwMjUgMTAyOCAxMDY2ICtoc3luYyArdnN5bmMK KCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiMTI4MHg5NjAiOiAxMDguMCBN SHosIDYwLjAga0h6LCA2MC4wIEh6CihJSSkgTlYoMCk6IE1vZGVsaW5lICIx MjgweDk2MCIgIDEwOC4wMCAgMTI4MCAxMzc2IDE0ODggMTgwMCAgOTYwIDk2 MSA5NjQgMTAwMCAraHN5bmMgK3ZzeW5jCigqKikgTlYoMCk6ICpEZWZhdWx0 IG1vZGUgIjExNTJ4ODY0IjogMTA4LjAgTUh6LCA2Ny41IGtIeiwgNzUuMCBI egooSUkpIE5WKDApOiBNb2RlbGluZSAiMTE1Mng4NjQiICAxMDguMDAgIDEx NTIgMTIxNiAxMzQ0IDE2MDAgIDg2NCA4NjUgODY4IDkwMCAraHN5bmMgK3Zz eW5jCigqKikgTlYoMCk6ICpEZWZhdWx0IG1vZGUgIjExNTJ4NzY4IjogNjUu MCBNSHosIDQ0LjIga0h6LCA1NC44IEh6CihJSSkgTlYoMCk6IE1vZGVsaW5l ICIxMTUyeDc2OCIgICA2NS4wMCAgMTE1MiAxMTc4IDEzMTQgMTQ3MiAgNzY4 IDc3MSA3NzcgODA2ICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1 bHQgbW9kZSAiMTAyNHg3NjgiOiA3OC44IE1IeiwgNjAuMSBrSHosIDc1LjEg SHoKKElJKSBOVigwKTogTW9kZWxpbmUgIjEwMjR4NzY4IiAgIDc4LjgwICAx MDI0IDEwNDAgMTEzNiAxMzEyICA3NjggNzY5IDc3MiA4MDAgK2hzeW5jICt2 c3luYwooKiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICIxMDI0eDc2OCI6IDc1 LjAgTUh6LCA1Ni41IGtIeiwgNzAuMSBIegooSUkpIE5WKDApOiBNb2RlbGlu ZSAiMTAyNHg3NjgiICAgNzUuMDAgIDEwMjQgMTA0OCAxMTg0IDEzMjggIDc2 OCA3NzEgNzc3IDgwNiAtaHN5bmMgLXZzeW5jCigqKikgTlYoMCk6ICpEZWZh dWx0IG1vZGUgIjEwMjR4NzY4IjogNjUuMCBNSHosIDQ4LjQga0h6LCA2MC4w IEh6CihJSSkgTlYoMCk6IE1vZGVsaW5lICIxMDI0eDc2OCIgICA2NS4wMCAg MTAyNCAxMDQ4IDExODQgMTM0NCAgNzY4IDc3MSA3NzcgODA2IC1oc3luYyAt dnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiODMyeDYyNCI6IDU3 LjMgTUh6LCA0OS43IGtIeiwgNzQuNiBIegooSUkpIE5WKDApOiBNb2RlbGlu ZSAiODMyeDYyNCIgICA1Ny4yOCAgODMyIDg2NCA5MjggMTE1MiAgNjI0IDYy NSA2MjggNjY3IC1oc3luYyAtdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQg bW9kZSAiODAweDYwMCI6IDQ5LjUgTUh6LCA0Ni45IGtIeiwgNzUuMCBIegoo SUkpIE5WKDApOiBNb2RlbGluZSAiODAweDYwMCIgICA0OS41MCAgODAwIDgx NiA4OTYgMTA1NiAgNjAwIDYwMSA2MDQgNjI1ICtoc3luYyArdnN5bmMKKCoq KSBOVigwKTogKkRlZmF1bHQgbW9kZSAiODAweDYwMCI6IDUwLjAgTUh6LCA0 OC4xIGtIeiwgNzIuMiBIegooSUkpIE5WKDApOiBNb2RlbGluZSAiODAweDYw MCIgICA1MC4wMCAgODAwIDg1NiA5NzYgMTA0MCAgNjAwIDYzNyA2NDMgNjY2 ICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiODAw eDYwMCI6IDQwLjAgTUh6LCAzNy45IGtIeiwgNjAuMyBIegooSUkpIE5WKDAp OiBNb2RlbGluZSAiODAweDYwMCIgICA0MC4wMCAgODAwIDg0MCA5NjggMTA1 NiAgNjAwIDYwMSA2MDUgNjI4ICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTog KkRlZmF1bHQgbW9kZSAiODAweDYwMCI6IDgxLjAgTUh6LCA3NS4wIGtIeiwg NjAuMCBIeiAoRCkKKElJKSBOVigwKTogTW9kZWxpbmUgIjgwMHg2MDAiICAg ODEuMDAgIDgwMCA4MzIgOTI4IDEwODAgIDYwMCA2MDAgNjAyIDYyNSBkb3Vi bGVzY2FuICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9k ZSAiODAweDYwMCI6IDM2LjAgTUh6LCAzNS4yIGtIeiwgNTYuMiBIegooSUkp IE5WKDApOiBNb2RlbGluZSAiODAweDYwMCIgICAzNi4wMCAgODAwIDgyNCA4 OTYgMTAyNCAgNjAwIDYwMSA2MDMgNjI1ICtoc3luYyArdnN5bmMKKCoqKSBO VigwKTogKkRlZmF1bHQgbW9kZSAiNzAweDUyNSI6IDYxLjAgTUh6LCA2NC45 IGtIeiwgNjAuMCBIeiAoRCkKKElJKSBOVigwKTogTW9kZWxpbmUgIjcwMHg1 MjUiICAgNjEuMDAgIDcwMCA3NDQgODIwIDk0MCAgNTI1IDUyNiA1MzIgNTQx IGRvdWJsZXNjYW4gK2hzeW5jICt2c3luYwooKiopIE5WKDApOiAqRGVmYXVs dCBtb2RlICI2NDB4NTEyIjogNjcuNSBNSHosIDgwLjAga0h6LCA3NS4wIEh6 IChEKQooSUkpIE5WKDApOiBNb2RlbGluZSAiNjQweDUxMiIgICA2Ny41MCAg NjQwIDY0OCA3MjAgODQ0ICA1MTIgNTEyIDUxNCA1MzMgZG91Ymxlc2NhbiAr aHN5bmMgK3ZzeW5jCigqKikgTlYoMCk6ICpEZWZhdWx0IG1vZGUgIjY0MHg1 MTIiOiA1NC4wIE1IeiwgNjQuMCBrSHosIDYwLjAgSHogKEQpCihJSSkgTlYo MCk6IE1vZGVsaW5lICI2NDB4NTEyIiAgIDU0LjAwICA2NDAgNjY0IDcyMCA4 NDQgIDUxMiA1MTIgNTE0IDUzMyBkb3VibGVzY2FuICtoc3luYyArdnN5bmMK KCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiNjQweDQ4MCI6IDMxLjUgTUh6 LCAzNy41IGtIeiwgNzUuMCBIegooSUkpIE5WKDApOiBNb2RlbGluZSAiNjQw eDQ4MCIgICAzMS41MCAgNjQwIDY1NiA3MjAgODQwICA0ODAgNDgxIDQ4NCA1 MDAgLWhzeW5jIC12c3luYwooKiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICI2 NDB4NDgwIjogMzEuNSBNSHosIDM3Ljkga0h6LCA3Mi44IEh6CihJSSkgTlYo MCk6IE1vZGVsaW5lICI2NDB4NDgwIiAgIDMxLjUwICA2NDAgNjY0IDcwNCA4 MzIgIDQ4MCA0ODkgNDkxIDUyMCAtaHN5bmMgLXZzeW5jCigqKikgTlYoMCk6 ICpEZWZhdWx0IG1vZGUgIjY0MHg0ODAiOiAyNS4yIE1IeiwgMzEuNSBrSHos IDYwLjAgSHoKKElJKSBOVigwKTogTW9kZWxpbmUgIjY0MHg0ODAiICAgMjUu MjAgIDY0MCA2NTYgNzUyIDgwMCAgNDgwIDQ5MCA0OTIgNTI1IC1oc3luYyAt dnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiNjQweDQ4MCI6IDU0 LjAgTUh6LCA2MC4wIGtIeiwgNjAuMCBIeiAoRCkKKElJKSBOVigwKTogTW9k ZWxpbmUgIjY0MHg0ODAiICAgNTQuMDAgIDY0MCA2ODggNzQ0IDkwMCAgNDgw IDQ4MCA0ODIgNTAwIGRvdWJsZXNjYW4gK2hzeW5jICt2c3luYwooKiopIE5W KDApOiAqRGVmYXVsdCBtb2RlICI1NzZ4NDMyIjogNTQuMCBNSHosIDY3LjUg a0h6LCA3NS4wIEh6IChEKQooSUkpIE5WKDApOiBNb2RlbGluZSAiNTc2eDQz MiIgICA1NC4wMCAgNTc2IDYwOCA2NzIgODAwICA0MzIgNDMyIDQzNCA0NTAg ZG91Ymxlc2NhbiAraHN5bmMgK3ZzeW5jCigqKikgTlYoMCk6ICpEZWZhdWx0 IG1vZGUgIjU3NngzODQiOiAzMi41IE1IeiwgNDQuMiBrSHosIDU0LjggSHog KEQpCihJSSkgTlYoMCk6IE1vZGVsaW5lICI1NzZ4Mzg0IiAgIDMyLjUwICA1 NzYgNTg5IDY1NyA3MzYgIDM4NCAzODUgMzg4IDQwMyBkb3VibGVzY2FuICto c3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiNTEyeDM4 NCI6IDM5LjQgTUh6LCA2MC4xIGtIeiwgNzUuMSBIeiAoRCkKKElJKSBOVigw KTogTW9kZWxpbmUgIjUxMngzODQiICAgMzkuNDAgIDUxMiA1MjAgNTY4IDY1 NiAgMzg0IDM4NCAzODYgNDAwIGRvdWJsZXNjYW4gK2hzeW5jICt2c3luYwoo KiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICI1MTJ4Mzg0IjogMzcuNSBNSHos IDU2LjUga0h6LCA3MC4xIEh6IChEKQooSUkpIE5WKDApOiBNb2RlbGluZSAi NTEyeDM4NCIgICAzNy41MCAgNTEyIDUyNCA1OTIgNjY0ICAzODQgMzg1IDM4 OCA0MDMgZG91Ymxlc2NhbiAtaHN5bmMgLXZzeW5jCigqKikgTlYoMCk6ICpE ZWZhdWx0IG1vZGUgIjUxMngzODQiOiAzMi41IE1IeiwgNDguNCBrSHosIDYw LjAgSHogKEQpCihJSSkgTlYoMCk6IE1vZGVsaW5lICI1MTJ4Mzg0IiAgIDMy LjUwICA1MTIgNTI0IDU5MiA2NzIgIDM4NCAzODUgMzg4IDQwMyBkb3VibGVz Y2FuIC1oc3luYyAtdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAi NDE2eDMxMiI6IDI4LjYgTUh6LCA0OS43IGtIeiwgNzQuNyBIeiAoRCkKKElJ KSBOVigwKTogTW9kZWxpbmUgIjQxNngzMTIiICAgMjguNjQgIDQxNiA0MzIg NDY0IDU3NiAgMzEyIDMxMiAzMTQgMzMzIGRvdWJsZXNjYW4gLWhzeW5jIC12 c3luYwooKiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICI0MDB4MzAwIjogMjQu OCBNSHosIDQ2Ljkga0h6LCA3NS4xIEh6IChEKQooSUkpIE5WKDApOiBNb2Rl bGluZSAiNDAweDMwMCIgICAyNC43NSAgNDAwIDQwOCA0NDggNTI4ICAzMDAg MzAwIDMwMiAzMTIgZG91Ymxlc2NhbiAraHN5bmMgK3ZzeW5jCigqKikgTlYo MCk6ICpEZWZhdWx0IG1vZGUgIjQwMHgzMDAiOiAyNS4wIE1IeiwgNDguMSBr SHosIDcyLjIgSHogKEQpCihJSSkgTlYoMCk6IE1vZGVsaW5lICI0MDB4MzAw IiAgIDI1LjAwICA0MDAgNDI4IDQ4OCA1MjAgIDMwMCAzMTggMzIxIDMzMyBk b3VibGVzY2FuICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQg bW9kZSAiNDAweDMwMCI6IDIwLjAgTUh6LCAzNy45IGtIeiwgNjAuMyBIeiAo RCkKKElJKSBOVigwKTogTW9kZWxpbmUgIjQwMHgzMDAiICAgMjAuMDAgIDQw MCA0MjAgNDg0IDUyOCAgMzAwIDMwMCAzMDIgMzE0IGRvdWJsZXNjYW4gK2hz eW5jICt2c3luYwooKiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICI0MDB4MzAw IjogMTguMCBNSHosIDM1LjIga0h6LCA1Ni4zIEh6IChEKQooSUkpIE5WKDAp OiBNb2RlbGluZSAiNDAweDMwMCIgICAxOC4wMCAgNDAwIDQxMiA0NDggNTEy ICAzMDAgMzAwIDMwMSAzMTIgZG91Ymxlc2NhbiAraHN5bmMgK3ZzeW5jCigq KikgTlYoMCk6ICpEZWZhdWx0IG1vZGUgIjMyMHgyNDAiOiAxNS44IE1Ieiwg MzcuNSBrSHosIDc1LjAgSHogKEQpCihJSSkgTlYoMCk6IE1vZGVsaW5lICIz MjB4MjQwIiAgIDE1Ljc1ICAzMjAgMzI4IDM2MCA0MjAgIDI0MCAyNDAgMjQy IDI1MCBkb3VibGVzY2FuIC1oc3luYyAtdnN5bmMKKCoqKSBOVigwKTogKkRl ZmF1bHQgbW9kZSAiMzIweDI0MCI6IDE1LjggTUh6LCAzNy45IGtIeiwgNzIu OCBIeiAoRCkKKElJKSBOVigwKTogTW9kZWxpbmUgIjMyMHgyNDAiICAgMTUu NzUgIDMyMCAzMzIgMzUyIDQxNiAgMjQwIDI0NCAyNDUgMjYwIGRvdWJsZXNj YW4gLWhzeW5jIC12c3luYwooKiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICIz MjB4MjQwIjogMTIuNiBNSHosIDMxLjUga0h6LCA2MC4xIEh6IChEKQooSUkp IE5WKDApOiBNb2RlbGluZSAiMzIweDI0MCIgICAxMi42MCAgMzIwIDMyOCAz NzYgNDAwICAyNDAgMjQ1IDI0NiAyNjIgZG91Ymxlc2NhbiAtaHN5bmMgLXZz eW5jCigtLSkgTlYoMCk6IERpc3BsYXkgZGltZW5zaW9uczogKDQxMCwgMjYw KSBtbQooLS0pIE5WKDApOiBEUEkgc2V0IHRvICg5OSwgMTE3KQooSUkpIExv YWRpbmcgc3ViIG1vZHVsZSAiZmIiCihJSSkgTG9hZE1vZHVsZTogImZiIgoo SUkpIExvYWRpbmcgL3Vzci9YMTFSNi9saWIvbW9kdWxlcy9saWJmYi5zbwoo SUkpIE1vZHVsZSBmYjogdmVuZG9yPSJYLk9yZyBGb3VuZGF0aW9uIgoJY29t cGlsZWQgZm9yIDYuOS4wLCBtb2R1bGUgdmVyc2lvbiA9IDEuMC4wCglBQkkg Y2xhc3M6IFguT3JnIEFOU0kgQyBFbXVsYXRpb24sIHZlcnNpb24gMC4yCihJ SSkgTG9hZGluZyBzdWIgbW9kdWxlICJ4YWEiCihJSSkgTG9hZE1vZHVsZTog InhhYSIKKElJKSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvbGli eGFhLnNvCihJSSkgTW9kdWxlIHhhYTogdmVuZG9yPSJYLk9yZyBGb3VuZGF0 aW9uIgoJY29tcGlsZWQgZm9yIDYuOS4wLCBtb2R1bGUgdmVyc2lvbiA9IDEu Mi4wCglBQkkgY2xhc3M6IFguT3JnIFZpZGVvIERyaXZlciwgdmVyc2lvbiAw LjgKKElJKSBMb2FkaW5nIHN1YiBtb2R1bGUgInJhbWRhYyIKKElJKSBMb2Fk TW9kdWxlOiAicmFtZGFjIgooSUkpIExvYWRpbmcgL3Vzci9YMTFSNi9saWIv bW9kdWxlcy9saWJyYW1kYWMuc28KKElJKSBNb2R1bGUgcmFtZGFjOiB2ZW5k b3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBmb3IgNi45LjAsIG1v ZHVsZSB2ZXJzaW9uID0gMC4xLjAKCUFCSSBjbGFzczogWC5PcmcgVmlkZW8g RHJpdmVyLCB2ZXJzaW9uIDAuOAooPT0pIE5WKDApOiBXcml0ZS1jb21iaW5p bmcgcmFuZ2UgKDB4MCwweDEwMDApIHdhcyBhbHJlYWR5IGNsZWFyCihJSSkg TG9hZGluZyBzdWIgbW9kdWxlICJpbnQxMCIKKElJKSBMb2FkTW9kdWxlOiAi aW50MTAiCihJSSkgUmVsb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMv bGliaW50MTAuc28KKElJKSBOVigxKTogSW5pdGlhbGl6aW5nIGludDEwCig9 PSkgTlYoMSk6IFdyaXRlLWNvbWJpbmluZyByYW5nZSAoMHhhMDAwMCwweDIw MDAwKSB3YXMgYWxyZWFkeSBjbGVhcgooRUUpIE5WKDEpOiBDYW5ub3QgcmVh ZCBWX0JJT1MgKDMpCigtLSkgTlYoMSk6IENoaXBzZXQ6ICJVbmtub3duIE5W SURJQSBjaGlwc2V0IgooPT0pIE5WKDEpOiBEZXB0aCAxNiwgKD09KSBmcmFt ZWJ1ZmZlciBicHAgMTYKKD09KSBOVigxKTogUkdCIHdlaWdodCA1NjUKKD09 KSBOVigxKTogRGVmYXVsdCB2aXN1YWwgaXMgVHJ1ZUNvbG9yCihJSSkgTG9h ZGluZyBzdWIgbW9kdWxlICJ2Z2FodyIKKElJKSBMb2FkTW9kdWxlOiAidmdh aHciCihJSSkgUmVsb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvbGli dmdhaHcuc28KKD09KSBOVigxKTogVXNpbmcgSFcgY3Vyc29yCigtLSkgTlYo MSk6IExpbmVhciBmcmFtZWJ1ZmZlciBhdCAweEEwMDAwMDAwCigtLSkgTlYo MSk6IE1NSU8gcmVnaXN0ZXJzIGF0IDB4RjkwMDAwMDAKKD09KSBOVigxKTog V3JpdGUtY29tYmluaW5nIHJhbmdlICgweGY5MDAwMDAwLDB4MTAwMDAwMCkg d2FzIGFscmVhZHkgY2xlYXIKKElJKSBMb2FkaW5nIHN1YiBtb2R1bGUgImky YyIKKElJKSBMb2FkTW9kdWxlOiAiaTJjIgooSUkpIFJlbG9hZGluZyAvdXNy L1gxMVI2L2xpYi9tb2R1bGVzL2xpYmkyYy5zbwooSUkpIExvYWRpbmcgc3Vi IG1vZHVsZSAiZGRjIgooSUkpIExvYWRNb2R1bGU6ICJkZGMiCihJSSkgUmVs b2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvbGliZGRjLnNvCihJSSkg TlYoMSk6IEkyQyBidXMgIkREQyIgaW5pdGlhbGl6ZWQuCihJSSkgTlYoMSk6 IFByb2JpbmcgZm9yIGFuYWxvZyBkZXZpY2Ugb24gb3V0cHV0IEEuLi4KKC0t KSBOVigxKTogICAuLi5jYW4ndCBmaW5kIG9uZQooSUkpIE5WKDEpOiBQcm9i aW5nIGZvciBhbmFsb2cgZGV2aWNlIG9uIG91dHB1dCBCLi4uCigtLSkgTlYo MSk6ICAgLi4uY2FuJ3QgZmluZCBvbmUKKElJKSBOVigxKTogUHJvYmluZyBm b3IgRURJRCBvbiBJMkMgYnVzIEEuLi4KKElJKSBOVigxKTogSTJDIGRldmlj ZSAiRERDOmRkYzIiIHJlZ2lzdGVyZWQgYXQgYWRkcmVzcyAweEEwLgooSUkp IE5WKDEpOiBJMkMgZGV2aWNlICJEREM6ZGRjMiIgcmVtb3ZlZC4KKElJKSBO VigxKTogICAuLi4gbm9uZSBmb3VuZAooSUkpIE5WKDEpOiBQcm9iaW5nIGZv ciBFRElEIG9uIEkyQyBidXMgQi4uLgooSUkpIE5WKDEpOiBJMkMgZGV2aWNl ICJEREM6ZGRjMiIgcmVnaXN0ZXJlZCBhdCBhZGRyZXNzIDB4QTAuCihJSSkg TlYoMSk6IEkyQyBkZXZpY2UgIkREQzpkZGMyIiByZW1vdmVkLgooSUkpIE5W KDEpOiAgIC4uLiBub25lIGZvdW5kCihJSSkgTlYoMSk6IFVuYWJsZSB0byBk ZXRlY3QgZGlzcGxheSB0eXBlLi4uCig9PSkgTlYoMSk6IC4uLlVzaW5nIGRl ZmF1bHQgb2YgQ1JUCihJSSkgTlYoMSk6IFVuYWJsZSB0byBkZXRlY3Qgd2hp Y2ggQ1JUQ051bWJlci4uLgooPT0pIE5WKDEpOiAuLi5EZWZhdWx0aW5nIHRv IENSVENOdW1iZXIgMAooSUkpIE5WKDEpOiBVc2luZyBDUlQgb24gQ1JUQyAw CigtLSkgTlYoMSk6IFZpZGVvUkFNOiAwIGtCeXRlcwooPT0pIE5WKDEpOiBV c2luZyBnYW1tYSBjb3JyZWN0aW9uICgxLjAsIDEuMCwgMS4wKQooSUkpIE5W KDEpOiBNb25pdG9yMTogVXNpbmcgZGVmYXVsdCBoc3luYyByYW5nZSBvZiAy OC4wMC0zMy4wMCBrSHoKKElJKSBOVigxKTogTW9uaXRvcjE6IFVzaW5nIGRl ZmF1bHQgdnJlZnJlc2ggcmFuZ2Ugb2YgNDMuMDAtNzIuMDAgSHoKKElJKSBO VigxKTogQ2xvY2sgcmFuZ2U6ICAxMi4wMCB0byA0MDAuMDAgTUh6CihJSSkg TlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjY0MHgzNTAiIChpbnN1 ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICIzMjB4MTc1IiAoaW5zdWZmaWNpZW50IG1lbW9y eSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9k ZSAiNjQweDQwMCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJ SSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjMyMHgyMDAiIChp bnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3Qg dXNpbmcgZGVmYXVsdCBtb2RlICI3MjB4NDAwIiAoaW5zdWZmaWNpZW50IG1l bW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQg bW9kZSAiMzYweDIwMCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUp CihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjY0MHg0ODAi IChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBO b3QgdXNpbmcgZGVmYXVsdCBtb2RlICIzMjB4MjQwIiAoaW5zdWZmaWNpZW50 IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1 bHQgbW9kZSAiNjQweDQ4MCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1v ZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjMyMHgy NDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEp OiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI2NDB4NDgwIiAoaW5zdWZmaWNp ZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiMzIweDI0MCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9y IG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjY0 MHg0ODAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5W KDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIzMjB4MjQwIiAoaW5zdWZm aWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5n IGRlZmF1bHQgbW9kZSAiODAweDYwMCIgKGluc3VmZmljaWVudCBtZW1vcnkg Zm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUg IjQwMHgzMDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkp IE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4MDB4NjAwIiAoaW5z dWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVz aW5nIGRlZmF1bHQgbW9kZSAiNDAweDMwMCIgKGluc3VmZmljaWVudCBtZW1v cnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1v ZGUgIjgwMHg2MDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQoo SUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI0MDB4MzAwIiAo aW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90 IHVzaW5nIGRlZmF1bHQgbW9kZSAiODAweDYwMCIgKGluc3VmZmljaWVudCBt ZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0 IG1vZGUgIjQwMHgzMDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2Rl KQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4MDB4NjAw IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNDAweDMwMCIgKGluc3VmZmljaWVu dCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjEwMjR4NzY4IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3Ig bW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNTEy eDM4NCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYo MSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjEwMjR4NzY4IiAoaW5zdWZm aWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5n IGRlZmF1bHQgbW9kZSAiNTEyeDM4NCIgKGluc3VmZmljaWVudCBtZW1vcnkg Zm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUg IjEwMjR4NzY4IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJ KSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNTEyeDM4NCIgKGlu c3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjEwMjR4NzY4IiAoaW5zdWZmaWNpZW50IG1l bW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQg bW9kZSAiNTEyeDM4NCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUp CihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjEwMjR4NzY4 IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNTEyeDM4NCIgKGluc3VmZmljaWVu dCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjExNTJ4ODY0IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3Ig bW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNTc2 eDQzMiIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYo MSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjEyODB4OTYwIiAoaW5zdWZm aWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5n IGRlZmF1bHQgbW9kZSAiNjQweDQ4MCIgKGluc3VmZmljaWVudCBtZW1vcnkg Zm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUg IjEyODB4OTYwIiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJ KSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNjQweDQ4MCIgKGlu c3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjEyODB4MTAyNCIgKGluc3VmZmljaWVudCBt ZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0 IG1vZGUgIjY0MHg1MTIiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2Rl KQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxMjgweDEw MjQiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEp OiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI2NDB4NTEyIiAoaW5zdWZmaWNp ZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiMTI4MHgxMDI0IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBm b3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAi NjQweDUxMiIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkg TlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjE2MDB4MTIwMCIgKGlu c3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjgwMHg2MDAiIChpbnN1ZmZpY2llbnQgbWVt b3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICIxNjAweDEyMDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2Rl KQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4MDB4NjAw IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTYwMHgxMjAwIiAoaW5zdWZmaWNp ZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiODAweDYwMCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9y IG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjE2 MDB4MTIwMCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkg TlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjgwMHg2MDAiIChpbnN1 ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICIxNjAweDEyMDAiIChpbnN1ZmZpY2llbnQgbWVt b3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICI4MDB4NjAwIiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkK KElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTc5MngxMzQ0 IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiODk2eDY3MiIgKGluc3VmZmljaWVu dCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjE3OTJ4MTM0NCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9y IG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjg5 Nng2NzIiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5W KDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxODU2eDEzOTIiIChpbnN1 ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICI5Mjh4Njk2IiAoaW5zdWZmaWNpZW50IG1lbW9y eSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9k ZSAiMTg1NngxMzkyIiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkK KElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiOTI4eDY5NiIg KGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5v dCB1c2luZyBkZWZhdWx0IG1vZGUgIjE5MjB4MTQ0MCIgKGluc3VmZmljaWVu dCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjk2MHg3MjAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBt b2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxOTIw eDE0NDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5W KDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI5NjB4NzIwIiAoaW5zdWZm aWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5n IGRlZmF1bHQgbW9kZSAiODMyeDYyNCIgKGluc3VmZmljaWVudCBtZW1vcnkg Zm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUg IjQxNngzMTIiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkp IE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxMTUyeDc2OCIgKGlu c3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjU3NngzODQiIChpbnN1ZmZpY2llbnQgbWVt b3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICIxNDAweDEwNTAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2Rl KQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI3MDB4NTI1 IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTQwMHgxMDUwIiAoaW5zdWZmaWNp ZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiNzAweDUyNSIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9y IG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjE2 MDB4MTAyNCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkg TlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjgwMHg1MTIiIChpbnN1 ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICIxOTIweDE0NDAiIChpbnN1ZmZpY2llbnQgbWVt b3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICI5NjB4NzIwIiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkK KElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMjA0OHgxNTM2 IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTAyNHg3NjgiIChpbnN1ZmZpY2ll bnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVm YXVsdCBtb2RlICIyMDQ4eDE1MzYiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZv ciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIx MDI0eDc2OCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkg TlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjIwNDh4MTUzNiIgKGlu c3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjEwMjR4NzY4IiAoaW5zdWZmaWNpZW50IG1l bW9yeSBmb3IgbW9kZSkKKFdXKSBOVigxKTogTW9kZSBwb29sIGlzIGVtcHR5 CihFRSkgTlYoMSk6IE5vIHZhbGlkIG1vZGVzIGZvdW5kCihJSSkgVW5sb2Fk TW9kdWxlOiAibnYiCihJSSkgVW5sb2FkTW9kdWxlOiAiZGRjIgooSUkpIFVu bG9hZE1vZHVsZTogImkyYyIKKElJKSBVbmxvYWRNb2R1bGU6ICJ2Z2FodyIK KElJKSBVbmxvYWRNb2R1bGU6ICJpbnQxMCIKKElJKSBkbyBJIG5lZWQgUkFD PyAgTm8sIEkgZG9uJ3QuCihJSSkgcmVzb3VyY2UgcmFuZ2VzIGFmdGVyIHBy ZUluaXQ6CglbMF0gMAkwCTB4ZjgwMDAwMDAgLSAweGY4ZmZmZmZmICgweDEw MDAwMDApIE1YW0JdCglbMV0gMAkwCTB4YTAwMDAwMDAgLSAweGFmZmZmZmZm ICgweDEwMDAwMDAwKSBNWFtCXQoJWzJdIDAJMAkweGY5MDAwMDAwIC0gMHhm OWZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXQoJWzNdIDEJMAkweGZjMDAwMDAw IC0gMHhmY2ZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXQoJWzRdIDEJMAkweGMw MDAwMDAwIC0gMHhjZmZmZmZmZiAoMHgxMDAwMDAwMCkgTVhbQl0KCVs1XSAx CTAJMHhmZDAwMDAwMCAtIDB4ZmRmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0K CVs2XSAtMQkwCTB4ZmZlMDAwMDAgLSAweGZmZmZmZmZmICgweDIwMDAwMCkg TVhbQl0oQikKCVs3XSAtMQkwCTB4MDAxMDAwMDAgLSAweDNmZmZmZmZmICgw eDNmZjAwMDAwKSBNWFtCXUUoQikKCVs4XSAtMQkwCTB4MDAwZjAwMDAgLSAw eDAwMGZmZmZmICgweDEwMDAwKSBNWFtCXQoJWzldIC0xCTAJMHgwMDBjMDAw MCAtIDB4MDAwZWZmZmYgKDB4MzAwMDApIE1YW0JdCglbMTBdIC0xCTAJMHgw MDAwMDAwMCAtIDB4MDAwOWZmZmYgKDB4YTAwMDApIE1YW0JdCglbMTFdIC0x CTAJMHhmZWFmODAwMCAtIDB4ZmVhZmJmZmYgKDB4NDAwMCkgTVhbQl1FCglb MTJdIC0xCTAJMHhmZWFmZjgwMCAtIDB4ZmVhZmZmZmYgKDB4ODAwKSBNWFtC XUUKCVsxM10gLTEJMAkweGZlOWZjMDAwIC0gMHhmZTlmZmZmZiAoMHg0MDAw KSBNWFtCXUUKCVsxNF0gLTEJMAkweGZlOGY4MDAwIC0gMHhmZThmYmZmZiAo MHg0MDAwKSBNWFtCXUUKCVsxNV0gLTEJMAkweGZlOGZmYzAwIC0gMHhmZThm ZmZmZiAoMHg0MDApIE1YW0JdRQoJWzE2XSAtMQkwCTB4ZmViZmEwMDAgLSAw eGZlYmZhZmZmICgweDEwMDApIE1YW0JdRQoJWzE3XSAtMQkwCTB4ZmViZmIw MDAgLSAweGZlYmZiZmZmICgweDEwMDApIE1YW0JdRQoJWzE4XSAtMQkwCTB4 ZmViZmMwMDAgLSAweGZlYmZjZmZmICgweDEwMDApIE1YW0JdRQoJWzE5XSAt MQkwCTB4ZmViZmQwMDAgLSAweGZlYmZkZmZmICgweDEwMDApIE1YW0JdRQoJ WzIwXSAtMQkwCTB4ZmViZmZjMDAgLSAweGZlYmZmZmZmICgweDQwMCkgTVhb Ql1FCglbMjFdIC0xCTAJMHhmZWJmZTAwMCAtIDB4ZmViZmVmZmYgKDB4MTAw MCkgTVhbQl1FCglbMjJdIC0xCTAJMHhmZTVlMDAwMCAtIDB4ZmU1ZmZmZmYg KDB4MjAwMDApIE1YW0JdKEIpCglbMjNdIC0xCTAJMHhmYzAwMDAwMCAtIDB4 ZmNmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVsyNF0gLTEJMAkweGMw MDAwMDAwIC0gMHhjZmZmZmZmZiAoMHgxMDAwMDAwMCkgTVhbQl0oQikKCVsy NV0gLTEJMAkweGZkMDAwMDAwIC0gMHhmZGZmZmZmZiAoMHgxMDAwMDAwKSBN WFtCXShCKQoJWzI2XSAtMQkwCTB4ZmE0ZTAwMDAgLSAweGZhNGZmZmZmICgw eDIwMDAwKSBNWFtCXShCKQoJWzI3XSAtMQkwCTB4ZjgwMDAwMDAgLSAweGY4 ZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpCglbMjhdIC0xCTAJMHhhMDAw MDAwMCAtIDB4YWZmZmZmZmYgKDB4MTAwMDAwMDApIE1YW0JdKEIpCglbMjld IC0xCTAJMHhmOTAwMDAwMCAtIDB4ZjlmZmZmZmYgKDB4MTAwMDAwMCkgTVhb Ql0oQikKCVszMF0gMQkwCTB4MDAwYTAwMDAgLSAweDAwMGFmZmZmICgweDEw MDAwKSBNU1tCXShPcHJEKQoJWzMxXSAxCTAJMHgwMDBiMDAwMCAtIDB4MDAw YjdmZmYgKDB4ODAwMCkgTVNbQl0oT3ByRCkKCVszMl0gMQkwCTB4MDAwYjgw MDAgLSAweDAwMGJmZmZmICgweDgwMDApIE1TW0JdKE9wckQpCglbMzNdIDAJ MAkweDAwMDA2YzAwIC0gMHgwMDAwNmM3ZiAoMHg4MCkgSVhbQl0KCVszNF0g MQkwCTB4MDAwMDdjMDAgLSAweDAwMDA3YzdmICgweDgwKSBJWFtCXQoJWzM1 XSAtMQkwCTB4MDAwMGZmZmYgLSAweDAwMDBmZmZmICgweDEpIElYW0JdCglb MzZdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwMDAwZmYgKDB4MTAwKSBJWFtC XQoJWzM3XSAtMQkwCTB4MDAwMGFjMDAgLSAweDAwMDBhY2ZmICgweDEwMCkg SVhbQl1FCglbMzhdIC0xCTAJMHgwMDAwOTgwMCAtIDB4MDAwMDk4ZmYgKDB4 MTAwKSBJWFtCXUUKCVszOV0gLTEJMAkweDAwMDA4YzAwIC0gMHgwMDAwOGNm ZiAoMHgxMDApIElYW0JdRQoJWzQwXSAtMQkwCTB4MDAwMGI0ODAgLSAweDAw MDBiNGZmICgweDgwKSBJWFtCXUUKCVs0MV0gLTEJMAkweDAwMDBiODAwIC0g MHgwMDAwYjg3ZiAoMHg4MCkgSVhbQl1FCglbNDJdIC0xCTAJMHgwMDAwYjg4 MCAtIDB4MDAwMGI4ZmYgKDB4ODApIElYW0JdRQoJWzQzXSAtMQkwCTB4MDAw MGJjMDAgLSAweDAwMDBiY2ZmICgweDEwMCkgSVhbQl1FCglbNDRdIC0xCTAJ MHgwMDAwYzAwMCAtIDB4MDAwMGMwN2YgKDB4ODApIElYW0JdRQoJWzQ1XSAt MQkwCTB4MDAwMGMwODAgLSAweDAwMDBjMGZmICgweDgwKSBJWFtCXUUKCVs0 Nl0gLTEJMAkweDAwMDBjNDAwIC0gMHgwMDAwYzQ3ZiAoMHg4MCkgSVhbQl1F CglbNDddIC0xCTAJMHgwMDAwYzQ4MCAtIDB4MDAwMGM0ZmYgKDB4ODApIElY W0JdRQoJWzQ4XSAtMQkwCTB4MDAwMGM4MDAgLSAweDAwMDBjODdmICgweDgw KSBJWFtCXUUKCVs0OV0gLTEJMAkweDAwMDBjODgwIC0gMHgwMDAwYzhmZiAo MHg4MCkgSVhbQl1FCglbNTBdIC0xCTAJMHgwMDAwY2MwMCAtIDB4MDAwMGNj ZmYgKDB4MTAwKSBJWFtCXUUKCVs1MV0gLTEJMAkweDAwMDBmZmEwIC0gMHgw MDAwZmZiZiAoMHgyMCkgSVhbQl1FCglbNTJdIC0xCTAJMHgwMDAwZDAwMCAt IDB4MDAwMGQwZmYgKDB4MTAwKSBJWFtCXUUKCVs1M10gLTEJMAkweDAwMDBk NDAwIC0gMHgwMDAwZDRmZiAoMHgxMDApIElYW0JdRQoJWzU0XSAtMQkwCTB4 MDAwMDA3MDAgLSAweDAwMDAwN2ZmICgweDEwMCkgSVhbQl1FCglbNTVdIC0x CTAJMHgwMDAwMDYwMCAtIDB4MDAwMDA2ZmYgKDB4MTAwKSBJWFtCXUUKCVs1 Nl0gLTEJMAkweDAwMDBkYzAwIC0gMHgwMDAwZGNmZiAoMHgxMDApIElYW0Jd RQoJWzU3XSAtMQkwCTB4MDAwMDdjMDAgLSAweDAwMDA3YzdmICgweDgwKSBJ WFtCXShCKQoJWzU4XSAtMQkwCTB4MDAwMDZjMDAgLSAweDAwMDA2YzdmICgw eDgwKSBJWFtCXShCKQoJWzU5XSAxCTAJMHgwMDAwMDNiMCAtIDB4MDAwMDAz YmIgKDB4YykgSVNbQl0oT3ByVSkKCVs2MF0gMQkwCTB4MDAwMDAzYzAgLSAw eDAwMDAwM2RmICgweDIwKSBJU1tCXShPcHJVKQooV1cpIE5WKDApOiBGYWls ZWQgdG8gc2V0IHdyaXRlLWNvbWJpbmluZyByYW5nZSAoMHhjMDAwMDAwMCww eDEwMDAwMDAwKQooPT0pIE5WKDApOiBXcml0ZS1jb21iaW5pbmcgcmFuZ2Ug KDB4YTAwMDAsMHgxMDAwMCkgd2FzIGFscmVhZHkgY2xlYXIKCiAgICoqKiBJ ZiB1bnJlc29sdmVkIHN5bWJvbHMgd2VyZSByZXBvcnRlZCBhYm92ZSwgdGhl eSBtaWdodCBub3QKICAgKioqIGJlIHRoZSByZWFzb24gZm9yIHRoZSBzZXJ2 ZXIgYWJvcnRpbmcuCgpGYXRhbCBzZXJ2ZXIgZXJyb3I6CkNhdWdodCBzaWdu YWwgOC4gIFNlcnZlciBhYm9ydGluZwoKClBsZWFzZSBjb25zdWx0IHRoZSBU aGUgWC5PcmcgRm91bmRhdGlvbiBzdXBwb3J0IAoJIGF0IGh0dHA6Ly93aWtp LlguT3JnCiBmb3IgaGVscC4gClBsZWFzZSBhbHNvIGNoZWNrIHRoZSBsb2cg ZmlsZSBhdCAiL3Zhci9sb2cvWG9yZy4wLmxvZyIgZm9yIGFkZGl0aW9uYWwg aW5mb3JtYXRpb24uCgo= ------=_NextPart_000_6fa5_1203_ffc Content-Type: text/plain; name="XORG.0.LOG.OLD"; format=flowed Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="XORG.0.LOG.OLD" X Window System Version 6.9.0 Release Date: 21 December 2005 X Protocol Version 11, Revision 0, Release 6.9 Build Operating System: FreeBSD 6.1 i386 [ELF] Current Operating System: FreeBSD cerberus.bsd.uni 6.1-RELEASE FreeBSD 6.1-RELEASE #2: Sat Sep 16 14:46:32 BST 2006 root@:/usr/obj/usr/src/sys/SMP-XKERN i386 Build Date: 24 March 2006 Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 17 11:02:12 2006 (II) Module ABI versions: X.Org ANSI C Emulation: 0.2 X.Org Video Driver: 0.8 X.Org XInput driver : 0.5 X.Org Server Extension : 0.2 X.Org Font Renderer : 0.4 (II) Loader running on freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so (II) Module bitmap: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 10de,0071 card 1043,8189 rev c1 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 10de,007f card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:00:2: chip 10de,0075 card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:00:3: chip 10de,006f card 1043,8189 rev a1 class 05,00,00 hdr 00 (II) PCI: 00:00:4: chip 10de,00b4 card 1043,8189 rev a1 class 05,00,00 hdr 00 (II) PCI: 00:01:0: chip 10de,0076 card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:1: chip 10de,0078 card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:2: chip 10de,0079 card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:3: chip 10de,007a card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:4: chip 10de,007b card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:5: chip 10de,007c card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:6: chip 10de,007d card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:02:0: chip 10de,007e card 0000,0000 rev a2 class 06,04,00 hdr 01 (II) PCI: 00:04:0: chip 10de,007e card 0000,0000 rev a2 class 06,04,00 hdr 01 (II) PCI: 00:05:0: chip 10de,007e card 0000,0000 rev a2 class 06,04,00 hdr 01 (II) PCI: 00:06:0: chip 10de,007e card 0000,0000 rev a2 class 06,04,00 hdr 01 (II) PCI: 00:07:0: chip 10de,007e card 0000,0000 rev a2 class 06,04,00 hdr 01 (II) PCI: 00:09:0: chip 10de,005e card 1043,8162 rev a4 class 05,80,00 hdr 00 (II) PCI: 00:0a:0: chip 10de,0050 card 1043,8162 rev a4 class 06,01,00 hdr 80 (II) PCI: 00:0a:1: chip 10de,0052 card 1043,8162 rev a2 class 0c,05,00 hdr 80 (II) PCI: 00:0b:0: chip 10de,005a card 1043,8162 rev a2 class 0c,03,10 hdr 80 (II) PCI: 00:0b:1: chip 10de,005b card 1043,8162 rev a4 class 0c,03,20 hdr 80 (II) PCI: 00:0d:0: chip 10de,0059 card 1043,812a rev a2 class 04,01,00 hdr 00 (II) PCI: 00:0f:0: chip 10de,0053 card 1043,8162 rev f3 class 01,01,8a hdr 00 (II) PCI: 00:10:0: chip 10de,0054 card 1043,8162 rev f3 class 01,01,85 hdr 00 (II) PCI: 00:11:0: chip 10de,0055 card 1043,8162 rev f3 class 01,01,85 hdr 00 (II) PCI: 00:12:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01 (II) PCI: 00:13:0: chip 10de,0057 card 1043,81d3 rev a3 class 06,80,00 hdr 00 (II) PCI: 00:14:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 00:16:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 00:17:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 01:00:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 02:00:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 02:01:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 03:00:0: chip 10de,0294 card 10de,035b rev a1 class 03,02,00 hdr 00 (II) PCI: 04:00:0: chip 10de,0294 card 10de,035b rev a1 class 03,00,00 hdr 00 (II) PCI: 06:00:0: chip 1095,3132 card 1043,819f rev 01 class 01,80,00 hdr 00 (II) PCI: 08:00:0: chip 11ab,4362 card 1043,8142 rev 22 class 02,00,00 hdr 00 (II) PCI: 09:06:0: chip 1102,0008 card 1102,4002 rev 00 class 04,01,00 hdr 00 (II) PCI: 09:0b:0: chip 104c,8023 card 1043,815b rev 00 class 0c,00,10 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,12), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:2:0), (0,1,4), BCTRL: 0x000a (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x00006000 - 0x00007fff (0x2000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xf6400000 - 0xfe6fffff (0x8300000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0x9ff00000 - 0xdfefffff (0x40000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 5: bridge is at (0:4:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 6: bridge is at (0:5:0), (0,6,6), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 6 I/O range: [0] -1 0 0x00008000 - 0x00008fff (0x1000) IX[B] (II) Bus 6 non-prefetchable memory range: [0] -1 0 0xfe700000 - 0xfe8fffff (0x200000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 7: bridge is at (0:6:0), (0,7,7), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 8: bridge is at (0:7:0), (0,8,8), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 8 I/O range: [0] -1 0 0x00009000 - 0x00009fff (0x1000) IX[B] (II) Bus 8 non-prefetchable memory range: [0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) Subtractive PCI-to-PCI bridge: (II) Bus 9: bridge is at (0:18:0), (0,9,9), BCTRL: 0x0202 (VGA_EN is cleared) (II) Bus 9 I/O range: [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B] (II) Bus 9 non-prefetchable memory range: [0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 10: bridge is at (0:20:0), (0,10,10), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 11: bridge is at (0:22:0), (0,11,11), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 12: bridge is at (0:23:0), (0,12,12), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (1:0:0), (1,2,4), BCTRL: 0x000a (VGA_EN is set) (II) Bus 2 I/O range: [0] -1 0 0x00006000 - 0x00007fff (0x2000) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xf6400000 - 0xfe5fffff (0x8200000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0x9ff00000 - 0xdfefffff (0x40000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 3: bridge is at (2:0:0), (2,3,3), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 3 I/O range: [0] -1 0 0x00006000 - 0x00006fff (0x1000) IX[B] (II) Bus 3 non-prefetchable memory range: [0] -1 0 0xf6400000 - 0xfa4fffff (0x4100000) MX[B] (II) Bus 3 prefetchable memory range: [0] -1 0 0x9ff00000 - 0xbfefffff (0x20000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 4: bridge is at (2:1:0), (2,4,4), BCTRL: 0x000a (VGA_EN is set) (II) Bus 4 I/O range: [0] -1 0 0x00007000 - 0x00007fff (0x1000) IX[B] (II) Bus 4 non-prefetchable memory range: [0] -1 0 0xfa500000 - 0xfe5fffff (0x4100000) MX[B] (II) Bus 4 prefetchable memory range: [0] -1 0 0xbff00000 - 0xdfefffff (0x20000000) MX[B] (--) PCI: (3:0:0) nVidia Corporation unknown chipset (0x0294) rev 161, Mem @ 0xf9000000/24, 0xa0000000/28, 0xf8000000/24, I/O @ 0x6c00/7, BIOS @ 0xfa4e0000/17 (--) PCI:*(4:0:0) nVidia Corporation unknown chipset (0x0294) rev 161, Mem @ 0xfd000000/24, 0xc0000000/28, 0xfc000000/24, I/O @ 0x7c00/7, BIOS @ 0xfe5e0000/17 List of video drivers: apm ark ati atimisc chips cirrus cyrix dummy glint i128 i740 i810 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage siliconmotion sis tdfx tga trident tseng nvidia nvidia via vmware vesa vga (II) LoadModule: "apm" (II) Loading /usr/X11R6/lib/modules/drivers/apm_drv.so (II) Module apm: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "ark" (II) Loading /usr/X11R6/lib/modules/drivers/ark_drv.so (II) Module ark: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.5.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "ati" (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so (II) Module ati: vendor="X.Org Foundation" compiled for 6.9.0, module version = 6.5.7 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "atimisc" (II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.so (II) Module atimisc: vendor="X.Org Foundation" compiled for 6.9.0, module version = 6.5.7 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "chips" (II) Loading /usr/X11R6/lib/modules/drivers/chips_drv.so (II) Module chips: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "cirrus" (II) Loading /usr/X11R6/lib/modules/drivers/cirrus_drv.so (II) Module cirrus: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "cyrix" (II) Loading /usr/X11R6/lib/modules/drivers/cyrix_drv.so (II) Module cyrix: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "dummy" (II) Loading /usr/X11R6/lib/modules/drivers/dummy_drv.so (II) Module dummy: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.1.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "glint" (II) Loading /usr/X11R6/lib/modules/drivers/glint_drv.so (II) Module glint: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "i128" (II) Loading /usr/X11R6/lib/modules/drivers/i128_drv.so (II) Module i128: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.1.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "i740" (II) Loading /usr/X11R6/lib/modules/drivers/i740_drv.so (II) Module i740: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "i810" (II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.4.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "mga" (II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.so (II) Module mga: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.2.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "neomagic" (II) Loading /usr/X11R6/lib/modules/drivers/neomagic_drv.so (II) Module neomagic: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "nsc" (II) Loading /usr/X11R6/lib/modules/drivers/nsc_drv.so (II) Module nsc: vendor="X.Org Foundation" compiled for 6.9.0, module version = 2.7.6 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "nv" (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.so (II) Module nv: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "r128" (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.so (II) Module r128: vendor="X.Org Foundation" compiled for 6.9.0, module version = 4.0.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "radeon" (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 6.9.0, module version = 4.0.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "rendition" (II) Loading /usr/X11R6/lib/modules/drivers/rendition_drv.so (II) Module rendition: vendor="X.Org Foundation" compiled for 6.9.0, module version = 4.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "s3" (II) Loading /usr/X11R6/lib/modules/drivers/s3_drv.so (II) Module s3: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.3.5 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "s3virge" (II) Loading /usr/X11R6/lib/modules/drivers/s3virge_drv.so (II) Module s3virge: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.8.6 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "savage" (II) Loading /usr/X11R6/lib/modules/drivers/savage_drv.so (II) Module savage: vendor="X.Org Foundation" compiled for 6.9.0, module version = 2.0.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "siliconmotion" (II) Loading /usr/X11R6/lib/modules/drivers/siliconmotion_drv.so (II) Module siliconmotion: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.3.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "sis" (II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.so (II) Module sis: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.8.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "tdfx" (II) Loading /usr/X11R6/lib/modules/drivers/tdfx_drv.so (II) Module tdfx: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.1.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "tga" (II) Loading /usr/X11R6/lib/modules/drivers/tga_drv.so (II) Module tga: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "trident" (II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.so (II) Module trident: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "tseng" (II) Loading /usr/X11R6/lib/modules/drivers/tseng_drv.so (II) Module tseng: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "nvidia" (II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.8774 Module class: X.Org Video Driver (II) LoadModule: "nvidia" (II) Reloading /usr/X11R6/lib/modules/drivers/nvidia_drv.so (II) UnloadModule: "nvidia" (II) Failed to load module "nvidia" (already loaded, -1077942428) (II) LoadModule: "via" (II) Loading /usr/X11R6/lib/modules/drivers/via_drv.so (II) Module via: vendor="X.Org Foundation" compiled for 4.3.99.902, module version = 0.1.33 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "vmware" (II) Loading /usr/X11R6/lib/modules/drivers/vmware_drv.so (II) Module vmware: vendor="X.Org Foundation" compiled for 6.9.0, module version = 10.11.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "vesa" (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "vga" (II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.so (II) Module vga: vendor="X.Org Foundation" compiled for 6.9.0, module version = 4.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xfeaf8000 - 0xfeafffff (0x8000) MX[B]E [1] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [2] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [3] -1 0 0xfe8f8000 - 0xfe8fffff (0x8000) MX[B]E [4] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [5] -1 0 0xfebfa000 - 0xfebfbfff (0x2000) MX[B]E [6] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [7] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[B]E [8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [9] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [10] -1 0 0xfebfe000 - 0xfebfffff (0x2000) MX[B]E [11] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [15] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [16] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [17] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [18] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [19] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [20] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [21] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [22] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E [24] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [25] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [26] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]E [27] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [28] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]E [29] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [30] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]E [31] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [32] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [33] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [34] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [35] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [36] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [37] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [38] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [39] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [40] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) (II) PCI Memory resource overlap reduced 0xfeaf8000 from 0xfeafffff to 0xfeafbfff (II) PCI Memory resource overlap reduced 0xfe8f8000 from 0xfe8fffff to 0xfe8fbfff (II) PCI Memory resource overlap reduced 0xfebfa000 from 0xfebfbfff to 0xfebfafff (II) PCI I/O resource overlap reduced 0x0000b800 from 0x0000b8ff to 0x0000b87f (II) PCI I/O resource overlap reduced 0x0000c000 from 0x0000c0ff to 0x0000c07f (II) PCI Memory resource overlap reduced 0xfebfc000 from 0xfebfffff to 0xfebfcfff (II) PCI I/O resource overlap reduced 0x0000c400 from 0x0000c4ff to 0x0000c47f (II) PCI I/O resource overlap reduced 0x0000c800 from 0x0000c8ff to 0x0000c87f (II) PCI Memory resource overlap reduced 0xfebfe000 from 0xfebfffff to 0xfebfefff (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E [1] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [2] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [3] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]E [4] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [5] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]E [6] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [7] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]E [8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [9] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [10] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]E [11] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [15] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [16] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [17] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [18] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [19] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [20] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [21] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [22] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [23] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[B]E [24] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [25] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [26] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]E [27] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [28] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]E [29] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [30] -1 0 0x0000c800 - 0x0000c87f (0x80) IX[B]E [31] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [32] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [33] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [34] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [35] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [36] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [37] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [38] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [39] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [40] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E [6] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [7] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [8] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]E [9] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]E [11] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [12] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]E [13] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [14] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [15] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]E [16] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [18] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [19] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [20] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [21] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [22] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [26] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [27] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [28] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [29] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [30] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[B]E [31] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [32] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [33] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]E [34] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [35] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]E [36] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [37] -1 0 0x0000c800 - 0x0000c87f (0x80) IX[B]E [38] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [39] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [40] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [41] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [42] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [43] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [44] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [45] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [46] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [47] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) (II) Primary Device is: PCI 04:00:0 (II) ATI: Unshared VGA not probed. (II) ATI: Unshared 8514/A not probed. (II) ATI: Unshared Mach64 at PIO base 0x02EC not probed. (II) Loading sub module "cirrus_laguna" (II) LoadModule: "cirrus_laguna" (II) Loading /usr/X11R6/lib/modules/drivers/cirrus_laguna.so (II) Module cirrus_laguna: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) Loading sub module "cirrus_alpine" (II) LoadModule: "cirrus_alpine" (II) Loading /usr/X11R6/lib/modules/drivers/cirrus_alpine.so (II) Module cirrus_alpine: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, GeForce4 440 Go 64M, Quadro4 NVS, Quadro4 500 GoGL, GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, 0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE, 0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE, GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329, Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series, GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, Quadro FX 700, GeForce FX 5900ZT, Quadro FX 3000, GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, 0x0345, GeForce FX Go5700, GeForce FX Go5700, 0x0349, 0x034B, Quadro FX Go1000, Quadro FX 1100, 0x034F, GeForce 6800 Ultra, GeForce 6800, GeForce 6800 LE, 0x0043, GeForce 6800 GT, GeForce 6800 GT, GeForce 6800 XT, 0x0049, Quadro FX 4000, 0x00C0, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, GeForce 6600, GeForce 6600 LE, 0x0143, GeForce Go 6600, GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, GeForce Go 6600, GeForce Go 6600 GT, 0x014B, 0x014C, 0x014D, Quadro FX 540, GeForce 6200, GeForce 6500, GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, GeForce Go 6200, GeForce Go 6400, GeForce 6250, 0x016B, 0x016C, 0x016D, 0x016E, 0x0210, GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, 0x0220, GeForce 6200, 0x0222, 0x0228, 0x0090, GeForce 7800 GTX, GeForce 7800 GT, 0x0093, 0x0094, GeForce Go 7800, GeForce Go 7800 GTX, 0x009C, Quadro FX 4500, 0x009E (II) NVIDIA dlloader X Driver 1.0-8774 Tue Aug 1 22:06:46 PDT 2006 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) VESA: driver for VESA chipsets: vesa (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic (++) Using config file: "/root/xorg.conf.new" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Screen "Screen1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Card1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist. Entry deleted from font path. (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (--) Chipset Unknown NVIDIA chip found (--) Chipset Unknown NVIDIA chip found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E [6] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [7] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [8] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]E [9] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]E [11] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [12] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]E [13] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [14] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [15] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]E [16] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [18] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [19] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [20] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [21] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [22] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [26] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [27] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [28] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [29] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [30] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[B]E [31] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [32] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [33] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]E [34] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [35] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]E [36] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [37] -1 0 0x0000c800 - 0x0000c87f (0x80) IX[B]E [38] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [39] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [40] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [41] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [42] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [43] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [44] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [45] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [46] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [47] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E [6] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [7] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [8] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]E [9] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]E [11] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [12] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]E [13] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [14] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [15] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]E [16] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [18] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [19] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [20] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [21] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [22] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [26] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [27] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [28] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [29] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [30] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[B]E [31] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [32] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [33] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]E [34] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [35] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]E [36] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [37] -1 0 0x0000c800 - 0x0000c87f (0x80) IX[B]E [38] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [39] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [40] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [41] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [42] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [43] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [44] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [45] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [46] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [47] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) (II) resource ranges after probing: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E [6] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [7] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [8] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]E [9] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]E [11] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [12] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]E [13] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [14] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [15] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]E [16] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [18] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [19] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [20] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [21] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [22] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [24] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [27] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] [28] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [29] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [31] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [32] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [33] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [34] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [35] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [36] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[B]E [37] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [38] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [39] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]E [40] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [41] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]E [42] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [43] -1 0 0x0000c800 - 0x0000c87f (0x80) IX[B]E [44] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [45] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [46] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [47] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [48] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [49] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [50] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [51] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [52] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [53] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) [54] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [55] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] [56] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] [57] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Setting vga for screen 1. (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/X11R6/lib/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 0.8 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) NV(1): initializing int10 (==) NV(1): Write-combining range (0xa0000,0x20000) was already clear (==) NV(1): Write-combining range (0xc0000,0x40000) was already clear (II) NV(1): Primary V_BIOS segment is: 0xc000 (==) NV(1): Write-combining range (0x0,0x1000) was already clear (II) NV(1): VESA BIOS detected (II) NV(1): VESA VBE Version 3.0 (II) NV(1): VESA VBE Total Mem: 262144 kB (II) NV(1): VESA VBE OEM: NVIDIA (II) NV(1): VESA VBE OEM Software Rev: 5.113 (II) NV(1): VESA VBE OEM Vendor: NVIDIA Corporation (II) NV(1): VESA VBE OEM Product: G71 Board - p602h0 (II) NV(1): VESA VBE OEM Product Rev: Chip Rev (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) NV(1): VESA VBE DDC supported (II) NV(1): VESA VBE DDC Level 2 (II) NV(1): VESA VBE DDC transfer in appr. 1 sec. (II) NV(1): VESA VBE DDC read successfully (==) NV(1): Write-combining range (0x0,0x1000) was already clear (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Reloading /usr/X11R6/lib/modules/libvbe.so (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/X11R6/lib/modules/libint10.so (II) NV(0): initializing int10 (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear (EE) NV(0): Cannot read V_BIOS (3) Xorg detected your mouse at device /dev/sysmouse. Please check your config if the mouse is still not operational, as by default Xorg tries to autodetect the protocol. Xorg has configured a multihead system, please check your config. Your xorg.conf file is /root/xorg.conf.new To test the server, run 'X -config /root/xorg.conf.new' ------=_NextPart_000_6fa5_1203_ffc-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 10:53:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C21FE16A47C for ; Sun, 17 Sep 2006 10:53:27 +0000 (UTC) (envelope-from elite_bizkit@hotmail.com) Received: from bay0-omc1-s32.bay0.hotmail.com (bay0-omc1-s32.bay0.hotmail.com [65.54.246.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC3543D5A for ; Sun, 17 Sep 2006 10:53:26 +0000 (GMT) (envelope-from elite_bizkit@hotmail.com) Received: from hotmail.com ([64.4.35.8]) by bay0-omc1-s32.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 17 Sep 2006 03:53:26 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 17 Sep 2006 03:53:26 -0700 Message-ID: Received: from 84.12.178.205 by by12fd.bay12.hotmail.msn.com with HTTP; Sun, 17 Sep 2006 10:53:24 GMT X-Originating-IP: [84.12.178.205] X-Originating-Email: [elite_bizkit@hotmail.com] X-Sender: elite_bizkit@hotmail.com From: To: freebsd-questions@freebsd.org Date: Sun, 17 Sep 2006 10:53:24 +0000 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_27c4_2b58_55bb" X-OriginalArrivalTime: 17 Sep 2006 10:53:26.0358 (UTC) FILETIME=[80B5F760:01C6DA47] Subject: BFG 7950 GX2 xorg issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 10:53:27 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_27c4_2b58_55bb Content-Type: text/plain; format=flowed Hello all, Sorry if this is a repeat post - I sent out an email about an hour ago and have yet to see it arrive back in my inbox. I've just got FreeBSD setup on a new machine which is having some issues with xorg - when I test the xorg.conf.new file that Xorg -configure creates I get an error that says (EE) NV(1): Cannot read V_BIOS (3) (EE) NV(1): No valid modes found I searched around on the internet and found some modeline information for a similar setup to mine which I tried without success. I then installed the latest FreeBSD nvidia drivers which, after installing compat5x and running nvidia-xconfig, caused my machine to reboot every time I tried X -config on the file. I found that I could stop my system from rebooting when I replaced Driver "nvidia" with Driver "nv" in the Device sections in the config file but this took me back to square one. Finally I tried connecting the system up to an iiyama Vision Master 400 (CRT) and had exactly the same problem :( Here is my current setup: Intel Duo 2 Core E6700 4GB of Corsair RAM 260GB SATA HDD (1) - XP 80GB SATA HDD (2) - FreeBSD BFG 7950 GX2 Emu0404 Sound Card Hanns.G 19" Widescreen LCD (HW191D) Problem: When I run Xorg -configure I get the following: ===== BEGIN ===== cerberus# Xorg -configure X Windows System Version 6.9.0 Release Date: 21 December 2005 X Protocol Version 11, Revision 0, Release 6.9 Build Operating System: FreeBSD 6.1 i386 [ELF] Current Operating System: FreeBSD cerberus.bsd.uni 6.1-RELEASE FreeBSD 6.1-RELEA SE #2: Sat 16 14:46:32 BST 2006 root@:/usr/obj/usr/src/sys/SMP-KERN i386 Build Date: 24 March 2006 Before reporting problems, check http://wiki.X.org to make sure that you have the latest version Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 17 10:29:17 2006 List of video drivers: apm ark ati atimisc chips cirrus cyrix dummy glint i128 i740 i810 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage siliconmotion sis tdfx tga trident tseng nvidia nvidia via vmware vesa vga (++) Using config file: "/root/xorg.conf.new" (EE) NV(0): Cannot read V_BIOS (3) Xorg detected your mouse at device /sys/sysmouse. Please check your config if the mouse is still not operational, as by default Xorg tries to autodetect the protocol. Xorg has configured a multihead system, please check your config. Your Xorg.conf file is /root/xorg.conf.new To test the server, run 'X -config /root/xorg.conf.new' ===== END ===== nvidia appears in the above driver list twice, could this have something to do with it? Any help would be much appreciated. _________________________________________________________________ Windows Live™ Messenger has arrived. Click here to download it for free! http://imagine-msn.com/messenger/launch80/?locale=en-gb ------=_NextPart_000_27c4_2b58_55bb Content-Type: application/octet-stream; name="XORG.0.LOG" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="XORG.0.LOG" ClggV2luZG93IFN5c3RlbSBWZXJzaW9uIDYuOS4wClJlbGVhc2UgRGF0ZTog MjEgRGVjZW1iZXIgMjAwNQpYIFByb3RvY29sIFZlcnNpb24gMTEsIFJldmlz aW9uIDAsIFJlbGVhc2UgNi45CkJ1aWxkIE9wZXJhdGluZyBTeXN0ZW06IEZy ZWVCU0QgNi4xIGkzODYgW0VMRl0gCkN1cnJlbnQgT3BlcmF0aW5nIFN5c3Rl bTogRnJlZUJTRCBjZXJiZXJ1cy5ic2QudW5pIDYuMS1SRUxFQVNFIEZyZWVC U0QgNi4xLVJFTEVBU0UgIzI6IFNhdCBTZXAgMTYgMTQ6NDY6MzIgQlNUIDIw MDYgICAgIHJvb3RAOi91c3Ivb2JqL3Vzci9zcmMvc3lzL1NNUC1YS0VSTiBp Mzg2CkJ1aWxkIERhdGU6IDI0IE1hcmNoIDIwMDYKCUJlZm9yZSByZXBvcnRp bmcgcHJvYmxlbXMsIGNoZWNrIGh0dHA6Ly93aWtpLlguT3JnCgl0byBtYWtl IHN1cmUgdGhhdCB5b3UgaGF2ZSB0aGUgbGF0ZXN0IHZlcnNpb24uCk1vZHVs ZSBMb2FkZXIgcHJlc2VudApNYXJrZXJzOiAoLS0pIHByb2JlZCwgKCoqKSBm cm9tIGNvbmZpZyBmaWxlLCAoPT0pIGRlZmF1bHQgc2V0dGluZywKCSgrKykg ZnJvbSBjb21tYW5kIGxpbmUsICghISkgbm90aWNlLCAoSUkpIGluZm9ybWF0 aW9uYWwsCgkoV1cpIHdhcm5pbmcsIChFRSkgZXJyb3IsIChOSSkgbm90IGlt cGxlbWVudGVkLCAoPz8pIHVua25vd24uCig9PSkgTG9nIGZpbGU6ICIvdmFy L2xvZy9Yb3JnLjAubG9nIiwgVGltZTogU3VuIFNlcCAxNyAxMTowMjoyMiAy MDA2CigrKykgVXNpbmcgY29uZmlnIGZpbGU6ICIvcm9vdC94b3JnLmNvbmYu bmV3IgooPT0pIFNlcnZlckxheW91dCAiWC5vcmcgQ29uZmlndXJlZCIKKCoq KSB8LS0+U2NyZWVuICJTY3JlZW4wIiAoMCkKKCoqKSB8ICAgfC0tPk1vbml0 b3IgIk1vbml0b3IwIgooKiopIHwgICB8LS0+RGV2aWNlICJDYXJkMCIKKCoq KSB8LS0+U2NyZWVuICJTY3JlZW4xIiAoMSkKKCoqKSB8ICAgfC0tPk1vbml0 b3IgIk1vbml0b3IxIgooKiopIHwgICB8LS0+RGV2aWNlICJDYXJkMSIKKCoq KSB8LS0+SW5wdXQgRGV2aWNlICJNb3VzZTAiCigqKikgfC0tPklucHV0IERl dmljZSAiS2V5Ym9hcmQwIgooV1cpIFRoZSBkaXJlY3RvcnkgIi91c3IvWDEx UjYvbGliL1gxMS9mb250cy9DSUQvIiBkb2VzIG5vdCBleGlzdC4KCUVudHJ5 IGRlbGV0ZWQgZnJvbSBmb250IHBhdGguCigqKikgRm9udFBhdGggc2V0IHRv ICIvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvbWlzYy8sL3Vzci9YMTFSNi9s aWIvWDExL2ZvbnRzL1RURi8sL3Vzci9YMTFSNi9saWIvWDExL2ZvbnRzL1R5 cGUxLywvdXNyL1gxMVI2L2xpYi9YMTEvZm9udHMvNzVkcGkvLC91c3IvWDEx UjYvbGliL1gxMS9mb250cy8xMDBkcGkvIgooKiopIFJnYlBhdGggc2V0IHRv ICIvdXNyL1gxMVI2L2xpYi9YMTEvcmdiIgooKiopIE1vZHVsZVBhdGggc2V0 IHRvICIvdXNyL1gxMVI2L2xpYi9tb2R1bGVzIgooSUkpIE1vZHVsZSBBQkkg dmVyc2lvbnM6CglYLk9yZyBBTlNJIEMgRW11bGF0aW9uOiAwLjIKCVguT3Jn IFZpZGVvIERyaXZlcjogMC44CglYLk9yZyBYSW5wdXQgZHJpdmVyIDogMC41 CglYLk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uIDogMC4yCglYLk9yZyBGb250IFJl bmRlcmVyIDogMC40CihJSSkgTG9hZGVyIHJ1bm5pbmcgb24gZnJlZWJzZAoo SUkpIExvYWRNb2R1bGU6ICJiaXRtYXAiCihJSSkgTG9hZGluZyAvdXNyL1gx MVI2L2xpYi9tb2R1bGVzL2ZvbnRzL2xpYmJpdG1hcC5zbwooSUkpIE1vZHVs ZSBiaXRtYXA6IHZlbmRvcj0iWC5PcmcgRm91bmRhdGlvbiIKCWNvbXBpbGVk IGZvciA2LjkuMCwgbW9kdWxlIHZlcnNpb24gPSAxLjAuMAoJTW9kdWxlIGNs YXNzOiBYLk9yZyBGb250IFJlbmRlcmVyCglBQkkgY2xhc3M6IFguT3JnIEZv bnQgUmVuZGVyZXIsIHZlcnNpb24gMC40CihJSSkgTG9hZGluZyBmb250IEJp dG1hcAooSUkpIExvYWRNb2R1bGU6ICJwY2lkYXRhIgooSUkpIExvYWRpbmcg L3Vzci9YMTFSNi9saWIvbW9kdWxlcy9saWJwY2lkYXRhLnNvCihJSSkgTW9k dWxlIHBjaWRhdGE6IHZlbmRvcj0iWC5PcmcgRm91bmRhdGlvbiIKCWNvbXBp bGVkIGZvciA2LjkuMCwgbW9kdWxlIHZlcnNpb24gPSAxLjAuMAoJQUJJIGNs YXNzOiBYLk9yZyBWaWRlbyBEcml2ZXIsIHZlcnNpb24gMC44CigtLSkgVXNp bmcgc3lzY29ucyBkcml2ZXIgd2l0aCBYIHN1cHBvcnQgKHZlcnNpb24gMi4w KQooLS0pIHVzaW5nIFZUIG51bWJlciA5CgooSUkpIFBDSTogUHJvYmluZyBj b25maWcgdHlwZSB1c2luZyBtZXRob2QgMQooSUkpIFBDSTogQ29uZmlnIHR5 cGUgaXMgMQooSUkpIFBDSTogc3RhZ2VzID0gMHgwMywgb2xkVmFsMSA9IDB4 MDAwMDAwMDAsIG1vZGUxUmVzMSA9IDB4ODAwMDAwMDAKKElJKSBQQ0k6IFBD SSBzY2FuIChhbGwgdmFsdWVzIGFyZSBpbiBoZXgpCihJSSkgUENJOiAwMDow MDowOiBjaGlwIDEwZGUsMDA3MSBjYXJkIDEwNDMsODE4OSByZXYgYzEgY2xh c3MgMDYsMDAsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowMDoxOiBjaGlwIDEw ZGUsMDA3ZiBjYXJkIDEwNDMsODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAg aGRyIDgwCihJSSkgUENJOiAwMDowMDoyOiBjaGlwIDEwZGUsMDA3NSBjYXJk IDEwNDMsODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRyIDgwCihJSSkg UENJOiAwMDowMDozOiBjaGlwIDEwZGUsMDA2ZiBjYXJkIDEwNDMsODE4OSBy ZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRyIDAwCihJSSkgUENJOiAwMDowMDo0 OiBjaGlwIDEwZGUsMDBiNCBjYXJkIDEwNDMsODE4OSByZXYgYTEgY2xhc3Mg MDUsMDAsMDAgaGRyIDAwCihJSSkgUENJOiAwMDowMTowOiBjaGlwIDEwZGUs MDA3NiBjYXJkIDEwNDMsODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRy IDgwCihJSSkgUENJOiAwMDowMToxOiBjaGlwIDEwZGUsMDA3OCBjYXJkIDEw NDMsODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRyIDgwCihJSSkgUENJ OiAwMDowMToyOiBjaGlwIDEwZGUsMDA3OSBjYXJkIDEwNDMsODE4OSByZXYg YTEgY2xhc3MgMDUsMDAsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowMTozOiBj aGlwIDEwZGUsMDA3YSBjYXJkIDEwNDMsODE4OSByZXYgYTEgY2xhc3MgMDUs MDAsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowMTo0OiBjaGlwIDEwZGUsMDA3 YiBjYXJkIDEwNDMsODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRyIDgw CihJSSkgUENJOiAwMDowMTo1OiBjaGlwIDEwZGUsMDA3YyBjYXJkIDEwNDMs ODE4OSByZXYgYTEgY2xhc3MgMDUsMDAsMDAgaGRyIDgwCihJSSkgUENJOiAw MDowMTo2OiBjaGlwIDEwZGUsMDA3ZCBjYXJkIDEwNDMsODE4OSByZXYgYTEg Y2xhc3MgMDUsMDAsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowMjowOiBjaGlw IDEwZGUsMDA3ZSBjYXJkIDAwMDAsMDAwMCByZXYgYTIgY2xhc3MgMDYsMDQs MDAgaGRyIDAxCihJSSkgUENJOiAwMDowNDowOiBjaGlwIDEwZGUsMDA3ZSBj YXJkIDAwMDAsMDAwMCByZXYgYTIgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJ SSkgUENJOiAwMDowNTowOiBjaGlwIDEwZGUsMDA3ZSBjYXJkIDAwMDAsMDAw MCByZXYgYTIgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMDow NjowOiBjaGlwIDEwZGUsMDA3ZSBjYXJkIDAwMDAsMDAwMCByZXYgYTIgY2xh c3MgMDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMDowNzowOiBjaGlwIDEw ZGUsMDA3ZSBjYXJkIDAwMDAsMDAwMCByZXYgYTIgY2xhc3MgMDYsMDQsMDAg aGRyIDAxCihJSSkgUENJOiAwMDowOTowOiBjaGlwIDEwZGUsMDA1ZSBjYXJk IDEwNDMsODE2MiByZXYgYTQgY2xhc3MgMDUsODAsMDAgaGRyIDAwCihJSSkg UENJOiAwMDowYTowOiBjaGlwIDEwZGUsMDA1MCBjYXJkIDEwNDMsODE2MiBy ZXYgYTQgY2xhc3MgMDYsMDEsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowYTox OiBjaGlwIDEwZGUsMDA1MiBjYXJkIDEwNDMsODE2MiByZXYgYTIgY2xhc3Mg MGMsMDUsMDAgaGRyIDgwCihJSSkgUENJOiAwMDowYjowOiBjaGlwIDEwZGUs MDA1YSBjYXJkIDEwNDMsODE2MiByZXYgYTIgY2xhc3MgMGMsMDMsMTAgaGRy IDgwCihJSSkgUENJOiAwMDowYjoxOiBjaGlwIDEwZGUsMDA1YiBjYXJkIDEw NDMsODE2MiByZXYgYTQgY2xhc3MgMGMsMDMsMjAgaGRyIDgwCihJSSkgUENJ OiAwMDowZDowOiBjaGlwIDEwZGUsMDA1OSBjYXJkIDEwNDMsODEyYSByZXYg YTIgY2xhc3MgMDQsMDEsMDAgaGRyIDAwCihJSSkgUENJOiAwMDowZjowOiBj aGlwIDEwZGUsMDA1MyBjYXJkIDEwNDMsODE2MiByZXYgZjMgY2xhc3MgMDEs MDEsOGEgaGRyIDAwCihJSSkgUENJOiAwMDoxMDowOiBjaGlwIDEwZGUsMDA1 NCBjYXJkIDEwNDMsODE2MiByZXYgZjMgY2xhc3MgMDEsMDEsODUgaGRyIDAw CihJSSkgUENJOiAwMDoxMTowOiBjaGlwIDEwZGUsMDA1NSBjYXJkIDEwNDMs ODE2MiByZXYgZjMgY2xhc3MgMDEsMDEsODUgaGRyIDAwCihJSSkgUENJOiAw MDoxMjowOiBjaGlwIDEwZGUsMDA1YyBjYXJkIDAwMDAsMDAwMCByZXYgYTIg Y2xhc3MgMDYsMDQsMDEgaGRyIDAxCihJSSkgUENJOiAwMDoxMzowOiBjaGlw IDEwZGUsMDA1NyBjYXJkIDEwNDMsODFkMyByZXYgYTMgY2xhc3MgMDYsODAs MDAgaGRyIDAwCihJSSkgUENJOiAwMDoxNDowOiBjaGlwIDEwZGUsMDA1ZCBj YXJkIDAwMDAsMDAwMCByZXYgYTMgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJ SSkgUENJOiAwMDoxNjowOiBjaGlwIDEwZGUsMDA1ZCBjYXJkIDAwMDAsMDAw MCByZXYgYTMgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMDox NzowOiBjaGlwIDEwZGUsMDA1ZCBjYXJkIDAwMDAsMDAwMCByZXYgYTMgY2xh c3MgMDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMTowMDowOiBjaGlwIDEw ZGUsMDFiMyBjYXJkIDAwMDAsMDAwMCByZXYgYTMgY2xhc3MgMDYsMDQsMDAg aGRyIDAxCihJSSkgUENJOiAwMjowMDowOiBjaGlwIDEwZGUsMDFiMyBjYXJk IDAwMDAsMDAwMCByZXYgYTMgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJSSkg UENJOiAwMjowMTowOiBjaGlwIDEwZGUsMDFiMyBjYXJkIDAwMDAsMDAwMCBy ZXYgYTMgY2xhc3MgMDYsMDQsMDAgaGRyIDAxCihJSSkgUENJOiAwMzowMDow OiBjaGlwIDEwZGUsMDI5NCBjYXJkIDEwZGUsMDM1YiByZXYgYTEgY2xhc3Mg MDMsMDIsMDAgaGRyIDAwCihJSSkgUENJOiAwNDowMDowOiBjaGlwIDEwZGUs MDI5NCBjYXJkIDEwZGUsMDM1YiByZXYgYTEgY2xhc3MgMDMsMDAsMDAgaGRy IDAwCihJSSkgUENJOiAwNjowMDowOiBjaGlwIDEwOTUsMzEzMiBjYXJkIDEw NDMsODE5ZiByZXYgMDEgY2xhc3MgMDEsODAsMDAgaGRyIDAwCihJSSkgUENJ OiAwODowMDowOiBjaGlwIDExYWIsNDM2MiBjYXJkIDEwNDMsODE0MiByZXYg MjIgY2xhc3MgMDIsMDAsMDAgaGRyIDAwCihJSSkgUENJOiAwOTowNjowOiBj aGlwIDExMDIsMDAwOCBjYXJkIDExMDIsNDAwMiByZXYgMDAgY2xhc3MgMDQs MDEsMDAgaGRyIDAwCihJSSkgUENJOiAwOTowYjowOiBjaGlwIDEwNGMsODAy MyBjYXJkIDEwNDMsODE1YiByZXYgMDAgY2xhc3MgMGMsMDAsMTAgaGRyIDAw CihJSSkgUENJOiBFbmQgb2YgUENJIHNjYW4KKElJKSBIb3N0LXRvLVBDSSBi cmlkZ2U6CihJSSkgQnVzIDA6IGJyaWRnZSBpcyBhdCAoMDowOjApLCAoMCww LDEyKSwgQkNUUkw6IDB4MDAwOCAoVkdBX0VOIGlzIHNldCkKKElJKSBCdXMg MCBJL08gcmFuZ2U6CglbMF0gLTEJMAkweDAwMDAwMDAwIC0gMHgwMDAwZmZm ZiAoMHgxMDAwMCkgSVhbQl0KKElJKSBCdXMgMCBub24tcHJlZmV0Y2hhYmxl IG1lbW9yeSByYW5nZToKCVswXSAtMQkwCTB4MDAwMDAwMDAgLSAweGZmZmZm ZmZmICgweDApIE1YW0JdCihJSSkgQnVzIDAgcHJlZmV0Y2hhYmxlIG1lbW9y eSByYW5nZToKCVswXSAtMQkwCTB4MDAwMDAwMDAgLSAweGZmZmZmZmZmICgw eDApIE1YW0JdCihJSSkgUENJLXRvLVBDSSBicmlkZ2U6CihJSSkgQnVzIDE6 IGJyaWRnZSBpcyBhdCAoMDoyOjApLCAoMCwxLDQpLCBCQ1RSTDogMHgwMDBh IChWR0FfRU4gaXMgc2V0KQooSUkpIEJ1cyAxIEkvTyByYW5nZToKCVswXSAt MQkwCTB4MDAwMDYwMDAgLSAweDAwMDA3ZmZmICgweDIwMDApIElYW0JdCihJ SSkgQnVzIDEgbm9uLXByZWZldGNoYWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0g LTEJMAkweGY2NDAwMDAwIC0gMHhmZTZmZmZmZiAoMHg4MzAwMDAwKSBNWFtC XQooSUkpIEJ1cyAxIHByZWZldGNoYWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0g LTEJMAkweDlmZjAwMDAwIC0gMHhkZmVmZmZmZiAoMHg0MDAwMDAwMCkgTVhb Ql0KKElJKSBQQ0ktdG8tUENJIGJyaWRnZToKKElJKSBCdXMgNTogYnJpZGdl IGlzIGF0ICgwOjQ6MCksICgwLDUsNSksIEJDVFJMOiAweDAwMDIgKFZHQV9F TiBpcyBjbGVhcmVkKQooSUkpIFBDSS10by1QQ0kgYnJpZGdlOgooSUkpIEJ1 cyA2OiBicmlkZ2UgaXMgYXQgKDA6NTowKSwgKDAsNiw2KSwgQkNUUkw6IDB4 MDAwMiAoVkdBX0VOIGlzIGNsZWFyZWQpCihJSSkgQnVzIDYgSS9PIHJhbmdl OgoJWzBdIC0xCTAJMHgwMDAwODAwMCAtIDB4MDAwMDhmZmYgKDB4MTAwMCkg SVhbQl0KKElJKSBCdXMgNiBub24tcHJlZmV0Y2hhYmxlIG1lbW9yeSByYW5n ZToKCVswXSAtMQkwCTB4ZmU3MDAwMDAgLSAweGZlOGZmZmZmICgweDIwMDAw MCkgTVhbQl0KKElJKSBQQ0ktdG8tUENJIGJyaWRnZToKKElJKSBCdXMgNzog YnJpZGdlIGlzIGF0ICgwOjY6MCksICgwLDcsNyksIEJDVFJMOiAweDAwMDIg KFZHQV9FTiBpcyBjbGVhcmVkKQooSUkpIFBDSS10by1QQ0kgYnJpZGdlOgoo SUkpIEJ1cyA4OiBicmlkZ2UgaXMgYXQgKDA6NzowKSwgKDAsOCw4KSwgQkNU Ukw6IDB4MDAwMiAoVkdBX0VOIGlzIGNsZWFyZWQpCihJSSkgQnVzIDggSS9P IHJhbmdlOgoJWzBdIC0xCTAJMHgwMDAwOTAwMCAtIDB4MDAwMDlmZmYgKDB4 MTAwMCkgSVhbQl0KKElJKSBCdXMgOCBub24tcHJlZmV0Y2hhYmxlIG1lbW9y eSByYW5nZToKCVswXSAtMQkwCTB4ZmU5MDAwMDAgLSAweGZlOWZmZmZmICgw eDEwMDAwMCkgTVhbQl0KKElJKSBQQ0ktdG8tSVNBIGJyaWRnZToKKElJKSBC dXMgLTE6IGJyaWRnZSBpcyBhdCAoMDoxMDowKSwgKDAsLTEsLTEpLCBCQ1RS TDogMHgwMDA4IChWR0FfRU4gaXMgc2V0KQooSUkpIFN1YnRyYWN0aXZlIFBD SS10by1QQ0kgYnJpZGdlOgooSUkpIEJ1cyA5OiBicmlkZ2UgaXMgYXQgKDA6 MTg6MCksICgwLDksOSksIEJDVFJMOiAweDAyMDIgKFZHQV9FTiBpcyBjbGVh cmVkKQooSUkpIEJ1cyA5IEkvTyByYW5nZToKCVswXSAtMQkwCTB4MDAwMGEw MDAgLSAweDAwMDBhZmZmICgweDEwMDApIElYW0JdCihJSSkgQnVzIDkgbm9u LXByZWZldGNoYWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweGZlYTAw MDAwIC0gMHhmZWFmZmZmZiAoMHgxMDAwMDApIE1YW0JdCihJSSkgUENJLXRv LVBDSSBicmlkZ2U6CihJSSkgQnVzIDEwOiBicmlkZ2UgaXMgYXQgKDA6MjA6 MCksICgwLDEwLDEwKSwgQkNUUkw6IDB4MDAwMiAoVkdBX0VOIGlzIGNsZWFy ZWQpCihJSSkgUENJLXRvLVBDSSBicmlkZ2U6CihJSSkgQnVzIDExOiBicmlk Z2UgaXMgYXQgKDA6MjI6MCksICgwLDExLDExKSwgQkNUUkw6IDB4MDAwMiAo VkdBX0VOIGlzIGNsZWFyZWQpCihJSSkgUENJLXRvLVBDSSBicmlkZ2U6CihJ SSkgQnVzIDEyOiBicmlkZ2UgaXMgYXQgKDA6MjM6MCksICgwLDEyLDEyKSwg QkNUUkw6IDB4MDAwMiAoVkdBX0VOIGlzIGNsZWFyZWQpCihJSSkgUENJLXRv LVBDSSBicmlkZ2U6CihJSSkgQnVzIDI6IGJyaWRnZSBpcyBhdCAoMTowOjAp LCAoMSwyLDQpLCBCQ1RSTDogMHgwMDBhIChWR0FfRU4gaXMgc2V0KQooSUkp IEJ1cyAyIEkvTyByYW5nZToKCVswXSAtMQkwCTB4MDAwMDYwMDAgLSAweDAw MDA3ZmZmICgweDIwMDApIElYW0JdCihJSSkgQnVzIDIgbm9uLXByZWZldGNo YWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweGY2NDAwMDAwIC0gMHhm ZTVmZmZmZiAoMHg4MjAwMDAwKSBNWFtCXQooSUkpIEJ1cyAyIHByZWZldGNo YWJsZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweDlmZjAwMDAwIC0gMHhk ZmVmZmZmZiAoMHg0MDAwMDAwMCkgTVhbQl0KKElJKSBQQ0ktdG8tUENJIGJy aWRnZToKKElJKSBCdXMgMzogYnJpZGdlIGlzIGF0ICgyOjA6MCksICgyLDMs MyksIEJDVFJMOiAweDAwMDIgKFZHQV9FTiBpcyBjbGVhcmVkKQooSUkpIEJ1 cyAzIEkvTyByYW5nZToKCVswXSAtMQkwCTB4MDAwMDYwMDAgLSAweDAwMDA2 ZmZmICgweDEwMDApIElYW0JdCihJSSkgQnVzIDMgbm9uLXByZWZldGNoYWJs ZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweGY2NDAwMDAwIC0gMHhmYTRm ZmZmZiAoMHg0MTAwMDAwKSBNWFtCXQooSUkpIEJ1cyAzIHByZWZldGNoYWJs ZSBtZW1vcnkgcmFuZ2U6CglbMF0gLTEJMAkweDlmZjAwMDAwIC0gMHhiZmVm ZmZmZiAoMHgyMDAwMDAwMCkgTVhbQl0KKElJKSBQQ0ktdG8tUENJIGJyaWRn ZToKKElJKSBCdXMgNDogYnJpZGdlIGlzIGF0ICgyOjE6MCksICgyLDQsNCks IEJDVFJMOiAweDAwMGEgKFZHQV9FTiBpcyBzZXQpCihJSSkgQnVzIDQgSS9P IHJhbmdlOgoJWzBdIC0xCTAJMHgwMDAwNzAwMCAtIDB4MDAwMDdmZmYgKDB4 MTAwMCkgSVhbQl0KKElJKSBCdXMgNCBub24tcHJlZmV0Y2hhYmxlIG1lbW9y eSByYW5nZToKCVswXSAtMQkwCTB4ZmE1MDAwMDAgLSAweGZlNWZmZmZmICgw eDQxMDAwMDApIE1YW0JdCihJSSkgQnVzIDQgcHJlZmV0Y2hhYmxlIG1lbW9y eSByYW5nZToKCVswXSAtMQkwCTB4YmZmMDAwMDAgLSAweGRmZWZmZmZmICgw eDIwMDAwMDAwKSBNWFtCXQooLS0pIFBDSTogKDM6MDowKSBuVmlkaWEgQ29y cG9yYXRpb24gdW5rbm93biBjaGlwc2V0ICgweDAyOTQpIHJldiAxNjEsIE1l bSBAIDB4ZjkwMDAwMDAvMjQsIDB4YTAwMDAwMDAvMjgsIDB4ZjgwMDAwMDAv MjQsIEkvTyBAIDB4NmMwMC83LCBCSU9TIEAgMHhmYTRlMDAwMC8xNwooLS0p IFBDSToqKDQ6MDowKSBuVmlkaWEgQ29ycG9yYXRpb24gdW5rbm93biBjaGlw c2V0ICgweDAyOTQpIHJldiAxNjEsIE1lbSBAIDB4ZmQwMDAwMDAvMjQsIDB4 YzAwMDAwMDAvMjgsIDB4ZmMwMDAwMDAvMjQsIEkvTyBAIDB4N2MwMC83LCBC SU9TIEAgMHhmZTVlMDAwMC8xNwooSUkpIEFkZHJlc3NhYmxlIGJ1cyByZXNv dXJjZSByYW5nZXMgYXJlCglbMF0gLTEJMAkweDAwMDAwMDAwIC0gMHhmZmZm ZmZmZiAoMHgwKSBNWFtCXQoJWzFdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAw MGZmZmYgKDB4MTAwMDApIElYW0JdCihJSSkgT1MtcmVwb3J0ZWQgcmVzb3Vy Y2UgcmFuZ2VzOgoJWzBdIC0xCTAJMHhmZmUwMDAwMCAtIDB4ZmZmZmZmZmYg KDB4MjAwMDAwKSBNWFtCXShCKQoJWzFdIC0xCTAJMHgwMDEwMDAwMCAtIDB4 M2ZmZmZmZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShCKQoJWzJdIC0xCTAJMHgw MDBmMDAwMCAtIDB4MDAwZmZmZmYgKDB4MTAwMDApIE1YW0JdCglbM10gLTEJ MAkweDAwMGMwMDAwIC0gMHgwMDBlZmZmZiAoMHgzMDAwMCkgTVhbQl0KCVs0 XSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDlmZmZmICgweGEwMDAwKSBNWFtC XQoJWzVdIC0xCTAJMHgwMDAwZmZmZiAtIDB4MDAwMGZmZmYgKDB4MSkgSVhb Ql0KCVs2XSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDAwMGZmICgweDEwMCkg SVhbQl0KKElJKSBBY3RpdmUgUENJIHJlc291cmNlIHJhbmdlczoKCVswXSAt MQkwCTB4ZmVhZjgwMDAgLSAweGZlYWZmZmZmICgweDgwMDApIE1YW0JdRQoJ WzFdIC0xCTAJMHhmZWFmZjgwMCAtIDB4ZmVhZmZmZmYgKDB4ODAwKSBNWFtC XUUKCVsyXSAtMQkwCTB4ZmU5ZmMwMDAgLSAweGZlOWZmZmZmICgweDQwMDAp IE1YW0JdRQoJWzNdIC0xCTAJMHhmZThmODAwMCAtIDB4ZmU4ZmZmZmYgKDB4 ODAwMCkgTVhbQl1FCglbNF0gLTEJMAkweGZlOGZmYzAwIC0gMHhmZThmZmZm ZiAoMHg0MDApIE1YW0JdRQoJWzVdIC0xCTAJMHhmZWJmYTAwMCAtIDB4ZmVi ZmJmZmYgKDB4MjAwMCkgTVhbQl1FCglbNl0gLTEJMAkweGZlYmZiMDAwIC0g MHhmZWJmYmZmZiAoMHgxMDAwKSBNWFtCXUUKCVs3XSAtMQkwCTB4ZmViZmMw MDAgLSAweGZlYmZmZmZmICgweDQwMDApIE1YW0JdRQoJWzhdIC0xCTAJMHhm ZWJmZDAwMCAtIDB4ZmViZmRmZmYgKDB4MTAwMCkgTVhbQl1FCglbOV0gLTEJ MAkweGZlYmZmYzAwIC0gMHhmZWJmZmZmZiAoMHg0MDApIE1YW0JdRQoJWzEw XSAtMQkwCTB4ZmViZmUwMDAgLSAweGZlYmZmZmZmICgweDIwMDApIE1YW0Jd RQoJWzExXSAtMQkwCTB4ZmU1ZTAwMDAgLSAweGZlNWZmZmZmICgweDIwMDAw KSBNWFtCXShCKQoJWzEyXSAtMQkwCTB4ZmMwMDAwMDAgLSAweGZjZmZmZmZm ICgweDEwMDAwMDApIE1YW0JdKEIpCglbMTNdIC0xCTAJMHhjMDAwMDAwMCAt IDB4Y2ZmZmZmZmYgKDB4MTAwMDAwMDApIE1YW0JdKEIpCglbMTRdIC0xCTAJ MHhmZDAwMDAwMCAtIDB4ZmRmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikK CVsxNV0gLTEJMAkweGZhNGUwMDAwIC0gMHhmYTRmZmZmZiAoMHgyMDAwMCkg TVhbQl0oQikKCVsxNl0gLTEJMAkweGY4MDAwMDAwIC0gMHhmOGZmZmZmZiAo MHgxMDAwMDAwKSBNWFtCXShCKQoJWzE3XSAtMQkwCTB4YTAwMDAwMDAgLSAw eGFmZmZmZmZmICgweDEwMDAwMDAwKSBNWFtCXShCKQoJWzE4XSAtMQkwCTB4 ZjkwMDAwMDAgLSAweGY5ZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpCglb MTldIC0xCTAJMHgwMDAwYWMwMCAtIDB4MDAwMGFjZmYgKDB4MTAwKSBJWFtC XUUKCVsyMF0gLTEJMAkweDAwMDA5ODAwIC0gMHgwMDAwOThmZiAoMHgxMDAp IElYW0JdRQoJWzIxXSAtMQkwCTB4MDAwMDhjMDAgLSAweDAwMDA4Y2ZmICgw eDEwMCkgSVhbQl1FCglbMjJdIC0xCTAJMHgwMDAwYjQ4MCAtIDB4MDAwMGI0 ZmYgKDB4ODApIElYW0JdRQoJWzIzXSAtMQkwCTB4MDAwMGI4MDAgLSAweDAw MDBiOGZmICgweDEwMCkgSVhbQl1FCglbMjRdIC0xCTAJMHgwMDAwYjg4MCAt IDB4MDAwMGI4ZmYgKDB4ODApIElYW0JdRQoJWzI1XSAtMQkwCTB4MDAwMGJj MDAgLSAweDAwMDBiY2ZmICgweDEwMCkgSVhbQl1FCglbMjZdIC0xCTAJMHgw MDAwYzAwMCAtIDB4MDAwMGMwZmYgKDB4MTAwKSBJWFtCXUUKCVsyN10gLTEJ MAkweDAwMDBjMDgwIC0gMHgwMDAwYzBmZiAoMHg4MCkgSVhbQl1FCglbMjhd IC0xCTAJMHgwMDAwYzQwMCAtIDB4MDAwMGM0ZmYgKDB4MTAwKSBJWFtCXUUK CVsyOV0gLTEJMAkweDAwMDBjNDgwIC0gMHgwMDAwYzRmZiAoMHg4MCkgSVhb Ql1FCglbMzBdIC0xCTAJMHgwMDAwYzgwMCAtIDB4MDAwMGM4ZmYgKDB4MTAw KSBJWFtCXUUKCVszMV0gLTEJMAkweDAwMDBjODgwIC0gMHgwMDAwYzhmZiAo MHg4MCkgSVhbQl1FCglbMzJdIC0xCTAJMHgwMDAwY2MwMCAtIDB4MDAwMGNj ZmYgKDB4MTAwKSBJWFtCXUUKCVszM10gLTEJMAkweDAwMDBmZmEwIC0gMHgw MDAwZmZiZiAoMHgyMCkgSVhbQl1FCglbMzRdIC0xCTAJMHgwMDAwZDAwMCAt IDB4MDAwMGQwZmYgKDB4MTAwKSBJWFtCXUUKCVszNV0gLTEJMAkweDAwMDBk NDAwIC0gMHgwMDAwZDRmZiAoMHgxMDApIElYW0JdRQoJWzM2XSAtMQkwCTB4 MDAwMDA3MDAgLSAweDAwMDAwN2ZmICgweDEwMCkgSVhbQl1FCglbMzddIC0x CTAJMHgwMDAwMDYwMCAtIDB4MDAwMDA2ZmYgKDB4MTAwKSBJWFtCXUUKCVsz OF0gLTEJMAkweDAwMDBkYzAwIC0gMHgwMDAwZGNmZiAoMHgxMDApIElYW0Jd RQoJWzM5XSAtMQkwCTB4MDAwMDdjMDAgLSAweDAwMDA3YzdmICgweDgwKSBJ WFtCXShCKQoJWzQwXSAtMQkwCTB4MDAwMDZjMDAgLSAweDAwMDA2YzdmICgw eDgwKSBJWFtCXShCKQooSUkpIFBDSSBNZW1vcnkgcmVzb3VyY2Ugb3Zlcmxh cCByZWR1Y2VkIDB4ZmVhZjgwMDAgZnJvbSAweGZlYWZmZmZmIHRvIDB4ZmVh ZmJmZmYKKElJKSBQQ0kgTWVtb3J5IHJlc291cmNlIG92ZXJsYXAgcmVkdWNl ZCAweGZlOGY4MDAwIGZyb20gMHhmZThmZmZmZiB0byAweGZlOGZiZmZmCihJ SSkgUENJIE1lbW9yeSByZXNvdXJjZSBvdmVybGFwIHJlZHVjZWQgMHhmZWJm YTAwMCBmcm9tIDB4ZmViZmJmZmYgdG8gMHhmZWJmYWZmZgooSUkpIFBDSSBJ L08gcmVzb3VyY2Ugb3ZlcmxhcCByZWR1Y2VkIDB4MDAwMGI4MDAgZnJvbSAw eDAwMDBiOGZmIHRvIDB4MDAwMGI4N2YKKElJKSBQQ0kgSS9PIHJlc291cmNl IG92ZXJsYXAgcmVkdWNlZCAweDAwMDBjMDAwIGZyb20gMHgwMDAwYzBmZiB0 byAweDAwMDBjMDdmCihJSSkgUENJIE1lbW9yeSByZXNvdXJjZSBvdmVybGFw IHJlZHVjZWQgMHhmZWJmYzAwMCBmcm9tIDB4ZmViZmZmZmYgdG8gMHhmZWJm Y2ZmZgooSUkpIFBDSSBJL08gcmVzb3VyY2Ugb3ZlcmxhcCByZWR1Y2VkIDB4 MDAwMGM0MDAgZnJvbSAweDAwMDBjNGZmIHRvIDB4MDAwMGM0N2YKKElJKSBQ Q0kgSS9PIHJlc291cmNlIG92ZXJsYXAgcmVkdWNlZCAweDAwMDBjODAwIGZy b20gMHgwMDAwYzhmZiB0byAweDAwMDBjODdmCihJSSkgUENJIE1lbW9yeSBy ZXNvdXJjZSBvdmVybGFwIHJlZHVjZWQgMHhmZWJmZTAwMCBmcm9tIDB4ZmVi ZmZmZmYgdG8gMHhmZWJmZWZmZgooSUkpIEFjdGl2ZSBQQ0kgcmVzb3VyY2Ug cmFuZ2VzIGFmdGVyIHJlbW92aW5nIG92ZXJsYXBzOgoJWzBdIC0xCTAJMHhm ZWFmODAwMCAtIDB4ZmVhZmJmZmYgKDB4NDAwMCkgTVhbQl1FCglbMV0gLTEJ MAkweGZlYWZmODAwIC0gMHhmZWFmZmZmZiAoMHg4MDApIE1YW0JdRQoJWzJd IC0xCTAJMHhmZTlmYzAwMCAtIDB4ZmU5ZmZmZmYgKDB4NDAwMCkgTVhbQl1F CglbM10gLTEJMAkweGZlOGY4MDAwIC0gMHhmZThmYmZmZiAoMHg0MDAwKSBN WFtCXUUKCVs0XSAtMQkwCTB4ZmU4ZmZjMDAgLSAweGZlOGZmZmZmICgweDQw MCkgTVhbQl1FCglbNV0gLTEJMAkweGZlYmZhMDAwIC0gMHhmZWJmYWZmZiAo MHgxMDAwKSBNWFtCXUUKCVs2XSAtMQkwCTB4ZmViZmIwMDAgLSAweGZlYmZi ZmZmICgweDEwMDApIE1YW0JdRQoJWzddIC0xCTAJMHhmZWJmYzAwMCAtIDB4 ZmViZmNmZmYgKDB4MTAwMCkgTVhbQl1FCglbOF0gLTEJMAkweGZlYmZkMDAw IC0gMHhmZWJmZGZmZiAoMHgxMDAwKSBNWFtCXUUKCVs5XSAtMQkwCTB4ZmVi ZmZjMDAgLSAweGZlYmZmZmZmICgweDQwMCkgTVhbQl1FCglbMTBdIC0xCTAJ MHhmZWJmZTAwMCAtIDB4ZmViZmVmZmYgKDB4MTAwMCkgTVhbQl1FCglbMTFd IC0xCTAJMHhmZTVlMDAwMCAtIDB4ZmU1ZmZmZmYgKDB4MjAwMDApIE1YW0Jd KEIpCglbMTJdIC0xCTAJMHhmYzAwMDAwMCAtIDB4ZmNmZmZmZmYgKDB4MTAw MDAwMCkgTVhbQl0oQikKCVsxM10gLTEJMAkweGMwMDAwMDAwIC0gMHhjZmZm ZmZmZiAoMHgxMDAwMDAwMCkgTVhbQl0oQikKCVsxNF0gLTEJMAkweGZkMDAw MDAwIC0gMHhmZGZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQoJWzE1XSAt MQkwCTB4ZmE0ZTAwMDAgLSAweGZhNGZmZmZmICgweDIwMDAwKSBNWFtCXShC KQoJWzE2XSAtMQkwCTB4ZjgwMDAwMDAgLSAweGY4ZmZmZmZmICgweDEwMDAw MDApIE1YW0JdKEIpCglbMTddIC0xCTAJMHhhMDAwMDAwMCAtIDB4YWZmZmZm ZmYgKDB4MTAwMDAwMDApIE1YW0JdKEIpCglbMThdIC0xCTAJMHhmOTAwMDAw MCAtIDB4ZjlmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVsxOV0gLTEJ MAkweDAwMDBhYzAwIC0gMHgwMDAwYWNmZiAoMHgxMDApIElYW0JdRQoJWzIw XSAtMQkwCTB4MDAwMDk4MDAgLSAweDAwMDA5OGZmICgweDEwMCkgSVhbQl1F CglbMjFdIC0xCTAJMHgwMDAwOGMwMCAtIDB4MDAwMDhjZmYgKDB4MTAwKSBJ WFtCXUUKCVsyMl0gLTEJMAkweDAwMDBiNDgwIC0gMHgwMDAwYjRmZiAoMHg4 MCkgSVhbQl1FCglbMjNdIC0xCTAJMHgwMDAwYjgwMCAtIDB4MDAwMGI4N2Yg KDB4ODApIElYW0JdRQoJWzI0XSAtMQkwCTB4MDAwMGI4ODAgLSAweDAwMDBi OGZmICgweDgwKSBJWFtCXUUKCVsyNV0gLTEJMAkweDAwMDBiYzAwIC0gMHgw MDAwYmNmZiAoMHgxMDApIElYW0JdRQoJWzI2XSAtMQkwCTB4MDAwMGMwMDAg LSAweDAwMDBjMDdmICgweDgwKSBJWFtCXUUKCVsyN10gLTEJMAkweDAwMDBj MDgwIC0gMHgwMDAwYzBmZiAoMHg4MCkgSVhbQl1FCglbMjhdIC0xCTAJMHgw MDAwYzQwMCAtIDB4MDAwMGM0N2YgKDB4ODApIElYW0JdRQoJWzI5XSAtMQkw CTB4MDAwMGM0ODAgLSAweDAwMDBjNGZmICgweDgwKSBJWFtCXUUKCVszMF0g LTEJMAkweDAwMDBjODAwIC0gMHgwMDAwYzg3ZiAoMHg4MCkgSVhbQl1FCglb MzFdIC0xCTAJMHgwMDAwYzg4MCAtIDB4MDAwMGM4ZmYgKDB4ODApIElYW0Jd RQoJWzMyXSAtMQkwCTB4MDAwMGNjMDAgLSAweDAwMDBjY2ZmICgweDEwMCkg SVhbQl1FCglbMzNdIC0xCTAJMHgwMDAwZmZhMCAtIDB4MDAwMGZmYmYgKDB4 MjApIElYW0JdRQoJWzM0XSAtMQkwCTB4MDAwMGQwMDAgLSAweDAwMDBkMGZm ICgweDEwMCkgSVhbQl1FCglbMzVdIC0xCTAJMHgwMDAwZDQwMCAtIDB4MDAw MGQ0ZmYgKDB4MTAwKSBJWFtCXUUKCVszNl0gLTEJMAkweDAwMDAwNzAwIC0g MHgwMDAwMDdmZiAoMHgxMDApIElYW0JdRQoJWzM3XSAtMQkwCTB4MDAwMDA2 MDAgLSAweDAwMDAwNmZmICgweDEwMCkgSVhbQl1FCglbMzhdIC0xCTAJMHgw MDAwZGMwMCAtIDB4MDAwMGRjZmYgKDB4MTAwKSBJWFtCXUUKCVszOV0gLTEJ MAkweDAwMDA3YzAwIC0gMHgwMDAwN2M3ZiAoMHg4MCkgSVhbQl0oQikKCVs0 MF0gLTEJMAkweDAwMDA2YzAwIC0gMHgwMDAwNmM3ZiAoMHg4MCkgSVhbQl0o QikKKElJKSBPUy1yZXBvcnRlZCByZXNvdXJjZSByYW5nZXMgYWZ0ZXIgcmVt b3Zpbmcgb3ZlcmxhcHMgd2l0aCBQQ0k6CglbMF0gLTEJMAkweGZmZTAwMDAw IC0gMHhmZmZmZmZmZiAoMHgyMDAwMDApIE1YW0JdKEIpCglbMV0gLTEJMAkw eDAwMTAwMDAwIC0gMHgzZmZmZmZmZiAoMHgzZmYwMDAwMCkgTVhbQl1FKEIp CglbMl0gLTEJMAkweDAwMGYwMDAwIC0gMHgwMDBmZmZmZiAoMHgxMDAwMCkg TVhbQl0KCVszXSAtMQkwCTB4MDAwYzAwMDAgLSAweDAwMGVmZmZmICgweDMw MDAwKSBNWFtCXQoJWzRdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwOWZmZmYg KDB4YTAwMDApIE1YW0JdCglbNV0gLTEJMAkweDAwMDBmZmZmIC0gMHgwMDAw ZmZmZiAoMHgxKSBJWFtCXQoJWzZdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAw MDAwZmYgKDB4MTAwKSBJWFtCXQooSUkpIEFsbCBzeXN0ZW0gcmVzb3VyY2Ug cmFuZ2VzOgoJWzBdIC0xCTAJMHhmZmUwMDAwMCAtIDB4ZmZmZmZmZmYgKDB4 MjAwMDAwKSBNWFtCXShCKQoJWzFdIC0xCTAJMHgwMDEwMDAwMCAtIDB4M2Zm ZmZmZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShCKQoJWzJdIC0xCTAJMHgwMDBm MDAwMCAtIDB4MDAwZmZmZmYgKDB4MTAwMDApIE1YW0JdCglbM10gLTEJMAkw eDAwMGMwMDAwIC0gMHgwMDBlZmZmZiAoMHgzMDAwMCkgTVhbQl0KCVs0XSAt MQkwCTB4MDAwMDAwMDAgLSAweDAwMDlmZmZmICgweGEwMDAwKSBNWFtCXQoJ WzVdIC0xCTAJMHhmZWFmODAwMCAtIDB4ZmVhZmJmZmYgKDB4NDAwMCkgTVhb Ql1FCglbNl0gLTEJMAkweGZlYWZmODAwIC0gMHhmZWFmZmZmZiAoMHg4MDAp IE1YW0JdRQoJWzddIC0xCTAJMHhmZTlmYzAwMCAtIDB4ZmU5ZmZmZmYgKDB4 NDAwMCkgTVhbQl1FCglbOF0gLTEJMAkweGZlOGY4MDAwIC0gMHhmZThmYmZm ZiAoMHg0MDAwKSBNWFtCXUUKCVs5XSAtMQkwCTB4ZmU4ZmZjMDAgLSAweGZl OGZmZmZmICgweDQwMCkgTVhbQl1FCglbMTBdIC0xCTAJMHhmZWJmYTAwMCAt IDB4ZmViZmFmZmYgKDB4MTAwMCkgTVhbQl1FCglbMTFdIC0xCTAJMHhmZWJm YjAwMCAtIDB4ZmViZmJmZmYgKDB4MTAwMCkgTVhbQl1FCglbMTJdIC0xCTAJ MHhmZWJmYzAwMCAtIDB4ZmViZmNmZmYgKDB4MTAwMCkgTVhbQl1FCglbMTNd IC0xCTAJMHhmZWJmZDAwMCAtIDB4ZmViZmRmZmYgKDB4MTAwMCkgTVhbQl1F CglbMTRdIC0xCTAJMHhmZWJmZmMwMCAtIDB4ZmViZmZmZmYgKDB4NDAwKSBN WFtCXUUKCVsxNV0gLTEJMAkweGZlYmZlMDAwIC0gMHhmZWJmZWZmZiAoMHgx MDAwKSBNWFtCXUUKCVsxNl0gLTEJMAkweGZlNWUwMDAwIC0gMHhmZTVmZmZm ZiAoMHgyMDAwMCkgTVhbQl0oQikKCVsxN10gLTEJMAkweGZjMDAwMDAwIC0g MHhmY2ZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQoJWzE4XSAtMQkwCTB4 YzAwMDAwMDAgLSAweGNmZmZmZmZmICgweDEwMDAwMDAwKSBNWFtCXShCKQoJ WzE5XSAtMQkwCTB4ZmQwMDAwMDAgLSAweGZkZmZmZmZmICgweDEwMDAwMDAp IE1YW0JdKEIpCglbMjBdIC0xCTAJMHhmYTRlMDAwMCAtIDB4ZmE0ZmZmZmYg KDB4MjAwMDApIE1YW0JdKEIpCglbMjFdIC0xCTAJMHhmODAwMDAwMCAtIDB4 ZjhmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVsyMl0gLTEJMAkweGEw MDAwMDAwIC0gMHhhZmZmZmZmZiAoMHgxMDAwMDAwMCkgTVhbQl0oQikKCVsy M10gLTEJMAkweGY5MDAwMDAwIC0gMHhmOWZmZmZmZiAoMHgxMDAwMDAwKSBN WFtCXShCKQoJWzI0XSAtMQkwCTB4MDAwMGZmZmYgLSAweDAwMDBmZmZmICgw eDEpIElYW0JdCglbMjVdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwMDAwZmYg KDB4MTAwKSBJWFtCXQoJWzI2XSAtMQkwCTB4MDAwMGFjMDAgLSAweDAwMDBh Y2ZmICgweDEwMCkgSVhbQl1FCglbMjddIC0xCTAJMHgwMDAwOTgwMCAtIDB4 MDAwMDk4ZmYgKDB4MTAwKSBJWFtCXUUKCVsyOF0gLTEJMAkweDAwMDA4YzAw IC0gMHgwMDAwOGNmZiAoMHgxMDApIElYW0JdRQoJWzI5XSAtMQkwCTB4MDAw MGI0ODAgLSAweDAwMDBiNGZmICgweDgwKSBJWFtCXUUKCVszMF0gLTEJMAkw eDAwMDBiODAwIC0gMHgwMDAwYjg3ZiAoMHg4MCkgSVhbQl1FCglbMzFdIC0x CTAJMHgwMDAwYjg4MCAtIDB4MDAwMGI4ZmYgKDB4ODApIElYW0JdRQoJWzMy XSAtMQkwCTB4MDAwMGJjMDAgLSAweDAwMDBiY2ZmICgweDEwMCkgSVhbQl1F CglbMzNdIC0xCTAJMHgwMDAwYzAwMCAtIDB4MDAwMGMwN2YgKDB4ODApIElY W0JdRQoJWzM0XSAtMQkwCTB4MDAwMGMwODAgLSAweDAwMDBjMGZmICgweDgw KSBJWFtCXUUKCVszNV0gLTEJMAkweDAwMDBjNDAwIC0gMHgwMDAwYzQ3ZiAo MHg4MCkgSVhbQl1FCglbMzZdIC0xCTAJMHgwMDAwYzQ4MCAtIDB4MDAwMGM0 ZmYgKDB4ODApIElYW0JdRQoJWzM3XSAtMQkwCTB4MDAwMGM4MDAgLSAweDAw MDBjODdmICgweDgwKSBJWFtCXUUKCVszOF0gLTEJMAkweDAwMDBjODgwIC0g MHgwMDAwYzhmZiAoMHg4MCkgSVhbQl1FCglbMzldIC0xCTAJMHgwMDAwY2Mw MCAtIDB4MDAwMGNjZmYgKDB4MTAwKSBJWFtCXUUKCVs0MF0gLTEJMAkweDAw MDBmZmEwIC0gMHgwMDAwZmZiZiAoMHgyMCkgSVhbQl1FCglbNDFdIC0xCTAJ MHgwMDAwZDAwMCAtIDB4MDAwMGQwZmYgKDB4MTAwKSBJWFtCXUUKCVs0Ml0g LTEJMAkweDAwMDBkNDAwIC0gMHgwMDAwZDRmZiAoMHgxMDApIElYW0JdRQoJ WzQzXSAtMQkwCTB4MDAwMDA3MDAgLSAweDAwMDAwN2ZmICgweDEwMCkgSVhb Ql1FCglbNDRdIC0xCTAJMHgwMDAwMDYwMCAtIDB4MDAwMDA2ZmYgKDB4MTAw KSBJWFtCXUUKCVs0NV0gLTEJMAkweDAwMDBkYzAwIC0gMHgwMDAwZGNmZiAo MHgxMDApIElYW0JdRQoJWzQ2XSAtMQkwCTB4MDAwMDdjMDAgLSAweDAwMDA3 YzdmICgweDgwKSBJWFtCXShCKQoJWzQ3XSAtMQkwCTB4MDAwMDZjMDAgLSAw eDAwMDA2YzdmICgweDgwKSBJWFtCXShCKQooSUkpIExvYWRNb2R1bGU6ICJk YmUiCihJSSkgTG9hZGluZyAvdXNyL1gxMVI2L2xpYi9tb2R1bGVzL2V4dGVu c2lvbnMvbGliZGJlLnNvCihJSSkgTW9kdWxlIGRiZTogdmVuZG9yPSJYLk9y ZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9yIDYuOS4wLCBtb2R1bGUgdmVy c2lvbiA9IDEuMC4wCglNb2R1bGUgY2xhc3M6IFguT3JnIFNlcnZlciBFeHRl bnNpb24KCUFCSSBjbGFzczogWC5PcmcgU2VydmVyIEV4dGVuc2lvbiwgdmVy c2lvbiAwLjIKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBET1VCTEUtQlVGRkVS CihJSSkgTG9hZE1vZHVsZTogImRyaSIKKElJKSBMb2FkaW5nIC91c3IvWDEx UjYvbGliL21vZHVsZXMvZXh0ZW5zaW9ucy9saWJkcmkuc28KKElJKSBNb2R1 bGUgZHJpOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBm b3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjAKCUFCSSBjbGFzczog WC5PcmcgU2VydmVyIEV4dGVuc2lvbiwgdmVyc2lvbiAwLjIKKElJKSBMb2Fk aW5nIHN1YiBtb2R1bGUgImRybSIKKElJKSBMb2FkTW9kdWxlOiAiZHJtIgoo SUkpIExvYWRpbmcgL3Vzci9YMTFSNi9saWIvbW9kdWxlcy9mcmVlYnNkL2xp YmRybS5zbwooSUkpIE1vZHVsZSBkcm06IHZlbmRvcj0iWC5PcmcgRm91bmRh dGlvbiIKCWNvbXBpbGVkIGZvciA2LjkuMCwgbW9kdWxlIHZlcnNpb24gPSAx LjAuMAoJQUJJIGNsYXNzOiBYLk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uLCB2ZXJz aW9uIDAuMgooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFhGcmVlODYtRFJJCihJ SSkgTG9hZE1vZHVsZTogImV4dG1vZCIKKElJKSBMb2FkaW5nIC91c3IvWDEx UjYvbGliL21vZHVsZXMvZXh0ZW5zaW9ucy9saWJleHRtb2Quc28KKElJKSBN b2R1bGUgZXh0bW9kOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21w aWxlZCBmb3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjAKCU1vZHVs ZSBjbGFzczogWC5PcmcgU2VydmVyIEV4dGVuc2lvbgoJQUJJIGNsYXNzOiBY Lk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uLCB2ZXJzaW9uIDAuMgooSUkpIExvYWRp bmcgZXh0ZW5zaW9uIFNIQVBFCihJSSkgTG9hZGluZyBleHRlbnNpb24gTUlU LVNVTkRSWS1OT05TVEFOREFSRAooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIEJJ Ry1SRVFVRVNUUwooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFNZTkMKKElJKSBM b2FkaW5nIGV4dGVuc2lvbiBNSVQtU0NSRUVOLVNBVkVSCihJSSkgTG9hZGlu ZyBleHRlbnNpb24gWEMtTUlTQwooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFhG cmVlODYtVmlkTW9kZUV4dGVuc2lvbgooSUkpIExvYWRpbmcgZXh0ZW5zaW9u IFhGcmVlODYtTWlzYwooSUkpIExvYWRpbmcgZXh0ZW5zaW9uIFhGcmVlODYt REdBCihJSSkgTG9hZGluZyBleHRlbnNpb24gRFBNUwooSUkpIExvYWRpbmcg ZXh0ZW5zaW9uIFRPRy1DVVAKKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBFeHRl bmRlZC1WaXN1YWwtSW5mb3JtYXRpb24KKElJKSBMb2FkaW5nIGV4dGVuc2lv biBYVmlkZW8KKElJKSBMb2FkaW5nIGV4dGVuc2lvbiBYVmlkZW8tTW90aW9u Q29tcGVuc2F0aW9uCihJSSkgTG9hZGluZyBleHRlbnNpb24gWC1SZXNvdXJj ZQooSUkpIExvYWRNb2R1bGU6ICJnbHgiCihJSSkgTG9hZGluZyAvdXNyL1gx MVI2L2xpYi9tb2R1bGVzL2V4dGVuc2lvbnMvbGliZ2x4LnNvCihJSSkgTW9k dWxlIGdseDogdmVuZG9yPSJOVklESUEgQ29ycG9yYXRpb24iCgljb21waWxl ZCBmb3IgNC4wLjIsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjg3NzQKCU1vZHVs ZSBjbGFzczogWC5PcmcgU2VydmVyIEV4dGVuc2lvbgoJQUJJIGNsYXNzOiBY Lk9yZyBTZXJ2ZXIgRXh0ZW5zaW9uLCB2ZXJzaW9uIDAuMQooSUkpIExvYWRp bmcgZXh0ZW5zaW9uIEdMWAooSUkpIExvYWRNb2R1bGU6ICJyZWNvcmQiCihJ SSkgTG9hZGluZyAvdXNyL1gxMVI2L2xpYi9tb2R1bGVzL2V4dGVuc2lvbnMv bGlicmVjb3JkLnNvCihJSSkgTW9kdWxlIHJlY29yZDogdmVuZG9yPSJYLk9y ZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9yIDYuOS4wLCBtb2R1bGUgdmVy c2lvbiA9IDEuMTMuMAoJTW9kdWxlIGNsYXNzOiBYLk9yZyBTZXJ2ZXIgRXh0 ZW5zaW9uCglBQkkgY2xhc3M6IFguT3JnIFNlcnZlciBFeHRlbnNpb24sIHZl cnNpb24gMC4yCihJSSkgTG9hZGluZyBleHRlbnNpb24gUkVDT1JECihJSSkg TG9hZE1vZHVsZTogInh0cmFwIgooSUkpIExvYWRpbmcgL3Vzci9YMTFSNi9s aWIvbW9kdWxlcy9leHRlbnNpb25zL2xpYnh0cmFwLnNvCihJSSkgTW9kdWxl IHh0cmFwOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBm b3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjAKCU1vZHVsZSBjbGFz czogWC5PcmcgU2VydmVyIEV4dGVuc2lvbgoJQUJJIGNsYXNzOiBYLk9yZyBT ZXJ2ZXIgRXh0ZW5zaW9uLCB2ZXJzaW9uIDAuMgooSUkpIExvYWRpbmcgZXh0 ZW5zaW9uIERFQy1YVFJBUAooSUkpIExvYWRNb2R1bGU6ICJmcmVldHlwZSIK KElJKSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvZm9udHMvbGli ZnJlZXR5cGUuc28KKElJKSBNb2R1bGUgZnJlZXR5cGU6IHZlbmRvcj0iWC5P cmcgRm91bmRhdGlvbiAmIHRoZSBBZnRlciBYLVRUIFByb2plY3QiCgljb21w aWxlZCBmb3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMi4xLjAKCU1vZHVs ZSBjbGFzczogWC5PcmcgRm9udCBSZW5kZXJlcgoJQUJJIGNsYXNzOiBYLk9y ZyBGb250IFJlbmRlcmVyLCB2ZXJzaW9uIDAuNAooSUkpIExvYWRpbmcgZm9u dCBGcmVlVHlwZQooSUkpIExvYWRNb2R1bGU6ICJ0eXBlMSIKKElJKSBMb2Fk aW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvZm9udHMvbGlidHlwZTEuc28K KElJKSBNb2R1bGUgdHlwZTE6IHZlbmRvcj0iWC5PcmcgRm91bmRhdGlvbiIK CWNvbXBpbGVkIGZvciA2LjkuMCwgbW9kdWxlIHZlcnNpb24gPSAxLjAuMgoJ TW9kdWxlIGNsYXNzOiBYLk9yZyBGb250IFJlbmRlcmVyCglBQkkgY2xhc3M6 IFguT3JnIEZvbnQgUmVuZGVyZXIsIHZlcnNpb24gMC40CihJSSkgTG9hZGlu ZyBmb250IFR5cGUxCihJSSkgTG9hZGluZyBmb250IENJRAooSUkpIExvYWRN b2R1bGU6ICJudiIKKElJKSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVs ZXMvZHJpdmVycy9udl9kcnYuc28KKElJKSBNb2R1bGUgbnY6IHZlbmRvcj0i WC5PcmcgRm91bmRhdGlvbiIKCWNvbXBpbGVkIGZvciA2LjkuMCwgbW9kdWxl IHZlcnNpb24gPSAxLjAuMQoJTW9kdWxlIGNsYXNzOiBYLk9yZyBWaWRlbyBE cml2ZXIKCUFCSSBjbGFzczogWC5PcmcgVmlkZW8gRHJpdmVyLCB2ZXJzaW9u IDAuOAooSUkpIExvYWRNb2R1bGU6ICJtb3VzZSIKKElJKSBMb2FkaW5nIC91 c3IvWDExUjYvbGliL21vZHVsZXMvaW5wdXQvbW91c2VfZHJ2LnNvCihJSSkg TW9kdWxlIG1vdXNlOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21w aWxlZCBmb3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjMKCU1vZHVs ZSBjbGFzczogWC5PcmcgWElucHV0IERyaXZlcgoJQUJJIGNsYXNzOiBYLk9y ZyBYSW5wdXQgZHJpdmVyLCB2ZXJzaW9uIDAuNQooSUkpIExvYWRNb2R1bGU6 ICJrYmQiCihJSSkgTG9hZGluZyAvdXNyL1gxMVI2L2xpYi9tb2R1bGVzL2lu cHV0L2tiZF9kcnYuc28KKElJKSBNb2R1bGUga2JkOiB2ZW5kb3I9IlguT3Jn IEZvdW5kYXRpb24iCgljb21waWxlZCBmb3IgNi45LjAsIG1vZHVsZSB2ZXJz aW9uID0gMS4wLjEKCU1vZHVsZSBjbGFzczogWC5PcmcgWElucHV0IERyaXZl cgoJQUJJIGNsYXNzOiBYLk9yZyBYSW5wdXQgZHJpdmVyLCB2ZXJzaW9uIDAu NQooSUkpIE5WOiBkcml2ZXIgZm9yIE5WSURJQSBjaGlwc2V0czogUklWQSAx MjgsIFJJVkEgVE5ULCBSSVZBIFROVDIsCglVbmtub3duIFROVDIsIFZhbnRh LCBSSVZBIFROVDIgVWx0cmEsIFJJVkEgVE5UMiBNb2RlbCA2NCwKCUFsYWRk aW4gVE5UMiwgR2VGb3JjZSAyNTYsIEdlRm9yY2UgRERSLCBRdWFkcm8sIEdl Rm9yY2UyIE1YL01YIDQwMCwKCUdlRm9yY2UyIE1YIDEwMC8yMDAsIEdlRm9y Y2UyIEdvLCBRdWFkcm8yIE1YUi9FWC9HbywKCUdlRm9yY2UyIEludGVncmF0 ZWQgR1BVLCBHZUZvcmNlMiBHVFMsIEdlRm9yY2UyIFRpLCBHZUZvcmNlMiBV bHRyYSwKCVF1YWRybzIgUHJvLCBHZUZvcmNlNCBNWCA0NjAsIEdlRm9yY2U0 IE1YIDQ0MCwgR2VGb3JjZTQgTVggNDIwLAoJR2VGb3JjZTQgTVggNDQwLVNF LCBHZUZvcmNlNCA0NDAgR28sIEdlRm9yY2U0IDQyMCBHbywKCUdlRm9yY2U0 IDQyMCBHbyAzMk0sIEdlRm9yY2U0IDQ2MCBHbywgUXVhZHJvNCA1NTAgWEdM LAoJR2VGb3JjZTQgNDQwIEdvIDY0TSwgUXVhZHJvNCBOVlMsIFF1YWRybzQg NTAwIEdvR0wsCglHZUZvcmNlNCA0MTAgR28gMTZNLCBHZUZvcmNlNCBNWCA0 NDAgd2l0aCBBR1A4WCwKCUdlRm9yY2U0IE1YIDQ0MFNFIHdpdGggQUdQOFgs IEdlRm9yY2U0IE1YIDQyMCB3aXRoIEFHUDhYLAoJR2VGb3JjZTQgTVggNDAw MCwgR2VGb3JjZTQgNDQ4IEdvLCBHZUZvcmNlNCA0ODggR28sIFF1YWRybzQg NTgwIFhHTCwKCVF1YWRybzQgMjgwIE5WUywgUXVhZHJvNCAzODAgWEdMLCBR dWFkcm8gTlZTIDUwIFBDSSwgR2VGb3JjZTQgNDQ4IEdvLAoJR2VGb3JjZTQg TVggSW50ZWdyYXRlZCBHUFUsIEdlRm9yY2UzLCBHZUZvcmNlMyBUaSAyMDAs CglHZUZvcmNlMyBUaSA1MDAsIFF1YWRybyBEQ0MsIEdlRm9yY2U0IFRpIDQ2 MDAsIEdlRm9yY2U0IFRpIDQ0MDAsCgkweDAyNTIsIEdlRm9yY2U0IFRpIDQy MDAsIFF1YWRybzQgOTAwIFhHTCwgUXVhZHJvNCA3NTAgWEdMLAoJUXVhZHJv NCA3MDAgWEdMLCBHZUZvcmNlNCBUaSA0ODAwLCBHZUZvcmNlNCBUaSA0MjAw IHdpdGggQUdQOFgsCglHZUZvcmNlNCBUaSA0ODAwIFNFLCBHZUZvcmNlNCA0 MjAwIEdvLCBRdWFkcm80IDcwMCBHb0dMLAoJUXVhZHJvNCA5ODAgWEdMLCBR dWFkcm80IDc4MCBYR0wsIEdlRm9yY2UgRlggNTgwMCBVbHRyYSwKCUdlRm9y Y2UgRlggNTgwMCwgUXVhZHJvIEZYIDIwMDAsIFF1YWRybyBGWCAxMDAwLAoJ R2VGb3JjZSBGWCA1NjAwIFVsdHJhLCBHZUZvcmNlIEZYIDU2MDAsIDB4MDMx MywgR2VGb3JjZSBGWCA1NjAwU0UsCgkweDAzMTYsIDB4MDMxNywgR2VGb3Jj ZSBGWCBHbzU2MDAsIEdlRm9yY2UgRlggR281NjUwLAoJUXVhZHJvIEZYIEdv NzAwLCAweDAzMUQsIDB4MDMxRSwgMHgwMzFGLCBHZUZvcmNlIEZYIDUyMDAs CglHZUZvcmNlIEZYIDUyMDAgVWx0cmEsIEdlRm9yY2UgRlggNTIwMCwgR2VG b3JjZSBGWCA1MjAwU0UsCglHZUZvcmNlIEZYIEdvNTIwMCwgR2VGb3JjZSBG WCBHbzUyNTAsIEdlRm9yY2UgRlggNTUwMCwKCUdlRm9yY2UgRlggNTEwMCwg R2VGb3JjZSBGWCBHbzUyMDAgMzJNLzY0TSwgMHgwMzI5LAoJUXVhZHJvIE5W UyA1NS8yODAgUENJLCBRdWFkcm8gRlggNTAwLzYwMCBQQ0ksCglHZUZvcmNl IEZYIEdvNTN4eCBTZXJpZXMsIEdlRm9yY2UgRlggR281MTAwLCAweDAzMkYs CglHZUZvcmNlIEZYIDU5MDAgVWx0cmEsIEdlRm9yY2UgRlggNTkwMCwgR2VG b3JjZSBGWCA1OTAwWFQsCglHZUZvcmNlIEZYIDU5NTAgVWx0cmEsIFF1YWRy byBGWCA3MDAsIEdlRm9yY2UgRlggNTkwMFpULAoJUXVhZHJvIEZYIDMwMDAs IEdlRm9yY2UgRlggNTcwMCBVbHRyYSwgR2VGb3JjZSBGWCA1NzAwLAoJR2VG b3JjZSBGWCA1NzAwTEUsIEdlRm9yY2UgRlggNTcwMFZFLCAweDAzNDUsIEdl Rm9yY2UgRlggR281NzAwLAoJR2VGb3JjZSBGWCBHbzU3MDAsIDB4MDM0OSwg MHgwMzRCLCBRdWFkcm8gRlggR28xMDAwLCBRdWFkcm8gRlggMTEwMCwKCTB4 MDM0RiwgR2VGb3JjZSA2ODAwIFVsdHJhLCBHZUZvcmNlIDY4MDAsIEdlRm9y Y2UgNjgwMCBMRSwgMHgwMDQzLAoJR2VGb3JjZSA2ODAwIEdULCBHZUZvcmNl IDY4MDAgR1QsIEdlRm9yY2UgNjgwMCBYVCwgMHgwMDQ5LAoJUXVhZHJvIEZY IDQwMDAsIDB4MDBDMCwgR2VGb3JjZSA2ODAwLCBHZUZvcmNlIDY4MDAgTEUs CglHZUZvcmNlIDY4MDAgWFQsIEdlRm9yY2UgR28gNjgwMCwgR2VGb3JjZSBH byA2ODAwIFVsdHJhLAoJUXVhZHJvIEZYIEdvMTQwMCwgUXVhZHJvIEZYIDM0 NTAvNDAwMCBTREksIFF1YWRybyBGWCAxNDAwLAoJR2VGb3JjZSA2NjAwIEdU LCBHZUZvcmNlIDY2MDAsIEdlRm9yY2UgNjYwMCBMRSwgMHgwMTQzLAoJR2VG b3JjZSBHbyA2NjAwLCBHZUZvcmNlIDY2MTAgWEwsIEdlRm9yY2UgR28gNjYw MCBURS82MjAwIFRFLAoJR2VGb3JjZSA2NzAwIFhMLCBHZUZvcmNlIEdvIDY2 MDAsIEdlRm9yY2UgR28gNjYwMCBHVCwgMHgwMTRCLCAweDAxNEMsCgkweDAx NEQsIFF1YWRybyBGWCA1NDAsIEdlRm9yY2UgNjIwMCwgR2VGb3JjZSA2NTAw LAoJR2VGb3JjZSA2MjAwIFR1cmJvQ2FjaGUoVE0pLCBHZUZvcmNlIDYyMDBT RSBUdXJib0NhY2hlKFRNKSwKCUdlRm9yY2UgNjIwMCBMRSwgR2VGb3JjZSBH byA2MjAwLCBRdWFkcm8gTlZTIDI4NSwgR2VGb3JjZSBHbyA2NDAwLAoJR2VG b3JjZSBHbyA2MjAwLCBHZUZvcmNlIEdvIDY0MDAsIEdlRm9yY2UgNjI1MCwg MHgwMTZCLCAweDAxNkMsCgkweDAxNkQsIDB4MDE2RSwgMHgwMjEwLCBHZUZv cmNlIDY4MDAsIEdlRm9yY2UgNjgwMCBMRSwKCUdlRm9yY2UgNjgwMCBHVCwg MHgwMjIwLCBHZUZvcmNlIDYyMDAsIDB4MDIyMiwgMHgwMjI4LCAweDAwOTAs CglHZUZvcmNlIDc4MDAgR1RYLCBHZUZvcmNlIDc4MDAgR1QsIDB4MDA5Mywg MHgwMDk0LCBHZUZvcmNlIEdvIDc4MDAsCglHZUZvcmNlIEdvIDc4MDAgR1RY LCAweDAwOUMsIFF1YWRybyBGWCA0NTAwLCAweDAwOUUKKElJKSBQcmltYXJ5 IERldmljZSBpczogUENJIDA0OjAwOjAKKC0tKSBDaGlwc2V0IFVua25vd24g TlZJRElBIGNoaXAgZm91bmQKKC0tKSBDaGlwc2V0IFVua25vd24gTlZJRElB IGNoaXAgZm91bmQKKElJKSByZXNvdXJjZSByYW5nZXMgYWZ0ZXIgeGY4NkNs YWltRml4ZWRSZXNvdXJjZXMoKSBjYWxsOgoJWzBdIC0xCTAJMHhmZmUwMDAw MCAtIDB4ZmZmZmZmZmYgKDB4MjAwMDAwKSBNWFtCXShCKQoJWzFdIC0xCTAJ MHgwMDEwMDAwMCAtIDB4M2ZmZmZmZmYgKDB4M2ZmMDAwMDApIE1YW0JdRShC KQoJWzJdIC0xCTAJMHgwMDBmMDAwMCAtIDB4MDAwZmZmZmYgKDB4MTAwMDAp IE1YW0JdCglbM10gLTEJMAkweDAwMGMwMDAwIC0gMHgwMDBlZmZmZiAoMHgz MDAwMCkgTVhbQl0KCVs0XSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDlmZmZm ICgweGEwMDAwKSBNWFtCXQoJWzVdIC0xCTAJMHhmZWFmODAwMCAtIDB4ZmVh ZmJmZmYgKDB4NDAwMCkgTVhbQl1FCglbNl0gLTEJMAkweGZlYWZmODAwIC0g MHhmZWFmZmZmZiAoMHg4MDApIE1YW0JdRQoJWzddIC0xCTAJMHhmZTlmYzAw MCAtIDB4ZmU5ZmZmZmYgKDB4NDAwMCkgTVhbQl1FCglbOF0gLTEJMAkweGZl OGY4MDAwIC0gMHhmZThmYmZmZiAoMHg0MDAwKSBNWFtCXUUKCVs5XSAtMQkw CTB4ZmU4ZmZjMDAgLSAweGZlOGZmZmZmICgweDQwMCkgTVhbQl1FCglbMTBd IC0xCTAJMHhmZWJmYTAwMCAtIDB4ZmViZmFmZmYgKDB4MTAwMCkgTVhbQl1F CglbMTFdIC0xCTAJMHhmZWJmYjAwMCAtIDB4ZmViZmJmZmYgKDB4MTAwMCkg TVhbQl1FCglbMTJdIC0xCTAJMHhmZWJmYzAwMCAtIDB4ZmViZmNmZmYgKDB4 MTAwMCkgTVhbQl1FCglbMTNdIC0xCTAJMHhmZWJmZDAwMCAtIDB4ZmViZmRm ZmYgKDB4MTAwMCkgTVhbQl1FCglbMTRdIC0xCTAJMHhmZWJmZmMwMCAtIDB4 ZmViZmZmZmYgKDB4NDAwKSBNWFtCXUUKCVsxNV0gLTEJMAkweGZlYmZlMDAw IC0gMHhmZWJmZWZmZiAoMHgxMDAwKSBNWFtCXUUKCVsxNl0gLTEJMAkweGZl NWUwMDAwIC0gMHhmZTVmZmZmZiAoMHgyMDAwMCkgTVhbQl0oQikKCVsxN10g LTEJMAkweGZjMDAwMDAwIC0gMHhmY2ZmZmZmZiAoMHgxMDAwMDAwKSBNWFtC XShCKQoJWzE4XSAtMQkwCTB4YzAwMDAwMDAgLSAweGNmZmZmZmZmICgweDEw MDAwMDAwKSBNWFtCXShCKQoJWzE5XSAtMQkwCTB4ZmQwMDAwMDAgLSAweGZk ZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpCglbMjBdIC0xCTAJMHhmYTRl MDAwMCAtIDB4ZmE0ZmZmZmYgKDB4MjAwMDApIE1YW0JdKEIpCglbMjFdIC0x CTAJMHhmODAwMDAwMCAtIDB4ZjhmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0o QikKCVsyMl0gLTEJMAkweGEwMDAwMDAwIC0gMHhhZmZmZmZmZiAoMHgxMDAw MDAwMCkgTVhbQl0oQikKCVsyM10gLTEJMAkweGY5MDAwMDAwIC0gMHhmOWZm ZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQoJWzI0XSAtMQkwCTB4MDAwMGZm ZmYgLSAweDAwMDBmZmZmICgweDEpIElYW0JdCglbMjVdIC0xCTAJMHgwMDAw MDAwMCAtIDB4MDAwMDAwZmYgKDB4MTAwKSBJWFtCXQoJWzI2XSAtMQkwCTB4 MDAwMGFjMDAgLSAweDAwMDBhY2ZmICgweDEwMCkgSVhbQl1FCglbMjddIC0x CTAJMHgwMDAwOTgwMCAtIDB4MDAwMDk4ZmYgKDB4MTAwKSBJWFtCXUUKCVsy OF0gLTEJMAkweDAwMDA4YzAwIC0gMHgwMDAwOGNmZiAoMHgxMDApIElYW0Jd RQoJWzI5XSAtMQkwCTB4MDAwMGI0ODAgLSAweDAwMDBiNGZmICgweDgwKSBJ WFtCXUUKCVszMF0gLTEJMAkweDAwMDBiODAwIC0gMHgwMDAwYjg3ZiAoMHg4 MCkgSVhbQl1FCglbMzFdIC0xCTAJMHgwMDAwYjg4MCAtIDB4MDAwMGI4ZmYg KDB4ODApIElYW0JdRQoJWzMyXSAtMQkwCTB4MDAwMGJjMDAgLSAweDAwMDBi Y2ZmICgweDEwMCkgSVhbQl1FCglbMzNdIC0xCTAJMHgwMDAwYzAwMCAtIDB4 MDAwMGMwN2YgKDB4ODApIElYW0JdRQoJWzM0XSAtMQkwCTB4MDAwMGMwODAg LSAweDAwMDBjMGZmICgweDgwKSBJWFtCXUUKCVszNV0gLTEJMAkweDAwMDBj NDAwIC0gMHgwMDAwYzQ3ZiAoMHg4MCkgSVhbQl1FCglbMzZdIC0xCTAJMHgw MDAwYzQ4MCAtIDB4MDAwMGM0ZmYgKDB4ODApIElYW0JdRQoJWzM3XSAtMQkw CTB4MDAwMGM4MDAgLSAweDAwMDBjODdmICgweDgwKSBJWFtCXUUKCVszOF0g LTEJMAkweDAwMDBjODgwIC0gMHgwMDAwYzhmZiAoMHg4MCkgSVhbQl1FCglb MzldIC0xCTAJMHgwMDAwY2MwMCAtIDB4MDAwMGNjZmYgKDB4MTAwKSBJWFtC XUUKCVs0MF0gLTEJMAkweDAwMDBmZmEwIC0gMHgwMDAwZmZiZiAoMHgyMCkg SVhbQl1FCglbNDFdIC0xCTAJMHgwMDAwZDAwMCAtIDB4MDAwMGQwZmYgKDB4 MTAwKSBJWFtCXUUKCVs0Ml0gLTEJMAkweDAwMDBkNDAwIC0gMHgwMDAwZDRm ZiAoMHgxMDApIElYW0JdRQoJWzQzXSAtMQkwCTB4MDAwMDA3MDAgLSAweDAw MDAwN2ZmICgweDEwMCkgSVhbQl1FCglbNDRdIC0xCTAJMHgwMDAwMDYwMCAt IDB4MDAwMDA2ZmYgKDB4MTAwKSBJWFtCXUUKCVs0NV0gLTEJMAkweDAwMDBk YzAwIC0gMHgwMDAwZGNmZiAoMHgxMDApIElYW0JdRQoJWzQ2XSAtMQkwCTB4 MDAwMDdjMDAgLSAweDAwMDA3YzdmICgweDgwKSBJWFtCXShCKQoJWzQ3XSAt MQkwCTB4MDAwMDZjMDAgLSAweDAwMDA2YzdmICgweDgwKSBJWFtCXShCKQoo SUkpIHJlc291cmNlIHJhbmdlcyBhZnRlciB4Zjg2Q2xhaW1GaXhlZFJlc291 cmNlcygpIGNhbGw6CglbMF0gLTEJMAkweGZmZTAwMDAwIC0gMHhmZmZmZmZm ZiAoMHgyMDAwMDApIE1YW0JdKEIpCglbMV0gLTEJMAkweDAwMTAwMDAwIC0g MHgzZmZmZmZmZiAoMHgzZmYwMDAwMCkgTVhbQl1FKEIpCglbMl0gLTEJMAkw eDAwMGYwMDAwIC0gMHgwMDBmZmZmZiAoMHgxMDAwMCkgTVhbQl0KCVszXSAt MQkwCTB4MDAwYzAwMDAgLSAweDAwMGVmZmZmICgweDMwMDAwKSBNWFtCXQoJ WzRdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwOWZmZmYgKDB4YTAwMDApIE1Y W0JdCglbNV0gLTEJMAkweGZlYWY4MDAwIC0gMHhmZWFmYmZmZiAoMHg0MDAw KSBNWFtCXUUKCVs2XSAtMQkwCTB4ZmVhZmY4MDAgLSAweGZlYWZmZmZmICgw eDgwMCkgTVhbQl1FCglbN10gLTEJMAkweGZlOWZjMDAwIC0gMHhmZTlmZmZm ZiAoMHg0MDAwKSBNWFtCXUUKCVs4XSAtMQkwCTB4ZmU4ZjgwMDAgLSAweGZl OGZiZmZmICgweDQwMDApIE1YW0JdRQoJWzldIC0xCTAJMHhmZThmZmMwMCAt IDB4ZmU4ZmZmZmYgKDB4NDAwKSBNWFtCXUUKCVsxMF0gLTEJMAkweGZlYmZh MDAwIC0gMHhmZWJmYWZmZiAoMHgxMDAwKSBNWFtCXUUKCVsxMV0gLTEJMAkw eGZlYmZiMDAwIC0gMHhmZWJmYmZmZiAoMHgxMDAwKSBNWFtCXUUKCVsxMl0g LTEJMAkweGZlYmZjMDAwIC0gMHhmZWJmY2ZmZiAoMHgxMDAwKSBNWFtCXUUK CVsxM10gLTEJMAkweGZlYmZkMDAwIC0gMHhmZWJmZGZmZiAoMHgxMDAwKSBN WFtCXUUKCVsxNF0gLTEJMAkweGZlYmZmYzAwIC0gMHhmZWJmZmZmZiAoMHg0 MDApIE1YW0JdRQoJWzE1XSAtMQkwCTB4ZmViZmUwMDAgLSAweGZlYmZlZmZm ICgweDEwMDApIE1YW0JdRQoJWzE2XSAtMQkwCTB4ZmU1ZTAwMDAgLSAweGZl NWZmZmZmICgweDIwMDAwKSBNWFtCXShCKQoJWzE3XSAtMQkwCTB4ZmMwMDAw MDAgLSAweGZjZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpCglbMThdIC0x CTAJMHhjMDAwMDAwMCAtIDB4Y2ZmZmZmZmYgKDB4MTAwMDAwMDApIE1YW0Jd KEIpCglbMTldIC0xCTAJMHhmZDAwMDAwMCAtIDB4ZmRmZmZmZmYgKDB4MTAw MDAwMCkgTVhbQl0oQikKCVsyMF0gLTEJMAkweGZhNGUwMDAwIC0gMHhmYTRm ZmZmZiAoMHgyMDAwMCkgTVhbQl0oQikKCVsyMV0gLTEJMAkweGY4MDAwMDAw IC0gMHhmOGZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQoJWzIyXSAtMQkw CTB4YTAwMDAwMDAgLSAweGFmZmZmZmZmICgweDEwMDAwMDAwKSBNWFtCXShC KQoJWzIzXSAtMQkwCTB4ZjkwMDAwMDAgLSAweGY5ZmZmZmZmICgweDEwMDAw MDApIE1YW0JdKEIpCglbMjRdIC0xCTAJMHgwMDAwZmZmZiAtIDB4MDAwMGZm ZmYgKDB4MSkgSVhbQl0KCVsyNV0gLTEJMAkweDAwMDAwMDAwIC0gMHgwMDAw MDBmZiAoMHgxMDApIElYW0JdCglbMjZdIC0xCTAJMHgwMDAwYWMwMCAtIDB4 MDAwMGFjZmYgKDB4MTAwKSBJWFtCXUUKCVsyN10gLTEJMAkweDAwMDA5ODAw IC0gMHgwMDAwOThmZiAoMHgxMDApIElYW0JdRQoJWzI4XSAtMQkwCTB4MDAw MDhjMDAgLSAweDAwMDA4Y2ZmICgweDEwMCkgSVhbQl1FCglbMjldIC0xCTAJ MHgwMDAwYjQ4MCAtIDB4MDAwMGI0ZmYgKDB4ODApIElYW0JdRQoJWzMwXSAt MQkwCTB4MDAwMGI4MDAgLSAweDAwMDBiODdmICgweDgwKSBJWFtCXUUKCVsz MV0gLTEJMAkweDAwMDBiODgwIC0gMHgwMDAwYjhmZiAoMHg4MCkgSVhbQl1F CglbMzJdIC0xCTAJMHgwMDAwYmMwMCAtIDB4MDAwMGJjZmYgKDB4MTAwKSBJ WFtCXUUKCVszM10gLTEJMAkweDAwMDBjMDAwIC0gMHgwMDAwYzA3ZiAoMHg4 MCkgSVhbQl1FCglbMzRdIC0xCTAJMHgwMDAwYzA4MCAtIDB4MDAwMGMwZmYg KDB4ODApIElYW0JdRQoJWzM1XSAtMQkwCTB4MDAwMGM0MDAgLSAweDAwMDBj NDdmICgweDgwKSBJWFtCXUUKCVszNl0gLTEJMAkweDAwMDBjNDgwIC0gMHgw MDAwYzRmZiAoMHg4MCkgSVhbQl1FCglbMzddIC0xCTAJMHgwMDAwYzgwMCAt IDB4MDAwMGM4N2YgKDB4ODApIElYW0JdRQoJWzM4XSAtMQkwCTB4MDAwMGM4 ODAgLSAweDAwMDBjOGZmICgweDgwKSBJWFtCXUUKCVszOV0gLTEJMAkweDAw MDBjYzAwIC0gMHgwMDAwY2NmZiAoMHgxMDApIElYW0JdRQoJWzQwXSAtMQkw CTB4MDAwMGZmYTAgLSAweDAwMDBmZmJmICgweDIwKSBJWFtCXUUKCVs0MV0g LTEJMAkweDAwMDBkMDAwIC0gMHgwMDAwZDBmZiAoMHgxMDApIElYW0JdRQoJ WzQyXSAtMQkwCTB4MDAwMGQ0MDAgLSAweDAwMDBkNGZmICgweDEwMCkgSVhb Ql1FCglbNDNdIC0xCTAJMHgwMDAwMDcwMCAtIDB4MDAwMDA3ZmYgKDB4MTAw KSBJWFtCXUUKCVs0NF0gLTEJMAkweDAwMDAwNjAwIC0gMHgwMDAwMDZmZiAo MHgxMDApIElYW0JdRQoJWzQ1XSAtMQkwCTB4MDAwMGRjMDAgLSAweDAwMDBk Y2ZmICgweDEwMCkgSVhbQl1FCglbNDZdIC0xCTAJMHgwMDAwN2MwMCAtIDB4 MDAwMDdjN2YgKDB4ODApIElYW0JdKEIpCglbNDddIC0xCTAJMHgwMDAwNmMw MCAtIDB4MDAwMDZjN2YgKDB4ODApIElYW0JdKEIpCihJSSkgcmVzb3VyY2Ug cmFuZ2VzIGFmdGVyIHByb2Jpbmc6CglbMF0gLTEJMAkweGZmZTAwMDAwIC0g MHhmZmZmZmZmZiAoMHgyMDAwMDApIE1YW0JdKEIpCglbMV0gLTEJMAkweDAw MTAwMDAwIC0gMHgzZmZmZmZmZiAoMHgzZmYwMDAwMCkgTVhbQl1FKEIpCglb Ml0gLTEJMAkweDAwMGYwMDAwIC0gMHgwMDBmZmZmZiAoMHgxMDAwMCkgTVhb Ql0KCVszXSAtMQkwCTB4MDAwYzAwMDAgLSAweDAwMGVmZmZmICgweDMwMDAw KSBNWFtCXQoJWzRdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwOWZmZmYgKDB4 YTAwMDApIE1YW0JdCglbNV0gLTEJMAkweGZlYWY4MDAwIC0gMHhmZWFmYmZm ZiAoMHg0MDAwKSBNWFtCXUUKCVs2XSAtMQkwCTB4ZmVhZmY4MDAgLSAweGZl YWZmZmZmICgweDgwMCkgTVhbQl1FCglbN10gLTEJMAkweGZlOWZjMDAwIC0g MHhmZTlmZmZmZiAoMHg0MDAwKSBNWFtCXUUKCVs4XSAtMQkwCTB4ZmU4Zjgw MDAgLSAweGZlOGZiZmZmICgweDQwMDApIE1YW0JdRQoJWzldIC0xCTAJMHhm ZThmZmMwMCAtIDB4ZmU4ZmZmZmYgKDB4NDAwKSBNWFtCXUUKCVsxMF0gLTEJ MAkweGZlYmZhMDAwIC0gMHhmZWJmYWZmZiAoMHgxMDAwKSBNWFtCXUUKCVsx MV0gLTEJMAkweGZlYmZiMDAwIC0gMHhmZWJmYmZmZiAoMHgxMDAwKSBNWFtC XUUKCVsxMl0gLTEJMAkweGZlYmZjMDAwIC0gMHhmZWJmY2ZmZiAoMHgxMDAw KSBNWFtCXUUKCVsxM10gLTEJMAkweGZlYmZkMDAwIC0gMHhmZWJmZGZmZiAo MHgxMDAwKSBNWFtCXUUKCVsxNF0gLTEJMAkweGZlYmZmYzAwIC0gMHhmZWJm ZmZmZiAoMHg0MDApIE1YW0JdRQoJWzE1XSAtMQkwCTB4ZmViZmUwMDAgLSAw eGZlYmZlZmZmICgweDEwMDApIE1YW0JdRQoJWzE2XSAtMQkwCTB4ZmU1ZTAw MDAgLSAweGZlNWZmZmZmICgweDIwMDAwKSBNWFtCXShCKQoJWzE3XSAtMQkw CTB4ZmMwMDAwMDAgLSAweGZjZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIp CglbMThdIC0xCTAJMHhjMDAwMDAwMCAtIDB4Y2ZmZmZmZmYgKDB4MTAwMDAw MDApIE1YW0JdKEIpCglbMTldIC0xCTAJMHhmZDAwMDAwMCAtIDB4ZmRmZmZm ZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVsyMF0gLTEJMAkweGZhNGUwMDAw IC0gMHhmYTRmZmZmZiAoMHgyMDAwMCkgTVhbQl0oQikKCVsyMV0gLTEJMAkw eGY4MDAwMDAwIC0gMHhmOGZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXShCKQoJ WzIyXSAtMQkwCTB4YTAwMDAwMDAgLSAweGFmZmZmZmZmICgweDEwMDAwMDAw KSBNWFtCXShCKQoJWzIzXSAtMQkwCTB4ZjkwMDAwMDAgLSAweGY5ZmZmZmZm ICgweDEwMDAwMDApIE1YW0JdKEIpCglbMjRdIDAJMAkweDAwMGEwMDAwIC0g MHgwMDBhZmZmZiAoMHgxMDAwMCkgTVNbQl0KCVsyNV0gMAkwCTB4MDAwYjAw MDAgLSAweDAwMGI3ZmZmICgweDgwMDApIE1TW0JdCglbMjZdIDAJMAkweDAw MGI4MDAwIC0gMHgwMDBiZmZmZiAoMHg4MDAwKSBNU1tCXQoJWzI3XSAxCTAJ MHgwMDBhMDAwMCAtIDB4MDAwYWZmZmYgKDB4MTAwMDApIE1TW0JdCglbMjhd IDEJMAkweDAwMGIwMDAwIC0gMHgwMDBiN2ZmZiAoMHg4MDAwKSBNU1tCXQoJ WzI5XSAxCTAJMHgwMDBiODAwMCAtIDB4MDAwYmZmZmYgKDB4ODAwMCkgTVNb Ql0KCVszMF0gLTEJMAkweDAwMDBmZmZmIC0gMHgwMDAwZmZmZiAoMHgxKSBJ WFtCXQoJWzMxXSAtMQkwCTB4MDAwMDAwMDAgLSAweDAwMDAwMGZmICgweDEw MCkgSVhbQl0KCVszMl0gLTEJMAkweDAwMDBhYzAwIC0gMHgwMDAwYWNmZiAo MHgxMDApIElYW0JdRQoJWzMzXSAtMQkwCTB4MDAwMDk4MDAgLSAweDAwMDA5 OGZmICgweDEwMCkgSVhbQl1FCglbMzRdIC0xCTAJMHgwMDAwOGMwMCAtIDB4 MDAwMDhjZmYgKDB4MTAwKSBJWFtCXUUKCVszNV0gLTEJMAkweDAwMDBiNDgw IC0gMHgwMDAwYjRmZiAoMHg4MCkgSVhbQl1FCglbMzZdIC0xCTAJMHgwMDAw YjgwMCAtIDB4MDAwMGI4N2YgKDB4ODApIElYW0JdRQoJWzM3XSAtMQkwCTB4 MDAwMGI4ODAgLSAweDAwMDBiOGZmICgweDgwKSBJWFtCXUUKCVszOF0gLTEJ MAkweDAwMDBiYzAwIC0gMHgwMDAwYmNmZiAoMHgxMDApIElYW0JdRQoJWzM5 XSAtMQkwCTB4MDAwMGMwMDAgLSAweDAwMDBjMDdmICgweDgwKSBJWFtCXUUK CVs0MF0gLTEJMAkweDAwMDBjMDgwIC0gMHgwMDAwYzBmZiAoMHg4MCkgSVhb Ql1FCglbNDFdIC0xCTAJMHgwMDAwYzQwMCAtIDB4MDAwMGM0N2YgKDB4ODAp IElYW0JdRQoJWzQyXSAtMQkwCTB4MDAwMGM0ODAgLSAweDAwMDBjNGZmICgw eDgwKSBJWFtCXUUKCVs0M10gLTEJMAkweDAwMDBjODAwIC0gMHgwMDAwYzg3 ZiAoMHg4MCkgSVhbQl1FCglbNDRdIC0xCTAJMHgwMDAwYzg4MCAtIDB4MDAw MGM4ZmYgKDB4ODApIElYW0JdRQoJWzQ1XSAtMQkwCTB4MDAwMGNjMDAgLSAw eDAwMDBjY2ZmICgweDEwMCkgSVhbQl1FCglbNDZdIC0xCTAJMHgwMDAwZmZh MCAtIDB4MDAwMGZmYmYgKDB4MjApIElYW0JdRQoJWzQ3XSAtMQkwCTB4MDAw MGQwMDAgLSAweDAwMDBkMGZmICgweDEwMCkgSVhbQl1FCglbNDhdIC0xCTAJ MHgwMDAwZDQwMCAtIDB4MDAwMGQ0ZmYgKDB4MTAwKSBJWFtCXUUKCVs0OV0g LTEJMAkweDAwMDAwNzAwIC0gMHgwMDAwMDdmZiAoMHgxMDApIElYW0JdRQoJ WzUwXSAtMQkwCTB4MDAwMDA2MDAgLSAweDAwMDAwNmZmICgweDEwMCkgSVhb Ql1FCglbNTFdIC0xCTAJMHgwMDAwZGMwMCAtIDB4MDAwMGRjZmYgKDB4MTAw KSBJWFtCXUUKCVs1Ml0gLTEJMAkweDAwMDA3YzAwIC0gMHgwMDAwN2M3ZiAo MHg4MCkgSVhbQl0oQikKCVs1M10gLTEJMAkweDAwMDA2YzAwIC0gMHgwMDAw NmM3ZiAoMHg4MCkgSVhbQl0oQikKCVs1NF0gMAkwCTB4MDAwMDAzYjAgLSAw eDAwMDAwM2JiICgweGMpIElTW0JdCglbNTVdIDAJMAkweDAwMDAwM2MwIC0g MHgwMDAwMDNkZiAoMHgyMCkgSVNbQl0KCVs1Nl0gMQkwCTB4MDAwMDAzYjAg LSAweDAwMDAwM2JiICgweGMpIElTW0JdCglbNTddIDEJMAkweDAwMDAwM2Mw IC0gMHgwMDAwMDNkZiAoMHgyMCkgSVNbQl0KKElJKSBTZXR0aW5nIHZnYSBm b3Igc2NyZWVuIDAuCihJSSkgU2V0dGluZyB2Z2EgZm9yIHNjcmVlbiAxLgoo SUkpIExvYWRpbmcgc3ViIG1vZHVsZSAiaW50MTAiCihJSSkgTG9hZE1vZHVs ZTogImludDEwIgooSUkpIExvYWRpbmcgL3Vzci9YMTFSNi9saWIvbW9kdWxl cy9saWJpbnQxMC5zbwooSUkpIE1vZHVsZSBpbnQxMDogdmVuZG9yPSJYLk9y ZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9yIDYuOS4wLCBtb2R1bGUgdmVy c2lvbiA9IDEuMC4wCglBQkkgY2xhc3M6IFguT3JnIFZpZGVvIERyaXZlciwg dmVyc2lvbiAwLjgKKElJKSBOVigwKTogSW5pdGlhbGl6aW5nIGludDEwCig9 PSkgTlYoMCk6IFdyaXRlLWNvbWJpbmluZyByYW5nZSAoMHhhMDAwMCwweDIw MDAwKSB3YXMgYWxyZWFkeSBjbGVhcgooPT0pIE5WKDApOiBXcml0ZS1jb21i aW5pbmcgcmFuZ2UgKDB4YzAwMDAsMHg0MDAwMCkgd2FzIGFscmVhZHkgY2xl YXIKKElJKSBOVigwKTogUHJpbWFyeSBWX0JJT1Mgc2VnbWVudCBpczogMHhj MDAwCig9PSkgTlYoMCk6IFdyaXRlLWNvbWJpbmluZyByYW5nZSAoMHgwLDB4 MTAwMCkgd2FzIGFscmVhZHkgY2xlYXIKKC0tKSBOVigwKTogQ2hpcHNldDog IlVua25vd24gTlZJRElBIGNoaXBzZXQiCig9PSkgTlYoMCk6IERlcHRoIDE2 LCAoPT0pIGZyYW1lYnVmZmVyIGJwcCAxNgooPT0pIE5WKDApOiBSR0Igd2Vp Z2h0IDU2NQooPT0pIE5WKDApOiBEZWZhdWx0IHZpc3VhbCBpcyBUcnVlQ29s b3IKKElJKSBMb2FkaW5nIHN1YiBtb2R1bGUgInZnYWh3IgooSUkpIExvYWRN b2R1bGU6ICJ2Z2FodyIKKElJKSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21v ZHVsZXMvbGlidmdhaHcuc28KKElJKSBNb2R1bGUgdmdhaHc6IHZlbmRvcj0i WC5PcmcgRm91bmRhdGlvbiIKCWNvbXBpbGVkIGZvciA2LjkuMCwgbW9kdWxl IHZlcnNpb24gPSAwLjEuMAoJQUJJIGNsYXNzOiBYLk9yZyBWaWRlbyBEcml2 ZXIsIHZlcnNpb24gMC44Cig9PSkgTlYoMCk6IFVzaW5nIEhXIGN1cnNvcgoo LS0pIE5WKDApOiBMaW5lYXIgZnJhbWVidWZmZXIgYXQgMHhDMDAwMDAwMAoo LS0pIE5WKDApOiBNTUlPIHJlZ2lzdGVycyBhdCAweEZEMDAwMDAwCig9PSkg TlYoMCk6IFdyaXRlLWNvbWJpbmluZyByYW5nZSAoMHhmZDAwMDAwMCwweDEw MDAwMDApIHdhcyBhbHJlYWR5IGNsZWFyCihJSSkgTG9hZGluZyBzdWIgbW9k dWxlICJpMmMiCihJSSkgTG9hZE1vZHVsZTogImkyYyIKKElJKSBMb2FkaW5n IC91c3IvWDExUjYvbGliL21vZHVsZXMvbGliaTJjLnNvCihJSSkgTW9kdWxl IGkyYzogdmVuZG9yPSJYLk9yZyBGb3VuZGF0aW9uIgoJY29tcGlsZWQgZm9y IDYuOS4wLCBtb2R1bGUgdmVyc2lvbiA9IDEuMi4wCglBQkkgY2xhc3M6IFgu T3JnIFZpZGVvIERyaXZlciwgdmVyc2lvbiAwLjgKKElJKSBMb2FkaW5nIHN1 YiBtb2R1bGUgImRkYyIKKElJKSBMb2FkTW9kdWxlOiAiZGRjIgooSUkpIExv YWRpbmcgL3Vzci9YMTFSNi9saWIvbW9kdWxlcy9saWJkZGMuc28KKElJKSBN b2R1bGUgZGRjOiB2ZW5kb3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxl ZCBmb3IgNi45LjAsIG1vZHVsZSB2ZXJzaW9uID0gMS4wLjAKCUFCSSBjbGFz czogWC5PcmcgVmlkZW8gRHJpdmVyLCB2ZXJzaW9uIDAuOAooSUkpIE5WKDAp OiBJMkMgYnVzICJEREMiIGluaXRpYWxpemVkLgooSUkpIE5WKDApOiBQcm9i aW5nIGZvciBhbmFsb2cgZGV2aWNlIG9uIG91dHB1dCBBLi4uCigtLSkgTlYo MCk6ICAgLi4uZm91bmQgb25lCihJSSkgTlYoMCk6IFByb2JpbmcgZm9yIGFu YWxvZyBkZXZpY2Ugb24gb3V0cHV0IEIuLi4KKC0tKSBOVigwKTogICAuLi5j YW4ndCBmaW5kIG9uZQooSUkpIE5WKDApOiBQcm9iaW5nIGZvciBFRElEIG9u IEkyQyBidXMgQS4uLgooSUkpIE5WKDApOiBJMkMgZGV2aWNlICJEREM6ZGRj MiIgcmVnaXN0ZXJlZCBhdCBhZGRyZXNzIDB4QTAuCihJSSkgTlYoMCk6IEky QyBkZXZpY2UgIkREQzpkZGMyIiByZW1vdmVkLgooSUkpIE5WKDApOiAgIC4u LiBub25lIGZvdW5kCihJSSkgTlYoMCk6IFByb2JpbmcgZm9yIEVESUQgb24g STJDIGJ1cyBCLi4uCihJSSkgTlYoMCk6IEkyQyBkZXZpY2UgIkREQzpkZGMy IiByZWdpc3RlcmVkIGF0IGFkZHJlc3MgMHhBMC4KKElJKSBOVigwKTogSTJD IGRldmljZSAiRERDOmRkYzIiIHJlbW92ZWQuCigtLSkgTlYoMCk6IEREQyBk ZXRlY3RlZCBhIENSVDoKKElJKSBOVigwKTogTWFudWZhY3R1cmVyOiBIU0Qg IE1vZGVsOiA4OTkxICBTZXJpYWwjOiA0MTkwCihJSSkgTlYoMCk6IFllYXI6 IDIwMDYgIFdlZWs6IDIyCihJSSkgTlYoMCk6IEVESUQgVmVyc2lvbjogMS4z CihJSSkgTlYoMCk6IEFuYWxvZyBEaXNwbGF5IElucHV0LCAgSW5wdXQgVm9s dGFnZSBMZXZlbDogMC43MDAvMC43MDAgVgooSUkpIE5WKDApOiBTeW5jOiAg U2VwYXJhdGUgIENvbXBvc2l0ZQooSUkpIE5WKDApOiBNYXggSC1JbWFnZSBT aXplIFtjbV06IGhvcml6LjogNDEgIHZlcnQuOiAyNgooSUkpIE5WKDApOiBH YW1tYTogMi4yMAooSUkpIE5WKDApOiBEUE1TIGNhcGFiaWxpdGllczogT2Zm OyBSR0IvQ29sb3IgRGlzcGxheQooSUkpIE5WKDApOiBGaXJzdCBkZXRhaWxl ZCB0aW1pbmcgaXMgcHJlZmVycmVkIG1vZGUKKElJKSBOVigwKTogcmVkWDog MC42NDMgcmVkWTogMC4zMjUgICBncmVlblg6IDAuMjk1IGdyZWVuWTogMC42 MTYKKElJKSBOVigwKTogYmx1ZVg6IDAuMTQzIGJsdWVZOiAwLjA4MSAgIHdo aXRlWDogMC4zMTAgd2hpdGVZOiAwLjMzMAooSUkpIE5WKDApOiBTdXBwb3J0 ZWQgVkVTQSBWaWRlbyBNb2RlczoKKElJKSBOVigwKTogNzIweDQwMEA3MEh6 CihJSSkgTlYoMCk6IDY0MHg0ODBANjBIegooSUkpIE5WKDApOiA2NDB4NDgw QDY3SHoKKElJKSBOVigwKTogNjQweDQ4MEA3Mkh6CihJSSkgTlYoMCk6IDY0 MHg0ODBANzVIegooSUkpIE5WKDApOiA4MDB4NjAwQDU2SHoKKElJKSBOVigw KTogODAweDYwMEA2MEh6CihJSSkgTlYoMCk6IDgwMHg2MDBANzJIegooSUkp IE5WKDApOiA4MDB4NjAwQDc1SHoKKElJKSBOVigwKTogODMyeDYyNEA3NUh6 CihJSSkgTlYoMCk6IDEwMjR4NzY4QDYwSHoKKElJKSBOVigwKTogMTAyNHg3 NjhANzBIegooSUkpIE5WKDApOiAxMDI0eDc2OEA3NUh6CihJSSkgTlYoMCk6 IDEyODB4MTAyNEA3NUh6CihJSSkgTlYoMCk6IE1hbnVmYWN0dXJlcidzIG1h c2s6IDAKKElJKSBOVigwKTogU3VwcG9ydGVkIEZ1dHVyZSBWaWRlbyBNb2Rl czoKKElJKSBOVigwKTogIzA6IGhzaXplOiA2NDAgIHZzaXplIDQ4MCAgcmVm cmVzaDogNjYgIHZpZDogMTc5NjkKKElJKSBOVigwKTogIzE6IGhzaXplOiAx MDI0ICB2c2l6ZSA3NjggIHJlZnJlc2g6IDY2ICB2aWQ6IDE4MDE3CihJSSkg TlYoMCk6ICMyOiBoc2l6ZTogMTE1MiAgdnNpemUgODY0ICByZWZyZXNoOiA3 NSAgdmlkOiAyMDMzNwooSUkpIE5WKDApOiAjMzogaHNpemU6IDEyODAgIHZz aXplIDk2MCAgcmVmcmVzaDogNjAgIHZpZDogMTY1MTMKKElJKSBOVigwKTog IzQ6IGhzaXplOiAxMjgwICB2c2l6ZSAxMDI0ICByZWZyZXNoOiA2MCAgdmlk OiAzMjg5NwooSUkpIE5WKDApOiAjNTogaHNpemU6IDE0NDAgIHZzaXplIDkw MCAgcmVmcmVzaDogNjAgIHZpZDogMTQ5CihJSSkgTlYoMCk6ICM2OiBoc2l6 ZTogMTQ0MCAgdnNpemUgOTAwICByZWZyZXNoOiA3NSAgdmlkOiAzOTg5CihJ SSkgTlYoMCk6IFN1cHBvcnRlZCBhZGRpdGlvbmFsIFZpZGVvIE1vZGU6CihJ SSkgTlYoMCk6IGNsb2NrOiAxMDYuNSBNSHogICBJbWFnZSBTaXplOiAgNDA4 IHggMjU1IG1tCihJSSkgTlYoMCk6IGhfYWN0aXZlOiAxNDQwICBoX3N5bmM6 IDE1MjAgIGhfc3luY19lbmQgMTY3MiBoX2JsYW5rX2VuZCAxOTA0IGhfYm9y ZGVyOiAwCihJSSkgTlYoMCk6IHZfYWN0aXZlOiA5MDAgIHZfc3luYzogOTAz ICB2X3N5bmNfZW5kIDkwOSB2X2JsYW5raW5nOiA5MzQgdl9ib3JkZXI6IDAK KElJKSBOVigwKTogUmFuZ2VzOiBWIG1pbjogNDkgIFYgbWF4OiA3NSBIeiwg SCBtaW46IDMwICBIIG1heDogODAga0h6LCBQaXhDbG9jayBtYXggMTQwIE1I egooSUkpIE5WKDApOiBNb25pdG9yIG5hbWU6IEhXMTkxRAooSUkpIE5WKDAp OiBTZXJpYWwgTm86IDYyMkdIMzJDQTQxOTAKKC0tKSBOVigwKTogQ1JUQyAw IGFwcGVhcnMgdG8gaGF2ZSBhIENSVCBhdHRhY2hlZAooSUkpIE5WKDApOiBV c2luZyBDUlQgb24gQ1JUQyAwCigtLSkgTlYoMCk6IFZpZGVvUkFNOiAyNjIx NDQga0J5dGVzCig9PSkgTlYoMCk6IFVzaW5nIGdhbW1hIGNvcnJlY3Rpb24g KDEuMCwgMS4wLCAxLjApCihJSSkgTlYoMCk6IE1vbml0b3IwOiBVc2luZyBo c3luYyByYW5nZSBvZiAzMC4wMC04MC4wMCBrSHoKKElJKSBOVigwKTogTW9u aXRvcjA6IFVzaW5nIHZyZWZyZXNoIHJhbmdlIG9mIDQ5LjAwLTc1LjAwIEh6 CihJSSkgTlYoMCk6IENsb2NrIHJhbmdlOiAgMTIuMDAgdG8gNDAwLjAwIE1I egooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI2NDB4MzUw IiAodnJlZnJlc2ggb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICIzMjB4MTc1IiAodnJlZnJlc2ggb3V0IG9mIHJh bmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI2NDB4 NDAwIiAodnJlZnJlc2ggb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3Qg dXNpbmcgZGVmYXVsdCBtb2RlICIzMjB4MjAwIiAodnJlZnJlc2ggb3V0IG9m IHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI3 MjB4NDAwIiAodnJlZnJlc2ggb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBO b3QgdXNpbmcgZGVmYXVsdCBtb2RlICIzNjB4MjAwIiAodnJlZnJlc2ggb3V0 IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2Rl ICI2NDB4NDgwIiAodnJlZnJlc2ggb3V0IG9mIHJhbmdlKQooSUkpIE5WKDAp OiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIzMjB4MjQwIiAodnJlZnJlc2gg b3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICI4MDB4NjAwIiAodnJlZnJlc2ggb3V0IG9mIHJhbmdlKQooSUkpIE5W KDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI0MDB4MzAwIiAodnJlZnJl c2ggb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVs dCBtb2RlICIxMDI0eDc2OCIgKHZyZWZyZXNoIG91dCBvZiByYW5nZSkKKElJ KSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNTEyeDM4NCIgKHZy ZWZyZXNoIG91dCBvZiByYW5nZSkKKElJKSBOVigwKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiMTAyNHg3NjgiICh2cmVmcmVzaCBvdXQgb2YgcmFuZ2Up CihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjUxMngzODQi ICh2cmVmcmVzaCBvdXQgb2YgcmFuZ2UpCihXVykgKDEyODB4OTYwLE1vbml0 b3IwKSBtb2RlIGNsb2NrIDE0OC41TUh6IGV4Y2VlZHMgRERDIG1heGltdW0g MTQwTUh6CihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjEy ODB4OTYwIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3Qg dXNpbmcgZGVmYXVsdCBtb2RlICI2NDB4NDgwIiAoaHN5bmMgb3V0IG9mIHJh bmdlKQooV1cpICgxMjgweDEwMjQsTW9uaXRvcjApIG1vZGUgY2xvY2sgMTU3 LjVNSHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBNSHoKKElJKSBOVigwKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTI4MHgxMDI0IiAoaHN5bmMgb3V0 IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2Rl ICI2NDB4NTEyIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooV1cpICgxNjAweDEy MDAsTW9uaXRvcjApIG1vZGUgY2xvY2sgMTYyTUh6IGV4Y2VlZHMgRERDIG1h eGltdW0gMTQwTUh6CihXVykgKDE2MDB4MTIwMCxNb25pdG9yMCkgbW9kZSBj bG9jayAxNzUuNU1IeiBleGNlZWRzIEREQyBtYXhpbXVtIDE0ME1IegooSUkp IE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxNjAweDEyMDAiICho c3luYyBvdXQgb2YgcmFuZ2UpCihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjgwMHg2MDAiIChoc3luYyBvdXQgb2YgcmFuZ2UpCihXVykg KDE2MDB4MTIwMCxNb25pdG9yMCkgbW9kZSBjbG9jayAxODlNSHogZXhjZWVk cyBEREMgbWF4aW11bSAxNDBNSHoKKElJKSBOVigwKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiMTYwMHgxMjAwIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQoo SUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4MDB4NjAwIiAo aHN5bmMgb3V0IG9mIHJhbmdlKQooV1cpICgxNjAweDEyMDAsTW9uaXRvcjAp IG1vZGUgY2xvY2sgMjAyLjVNSHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBN SHoKKElJKSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTYwMHgx MjAwIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICI4MDB4NjAwIiAoaHN5bmMgb3V0IG9mIHJhbmdl KQooV1cpICgxNjAweDEyMDAsTW9uaXRvcjApIG1vZGUgY2xvY2sgMjI5LjVN SHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBNSHoKKElJKSBOVigwKTogTm90 IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTYwMHgxMjAwIiAoaHN5bmMgb3V0IG9m IHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4 MDB4NjAwIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooV1cpICgxNzkyeDEzNDQs TW9uaXRvcjApIG1vZGUgY2xvY2sgMjA0LjhNSHogZXhjZWVkcyBEREMgbWF4 aW11bSAxNDBNSHoKKElJKSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQgbW9k ZSAiMTc5MngxMzQ0IiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooSUkpIE5WKDAp OiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4OTZ4NjcyIiAoaHN5bmMgb3V0 IG9mIHJhbmdlKQooV1cpICgxNzkyeDEzNDQsTW9uaXRvcjApIG1vZGUgY2xv Y2sgMjYxTUh6IGV4Y2VlZHMgRERDIG1heGltdW0gMTQwTUh6CihJSSkgTlYo MCk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjE3OTJ4MTM0NCIgKGhzeW5j IG91dCBvZiByYW5nZSkKKElJKSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQg bW9kZSAiODk2eDY3MiIgKGhzeW5jIG91dCBvZiByYW5nZSkKKFdXKSAoMTg1 NngxMzkyLE1vbml0b3IwKSBtb2RlIGNsb2NrIDIxOC4zTUh6IGV4Y2VlZHMg RERDIG1heGltdW0gMTQwTUh6CihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjE4NTZ4MTM5MiIgKGhzeW5jIG91dCBvZiByYW5nZSkKKElJ KSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiOTI4eDY5NiIgKGhz eW5jIG91dCBvZiByYW5nZSkKKFdXKSAoMTg1NngxMzkyLE1vbml0b3IwKSBt b2RlIGNsb2NrIDI4OE1IeiBleGNlZWRzIEREQyBtYXhpbXVtIDE0ME1Iegoo SUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxODU2eDEzOTIi IChoc3luYyBvdXQgb2YgcmFuZ2UpCihXVykgKDkyOHg2OTYsTW9uaXRvcjAp IG1vZGUgY2xvY2sgMTQ0TUh6IGV4Y2VlZHMgRERDIG1heGltdW0gMTQwTUh6 CihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjkyOHg2OTYi IChoc3luYyBvdXQgb2YgcmFuZ2UpCihXVykgKDE5MjB4MTQ0MCxNb25pdG9y MCkgbW9kZSBjbG9jayAyMzRNSHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBN SHoKKElJKSBOVigwKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTkyMHgx NDQwIiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICI5NjB4NzIwIiAoaHN5bmMgb3V0IG9mIHJhbmdl KQooV1cpICgxOTIweDE0NDAsTW9uaXRvcjApIG1vZGUgY2xvY2sgMjk3TUh6 IGV4Y2VlZHMgRERDIG1heGltdW0gMTQwTUh6CihJSSkgTlYoMCk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjE5MjB4MTQ0MCIgKGhzeW5jIG91dCBvZiBy YW5nZSkKKFdXKSAoOTYweDcyMCxNb25pdG9yMCkgbW9kZSBjbG9jayAxNDgu NU1IeiBleGNlZWRzIEREQyBtYXhpbXVtIDE0ME1IegooSUkpIE5WKDApOiBO b3QgdXNpbmcgZGVmYXVsdCBtb2RlICI5NjB4NzIwIiAoaHN5bmMgb3V0IG9m IHJhbmdlKQooV1cpICgxNDAweDEwNTAsTW9uaXRvcjApIG1vZGUgY2xvY2sg MTU1LjhNSHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBNSHoKKElJKSBOVigw KTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTQwMHgxMDUwIiAoaHN5bmMg b3V0IG9mIHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICI3MDB4NTI1IiAoaHN5bmMgb3V0IG9mIHJhbmdlKQooV1cpICgxOTIw eDE0NDAsTW9uaXRvcjApIG1vZGUgY2xvY2sgMzQxLjM1TUh6IGV4Y2VlZHMg RERDIG1heGltdW0gMTQwTUh6CihJSSkgTlYoMCk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjE5MjB4MTQ0MCIgKGhzeW5jIG91dCBvZiByYW5nZSkKKFdX KSAoOTYweDcyMCxNb25pdG9yMCkgbW9kZSBjbG9jayAxNzAuNjc1TUh6IGV4 Y2VlZHMgRERDIG1heGltdW0gMTQwTUh6CihJSSkgTlYoMCk6IE5vdCB1c2lu ZyBkZWZhdWx0IG1vZGUgIjk2MHg3MjAiIChoc3luYyBvdXQgb2YgcmFuZ2Up CihXVykgKDIwNDh4MTUzNixNb25pdG9yMCkgbW9kZSBjbG9jayAyNjYuOTVN SHogZXhjZWVkcyBEREMgbWF4aW11bSAxNDBNSHoKKElJKSBOVigwKTogTm90 IHVzaW5nIGRlZmF1bHQgbW9kZSAiMjA0OHgxNTM2IiAoaHN5bmMgb3V0IG9m IHJhbmdlKQooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIx MDI0eDc2OCIgKGhzeW5jIG91dCBvZiByYW5nZSkKKFdXKSAoMjA0OHgxNTM2 LE1vbml0b3IwKSBtb2RlIGNsb2NrIDM0MC40OE1IeiBleGNlZWRzIEREQyBt YXhpbXVtIDE0ME1IegooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICIyMDQ4eDE1MzYiIChoc3luYyBvdXQgb2YgcmFuZ2UpCihXVykgKDEw MjR4NzY4LE1vbml0b3IwKSBtb2RlIGNsb2NrIDE3MC4yNE1IeiBleGNlZWRz IEREQyBtYXhpbXVtIDE0ME1IegooSUkpIE5WKDApOiBOb3QgdXNpbmcgZGVm YXVsdCBtb2RlICIxMDI0eDc2OCIgKGhzeW5jIG91dCBvZiByYW5nZSkKKFdX KSAoMjA0OHgxNTM2LE1vbml0b3IwKSBtb2RlIGNsb2NrIDM4OC4wNE1IeiBl eGNlZWRzIEREQyBtYXhpbXVtIDE0ME1IegooSUkpIE5WKDApOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICIyMDQ4eDE1MzYiIChoc3luYyBvdXQgb2YgcmFu Z2UpCihXVykgKDEwMjR4NzY4LE1vbml0b3IwKSBtb2RlIGNsb2NrIDE5NC4w Mk1IeiBleGNlZWRzIEREQyBtYXhpbXVtIDE0ME1IegooSUkpIE5WKDApOiBO b3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxMDI0eDc2OCIgKGhzeW5jIG91dCBv ZiByYW5nZSkKKC0tKSBOVigwKTogVmlydHVhbCBzaXplIGlzIDE2MDB4MTIw MCAocGl0Y2ggMTYwMCkKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiMTYw MHgxMjAwIjogMTYyLjAgTUh6LCA3NS4wIGtIeiwgNjAuMCBIegooSUkpIE5W KDApOiBNb2RlbGluZSAiMTYwMHgxMjAwIiAgMTYyLjAwICAxNjAwIDE2NjQg MTg1NiAyMTYwICAxMjAwIDEyMDEgMTIwNCAxMjUwICtoc3luYyArdnN5bmMK KCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiMTQwMHgxMDUwIjogMTIyLjAg TUh6LCA2NC45IGtIeiwgNjAuMCBIegooSUkpIE5WKDApOiBNb2RlbGluZSAi MTQwMHgxMDUwIiAgMTIyLjAwICAxNDAwIDE0ODggMTY0MCAxODgwICAxMDUw IDEwNTIgMTA2NCAxMDgyICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRl ZmF1bHQgbW9kZSAiMTI4MHgxMDI0IjogMTM1LjAgTUh6LCA4MC4wIGtIeiwg NzUuMCBIegooSUkpIE5WKDApOiBNb2RlbGluZSAiMTI4MHgxMDI0IiAgMTM1 LjAwICAxMjgwIDEyOTYgMTQ0MCAxNjg4ICAxMDI0IDEwMjUgMTAyOCAxMDY2 ICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiMTI4 MHgxMDI0IjogMTA4LjAgTUh6LCA2NC4wIGtIeiwgNjAuMCBIegooSUkpIE5W KDApOiBNb2RlbGluZSAiMTI4MHgxMDI0IiAgMTA4LjAwICAxMjgwIDEzMjgg MTQ0MCAxNjg4ICAxMDI0IDEwMjUgMTAyOCAxMDY2ICtoc3luYyArdnN5bmMK KCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiMTI4MHg5NjAiOiAxMDguMCBN SHosIDYwLjAga0h6LCA2MC4wIEh6CihJSSkgTlYoMCk6IE1vZGVsaW5lICIx MjgweDk2MCIgIDEwOC4wMCAgMTI4MCAxMzc2IDE0ODggMTgwMCAgOTYwIDk2 MSA5NjQgMTAwMCAraHN5bmMgK3ZzeW5jCigqKikgTlYoMCk6ICpEZWZhdWx0 IG1vZGUgIjExNTJ4ODY0IjogMTA4LjAgTUh6LCA2Ny41IGtIeiwgNzUuMCBI egooSUkpIE5WKDApOiBNb2RlbGluZSAiMTE1Mng4NjQiICAxMDguMDAgIDEx NTIgMTIxNiAxMzQ0IDE2MDAgIDg2NCA4NjUgODY4IDkwMCAraHN5bmMgK3Zz eW5jCigqKikgTlYoMCk6ICpEZWZhdWx0IG1vZGUgIjExNTJ4NzY4IjogNjUu MCBNSHosIDQ0LjIga0h6LCA1NC44IEh6CihJSSkgTlYoMCk6IE1vZGVsaW5l ICIxMTUyeDc2OCIgICA2NS4wMCAgMTE1MiAxMTc4IDEzMTQgMTQ3MiAgNzY4 IDc3MSA3NzcgODA2ICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1 bHQgbW9kZSAiMTAyNHg3NjgiOiA3OC44IE1IeiwgNjAuMSBrSHosIDc1LjEg SHoKKElJKSBOVigwKTogTW9kZWxpbmUgIjEwMjR4NzY4IiAgIDc4LjgwICAx MDI0IDEwNDAgMTEzNiAxMzEyICA3NjggNzY5IDc3MiA4MDAgK2hzeW5jICt2 c3luYwooKiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICIxMDI0eDc2OCI6IDc1 LjAgTUh6LCA1Ni41IGtIeiwgNzAuMSBIegooSUkpIE5WKDApOiBNb2RlbGlu ZSAiMTAyNHg3NjgiICAgNzUuMDAgIDEwMjQgMTA0OCAxMTg0IDEzMjggIDc2 OCA3NzEgNzc3IDgwNiAtaHN5bmMgLXZzeW5jCigqKikgTlYoMCk6ICpEZWZh dWx0IG1vZGUgIjEwMjR4NzY4IjogNjUuMCBNSHosIDQ4LjQga0h6LCA2MC4w IEh6CihJSSkgTlYoMCk6IE1vZGVsaW5lICIxMDI0eDc2OCIgICA2NS4wMCAg MTAyNCAxMDQ4IDExODQgMTM0NCAgNzY4IDc3MSA3NzcgODA2IC1oc3luYyAt dnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiODMyeDYyNCI6IDU3 LjMgTUh6LCA0OS43IGtIeiwgNzQuNiBIegooSUkpIE5WKDApOiBNb2RlbGlu ZSAiODMyeDYyNCIgICA1Ny4yOCAgODMyIDg2NCA5MjggMTE1MiAgNjI0IDYy NSA2MjggNjY3IC1oc3luYyAtdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQg bW9kZSAiODAweDYwMCI6IDQ5LjUgTUh6LCA0Ni45IGtIeiwgNzUuMCBIegoo SUkpIE5WKDApOiBNb2RlbGluZSAiODAweDYwMCIgICA0OS41MCAgODAwIDgx NiA4OTYgMTA1NiAgNjAwIDYwMSA2MDQgNjI1ICtoc3luYyArdnN5bmMKKCoq KSBOVigwKTogKkRlZmF1bHQgbW9kZSAiODAweDYwMCI6IDUwLjAgTUh6LCA0 OC4xIGtIeiwgNzIuMiBIegooSUkpIE5WKDApOiBNb2RlbGluZSAiODAweDYw MCIgICA1MC4wMCAgODAwIDg1NiA5NzYgMTA0MCAgNjAwIDYzNyA2NDMgNjY2 ICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiODAw eDYwMCI6IDQwLjAgTUh6LCAzNy45IGtIeiwgNjAuMyBIegooSUkpIE5WKDAp OiBNb2RlbGluZSAiODAweDYwMCIgICA0MC4wMCAgODAwIDg0MCA5NjggMTA1 NiAgNjAwIDYwMSA2MDUgNjI4ICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTog KkRlZmF1bHQgbW9kZSAiODAweDYwMCI6IDgxLjAgTUh6LCA3NS4wIGtIeiwg NjAuMCBIeiAoRCkKKElJKSBOVigwKTogTW9kZWxpbmUgIjgwMHg2MDAiICAg ODEuMDAgIDgwMCA4MzIgOTI4IDEwODAgIDYwMCA2MDAgNjAyIDYyNSBkb3Vi bGVzY2FuICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9k ZSAiODAweDYwMCI6IDM2LjAgTUh6LCAzNS4yIGtIeiwgNTYuMiBIegooSUkp IE5WKDApOiBNb2RlbGluZSAiODAweDYwMCIgICAzNi4wMCAgODAwIDgyNCA4 OTYgMTAyNCAgNjAwIDYwMSA2MDMgNjI1ICtoc3luYyArdnN5bmMKKCoqKSBO VigwKTogKkRlZmF1bHQgbW9kZSAiNzAweDUyNSI6IDYxLjAgTUh6LCA2NC45 IGtIeiwgNjAuMCBIeiAoRCkKKElJKSBOVigwKTogTW9kZWxpbmUgIjcwMHg1 MjUiICAgNjEuMDAgIDcwMCA3NDQgODIwIDk0MCAgNTI1IDUyNiA1MzIgNTQx IGRvdWJsZXNjYW4gK2hzeW5jICt2c3luYwooKiopIE5WKDApOiAqRGVmYXVs dCBtb2RlICI2NDB4NTEyIjogNjcuNSBNSHosIDgwLjAga0h6LCA3NS4wIEh6 IChEKQooSUkpIE5WKDApOiBNb2RlbGluZSAiNjQweDUxMiIgICA2Ny41MCAg NjQwIDY0OCA3MjAgODQ0ICA1MTIgNTEyIDUxNCA1MzMgZG91Ymxlc2NhbiAr aHN5bmMgK3ZzeW5jCigqKikgTlYoMCk6ICpEZWZhdWx0IG1vZGUgIjY0MHg1 MTIiOiA1NC4wIE1IeiwgNjQuMCBrSHosIDYwLjAgSHogKEQpCihJSSkgTlYo MCk6IE1vZGVsaW5lICI2NDB4NTEyIiAgIDU0LjAwICA2NDAgNjY0IDcyMCA4 NDQgIDUxMiA1MTIgNTE0IDUzMyBkb3VibGVzY2FuICtoc3luYyArdnN5bmMK KCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiNjQweDQ4MCI6IDMxLjUgTUh6 LCAzNy41IGtIeiwgNzUuMCBIegooSUkpIE5WKDApOiBNb2RlbGluZSAiNjQw eDQ4MCIgICAzMS41MCAgNjQwIDY1NiA3MjAgODQwICA0ODAgNDgxIDQ4NCA1 MDAgLWhzeW5jIC12c3luYwooKiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICI2 NDB4NDgwIjogMzEuNSBNSHosIDM3Ljkga0h6LCA3Mi44IEh6CihJSSkgTlYo MCk6IE1vZGVsaW5lICI2NDB4NDgwIiAgIDMxLjUwICA2NDAgNjY0IDcwNCA4 MzIgIDQ4MCA0ODkgNDkxIDUyMCAtaHN5bmMgLXZzeW5jCigqKikgTlYoMCk6 ICpEZWZhdWx0IG1vZGUgIjY0MHg0ODAiOiAyNS4yIE1IeiwgMzEuNSBrSHos IDYwLjAgSHoKKElJKSBOVigwKTogTW9kZWxpbmUgIjY0MHg0ODAiICAgMjUu MjAgIDY0MCA2NTYgNzUyIDgwMCAgNDgwIDQ5MCA0OTIgNTI1IC1oc3luYyAt dnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiNjQweDQ4MCI6IDU0 LjAgTUh6LCA2MC4wIGtIeiwgNjAuMCBIeiAoRCkKKElJKSBOVigwKTogTW9k ZWxpbmUgIjY0MHg0ODAiICAgNTQuMDAgIDY0MCA2ODggNzQ0IDkwMCAgNDgw IDQ4MCA0ODIgNTAwIGRvdWJsZXNjYW4gK2hzeW5jICt2c3luYwooKiopIE5W KDApOiAqRGVmYXVsdCBtb2RlICI1NzZ4NDMyIjogNTQuMCBNSHosIDY3LjUg a0h6LCA3NS4wIEh6IChEKQooSUkpIE5WKDApOiBNb2RlbGluZSAiNTc2eDQz MiIgICA1NC4wMCAgNTc2IDYwOCA2NzIgODAwICA0MzIgNDMyIDQzNCA0NTAg ZG91Ymxlc2NhbiAraHN5bmMgK3ZzeW5jCigqKikgTlYoMCk6ICpEZWZhdWx0 IG1vZGUgIjU3NngzODQiOiAzMi41IE1IeiwgNDQuMiBrSHosIDU0LjggSHog KEQpCihJSSkgTlYoMCk6IE1vZGVsaW5lICI1NzZ4Mzg0IiAgIDMyLjUwICA1 NzYgNTg5IDY1NyA3MzYgIDM4NCAzODUgMzg4IDQwMyBkb3VibGVzY2FuICto c3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAiNTEyeDM4 NCI6IDM5LjQgTUh6LCA2MC4xIGtIeiwgNzUuMSBIeiAoRCkKKElJKSBOVigw KTogTW9kZWxpbmUgIjUxMngzODQiICAgMzkuNDAgIDUxMiA1MjAgNTY4IDY1 NiAgMzg0IDM4NCAzODYgNDAwIGRvdWJsZXNjYW4gK2hzeW5jICt2c3luYwoo KiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICI1MTJ4Mzg0IjogMzcuNSBNSHos IDU2LjUga0h6LCA3MC4xIEh6IChEKQooSUkpIE5WKDApOiBNb2RlbGluZSAi NTEyeDM4NCIgICAzNy41MCAgNTEyIDUyNCA1OTIgNjY0ICAzODQgMzg1IDM4 OCA0MDMgZG91Ymxlc2NhbiAtaHN5bmMgLXZzeW5jCigqKikgTlYoMCk6ICpE ZWZhdWx0IG1vZGUgIjUxMngzODQiOiAzMi41IE1IeiwgNDguNCBrSHosIDYw LjAgSHogKEQpCihJSSkgTlYoMCk6IE1vZGVsaW5lICI1MTJ4Mzg0IiAgIDMy LjUwICA1MTIgNTI0IDU5MiA2NzIgIDM4NCAzODUgMzg4IDQwMyBkb3VibGVz Y2FuIC1oc3luYyAtdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQgbW9kZSAi NDE2eDMxMiI6IDI4LjYgTUh6LCA0OS43IGtIeiwgNzQuNyBIeiAoRCkKKElJ KSBOVigwKTogTW9kZWxpbmUgIjQxNngzMTIiICAgMjguNjQgIDQxNiA0MzIg NDY0IDU3NiAgMzEyIDMxMiAzMTQgMzMzIGRvdWJsZXNjYW4gLWhzeW5jIC12 c3luYwooKiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICI0MDB4MzAwIjogMjQu OCBNSHosIDQ2Ljkga0h6LCA3NS4xIEh6IChEKQooSUkpIE5WKDApOiBNb2Rl bGluZSAiNDAweDMwMCIgICAyNC43NSAgNDAwIDQwOCA0NDggNTI4ICAzMDAg MzAwIDMwMiAzMTIgZG91Ymxlc2NhbiAraHN5bmMgK3ZzeW5jCigqKikgTlYo MCk6ICpEZWZhdWx0IG1vZGUgIjQwMHgzMDAiOiAyNS4wIE1IeiwgNDguMSBr SHosIDcyLjIgSHogKEQpCihJSSkgTlYoMCk6IE1vZGVsaW5lICI0MDB4MzAw IiAgIDI1LjAwICA0MDAgNDI4IDQ4OCA1MjAgIDMwMCAzMTggMzIxIDMzMyBk b3VibGVzY2FuICtoc3luYyArdnN5bmMKKCoqKSBOVigwKTogKkRlZmF1bHQg bW9kZSAiNDAweDMwMCI6IDIwLjAgTUh6LCAzNy45IGtIeiwgNjAuMyBIeiAo RCkKKElJKSBOVigwKTogTW9kZWxpbmUgIjQwMHgzMDAiICAgMjAuMDAgIDQw MCA0MjAgNDg0IDUyOCAgMzAwIDMwMCAzMDIgMzE0IGRvdWJsZXNjYW4gK2hz eW5jICt2c3luYwooKiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICI0MDB4MzAw IjogMTguMCBNSHosIDM1LjIga0h6LCA1Ni4zIEh6IChEKQooSUkpIE5WKDAp OiBNb2RlbGluZSAiNDAweDMwMCIgICAxOC4wMCAgNDAwIDQxMiA0NDggNTEy ICAzMDAgMzAwIDMwMSAzMTIgZG91Ymxlc2NhbiAraHN5bmMgK3ZzeW5jCigq KikgTlYoMCk6ICpEZWZhdWx0IG1vZGUgIjMyMHgyNDAiOiAxNS44IE1Ieiwg MzcuNSBrSHosIDc1LjAgSHogKEQpCihJSSkgTlYoMCk6IE1vZGVsaW5lICIz MjB4MjQwIiAgIDE1Ljc1ICAzMjAgMzI4IDM2MCA0MjAgIDI0MCAyNDAgMjQy IDI1MCBkb3VibGVzY2FuIC1oc3luYyAtdnN5bmMKKCoqKSBOVigwKTogKkRl ZmF1bHQgbW9kZSAiMzIweDI0MCI6IDE1LjggTUh6LCAzNy45IGtIeiwgNzIu OCBIeiAoRCkKKElJKSBOVigwKTogTW9kZWxpbmUgIjMyMHgyNDAiICAgMTUu NzUgIDMyMCAzMzIgMzUyIDQxNiAgMjQwIDI0NCAyNDUgMjYwIGRvdWJsZXNj YW4gLWhzeW5jIC12c3luYwooKiopIE5WKDApOiAqRGVmYXVsdCBtb2RlICIz MjB4MjQwIjogMTIuNiBNSHosIDMxLjUga0h6LCA2MC4xIEh6IChEKQooSUkp IE5WKDApOiBNb2RlbGluZSAiMzIweDI0MCIgICAxMi42MCAgMzIwIDMyOCAz NzYgNDAwICAyNDAgMjQ1IDI0NiAyNjIgZG91Ymxlc2NhbiAtaHN5bmMgLXZz eW5jCigtLSkgTlYoMCk6IERpc3BsYXkgZGltZW5zaW9uczogKDQxMCwgMjYw KSBtbQooLS0pIE5WKDApOiBEUEkgc2V0IHRvICg5OSwgMTE3KQooSUkpIExv YWRpbmcgc3ViIG1vZHVsZSAiZmIiCihJSSkgTG9hZE1vZHVsZTogImZiIgoo SUkpIExvYWRpbmcgL3Vzci9YMTFSNi9saWIvbW9kdWxlcy9saWJmYi5zbwoo SUkpIE1vZHVsZSBmYjogdmVuZG9yPSJYLk9yZyBGb3VuZGF0aW9uIgoJY29t cGlsZWQgZm9yIDYuOS4wLCBtb2R1bGUgdmVyc2lvbiA9IDEuMC4wCglBQkkg Y2xhc3M6IFguT3JnIEFOU0kgQyBFbXVsYXRpb24sIHZlcnNpb24gMC4yCihJ SSkgTG9hZGluZyBzdWIgbW9kdWxlICJ4YWEiCihJSSkgTG9hZE1vZHVsZTog InhhYSIKKElJKSBMb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvbGli eGFhLnNvCihJSSkgTW9kdWxlIHhhYTogdmVuZG9yPSJYLk9yZyBGb3VuZGF0 aW9uIgoJY29tcGlsZWQgZm9yIDYuOS4wLCBtb2R1bGUgdmVyc2lvbiA9IDEu Mi4wCglBQkkgY2xhc3M6IFguT3JnIFZpZGVvIERyaXZlciwgdmVyc2lvbiAw LjgKKElJKSBMb2FkaW5nIHN1YiBtb2R1bGUgInJhbWRhYyIKKElJKSBMb2Fk TW9kdWxlOiAicmFtZGFjIgooSUkpIExvYWRpbmcgL3Vzci9YMTFSNi9saWIv bW9kdWxlcy9saWJyYW1kYWMuc28KKElJKSBNb2R1bGUgcmFtZGFjOiB2ZW5k b3I9IlguT3JnIEZvdW5kYXRpb24iCgljb21waWxlZCBmb3IgNi45LjAsIG1v ZHVsZSB2ZXJzaW9uID0gMC4xLjAKCUFCSSBjbGFzczogWC5PcmcgVmlkZW8g RHJpdmVyLCB2ZXJzaW9uIDAuOAooPT0pIE5WKDApOiBXcml0ZS1jb21iaW5p bmcgcmFuZ2UgKDB4MCwweDEwMDApIHdhcyBhbHJlYWR5IGNsZWFyCihJSSkg TG9hZGluZyBzdWIgbW9kdWxlICJpbnQxMCIKKElJKSBMb2FkTW9kdWxlOiAi aW50MTAiCihJSSkgUmVsb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMv bGliaW50MTAuc28KKElJKSBOVigxKTogSW5pdGlhbGl6aW5nIGludDEwCig9 PSkgTlYoMSk6IFdyaXRlLWNvbWJpbmluZyByYW5nZSAoMHhhMDAwMCwweDIw MDAwKSB3YXMgYWxyZWFkeSBjbGVhcgooRUUpIE5WKDEpOiBDYW5ub3QgcmVh ZCBWX0JJT1MgKDMpCigtLSkgTlYoMSk6IENoaXBzZXQ6ICJVbmtub3duIE5W SURJQSBjaGlwc2V0IgooPT0pIE5WKDEpOiBEZXB0aCAxNiwgKD09KSBmcmFt ZWJ1ZmZlciBicHAgMTYKKD09KSBOVigxKTogUkdCIHdlaWdodCA1NjUKKD09 KSBOVigxKTogRGVmYXVsdCB2aXN1YWwgaXMgVHJ1ZUNvbG9yCihJSSkgTG9h ZGluZyBzdWIgbW9kdWxlICJ2Z2FodyIKKElJKSBMb2FkTW9kdWxlOiAidmdh aHciCihJSSkgUmVsb2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvbGli dmdhaHcuc28KKD09KSBOVigxKTogVXNpbmcgSFcgY3Vyc29yCigtLSkgTlYo MSk6IExpbmVhciBmcmFtZWJ1ZmZlciBhdCAweEEwMDAwMDAwCigtLSkgTlYo MSk6IE1NSU8gcmVnaXN0ZXJzIGF0IDB4RjkwMDAwMDAKKD09KSBOVigxKTog V3JpdGUtY29tYmluaW5nIHJhbmdlICgweGY5MDAwMDAwLDB4MTAwMDAwMCkg d2FzIGFscmVhZHkgY2xlYXIKKElJKSBMb2FkaW5nIHN1YiBtb2R1bGUgImky YyIKKElJKSBMb2FkTW9kdWxlOiAiaTJjIgooSUkpIFJlbG9hZGluZyAvdXNy L1gxMVI2L2xpYi9tb2R1bGVzL2xpYmkyYy5zbwooSUkpIExvYWRpbmcgc3Vi IG1vZHVsZSAiZGRjIgooSUkpIExvYWRNb2R1bGU6ICJkZGMiCihJSSkgUmVs b2FkaW5nIC91c3IvWDExUjYvbGliL21vZHVsZXMvbGliZGRjLnNvCihJSSkg TlYoMSk6IEkyQyBidXMgIkREQyIgaW5pdGlhbGl6ZWQuCihJSSkgTlYoMSk6 IFByb2JpbmcgZm9yIGFuYWxvZyBkZXZpY2Ugb24gb3V0cHV0IEEuLi4KKC0t KSBOVigxKTogICAuLi5jYW4ndCBmaW5kIG9uZQooSUkpIE5WKDEpOiBQcm9i aW5nIGZvciBhbmFsb2cgZGV2aWNlIG9uIG91dHB1dCBCLi4uCigtLSkgTlYo MSk6ICAgLi4uY2FuJ3QgZmluZCBvbmUKKElJKSBOVigxKTogUHJvYmluZyBm b3IgRURJRCBvbiBJMkMgYnVzIEEuLi4KKElJKSBOVigxKTogSTJDIGRldmlj ZSAiRERDOmRkYzIiIHJlZ2lzdGVyZWQgYXQgYWRkcmVzcyAweEEwLgooSUkp IE5WKDEpOiBJMkMgZGV2aWNlICJEREM6ZGRjMiIgcmVtb3ZlZC4KKElJKSBO VigxKTogICAuLi4gbm9uZSBmb3VuZAooSUkpIE5WKDEpOiBQcm9iaW5nIGZv ciBFRElEIG9uIEkyQyBidXMgQi4uLgooSUkpIE5WKDEpOiBJMkMgZGV2aWNl ICJEREM6ZGRjMiIgcmVnaXN0ZXJlZCBhdCBhZGRyZXNzIDB4QTAuCihJSSkg TlYoMSk6IEkyQyBkZXZpY2UgIkREQzpkZGMyIiByZW1vdmVkLgooSUkpIE5W KDEpOiAgIC4uLiBub25lIGZvdW5kCihJSSkgTlYoMSk6IFVuYWJsZSB0byBk ZXRlY3QgZGlzcGxheSB0eXBlLi4uCig9PSkgTlYoMSk6IC4uLlVzaW5nIGRl ZmF1bHQgb2YgQ1JUCihJSSkgTlYoMSk6IFVuYWJsZSB0byBkZXRlY3Qgd2hp Y2ggQ1JUQ051bWJlci4uLgooPT0pIE5WKDEpOiAuLi5EZWZhdWx0aW5nIHRv IENSVENOdW1iZXIgMAooSUkpIE5WKDEpOiBVc2luZyBDUlQgb24gQ1JUQyAw CigtLSkgTlYoMSk6IFZpZGVvUkFNOiAwIGtCeXRlcwooPT0pIE5WKDEpOiBV c2luZyBnYW1tYSBjb3JyZWN0aW9uICgxLjAsIDEuMCwgMS4wKQooSUkpIE5W KDEpOiBNb25pdG9yMTogVXNpbmcgZGVmYXVsdCBoc3luYyByYW5nZSBvZiAy OC4wMC0zMy4wMCBrSHoKKElJKSBOVigxKTogTW9uaXRvcjE6IFVzaW5nIGRl ZmF1bHQgdnJlZnJlc2ggcmFuZ2Ugb2YgNDMuMDAtNzIuMDAgSHoKKElJKSBO VigxKTogQ2xvY2sgcmFuZ2U6ICAxMi4wMCB0byA0MDAuMDAgTUh6CihJSSkg TlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjY0MHgzNTAiIChpbnN1 ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICIzMjB4MTc1IiAoaW5zdWZmaWNpZW50IG1lbW9y eSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9k ZSAiNjQweDQwMCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJ SSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjMyMHgyMDAiIChp bnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3Qg dXNpbmcgZGVmYXVsdCBtb2RlICI3MjB4NDAwIiAoaW5zdWZmaWNpZW50IG1l bW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQg bW9kZSAiMzYweDIwMCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUp CihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjY0MHg0ODAi IChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBO b3QgdXNpbmcgZGVmYXVsdCBtb2RlICIzMjB4MjQwIiAoaW5zdWZmaWNpZW50 IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1 bHQgbW9kZSAiNjQweDQ4MCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1v ZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjMyMHgy NDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEp OiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI2NDB4NDgwIiAoaW5zdWZmaWNp ZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiMzIweDI0MCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9y IG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjY0 MHg0ODAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5W KDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIzMjB4MjQwIiAoaW5zdWZm aWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5n IGRlZmF1bHQgbW9kZSAiODAweDYwMCIgKGluc3VmZmljaWVudCBtZW1vcnkg Zm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUg IjQwMHgzMDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkp IE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4MDB4NjAwIiAoaW5z dWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVz aW5nIGRlZmF1bHQgbW9kZSAiNDAweDMwMCIgKGluc3VmZmljaWVudCBtZW1v cnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1v ZGUgIjgwMHg2MDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQoo SUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI0MDB4MzAwIiAo aW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90 IHVzaW5nIGRlZmF1bHQgbW9kZSAiODAweDYwMCIgKGluc3VmZmljaWVudCBt ZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0 IG1vZGUgIjQwMHgzMDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2Rl KQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4MDB4NjAw IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNDAweDMwMCIgKGluc3VmZmljaWVu dCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjEwMjR4NzY4IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3Ig bW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNTEy eDM4NCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYo MSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjEwMjR4NzY4IiAoaW5zdWZm aWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5n IGRlZmF1bHQgbW9kZSAiNTEyeDM4NCIgKGluc3VmZmljaWVudCBtZW1vcnkg Zm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUg IjEwMjR4NzY4IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJ KSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNTEyeDM4NCIgKGlu c3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjEwMjR4NzY4IiAoaW5zdWZmaWNpZW50IG1l bW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQg bW9kZSAiNTEyeDM4NCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUp CihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjEwMjR4NzY4 IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNTEyeDM4NCIgKGluc3VmZmljaWVu dCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjExNTJ4ODY0IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3Ig bW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNTc2 eDQzMiIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYo MSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjEyODB4OTYwIiAoaW5zdWZm aWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5n IGRlZmF1bHQgbW9kZSAiNjQweDQ4MCIgKGluc3VmZmljaWVudCBtZW1vcnkg Zm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUg IjEyODB4OTYwIiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJ KSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiNjQweDQ4MCIgKGlu c3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjEyODB4MTAyNCIgKGluc3VmZmljaWVudCBt ZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0 IG1vZGUgIjY0MHg1MTIiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2Rl KQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxMjgweDEw MjQiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEp OiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI2NDB4NTEyIiAoaW5zdWZmaWNp ZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiMTI4MHgxMDI0IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBm b3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAi NjQweDUxMiIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkg TlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjE2MDB4MTIwMCIgKGlu c3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjgwMHg2MDAiIChpbnN1ZmZpY2llbnQgbWVt b3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICIxNjAweDEyMDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2Rl KQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI4MDB4NjAw IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTYwMHgxMjAwIiAoaW5zdWZmaWNp ZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiODAweDYwMCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9y IG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjE2 MDB4MTIwMCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkg TlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjgwMHg2MDAiIChpbnN1 ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICIxNjAweDEyMDAiIChpbnN1ZmZpY2llbnQgbWVt b3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICI4MDB4NjAwIiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkK KElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTc5MngxMzQ0 IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiODk2eDY3MiIgKGluc3VmZmljaWVu dCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjE3OTJ4MTM0NCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9y IG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjg5 Nng2NzIiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5W KDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxODU2eDEzOTIiIChpbnN1 ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICI5Mjh4Njk2IiAoaW5zdWZmaWNpZW50IG1lbW9y eSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9k ZSAiMTg1NngxMzkyIiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkK KElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiOTI4eDY5NiIg KGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5v dCB1c2luZyBkZWZhdWx0IG1vZGUgIjE5MjB4MTQ0MCIgKGluc3VmZmljaWVu dCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZh dWx0IG1vZGUgIjk2MHg3MjAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBt b2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxOTIw eDE0NDAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5W KDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI5NjB4NzIwIiAoaW5zdWZm aWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5n IGRlZmF1bHQgbW9kZSAiODMyeDYyNCIgKGluc3VmZmljaWVudCBtZW1vcnkg Zm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUg IjQxNngzMTIiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkp IE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIxMTUyeDc2OCIgKGlu c3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjU3NngzODQiIChpbnN1ZmZpY2llbnQgbWVt b3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICIxNDAweDEwNTAiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZvciBtb2Rl KQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICI3MDB4NTI1 IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTQwMHgxMDUwIiAoaW5zdWZmaWNp ZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTogTm90IHVzaW5nIGRl ZmF1bHQgbW9kZSAiNzAweDUyNSIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9y IG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjE2 MDB4MTAyNCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkg TlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjgwMHg1MTIiIChpbnN1 ZmZpY2llbnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNp bmcgZGVmYXVsdCBtb2RlICIxOTIweDE0NDAiIChpbnN1ZmZpY2llbnQgbWVt b3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBt b2RlICI5NjB4NzIwIiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkK KElJKSBOVigxKTogTm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMjA0OHgxNTM2 IiAoaW5zdWZmaWNpZW50IG1lbW9yeSBmb3IgbW9kZSkKKElJKSBOVigxKTog Tm90IHVzaW5nIGRlZmF1bHQgbW9kZSAiMTAyNHg3NjgiIChpbnN1ZmZpY2ll bnQgbWVtb3J5IGZvciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVm YXVsdCBtb2RlICIyMDQ4eDE1MzYiIChpbnN1ZmZpY2llbnQgbWVtb3J5IGZv ciBtb2RlKQooSUkpIE5WKDEpOiBOb3QgdXNpbmcgZGVmYXVsdCBtb2RlICIx MDI0eDc2OCIgKGluc3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkg TlYoMSk6IE5vdCB1c2luZyBkZWZhdWx0IG1vZGUgIjIwNDh4MTUzNiIgKGlu c3VmZmljaWVudCBtZW1vcnkgZm9yIG1vZGUpCihJSSkgTlYoMSk6IE5vdCB1 c2luZyBkZWZhdWx0IG1vZGUgIjEwMjR4NzY4IiAoaW5zdWZmaWNpZW50IG1l bW9yeSBmb3IgbW9kZSkKKFdXKSBOVigxKTogTW9kZSBwb29sIGlzIGVtcHR5 CihFRSkgTlYoMSk6IE5vIHZhbGlkIG1vZGVzIGZvdW5kCihJSSkgVW5sb2Fk TW9kdWxlOiAibnYiCihJSSkgVW5sb2FkTW9kdWxlOiAiZGRjIgooSUkpIFVu bG9hZE1vZHVsZTogImkyYyIKKElJKSBVbmxvYWRNb2R1bGU6ICJ2Z2FodyIK KElJKSBVbmxvYWRNb2R1bGU6ICJpbnQxMCIKKElJKSBkbyBJIG5lZWQgUkFD PyAgTm8sIEkgZG9uJ3QuCihJSSkgcmVzb3VyY2UgcmFuZ2VzIGFmdGVyIHBy ZUluaXQ6CglbMF0gMAkwCTB4ZjgwMDAwMDAgLSAweGY4ZmZmZmZmICgweDEw MDAwMDApIE1YW0JdCglbMV0gMAkwCTB4YTAwMDAwMDAgLSAweGFmZmZmZmZm ICgweDEwMDAwMDAwKSBNWFtCXQoJWzJdIDAJMAkweGY5MDAwMDAwIC0gMHhm OWZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXQoJWzNdIDEJMAkweGZjMDAwMDAw IC0gMHhmY2ZmZmZmZiAoMHgxMDAwMDAwKSBNWFtCXQoJWzRdIDEJMAkweGMw MDAwMDAwIC0gMHhjZmZmZmZmZiAoMHgxMDAwMDAwMCkgTVhbQl0KCVs1XSAx CTAJMHhmZDAwMDAwMCAtIDB4ZmRmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0K CVs2XSAtMQkwCTB4ZmZlMDAwMDAgLSAweGZmZmZmZmZmICgweDIwMDAwMCkg TVhbQl0oQikKCVs3XSAtMQkwCTB4MDAxMDAwMDAgLSAweDNmZmZmZmZmICgw eDNmZjAwMDAwKSBNWFtCXUUoQikKCVs4XSAtMQkwCTB4MDAwZjAwMDAgLSAw eDAwMGZmZmZmICgweDEwMDAwKSBNWFtCXQoJWzldIC0xCTAJMHgwMDBjMDAw MCAtIDB4MDAwZWZmZmYgKDB4MzAwMDApIE1YW0JdCglbMTBdIC0xCTAJMHgw MDAwMDAwMCAtIDB4MDAwOWZmZmYgKDB4YTAwMDApIE1YW0JdCglbMTFdIC0x CTAJMHhmZWFmODAwMCAtIDB4ZmVhZmJmZmYgKDB4NDAwMCkgTVhbQl1FCglb MTJdIC0xCTAJMHhmZWFmZjgwMCAtIDB4ZmVhZmZmZmYgKDB4ODAwKSBNWFtC XUUKCVsxM10gLTEJMAkweGZlOWZjMDAwIC0gMHhmZTlmZmZmZiAoMHg0MDAw KSBNWFtCXUUKCVsxNF0gLTEJMAkweGZlOGY4MDAwIC0gMHhmZThmYmZmZiAo MHg0MDAwKSBNWFtCXUUKCVsxNV0gLTEJMAkweGZlOGZmYzAwIC0gMHhmZThm ZmZmZiAoMHg0MDApIE1YW0JdRQoJWzE2XSAtMQkwCTB4ZmViZmEwMDAgLSAw eGZlYmZhZmZmICgweDEwMDApIE1YW0JdRQoJWzE3XSAtMQkwCTB4ZmViZmIw MDAgLSAweGZlYmZiZmZmICgweDEwMDApIE1YW0JdRQoJWzE4XSAtMQkwCTB4 ZmViZmMwMDAgLSAweGZlYmZjZmZmICgweDEwMDApIE1YW0JdRQoJWzE5XSAt MQkwCTB4ZmViZmQwMDAgLSAweGZlYmZkZmZmICgweDEwMDApIE1YW0JdRQoJ WzIwXSAtMQkwCTB4ZmViZmZjMDAgLSAweGZlYmZmZmZmICgweDQwMCkgTVhb Ql1FCglbMjFdIC0xCTAJMHhmZWJmZTAwMCAtIDB4ZmViZmVmZmYgKDB4MTAw MCkgTVhbQl1FCglbMjJdIC0xCTAJMHhmZTVlMDAwMCAtIDB4ZmU1ZmZmZmYg KDB4MjAwMDApIE1YW0JdKEIpCglbMjNdIC0xCTAJMHhmYzAwMDAwMCAtIDB4 ZmNmZmZmZmYgKDB4MTAwMDAwMCkgTVhbQl0oQikKCVsyNF0gLTEJMAkweGMw MDAwMDAwIC0gMHhjZmZmZmZmZiAoMHgxMDAwMDAwMCkgTVhbQl0oQikKCVsy NV0gLTEJMAkweGZkMDAwMDAwIC0gMHhmZGZmZmZmZiAoMHgxMDAwMDAwKSBN WFtCXShCKQoJWzI2XSAtMQkwCTB4ZmE0ZTAwMDAgLSAweGZhNGZmZmZmICgw eDIwMDAwKSBNWFtCXShCKQoJWzI3XSAtMQkwCTB4ZjgwMDAwMDAgLSAweGY4 ZmZmZmZmICgweDEwMDAwMDApIE1YW0JdKEIpCglbMjhdIC0xCTAJMHhhMDAw MDAwMCAtIDB4YWZmZmZmZmYgKDB4MTAwMDAwMDApIE1YW0JdKEIpCglbMjld IC0xCTAJMHhmOTAwMDAwMCAtIDB4ZjlmZmZmZmYgKDB4MTAwMDAwMCkgTVhb Ql0oQikKCVszMF0gMQkwCTB4MDAwYTAwMDAgLSAweDAwMGFmZmZmICgweDEw MDAwKSBNU1tCXShPcHJEKQoJWzMxXSAxCTAJMHgwMDBiMDAwMCAtIDB4MDAw YjdmZmYgKDB4ODAwMCkgTVNbQl0oT3ByRCkKCVszMl0gMQkwCTB4MDAwYjgw MDAgLSAweDAwMGJmZmZmICgweDgwMDApIE1TW0JdKE9wckQpCglbMzNdIDAJ MAkweDAwMDA2YzAwIC0gMHgwMDAwNmM3ZiAoMHg4MCkgSVhbQl0KCVszNF0g MQkwCTB4MDAwMDdjMDAgLSAweDAwMDA3YzdmICgweDgwKSBJWFtCXQoJWzM1 XSAtMQkwCTB4MDAwMGZmZmYgLSAweDAwMDBmZmZmICgweDEpIElYW0JdCglb MzZdIC0xCTAJMHgwMDAwMDAwMCAtIDB4MDAwMDAwZmYgKDB4MTAwKSBJWFtC XQoJWzM3XSAtMQkwCTB4MDAwMGFjMDAgLSAweDAwMDBhY2ZmICgweDEwMCkg SVhbQl1FCglbMzhdIC0xCTAJMHgwMDAwOTgwMCAtIDB4MDAwMDk4ZmYgKDB4 MTAwKSBJWFtCXUUKCVszOV0gLTEJMAkweDAwMDA4YzAwIC0gMHgwMDAwOGNm ZiAoMHgxMDApIElYW0JdRQoJWzQwXSAtMQkwCTB4MDAwMGI0ODAgLSAweDAw MDBiNGZmICgweDgwKSBJWFtCXUUKCVs0MV0gLTEJMAkweDAwMDBiODAwIC0g MHgwMDAwYjg3ZiAoMHg4MCkgSVhbQl1FCglbNDJdIC0xCTAJMHgwMDAwYjg4 MCAtIDB4MDAwMGI4ZmYgKDB4ODApIElYW0JdRQoJWzQzXSAtMQkwCTB4MDAw MGJjMDAgLSAweDAwMDBiY2ZmICgweDEwMCkgSVhbQl1FCglbNDRdIC0xCTAJ MHgwMDAwYzAwMCAtIDB4MDAwMGMwN2YgKDB4ODApIElYW0JdRQoJWzQ1XSAt MQkwCTB4MDAwMGMwODAgLSAweDAwMDBjMGZmICgweDgwKSBJWFtCXUUKCVs0 Nl0gLTEJMAkweDAwMDBjNDAwIC0gMHgwMDAwYzQ3ZiAoMHg4MCkgSVhbQl1F CglbNDddIC0xCTAJMHgwMDAwYzQ4MCAtIDB4MDAwMGM0ZmYgKDB4ODApIElY W0JdRQoJWzQ4XSAtMQkwCTB4MDAwMGM4MDAgLSAweDAwMDBjODdmICgweDgw KSBJWFtCXUUKCVs0OV0gLTEJMAkweDAwMDBjODgwIC0gMHgwMDAwYzhmZiAo MHg4MCkgSVhbQl1FCglbNTBdIC0xCTAJMHgwMDAwY2MwMCAtIDB4MDAwMGNj ZmYgKDB4MTAwKSBJWFtCXUUKCVs1MV0gLTEJMAkweDAwMDBmZmEwIC0gMHgw MDAwZmZiZiAoMHgyMCkgSVhbQl1FCglbNTJdIC0xCTAJMHgwMDAwZDAwMCAt IDB4MDAwMGQwZmYgKDB4MTAwKSBJWFtCXUUKCVs1M10gLTEJMAkweDAwMDBk NDAwIC0gMHgwMDAwZDRmZiAoMHgxMDApIElYW0JdRQoJWzU0XSAtMQkwCTB4 MDAwMDA3MDAgLSAweDAwMDAwN2ZmICgweDEwMCkgSVhbQl1FCglbNTVdIC0x CTAJMHgwMDAwMDYwMCAtIDB4MDAwMDA2ZmYgKDB4MTAwKSBJWFtCXUUKCVs1 Nl0gLTEJMAkweDAwMDBkYzAwIC0gMHgwMDAwZGNmZiAoMHgxMDApIElYW0Jd RQoJWzU3XSAtMQkwCTB4MDAwMDdjMDAgLSAweDAwMDA3YzdmICgweDgwKSBJ WFtCXShCKQoJWzU4XSAtMQkwCTB4MDAwMDZjMDAgLSAweDAwMDA2YzdmICgw eDgwKSBJWFtCXShCKQoJWzU5XSAxCTAJMHgwMDAwMDNiMCAtIDB4MDAwMDAz YmIgKDB4YykgSVNbQl0oT3ByVSkKCVs2MF0gMQkwCTB4MDAwMDAzYzAgLSAw eDAwMDAwM2RmICgweDIwKSBJU1tCXShPcHJVKQooV1cpIE5WKDApOiBGYWls ZWQgdG8gc2V0IHdyaXRlLWNvbWJpbmluZyByYW5nZSAoMHhjMDAwMDAwMCww eDEwMDAwMDAwKQooPT0pIE5WKDApOiBXcml0ZS1jb21iaW5pbmcgcmFuZ2Ug KDB4YTAwMDAsMHgxMDAwMCkgd2FzIGFscmVhZHkgY2xlYXIKCiAgICoqKiBJ ZiB1bnJlc29sdmVkIHN5bWJvbHMgd2VyZSByZXBvcnRlZCBhYm92ZSwgdGhl eSBtaWdodCBub3QKICAgKioqIGJlIHRoZSByZWFzb24gZm9yIHRoZSBzZXJ2 ZXIgYWJvcnRpbmcuCgpGYXRhbCBzZXJ2ZXIgZXJyb3I6CkNhdWdodCBzaWdu YWwgOC4gIFNlcnZlciBhYm9ydGluZwoKClBsZWFzZSBjb25zdWx0IHRoZSBU aGUgWC5PcmcgRm91bmRhdGlvbiBzdXBwb3J0IAoJIGF0IGh0dHA6Ly93aWtp LlguT3JnCiBmb3IgaGVscC4gClBsZWFzZSBhbHNvIGNoZWNrIHRoZSBsb2cg ZmlsZSBhdCAiL3Zhci9sb2cvWG9yZy4wLmxvZyIgZm9yIGFkZGl0aW9uYWwg aW5mb3JtYXRpb24uCgo= ------=_NextPart_000_27c4_2b58_55bb Content-Type: text/plain; name="XORG.0.LOG.OLD"; format=flowed Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="XORG.0.LOG.OLD" X Window System Version 6.9.0 Release Date: 21 December 2005 X Protocol Version 11, Revision 0, Release 6.9 Build Operating System: FreeBSD 6.1 i386 [ELF] Current Operating System: FreeBSD cerberus.bsd.uni 6.1-RELEASE FreeBSD 6.1-RELEASE #2: Sat Sep 16 14:46:32 BST 2006 root@:/usr/obj/usr/src/sys/SMP-XKERN i386 Build Date: 24 March 2006 Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 17 11:02:12 2006 (II) Module ABI versions: X.Org ANSI C Emulation: 0.2 X.Org Video Driver: 0.8 X.Org XInput driver : 0.5 X.Org Server Extension : 0.2 X.Org Font Renderer : 0.4 (II) Loader running on freebsd (II) LoadModule: "bitmap" (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so (II) Module bitmap: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/X11R6/lib/modules/libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 10de,0071 card 1043,8189 rev c1 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 10de,007f card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:00:2: chip 10de,0075 card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:00:3: chip 10de,006f card 1043,8189 rev a1 class 05,00,00 hdr 00 (II) PCI: 00:00:4: chip 10de,00b4 card 1043,8189 rev a1 class 05,00,00 hdr 00 (II) PCI: 00:01:0: chip 10de,0076 card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:1: chip 10de,0078 card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:2: chip 10de,0079 card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:3: chip 10de,007a card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:4: chip 10de,007b card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:5: chip 10de,007c card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:6: chip 10de,007d card 1043,8189 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:02:0: chip 10de,007e card 0000,0000 rev a2 class 06,04,00 hdr 01 (II) PCI: 00:04:0: chip 10de,007e card 0000,0000 rev a2 class 06,04,00 hdr 01 (II) PCI: 00:05:0: chip 10de,007e card 0000,0000 rev a2 class 06,04,00 hdr 01 (II) PCI: 00:06:0: chip 10de,007e card 0000,0000 rev a2 class 06,04,00 hdr 01 (II) PCI: 00:07:0: chip 10de,007e card 0000,0000 rev a2 class 06,04,00 hdr 01 (II) PCI: 00:09:0: chip 10de,005e card 1043,8162 rev a4 class 05,80,00 hdr 00 (II) PCI: 00:0a:0: chip 10de,0050 card 1043,8162 rev a4 class 06,01,00 hdr 80 (II) PCI: 00:0a:1: chip 10de,0052 card 1043,8162 rev a2 class 0c,05,00 hdr 80 (II) PCI: 00:0b:0: chip 10de,005a card 1043,8162 rev a2 class 0c,03,10 hdr 80 (II) PCI: 00:0b:1: chip 10de,005b card 1043,8162 rev a4 class 0c,03,20 hdr 80 (II) PCI: 00:0d:0: chip 10de,0059 card 1043,812a rev a2 class 04,01,00 hdr 00 (II) PCI: 00:0f:0: chip 10de,0053 card 1043,8162 rev f3 class 01,01,8a hdr 00 (II) PCI: 00:10:0: chip 10de,0054 card 1043,8162 rev f3 class 01,01,85 hdr 00 (II) PCI: 00:11:0: chip 10de,0055 card 1043,8162 rev f3 class 01,01,85 hdr 00 (II) PCI: 00:12:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01 (II) PCI: 00:13:0: chip 10de,0057 card 1043,81d3 rev a3 class 06,80,00 hdr 00 (II) PCI: 00:14:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 00:16:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 00:17:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 01:00:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 02:00:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 02:01:0: chip 10de,01b3 card 0000,0000 rev a3 class 06,04,00 hdr 01 (II) PCI: 03:00:0: chip 10de,0294 card 10de,035b rev a1 class 03,02,00 hdr 00 (II) PCI: 04:00:0: chip 10de,0294 card 10de,035b rev a1 class 03,00,00 hdr 00 (II) PCI: 06:00:0: chip 1095,3132 card 1043,819f rev 01 class 01,80,00 hdr 00 (II) PCI: 08:00:0: chip 11ab,4362 card 1043,8142 rev 22 class 02,00,00 hdr 00 (II) PCI: 09:06:0: chip 1102,0008 card 1102,4002 rev 00 class 04,01,00 hdr 00 (II) PCI: 09:0b:0: chip 104c,8023 card 1043,815b rev 00 class 0c,00,10 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,12), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:2:0), (0,1,4), BCTRL: 0x000a (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x00006000 - 0x00007fff (0x2000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xf6400000 - 0xfe6fffff (0x8300000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0x9ff00000 - 0xdfefffff (0x40000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 5: bridge is at (0:4:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 6: bridge is at (0:5:0), (0,6,6), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 6 I/O range: [0] -1 0 0x00008000 - 0x00008fff (0x1000) IX[B] (II) Bus 6 non-prefetchable memory range: [0] -1 0 0xfe700000 - 0xfe8fffff (0x200000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 7: bridge is at (0:6:0), (0,7,7), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 8: bridge is at (0:7:0), (0,8,8), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 8 I/O range: [0] -1 0 0x00009000 - 0x00009fff (0x1000) IX[B] (II) Bus 8 non-prefetchable memory range: [0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:10:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) Subtractive PCI-to-PCI bridge: (II) Bus 9: bridge is at (0:18:0), (0,9,9), BCTRL: 0x0202 (VGA_EN is cleared) (II) Bus 9 I/O range: [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B] (II) Bus 9 non-prefetchable memory range: [0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 10: bridge is at (0:20:0), (0,10,10), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 11: bridge is at (0:22:0), (0,11,11), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 12: bridge is at (0:23:0), (0,12,12), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (1:0:0), (1,2,4), BCTRL: 0x000a (VGA_EN is set) (II) Bus 2 I/O range: [0] -1 0 0x00006000 - 0x00007fff (0x2000) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xf6400000 - 0xfe5fffff (0x8200000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0x9ff00000 - 0xdfefffff (0x40000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 3: bridge is at (2:0:0), (2,3,3), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 3 I/O range: [0] -1 0 0x00006000 - 0x00006fff (0x1000) IX[B] (II) Bus 3 non-prefetchable memory range: [0] -1 0 0xf6400000 - 0xfa4fffff (0x4100000) MX[B] (II) Bus 3 prefetchable memory range: [0] -1 0 0x9ff00000 - 0xbfefffff (0x20000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 4: bridge is at (2:1:0), (2,4,4), BCTRL: 0x000a (VGA_EN is set) (II) Bus 4 I/O range: [0] -1 0 0x00007000 - 0x00007fff (0x1000) IX[B] (II) Bus 4 non-prefetchable memory range: [0] -1 0 0xfa500000 - 0xfe5fffff (0x4100000) MX[B] (II) Bus 4 prefetchable memory range: [0] -1 0 0xbff00000 - 0xdfefffff (0x20000000) MX[B] (--) PCI: (3:0:0) nVidia Corporation unknown chipset (0x0294) rev 161, Mem @ 0xf9000000/24, 0xa0000000/28, 0xf8000000/24, I/O @ 0x6c00/7, BIOS @ 0xfa4e0000/17 (--) PCI:*(4:0:0) nVidia Corporation unknown chipset (0x0294) rev 161, Mem @ 0xfd000000/24, 0xc0000000/28, 0xfc000000/24, I/O @ 0x7c00/7, BIOS @ 0xfe5e0000/17 List of video drivers: apm ark ati atimisc chips cirrus cyrix dummy glint i128 i740 i810 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage siliconmotion sis tdfx tga trident tseng nvidia nvidia via vmware vesa vga (II) LoadModule: "apm" (II) Loading /usr/X11R6/lib/modules/drivers/apm_drv.so (II) Module apm: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "ark" (II) Loading /usr/X11R6/lib/modules/drivers/ark_drv.so (II) Module ark: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.5.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "ati" (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.so (II) Module ati: vendor="X.Org Foundation" compiled for 6.9.0, module version = 6.5.7 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "atimisc" (II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.so (II) Module atimisc: vendor="X.Org Foundation" compiled for 6.9.0, module version = 6.5.7 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "chips" (II) Loading /usr/X11R6/lib/modules/drivers/chips_drv.so (II) Module chips: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "cirrus" (II) Loading /usr/X11R6/lib/modules/drivers/cirrus_drv.so (II) Module cirrus: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "cyrix" (II) Loading /usr/X11R6/lib/modules/drivers/cyrix_drv.so (II) Module cyrix: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "dummy" (II) Loading /usr/X11R6/lib/modules/drivers/dummy_drv.so (II) Module dummy: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.1.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "glint" (II) Loading /usr/X11R6/lib/modules/drivers/glint_drv.so (II) Module glint: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "i128" (II) Loading /usr/X11R6/lib/modules/drivers/i128_drv.so (II) Module i128: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.1.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "i740" (II) Loading /usr/X11R6/lib/modules/drivers/i740_drv.so (II) Module i740: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "i810" (II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.4.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "mga" (II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.so (II) Module mga: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.2.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "neomagic" (II) Loading /usr/X11R6/lib/modules/drivers/neomagic_drv.so (II) Module neomagic: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "nsc" (II) Loading /usr/X11R6/lib/modules/drivers/nsc_drv.so (II) Module nsc: vendor="X.Org Foundation" compiled for 6.9.0, module version = 2.7.6 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "nv" (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.so (II) Module nv: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "r128" (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.so (II) Module r128: vendor="X.Org Foundation" compiled for 6.9.0, module version = 4.0.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "radeon" (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 6.9.0, module version = 4.0.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "rendition" (II) Loading /usr/X11R6/lib/modules/drivers/rendition_drv.so (II) Module rendition: vendor="X.Org Foundation" compiled for 6.9.0, module version = 4.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "s3" (II) Loading /usr/X11R6/lib/modules/drivers/s3_drv.so (II) Module s3: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.3.5 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "s3virge" (II) Loading /usr/X11R6/lib/modules/drivers/s3virge_drv.so (II) Module s3virge: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.8.6 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "savage" (II) Loading /usr/X11R6/lib/modules/drivers/savage_drv.so (II) Module savage: vendor="X.Org Foundation" compiled for 6.9.0, module version = 2.0.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "siliconmotion" (II) Loading /usr/X11R6/lib/modules/drivers/siliconmotion_drv.so (II) Module siliconmotion: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.3.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "sis" (II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.so (II) Module sis: vendor="X.Org Foundation" compiled for 6.9.0, module version = 0.8.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "tdfx" (II) Loading /usr/X11R6/lib/modules/drivers/tdfx_drv.so (II) Module tdfx: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.1.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "tga" (II) Loading /usr/X11R6/lib/modules/drivers/tga_drv.so (II) Module tga: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "trident" (II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.so (II) Module trident: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "tseng" (II) Loading /usr/X11R6/lib/modules/drivers/tseng_drv.so (II) Module tseng: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "nvidia" (II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.8774 Module class: X.Org Video Driver (II) LoadModule: "nvidia" (II) Reloading /usr/X11R6/lib/modules/drivers/nvidia_drv.so (II) UnloadModule: "nvidia" (II) Failed to load module "nvidia" (already loaded, -1077942428) (II) LoadModule: "via" (II) Loading /usr/X11R6/lib/modules/drivers/via_drv.so (II) Module via: vendor="X.Org Foundation" compiled for 4.3.99.902, module version = 0.1.33 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "vmware" (II) Loading /usr/X11R6/lib/modules/drivers/vmware_drv.so (II) Module vmware: vendor="X.Org Foundation" compiled for 6.9.0, module version = 10.11.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "vesa" (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "vga" (II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.so (II) Module vga: vendor="X.Org Foundation" compiled for 6.9.0, module version = 4.0.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xfeaf8000 - 0xfeafffff (0x8000) MX[B]E [1] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [2] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [3] -1 0 0xfe8f8000 - 0xfe8fffff (0x8000) MX[B]E [4] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [5] -1 0 0xfebfa000 - 0xfebfbfff (0x2000) MX[B]E [6] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [7] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[B]E [8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [9] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [10] -1 0 0xfebfe000 - 0xfebfffff (0x2000) MX[B]E [11] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [15] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [16] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [17] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [18] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [19] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [20] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [21] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [22] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [23] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E [24] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [25] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [26] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]E [27] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [28] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[B]E [29] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [30] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]E [31] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [32] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [33] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [34] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [35] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [36] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [37] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [38] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [39] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [40] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) (II) PCI Memory resource overlap reduced 0xfeaf8000 from 0xfeafffff to 0xfeafbfff (II) PCI Memory resource overlap reduced 0xfe8f8000 from 0xfe8fffff to 0xfe8fbfff (II) PCI Memory resource overlap reduced 0xfebfa000 from 0xfebfbfff to 0xfebfafff (II) PCI I/O resource overlap reduced 0x0000b800 from 0x0000b8ff to 0x0000b87f (II) PCI I/O resource overlap reduced 0x0000c000 from 0x0000c0ff to 0x0000c07f (II) PCI Memory resource overlap reduced 0xfebfc000 from 0xfebfffff to 0xfebfcfff (II) PCI I/O resource overlap reduced 0x0000c400 from 0x0000c4ff to 0x0000c47f (II) PCI I/O resource overlap reduced 0x0000c800 from 0x0000c8ff to 0x0000c87f (II) PCI Memory resource overlap reduced 0xfebfe000 from 0xfebfffff to 0xfebfefff (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E [1] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [2] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [3] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]E [4] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [5] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]E [6] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [7] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]E [8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [9] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [10] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]E [11] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [15] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [16] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [17] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [18] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [19] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [20] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [21] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [22] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [23] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[B]E [24] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [25] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [26] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]E [27] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [28] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]E [29] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [30] -1 0 0x0000c800 - 0x0000c87f (0x80) IX[B]E [31] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [32] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [33] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [34] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [35] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [36] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [37] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [38] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [39] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [40] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E [6] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [7] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [8] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]E [9] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]E [11] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [12] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]E [13] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [14] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [15] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]E [16] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [18] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [19] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [20] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [21] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [22] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [26] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [27] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [28] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [29] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [30] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[B]E [31] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [32] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [33] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]E [34] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [35] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]E [36] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [37] -1 0 0x0000c800 - 0x0000c87f (0x80) IX[B]E [38] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [39] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [40] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [41] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [42] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [43] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [44] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [45] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [46] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [47] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) (II) Primary Device is: PCI 04:00:0 (II) ATI: Unshared VGA not probed. (II) ATI: Unshared 8514/A not probed. (II) ATI: Unshared Mach64 at PIO base 0x02EC not probed. (II) Loading sub module "cirrus_laguna" (II) LoadModule: "cirrus_laguna" (II) Loading /usr/X11R6/lib/modules/drivers/cirrus_laguna.so (II) Module cirrus_laguna: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) Loading sub module "cirrus_alpine" (II) LoadModule: "cirrus_alpine" (II) Loading /usr/X11R6/lib/modules/drivers/cirrus_alpine.so (II) Module cirrus_alpine: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, GeForce4 440 Go 64M, Quadro4 NVS, Quadro4 500 GoGL, GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, 0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE, 0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE, GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329, Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series, GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, Quadro FX 700, GeForce FX 5900ZT, Quadro FX 3000, GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, 0x0345, GeForce FX Go5700, GeForce FX Go5700, 0x0349, 0x034B, Quadro FX Go1000, Quadro FX 1100, 0x034F, GeForce 6800 Ultra, GeForce 6800, GeForce 6800 LE, 0x0043, GeForce 6800 GT, GeForce 6800 GT, GeForce 6800 XT, 0x0049, Quadro FX 4000, 0x00C0, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, GeForce 6600, GeForce 6600 LE, 0x0143, GeForce Go 6600, GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, GeForce Go 6600, GeForce Go 6600 GT, 0x014B, 0x014C, 0x014D, Quadro FX 540, GeForce 6200, GeForce 6500, GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, GeForce Go 6200, GeForce Go 6400, GeForce 6250, 0x016B, 0x016C, 0x016D, 0x016E, 0x0210, GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, 0x0220, GeForce 6200, 0x0222, 0x0228, 0x0090, GeForce 7800 GTX, GeForce 7800 GT, 0x0093, 0x0094, GeForce Go 7800, GeForce Go 7800 GTX, 0x009C, Quadro FX 4500, 0x009E (II) NVIDIA dlloader X Driver 1.0-8774 Tue Aug 1 22:06:46 PDT 2006 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) VESA: driver for VESA chipsets: vesa (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic (++) Using config file: "/root/xorg.conf.new" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Screen "Screen1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Card1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist. Entry deleted from font path. (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" (**) ModulePath set to "/usr/X11R6/lib/modules" (--) Chipset Unknown NVIDIA chip found (--) Chipset Unknown NVIDIA chip found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E [6] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [7] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [8] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]E [9] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]E [11] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [12] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]E [13] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [14] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [15] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]E [16] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [18] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [19] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [20] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [21] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [22] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [26] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [27] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [28] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [29] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [30] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[B]E [31] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [32] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [33] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]E [34] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [35] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]E [36] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [37] -1 0 0x0000c800 - 0x0000c87f (0x80) IX[B]E [38] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [39] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [40] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [41] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [42] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [43] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [44] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [45] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [46] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [47] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E [6] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [7] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [8] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]E [9] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]E [11] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [12] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]E [13] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [14] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [15] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]E [16] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [18] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [19] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [20] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [21] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [22] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [26] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [27] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [28] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [29] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [30] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[B]E [31] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [32] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [33] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]E [34] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [35] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]E [36] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [37] -1 0 0x0000c800 - 0x0000c87f (0x80) IX[B]E [38] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [39] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [40] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [41] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [42] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [43] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [44] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [45] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [46] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [47] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) (II) resource ranges after probing: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]E [6] -1 0 0xfeaff800 - 0xfeafffff (0x800) MX[B]E [7] -1 0 0xfe9fc000 - 0xfe9fffff (0x4000) MX[B]E [8] -1 0 0xfe8f8000 - 0xfe8fbfff (0x4000) MX[B]E [9] -1 0 0xfe8ffc00 - 0xfe8fffff (0x400) MX[B]E [10] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[B]E [11] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[B]E [12] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[B]E [13] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[B]E [14] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]E [15] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[B]E [16] -1 0 0xfe5e0000 - 0xfe5fffff (0x20000) MX[B](B) [17] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B) [18] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B) [19] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [20] -1 0 0xfa4e0000 - 0xfa4fffff (0x20000) MX[B](B) [21] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [22] -1 0 0xa0000000 - 0xafffffff (0x10000000) MX[B](B) [23] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [24] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [27] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] [28] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [29] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [31] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [32] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]E [33] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E [34] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]E [35] -1 0 0x0000b480 - 0x0000b4ff (0x80) IX[B]E [36] -1 0 0x0000b800 - 0x0000b87f (0x80) IX[B]E [37] -1 0 0x0000b880 - 0x0000b8ff (0x80) IX[B]E [38] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]E [39] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]E [40] -1 0 0x0000c080 - 0x0000c0ff (0x80) IX[B]E [41] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]E [42] -1 0 0x0000c480 - 0x0000c4ff (0x80) IX[B]E [43] -1 0 0x0000c800 - 0x0000c87f (0x80) IX[B]E [44] -1 0 0x0000c880 - 0x0000c8ff (0x80) IX[B]E [45] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[B]E [46] -1 0 0x0000ffa0 - 0x0000ffbf (0x20) IX[B]E [47] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E [48] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E [49] -1 0 0x00000700 - 0x000007ff (0x100) IX[B]E [50] -1 0 0x00000600 - 0x000006ff (0x100) IX[B]E [51] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B]E [52] -1 0 0x00007c00 - 0x00007c7f (0x80) IX[B](B) [53] -1 0 0x00006c00 - 0x00006c7f (0x80) IX[B](B) [54] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [55] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] [56] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] [57] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Setting vga for screen 1. (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/X11R6/lib/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 0.8 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/X11R6/lib/modules/libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) NV(1): initializing int10 (==) NV(1): Write-combining range (0xa0000,0x20000) was already clear (==) NV(1): Write-combining range (0xc0000,0x40000) was already clear (II) NV(1): Primary V_BIOS segment is: 0xc000 (==) NV(1): Write-combining range (0x0,0x1000) was already clear (II) NV(1): VESA BIOS detected (II) NV(1): VESA VBE Version 3.0 (II) NV(1): VESA VBE Total Mem: 262144 kB (II) NV(1): VESA VBE OEM: NVIDIA (II) NV(1): VESA VBE OEM Software Rev: 5.113 (II) NV(1): VESA VBE OEM Vendor: NVIDIA Corporation (II) NV(1): VESA VBE OEM Product: G71 Board - p602h0 (II) NV(1): VESA VBE OEM Product Rev: Chip Rev (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/X11R6/lib/modules/libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) NV(1): VESA VBE DDC supported (II) NV(1): VESA VBE DDC Level 2 (II) NV(1): VESA VBE DDC transfer in appr. 1 sec. (II) NV(1): VESA VBE DDC read successfully (==) NV(1): Write-combining range (0x0,0x1000) was already clear (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Reloading /usr/X11R6/lib/modules/libvbe.so (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/X11R6/lib/modules/libint10.so (II) NV(0): initializing int10 (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear (EE) NV(0): Cannot read V_BIOS (3) Xorg detected your mouse at device /dev/sysmouse. Please check your config if the mouse is still not operational, as by default Xorg tries to autodetect the protocol. Xorg has configured a multihead system, please check your config. Your xorg.conf file is /root/xorg.conf.new To test the server, run 'X -config /root/xorg.conf.new' ------=_NextPart_000_27c4_2b58_55bb-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 10:57:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55CE116A580 for ; Sun, 17 Sep 2006 10:57:00 +0000 (UTC) (envelope-from agh@tpg.com.au) Received: from mail5.tpgi.com.au (mail5.tpgi.com.au [203.12.160.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2239D43D79 for ; Sun, 17 Sep 2006 10:56:49 +0000 (GMT) (envelope-from agh@tpg.com.au) X-TPG-Antivirus: Passed Received: from localhost.madcat (220-244-72-6.static.tpgi.com.au [220.244.72.6]) by mail5.tpgi.com.au (envelope-from agh@tpg.com.au) (8.13.6/8.13.6) with ESMTP id k8HAulM0006671 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 17 Sep 2006 20:56:49 +1000 From: "Alastair G. Hogge" To: freebsd-questions@freebsd.org Date: Sun, 17 Sep 2006 21:00:51 +0000 User-Agent: KMail/1.9.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609172100.52321.agh@tpg.com.au> Cc: elite_bizkit@hotmail.com Subject: Re: BFG 7650 GX2 can't find valid mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 10:57:00 -0000 On Sunday 17 September 2006 10:20, elite_bizkit@hotmail.com wrote: > Hello all, Hello, > I'm having a slight issue with my new FreeBSD box - when I test the > xorg.conf.new file that "Xorg -configure" creates I get an error that says > > (EE) NV(1): Cannot read V_BIOS (3) > (EE) NV(1): No valid modes found > > I searched around on the internet and found some modeline information for a > similar setup to mine which I tried > > without success. I then installed the latest FreeBSD nvidia drivers which, > after installing compat5x and running > > nvidia-xconfig, caused my machine to reboot every time I tried X -config on > the file. > > I found that I could stop my system from rebooting when I replaced Driver > "nvidia" with Driver "nv" in the Device > > sections in the config file but this took me back to square one. > > Finally I tried connecting the system up to an iiyama Vision Master 400 > (CRT) and had exactly the same problem :( > > Here is my current setup: > > Intel Duo 2 Core E6700 > 4GB of Corsair RAM Very cool > 260GB SATA HDD (1) - XP > 80GB SATA HDD (2) - FreeBSD Swap them around ;-) > BFG 7950 GX2 The FreeBSD NVIDIA kernel driver does not support GeForce cards above 7900GTX. If they did I would've bought a couple myself, instead I bought a cheap Forsa 7900GTX until there's support for the higher cards. There was a thread on one of the lists from zander(NVIDIA) about some needed functionality to improve PCIe, add SLI, and lots of other crap I have no understanding of. As for X.org, it also looks like it doesn't support your card :-( only supports upto the *7800* -Alastair From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 11:21:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6122C16A494 for ; Sun, 17 Sep 2006 11:21:20 +0000 (UTC) (envelope-from ovidiue@unixware.ro) Received: from elgreco.hmdnsgroup.com (elgreco.hmdnsgroup.com [63.247.135.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id E999743D46 for ; Sun, 17 Sep 2006 11:21:18 +0000 (GMT) (envelope-from ovidiue@unixware.ro) Received: from [88.158.148.79] (port=1079 helo=unixware.ro) by elgreco.hmdnsgroup.com with esmtpa (Exim 4.52) id 1GOui6-0001pX-Le; Sun, 17 Sep 2006 07:21:18 -0400 Message-ID: <450D2F54.1060103@unixware.ro> Date: Sun, 17 Sep 2006 14:19:48 +0300 From: ovidiu ene User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Schultzer References: <8E2A3211-BE90-4F31-9CD5-F8F4B98E8619@abcel-online.com> In-Reply-To: <8E2A3211-BE90-4F31-9CD5-F8F4B98E8619@abcel-online.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HMDNSGroup-MailScanner-Information: Please contact the ISP for more information X-HMDNSGroup-MailScanner-SpamCheck: X-HMDNSGroup-MailScanner-From: ovidiue@unixware.ro X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - elgreco.hmdnsgroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - unixware.ro X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: Re: Plesk and FreeBSD 6.1 64-bit getting frustrating X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 11:21:20 -0000 Hello We were using Plesk on FreeBSD 5.4, i386, and had a lot of problem with qmail wich is crashing sometimes without any reason. We tried differend tips found on forums and disabling antivirus and modifying some script we managed to restart the crashed mail service by watchdog, but still the mail service crash more than ten times a day. The problem with crashing qmail was found not only on FreeBSD but on Linux too. So our learned lesson was: 1. don't try even to make it work if is not designed for your version of bsd, is a waste of time, 2. Plesk 7.5 is not as good as we thought, you might try Plesk 8, maybe is better, but, I still recommend you CPanel. Is difficult to work with closed source code, if a problem occurs you do not know what to do. Best Regards, ovidiu Dan Schultzer wrote: > Hello > > I've got FreeBSD 6.1 installed on a Sun Fire X2100 server, and are > trying to get plesk installed. But plesk isn't supported for FreeBSD > 6.1 64-bit version yet, so it has been hard work to try trick it. Now > I want to trick the uname command to show the version needed for > plesk installation. Any one having an easy and pretty safe way to do > this? This is the last try before I trash FreeBSD as it's pretty > important that this server come up and running soon, though I love > FreeBSD :( > > Also, I'm not member at this list so please mail / cc me directly. > Thanks. > > Regards, > Dan Schultzer > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 07:20:36 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE4AD16A403 for ; Sun, 17 Sep 2006 07:20:36 +0000 (UTC) (envelope-from extazyti@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8096143D49 for ; Sun, 17 Sep 2006 07:20:36 +0000 (GMT) (envelope-from extazyti@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so3585925wxd for ; Sun, 17 Sep 2006 00:20:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ADnGIb8NiGbkaclOuyKHneljVqQE0UP1h2XmMq44IZPIzsxXzAojJeA/ZSTHkgRZOAg3wnPOeoUodzP1uVRrxOKyRPY2mbkUEufWsNdkR/O5UZ+gao9VuKw1HaYjR8TiaSCXvfPh/3ZszWJvYQnOdUhz/dfBBCc28Xq/DG7K8Vg= Received: by 10.70.22.10 with SMTP id 10mr10021019wxv; Sun, 17 Sep 2006 00:20:33 -0700 (PDT) Received: by 10.70.37.10 with HTTP; Sun, 17 Sep 2006 00:20:33 -0700 (PDT) Message-ID: <468d29450609170020q758d83efk8cde82bb86ae3ccf@mail.gmail.com> Date: Sun, 17 Sep 2006 09:20:33 +0200 From: ExTaZyTi To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 X-Mailman-Approved-At: Sun, 17 Sep 2006 11:23:59 +0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Please Help with my kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 07:20:37 -0000 Hi, I'm new in FreeBSD, I want to conf and re-build my kernel but the directory /usr/src is empty. I'm with FreeBSD 6.1-STABLE, PLEASE HELP :( From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 07:43:09 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15AAA16A403 for ; Sun, 17 Sep 2006 07:43:09 +0000 (UTC) (envelope-from fontenot_1031@yahoo.com) Received: from web30001.mail.mud.yahoo.com (web30001.mail.mud.yahoo.com [209.191.69.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 9B4F643D5C for ; Sun, 17 Sep 2006 07:43:08 +0000 (GMT) (envelope-from fontenot_1031@yahoo.com) Received: (qmail 43278 invoked by uid 60001); 17 Sep 2006 07:43:08 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=so+kDNz38PeNWe+urOMRpcmsH50J44T22RThHJVjUU51KxDww3J7xWyAKb356r8RC2ewFFetDQoqQNB1nm1IEJuIUWEAKybrJMi2Z4OS/cBexCG8MRQEBVYt+3Gm9Mse196X724ll3vgZbl6z9b1Wv+1J7dkJkqIRG+QIRHSYCA= ; Message-ID: <20060917074308.43276.qmail@web30001.mail.mud.yahoo.com> Received: from [4.242.177.131] by web30001.mail.mud.yahoo.com via HTTP; Sun, 17 Sep 2006 00:43:08 PDT Date: Sun, 17 Sep 2006 00:43:08 -0700 (PDT) From: David Fontenot To: FreeBSD Questions In-Reply-To: <5D9847DD-E98F-4392-9ADC-0F08E0837135@HiWAAY.net> MIME-Version: 1.0 X-Mailman-Approved-At: Sun, 17 Sep 2006 11:24:30 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: 28.8kbs/56kbs modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 07:43:09 -0000 Thank you very much for your reply :-) David Kelly wrote: On Sep 16, 2006, at 3:29 PM, David Fontenot wrote: > To whom it may concern, > Currently, I am using Ubuntu Linux 6.06 and it is really a let- > down after I got it when I realized that Ubuntu does not do well > with 28.8kbs/56kbs modems. It will not let me use my modem. "Cheap" is the buzzword for internal modems. "Windows only" is a common way to make cheap modems, aka, "winmodem". I have never used FreeBSD with a winmodem but understand there is a way to use some models. Has been many years since, but have used FreeBSD over dialup external modem with many years of success. Generally one finds better support for Windows-specific hardware with Linux than FreeBSD. Linux seems to want badly to supplant Microsoft Windows and to that goal developers will work to equal every minutia. FreeBSD says, "Bill who?, Bill Joy?" > I was wondering how Free-bsd does with dial-up modems (2 > year old computer) and highspeed interenet, (I might get high speed > soon). Unless things have changed, FreeBSD works perfectly with external modems using PPP protocol to your ISP. > P.S. If my family did share a high speed internet connection, > could I still connect to their network and share the internet, even > if they are both using Windows XP? Yes. Either an XP machine can "share" its internet connection (presumably you will use ethernet) or your FreeBSD system can do the same for the others. "Internet" is not yet a Microsoft-proprietary protocol, quite the opposite as Unix shares its internet protocols with Microsoft. Sent from MacOS X thru a "shared" network using a FreeBSD gateway. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. --------------------------------- How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 11:36:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6623316A407 for ; Sun, 17 Sep 2006 11:36:45 +0000 (UTC) (envelope-from adm@abcel-online.com) Received: from outbound-mail-10.bluehost.com (outbound-mail-10.bluehost.com [67.138.240.210]) by mx1.FreeBSD.org (Postfix) with SMTP id 970AC43D5A for ; Sun, 17 Sep 2006 11:36:37 +0000 (GMT) (envelope-from adm@abcel-online.com) Received: (qmail 8645 invoked by uid 0); 17 Sep 2006 11:36:32 -0000 Received: from unknown (HELO box57.bluehost.com) (70.103.189.39) by mailproxy1.bluehost.com with SMTP; 17 Sep 2006 11:36:32 -0000 Received: from 0x555152c6.adsl.cybercity.dk ([85.81.82.198] helo=[10.0.0.2]) by box57.bluehost.com with esmtp (Exim 4.52) id 1GOuwp-0000tr-Pj; Sun, 17 Sep 2006 05:36:32 -0600 In-Reply-To: <450D2F54.1060103@unixware.ro> References: <8E2A3211-BE90-4F31-9CD5-F8F4B98E8619@abcel-online.com> <450D2F54.1060103@unixware.ro> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Dan Schultzer Date: Sun, 17 Sep 2006 13:36:27 +0200 To: ovidiu ene X-Mailer: Apple Mail (2.752.2) X-Identified-User: {:box57.bluehost.com:distribution+macspil.dk:} {sentby:bopbeforesmtp 85.81.82.198 authed with distribution+macspil.dk} Cc: freebsd-questions@freebsd.org Subject: Re: Plesk and FreeBSD 6.1 64-bit getting frustrating X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 11:36:45 -0000 Hi Ovidiu Thanks for your information. Yeah, I've pretty much given up on this, so I'll use Suse instead and then later on, when I've more time, try get FreeBSD installed with a better CP. Thanks again. Regards, Dan Schultzer Den 17. sep 2006 kl. 13:19 skrev ovidiu ene: > Hello > > We were using Plesk on FreeBSD 5.4, i386, and had a lot of problem > with qmail wich is crashing sometimes without any reason. We tried > differend tips found on forums and disabling antivirus and > modifying some script we managed to restart the crashed mail > service by watchdog, but still the mail service crash more than ten > times a day. The problem with crashing qmail was found not only on > FreeBSD but on Linux too. So our learned lesson was: 1. don't try > even to make it work if is not designed for your version of bsd, is > a waste of time, 2. Plesk 7.5 is not as good as we thought, you > might try Plesk 8, maybe is better, but, I still recommend you > CPanel. Is difficult to work with closed source code, if a problem > occurs you do not know what to do. > > Best Regards, > ovidiu > > Dan Schultzer wrote: > >> Hello >> >> I've got FreeBSD 6.1 installed on a Sun Fire X2100 server, and >> are trying to get plesk installed. But plesk isn't supported for >> FreeBSD 6.1 64-bit version yet, so it has been hard work to try >> trick it. Now I want to trick the uname command to show the >> version needed for plesk installation. Any one having an easy and >> pretty safe way to do this? This is the last try before I trash >> FreeBSD as it's pretty important that this server come up and >> running soon, though I love FreeBSD :( >> >> Also, I'm not member at this list so please mail / cc me >> directly. Thanks. >> >> Regards, >> Dan Schultzer >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions- >> unsubscribe@freebsd.org" >> > > > From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 11:38:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FEE716A407 for ; Sun, 17 Sep 2006 11:38:00 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A3DD43DC8 for ; Sun, 17 Sep 2006 11:37:33 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: from [192.168.2.4] (chello084114134105.3.15.vie.surfer.at [84.114.134.105]) by thing.verysmall.org (Postfix) with ESMTP id 875C02284E; Sun, 17 Sep 2006 12:36:26 +0100 (BST) Message-ID: <450D3377.6010306@verysmall.org> Date: Sun, 17 Sep 2006 13:37:27 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: pauls@utdallas.edu References: <200609161541.38002.bob@tania.servebbs.org> <450C55FA.5070701@verysmall.org> <200609161639.47705.bob@tania.servebbs.org> <450CCC90.6000605@verysmall.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: When is BuildWorld necessary? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 11:38:00 -0000 pauls@utdallas.edu wrote: > No one has mentioned the security/freebsd-update port. With that you > can apply updates to the kernel and world without having to build them > *if* (and only if!) you are running a GENERIC kernel. For remote > administration, this may be a good option for some. I read that this can be used _only_ nothing has been re-compiled locally, of have I missed something? We have custom kernel due to database needed optimizations. Iv. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 11:42:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6062816A5B1 for ; Sun, 17 Sep 2006 11:42:08 +0000 (UTC) (envelope-from agh@tpg.com.au) Received: from mail9.tpgi.com.au (mail9.tpgi.com.au [203.12.160.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BEE43DEA for ; Sun, 17 Sep 2006 11:40:41 +0000 (GMT) (envelope-from agh@tpg.com.au) X-TPG-Antivirus: Passed Received: from localhost.madcat (220-244-72-6.static.tpgi.com.au [220.244.72.6]) by mail9.tpgi.com.au (envelope-from agh@tpg.com.au) (8.13.6/8.13.6) with ESMTP id k8HBecTb028802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 17 Sep 2006 21:40:40 +1000 From: "Alastair G. Hogge" To: freebsd-questions@freebsd.org Date: Sun, 17 Sep 2006 21:44:44 +0000 User-Agent: KMail/1.9.4 References: <468d29450609170020q758d83efk8cde82bb86ae3ccf@mail.gmail.com> In-Reply-To: <468d29450609170020q758d83efk8cde82bb86ae3ccf@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609172144.44307.agh@tpg.com.au> Cc: ExTaZyTi Subject: Re: Please Help with my kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 11:42:08 -0000 On Sunday 17 September 2006 07:20, ExTaZyTi wrote: > Hi, iH, > I'm new in FreeBSD, I want to conf and re-build my kernel but the directory > /usr/src is empty. First you can start by following http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html to populate /usr/src and then read http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html > I'm with FreeBSD 6.1-STABLE, That's great, > PLEASE HELP :( Hope the above is enuff -Alastair From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 11:43:16 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37DB316A4DA for ; Sun, 17 Sep 2006 11:43:16 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A670C43DF2 for ; Sun, 17 Sep 2006 11:42:03 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 17 Sep 2006 11:41:53 -0000 Received: from p54A7E326.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.227.38] by mail.gmx.net (mp030) with SMTP; 17 Sep 2006 13:41:53 +0200 X-Authenticated: #5465401 Message-ID: <450D3479.9020007@gmx.de> Date: Sun, 17 Sep 2006 13:41:45 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: ExTaZyTi References: <468d29450609170020q758d83efk8cde82bb86ae3ccf@mail.gmail.com> In-Reply-To: <468d29450609170020q758d83efk8cde82bb86ae3ccf@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@FreeBSD.org Subject: Re: Please Help with my kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 11:43:16 -0000 ExTaZyTi wrote: > Hi, > > I'm new in FreeBSD, I want to conf and re-build my kernel but the directory > /usr/src is empty. > I'm with FreeBSD 6.1-STABLE, PLEASE HELP :( If you use 6.1 Release you can use sysinstall to install the sources from CD. If you really use 6.1-STABLE you should know what you're doing. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 11:49:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4A0E16A403 for ; Sun, 17 Sep 2006 11:49:37 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (mail.pukruppa.net [213.146.114.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E37D43D5C for ; Sun, 17 Sep 2006 11:49:33 +0000 (GMT) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by pukruppa.net (8.13.8/8.13.8) with ESMTP id k8HBuZEv023784 for ; Sun, 17 Sep 2006 13:56:36 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Date: Sun, 17 Sep 2006 13:56:35 +0200 (CEST) From: "P.U.Kruppa" To: freebsd-questions@freebsd.org Message-ID: <20060917134316.D1777@pukruppa.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Suddenly Cups doesn't work anymore ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 11:49:37 -0000 Hi! This is cups-1.2.2 on FreeBSD 6.2-PRERELEASE, all I know is I did some portupgrading. Now Cups doesn't work anymore, i.e. # lpstat -a lpstat: Kann Server nicht erreichen ("Cannot reach server") When I try to start Cups manually # cupsd cupsd: Child exited on signal 15! Has anyone else seen this? Regards and thanks, Uli. ----------------------- Peter Ulrich Kruppa Wuppertal Germany ----------------------- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 13:35:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5DD316A407 for ; Sun, 17 Sep 2006 13:35:15 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: from web34407.mail.mud.yahoo.com (web34407.mail.mud.yahoo.com [66.163.178.156]) by mx1.FreeBSD.org (Postfix) with SMTP id 29B1843D55 for ; Sun, 17 Sep 2006 13:35:15 +0000 (GMT) (envelope-from pigskin_referee@yahoo.com) Received: (qmail 59122 invoked by uid 60001); 17 Sep 2006 13:35:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=V55WeYGaCuuWkWA31hKuQQxp5GbqQ/qzUMzQvsdFJ9PBQ6ySqu6AHV6Flj0Vk/G1G1ZyZgU9QRWZMb0G/WpAVWeGoDItsGJwZVeqljRpP5kapeGuHyiPf6r8oZr0UC8wxs3cmybXiu3nD5afmU8tLwCg0txVDEE+YTipnqZVF7o= ; Message-ID: <20060917133514.59120.qmail@web34407.mail.mud.yahoo.com> Received: from [67.189.184.224] by web34407.mail.mud.yahoo.com via HTTP; Sun, 17 Sep 2006 06:35:14 PDT Date: Sun, 17 Sep 2006 06:35:14 -0700 (PDT) From: White Hat To: FreeBSD Users Questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Moving to new PC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 13:35:15 -0000 I am planning on migrating to a new PC in the near future, perhaps after FBSD 6.2 is released. I was therefore wondering if the following scenario was possible. 1) Tar up the /var/db/pkg directory on old system 2) Untar the collection into the same location on new PC 3) Run portsnap to get an up-to-date ports collection 4) Run portmanager to actually install the ports. I have close to 500 entries in the directory and trying to install them all manually is a lot of work. Of course there are META packages like KDE, but still I would have a lot of manual work involved to get it all back to the same state I had it in on the old PC. It would seem to me that by doing it in this fashion all of the programs would be built correctly for the new system which is going to be quite a bit different than the one I have now. In theory this seems to work, but I wanted to know if it is actually possible before attempting it. -- White Hat pigskin_referee@yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 13:37:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F01AA16A416 for ; Sun, 17 Sep 2006 13:37:20 +0000 (UTC) (envelope-from rambiusparkisanius@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A6E43D6A for ; Sun, 17 Sep 2006 13:37:12 +0000 (GMT) (envelope-from rambiusparkisanius@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so4570010pye for ; Sun, 17 Sep 2006 06:37:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gOQVN2QKHD3qX6tu0l9cA6lAH56VuwhDeozN2O02T8Bp6qbiH97B9I4KRaudBrVvRm0SJ0IlI4Yn38AhA4yY/daltYzg+InjzA7EnMIagthJIiSIScYKGjqZa3u7SYvHGi9bGhUiFw3vnyx3rQb3IQK8DqOMAEOWawvQ+9CWVpg= Received: by 10.65.185.3 with SMTP id m3mr14270781qbp; Sun, 17 Sep 2006 06:37:09 -0700 (PDT) Received: by 10.65.114.6 with HTTP; Sun, 17 Sep 2006 06:37:09 -0700 (PDT) Message-ID: <89ce7f740609170637p2104c6c1n86995efe3f5b562e@mail.gmail.com> Date: Sun, 17 Sep 2006 16:37:09 +0300 From: "Ivan \"Rambius\" Ivanov" To: freebsd-questions@freebsd.org In-Reply-To: <20060916231735.GA1124@home> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <89ce7f740609161430w9a525ebq3f88870141683b92@mail.gmail.com> <20060916231735.GA1124@home> Subject: Re: Calling setxkbmap when starting X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 13:37:21 -0000 Hello, Thank you for your response. > I think what you're looking for is xinit(1). My own: > > $ cat ~/.xinitrc > #!/bin/sh > xmodmap .xmodmaprc > xsetroot -solid dimgray > xgamma -gamma 0.8 > exec /usr/X11R6/bin/gnome-session I forgot to explain that I do not start X manually with startx command. It is started on boot time by adding the following line in /etc/ttys: ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure I think that in this case ~/.xinitrc is not called. > Note also you can also define keyboard settings in rc.conf: > > $ grep keymap /etc/rc.conf > keymap="us.iso.kbd.custom" > > My own custom keymap is a quick hack to swap the Caps_Lock key with > Escape for non-X uses (something that only vi users would appreciate). > > Alternatively, KDE, like Gnome, etc. most likely offers a mechanism to > execute scripts at startup, but I'd advise against that approach. I googled a little bit about localizing FreeBSD and found that one can configure it in xorg.conf. In my case I add the following setting in the Keyboard section: Option "XkbLayout" "us,bg" Option "XkbOptions" "grp:alt_shift_toggle" Option "XkbVariant" ",phonetic" Regards Ivan -- Tangra Mega Rock: http://www.radiotangra.com From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 15:15:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBC0E16A407 for ; Sun, 17 Sep 2006 15:15:45 +0000 (UTC) (envelope-from trashbird1240@yahoo.com) Received: from web50405.mail.yahoo.com (web50405.mail.yahoo.com [206.190.38.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 20CDD43D45 for ; Sun, 17 Sep 2006 15:15:45 +0000 (GMT) (envelope-from trashbird1240@yahoo.com) Received: (qmail 53939 invoked by uid 60001); 17 Sep 2006 15:15:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type; b=Mgm7fC11N48GJnfYaKpROByeyqJlb7Y8/2E192sEYh0x6Lwhcvbll8/3SOyKiyFAa0kmzzP73A7skKN9bpiM8WQd/5QD/4J3EY9jxcNJL5pWYMrTBE2mK+dUC/QPB5Ao37Rt0sc/eRMMSskpoHqWWnXslPVWl2CkOn3ppCSBAEI= ; Message-ID: <20060917151544.53937.qmail@web50405.mail.yahoo.com> Received: from [71.192.88.47] by web50405.mail.yahoo.com via HTTP; Sun, 17 Sep 2006 08:15:44 PDT Date: Sun, 17 Sep 2006 08:15:44 -0700 (PDT) From: Joel Adamson To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NDIS/KLDload X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 15:15:45 -0000 Dear List,=0A=0AI need to get the internet up and running on my new FreeBSD= 6.1 install. I'm using a Belkin F5D7050 wireless adapter that is not recog= nized as a network interface in install. This thing works perfectly with n= diswrapper under linux, which is how I'm writing this message.=0A=0AI tried= using NDISulator (ndis), following the handbook instructions to the keystr= oke and when I submit the last step=0A=0Akldload if_ndis=0A=0AI get "cannot= load if_ndis: file exists"=0A=0AWhat does this mean and how do I get it to= actually work?=0A=0AThank you very much,=0AJoel=0A =0AJoel J. Adamson =0AA= rlington, MA=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 15:31:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42D6F16A40F for ; Sun, 17 Sep 2006 15:31:16 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2CEF43D53 for ; Sun, 17 Sep 2006 15:31:15 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from localhost (monrovll-cuda1-24-53-251-44.pittpa.adelphia.net [24.53.251.44]) (AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Sun, 17 Sep 2006 11:31:14 -0400 id 00056416.450D6A42.000137BF Date: Sun, 17 Sep 2006 11:31:11 -0400 From: Bill Moran To: Joel Adamson Message-Id: <20060917113111.8ecda828.wmoran@collaborativefusion.com> In-Reply-To: <20060917151544.53937.qmail@web50405.mail.yahoo.com> References: <20060917151544.53937.qmail@web50405.mail.yahoo.com> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: NDIS/KLDload X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 15:31:16 -0000 Joel Adamson wrote: > Dear List, > > I need to get the internet up and running on my new FreeBSD6.1 install. I'm using a Belkin F5D7050 wireless adapter that is not recognized as a network interface in install. This thing works perfectly with ndiswrapper under linux, which is how I'm writing this message. > > I tried using NDISulator (ndis), following the handbook instructions to the keystroke and when I submit the last step > > kldload if_ndis > > I get "cannot load if_ndis: file exists" > > What does this mean and how do I get it to actually work? It generally means that the indicated kld is already in the kernel. Either it was already loaded, or it was compiled into the kernel. Are you running GENERIC? It doesn't look as if ndis is part of the GENERIC kernel. Try kldstat(8) to see what's loaded. -- Bill Moran That's why I never kiss 'em on the mouth. Jayne Cobb From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 16:10:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3172916A412 for ; Sun, 17 Sep 2006 16:10:24 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E4943D8A for ; Sun, 17 Sep 2006 16:10:02 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k8HG9w8h025049 for ; Sun, 17 Sep 2006 11:09:58 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 17 Sep 2006 11:09:57 -0500 User-Agent: KMail/1.9.4 References: <20060917133514.59120.qmail@web34407.mail.mud.yahoo.com> In-Reply-To: <20060917133514.59120.qmail@web34407.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609171109.57798.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on zeus.dfwlp.com Subject: Re: Moving to new PC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 16:10:24 -0000 On Sunday 17 September 2006 08:35, White Hat wrote: > I am planning on migrating to a new PC in the near > future, perhaps after FBSD 6.2 is released. I was > therefore wondering if the following scenario was > possible. > > 1) Tar up the /var/db/pkg directory on old system > 2) Untar the collection into the same location on new > PC > 3) Run portsnap to get an up-to-date ports collection > 4) Run portmanager to actually install the ports. > > I have close to 500 entries in the directory and > trying to install them all manually is a lot of work. > Of course there are META packages like KDE, but still > I would have a lot of manual work involved to get it > all back to the same state I had it in on the old PC. > It would seem to me that by doing it in this fashion > all of the programs would be built correctly for the > new system which is going to be quite a bit different > than the one I have now. > > In theory this seems to work, but I wanted to know if > it is actually possible before attempting it. sounds interesting enough. if you will supply the portmanager command syntax, ill supply the test computer, and post the results. cheers, jonathan From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 16:17:27 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0516116A417 for ; Sun, 17 Sep 2006 16:17:27 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from balder-227.proper.com (Balder-227.Proper.COM [192.245.12.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E07243D7C for ; Sun, 17 Sep 2006 16:17:25 +0000 (GMT) (envelope-from phoffman@proper.com) Received: from [10.20.30.177] (dsl-63-249-108-169.cruzio.com [63.249.108.169]) (authenticated bits=0) by balder-227.proper.com (8.13.5/8.13.5) with ESMTP id k8HGHMla021678 for ; Sun, 17 Sep 2006 09:17:24 -0700 (MST) (envelope-from phoffman@proper.com) Mime-Version: 1.0 Message-Id: Date: Sun, 17 Sep 2006 09:17:13 -0700 To: freebsd-questions@FreeBSD.ORG From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: Subject: Getting a specific value from netstat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 16:17:27 -0000 Greetings again. If I do a 'netstat -I em0 -b', I get: Name Mtu Network Address Ipkts Ierrs Ibytes Opkts Oerrs Obytes Coll em0 1500 00:0e:0c:67:c8:04 93555198 0 2179562966 114493253 0 723565977 0 em0 1500 fe80:1::20e:c fe80:1::20e:cff:f 0 - 0 4 - 288 - em0 1500 192.245.12 Balder-227 35399016 - 1770283188 114484197 - 3415268168 - em0 1500 192.245.12.22 Balder-228 27063120 - 1655024896 0 - 0 - em0 1500 192.245.12.22 Balder-229 47427840 - 3954775975 18975500 - 2445620452 - What I care about is the number of input and output bytes (in this case, 2179562966 and 723565977). I can write a short Perl script to parse the netstat output, but I would rather just get the numbers directly from the OS. Are these values available without going through netstat? From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 17:07:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4D5B16A407 for ; Sun, 17 Sep 2006 17:07:06 +0000 (UTC) (envelope-from sashome@m-lan.ru) Received: from m-lan.ru (mail.m-lan.ru [195.234.109.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C811543D62 for ; Sun, 17 Sep 2006 17:07:05 +0000 (GMT) (envelope-from sashome@m-lan.ru) Received: from afg.lan (account sashome [10.6.5.102] verified) by m-lan.ru (CommuniGate Pro SMTP 5.0.8) with ESMTPA id 8181775; Sun, 17 Sep 2006 21:07:03 +0400 Received: from [172.16.0.201] (account zetroot [172.16.0.201] verified) by afg.lan (CommuniGate Pro SMTP 5.0.10) with ESMTPA id 160045; Sun, 17 Sep 2006 21:07:03 +0400 Message-ID: <450D80B8.6000701@m-lan.ru> Date: Sun, 17 Sep 2006 21:07:04 +0400 From: Alexander Sashurin User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: Joel Adamson , freebsd-questions@freebsd.org References: <20060917151544.53937.qmail@web50405.mail.yahoo.com> In-Reply-To: <20060917151544.53937.qmail@web50405.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: NDIS/KLDload X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alexander.sashurin@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 17:07:06 -0000 *This message was transferred with a trial version of CommuniGate(r) Pro* Joel Adamson wrote: > Dear List, > > I need to get the internet up and running on my new FreeBSD6.1 install. I'm using a Belkin F5D7050 wireless adapter that is not recognized as a network interface in install. This thing works perfectly with ndiswrapper under linux, which is how I'm writing this message. > > I tried using NDISulator (ndis), following the handbook instructions to the keystroke and when I submit the last step > > kldload if_ndis > > I get "cannot load if_ndis: file exists" > > What does this mean and how do I get it to actually work? > > Thank you very much, > Joel > > Joel J. Adamson Unfortunately, I don't know what's the reason of this bug, but i have found a way to get over it. I had the same problems with my MSI PC11B2 adapter. try this method, using ndisgen: ndisgen ... here we answer interactive questions and get tnet1130_sys.ko on out... cp tnet1130_sys.ko /boot/kernel/ kldload ndis kldload if_ndis kldload tnet1130_sys for automatic load write the following into /boot/loader.conf : ndis_load="YES" if_ndis_load="YES" tnet1130_sys_load="YES" this method had helped me, i think it'll work in your case too. -- With best regards, Alexander Sashurin a.k.a. ZetRooT or ZetDaemonRoot - - - - - - - - - - - - - - - - - - - | Mailto: alexander.sashurin@gmail.com | | ICQ: 258820442 | | Mobile: +7-916-195-89-11 | | irc: irc.wenet.ru, _ZetRooT_ | - - - - - - - - - - - - - - - - - - - From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 17:13:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26FFE16A403 for ; Sun, 17 Sep 2006 17:13:59 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id C63B443D67 for ; Sun, 17 Sep 2006 17:13:58 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (adsl-65-71-92-168.dsl.rcsntx.swbell.net [65.71.92.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id 70C7A114314 for ; Sun, 17 Sep 2006 12:06:52 -0500 (CDT) Date: Sun, 17 Sep 2006 12:13:53 -0500 From: pauls@utdallas.edu To: freebsd-questions@freebsd.org Message-ID: <19409D507D61FEEA3BAAE513@paul-schmehls-powerbook59.local> In-Reply-To: <450D3377.6010306@verysmall.org> References: <200609161541.38002.bob@tania.servebbs.org> <450C55FA.5070701@verysmall.org> <200609161639.47705.bob@tania.servebbs.org> <450CCC90.6000605@verysmall.org> <450D3377.6010306@verysmall.org> X-Mailer: Mulberry/4.0.5 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========2D5367790A3BBECBD125==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: When is BuildWorld necessary? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 17:13:59 -0000 --==========2D5367790A3BBECBD125========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On September 17, 2006 1:37:27 PM +0200 pobox@verysmall.org wrote: > pauls@utdallas.edu wrote: >> No one has mentioned the security/freebsd-update port. With that you >> can apply updates to the kernel and world without having to build them >> *if* (and only if!) you are running a GENERIC kernel. For remote >> administration, this may be a good option for some. > > I read that this can be used _only_ nothing has been re-compiled > locally, of have I missed something? > > We have custom kernel due to database needed optimizations. > That's correct. If you have a custom kernel, you cannot use=20 freebsd-update. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========2D5367790A3BBECBD125==========-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 17:16:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60B2516A403 for ; Sun, 17 Sep 2006 17:16:39 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A47F43D67 for ; Sun, 17 Sep 2006 17:16:37 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (adsl-65-71-92-168.dsl.rcsntx.swbell.net [65.71.92.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id BE67C114333 for ; Sun, 17 Sep 2006 12:09:33 -0500 (CDT) Date: Sun, 17 Sep 2006 12:16:35 -0500 From: pauls@utdallas.edu To: freebsd-questions@freebsd.org Message-ID: <60EF872CA21D16BEE0ACF1C5@paul-schmehls-powerbook59.local> X-Mailer: Mulberry/4.0.5 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========D705F0B3BAB9BB057A37==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Anyone know of a quick and dirty setup guide for Dell's DRAC? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 17:16:39 -0000 --==========D705F0B3BAB9BB057A37========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'm assuming I can get it working using Linux emulation, but I've never=20 dealt with DRAC cards before, so I'm a bit lost. Really want to get it=20 working though. This is a Dell 1950 with DRAC 5. I used Ctrl E to get into setup and hard = coded an IP and mask, but I can't ping the card. Does the software have=20 to be installed before the card will respond to pings? Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========D705F0B3BAB9BB057A37==========-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 17:27:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9941816A403 for ; Sun, 17 Sep 2006 17:27:35 +0000 (UTC) (envelope-from mikes@siralan.org) Received: from rader.servnow.com (rader.servnow.com [69.93.129.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C97E43D49 for ; Sun, 17 Sep 2006 17:27:35 +0000 (GMT) (envelope-from mikes@siralan.org) Received: from [74.129.224.81] (helo=DHCP-74-129-224-81.insightbb.com) by rader.servnow.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1GP0Nv-00056Z-Np; Sun, 17 Sep 2006 13:24:52 -0400 Date: Sun, 17 Sep 2006 13:28:25 -0400 (EDT) From: "Michael L. Squires" X-X-Sender: mikes@familysquires.net To: ExTaZyTi In-Reply-To: <468d29450609170020q758d83efk8cde82bb86ae3ccf@mail.gmail.com> Message-ID: <20060917131744.V38962@familysquires.net> References: <468d29450609170020q758d83efk8cde82bb86ae3ccf@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - rader.servnow.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - siralan.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: Re: Please Help with my kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 17:27:35 -0000 On Sun, 17 Sep 2006, ExTaZyTi wrote: > Hi, > > I'm new in FreeBSD, I want to conf and re-build my kernel but the directory > /usr/src is empty. > I'm with FreeBSD 6.1-STABLE, PLEASE HELP :( You didn't install sources hwen you installedyour system. The short answer is that you need to read the section in the handbook on running "cvsup" and getting the most recent STABLE sources, plus the section on configuring and rebuilding the kernel. You'll need to install the sources; the easiest way (for me) is to use "cvsup". You'll need to install "cvsup-without-gui" from ports (I use "sysinstall"), create a "/etc/cvsupfile" file, create the /usr/local/etc/cvsup directory, and then excute "/usr/local/bin/cvsup -g -L 2 /etc/cvsupfile". My cvsupfile, which downloads all the sources, looks like the following. You'll want to replace "cvsup1.FreeBSD.org" with a local mirror. *default host=cvsup1.FreeBSD.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default release=cvs tag=RELENG_6 *default delete use-rel-suffix *default compress src-all Bports-all tag=. #doc-all tag=. Mike Squires UNIX(tm) at home since 1986 From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 17:44:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCEE116A403 for ; Sun, 17 Sep 2006 17:44:29 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: from web34404.mail.mud.yahoo.com (web34404.mail.mud.yahoo.com [66.163.178.153]) by mx1.FreeBSD.org (Postfix) with SMTP id 6210B43D53 for ; Sun, 17 Sep 2006 17:44:28 +0000 (GMT) (envelope-from pigskin_referee@yahoo.com) Received: (qmail 2645 invoked by uid 60001); 17 Sep 2006 17:44:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=LZEbkfgXqD7+bF/r6B+M7kcpYMDAFSM2HTWgzGDVi+MrcFMh0H/iekBtO9sbminsYACob35zE1qwfTF700Yn9ycZ52TV3ajPpmHF6uoILjjFglNqVgaZfviuRxOL+pHqIzXiVm8k13iSCGNVjbifmmDyj7ku2R0EgMuokSyue5Q= ; Message-ID: <20060917174427.2643.qmail@web34404.mail.mud.yahoo.com> Received: from [67.189.184.224] by web34404.mail.mud.yahoo.com via HTTP; Sun, 17 Sep 2006 10:44:27 PDT Date: Sun, 17 Sep 2006 10:44:27 -0700 (PDT) From: White Hat To: Jonathan Horne , freebsd-questions@freebsd.org In-Reply-To: <200609171109.57798.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Moving to new PC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 17:44:29 -0000 --- Jonathan Horne wrote: [...] > sounds interesting enough. if you will supply the > portmanager command syntax, > ill supply the test computer, and post the results. I guess I would want to run portmanager in a force update mode. portmanager -u -f -l -y should do it. It will create a log in /var/log/portmanager.log so at least we can see what transpires. The '-y' flag may not be necessary, but should not hurt. It will force it to answer yes to any questions. The only problem that I could forsee is the building of Java. Those files would have to be download prior to the build and installed in the /usr/ports/distfiles directory. I think portmanager by default does not do Java. That means that the pm-020.conf file will have to be modified. Not a big deal though. -- White Hat pigskin_referee@yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 17:25:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04D3416A407 for ; Sun, 17 Sep 2006 17:25:35 +0000 (UTC) (envelope-from demeador@cox.net) Received: from centrmmtao02.cox.net (centrmmtao02.cox.net [70.168.83.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5935543D5D for ; Sun, 17 Sep 2006 17:25:34 +0000 (GMT) (envelope-from demeador@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by centrmmtao02.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060917172533.ZUMW22014.centrmmtao02.cox.net@eastrmimpo01.cox.net>; Sun, 17 Sep 2006 13:25:33 -0400 Received: from DININGROOM ([68.103.202.107]) by eastrmimpo01.cox.net with bizsmtp id PVRD1V0022KYLn00000000 Sun, 17 Sep 2006 13:25:13 -0400 Message-ID: <000601c6da7e$465025f0$6501a8c0@DININGROOM> From: "Dave" To: Date: Sun, 17 Sep 2006 12:25:29 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Mailman-Approved-At: Sun, 17 Sep 2006 17:58:15 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: demeador@cox.net Subject: Using BSD as filter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 17:25:35 -0000 I am interested in using BSD on a computer between my cable modem and a = router which is both wireless and hardwired. Is this something that = anyone could advise me of such as: 1) Which bsd software would be best for my purpose. 2) I am interested in what the minimum speed and required memory = might be to ensure the computer would not be a bottle-neck on the data = coming in. 2) I am interested in using a different email software instead of = Outlook Express. Does BSD have one available or could one be = recommended? 3) I am interested in other software that would work with BSD also. Please contact me at demeador@cox.net Dave From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 18:15:26 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D5CC16A407 for ; Sun, 17 Sep 2006 18:15:26 +0000 (UTC) (envelope-from andy-freebsd@maniacs.se) Received: from mammoth.unixsh.net (mammoth.unixsh.net [195.35.83.67]) by mx1.FreeBSD.org (Postfix) with SMTP id 3C85D43D5C for ; Sun, 17 Sep 2006 18:15:24 +0000 (GMT) (envelope-from andy-freebsd@maniacs.se) Received: (qmail 32289 invoked from network); 17 Sep 2006 18:15:23 -0000 Received: from localhost.maniacs.se (HELO ?192.168.0.1?) (127.0.0.1) by localhost.maniacs.se with SMTP; 17 Sep 2006 18:15:23 -0000 Message-ID: <450D90BC.5060201@maniacs.se> Date: Sun, 17 Sep 2006 20:15:24 +0200 From: =?ISO-8859-1?Q?Andr=E9as_Berg?= User-Agent: Thunderbird 1.5.0.5 (X11/20060730) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: "script" process using a lot of processor power during portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 18:15:26 -0000 Greetings, I've been encountering a problem on several FreeBSD 6.1 boxes lateley with portupgrade. A screen process, used for logging etc uses close to all cpu power 40%+, often around 80%. This of course makes things take ages(been portupgrading KDE for 5 days now on my Athlon XP 2400+ with 1GB of memory) and it also seem to make dialog windows that apperat to loose fokus, I just get a regular marker and trying to move it around just gets me funny characters on the screen and all I can do is press ctrl+c which also makes the terminal window to lose its proper width and hight. Has anyone else encountered this? is there a solution? regards, Andy From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 19:22:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBAAB16A403 for ; Sun, 17 Sep 2006 19:22:46 +0000 (UTC) (envelope-from trashbird1240@yahoo.com) Received: from web50413.mail.yahoo.com (web50413.mail.yahoo.com [206.190.38.156]) by mx1.FreeBSD.org (Postfix) with SMTP id D31FC43D53 for ; Sun, 17 Sep 2006 19:22:45 +0000 (GMT) (envelope-from trashbird1240@yahoo.com) Received: (qmail 94858 invoked by uid 60001); 17 Sep 2006 19:22:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type; b=MAlMZdKKZaF4bvrnibp8PDqa+OxJs+Gc7fXm6tQUAIHQe44DsMLpnAVycWiTx9sytaAUF4znONiWc2HC4tW/UHaKwoLtbwSadcCPeFPWQDhCIkjlz/AC276YY7JdDUQYmRv2sW9SkkeDbFBG3Wo6cLHBf2AJ24DUiIl1WDywfc8= ; Message-ID: <20060917192245.94856.qmail@web50413.mail.yahoo.com> Received: from [71.192.88.47] by web50413.mail.yahoo.com via HTTP; Sun, 17 Sep 2006 12:22:45 PDT Date: Sun, 17 Sep 2006 12:22:45 -0700 (PDT) From: Joel Adamson To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Newbie Experience (As promised) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 19:22:47 -0000 Dear Very Helpful and Informative FreeBSD List,=0A=0AI installed FreeBSD on= Friday Night and tried very hard to get it all working. My initial X prob= lem actually fixed itself (you can imagine my surprise), however, even with= that, our computer is useless as a desktop (or anything else) without an i= nternet connection. My hardware is unsupported and despite my best efforts= , I decided it would be better to expedite the process and I installed Mepi= s Linux.=0A=0AI would hardly describe it the way another newbie did one wee= k ago. It was a good challenge. I'll wait until I'm a better administrato= r and there's more support for hardware I might have.=0A=0AThe only really = annoying thing was that I perpetually had trouble mounting my usb flash dri= ve. I think this was a filesystem problem.=0A=0AThanks for any help you've= offered,=0AJoel=0A =0AJoel J. Adamson =0AArlington, MA=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 20:32:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8317A16A416 for ; Sun, 17 Sep 2006 20:32:13 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB8D743D6A for ; Sun, 17 Sep 2006 20:32:04 +0000 (GMT) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id B12B310E669; Sun, 17 Sep 2006 22:31:40 +0200 (CEST) X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32LmohiSeMvF; Sun, 17 Sep 2006 22:31:39 +0200 (CEST) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id 6F11010E65D; Sun, 17 Sep 2006 22:31:39 +0200 (CEST) Date: Sun, 17 Sep 2006 22:32:05 +0200 From: Daniel Gerzo Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <37857215.20060917223205@rulez.sk> To: "pobox@verysmall.org" In-Reply-To: <450C46A8.3080908@verysmall.org> References: <450C46A8.3080908@verysmall.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: rebooting into single user mode on a remote server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 20:32:13 -0000 Hello pobox, Saturday, September 16, 2006, 8:47:04 PM, you wrote: > Hello, > could somebody help me to understand the best way to enter into a single > user mode on a remote server. > I need it for the moment, during rebuilding world, when I have to reboot > into single user mode before 'mergemaster -p'. I don't want to persuade you to something that is not officially supported, but I have never booted into single user mode while upgrading my FreeBSD boxes and I have never experienced any problems because of this. Just try to skip the reboot step and go ahead. It works(tm) for me this way. If you are paranoid, try to stop all running services except the ssh deamon. -- Best regards, Daniel mailto:danger@FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 20:58:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE6C516A47B for ; Sun, 17 Sep 2006 20:58:37 +0000 (UTC) (envelope-from admin@hdk5.com) Received: from mail.alohahosting.net (mail.alohahosting.net [64.75.245.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B29C43D5F for ; Sun, 17 Sep 2006 20:58:37 +0000 (GMT) (envelope-from admin@hdk5.com) Received: from [192.168.1.35] by alohahosting.net (MDaemon.PRO.v8.0.2.R) with ESMTP id md50000284434.msg for ; Sun, 17 Sep 2006 11:11:51 -1000 Message-ID: <450DB6B7.8010403@hdk5.com> Date: Sun, 17 Sep 2006 10:57:27 -1000 From: "admin@hdk5.com" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050108 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Users Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: admin@hdk5.com X-Spam-Processed: mail.alohahosting.net, Sun, 17 Sep 2006 11:11:51 -1000 (not processed: message from valid local sender) X-MDRemoteIP: 66.180.149.18 X-Return-Path: admin@hdk5.com X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-MDAV-Processed: mail.alohahosting.net, Sun, 17 Sep 2006 11:11:52 -1000 Subject: Sendmail on FBSD server wont connect to remote user. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: admin@hdk5.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 20:58:37 -0000 Aloha Questions list, I have been trying to setup Sendmail on a server box. FreeBSD 6.1 HP Pentium II 300 CPU 686 After many attempts I am down to this one error. Error: Sending of password did not succeed. Mail server mahalo.internetohana.org responded: Password supplied for admin@internetohana.org is incorrect. I have 2 user accounts for test on this swever. I can ping and telnet into ports 25 and 110 and I get the proper responses from these users. The 2 user accounts are rejected as per the error when I try to connect from a mail agent (Mozilla or Thunderbird) from another box on a different inet. (Also FreeBSD 4.11 running for several years.) The server is setup with send mail SMTP and qpopper for Pop3. There is nothing else on this box. Do I have to create a password file other than the FreeBSD /etc/passwd and /etc/master.passwd to get this to work. My previous attempts with Postfix and Dovecot did not get this far. Thanks for any help. Al Plant - Honolulu, Hawaii - Admin -- http://hawaiidakine.com -- http://hdk5.com -- -- http://internetohana.org -- http://freeBSDinfo.org -- + Supporting open source computing - FreeBSD 6.* + From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:04:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C935416A525 for ; Sun, 17 Sep 2006 21:04:52 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB1643D45 for ; Sun, 17 Sep 2006 21:04:52 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k8HL4oIm035169 for ; Sun, 17 Sep 2006 16:04:51 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 17 Sep 2006 16:04:50 -0500 User-Agent: KMail/1.9.4 References: <20060917174427.2643.qmail@web34404.mail.mud.yahoo.com> In-Reply-To: <20060917174427.2643.qmail@web34404.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609171604.50633.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on zeus.dfwlp.com Subject: Re: Moving to new PC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 21:04:52 -0000 On Sunday 17 September 2006 12:44, White Hat wrote: > --- Jonathan Horne wrote: > > [...] > > > sounds interesting enough. if you will supply the > > portmanager command syntax, > > ill supply the test computer, and post the results. > > I guess I would want to run portmanager in a force > update mode. > > portmanager -u -f -l -y > > should do it. It will create a log in > /var/log/portmanager.log so at least we can see what > transpires. The '-y' flag may not be necessary, but > should not hurt. It will force it to answer yes to any > questions. The only problem that I could forsee is the > building of Java. Those files would have to be > download prior to the build and installed in the > /usr/ports/distfiles directory. I think portmanager by > default does not do Java. That means that the > pm-020.conf file will have to be modified. Not a big > deal though. ok, test run #1 is under way. i built a system using the same base install that i did for my workstation (minimal). as prescribed, i then copied over the entire /var/db/pkg/ directory from my worktation to the new system, and issued the command 'portmanager -u -f -l -y'. so far, the test system is behaving as the experiment expected, and it is currently downloading sources and it looks to be building packages. ill update again later (probably need about a day, this test system is but an athlon 2000+ with an ages old hard drive). **update before i click send** the -y flag does not appear to be honored here, as gettext just stop to ask me what i would like built. cheers, jonathan From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:05:50 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F2E416A492 for ; Sun, 17 Sep 2006 21:05:50 +0000 (UTC) (envelope-from david+dated+1158959144.ee3251@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7195943D62 for ; Sun, 17 Sep 2006 21:05:48 +0000 (GMT) (envelope-from david+dated+1158959144.ee3251@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.6/8.13.6) with ESMTP id k8HL5jX7047034 for ; Sun, 17 Sep 2006 17:05:45 -0400 (EDT) (envelope-from david+dated+1158959144.ee3251@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.6/8.13.6/Submit) id k8HL5jTc047033 for questions@freebsd.org; Sun, 17 Sep 2006 17:05:45 -0400 (EDT) (envelope-from david+dated+1158959144.ee3251@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1158959144.ee3251@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Sun, 17 Sep 2006 17:05:44 -0400 (EDT) Date: Sun, 17 Sep 2006 17:05:44 -0400 To: questions@freebsd.org Message-ID: <20060917210544.GA46191@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i From: David Banning X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) Cc: Subject: php5 module is not created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 21:05:50 -0000 I am attempting to install php with apache13. It seems that the mod_php5 port does not exist in the ports. The main php5 port does not seem to create the module. Without the php5 module, how does what get php5 to work with apache13? From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:11:57 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 367EA16A494 for ; Sun, 17 Sep 2006 21:11:57 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC7A43D49 for ; Sun, 17 Sep 2006 21:11:56 +0000 (GMT) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id B4A5410E631; Sun, 17 Sep 2006 23:11:32 +0200 (CEST) X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1NYK5I68eRnq; Sun, 17 Sep 2006 23:11:31 +0200 (CEST) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id A648210E630; Sun, 17 Sep 2006 23:11:31 +0200 (CEST) Date: Sun, 17 Sep 2006 23:11:58 +0200 From: Daniel Gerzo Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <1486626667.20060917231158@rulez.sk> To: David Banning In-Reply-To: <20060917210544.GA46191@skytracker.ca> References: <20060917210544.GA46191@skytracker.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: php5 module is not created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 21:11:57 -0000 Hello David, Sunday, September 17, 2006, 11:05:44 PM, you wrote: > I am attempting to install php with apache13. It seems that the mod_php5 > port does not exist in the ports. The main php5 port does not seem to > create the module. Without the php5 module, how does what get php5 > to work with apache13? Try make config in the lang/php5 port. -- Best regards, Daniel mailto:danger@FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:15:30 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5236716A40F for ; Sun, 17 Sep 2006 21:15:30 +0000 (UTC) (envelope-from david+dated+1158959722.c35d59@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 077F543D45 for ; Sun, 17 Sep 2006 21:15:23 +0000 (GMT) (envelope-from david+dated+1158959722.c35d59@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.6/8.13.6) with ESMTP id k8HLFNZv011608 for ; Sun, 17 Sep 2006 17:15:23 -0400 (EDT) (envelope-from david+dated+1158959722.c35d59@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.6/8.13.6/Submit) id k8HLFM8d011605 for questions@freebsd.org; Sun, 17 Sep 2006 17:15:22 -0400 (EDT) (envelope-from david+dated+1158959722.c35d59@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1158959722.c35d59@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Sun, 17 Sep 2006 17:15:21 -0400 (EDT) Date: Sun, 17 Sep 2006 17:15:17 -0400 To: Daniel Gerzo Message-ID: <20060917211517.GA11280@skytracker.ca> References: <20060917210544.GA46191@skytracker.ca> <1486626667.20060917231158@rulez.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1486626667.20060917231158@rulez.sk> User-Agent: Mutt/1.4.2.1i X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) From: David Banning Cc: questions@freebsd.org Subject: Re: php5 module is not created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 21:15:30 -0000 On Sun, Sep 17, 2006 at 11:11:58PM +0200, Daniel Gerzo wrote: > Hello David, > > Sunday, September 17, 2006, 11:05:44 PM, you wrote: > > > I am attempting to install php with apache13. It seems that the mod_php5 > > port does not exist in the ports. The main php5 port does not seem to > > create the module. Without the php5 module, how does what get php5 > > to work with apache13? > > Try make config in the lang/php5 port. Is that the same as "make configure"? - I have been doing that. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:15:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8674A16A416 for ; Sun, 17 Sep 2006 21:15:55 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2DF43D72 for ; Sun, 17 Sep 2006 21:15:52 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k8HLFpxC035367 for ; Sun, 17 Sep 2006 16:15:51 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 17 Sep 2006 16:15:51 -0500 User-Agent: KMail/1.9.4 References: <20060917210544.GA46191@skytracker.ca> In-Reply-To: <20060917210544.GA46191@skytracker.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609171615.51165.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on zeus.dfwlp.com Subject: Re: php5 module is not created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 21:15:55 -0000 On Sunday 17 September 2006 16:05, David Banning wrote: > I am attempting to install php with apache13. It seems that the mod_php5 > port does not exist in the ports. The main php5 port does not seem to > create the module. Without the php5 module, how does what get php5 > to work with apache13? you need to check the 'make config' in the lang/php5 port before you build it. cheers, jonathan From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:21:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AEEF16A407 for ; Sun, 17 Sep 2006 21:21:10 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id E24B943D7B for ; Sun, 17 Sep 2006 21:21:01 +0000 (GMT) (envelope-from chris@chrismaness.com) X-ORBL: [75.19.6.215] Received: from [192.168.4.2] (adsl-75-19-6-215.dsl.irvnca.sbcglobal.net [75.19.6.215]) by ylpvm15.prodigy.net (8.13.7 out spool5000 dk/8.13.7) with ESMTP id k8HLL0oj029027 for ; Sun, 17 Sep 2006 17:21:01 -0400 Message-ID: <450DBC3C.8070701@chrismaness.com> Date: Sun, 17 Sep 2006 14:21:00 -0700 From: Chris Maness User-Agent: Thunderbird 1.5.0.5 (X11/20060728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Port Configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 21:21:10 -0000 The first time one builds a port (i.e. php5), a selection of different modules or optional compatibility is shown to the user (i.e. apache module). At this point one would make the appropriate selections and continue with this build. However, I have noticed, if a mistake is made, and you decide to deinstall and reinstall the application, there is no such dialog screen again. You are stuck with your old choices. I have dried to delete the whole port and reinstall it. However, it still does not give you the dialog box that allowed you to make the initial selection. How do I fix this? Chris Maness From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:30:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EDA216A4A7 for ; Sun, 17 Sep 2006 21:30:29 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2948443D55 for ; Sun, 17 Sep 2006 21:30:26 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id k8HLTp7V088675; Sun, 17 Sep 2006 22:29:51 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=softfail; spf=softfail X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk k8HLTp7V088675 Message-ID: <450DBE47.8080803@infracaninophile.co.uk> Date: Sun, 17 Sep 2006 22:29:43 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: Chris Maness References: <450DBC3C.8070701@chrismaness.com> In-Reply-To: <450DBC3C.8070701@chrismaness.com> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig144A8A56BD70DA71917E0548" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 17 Sep 2006 22:30:12 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1890/Sun Sep 17 17:35:50 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_TESTING,NO_RELAYS autolearn=ham version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: Port Configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 21:30:29 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig144A8A56BD70DA71917E0548 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Chris Maness wrote: > The first time one builds a port (i.e. php5), a selection of different > modules or optional compatibility is shown to the user (i.e. apache > module). At this point one would make the appropriate selections and > continue with this build. However, I have noticed, if a mistake is > made, and you decide to deinstall and reinstall the application, there > is no such dialog screen again. You are stuck with your old choices. = I > have dried to delete the whole port and reinstall it. However, it stil= l > does not give you the dialog box that allowed you to make the initial > selection. How do I fix this? You read the ports(7) man page carefully, and follow the instructions in there. Especially the bits about 'make config'. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig144A8A56BD70DA71917E0548 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFDb5O8Mjk52CukIwRCNj0AKCPiJiEYeMLbKIysrtC7GiMm8D69wCeMpnk URSSQ3/ATsFcbieAXVQ2jIA= =TdUA -----END PGP SIGNATURE----- --------------enig144A8A56BD70DA71917E0548-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:31:09 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C545316A412; Sun, 17 Sep 2006 21:31:09 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761EB43D5D; Sun, 17 Sep 2006 21:30:57 +0000 (GMT) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id E9AAD10E72E; Sun, 17 Sep 2006 23:30:33 +0200 (CEST) X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y7-IO4PMIBvU; Sun, 17 Sep 2006 23:30:32 +0200 (CEST) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id 250AA10E73F; Sun, 17 Sep 2006 23:30:32 +0200 (CEST) Date: Sun, 17 Sep 2006 23:30:58 +0200 From: Daniel Gerzo Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <1179942253.20060917233058@rulez.sk> To: David Banning In-Reply-To: <20060917211517.GA11280@skytracker.ca> References: <20060917210544.GA46191@skytracker.ca> <1486626667.20060917231158@rulez.sk> <20060917211517.GA11280@skytracker.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Daniel Gerzo , questions@FreeBSD.org Subject: Re[2]: php5 module is not created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 21:31:09 -0000 Hello David, Sunday, September 17, 2006, 11:15:17 PM, you wrote: > On Sun, Sep 17, 2006 at 11:11:58PM +0200, Daniel Gerzo wrote: >> Hello David, >> >> Sunday, September 17, 2006, 11:05:44 PM, you wrote: >> >> > I am attempting to install php with apache13. It seems that the mod_php5 >> > port does not exist in the ports. The main php5 port does not seem to >> > create the module. Without the php5 module, how does what get php5 >> > to work with apache13? >> >> Try make config in the lang/php5 port. > Is that the same as "make configure"? - I have been doing that. It isn't. Please read the ports(7) manual page :-) -- Best regards, Daniel mailto:danger@FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:31:57 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77DBB16A47E for ; Sun, 17 Sep 2006 21:31:57 +0000 (UTC) (envelope-from david+dated+1158960681.9dd3f2@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A8A943D7F for ; Sun, 17 Sep 2006 21:31:22 +0000 (GMT) (envelope-from david+dated+1158960681.9dd3f2@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.6/8.13.6) with ESMTP id k8HLVLxA068206 for ; Sun, 17 Sep 2006 17:31:21 -0400 (EDT) (envelope-from david+dated+1158960681.9dd3f2@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.6/8.13.6/Submit) id k8HLVLYJ068189 for questions@freebsd.org; Sun, 17 Sep 2006 17:31:21 -0400 (EDT) (envelope-from david+dated+1158960681.9dd3f2@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1158960681.9dd3f2@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Sun, 17 Sep 2006 17:31:21 -0400 (EDT) Date: Sun, 17 Sep 2006 17:31:20 -0400 To: Daniel Gerzo Message-ID: <20060917213120.GA67553@skytracker.ca> References: <20060917210544.GA46191@skytracker.ca> <1486626667.20060917231158@rulez.sk> <20060917211517.GA11280@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060917211517.GA11280@skytracker.ca> User-Agent: Mutt/1.4.2.1i X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) From: David Banning Cc: questions@freebsd.org Subject: Re: php5 module is not created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 21:31:57 -0000 > > Sunday, September 17, 2006, 11:05:44 PM, you wrote: > > > > > I am attempting to install php with apache13. It seems that the mod_php5 > > > port does not exist in the ports. The main php5 port does not seem to > > > create the module. Without the php5 module, how does what get php5 > > > to work with apache13? > > > > Try make config in the lang/php5 port. > > Is that the same as "make configure"? - I have been doing that. Not the same. Thanks for the tip.. As per the handbook, the config manual does not come up again after the first install try. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:32:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EFF816A415 for ; Sun, 17 Sep 2006 21:32:49 +0000 (UTC) (envelope-from albi@scii.nl) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9AF043DDB for ; Sun, 17 Sep 2006 21:32:21 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:22562 helo=http.aseed.net) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1GP4FQ-0004X6-0J; Sun, 17 Sep 2006 21:32:20 +0000 Received: from amandla (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.net (Postfix) with ESMTP id 5023558274; Sun, 17 Sep 2006 23:32:34 +0200 (CEST) Date: Sun, 17 Sep 2006 23:32:18 +0200 From: albi To: Chris Maness Message-Id: <20060917233218.0be2280a.albi@scii.nl> In-Reply-To: <450DBC3C.8070701@chrismaness.com> References: <450DBC3C.8070701@chrismaness.com> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Port Configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 21:32:49 -0000 On Sun, 17 Sep 2006 14:21:00 -0700 Chris Maness wrote: > The first time one builds a port (i.e. php5), a selection of > different modules or optional compatibility is shown to the user > (i.e. apache module). At this point one would make the appropriate > selections and continue with this build. However, I have noticed, if > a mistake is made, and you decide to deinstall and reinstall the > application, there is no such dialog screen again. You are stuck > with your old choices. I have dried to delete the whole port and > reinstall it. However, it still does not give you the dialog box > that allowed you to make the initial selection. How do I fix this? in the port-dir, do : make rmconfig (you can also look in /var/db/ports/) -- grtjs, albi From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:33:02 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FAFB16A416; Sun, 17 Sep 2006 21:33:02 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC1C43D7B; Sun, 17 Sep 2006 21:32:23 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id k8HLVv8r089315; Sun, 17 Sep 2006 22:31:57 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=softfail; spf=softfail X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk k8HLVv8r089315 Message-ID: <450DBECC.9050904@infracaninophile.co.uk> Date: Sun, 17 Sep 2006 22:31:56 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: David Banning References: <20060917210544.GA46191@skytracker.ca> <1486626667.20060917231158@rulez.sk> <20060917211517.GA11280@skytracker.ca> In-Reply-To: <20060917211517.GA11280@skytracker.ca> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigA6ED5BDB3E4D9333DFE4146B" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 17 Sep 2006 22:32:18 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1890/Sun Sep 17 17:35:50 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_POLICY_TESTING, NO_RELAYS autolearn=ham version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on happy-idiot-talk.infracaninophile.co.uk Cc: Daniel Gerzo , questions@freebsd.org Subject: Re: php5 module is not created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 21:33:02 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA6ED5BDB3E4D9333DFE4146B Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable David Banning wrote: > On Sun, Sep 17, 2006 at 11:11:58PM +0200, Daniel Gerzo wrote: >> Hello David, >> >> Sunday, September 17, 2006, 11:05:44 PM, you wrote: >> >>> I am attempting to install php with apache13. It seems that the mod_p= hp5 >>> port does not exist in the ports. The main php5 port does not seem to= >>> create the module. Without the php5 module, how does what get php5=20 >>> to work with apache13? >> Try make config in the lang/php5 port. =20 > Is that the same as "make configure"? - I have been doing that. No. 'make config' and 'make configure' do two very different things. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enigA6ED5BDB3E4D9333DFE4146B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFDb7M8Mjk52CukIwRCG+uAJsFFA/Jca1+rY1u5+mgWi+8CoSs4ACfSALW L9yseFWOZaKSEnhQboQ/ylQ= =V06G -----END PGP SIGNATURE----- --------------enigA6ED5BDB3E4D9333DFE4146B-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:35:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F09E016A403 for ; Sun, 17 Sep 2006 21:35:38 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ns1.internetinsite.com (ns1.internetinsite.com [208.179.97.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 536EC43D46 for ; Sun, 17 Sep 2006 21:35:36 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from squirrel.kq6up.org (localhost [IPv6:::1]) by ns1.internetinsite.com (8.13.6/8.13.6) with ESMTP id k8HLZZIq020836; Sun, 17 Sep 2006 14:35:35 -0700 (PDT) (envelope-from chris@chrismaness.com) Received: from 75.19.6.215 (SquirrelMail authenticated user chris) by squirrel.kq6up.org with HTTP; Sun, 17 Sep 2006 14:35:35 -0700 (PDT) Message-ID: <37884.75.19.6.215.1158528935.squirrel@squirrel.kq6up.org> In-Reply-To: <20060917233218.0be2280a.albi@scii.nl> References: <450DBC3C.8070701@chrismaness.com> <20060917233218.0be2280a.albi@scii.nl> Date: Sun, 17 Sep 2006 14:35:35 -0700 (PDT) From: chris@chrismaness.com To: "albi" User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Chris Maness , freebsd-questions@freebsd.org Subject: Re: Port Configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 21:35:39 -0000 > On Sun, 17 Sep 2006 14:21:00 -0700 > Chris Maness wrote: > >> The first time one builds a port (i.e. php5), a selection of >> different modules or optional compatibility is shown to the user >> (i.e. apache module). At this point one would make the appropriate >> selections and continue with this build. However, I have noticed, if >> a mistake is made, and you decide to deinstall and reinstall the >> application, there is no such dialog screen again. You are stuck >> with your old choices. I have dried to delete the whole port and >> reinstall it. However, it still does not give you the dialog box >> that allowed you to make the initial selection. How do I fix this? > > in the port-dir, do : make rmconfig (you can also look > in /var/db/ports/) > > -- > grtjs, > albi > Perfect, thanks Chris Maness From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:48:20 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9934A16A4D2 for ; Sun, 17 Sep 2006 21:48:20 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F86E43E2D for ; Sun, 17 Sep 2006 21:45:11 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: from [192.168.2.4] (chello084114134105.3.15.vie.surfer.at [84.114.134.105]) by thing.verysmall.org (Postfix) with ESMTP id D84BF2282F; Sun, 17 Sep 2006 22:43:56 +0100 (BST) Message-ID: <450DC1D7.5070103@verysmall.org> Date: Sun, 17 Sep 2006 23:44:55 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: David Banning References: <20060917210544.GA46191@skytracker.ca> In-Reply-To: <20060917210544.GA46191@skytracker.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: php5 module is not created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 21:48:20 -0000 David Banning wrote: > I am attempting to install php with apache13. It seems that the mod_php5 > port does not exist in the ports. The main php5 port does not seem to > create the module. Without the php5 module, how does what get php5 > to work with apache13? I think mod_php5 and all other forms are merged now into the php5 port. As it was already said, you should 'make config' within the port directory in order to get the screen with the knobs, where you can choose what you want to be installed. To my experience the mod_php was not on by default, that's why you do not get it. I had the same problem some time ago. Iv. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 21:54:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9777416A494; Sun, 17 Sep 2006 21:54:03 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B85243F52; Sun, 17 Sep 2006 21:49:43 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: from [192.168.2.4] (chello084114134105.3.15.vie.surfer.at [84.114.134.105]) by thing.verysmall.org (Postfix) with ESMTP id A82972282F; Sun, 17 Sep 2006 22:48:34 +0100 (BST) Message-ID: <450DC2EE.7020002@verysmall.org> Date: Sun, 17 Sep 2006 23:49:34 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Daniel Gerzo References: <450C46A8.3080908@verysmall.org> <37857215.20060917223205@rulez.sk> In-Reply-To: <37857215.20060917223205@rulez.sk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: rebooting into single user mode on a remote server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 21:54:03 -0000 Daniel Gerzo wrote: > Hello pobox, > > Saturday, September 16, 2006, 8:47:04 PM, you wrote: > >> Hello, > >> could somebody help me to understand the best way to enter into a single >> user mode on a remote server. > >> I need it for the moment, during rebuilding world, when I have to reboot >> into single user mode before 'mergemaster -p'. > > I don't want to persuade you to something that is not officially > supported, but I have never booted into single user mode while > upgrading my FreeBSD boxes and I have never experienced any problems > because of this. Just try to skip the reboot step and go ahead. It > works(tm) for me this way. > > If you are paranoid, try to stop all running services except the ssh > deamon. Phew... I hear this again and again. Only I am not sure I have the level of boldness to do this on a production machine. Isn't the following sequence of steps similar - 'shutdown -r now' (reboots in multi-user mode), and then immediately 'shutdown now' (drops to single user mode)? Iv. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 22:19:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A9316A416 for ; Sun, 17 Sep 2006 22:19:13 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4BAC43D49 for ; Sun, 17 Sep 2006 22:19:12 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: from [192.168.2.4] (chello084114134105.3.15.vie.surfer.at [84.114.134.105]) by thing.verysmall.org (Postfix) with ESMTP id D481F22828 for ; Sun, 17 Sep 2006 23:18:05 +0100 (BST) Message-ID: <450DC9D9.6050000@verysmall.org> Date: Mon, 18 Sep 2006 00:19:05 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: how to apply a patch set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 22:19:13 -0000 Hello, I am trying to apply a patch set to FreeBSD 5.5 (this letter 'p' followed by a number, after the version in 'uname -a') - but somehow it did not work. I cvsup-ed the src using the standard 'stable-supfile' with '*default release=cvs tag=RELENG_5_5' - then I rebuild world. Now 'uname -a' reports 'FreeBSD 5.5 STABLE #0'. Before it was 'FreeBSD 5.5 RELEASE #0'. So instead of applying patch set I have moved to 'STABLE'. Could somebody tell me what have I done wrong? Actually - what is the difference between the 'pX' and the '#X' after the version? Thank you, Iv -- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 22:41:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E99D16A407 for ; Sun, 17 Sep 2006 22:41:04 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2388943D4C for ; Sun, 17 Sep 2006 22:41:02 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id k8HMeZEa026974; Sun, 17 Sep 2006 23:40:35 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=softfail; spf=softfail X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk k8HMeZEa026974 Message-ID: <450DCEDB.9080301@infracaninophile.co.uk> Date: Sun, 17 Sep 2006 23:40:27 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: "pobox@verysmall.org" References: <450DC9D9.6050000@verysmall.org> In-Reply-To: <450DC9D9.6050000@verysmall.org> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig62E1CCA4E64708C67B4B7495" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 17 Sep 2006 23:40:56 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1891/Sun Sep 17 22:16:53 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_TESTING,NO_RELAYS autolearn=ham version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: how to apply a patch set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 22:41:04 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig62E1CCA4E64708C67B4B7495 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable pobox@verysmall.org wrote: > Hello, >=20 > I am trying to apply a patch set to FreeBSD 5.5 (this letter 'p' > followed by a number, after the version in 'uname -a') - but somehow it= > did not work. >=20 > I cvsup-ed the src using the standard 'stable-supfile' with '*default > release=3Dcvs tag=3DRELENG_5_5' - then I rebuild world. >=20 > Now 'uname -a' reports 'FreeBSD 5.5 STABLE #0'. Before it was 'FreeBSD > 5.5 RELEASE #0'. So instead of applying patch set I have moved to 'STAB= LE'. >=20 > Could somebody tell me what have I done wrong? Actually - what is the > difference between the 'pX' and the '#X' after the version? You've shifted your self onto the RELENG_5 code branch rather than the RELENG_5_5 branch. RELENG_5 is most of the time going to give you a system version of 5.5-STABLE. RELENG_5_5 gives you 5.5-RELEASE-pX. As 5.5-RELEASE is has apparently been the last ever release of FreeBSD 5.x, you'll find that there isn't actually that much difference between 5.5-STABLE and 5.5-RELEASE-pX. If you'ld been talking about RELENG_6 versus RELENG_6_1 then as that that includes some very active development on RELENG_6 then things would be different. The '#N' business after the version number is a counter showing how=20 many times you've updated your kernel. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig62E1CCA4E64708C67B4B7495 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFDc7i8Mjk52CukIwRCLUDAJ92RKgqXjEbgbDuKn3r6iuOGdTC+ACfdaHc faqmJlS6Pc7VyVD5EZSM8/c= =7XHo -----END PGP SIGNATURE----- --------------enig62E1CCA4E64708C67B4B7495-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 22:48:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E39616A40F for ; Sun, 17 Sep 2006 22:48:40 +0000 (UTC) (envelope-from pobox@verysmall.org) Received: from thing.verysmall.org (thing.verysmall.org [212.100.226.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1644243D46 for ; Sun, 17 Sep 2006 22:48:39 +0000 (GMT) (envelope-from pobox@verysmall.org) Received: from [192.168.2.4] (chello084114134105.3.15.vie.surfer.at [84.114.134.105]) by thing.verysmall.org (Postfix) with ESMTP id DBC182282E; Sun, 17 Sep 2006 23:47:32 +0100 (BST) Message-ID: <450DD0C0.3060609@verysmall.org> Date: Mon, 18 Sep 2006 00:48:32 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Matthew Seaman References: <450DC9D9.6050000@verysmall.org> <450DCEDB.9080301@infracaninophile.co.uk> In-Reply-To: <450DCEDB.9080301@infracaninophile.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: how to apply a patch set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 22:48:40 -0000 Matthew Seaman wrote: > pobox@verysmall.org wrote: >> Hello, >> >> I am trying to apply a patch set to FreeBSD 5.5 (this letter 'p' >> followed by a number, after the version in 'uname -a') - but somehow it >> did not work. >> >> I cvsup-ed the src using the standard 'stable-supfile' with '*default >> release=cvs tag=RELENG_5_5' - then I rebuild world. >> >> Now 'uname -a' reports 'FreeBSD 5.5 STABLE #0'. Before it was 'FreeBSD >> 5.5 RELEASE #0'. So instead of applying patch set I have moved to 'STABLE'. >> >> Could somebody tell me what have I done wrong? Actually - what is the >> difference between the 'pX' and the '#X' after the version? > > You've shifted your self onto the RELENG_5 code branch rather than the > RELENG_5_5 branch. Yes... but how did it happen after I instructed the supfile to get 'RELENG_5_5'? Actually in the examples/cvsup I did not find any example how to do 'release'. Thank you for the other answers! Iv. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 23:29:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A155C16A412 for ; Sun, 17 Sep 2006 23:29:02 +0000 (UTC) (envelope-from danielby@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc3-cmbg1-0-0-cust506.cmbg.cable.ntl.com [82.21.101.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A1243D5D for ; Sun, 17 Sep 2006 23:29:01 +0000 (GMT) (envelope-from danielby@slightlystrange.org) Received: from danielby by catflap.slightlystrange.org with local (Exim 4.63 #0) id 1GP64C-0004kQ-Lh by authid for ; Mon, 18 Sep 2006 00:28:52 +0100 Date: Mon, 18 Sep 2006 00:28:52 +0100 From: Daniel Bye To: freebsd-questions@freebsd.org Message-ID: <20060917232852.GA2390@catflap.slightlystrange.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <450C7555.6050502@enabled.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <450C7555.6050502@enabled.com> User-Agent: Mutt/1.4.2.2i X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: danielby@slightlystrange.org X-SA-Exim-Scanned: No (on catflap.slightlystrange.org); SAEximRunCond expanded to false Subject: Re: ipfw and temporary port access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 23:29:02 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 16, 2006 at 03:06:13PM -0700, Noah wrote: > Hi there, >=20 > I am trying to figure out how to open a port temporarily for a specific= =20 > IP who is able to provide a proper username and password on the website= =20 > of the box. After authentication is verified then the IP address is=20 > cached and temporarily allowed to access a specific port on the=20 > server. This temporary firewall changes would be handled by ipfw. >=20 > Any clues if a system like this is a already coded and out there somewher= e? Take a look at security/doorman or security/knock, both of which might fit the bill. Dan --=20 Daniel Bye PGP Key: http://www.slightlystrange.org/pgpkey-dan.asc PGP Key fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFDdo0ixf5fBYiFmoRAo8+AJ0XTzmPK9jSzRL+bPkFuJE8jaDWSQCgloJT kiqwX2VxEY7kcUXAcrhNUUY= =Zw9L -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 23:41:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 667CB16A407 for ; Sun, 17 Sep 2006 23:41:32 +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 A795A43D53 for ; Sun, 17 Sep 2006 23:41:31 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.8/8.13.8) with ESMTP id k8HNfVFC044691 for ; Sun, 17 Sep 2006 17:41:31 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.8/8.13.8/Submit) with ESMTP id k8HNfVZN044688 for ; Sun, 17 Sep 2006 17:41:31 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 17 Sep 2006 17:41:31 -0600 (MDT) From: Warren Block To: freebsd-questions@freebsd.org Message-ID: <20060917173908.Y44683@wonkity.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (wonkity.com [127.0.0.1]); Sun, 17 Sep 2006 17:41:31 -0600 (MDT) Subject: Detecting non-attach/detach USB events X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 17 Sep 2006 23:41:32 -0000 My Epson 1640SU scanner has a single pushbutton on it. It would be very nice to detect this button press and have it trigger xsane. usbd.conf currently only detects USB attach/detach events, so it looks like that isn't going to work. Has anyone figured out a way to do this? -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 00:00:00 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A635616A407 for ; Mon, 18 Sep 2006 00:00:00 +0000 (UTC) (envelope-from xrwuyauqa@seed.net.tw) Received: from seed.net.tw (59-105-114-107.adsl.dynamic.seed.net.tw [59.105.114.107]) by mx1.FreeBSD.org (Postfix) with SMTP id 16C6443D49 for ; Sun, 17 Sep 2006 23:59:56 +0000 (GMT) (envelope-from xrwuyauqa@seed.net.tw) Date: Mon, 18 Sep 2006 07:59:54 +0800 From: "Ellen Hortense" X-Sender: xrwuyauqa@seed.net.tw To: Message-Id: <9779328126.jEjjiC-1741526-259677935@seed.net.tw> MIME-Version: 1.0 Content-Type: text/plain Cc: Subject: Terri Market News X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 00:00:00 -0000 CYBERHAND TECH INC(CYHD) Stock Radar Presents Get Ready!! CYHD continues! Don't you dare take your eyes off this one monday morning. CURRENT PRICE: 0.007 When this Co moves... WATCH OUT!... News: FSBO Media Holdings Enters Into Marketing And Video Production Agreement To Produce Video-Spectus'TM' For Cyberhand Technologies, Inc FSBO Media Holdings, Inc. announced that it has entered into a marketing and production agreement with Cyberhand Technologies, Inc. (CYHD - News) Cyberhand focuses on Aerospace Weapon Systems that provide the world's fastest controllers and most accurate target acquisition, generating the best field results, as well as innovative wireless ergonomic products for private and military purposes. The Video-Spectus(TM) is designed to complement the current written or static methods of information currently distributed through internet, newswires and company web sites. It will also assist the company in marketing its products, services or technologies. The Video-Spectus(TM) provides the viewer with an up close and personal look at the company by having its officers or company spokesperson describe its mission, company achievements or prospects in a professionally produced TV-like infomercial. Investor and Public Relation firms will also share in the benefits that the Video-Spectus(TM) provides by pointing shareholders and clients to the company's website. FSBO Web TV utilizes state-of-the-art virtual set technology, which allows the multi-million dollar studio look at a fraction of the price. Dynamic tracking shots and corporate or hi-tech settings are the norm, not add-ons. Bob Pianka, President of FSBO TV, Inc. said, "Our Video-Spectus(TM) infomercial has become a leading income generator for our company. Companies and IRPR firms are quickly recognizing the power of video to get their investor relations and new product launch information in front of our very targeted audiences. In addition to producing the video itself, we then put the company's Video-Spectus(TM) where it will be seen by thousands of potential investors every day." FSBO Media Holdings Inc., is a multimedia marketing conglomerate that provides a vast array of services, from real estate marketing services to media exposure and distribution. FSBO Media Holdings is a diversified company consisting of both hard assets as well as media properties used to promote and create strong branding programs for these assets. FSBO Media also works with outside companies, both public and private, with an array of marketing, media and branding services. Once you see you'll know why you cannot afford to be left out of this one Results don't lie ----------------------- Where man is not nature is barren. A snail's pace. Waking up with the chickens. To live from hand to mouth. Wrinkled as a prune. Spring to mind. Useless as tits on bull. Run to seed. The stronger the breeze the stronger the trees. Play a harp before a cow. Shit end of the stick. To gild refined gold, to paint the lily. A rose by any other name would smell as sweet. Through the grapevine. Useless as tits on bull. Wait and see. Stir up an ant's nest. Schools out for summer. So hungry I could eat a horse. Sweet as apple pie. She's a mother hen. The squeaky wheel gets the grease. Weed 'um and reap. Tossed around like a hot potato. Till the cows come home. The season of goodwill. Putting it in a nutshell. Shiver me timber. When pigs fly. Worry often gives a small thing a big shadow. Weed it out. Sour as a green apple. Sweating blood. A thing of beauty is a joy forever. The way to a man's heart is through his stomach. Strong as an ox. Through the grapevine. Wrinkled as a prune. The season of goodwill. Sweating blood. Stop and smell the roses. Run to seed. Watch and wait. Welcome to my garden. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 00:05:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A313216A412 for ; Mon, 18 Sep 2006 00:05:32 +0000 (UTC) (envelope-from bob@tania.servebbs.org) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 550A743D53 for ; Mon, 18 Sep 2006 00:05:32 +0000 (GMT) (envelope-from bob@tania.servebbs.org) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail2.panix.com (Postfix) with ESMTP id 5A9759D886 for ; Sun, 17 Sep 2006 20:05:31 -0400 (EDT) Received: from tania.servebbs.org (pool-71-247-47-17.nycmny.east.verizon.net [71.247.47.17]) by mailspool3.panix.com (Postfix) with ESMTP id 37978B66940 for ; Sun, 17 Sep 2006 20:05:31 -0400 (EDT) From: Bob Organization: TamaraB To: freebsd-questions@freebsd.org Date: Sun, 17 Sep 2006 20:05:00 -0400 User-Agent: KMail/1.9.1 References: <9779328126.jEjjiC-1741526-259677935@seed.net.tw> In-Reply-To: <9779328126.jEjjiC-1741526-259677935@seed.net.tw> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609172005.01702.bob@tania.servebbs.org> Subject: Re: Terri Market News X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 00:05:32 -0000 On Sunday 17 September 2006 19:59, Ellen Hortense wrote: > CYBERHAND TECH INC(CYHD) > Stock Radar Presents > _______________________________________________ > 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" How is it that this list gets SPAM? It seems to happen quite often. I subscribe to a ton of and run a couple of Mailman lists and never see spam except on this list. Just curious Bob From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 00:09:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C569916A403 for ; Mon, 18 Sep 2006 00:09:26 +0000 (UTC) (envelope-from jaj13@web.de) Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6044443D5A for ; Mon, 18 Sep 2006 00:09:26 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate01.web.de (Postfix) with ESMTP id E11631F1C17A; Mon, 18 Sep 2006 02:09:24 +0200 (CEST) Received: from [83.99.27.193] (helo=[10.0.0.11]) by smtp05.web.de with esmtp (WEB.DE 4.107 #114) id 1GP6hQ-00045i-00; Mon, 18 Sep 2006 02:09:24 +0200 Message-ID: <450DE3B1.7050405@web.de> Date: Mon, 18 Sep 2006 02:09:21 +0200 From: Jona Joachim User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 References: <20060917151544.53937.qmail@web50405.mail.yahoo.com> <20060917113111.8ecda828.wmoran@collaborativefusion.com> In-Reply-To: <20060917113111.8ecda828.wmoran@collaborativefusion.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: jaj13@web.de X-Sender: jaj13@web.de Cc: Joel Adamson , freebsd-questions@freebsd.org Subject: Re: NDIS/KLDload X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 00:09:26 -0000 Bill Moran wrote: > Joel Adamson wrote: > >> Dear List, >> >> I need to get the internet up and running on my new FreeBSD6.1 install. I'm using a Belkin F5D7050 wireless adapter that is not recognized as a network interface in install. This thing works perfectly with ndiswrapper under linux, which is how I'm writing this message. >> >> I tried using NDISulator (ndis), following the handbook instructions to the keystroke and when I submit the last step >> >> kldload if_ndis >> >> I get "cannot load if_ndis: file exists" >> >> What does this mean and how do I get it to actually work? > > It generally means that the indicated kld is already in the kernel. The easiest is to unload it and load it again. kldunload if_ndis kldload if_ndis --jona From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 00:19:45 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F04E916A407 for ; Mon, 18 Sep 2006 00:19:45 +0000 (UTC) (envelope-from mcgovern@spoon.beta.com) Received: from spoon.beta.com (spoon.beta.com [199.165.180.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 858BA43D58 for ; Mon, 18 Sep 2006 00:19:45 +0000 (GMT) (envelope-from mcgovern@spoon.beta.com) Received: from spoon.beta.com (localhost [127.0.0.1]) by spoon.beta.com (8.13.4/8.13.4) with ESMTP id k8I0JhNO095081 for ; Sun, 17 Sep 2006 20:19:43 -0400 (EDT) (envelope-from mcgovern@spoon.beta.com) Message-Id: <200609180019.k8I0JhNO095081@spoon.beta.com> To: questions@freebsd.org Date: Sun, 17 Sep 2006 20:19:43 -0400 From: "Brian J. McGovern" X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on spoon.beta.com Cc: Subject: Suggestions for embedded systems... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 00:19:46 -0000 All, I've been browsing the FreeBSD site looking for a system I can embed in the car. Optimally, it will do video output via a RCA cable (ala your VCR) so I can plug it in to one of the new Alpine radios with an AUX in. Input will probably come via a USB gaming pad (arrow keys, a few buttons, and 16-20 keys). I'd like to have bluetooth and 802.11b/g for communicating with a base station and the in car GPS and phone audio systems. USB (4-6 ports) would be perfect - I can get the keyboard, bluetooth, 802.11g, and ODB II connectors in without a hub. Most I've seen boot from compact flash, but booting from a USB thumb drive or SD ram would also be useful. Audio would also be nice, but I can get away with the bluetooth link. The form factor should be as small as possible for under-seat, behind-dash, or trunk installation. I've seen the Soekris systems, and they're at a good price point, but while they'd support most of what I'd need, they don't seem to have RCA video output, which would be a major plus for real time color displays of status and information (has anyone played with the USB video options available? Does FreeBSD support them?) Suggestions? Comments? Projects already done? -Brian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 00:51:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 320F016A407 for ; Mon, 18 Sep 2006 00:51:04 +0000 (UTC) (envelope-from jdesrochers@redventures.net) Received: from exchange.redventures.net (mail.redventures.net [216.48.9.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id D225243D5A for ; Mon, 18 Sep 2006 00:51:03 +0000 (GMT) (envelope-from jdesrochers@redventures.net) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sun, 17 Sep 2006 20:30:05 -0400 Message-ID: <3E93FA001BBBEB4B82E26A9723F5BEC101C5CE82@exchange.redventures.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Disable ARP cache / change arp timeout Thread-Index: AcbauZY3NFriiTHTTTm44oTXcO6+Xw== From: "Jonathan Desrochers" To: Subject: Disable ARP cache / change arp timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 00:51:04 -0000 Hello, I have several FreeBSD 6.0-RELEASE servers connected to a local area network in Atlanta. The network design is setup so that there are two pairs of routers, one at each end of a T1. Each end of the network uses GLBP (Cisco's Gateway Load Balancing Protocol) to distribute load over the two routers, and provide redundancy in the event of a failure. This design works great when there are lots of hosts connecting to the glbp interface, because GLBP provides a virtual address that the two routers share, and then alternate arp responses between the two routers. The problem I am having is that each server cache's the mac address of router A or router B for at least 5 minutes. This means that for 5 minutes it sends it traffic to router A, then for 5 minutes to router B, and so on. I need a way to tell each host to re-arp a lot more often. Or, maybe I am thinking about this the wrong way. =20 The end result, I need a way for the server to distribute the traffic over the two gateways. I tried using IPFW's to write a rule that I found online to use probability (50%) to fwd the outbound packets to another IP address, but that didn't seem to work. If this was possible, I could easily setup two GLBP interfaces on the lan and we could have the FreeBSD server alternate outbound packets between them. Any comments or suggestions would be greatly appreciated. Thank you, Jonathan From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 00:51:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C03DD16A403 for ; Mon, 18 Sep 2006 00:51:04 +0000 (UTC) (envelope-from jdesrochers@redventures.net) Received: from exchange.redventures.net (mail.redventures.net [216.48.9.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C76143D5A for ; Mon, 18 Sep 2006 00:51:04 +0000 (GMT) (envelope-from jdesrochers@redventures.net) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sun, 17 Sep 2006 17:18:40 -0400 Message-ID: <3E93FA001BBBEB4B82E26A9723F5BEC101C5CE7C@exchange.redventures.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Disable ARP cache / change arp timeout Thread-Index: Acbantj0AccIV43VSjWPPA06gLiNug== From: "Jonathan Desrochers" To: Subject: Disable ARP cache / change arp timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 00:51:04 -0000 Hello, I have several FreeBSD 6.0-RELEASE servers connected to a local area network in Atlanta. The network design is setup so that there are two pairs of routers, one at each end of a T1. Each end of the network uses GLBP (Cisco's Gateway Load Balancing Protocol) to distribute load over the two routers, and provide redundancy in the event of a failure. This design works great when there are lots of hosts connecting to the glbp interface, because GLBP provides a virtual address that the two routers share, and then alternate arp responses between the two routers. The problem I am having is that each server cache's the mac address of router A or router B for at least 5 minutes. This means that for 5 minutes it sends it traffic to router A, then for 5 minutes to router B, and so on. I need a way to tell each host to re-arp a lot more often. Or, maybe I am thinking about this the wrong way. =20 The end result, I need a way for the server to distribute the traffic over the two gateways. I tried using IPFW's to write a rule that I found online to use probability (50%) to fwd the outbound packets to another IP address, but that didn't seem to work. If this was possible, I could easily setup two GLBP interfaces on the lan and we could have the FreeBSD server alternate outbound packets between them. Any comments or suggestions would be greatly appreciated. Thank you, Jonathan From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 00:52:56 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C8E216A40F for ; Mon, 18 Sep 2006 00:52:56 +0000 (UTC) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8460743D49 for ; Mon, 18 Sep 2006 00:52:55 +0000 (GMT) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (kline@localhost [127.0.0.1]) by sage.thought.org (8.13.6/8.12.10) with ESMTP id k8I0qsIH033605 for ; Sun, 17 Sep 2006 17:52:54 -0700 (PDT) (envelope-from kline@sage.thought.org) Received: (from kline@localhost) by sage.thought.org (8.13.6/8.13.1/Submit) id k8I0qsTE033604 for freebsd-questions@FreeBSD.ORG; Sun, 17 Sep 2006 17:52:54 -0700 (PDT) (envelope-from kline) Date: Sun, 17 Sep 2006 17:52:54 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20060918005254.GA33582@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: which xorg file?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 00:52:56 -0000 Folks, Which ports file do I build to fill the standard /usr/X11R6/bin file? I have 6.1-RELEASE and having migraines with getting the necessary files. If installing gnome|kde-lite is/may be part of it, can somebody clue me in? tia, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 01:12:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6662416A407 for ; Mon, 18 Sep 2006 01:12:35 +0000 (UTC) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE7F43D53 for ; Mon, 18 Sep 2006 01:12:34 +0000 (GMT) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (kline@localhost [127.0.0.1]) by sage.thought.org (8.13.6/8.12.10) with ESMTP id k8I1CXGd033674; Sun, 17 Sep 2006 18:12:33 -0700 (PDT) (envelope-from kline@sage.thought.org) Received: (from kline@localhost) by sage.thought.org (8.13.6/8.13.1/Submit) id k8I1CXwa033673; Sun, 17 Sep 2006 18:12:33 -0700 (PDT) (envelope-from kline) Date: Sun, 17 Sep 2006 18:12:32 -0700 From: Gary Kline To: Bob Message-ID: <20060918011232.GA33611@thought.org> References: <9779328126.jEjjiC-1741526-259677935@seed.net.tw> <200609172005.01702.bob@tania.servebbs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609172005.01702.bob@tania.servebbs.org> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: SPAM (Was: Re: Terri Market News) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 01:12:35 -0000 On Sun, Sep 17, 2006 at 08:05:00PM -0400, Bob wrote: > On Sunday 17 September 2006 19:59, Ellen Hortense wrote: > > CYBERHAND TECH INC(CYHD) > > Stock Radar Presents > > > _______________________________________________ > > 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" > > How is it that this list gets SPAM? It seems to happen quite often. I > subscribe to a ton of and run a couple of Mailman lists and never see spam > except on this list. Just curious You and me both, friend. Seems like there are around a dozen (+/-) spammers who use some kind of "Make-a-Million" spam service peddling X, Y, Z junk. I have a few spamblockers on my sendmail, but a lot of this Krapp gets thru... I've tried to set up custom filters but am either too dense or impaient to get it anywhere near working. It's easier to "just hit 'd'" than anything. *sigh*. gary > > Bob > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 01:51:34 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E630B16A40F for ; Mon, 18 Sep 2006 01:51:34 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83111.mail.mud.yahoo.com (web83111.mail.mud.yahoo.com [216.252.101.40]) by mx1.FreeBSD.org (Postfix) with SMTP id 8009C43D45 for ; Mon, 18 Sep 2006 01:51:34 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 15619 invoked by uid 60001); 18 Sep 2006 01:51:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=B4hn/q4vaHPirY/VucjdrRY33ETweCcQsKtFgtZd8zxLZTl/3NFDKZ2ym+aqDNvtrLrCuT69tEhPQHuiwlgCplka/FaqE73H9cC7hMJsIK15Zy2/HDKPO5pDItl1UXNYCgatdsPJ1DxgQUKZ1woDOp5rW115+jO0I8w06/9xP7E= ; Message-ID: <20060918015134.15617.qmail@web83111.mail.mud.yahoo.com> Received: from [75.27.147.231] by web83111.mail.mud.yahoo.com via HTTP; Sun, 17 Sep 2006 18:51:34 PDT Date: Sun, 17 Sep 2006 18:51:34 -0700 (PDT) From: backyard To: "Brian J. McGovern" , questions@freebsd.org In-Reply-To: <200609180019.k8I0JhNO095081@spoon.beta.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Suggestions for embedded systems... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 01:51:35 -0000 --- "Brian J. McGovern" wrote: > All, > I've been browsing the FreeBSD site looking for a > system I can > embed in the car. Optimally, it will do video output > via a RCA cable (ala your > VCR) so I can plug it in to one of the new Alpine > radios with an AUX in. Input > will probably come via a USB gaming pad (arrow keys, > a few buttons, and 16-20 > keys). I'd like to have bluetooth and 802.11b/g for > communicating with a base > station and the in car GPS and phone audio systems. > USB (4-6 ports) would > be perfect - I can get the keyboard, bluetooth, > 802.11g, and ODB II > connectors in without a hub. Most I've seen boot > from compact flash, but > booting from a USB thumb drive or SD ram would also > be useful. Audio would > also be nice, but I can get away with the bluetooth > link. > > The form factor should be as small as possible for > under-seat, > behind-dash, or trunk installation. > > I've seen the Soekris systems, and they're at a > good price point, but > while they'd support most of what I'd need, they > don't seem to have RCA video > output, which would be a major plus for real time > color displays of status and > information (has anyone played with the USB video > options available? Does > FreeBSD support them?) > > Suggestions? Comments? Projects already done? > > -Brian > _______________________________________________ > 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 Sep 18 01:54:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C768E16A417 for ; Mon, 18 Sep 2006 01:54:07 +0000 (UTC) (envelope-from trunasuci@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFEA43D69 for ; Mon, 18 Sep 2006 01:54:02 +0000 (GMT) (envelope-from trunasuci@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 2D2B41800133 for ; Mon, 18 Sep 2006 02:00:09 +0000 (GMT) X-OB-Received: from unknown (205.158.62.182) by wfilter.us4.outblaze.com; 18 Sep 2006 02:00:09 -0000 Received: by ws1-6.us4.outblaze.com (Postfix, from userid 1001) id B12141CE304; Mon, 18 Sep 2006 02:00:09 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 From: "Ahmad Arafat Abdullah" To: "pobox@verysmall.org" , "Matthew Seaman" Date: Sun, 17 Sep 2006 18:00:09 -0800 Received: from [60.49.202.201] by ws1-6.us4.outblaze.com with http for trunasuci@mail.com; Sun, 17 Sep 2006 18:00:09 -0800 X-Originating-Ip: 60.49.202.201 X-Originating-Server: ws1-6.us4.outblaze.com Message-Id: <20060918020009.B12141CE304@ws1-6.us4.outblaze.com> Cc: freebsd-questions@freebsd.org Subject: Re: how to apply a patch set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 01:54:07 -0000 > ----- Original Message ----- > From: "pobox@verysmall.org" > To: "Matthew Seaman" > Subject: Re: how to apply a patch set > Date: Mon, 18 Sep 2006 00:48:32 +0200 >=20 >=20 > Matthew Seaman wrote: > > pobox@verysmall.org wrote: > >> Hello, > >> > >> I am trying to apply a patch set to FreeBSD 5.5 (this letter 'p' > >> followed by a number, after the version in 'uname -a') - but somehow it > >> did not work. > >> > >> I cvsup-ed the src using the standard 'stable-supfile' with '*default > >> release=3Dcvs tag=3DRELENG_5_5' - then I rebuild world. > >> > >> Now 'uname -a' reports 'FreeBSD 5.5 STABLE #0'. Before it was 'FreeBSD > >> 5.5 RELEASE #0'. So instead of applying patch set I have moved to 'STA= BLE'. > >> > >> Could somebody tell me what have I done wrong? Actually - what is the > >> difference between the 'pX' and the '#X' after the version? > > > > You've shifted your self onto the RELENG_5 code branch rather than the > > RELENG_5_5 branch. >=20 > Yes... but how did it happen after I instructed the supfile to get=20 > 'RELENG_5_5'? >=20 > Actually in the examples/cvsup I did not find any example how to do 'rele= ase'. >=20 > Thank you for the other answers! > Iv. i think I've read abt this long time ago.. but not pretty sure ( someone co= rrect me if I'm wrong ).. u can try: *default release=3Dcvs tag=3DRELENG_5_5_RELEASE anyway i never tried this! and i never encounter the prob u'va said since 4= .x ---> 6.1 ( and I'm normally/mostly using -pX than STABLE for my prod server ). Seems= your method/tag tag=3DRELENG_5_5 is correct way to patch to -pX, i can't find any reason wh= y your system "patched" into STABLE... could u please copy+paste here your stable-supfile config? TQ --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 01:56:57 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30B4216A403 for ; Mon, 18 Sep 2006 01:56:57 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83104.mail.mud.yahoo.com (web83104.mail.mud.yahoo.com [216.252.101.33]) by mx1.FreeBSD.org (Postfix) with SMTP id 09E7543D6D for ; Mon, 18 Sep 2006 01:56:53 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 26912 invoked by uid 60001); 18 Sep 2006 01:56:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=p3SlEke7bpZlvhCVsoUKfTP01fZXxw6xxw2BA8pJAZ9ZlqgtfRe0/sqv5eBXuVG7Ld72d4HGVM+FVwymvdLtw03m1oPqUcnGryxKh1ZnS7pVuIg1kTQqjpMKJael9NraW5/5zUdQfIzP7AwhGLsIIOqDSs+Gj8VyQFhh+bIL0RE= ; Message-ID: <20060918015653.26910.qmail@web83104.mail.mud.yahoo.com> Received: from [75.27.147.231] by web83104.mail.mud.yahoo.com via HTTP; Sun, 17 Sep 2006 18:56:53 PDT Date: Sun, 17 Sep 2006 18:56:53 -0700 (PDT) From: backyard To: "Brian J. McGovern" , questions@freebsd.org In-Reply-To: <200609180019.k8I0JhNO095081@spoon.beta.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Suggestions for embedded systems... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 01:56:57 -0000 --- "Brian J. McGovern" wrote: > All, > I've been browsing the FreeBSD site looking for a > system I can > embed in the car. Optimally, it will do video output > via a RCA cable (ala your > VCR) so I can plug it in to one of the new Alpine > radios with an AUX in. Input > will probably come via a USB gaming pad (arrow keys, > a few buttons, and 16-20 > keys). I'd like to have bluetooth and 802.11b/g for > communicating with a base > station and the in car GPS and phone audio systems. > USB (4-6 ports) would > be perfect - I can get the keyboard, bluetooth, > 802.11g, and ODB II > connectors in without a hub. Most I've seen boot > from compact flash, but > booting from a USB thumb drive or SD ram would also > be useful. Audio would > also be nice, but I can get away with the bluetooth > link. > > The form factor should be as small as possible for > under-seat, > behind-dash, or trunk installation. > > I've seen the Soekris systems, and they're at a > good price point, but > while they'd support most of what I'd need, they > don't seem to have RCA video > output, which would be a major plus for real time > color displays of status and > information (has anyone played with the USB video > options available? Does > FreeBSD support them?) > > Suggestions? Comments? Projects already done? > > -Brian > _______________________________________________ > 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" > sorry about the blank one I dropped/catched the keyboard with the wrong anykey... http://www.aaeon.com/?TabIndex=Products&TabID=Detail&Cate_ID={AEEE87FC-762C-45F1-AC39-54000B62A180}&Item_ID={88258D2F-17B8-4FA5-80D3-31E93126D326}&Product_ID={EE4FC77D-FCFD-40EE-AA27-3CFCEA592237} is a PC104 board I found that seems to do what you want. I've been comtemplating this for a while. possibly when I finally fix my eldo... This might be a little pricey I'm not certain. Good luck with the project and keep us up to date. I am deffinately interested in seeing one of these come to pass. if you do opt for compact flash make sure its read-only, you might want to use some sort of Harddrive. this one does EIDE. -brian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 02:00:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 434EC16A407 for ; Mon, 18 Sep 2006 02:00:25 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83103.mail.mud.yahoo.com (web83103.mail.mud.yahoo.com [216.252.101.32]) by mx1.FreeBSD.org (Postfix) with SMTP id A1A1343D49 for ; Mon, 18 Sep 2006 02:00:24 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 74255 invoked by uid 60001); 18 Sep 2006 02:00:24 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=feWQKbteSdYz6+OCTPn5KYUOwGYPol3yhPmy2k9sZ5Dd1bs88ChItbK6xlD9+o8Z4VvX74eyYfJCnZ9hvH173HrjdoBbR5Ofl76PWoJPXr35egl3P5ABHASfDCUyKUieO/M0J4VnCkWl0AgjeaabnXrZXLqxSw3dBABlP0WfV1w= ; Message-ID: <20060918020024.74253.qmail@web83103.mail.mud.yahoo.com> Received: from [75.27.147.231] by web83103.mail.mud.yahoo.com via HTTP; Sun, 17 Sep 2006 19:00:24 PDT Date: Sun, 17 Sep 2006 19:00:24 -0700 (PDT) From: backyard To: Ahmad Arafat Abdullah , "pobox@verysmall.org" , Matthew Seaman In-Reply-To: <20060918020009.B12141CE304@ws1-6.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: how to apply a patch set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 02:00:25 -0000 --- Ahmad Arafat Abdullah wrote: > > > ----- Original Message ----- > > From: "pobox@verysmall.org" > > To: "Matthew Seaman" > > > Subject: Re: how to apply a patch set > > Date: Mon, 18 Sep 2006 00:48:32 +0200 > > > > > > Matthew Seaman wrote: > > > pobox@verysmall.org wrote: > > >> Hello, > > >> > > >> I am trying to apply a patch set to FreeBSD 5.5 > (this letter 'p' > > >> followed by a number, after the version in > 'uname -a') - but somehow it > > >> did not work. > > >> > > >> I cvsup-ed the src using the standard > 'stable-supfile' with '*default > > >> release=cvs tag=RELENG_5_5' - then I rebuild > world. > > >> > > >> Now 'uname -a' reports 'FreeBSD 5.5 STABLE #0'. > Before it was 'FreeBSD > > >> 5.5 RELEASE #0'. So instead of applying patch > set I have moved to 'STABLE'. > > >> > > >> Could somebody tell me what have I done wrong? > Actually - what is the > > >> difference between the 'pX' and the '#X' after > the version? > > > > > > You've shifted your self onto the RELENG_5 code > branch rather than the > > > RELENG_5_5 branch. > > > > Yes... but how did it happen after I instructed > the supfile to get > > 'RELENG_5_5'? > > > > Actually in the examples/cvsup I did not find any > example how to do 'release'. > > > > Thank you for the other answers! > > Iv. > > > > > > i think I've read abt this long time ago.. but not > pretty sure ( someone correct me if I'm wrong ).. > > u can try: > > *default release=cvs tag=RELENG_5_5_RELEASE > > > anyway i never tried this! and i never encounter the > prob u'va said since 4.x ---> 6.1 > ( and I'm normally/mostly using -pX than STABLE for > my prod server ). Seems your method/tag > > tag=RELENG_5_5 is correct way to patch to -pX, i > can't find any reason why your system "patched" > into STABLE... > > could u please copy+paste here your stable-supfile > config? > > TQ > STABLE is the latest set of "patches" to the system. It will change the tag from RELEASE from the install to the STABLE set of patches versus the CURRENT set. STABLE is the major ones you want. CURRENT is all of them to date. If you cvsup to RELEASE you will downgrade and end up with what you started with when you installed from CD or whatever was available when the RELEASE cd was created for whatever system your getting. -brian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 02:00:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D8DC16A4D2 for ; Mon, 18 Sep 2006 02:00:31 +0000 (UTC) (envelope-from trunasuci@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD2743D49 for ; Mon, 18 Sep 2006 02:00:31 +0000 (GMT) (envelope-from trunasuci@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id C00F01800D51 for ; Mon, 18 Sep 2006 02:06:38 +0000 (GMT) X-OB-Received: from unknown (205.158.62.182) by wfilter.us4.outblaze.com; 18 Sep 2006 02:06:38 -0000 Received: by ws1-6.us4.outblaze.com (Postfix, from userid 1001) id 6CB7B1CE319; Mon, 18 Sep 2006 02:06:39 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 From: "Ahmad Arafat Abdullah" To: "pobox@verysmall.org" , "Daniel Gerzo" Date: Sun, 17 Sep 2006 18:06:39 -0800 Received: from [60.49.202.201] by ws1-6.us4.outblaze.com with http for trunasuci@mail.com; Sun, 17 Sep 2006 18:06:39 -0800 X-Originating-Ip: 60.49.202.201 X-Originating-Server: ws1-6.us4.outblaze.com Message-Id: <20060918020639.6CB7B1CE319@ws1-6.us4.outblaze.com> Cc: freebsd-questions@freebsd.org Subject: Re: rebooting into single user mode on a remote server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 02:00:32 -0000 > ----- Original Message ----- > From: "pobox@verysmall.org" > To: "Daniel Gerzo" > Subject: Re: rebooting into single user mode on a remote server > Date: Sun, 17 Sep 2006 23:49:34 +0200 >=20 >=20 > Daniel Gerzo wrote: > > Hello pobox, > > > > Saturday, September 16, 2006, 8:47:04 PM, you wrote: > > > >> Hello, > > > >> could somebody help me to understand the best way to enter into a sing= le > >> user mode on a remote server. > > > >> I need it for the moment, during rebuilding world, when I have to rebo= ot > >> into single user mode before 'mergemaster -p'. > > > > I don't want to persuade you to something that is not officially > > supported, but I have never booted into single user mode while > > upgrading my FreeBSD boxes and I have never experienced any problems > > because of this. Just try to skip the reboot step and go ahead. It > > works(tm) for me this way. > > > > If you are paranoid, try to stop all running services except the ssh > > deamon. >=20 > Phew... I hear this again and again. >=20 > Only I am not sure I have the level of boldness to do this on a=20 > production machine. >=20 > Isn't the following sequence of steps similar - 'shutdown -r now'=20 > (reboots in multi-user mode), and then immediately 'shutdown now'=20 > (drops to single user mode)? >=20 > Iv. >=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.o= rg" > dudes, I never tried it, and not dare to try it.. because it's a remote server and= =20 single mode maybe ( I'm not sure dude ) cut off all network connections fro= m=20 inside and outside.. anyway for remote servers, i'm prefer make installwold in normal mode.. it'= s safer TQ=20 --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 02:09:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AB2316A47B for ; Mon, 18 Sep 2006 02:09:46 +0000 (UTC) (envelope-from trunasuci@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2800043D55 for ; Mon, 18 Sep 2006 02:09:45 +0000 (GMT) (envelope-from trunasuci@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id C4B57180012B for ; Mon, 18 Sep 2006 02:15:52 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 18 Sep 2006 02:15:52 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id 59DB41BF287; Mon, 18 Sep 2006 02:15:48 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Ahmad Arafat Abdullah" To: admin@hdk5.com, "FreeBSD Users Questions" Date: Sun, 17 Sep 2006 18:15:48 -0800 Received: from [60.49.202.201] by ws1-1.us4.outblaze.com with http for trunasuci@mail.com; Sun, 17 Sep 2006 18:15:48 -0800 X-Originating-Ip: 60.49.202.201 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20060918021548.59DB41BF287@ws1-1.us4.outblaze.com> Cc: Subject: Re: Sendmail on FBSD server wont connect to remote user. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 02:09:46 -0000 > ----- Original Message ----- > From: "admin@hdk5.com" > To: "FreeBSD Users Questions" > Subject: Sendmail on FBSD server wont connect to remote user. > Date: Sun, 17 Sep 2006 10:57:27 -1000 >=20 >=20 > Aloha Questions list, >=20 > I have been trying to setup Sendmail on a server box. > FreeBSD 6.1 HP Pentium II 300 CPU 686 >=20 > After many attempts I am down to this one error. >=20 > Error: > Sending of password did not succeed. Mail server=20 > mahalo.internetohana.org responded: > Password supplied for admin@internetohana.org is incorrect. >=20 >=20 > I have 2 user accounts for test on this swever. I can ping and=20 > telnet into ports 25 and 110 and I get the proper responses from=20 > these users. >=20 > The 2 user accounts are rejected as per the error when I try to=20 > connect from a mail agent (Mozilla or Thunderbird) from another box=20 > on a different inet. (Also FreeBSD 4.11 running for several years.) >=20 >=20 > The server is setup with send mail SMTP and qpopper for Pop3. There=20 > is nothing else on this box. >=20 > Do I have to create a password file other than the FreeBSD=20=20 > /etc/passwd and /etc/master.passwd > to get this to work. >=20 > My previous attempts with Postfix and Dovecot did not get this far. >=20 > Thanks for any help. >=20 > Al Plant - Honolulu, Hawaii >=20 > - Admin -- http://hawaiidakine.com -- http://hdk5.com -- --=20 > http://internetohana.org -- http://freeBSDinfo.org -- > + Supporting open source computing - FreeBSD 6.* + I'm leaving sendmail long ago since I'm migrated to Postfix.. but however as i still remember, default sendmail installation is just listening to localhost. so u need to alter the *.cf file ( in /etc/mail/ ).. # SMTP client options O ClientPortOptions=3DFamily=3Dinet, Address=3D0.0.0.0 by default this line will be commented out ( with # or dnl ) or just listen= to localhost previously I faced this prob with old RedHat 7.x.. anyone who know this, maybe can correct me if I'm wrong TQ --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 02:17:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B8B716A40F for ; Mon, 18 Sep 2006 02:17:29 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (mail.storm.ca [209.87.239.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF1C443D53 for ; Mon, 18 Sep 2006 02:17:28 +0000 (GMT) (envelope-from msoulier@digitaltorque.ca) Received: from tigger.digitaltorque.ca (hs-216-106-102-70.storm.ca [216.106.102.70]) by mail.storm.ca (8.13.6+Sun/8.13.6) with ESMTP id k8I2HMxH012998 for ; Sun, 17 Sep 2006 22:17:27 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id ACE1923E00; Sun, 17 Sep 2006 22:17:16 -0400 (EDT) Date: Sun, 17 Sep 2006 22:17:16 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060918021716.GW11663@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YOiw+WO4Gc95oc3L" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: php4 no longer has apache module? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 02:17:29 -0000 --YOiw+WO4Gc95oc3L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable So, I upgrade lang/php4. php4-4.4.4 PHP Scripting Language (Apache Module and CLI) And yet, it doesn't seem to contain the apache module. [msoulier@kanga ~]$ pkg_info -L php4-4.4.4 | grep '\.so' [msoulier@kanga ~]$=20 So now my apache setup is broken. I guess I'll look for a separate apache module... Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --YOiw+WO4Gc95oc3L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFFDgGrKGqCc1vIvggRAt3fAKCNdCSp48EYXtLegvUQGrrvqvmnhgCdGTKr FFzsUPxHeRPR1dtZWCGPlJg= =9UEb -----END PGP SIGNATURE----- --YOiw+WO4Gc95oc3L-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 02:18:39 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E66B716A407 for ; Mon, 18 Sep 2006 02:18:39 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 739FC43D49 for ; Mon, 18 Sep 2006 02:18:39 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 9563 invoked from network); 18 Sep 2006 12:18:38 +1000 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 18 Sep 2006 12:18:38 +1000 Date: Mon, 18 Sep 2006 12:18:32 +1000 From: Norberto Meijome To: Gary Kline Message-ID: <20060918121832.13ec608a@localhost> In-Reply-To: <20060918005254.GA33582@thought.org> References: <20060918005254.GA33582@thought.org> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: which xorg file?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 02:18:40 -0000 On Sun, 17 Sep 2006 17:52:54 -0700 Gary Kline wrote: > Which ports file do I build to fill the standard > /usr/X11R6/bin file? not sure I follow your question... the xorg-server and xorg-clients ports will your basic standard X files and apps xorg.conf doesn't sit in /usr/X11R6/bin, but /usr/X11R6/lib/X11/xorg.conf the configuration apps to generate xorg.conf are xorgcfg and xorgconfig (one X based, the other text based) [betom@ayiin] [Mon Sep 18 12:17:46 2006] /usr/home/betom $ locate xorgcfg /usr/X11R6/bin/xorgcfg /usr/X11R6/man/man1/xorgcfg.1.gz [betom@ayiin] [Mon Sep 18 12:17:50 2006] /usr/home/betom $ locate xorgconfig /usr/X11R6/bin/xorgconfig /usr/X11R6/man/man1/xorgconfig.1.gz If that's not what you need...let us know :) _________________________ {Beto|Norberto|Numard} Meijome "If you want to realize what a ridiculous word 'lifestyle' is, consider the fact that technically speaking, Attila the Hun had an active, outdoor lifestyle." George Carlin I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 02:26:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A43016A412 for ; Mon, 18 Sep 2006 02:26:10 +0000 (UTC) (envelope-from trunasuci@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F8CC43DD0 for ; Mon, 18 Sep 2006 02:24:49 +0000 (GMT) (envelope-from trunasuci@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id CD33218001A3 for ; Mon, 18 Sep 2006 02:30:39 +0000 (GMT) X-OB-Received: from unknown (205.158.62.182) by wfilter.us4.outblaze.com; 18 Sep 2006 02:30:40 -0000 Received: by ws1-6.us4.outblaze.com (Postfix, from userid 1001) id A10061CE304; Mon, 18 Sep 2006 02:30:39 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Ahmad Arafat Abdullah" To: backyard1454-bsd@yahoo.com, "pobox@verysmall.org" , "Matthew Seaman" Date: Sun, 17 Sep 2006 18:30:39 -0800 Received: from [60.49.202.201] by ws1-6.us4.outblaze.com with http for trunasuci@mail.com; Sun, 17 Sep 2006 18:30:39 -0800 X-Originating-Ip: 60.49.202.201 X-Originating-Server: ws1-6.us4.outblaze.com Message-Id: <20060918023039.A10061CE304@ws1-6.us4.outblaze.com> Cc: freebsd-questions@freebsd.org Subject: Re: how to apply a patch set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 02:26:10 -0000 > ----- Original Message ----- > From: backyard > To: "Ahmad Arafat Abdullah" , "pobox@verysmall.org" <= pobox@verysmall.org>, "Matthew Seaman" > Subject: Re: how to apply a patch set > Date: Sun, 17 Sep 2006 19:00:24 -0700 (PDT) >=20 >=20 >=20 >=20 > --- Ahmad Arafat Abdullah wrote: >=20 > > > > > ----- Original Message ----- > > > From: "pobox@verysmall.org" > > > To: "Matthew Seaman" > > > > > Subject: Re: how to apply a patch set > > > Date: Mon, 18 Sep 2006 00:48:32 +0200 > > > > > Matthew Seaman wrote: > > > > pobox@verysmall.org wrote: > > > >> Hello, > > > >> > > > >> I am trying to apply a patch set to FreeBSD 5.5 > > (this letter 'p' > > > >> followed by a number, after the version in > > 'uname -a') - but somehow it > > > >> did not work. > > > >> > > > >> I cvsup-ed the src using the standard > > 'stable-supfile' with '*default > > > >> release=3Dcvs tag=3DRELENG_5_5' - then I rebuild > > world. > > > >> > > > >> Now 'uname -a' reports 'FreeBSD 5.5 STABLE #0'. > > Before it was 'FreeBSD > > > >> 5.5 RELEASE #0'. So instead of applying patch > > set I have moved to 'STABLE'. > > > >> > > > >> Could somebody tell me what have I done wrong? > > Actually - what is the > > > >> difference between the 'pX' and the '#X' after > > the version? > > > > > > > > You've shifted your self onto the RELENG_5 code > > branch rather than the > > > > RELENG_5_5 branch. > > > > Yes... but how did it happen after I instructed > > the supfile to get > 'RELENG_5_5'? > > > > Actually in the examples/cvsup I did not find any > > example how to do 'release'. > > > > Thank you for the other answers! > > > Iv. > > > > > > > > > > > > i think I've read abt this long time ago.. but not > > pretty sure ( someone correct me if I'm wrong ).. > > > > u can try: > > > > *default release=3Dcvs tag=3DRELENG_5_5_RELEASE > > > > > > anyway i never tried this! and i never encounter the > > prob u'va said since 4.x ---> 6.1 > > ( and I'm normally/mostly using -pX than STABLE for > > my prod server ). Seems your method/tag > > > > tag=3DRELENG_5_5 is correct way to patch to -pX, i > > can't find any reason why your system "patched" > > into STABLE... > > > > could u please copy+paste here your stable-supfile > > config? > > > > TQ > > >=20 > STABLE is the latest set of "patches" to the system. > It will change the tag from RELEASE from the install > to the STABLE set of patches versus the CURRENT set. > STABLE is the major ones you want. CURRENT is all of > them to date. >=20 > If you cvsup to RELEASE you will downgrade and end up > with what you started with when you installed from CD > or whatever was available when the RELEASE cd was > created for whatever system your getting. >=20 > -brian ermm.. for me ( and as far as i know ) STABLE is a development patch and it will e= nd up with the next RELEASE version.. such as 5.4-STABLE will be patch gradually = until it became 5.5-RELEASE. Anyway 5.4-RELEASE-pX is a security fixes ( and poss= ibly bugfix ) but it still remains as RELEASE and not "migrating_into_the_next_version/re= lease". some of the people ( like me ) just prefer to -pX rather than -STABLE. So f= ar i'm not needed -CURRENT yet even RELEASE -pX is powerful enough and suits my needs for my prod servers.. for this case ( back to the topics ), I think this guy do the right method = for cvsup-ed to 5.5-RELEASE-pX but it end up with 5.5-STABLE. So i think we better help him and solve it s= ince he maybe not need -STABLE like u said TQ p/s: Correct me if I'm wrong anyone!=20 --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 02:37:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F1A516A40F for ; Mon, 18 Sep 2006 02:37:05 +0000 (UTC) (envelope-from trunasuci@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1708943D49 for ; Mon, 18 Sep 2006 02:37:05 +0000 (GMT) (envelope-from trunasuci@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 5014B1800200 for ; Mon, 18 Sep 2006 02:43:11 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 18 Sep 2006 02:43:12 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id 6B2BE1BF287; Mon, 18 Sep 2006 02:43:12 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 From: "Ahmad Arafat Abdullah" To: "[LoN]Kamikaze" , ExTaZyTi Date: Sun, 17 Sep 2006 18:43:12 -0800 Received: from [60.49.202.201] by ws1-1.us4.outblaze.com with http for trunasuci@mail.com; Sun, 17 Sep 2006 18:43:12 -0800 X-Originating-Ip: 60.49.202.201 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20060918024312.6B2BE1BF287@ws1-1.us4.outblaze.com> Cc: freebsd-questions@FreeBSD.org Subject: Re: Please Help with my kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 02:37:05 -0000 > ----- Original Message ----- > From: "[LoN]Kamikaze" > To: ExTaZyTi > Subject: Re: Please Help with my kernel > Date: Sun, 17 Sep 2006 13:41:45 +0200 >=20 >=20 > ExTaZyTi wrote: > > Hi, > > > > I'm new in FreeBSD, I want to conf and re-build my kernel but the direc= tory > > /usr/src is empty. > > I'm with FreeBSD 6.1-STABLE, PLEASE HELP :( >=20 > If you use 6.1 Release you can use sysinstall to install the sources from= CD. > If you really use 6.1-STABLE you should know what you're doing. > _______________________________________________ > 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" > Just wondering how u upgrade into -STABLE without compiling yr src and kern= el? --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 02:45:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06E0316A40F for ; Mon, 18 Sep 2006 02:45:03 +0000 (UTC) (envelope-from trunasuci@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C7C743D49 for ; Mon, 18 Sep 2006 02:45:03 +0000 (GMT) (envelope-from trunasuci@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 753301800D86 for ; Mon, 18 Sep 2006 02:51:09 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 18 Sep 2006 02:51:10 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id A4C551BF287; Mon, 18 Sep 2006 02:51:10 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 From: "Ahmad Arafat Abdullah" To: "Jeff Rollin" , "Dan Bikle" Date: Sun, 17 Sep 2006 18:51:10 -0800 Received: from [60.49.202.201] by ws1-1.us4.outblaze.com with http for trunasuci@mail.com; Sun, 17 Sep 2006 18:51:10 -0800 X-Originating-Ip: 60.49.202.201 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20060918025110.A4C551BF287@ws1-1.us4.outblaze.com> Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd, Suse Linux dual booting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 02:45:04 -0000 > ----- Original Message ----- > From: "Jeff Rollin" > To: "Dan Bikle" > Subject: Re: Freebsd, Suse Linux dual booting > Date: Sun, 17 Sep 2006 01:59:36 +0100 >=20 >=20 > On 17/09/06, Dan Bikle wrote: > > > > People, > > > > this is great info; thanks for taking time to type it up. > > I'm now convinced that Grub is good. > > > > On my FreeBSD box I see this: > > > > bash moibsd maco /usr/home/maco 3 $ > > bash moibsd maco /usr/home/maco 3 $ > > bash moibsd maco /usr/home/maco 3 $ > > bash moibsd maco /usr/home/maco 3 $ > > bash moibsd maco /usr/home/maco 3 $ cat /etc/fstab > > # Device Mountpoint FStype Options Dump > > Pass# > > /dev/ad8s3b none swap sw 0 = 0 > > /dev/ad8s3a / ufs rw 1 = 1 > > ##/dev/ad8s4a /u1 ufs rw 1 = 1 > > /dev/acd0 /dvd1 cd9660 ro,noauto 0 = 0 > > /dev/acd1 /dvd2 cd9660 ro,noauto 0 = 0 > > linprocfs /compat/linux/proc linprocfs rw 0 0 > > bash moibsd maco /usr/home/maco 4 $ > > bash moibsd maco /usr/home/maco 4 $ > > bash moibsd maco /usr/home/maco 4 $ > > bash moibsd maco /usr/home/maco 4 $ > > > > bash moibsd maco /usr/home/maco 4 $ df > > bash moibsd maco /usr/home/maco 4 $ df > > bash moibsd maco /usr/home/maco 4 $ df > > bash moibsd maco /usr/home/maco 4 $ df > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/ad8s3a 91913630 37443012 47117528 44% / > > devfs 1 1 0 100% /dev > > linprocfs 4 4 0 100% /usr/compat/linux/proc > > bash moibsd maco /usr/home/maco 5 $ > > bash moibsd maco /usr/home/maco 5 $ > > > > Comparing that with the information in the mail list > > and this page: > > > > http://www.lemis.com/grog/diary-apr2006.html#21 > > suggests to me, > > that this Grub entry would be appropriate: > > > > title FreeBSD 5.5 > > root (hd8,2,a) > > kernel /boot/loader > > >=20 > Dang, I always mix up XP and FBSD syntax. Yes, that looks fine. Good luck! >=20 > Jeff > _______________________________________________ > 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" > For me, booting BSDa and other OS is easier with grub: mine: FreeBSD 6.1 rootnoverify (hd0,0) chainloader +1 NetBSD 3.0.1 rootnoverify (hd0,2) chainloader +1 gud luck! =20 --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 02:46:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B35A716A415 for ; Mon, 18 Sep 2006 02:46:54 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (mail.storm.ca [209.87.239.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C5E443D62 for ; Mon, 18 Sep 2006 02:46:54 +0000 (GMT) (envelope-from msoulier@digitaltorque.ca) Received: from tigger.digitaltorque.ca (hs-216-106-102-70.storm.ca [216.106.102.70]) by mail.storm.ca (8.13.6+Sun/8.13.6) with ESMTP id k8I2krXR013924 for ; Sun, 17 Sep 2006 22:46:53 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id AEC4923E00; Sun, 17 Sep 2006 22:46:47 -0400 (EDT) Date: Sun, 17 Sep 2006 22:46:47 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060918024647.GX11663@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060918021716.GW11663@tigger.digitaltorque.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OkEUgNLVrkMgtt3o" Content-Disposition: inline In-Reply-To: <20060918021716.GW11663@tigger.digitaltorque.ca> User-Agent: Mutt/1.4.2.1i Subject: Re: php4 no longer has apache module? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 02:46:54 -0000 --OkEUgNLVrkMgtt3o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 17/09/06 Michael P. Soulier said: > So, I upgrade lang/php4. >=20 > php4-4.4.4 PHP Scripting Language (Apache Module and CLI) >=20 > And yet, it doesn't seem to contain the apache module. >=20 > [msoulier@kanga ~]$ pkg_info -L php4-4.4.4 | grep '\.so' > [msoulier@kanga ~]$=20 >=20 > So now my apache setup is broken. >=20 > I guess I'll look for a separate apache module... Ah, I see. A make config shows that the apache module isn't selected. I won= der how that happened, since all I did was portupgrade the previous version. Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --OkEUgNLVrkMgtt3o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFFDgiXKGqCc1vIvggRAvTYAKCv8uLaJO6V2662mHzN0WJDb8yuLgCggQrO /FSCC9nwLKOfiq4wXQiAIYk= =UEh4 -----END PGP SIGNATURE----- --OkEUgNLVrkMgtt3o-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 02:57:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD1F416A407 for ; Mon, 18 Sep 2006 02:57:45 +0000 (UTC) (envelope-from javier@kjsl.com) Received: from skyhawk.kjsl.com (skyhawk.kjsl.com [69.36.241.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A2643D46 for ; Mon, 18 Sep 2006 02:57:45 +0000 (GMT) (envelope-from javier@kjsl.com) Received: from [199.46.16.11] (rtp-isp-nat1.cisco.com [64.102.254.33]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: javier) by skyhawk.kjsl.com (Postfix) with ESMTP id EF653B8176; Sun, 17 Sep 2006 22:57:44 -0400 (EDT) In-Reply-To: <20060918024647.GX11663@tigger.digitaltorque.ca> References: <20060918021716.GW11663@tigger.digitaltorque.ca> <20060918024647.GX11663@tigger.digitaltorque.ca> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9845208E-BB29-4D7B-9E9A-C391749C9333@kjsl.com> Content-Transfer-Encoding: 7bit From: Javier Henderson Date: Sun, 17 Sep 2006 22:57:39 -0400 To: Michael P. Soulier X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: php4 no longer has apache module? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 02:57:45 -0000 On Sep 17, 2006, at 10:46 PM, Michael P. Soulier wrote: > On 17/09/06 Michael P. Soulier said: > >> So, I upgrade lang/php4. >> >> php4-4.4.4 PHP Scripting Language (Apache Module and CLI) >> >> And yet, it doesn't seem to contain the apache module. >> >> [msoulier@kanga ~]$ pkg_info -L php4-4.4.4 | grep '\.so' >> [msoulier@kanga ~]$ >> >> So now my apache setup is broken. >> >> I guess I'll look for a separate apache module... > > Ah, I see. A make config shows that the apache module isn't > selected. I wonder > how that happened, since all I did was portupgrade the previous > version. I don't know exactly when the default behavior was changed, but the Apache module isn't being built by default anymore. I discovered this yesterday, when I upgraded PHP and a bunch of scripts stopped working. make -DWITH_APACHE will get you going... -jav From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 03:26:24 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F21DE16A407 for ; Mon, 18 Sep 2006 03:26:24 +0000 (UTC) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id A737443D45 for ; Mon, 18 Sep 2006 03:26:22 +0000 (GMT) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (kline@localhost [127.0.0.1]) by sage.thought.org (8.13.6/8.12.10) with ESMTP id k8I3QFvC034086; Sun, 17 Sep 2006 20:26:17 -0700 (PDT) (envelope-from kline@sage.thought.org) Received: (from kline@localhost) by sage.thought.org (8.13.6/8.13.1/Submit) id k8I3QCEJ034085; Sun, 17 Sep 2006 20:26:12 -0700 (PDT) (envelope-from kline) Date: Sun, 17 Sep 2006 20:26:11 -0700 From: Gary Kline To: Norberto Meijome Message-ID: <20060918032611.GA34046@thought.org> References: <20060918005254.GA33582@thought.org> <20060918121832.13ec608a@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060918121832.13ec608a@localhost> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Gary Kline , FreeBSD Mailing List Subject: Re: which xorg file?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 03:26:25 -0000 On Mon, Sep 18, 2006 at 12:18:32PM +1000, Norberto Meijome wrote: > On Sun, 17 Sep 2006 17:52:54 -0700 > Gary Kline wrote: > > > Which ports file do I build to fill the standard > > /usr/X11R6/bin file? > > not sure I follow your question... > the xorg-server and xorg-clients ports will your basic standard X files and apps > > xorg.conf doesn't sit in /usr/X11R6/bin, but /usr/X11R6/lib/X11/xorg.conf It is in my /etc/X11 directory. > > the configuration apps to generate xorg.conf are xorgcfg and xorgconfig (one X > based, the other text based) Yeah, but there is a way using X -conf[ig]. I've forgotten the exact details; but I have used both f the above configuration tools before. > > [betom@ayiin] [Mon Sep 18 12:17:46 2006] > /usr/home/betom > $ locate xorgcfg > /usr/X11R6/bin/xorgcfg > /usr/X11R6/man/man1/xorgcfg.1.gz > > [betom@ayiin] [Mon Sep 18 12:17:50 2006] > /usr/home/betom > $ locate xorgconfig > /usr/X11R6/bin/xorgconfig > /usr/X11R6/man/man1/xorgconfig.1.gz > > If that's not what you need...let us know :) I'm still looking for xdm; possibly startx too. I'm making the wm switch from ctwm to gone-lite ... but first, the basics have to be there. gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 03:51:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10CC516A412 for ; Mon, 18 Sep 2006 03:51:23 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83113.mail.mud.yahoo.com (web83113.mail.mud.yahoo.com [216.252.101.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 4CD8143D45 for ; Mon, 18 Sep 2006 03:51:22 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 6516 invoked by uid 60001); 18 Sep 2006 03:51:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=emip2FBqfGQKTtWou/1zIZlJVjEls/i6BXY1bplrTFtz2U5VR3eTtN5YiD5kzPH2RqnR6mS0BfSjlgZPnVDZ+/3fmNrqVZe02joygoSPTViw8juXlItvsLyKAVnRqcy7tAyVVoiEGtY0FFTwcdDSG/+9tfqkuQXZy0rmOOG7sBc= ; Message-ID: <20060918035121.6514.qmail@web83113.mail.mud.yahoo.com> Received: from [75.27.147.231] by web83113.mail.mud.yahoo.com via HTTP; Sun, 17 Sep 2006 20:51:21 PDT Date: Sun, 17 Sep 2006 20:51:21 -0700 (PDT) From: backyard To: Ahmad Arafat Abdullah , "pobox@verysmall.org" , Daniel Gerzo In-Reply-To: <20060918020639.6CB7B1CE319@ws1-6.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: rebooting into single user mode on a remote server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 03:51:23 -0000 --- Ahmad Arafat Abdullah wrote: > > > ----- Original Message ----- > > From: "pobox@verysmall.org" > > To: "Daniel Gerzo" > > Subject: Re: rebooting into single user mode on a > remote server > > Date: Sun, 17 Sep 2006 23:49:34 +0200 > > > > > > Daniel Gerzo wrote: > > > Hello pobox, > > > > > > Saturday, September 16, 2006, 8:47:04 PM, you > wrote: > > > > > >> Hello, > > > > > >> could somebody help me to understand the best > way to enter into a single > > >> user mode on a remote server. > > > > > >> I need it for the moment, during rebuilding > world, when I have to reboot > > >> into single user mode before 'mergemaster -p'. > > > > > > I don't want to persuade you to something that > is not officially > > > supported, but I have never booted into single > user mode while > > > upgrading my FreeBSD boxes and I have never > experienced any problems > > > because of this. Just try to skip the reboot > step and go ahead. It > > > works(tm) for me this way. > > > > > > If you are paranoid, try to stop all running > services except the ssh > > > deamon. > > > > Phew... I hear this again and again. > > > > Only I am not sure I have the level of boldness to > do this on a > > production machine. > > > > Isn't the following sequence of steps similar - > 'shutdown -r now' > > (reboots in multi-user mode), and then immediately > 'shutdown now' > > (drops to single user mode)? > > > > Iv. > > > > _______________________________________________ > > 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" > > > > > > dudes, > > I never tried it, and not dare to try it.. because > it's a remote server and > single mode maybe ( I'm not sure dude ) cut off all > network connections from > inside and outside.. > > anyway for remote servers, i'm prefer make > installwold in normal mode.. it's safer > > > TQ > the best possible only way is to use a serial console via a modem, which could drop out during the update, or a network accessable serial multiplexer. Those are expensive, modems are relatively cheap. Both require a serial console enabled kernel on the server. the only other way would be to have a cheap old box that can be connected to over the network with a null modem between it and the server. you would want this box to be UBER secured because it is a console to the system. There are ways of doing this so that a remote trigger is required to boot this system, but such methods require relays, a soldering iron, and some paranoia to complete. The gist of it is you will need a serial console on the server. Then you need a way to connect this serial line to your remote location. the easiest. cheapest, and least likely to fail is an old 486 or p1. p2 whatever you have lieing around that can be remoted connected to via ssh. if security is a concern you should use a key connection with no passwords. the user on that box doesn't have to be root, but he will need to be able to access the serial ports. then via a communications program available in ports take your pick you connect via a null modem to the server. you can then login and shutdown to single user mode on the server and upgrade to your hearts desires. -brian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 03:55:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB6416A47E for ; Mon, 18 Sep 2006 03:55:32 +0000 (UTC) (envelope-from jim@centerfuse.net) Received: from mail.contexthosting.net (mail.contexthosting.net [209.120.245.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0313A43D5E for ; Mon, 18 Sep 2006 03:55:18 +0000 (GMT) (envelope-from jim@centerfuse.net) Received: from localhost (localhost [127.0.0.1]) by mail.contexthosting.net (Postfix) with ESMTP id 816AE958BD for ; Sun, 17 Sep 2006 23:55:21 -0400 (EDT) Received: from mail.contexthosting.net ([209.120.245.124]) by localhost (firefly.contexthosting.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11305-06 for ; Sun, 17 Sep 2006 23:55:21 -0400 (EDT) Received: from [192.168.1.100] (c-68-38-110-38.hsd1.pa.comcast.net [68.38.110.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.contexthosting.net (Postfix) with ESMTP id 49C48958AE for ; Sun, 17 Sep 2006 23:55:21 -0400 (EDT) Message-ID: <450E1896.9090906@centerfuse.net> Date: Sun, 17 Sep 2006 23:55:02 -0400 From: Jim Keller User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at contexthosting.net Subject: Heavy internal network traffic seems to upset other network processes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 03:55:32 -0000 I have a FreeBSD 6.1 machine with two em nics, one of which is set up as external for the Internet-facing side, the other is internal (100Mbit) and is connected to a small switch with a few other machines. Occasionally I will transfer large files across the internal link and, when doing so, other network related applications seem to grind to a halt and the system seems to be working very hard. In fact, mySQL will actually stop accepting incoming requests during the file transfer, which is the biggest side effect I'm having because of the problem. I'm wondering if it's some kind of tuning option I need to set, but I'm really not sure where to look. I have maxusers set to 256, nmbclusters is 8192 (maybe this should be higher?). Any help would be appreciated. Thanks. -Jim keller From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 04:00:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A6D216A412 for ; Mon, 18 Sep 2006 04:00:58 +0000 (UTC) (envelope-from ke.han@redstarling.com) Received: from smtp107.biz.mail.mud.yahoo.com (smtp107.biz.mail.mud.yahoo.com [68.142.200.255]) by mx1.FreeBSD.org (Postfix) with SMTP id 6A85B43D5F for ; Mon, 18 Sep 2006 04:00:54 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: (qmail 90115 invoked from network); 18 Sep 2006 04:00:53 -0000 Received: from unknown (HELO ?192.168.1.20?) (ke.han@redstarling.com@218.79.215.253 with plain) by smtp107.biz.mail.mud.yahoo.com with SMTP; 18 Sep 2006 04:00:53 -0000 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <6EA3759A-B1A0-4224-BEB5-5FCA96116C56@redstarling.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions Questions list From: ke han Date: Mon, 18 Sep 2006 12:00:47 +0800 X-Mailer: Apple Mail (2.752.2) Subject: freeBSD certified server hardware ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 04:00:58 -0000 Does anyone know if any server manufacturer of high regard is currently certifying for freeBSD 6.1? I know the general answer is check the components on the release notes. I also know there are a few integrators on the community list (wow, some of their list pricing is much higher than the big names!!). Doesn't HP, Sun, IBM, Dell have anything they certify for FreeBSD? Is this expected to get better over the next year or so? thanks, ke han From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 04:04:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C4AD16A407 for ; Mon, 18 Sep 2006 04:04:18 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83104.mail.mud.yahoo.com (web83104.mail.mud.yahoo.com [216.252.101.33]) by mx1.FreeBSD.org (Postfix) with SMTP id 0D2B743D49 for ; Mon, 18 Sep 2006 04:04:16 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 75708 invoked by uid 60001); 18 Sep 2006 04:04:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=iQqw1e+x+n5l2FHmiv4s5wGV3XO6uV6jDVu0WcJm8PWROJXQwqp1Na9jMDoDbj0xNnyCDWDLLtJr7MGCjGflEUUGHoIteBXRWsvB5SeH+QOqPt4D0o82wAjRRzwjrzg5tFVbRdXhyjK60aikjORfBQ2qIsR4Yk+4cWLd+lc5Jao= ; Message-ID: <20060918040416.75706.qmail@web83104.mail.mud.yahoo.com> Received: from [75.27.147.231] by web83104.mail.mud.yahoo.com via HTTP; Sun, 17 Sep 2006 21:04:16 PDT Date: Sun, 17 Sep 2006 21:04:16 -0700 (PDT) From: backyard To: Ahmad Arafat Abdullah , backyard1454-bsd@yahoo.com, "pobox@verysmall.org" , Matthew Seaman In-Reply-To: <20060918023039.A10061CE304@ws1-6.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: how to apply a patch set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 04:04:18 -0000 --- Ahmad Arafat Abdullah wrote: > > > ----- Original Message ----- > > From: backyard > > To: "Ahmad Arafat Abdullah" , > "pobox@verysmall.org" , > "Matthew Seaman" > > Subject: Re: how to apply a patch set > > Date: Sun, 17 Sep 2006 19:00:24 -0700 (PDT) > > > > > > > > > > --- Ahmad Arafat Abdullah > wrote: > > > > > > > > > ----- Original Message ----- > > > > From: "pobox@verysmall.org" > > > > > To: "Matthew Seaman" > > > > > > > Subject: Re: how to apply a patch set > > > > Date: Mon, 18 Sep 2006 00:48:32 +0200 > > > > > > Matthew Seaman wrote: > > > > > pobox@verysmall.org wrote: > > > > >> Hello, > > > > >> > > > > >> I am trying to apply a patch set to FreeBSD > 5.5 > > > (this letter 'p' > > > > >> followed by a number, after the version in > > > 'uname -a') - but somehow it > > > > >> did not work. > > > > >> > > > > >> I cvsup-ed the src using the standard > > > 'stable-supfile' with '*default > > > > >> release=cvs tag=RELENG_5_5' - then I > rebuild > > > world. > > > > >> > > > > >> Now 'uname -a' reports 'FreeBSD 5.5 STABLE > #0'. > > > Before it was 'FreeBSD > > > > >> 5.5 RELEASE #0'. So instead of applying > patch > > > set I have moved to 'STABLE'. > > > > >> > > > > >> Could somebody tell me what have I done > wrong? > > > Actually - what is the > > > > >> difference between the 'pX' and the '#X' > after > > > the version? > > > > > > > > > > You've shifted your self onto the RELENG_5 > code > > > branch rather than the > > > > > RELENG_5_5 branch. > > > > > Yes... but how did it happen after I > instructed > > > the supfile to get > 'RELENG_5_5'? > > > > > Actually in the examples/cvsup I did not > find any > > > example how to do 'release'. > > > > > Thank you for the other answers! > > > > Iv. > > > > > > > > > > > > > > > > > > i think I've read abt this long time ago.. but > not > > > pretty sure ( someone correct me if I'm wrong > ).. > > > > > > u can try: > > > > > > *default release=cvs tag=RELENG_5_5_RELEASE > > > > > > > > > anyway i never tried this! and i never encounter > the > > > prob u'va said since 4.x ---> 6.1 > > > ( and I'm normally/mostly using -pX than STABLE > for > > > my prod server ). Seems your method/tag > > > > > > tag=RELENG_5_5 is correct way to patch to -pX, i > > > can't find any reason why your system "patched" > > > into STABLE... > > > > > > could u please copy+paste here your > stable-supfile > > > config? > > > > > > TQ > > > > > > > STABLE is the latest set of "patches" to the > system. > > It will change the tag from RELEASE from the > install > > to the STABLE set of patches versus the CURRENT > set. > > STABLE is the major ones you want. CURRENT is all > of > > them to date. > > > > If you cvsup to RELEASE you will downgrade and end > up > > with what you started with when you installed from > CD > > or whatever was available when the RELEASE cd was > > created for whatever system your getting. > > > > -brian > > ermm.. > for me ( and as far as i know ) STABLE is a > development patch and it will end up > with the next RELEASE version.. such as 5.4-STABLE > will be patch gradually until > it became 5.5-RELEASE. Anyway 5.4-RELEASE-pX is a > security fixes ( and possibly bugfix ) > but it still remains as RELEASE and not > "migrating_into_the_next_version/release". > > > some of the people ( like me ) just prefer to -pX > rather than -STABLE. So far i'm not needed -CURRENT > yet > even RELEASE -pX is powerful enough and suits my > needs for my prod servers.. are you running verision 6.1 or 5.5 on those servers? I'm fairly certain -pX only occurs on the latest production Release engines which to date is version 6.1. Release 5.x is no longer actively produced for production and the patches, bug fixes, and security updates are there to make servers built on RELENG_5 more secure, stable, etc. > > for this case ( back to the topics ), I think this > guy do the right method for cvsup-ed to > 5.5-RELEASE-pX > but it end up with 5.5-STABLE. So i think we better > help him and solve it since he maybe not need > -STABLE > like u said > > TQ > > > p/s: Correct me if I'm wrong anyone! > > -- My point was I don't think you can get a RELEASE until you cvsup and STABLE becomes the next RELEASE. STABLE includes the security fixes and major bugfixes. CURRENT is all those plus new features... --------------- from: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html RELENG_5_5 The release branch for FreeBSD-5.5, used only for security advisories and other critical fixes. RELENG_5_5_0_RELEASE FreeBSD 5.5 RELENG_5 The line of development for FreeBSD-5.X, also known as FreeBSD 5-STABLE. A.7.2 Release Tags These tags refer to a specific point in time when a particular version of FreeBSD was released. The release engineering process is documented in more detail by the Release Engineering Information and Release Process documents. The src tree uses tag names that start with RELENG_ tags. The ports and doc trees use tags whose names begin with RELEASE tags. Finally, the www tree is not tagged with any special name for releases. ------------- there doesn't seem to be a tag that gives you specific patchsets. And I would think a RELEASE like 5.X which is slated for obsoleteness, and considered deprecated; to be used in production environments already running RELEASE_5. it seems I'm using the wrong word here again... CURRENT is version 7.0 or what I would refer to as CURRENT version 5.x which is a tag=RELENG_5 this is STABLE which would give you the latest version of FreeBSD 5.X, ie 5.6, 5.7..., he used a tag=RELENG_5_5 which would give you STABLE because 5.5 IS the latest version of FreeBSD 5.x. had 5.6 come out he would have still gotten the latest version of 5.5 with that tag not 5.6. He SHOULD have the latest security patchs and critical bug fixes. there doesn't seem to be anything to fix. The only way his system would be called RELEASE 5.5-pX would be if the latest version of 5.5 that was available to the tag=RELENG_5_5 was a snapshot release of this new release. A new release like Version 6.1 has many -pX associated with it because it is the newest release of the system and the committers are working on patchsets to complete version 6.2. They are likely snapshotting these versions in order to make bug testing and confirmation of completeness in each patchset to the next release version. The only thing 5-STABLE will do will make using sysinstall to install software tricky because they're won't be a tag of 5-STABLE for the ports, but using pkg_add or building from source will eliminate this problem. He could go back to tag=RELEASE_5_5_RELEASE to get the 5.5-RELEASE uname but then he would have the same version on his cd. somebody correct me if I'm wrong, but it seems as though he's good to go. -brian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 04:12:10 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDDF316A412 for ; Mon, 18 Sep 2006 04:12:10 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83106.mail.mud.yahoo.com (web83106.mail.mud.yahoo.com [216.252.101.35]) by mx1.FreeBSD.org (Postfix) with SMTP id CD43F43D5D for ; Mon, 18 Sep 2006 04:12:08 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 67309 invoked by uid 60001); 18 Sep 2006 04:12:08 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=thudWcPAYJHbgEN9piMrNR+gqrf3xP6nrlOVGTxoQAOTNRydXlqbFpzT8aBSMkZMXryEyq/zRQPIHTMR3Rc7cYPfxcnDtQkEh7d5y2j15lDqzeU7r0k0hti6BIRku8VhwSbFNXa6nHmZ2jE563DeJBG/9antHAnJgqhf0gaiEjI= ; Message-ID: <20060918041208.67307.qmail@web83106.mail.mud.yahoo.com> Received: from [75.27.147.231] by web83106.mail.mud.yahoo.com via HTTP; Sun, 17 Sep 2006 21:12:08 PDT Date: Sun, 17 Sep 2006 21:12:08 -0700 (PDT) From: backyard To: Gary Kline , Norberto Meijome In-Reply-To: <20060918032611.GA34046@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Gary Kline , FreeBSD Mailing List Subject: Re: which xorg file?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 04:12:10 -0000 --- Gary Kline wrote: > On Mon, Sep 18, 2006 at 12:18:32PM +1000, Norberto > Meijome wrote: > > On Sun, 17 Sep 2006 17:52:54 -0700 > > Gary Kline wrote: > > > > > Which ports file do I build to fill the > standard > > > /usr/X11R6/bin file? > > > > not sure I follow your question... > > the xorg-server and xorg-clients ports will your > basic standard X files and apps > > > > xorg.conf doesn't sit in /usr/X11R6/bin, but > /usr/X11R6/lib/X11/xorg.conf > > It is in my /etc/X11 directory. > > > > > the configuration apps to generate xorg.conf are > xorgcfg and xorgconfig (one X > > based, the other text based) > > > Yeah, but there is a way using X -conf[ig]. I've > forgotten the exact > details; but I have used both f the above > configuration tools > before. I believe its X -configure I've been reading through the complete freebsd in my "reading room" but admittadly it takes me a couple of stabs to get it right on a new system. > > > > > > [betom@ayiin] [Mon Sep 18 12:17:46 2006] > > /usr/home/betom > > $ locate xorgcfg > > /usr/X11R6/bin/xorgcfg > > /usr/X11R6/man/man1/xorgcfg.1.gz > > > > [betom@ayiin] [Mon Sep 18 12:17:50 2006] > > /usr/home/betom > > $ locate xorgconfig > > /usr/X11R6/bin/xorgconfig > > /usr/X11R6/man/man1/xorgconfig.1.gz > > > > If that's not what you need...let us know :) > > > I'm still looking for xdm; possibly startx too. > I'm making the > wm switch from ctwm to gone-lite ... but first, > the basics > have to be there. > > gary > > > -- > Gary Kline kline@thought.org > www.thought.org Public service Unix > the only way I know to populate /usr/X11R6/bin is by cd /usr/ports/x11/xorg && make && make install && make clean this will install the clients, libraries, documents, fonts, and basic X11R6 system. it will also clean up after itself. Keep in mind NOT ALL X11 apps will be installed in that directory. a good number of the clients end up in /usr/bin or /usr/local/bin depending on if it uses qmake, gmake, make, imake different things can happen, and not much can be done about it. some of those makes just ignore the PREFIX directive. -brian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 04:12:56 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0C6B16A415 for ; Mon, 18 Sep 2006 04:12:56 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B7C443D5D for ; Mon, 18 Sep 2006 04:12:56 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 13770 invoked from network); 18 Sep 2006 14:12:55 +1000 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 18 Sep 2006 14:12:55 +1000 Date: Mon, 18 Sep 2006 14:12:51 +1000 From: Norberto Meijome To: Gary Kline Message-ID: <20060918141251.68039887@localhost> In-Reply-To: <20060918032611.GA34046@thought.org> References: <20060918005254.GA33582@thought.org> <20060918121832.13ec608a@localhost> <20060918032611.GA34046@thought.org> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: which xorg file?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 04:12:57 -0000 On Sun, 17 Sep 2006 20:26:11 -0700 Gary Kline wrote: > > > > xorg.conf doesn't sit in /usr/X11R6/bin, but /usr/X11R6/lib/X11/xorg.conf > > It is in my /etc/X11 directory. I dont remember when was the last time I saw it in /etc/X11... that sounds somewhat like a Linux layout... maybe you want to link /etc/X11 to /usr/X11/etc ? > > > > > the configuration apps to generate xorg.conf are xorgcfg and xorgconfig > > (one X based, the other text based) > > > Yeah, but there is a way using X -conf[ig]. I've forgotten the exact > details; but I have used both f the above configuration tools > before. Sorry, i dont know, i always used the xorgcfg / xorgconf apps... they work fine, specially if you have XNest > > > I'm still looking for xdm; possibly startx too. I'm making the > wm switch from ctwm to gone-lite ... but first, the basics > have to be there. [betom@ayiin] [Mon Sep 18 14:08:29 2006] /usr/home/betom $ pkg_info -W /usr/X11R6/bin/xdm /usr/X11R6/bin/xdm was installed by package xorg-clients-6.9.0_3 [betom@ayiin] [Mon Sep 18 14:11:32 2006] /usr/home/betom $ pkg_info -W `which startx` /usr/X11R6/bin/startx was installed by package xorg-clients-6.9.0_3 _________________________ {Beto|Norberto|Numard} Meijome Anyone who isn?t confused here doesn?t really understand what?s going on. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 04:31:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5915516A407 for ; Mon, 18 Sep 2006 04:31:03 +0000 (UTC) (envelope-from iain@iaindooley.com) Received: from nitrous.powerband.net.au (nitrous.powerband.net.au [125.62.95.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id D943F43D49 for ; Mon, 18 Sep 2006 04:30:59 +0000 (GMT) (envelope-from iain@iaindooley.com) Received: from localhost (localhost [127.0.0.1]) by nitrous.powerband.net.au with ESMTP id k8I4VW9T078458 for ; Mon, 18 Sep 2006 14:31:32 +1000 (EST) (envelope-from iain@iaindooley.com) Received: from nitrous.powerband.net.au ([127.0.0.1]) by localhost (nitrous.powerband.net.au [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23884-02 for ; Mon, 18 Sep 2006 14:31:30 +1000 (EST) Received: from LOGGED by nitrous.powerband.net.au with ESMTP id k8I4P8qG037598 for ; Mon, 18 Sep 2006 14:25:08 +1000 (EST) (envelope-from iain@iaindooley.com) Received: from piper.iaindooley.com (localhost [127.0.0.1]) by piper.iaindooley.com (8.13.3/8.13.3) with ESMTP id k8I4TBW9037863 for ; Mon, 18 Sep 2006 14:29:15 +1000 (EST) (envelope-from iain@piper.iaindooley.com) Received: from localhost (iain@localhost) by piper.iaindooley.com (8.13.3/8.13.3/Submit) with ESMTP id k8I4T70X037860 for ; Mon, 18 Sep 2006 14:29:11 +1000 (EST) (envelope-from iain@piper.iaindooley.com) Date: Mon, 18 Sep 2006 14:29:05 +1000 (EST) From: Iain Dooley To: freebsd-questions@freebsd.org Message-ID: <20060918142224.A34146@piper.iaindooley.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new using ClamAV at powerband.net.au Subject: jls output incorrect X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 04:31:03 -0000 i'm running FreeBSD 6.1-RELEASE. i have recently set up some jails and everything seems to be running fine. however when i use: /etc/rc.d/jail stop and then type: jls i still see jails as running, with JID's assigned. I can no longer log into these jails, so it appears they have been halted, but when i start again, the new jail processes get new JID's, and when i stop, they remain. this is obviously not a huge problem, but it means that i can not reliably use jls to see which jails are running. i have seen this discussed earlier: http://lists.freebsd.org/pipermail/freebsd-questions/2006-April/118133.html later in that discussion chad mentions mounted file systems as calling problems. i'm not mounting any file systems in my jails, should i just wait til i upgrade to 7.0 or is there some way i can fix this? cheers iain From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 04:55:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9726516A403 for ; Mon, 18 Sep 2006 04:55:57 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3434F43D58 for ; Mon, 18 Sep 2006 04:55:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 1C3E61A3C19; Sun, 17 Sep 2006 21:55:57 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 621B35159A; Mon, 18 Sep 2006 00:55:56 -0400 (EDT) Date: Mon, 18 Sep 2006 00:55:56 -0400 From: Kris Kennaway To: Iain Dooley Message-ID: <20060918045556.GA72929@xor.obsecurity.org> References: <20060918142224.A34146@piper.iaindooley.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <20060918142224.A34146@piper.iaindooley.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: jls output incorrect X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 04:55:57 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 18, 2006 at 02:29:05PM +1000, Iain Dooley wrote: > i'm running FreeBSD 6.1-RELEASE. i have recently set up some jails and= =20 > everything seems to be running fine. >=20 > however when i use: >=20 > /etc/rc.d/jail stop >=20 > and then type: >=20 > jls >=20 > i still see jails as running, with JID's assigned. I can no longer log=20 > into these jails, so it appears they have been halted, but when i start= =20 > again, the new jail processes get new JID's, and when i stop, they remain= .=20 > this is obviously not a huge problem, but it means that i can not reliabl= y=20 > use jls to see which jails are running. >=20 > i have seen this discussed earlier: >=20 > http://lists.freebsd.org/pipermail/freebsd-questions/2006-April/118133.ht= ml >=20 > later in that discussion chad mentions mounted file systems as calling=20 > problems. i'm not mounting any file systems in my jails, should i just=20 > wait til i upgrade to 7.0 or is there some way i can fix this? It's a leak in the stats; it's believed to be fixed in 7.0 if you use the new PTY code. Kris --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFDibbWry0BWjoQKURAglGAJoDkmEVCk5JpbStrIzX6Fw3NIXqqwCg0VXb PXp5Ck8q9LPkq4Jd27cBsaM= =ysNp -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 05:04:16 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0556B16A412 for ; Mon, 18 Sep 2006 05:04:16 +0000 (UTC) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 163DC43D58 for ; Mon, 18 Sep 2006 05:04:08 +0000 (GMT) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (kline@localhost [127.0.0.1]) by sage.thought.org (8.13.6/8.12.10) with ESMTP id k8I53LbQ034425; Sun, 17 Sep 2006 22:03:30 -0700 (PDT) (envelope-from kline@sage.thought.org) Received: (from kline@localhost) by sage.thought.org (8.13.6/8.13.1/Submit) id k8I536sg034420; Sun, 17 Sep 2006 22:03:06 -0700 (PDT) (envelope-from kline) Date: Sun, 17 Sep 2006 22:03:01 -0700 From: Gary Kline To: backyard Message-ID: <20060918050301.GA34369@thought.org> References: <20060918032611.GA34046@thought.org> <20060918041208.67307.qmail@web83106.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060918041208.67307.qmail@web83106.mail.mud.yahoo.com> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Gary Kline , Norberto Meijome , FreeBSD Mailing List Subject: Re: which xorg file?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 05:04:16 -0000 On Sun, Sep 17, 2006 at 09:12:08PM -0700, backyard wrote: > > > --- Gary Kline wrote: > > > On Mon, Sep 18, 2006 at 12:18:32PM +1000, Norberto > > Meijome wrote: > > > On Sun, 17 Sep 2006 17:52:54 -0700 > > > Gary Kline wrote: > > > > > > > Which ports file do I build to fill the > > standard > > > > /usr/X11R6/bin file? > > > > > > not sure I follow your question... > > > the xorg-server and xorg-clients ports will your > > basic standard X files and apps > > > > > > xorg.conf doesn't sit in /usr/X11R6/bin, but > > /usr/X11R6/lib/X11/xorg.conf > > > > It is in my /etc/X11 directory. > > > > > > > > the configuration apps to generate xorg.conf are > > xorgcfg and xorgconfig (one X > > > based, the other text based) > > > > > > Yeah, but there is a way using X -conf[ig]. I've > > forgotten the exact > > details; but I have used both f the above > > configuration tools > > before. > > > I believe its X -configure > I've been reading through the complete freebsd in my > "reading room" but admittadly it takes me a couple of > stabs to get it right on a new system. > Okay; thanks, I think you're right. Also that you may need to cd / or cd /etc. Or else "xorg.conf" will wind up <>. (it's been a few years since my last X -configure ... as is evident!) > > > > > > > > > > [betom@ayiin] [Mon Sep 18 12:17:46 2006] > > > /usr/home/betom > > > $ locate xorgcfg > > > /usr/X11R6/bin/xorgcfg > > > /usr/X11R6/man/man1/xorgcfg.1.gz > > > > > > [betom@ayiin] [Mon Sep 18 12:17:50 2006] > > > /usr/home/betom > > > $ locate xorgconfig > > > /usr/X11R6/bin/xorgconfig > > > /usr/X11R6/man/man1/xorgconfig.1.gz > > > > > > If that's not what you need...let us know :) > > > > > > I'm still looking for xdm; possibly startx too. > > I'm making the > > wm switch from ctwm to gone-lite ... but first, > > the basics > > have to be there. > > > > gary > > > > > > -- > > Gary Kline kline@thought.org > > www.thought.org Public service Unix > > > > the only way I know to populate /usr/X11R6/bin is by > cd /usr/ports/x11/xorg && make && make install && make > clean > > this will install the clients, libraries, documents, > fonts, and basic X11R6 system. it will also clean up > after itself. > Then I've FINALLY begun installing the right package. About an hour ago. Will see.... gary > Keep in mind NOT ALL X11 apps will be installed in > that directory. a good number of the clients end up in > /usr/bin or /usr/local/bin > > depending on if it uses qmake, gmake, make, imake > different things can happen, and not much can be done > about it. some of those makes just ignore the PREFIX > directive. > > -brian -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 05:15:00 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 886CB16A407 for ; Mon, 18 Sep 2006 05:15:00 +0000 (UTC) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33AAD43D68 for ; Mon, 18 Sep 2006 05:14:57 +0000 (GMT) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (kline@localhost [127.0.0.1]) by sage.thought.org (8.13.6/8.12.10) with ESMTP id k8I5EgnM034470; Sun, 17 Sep 2006 22:14:45 -0700 (PDT) (envelope-from kline@sage.thought.org) Received: (from kline@localhost) by sage.thought.org (8.13.6/8.13.1/Submit) id k8I5EauK034464; Sun, 17 Sep 2006 22:14:36 -0700 (PDT) (envelope-from kline) Date: Sun, 17 Sep 2006 22:14:33 -0700 From: Gary Kline To: Norberto Meijome Message-ID: <20060918051433.GB34369@thought.org> References: <20060918005254.GA33582@thought.org> <20060918121832.13ec608a@localhost> <20060918032611.GA34046@thought.org> <20060918141251.68039887@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060918141251.68039887@localhost> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Gary Kline , FreeBSD Mailing List Subject: Re: which xorg file?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 05:15:00 -0000 On Mon, Sep 18, 2006 at 02:12:51PM +1000, Norberto Meijome wrote: > On Sun, 17 Sep 2006 20:26:11 -0700 > Gary Kline wrote: > > > > I'm still looking for xdm; possibly startx too. I'm making the > > wm switch from ctwm to gone-lite ... but first, the basics > > have to be there. > > [betom@ayiin] [Mon Sep 18 14:08:29 2006] > /usr/home/betom > $ pkg_info -W /usr/X11R6/bin/xdm > /usr/X11R6/bin/xdm was installed by package xorg-clients-6.9.0_3 > > > [betom@ayiin] [Mon Sep 18 14:11:32 2006] > /usr/home/betom > $ pkg_info -W `which startx` > /usr/X11R6/bin/startx was installed by package xorg-clients-6.9.0_3 > So pkg_info -W tells-where. If xorg-clients is in /usr/ports/x11 then it's on my list. Thanks!1 gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 05:23:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89C2F16A412 for ; Mon, 18 Sep 2006 05:23:01 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E2C443D46 for ; Mon, 18 Sep 2006 05:22:59 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id k8I5MVjZ092172; Mon, 18 Sep 2006 06:22:32 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=softfail; spf=softfail X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk k8I5MVjZ092172 Message-ID: <450E2D10.40506@infracaninophile.co.uk> Date: Mon, 18 Sep 2006 06:22:24 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: Norberto Meijome References: <20060918005254.GA33582@thought.org> <20060918121832.13ec608a@localhost> <20060918032611.GA34046@thought.org> <20060918141251.68039887@localhost> In-Reply-To: <20060918141251.68039887@localhost> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig539AECA8F6C2DFAB787B2622" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Mon, 18 Sep 2006 06:22:52 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1891/Sun Sep 17 22:16:53 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_TESTING,NO_RELAYS autolearn=ham version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on happy-idiot-talk.infracaninophile.co.uk Cc: Gary Kline , FreeBSD Mailing List Subject: Re: which xorg file?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 05:23:01 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig539AECA8F6C2DFAB787B2622 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Norberto Meijome wrote: > On Sun, 17 Sep 2006 20:26:11 -0700 > Gary Kline wrote: >=20 >=20 >>> xorg.conf doesn't sit in /usr/X11R6/bin, but /usr/X11R6/lib/X11/xorg.= conf >> It is in my /etc/X11 directory. >=20 > I dont remember when was the last time I saw it in /etc/X11... that sou= nds > somewhat like a Linux layout... maybe you want to link /etc/X11 > to /usr/X11/etc ?=20 Actually X will search for xorg.conf in a very long list of places, all spelled out in the xorg.conf(5) man page. Putting it in /etc/X11/xorg.conf is pretty usual, even though the usual hier(7) rules would lead you to expect it to live in /usr/X11R6/etc/X11/xorg.conf= or /usr/X11R6/lib/X11/xorg.conf -- all of which are on the list of places= for X to look for the file, and it's just a matter of taste which one of the available locations you choose. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig539AECA8F6C2DFAB787B2622 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFDi0X8Mjk52CukIwRCH3GAKCRdoE+YTmOcwhnp8I167ZAle8g9gCdEnJN wNiOmJg+Omr+/2T8gQAHYxg= =EmE8 -----END PGP SIGNATURE----- --------------enig539AECA8F6C2DFAB787B2622-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 05:57:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CABD16A4B3 for ; Mon, 18 Sep 2006 05:57:43 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 077F243D5E for ; Mon, 18 Sep 2006 05:57:41 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id k8I5vEqe099783; Mon, 18 Sep 2006 06:57:14 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=softfail; spf=softfail X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk k8I5vEqe099783 Message-ID: <450E3534.6080403@infracaninophile.co.uk> Date: Mon, 18 Sep 2006 06:57:08 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: Ahmad Arafat Abdullah References: <20060918021548.59DB41BF287@ws1-1.us4.outblaze.com> In-Reply-To: <20060918021548.59DB41BF287@ws1-1.us4.outblaze.com> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigF1C9A0CDFD6AD236DDFA1C80" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Mon, 18 Sep 2006 06:57:35 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1891/Sun Sep 17 22:16:53 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_POLICY_TESTING, NO_RELAYS autolearn=ham version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on happy-idiot-talk.infracaninophile.co.uk Cc: admin@hdk5.com, FreeBSD Users Questions Subject: Re: Sendmail on FBSD server wont connect to remote user. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 05:57:43 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF1C9A0CDFD6AD236DDFA1C80 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Ahmad Arafat Abdullah wrote: >> ----- Original Message ----- >> From: "admin@hdk5.com" >> To: "FreeBSD Users Questions" >> Subject: Sendmail on FBSD server wont connect to remote user. >> Date: Sun, 17 Sep 2006 10:57:27 -1000 >> >> >> Aloha Questions list, >> >> I have been trying to setup Sendmail on a server box. >> FreeBSD 6.1 HP Pentium II 300 CPU 686 >> >> After many attempts I am down to this one error. >> >> Error: >> Sending of password did not succeed. Mail server=20 >> mahalo.internetohana.org responded: >> Password supplied for admin@internetohana.org is incorrect. >> >> >> I have 2 user accounts for test on this swever. I can ping and=20 >> telnet into ports 25 and 110 and I get the proper responses from=20 >> these users. >> >> The 2 user accounts are rejected as per the error when I try to=20 >> connect from a mail agent (Mozilla or Thunderbird) from another box=20 >> on a different inet. (Also FreeBSD 4.11 running for several years.) >> >> >> The server is setup with send mail SMTP and qpopper for Pop3. There=20 >> is nothing else on this box. >> >> Do I have to create a password file other than the FreeBSD =20 >> /etc/passwd and /etc/master.passwd >> to get this to work. >> >> My previous attempts with Postfix and Dovecot did not get this far. >> >> Thanks for any help. >> >> Al Plant - Honolulu, Hawaii >> >> - Admin -- http://hawaiidakine.com -- http://hdk5.com -- --=20 >> http://internetohana.org -- http://freeBSDinfo.org -- >> + Supporting open source computing - FreeBSD 6.* + >=20 >=20 > I'm leaving sendmail long ago since I'm migrated to Postfix.. > but however as i still remember, default sendmail installation > is just listening to localhost. >=20 > so u need to alter the *.cf file ( in /etc/mail/ ).. >=20 > # SMTP client options > O ClientPortOptions=3DFamily=3Dinet, Address=3D0.0.0.0 >=20 > by default this line will be commented out ( with # or dnl ) or just li= sten to localhost >=20 > previously I faced this prob with old RedHat 7.x.. >=20 > anyone who know this, maybe can correct me if I'm wrong Yep. You are completely in the wrong ballpark there. You are talking about configuring where sendmail listens for *incoming* connections, although the mists of time seem to have clouded your memory of exactly what it is you do... (Hint: look for DAEMON_PORT_OPTIO= NS and maybe add FEATURE(no_default_msa) in the /etc/mail/$(hostname).mc file) What the original poster is suffering from is not lack of ability to connect at the TCP level. He's needing to configure authentication so that his mail clients can relay through the server. Unfortunately it appears he is using the stock sendmail supplied with Fre= eBSD which does not have authentication support compiled into it: 250-mahalo.internetohana.org Hello happy-idiot-talk.infracaninophile.co.u= k [81.187.76.162], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-DELIVERBY 250 HELP You should see: 250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN or similar if the authentication capabilities are enabled. To make sendmail do authentication, do the following. i) Install the security/cyrus-sasl2 port. Review the configuration fi= le /usr/local/lib/sasl2/Sendmail.conf to make sure it does what you wa= nt -- at a minimum it should contain pwcheck_method: auxprop which should let sendmail auth against the sasldb without needing = the intercession of saslauthd. However there are far too many possibi= lities to go into any great depth here -- Google is your friend. ii) Add the following to /etc/make.conf and then do a standard buildwor= ld cycle to enable the authentication capabilities in the base system sendma= il: SENDMAIL_CFLAGS+=3D -I/usr/local/include -DSASL=3D2 SENDMAIL_LDFLAGS+=3D -L/usr/local/lib SENDMAIL_LDADD+=3D -lsasl2 iii) Add to /etc/mail/$(hostname).mc -- dnl ## Set SASL options TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl define(`confAUTH_REALM', `infracaninophile.co.uk')dnl define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')d= nl define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLDBFile')dnl and rebuild the sendmail configuration, restart sendmail, etc: # cd /etc/mail # make all install restart iv) Use the saslpasswd2 program to set up login names and passwords for= all of the e-mail users permitted to send mail via the system. Et voil=E0. Well, actually there's another step the OP would be well adv= ised to take. In order to secure 'LOGIN' against password snooping you should tu= rn on sendmail's TLS capabilities, so it has the capability to switch to using = an encrypted SMTP session. That (in the best didactic tradition) is left as= an exercise for the student. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enigF1C9A0CDFD6AD236DDFA1C80 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFDjU58Mjk52CukIwRCLzNAJ4x1u83bsixkNM6AnlzVDk7FWXifACfRhjQ 2f6FnL9riTOAZWm7G6VVnDk= =d+sx -----END PGP SIGNATURE----- --------------enigF1C9A0CDFD6AD236DDFA1C80-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 07:16:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 627A816A407 for ; Mon, 18 Sep 2006 07:16:53 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E4E543D45 for ; Mon, 18 Sep 2006 07:16:51 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k8I7GmEY003314; Mon, 18 Sep 2006 10:16:48 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Mon, 18 Sep 2006 10:14:17 +0300 User-Agent: KMail/1.9.1 References: <6C0CF58A187DA5479245E0830AF84F421D11B1@poweredge.attiksystem.ch> In-Reply-To: <6C0CF58A187DA5479245E0830AF84F421D11B1@poweredge.attiksystem.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609181014.17452.nvass@teledomenet.gr> Cc: Philippe Lang Subject: Re: Nanobsd and CF geometry X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 07:16:53 -0000 On Thursday 14 September 2006 09:54, Philippe Lang wrote: > Hi, > > I'm trying to flash Nanobsd on a Compact Flash which is not listed in > /usr/src/tools/tools/nanobsd/FlashDevice.sub. > > Does anyone know how to calculate NANO_MEDIASIZE, NANO_HEADS and NANO_SECTS > for a specific CF, in my case a Transcend 512 MB CF? > I think the case with CF is the same with USB memory sticks. The kernel reports the "geometry" when it's plugged in. Check dmesg for anything interesting. There is a mailing list for "Dedicated and Embedded Systems based upon FreeBSD", Maybe you should ask there. http://lists.freebsd.org/mailman/listinfo/freebsd-small Nikos From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 07:18:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D34E16A40F for ; Mon, 18 Sep 2006 07:18:18 +0000 (UTC) (envelope-from nick@nickwithers.com) Received: from mail.nickwithers.com (mail.manrags.com [203.219.206.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98AC243D5C for ; Mon, 18 Sep 2006 07:18:12 +0000 (GMT) (envelope-from nick@nickwithers.com) Received: from localhost (shmick.shmon.net [10.0.0.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.nickwithers.com (Postfix) with ESMTP id AC8BB3AB1C for ; Mon, 18 Sep 2006 17:18:00 +1000 (EST) Date: Mon, 18 Sep 2006 17:17:59 +1000 From: Nick Withers To: freebsd-questions@freebsd.org Message-Id: <20060918171759.94cb86d9.nick@nickwithers.com> Organization: nickwithers.com X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.10.3; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-nickwithers-MailScanner: Found to be clean X-nickwithers-MailScanner-From: nick@nickwithers.com Subject: swap_pager: indefinite wait buffer: bufobj (...) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 07:18:18 -0000 G'day all, Just wondering whether anyone knows any details regarding the "swap_pager warnings" bug noted on the 6.1-RELEASE Release Engineering "to do" page (http://www.freebsd.org/releases/6.1R/todo.html). Specifically, a PR number would be excellent (I'm assuming one exists). I believe that this issue has been biting me for a while now (or at least it only began appearing after I enabled a swap file on a lowly machine which had to have bad RAM removed that I'm too cheap / poor to replace) and often results in machine lockups. I'd love to see it addressed (assuming that this is indeed what's biting me, which I'm fairly sure of*) before 6.2-RELEASE (probably a little unlikely, I guess) and would be happy to test patches / etc.. Thanks all! * I _could_ disable the swap file and leave the thing belting away for a while to see if the problem doesn't reoccur, but it'll mean a few processes getting killed here and there due to lack of available memory... -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 07:28:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66DBA16A47E for ; Mon, 18 Sep 2006 07:28:40 +0000 (UTC) (envelope-from arindam.mukerjee@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD3643D45 for ; Mon, 18 Sep 2006 07:28:39 +0000 (GMT) (envelope-from arindam.mukerjee@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so4869717pye for ; Mon, 18 Sep 2006 00:28:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XP/zEyJmiugUKY+uUN1fiZCKfeDPAQEkw5PSP4jiuK2+iHT+qVhbgcSJh9CBE9kQqyLcJvEdG0NEjApeGVV2iskJlDhkDNRPpXNW331Ad6zTXF9A3jLrWypqeLWfstCO/kVg3oRTIejhs1WrwexjrOYIes6mHraEOYIUCjW4tkA= Received: by 10.35.50.1 with SMTP id c1mr23198722pyk; Mon, 18 Sep 2006 00:28:38 -0700 (PDT) Received: by 10.35.13.20 with HTTP; Mon, 18 Sep 2006 00:28:38 -0700 (PDT) Message-ID: Date: Mon, 18 Sep 2006 12:58:38 +0530 From: Arindam To: bob.middaugh@comcast.net In-Reply-To: <1158331599.25573.23.camel@freebsd> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3748E46A-16BD-4AD9-8EC3-84B10538F2BB@u.washington.edu> <49B0565D-2C10-43CF-AB15-9CD712EFC074@u.washington.edu> <1158320583.25573.9.camel@freebsd> <20060915083142.15602164.wmoran@collaborativefusion.com> <1158331599.25573.23.camel@freebsd> Cc: Garrett Cooper , freebsd-questions@freebsd.org, Bill Moran Subject: Re: Network connectivity between FreeBSD and Linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 07:28:40 -0000 > > In response to Arindam : > > > > [snip] > > > > > > >From the FreeBSD box, can you ping the loopback address: 127.0.0.1, if > > > > so, can you ping your ip address: 10.0.0.101. If so, can you ping your > > > > gateway? Did you set a gateway in /etc/rc.conf? > > > > > > loopback: Yes I can ping it. > > > > > > 10.0.0.101: Yes again I can ping it. But I set this as the gateway. I > > > just got two home PCs connected to each other over a 5-port switch > > > with. 10.0.0.100 and 10.0.0.101 (this one). I set this as the gateway > > > because a while later when I hook this to the web, this will be the > > > box. And I might add a couple of more boxes to this network at best. > > > > Don't do that. It may be the cause of your problem -- in any case, > > it's incorrect. Leave the system without a gateway if you don't have > > one. > > > > > I did not set a gateway in /etc/rc.conf. I configured the whole thing > > > using sysinstall and a couple of times after that using ifconfig (ip > > > addr and netmask). > > > > If you did it via sysinstall, then it was written to rc.conf. > > > > > > defaultrouter="your gateway ip address" # Set to default > > > > gateway (or NO). > > > > > > But I guess whatever the method, such an entry would have been written > > > to rc.conf. > > > > Yes. > > > > The output of ifconfig shows the duplex setting, you're set to 100 full > right now. Can you set the switch port to 100 full, if it's not > already. We have issues with our cisco switches being set to auto, they > have to be forced to 100 full or we get 0 connectivity between broadcom > cards and cisco 4500's. > > Trying a different card is a good idea if you have one. Helps rule some > things out at least. It did work out that way and I am too tired to find out why. So, it works now. Just that AMD PcNet 97c79x did not work. Andy From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 07:47:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 408B816A407 for ; Mon, 18 Sep 2006 07:47:06 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC61943D46 for ; Mon, 18 Sep 2006 07:47:05 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.7.193] (68.Red-80-34-55.staticIP.rima-tde.net [80.34.55.68]) by strange.daemonsecurity.com (Postfix) with ESMTP id 97D282E024 for ; Mon, 18 Sep 2006 09:47:03 +0200 (CEST) Message-ID: <450E4EF2.1060801@locolomo.org> Date: Mon, 18 Sep 2006 09:46:58 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060918021716.GW11663@tigger.digitaltorque.ca> <20060918024647.GX11663@tigger.digitaltorque.ca> In-Reply-To: <20060918024647.GX11663@tigger.digitaltorque.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: php4 no longer has apache module? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 07:47:06 -0000 Michael P. Soulier wrote: > On 17/09/06 Michael P. Soulier said: > >> So, I upgrade lang/php4. >> >> php4-4.4.4 PHP Scripting Language (Apache Module and CLI) >> >> And yet, it doesn't seem to contain the apache module. >> >> [msoulier@kanga ~]$ pkg_info -L php4-4.4.4 | grep '\.so' >> [msoulier@kanga ~]$ >> >> So now my apache setup is broken. >> >> I guess I'll look for a separate apache module... > > Ah, I see. A make config shows that the apache module isn't selected. I wonder > how that happened, since all I did was portupgrade the previous version. Well, when you cvsup'ed your ports tree the make file was updated adding new Make options. If you had an old options file from last build, portupgrade doesn't present the config-menu. Looking into the make file, the Apache module isn't selected by default which sort of surprises me, I would think that most would want php for web scripting. Maybe a feature request would be to add a version control on the options, such that if this is changed the menu is presented even if an old options file exist... Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 08:15:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8157F16A40F for ; Mon, 18 Sep 2006 08:15:38 +0000 (UTC) (envelope-from arindam.mukerjee@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id C224143D4C for ; Mon, 18 Sep 2006 08:15:37 +0000 (GMT) (envelope-from arindam.mukerjee@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so4884714pye for ; Mon, 18 Sep 2006 01:15:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fBVLwUx4w6Gb7uJeLytl0R/v8+AXV+wmvCt6TAtEVOzkyU1Wumh/TBWPEZ3cdiPgjkbtJxzU2SaqVii+HPrOKGEsEr6CdG0ccW6JlFRo3WCsBwnB6ZD8dtgEdXjGbrAICeRYkCDhUk/7Hj3TjSlS3+Ru8uff1vliC5aLPo0GFLs= Received: by 10.35.84.12 with SMTP id m12mr23267564pyl; Mon, 18 Sep 2006 01:15:37 -0700 (PDT) Received: by 10.35.13.20 with HTTP; Mon, 18 Sep 2006 01:15:36 -0700 (PDT) Message-ID: Date: Mon, 18 Sep 2006 13:45:36 +0530 From: Arindam To: "Joel Adamson" In-Reply-To: <20060917192245.94856.qmail@web50413.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060917192245.94856.qmail@web50413.mail.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Newbie Experience (As promised) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 08:15:38 -0000 > Dear Very Helpful and Informative FreeBSD List, > > I installed FreeBSD on Friday Night and tried very hard to get it all working. My initial X problem actually fixed itself (you can imagine my surprise), however, even with that, our computer is useless as a desktop (or anything else) without an internet connection. My hardware is unsupported and despite my best efforts, I decided it would be better to expedite the process and I installed Mepis Linux. > Which version of FreeBSD did you install. > I would hardly describe it the way another newbie did one week ago. It was a good challenge. I'll wait until I'm a better administrator and there's more support for hardware I might have. > > The only really annoying thing was that I perpetually had trouble mounting my usb flash drive. I think this was a filesystem problem. > What was the problem? I am a newbie too ... my second week on FreeBSD. I could manage mounting my 1G Memorex traveldrive without a bother. The usbd daemon is configured to run on boot. Depending on which USB port I connect it to, I do something like: mount -t msdosfs [-o ro] /dev/da0s1 I prefer to use "-o ro" whenever I mount a file system on some directory and I don't want to take any kind of risks. > Thanks for any help you've offered, > Joel > > Joel J. Adamson > Arlington, MA > > Just to share it with you. I had a couple of other fixes to do. I could not get my AMD PcNet 97c79x ethernet card to work with my FreeBSD 6.1 installation, although the device could be detected and configured through sysinstall / ifconfig. My packets just won't get past the LAN card on to the wire. So I swapped it with another card I had on a different PC which dual boots to RHEL and Windows. That is a Realtek card, and it worked fine with FreeBSD. The other issue I faced was with configuring my old 3-button Logitech mouse. But even that works now on X - some configuration changes. I disabled moused by removing moused entries from /etc/rc.conf - I felt it was making the mouse freeze in the X term. Get some of the window managers - they help. Afterstep / XFCE / FVWM are good points to start. Cheers, Andy From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 08:15:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C6B616A597 for ; Mon, 18 Sep 2006 08:15:49 +0000 (UTC) (envelope-from bob@tania.servebbs.org) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B67C43D4C for ; Mon, 18 Sep 2006 08:15:48 +0000 (GMT) (envelope-from bob@tania.servebbs.org) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail1.panix.com (Postfix) with ESMTP id 5448E58ACE for ; Mon, 18 Sep 2006 04:15:48 -0400 (EDT) Received: from tania.servebbs.org (pool-71-247-45-241.nycmny.east.verizon.net [71.247.45.241]) by mailspool3.panix.com (Postfix) with ESMTP id 4BCECB66940 for ; Mon, 18 Sep 2006 04:15:44 -0400 (EDT) From: Bob Organization: TamaraB To: freebsd-questions@freebsd.org Date: Mon, 18 Sep 2006 04:15:15 -0400 User-Agent: KMail/1.9.1 References: <20060918035121.6514.qmail@web83113.mail.mud.yahoo.com> In-Reply-To: <20060918035121.6514.qmail@web83113.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609180415.16154.bob@tania.servebbs.org> Subject: Re: rebooting into single user mode on a remote server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 08:15:49 -0000 On Sunday 17 September 2006 23:51, backyard wrote: >....modems are relatively cheap. And, if you put it into "call-back" mode, it becomes one of the most secure methods of doing a remote serial console; plus you have the added advantage of the remote site footing the bill for the call :-) Bob From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 08:33:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5753F16A403 for ; Mon, 18 Sep 2006 08:33:50 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2871243D69 for ; Mon, 18 Sep 2006 08:33:44 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (patr530-a149.otenet.gr [212.205.215.149]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id k8I8WKfg015108 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Sep 2006 11:33:18 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k8I8VYgT001510; Mon, 18 Sep 2006 11:31:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k8I0B3xR003220; Mon, 18 Sep 2006 03:11:03 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 18 Sep 2006 03:11:02 +0300 From: Giorgos Keramidas To: Viswas Nair Message-ID: <20060918001102.GA3169@gothmog.pc> References: <73d604760609160745k6419a381y4fb9269610246d94@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <73d604760609160745k6419a381y4fb9269610246d94@mail.gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.171, required 5, AWL -0.55, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, MANY_EXCLAMATIONS 0.78, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Crippled FreeBSD! Need help! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 08:33:50 -0000 On 2006-09-16 20:15, Viswas Nair wrote: > I have managed to scr** up my FBSD 6.1 installation. This is what > happened: > > I had an installation of BSD with which I was experimenting and > managed to get it to work to my taste. Call this installation A. This > installation had a lot of unwanted ports installed so I decided to do > a new installation. > > I installed BSD in another partition. Call this installation B. > > I wanted to custom build the kernel in B and hence created the config > file needed for the custom build. > > I used sysinstall to copy the src from the 6.1 CD. When I marked Base > inside sysinstall to be copied, it gave me an error: Write failure on > transfer! (wrote -1 bytes of 1425408 bytes). I know this is not a > problem with the CD because I was able to copy the base and src in > another machine that I have. Src however got copied in B. > > I couldnt do a make buildworld because it gave me an error saying that > it didnt know what buildworld was. > > I knew i needed the base files to get it to work. A friend of mine had > helped me custom build the kernel in installation A. > > So I mounted the partition and copied the files in /usr/src (only > files, excluded /usr/src/sys) from installation A to installation B. > > Then when I did a make buildworld it gave me an error that it was > unable to cd into a directory by thename /somepath/usr.bin. I dont > remember what somepath was. I couldn't note it down. > > Then I mounted the 6.1 CD and went into the 6.1Release folder and into > the base directory and ran ./install.sh. It asked me if I wanted to > copy files to / and i said yes. I attempted make buildworld again and > it did not work. > > When this did not work, I decided to restart the machine and try > again. However, after restarting, the login prompt does not accept my > user id and password. And when i type "root" for user, it logs me in > without asking for a password. I am clueless whats happening here. > Please help. You have managed to wipe out your /etc/master.passwd file (among other things, but let's fix this first). Backup copies of master.passwd are kept in `/var/backups', so you can always look there and restore it. Unless you have added many users during the last day or so, all should be there already :) From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 09:01:20 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E7FC16A412 for ; Mon, 18 Sep 2006 09:01:20 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A08043D46 for ; Mon, 18 Sep 2006 09:01:19 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.7.193] (68.Red-80-34-55.staticIP.rima-tde.net [80.34.55.68]) by strange.daemonsecurity.com (Postfix) with ESMTP id DB6802E024; Mon, 18 Sep 2006 11:01:17 +0200 (CEST) Message-ID: <450E6058.60005@locolomo.org> Date: Mon, 18 Sep 2006 11:01:12 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Dave References: <000601c6da7e$465025f0$6501a8c0@DININGROOM> In-Reply-To: <000601c6da7e$465025f0$6501a8c0@DININGROOM> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Using BSD as filter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 09:01:20 -0000 Dave wrote: > I am interested in using BSD on a computer between my cable modem and a router which is both wireless and hardwired. Is this something that anyone could advise me of such as: > 1) Which bsd software would be best for my purpose. I use packet filter. > 2) I am interested in what the minimum speed and required memory might be to ensure the computer would not be a bottle-neck on the data coming in. Anything will do. I have had an OpenBSD box on Pentium I taking care of 100+ clients with a 10Mbit internet connection and 100Mbit lan. Right now I have a VIA 1Ghz with 256MB ram for the same purpose. > 2) I am interested in using a different email software instead of Outlook Express. Does BSD have one available or could one be recommended? This is not related to the previous question. If you're running windows on your clients then you should look at alternative windows applications - thunderbird may be one. > 3) I am interested in other software that would work with BSD also. For what purpose? See the ports collection. cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 09:02:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11B7916A47E for ; Mon, 18 Sep 2006 09:02:17 +0000 (UTC) (envelope-from work@ashleymoran.me.uk) Received: from mercureh.reacthosting.com (reacthosting.com [195.177.245.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F8E43D5A for ; Mon, 18 Sep 2006 09:02:04 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from hosta.jigsawfinance.com ([213.106.224.113] helo=[192.168.0.34]) by mercureh.reacthosting.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GPF0t-000G3m-4a for freebsd-questions@freebsd.org; Mon, 18 Sep 2006 10:02:03 +0100 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: quoted-printable Message-Id: Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Ashley Moran Date: Mon, 18 Sep 2006 10:02:00 +0100 X-Mailer: Apple Mail (2.752.2) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mercureh.reacthosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - ashleymoran.me.uk X-Source: X-Source-Args: X-Source-Dir: Subject: Is Active Directory integrated file sharing possible on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 09:02:17 -0000 Hi people I recently added a pair of extra disks to one of our internal servers =20= (FreeBSD 6.1) to give us a share for our office. Our user =20 authentication is all done by Active Directory Small Business Server =20 2000. I gave the job of getting Samba running an authenticated share =20= to our Linux-fanboy network admin. He came back to me claiming the =20 following reason why it can't be done (I assume the second word =20 should be followed by "not"): > Winbind is fully functional on FreeBSD so it doesn=92t work =20 > authenticating with windows, ive tried compiling the Solaris =20 > version which is supposedly meant to work but I cant get it to =20 > compile. > > So now I was working on a public anonymous share but that doesn=92t =20= > work cus FreeBSD says that account is not permitted access from =20 > that station. > > So I know give up, give me a proper linux server or light security =20 > abit so it dosent care who logs on from where > > > See bloody BSD, lol I don't know anything about Samba, so I was wondering if someone here =20= has seen a similar setup working. Is it really impossible to do what =20= I want? Thanks Ashley= From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 09:04:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B287616A417 for ; Mon, 18 Sep 2006 09:04:20 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED01B43D5D for ; Mon, 18 Sep 2006 09:04:16 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so3883691wxd for ; Mon, 18 Sep 2006 02:04:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h7E7Qe+FNKvE1K9odp0sQwWQB6DiOyNRQTNpg/nrmd5FM0Q4X5ouJuijxYVfD5/zTvCWJRCTr9Rz8+vn2R//7dzR1INpQZ099oOSLNDpmKM4wP18CJRLS9xXuz2hXhnmTG7D9hnx5yANuVdvn9KuqV63REAEugSI2SfHhO54/lg= Received: by 10.90.29.15 with SMTP id c15mr85653agc; Mon, 18 Sep 2006 02:04:16 -0700 (PDT) Received: by 10.90.83.18 with HTTP; Mon, 18 Sep 2006 02:04:16 -0700 (PDT) Message-ID: <27dbfc8c0609180204v3014c5ceqed4d6a2a9f48cc52@mail.gmail.com> Date: Mon, 18 Sep 2006 11:04:16 +0200 From: "Valerio daelli" To: "FreeBSD Questions" In-Reply-To: <27dbfc8c0609180203v3083591cg54e9bc7d52b55f0c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060917031639.GD55663@dan.emsphone.com> <27dbfc8c0609180203v3083591cg54e9bc7d52b55f0c@mail.gmail.com> Subject: Fwd: top(1) STATE column X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 09:04:20 -0000 > They're only documented in the source, as far as I know. A quick grep > comes up with around 300 different unique waits and mutexes in the > kernel: Try searching this mail from freebsd-questions: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1251488+0+archive/2006/freebsd-questions/20060618.freebsd-questions the subject says it all Hope it helps Valerio Daelli From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 09:06:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8869916A412 for ; Mon, 18 Sep 2006 09:06:15 +0000 (UTC) (envelope-from jc.devilla@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4602A43D6E for ; Mon, 18 Sep 2006 09:06:14 +0000 (GMT) (envelope-from jc.devilla@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so3884155wxd for ; Mon, 18 Sep 2006 02:06:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Nd5Kg0NAJXGKIOfYpwu3dtyP74ag1dioFS3MNJoUFA0tlTRMGKelVvCvJBrb+go1eJgT/aSVNgFfO6qBq4u5vaPr7pW1dTv8aO0UVOssbceaJaDQ/T1uItb/4CCgStCZR5sxDF6MqGOEKPEsEHk+REF8HIEk3RzbZmZ1zIauxOg= Received: by 10.70.96.3 with SMTP id t3mr19775108wxb; Mon, 18 Sep 2006 02:06:13 -0700 (PDT) Received: from ?192.168.232.166? ( [203.87.196.234]) by mx.gmail.com with ESMTP id 43sm13802497wri.2006.09.18.02.06.12; Mon, 18 Sep 2006 02:06:13 -0700 (PDT) Message-ID: <450E6181.3030503@gmail.com> Date: Mon, 18 Sep 2006 17:06:09 +0800 From: Migs User-Agent: Thunderbird 1.5.0.5 (X11/20060807) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: quick question regarding /usr/obj X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 09:06:15 -0000 I just did a rebuild recently, and saw in the handbook that i can take out /usr/obj with no problems... and seeing as its taking up >500mb, I do want to trim it out... However, in uname -a it shows FreeBSD shadow.meridiantelekoms.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Mon Sep 18 15:35:23 PHT 2006 root@shadow.meridiantelekoms.com:/usr/obj/usr/src/sys/ARMITAGE i386 and no reference of my kernel in /boot, aside from /boot/kernel... Now, my question is, is the custom kernel I built also /boot/kernel? or does it reside in /usr/obj/usr/src/sys/ARMITAGE? -- Migs Registered Linux user # 381619, but has shifted to FreeBSD Random Musings (http://lifelin.blogspot.com/) From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 09:08:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76FA616A412 for ; Mon, 18 Sep 2006 09:08:31 +0000 (UTC) (envelope-from jamesoff@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D8C443D55 for ; Mon, 18 Sep 2006 09:08:26 +0000 (GMT) (envelope-from jamesoff@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so3884733wxd for ; Mon, 18 Sep 2006 02:08:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ALrQzV2tpBCQAdglkfkCdZTdqo9x6n7zlEYLboQhDm+xjt0yoajP0wcTZMQYtEawFa1Pm1Mmpl8A+QIRPnAPoDzQWXhEXs63udf9K7WUfgtdkW2Y6V3hQatc3MLrsIdyU0fzA1CndkEvndl4aIEy8PT6tJGExhbFFpYIqIoAh44= Received: by 10.70.42.16 with SMTP id p16mr18025888wxp; Mon, 18 Sep 2006 02:08:25 -0700 (PDT) Received: by 10.70.22.3 with HTTP; Mon, 18 Sep 2006 02:08:25 -0700 (PDT) Message-ID: <720051dc0609180208h16a65071h310228d12f2c6701@mail.gmail.com> Date: Mon, 18 Sep 2006 10:08:25 +0100 From: "James Seward" To: "Ashley Moran" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Is Active Directory integrated file sharing possible on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 09:08:31 -0000 On 9/18/06, Ashley Moran wrote: > > Winbind is [not?] fully functional on FreeBSD so it doesn't work > > authenticating with windows, ive tried compiling the Solaris > > version which is supposedly meant to work but I cant get it to > > compile. > I don't know anything about Samba, so I was wondering if someone here > has seen a similar setup working. Is it really impossible to do what > I want? In a previous job I've had squid using winbindd to do user authentication against a native-mode Windows Server 2003 domain; I'd say it works pretty well. Due to it being a previous job I can't recall/lookup the exact procedure I went though to do it, but you just have to join the BSD machine to the domain. IIRC this used to be done with "smbpasswd -J" but I think they changed that to a new tool. /JMS From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 09:16:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE0B516A403 for ; Mon, 18 Sep 2006 09:16:24 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D7C43D62 for ; Mon, 18 Sep 2006 09:16:22 +0000 (GMT) (envelope-from erikt@midgard.homeip.net) Received: from falcon.midgard.homeip.net (83.253.29.241) by pne-smtpout2-sn1.fre.skanova.net (7.2.075) id 44FEC7CA002FEA1C for freebsd-questions@freebsd.org; Mon, 18 Sep 2006 11:16:21 +0200 Received: (qmail 8674 invoked from network); 18 Sep 2006 11:16:21 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with SMTP; 18 Sep 2006 11:16:21 +0200 Received: (qmail 7674 invoked by uid 1001); 18 Sep 2006 11:16:21 +0200 Date: Mon, 18 Sep 2006 11:16:21 +0200 From: Erik Trulsson To: Migs Message-ID: <20060918091621.GA7658@owl.midgard.homeip.net> Mail-Followup-To: Migs , freebsd-questions@freebsd.org References: <450E6181.3030503@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <450E6181.3030503@gmail.com> User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: quick question regarding /usr/obj X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 09:16:25 -0000 On Mon, Sep 18, 2006 at 05:06:09PM +0800, Migs wrote: > I just did a rebuild recently, and saw in the handbook that i can take > out /usr/obj with no problems... and seeing as its taking up >500mb, I > do want to trim it out... > > However, in uname -a it shows > > FreeBSD shadow.meridiantelekoms.com 6.2-PRERELEASE FreeBSD > 6.2-PRERELEASE #0: Mon Sep 18 15:35:23 PHT 2006 > root@shadow.meridiantelekoms.com:/usr/obj/usr/src/sys/ARMITAGE i386 > > and no reference of my kernel in /boot, aside from /boot/kernel... > > Now, my question is, is the custom kernel I built also /boot/kernel? or > does it reside in /usr/obj/usr/src/sys/ARMITAGE? > Yes. The kernel you built was built in /usr/obj/usr/src/sys/ARMITAGE/, but is installed into /boot/kernel/. Once you have installed the world+kernel that you built you can safely delete everything under /usr/obj/. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 09:22:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5067116A403 for ; Mon, 18 Sep 2006 09:22:12 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B7343D45 for ; Mon, 18 Sep 2006 09:22:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (patr530b-0037.otenet.gr [62.103.226.37]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id k8I9LgJl017903 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Sep 2006 12:21:46 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k8I8VYgR001510; Mon, 18 Sep 2006 11:31:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k8I0KrEQ003437; Mon, 18 Sep 2006 03:20:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 18 Sep 2006 03:20:53 +0300 From: Giorgos Keramidas To: Joel Adamson Message-ID: <20060918002053.GB3169@gothmog.pc> References: <20060917192245.94856.qmail@web50413.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060917192245.94856.qmail@web50413.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.413, required 5, AWL -0.52, BAYES_00 -2.60, DATE_IN_PAST_06_12 0.50, DNS_FROM_RFC_ABUSE 0.20, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Newbie Experience (As promised) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 09:22:12 -0000 On 2006-09-17 12:22, Joel Adamson wrote: > Dear Very Helpful and Informative FreeBSD List, > > I installed FreeBSD on Friday Night and tried very hard to get > it all working. My initial X problem actually fixed itself > (you can imagine my surprise), however, even with that, our > computer is useless as a desktop (or anything else) without an > internet connection. Well, maybe not completely useless. You can still grab packages from the network, using another system, transfer them to the target installation with a CD-ROM disk or other medium and install without a network connection. In general, though, a FreeBSD system without any sort of network connection is (IMHO) something like a 'crippled' computer. In fact, these days, *any* desktop system without some sort of access to a network is crippled in one or more ways. > My hardware is unsupported and despite my best efforts, I > decided it would be better to expedite the process and I > installed Mepis Linux. What hardware are you talking about? Maybe it *is* supported, but it was not very obvious how to configure or set it all up. If you still want to give FreeBSD a try, please try to install it, then run the following commands, saving their output to a file and find a way to post these files to us (i.e. use a floppy disk or something else, like a USB stick): # dmesg # pciconf -lv > I would hardly describe it the way another newbie did one week > ago. It was a good challenge. I'll wait until I'm a better > administrator and there's more support for hardware I might > have. > > The only really annoying thing was that I perpetually had > trouble mounting my usb flash drive. I think this was a > filesystem problem. Mounting filesystems is probably not as intuitive or automatic as it could have been. If you give FreeBSD another try, as I said above, then you can try showing us the output of: # usbdevs -v Run this command when logged in as `root', save its output to a file and post this file to us as a text attachment. We'll help you with the rest of the things needed to discover more about your USB flash disk and how to mount it. > Thanks for any help you've offered, > Joel You're most welcome. You know how to find us if you need more help with FreeBSD either some time soon now, or later :-) Regards, Giorgos From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 09:40:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99A4216A580 for ; Mon, 18 Sep 2006 09:40:47 +0000 (UTC) (envelope-from jc.devilla@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id E51A643D4C for ; Mon, 18 Sep 2006 09:40:46 +0000 (GMT) (envelope-from jc.devilla@gmail.com) Received: by wx-out-0506.google.com with SMTP id s13so3881797wxc for ; Mon, 18 Sep 2006 02:40:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Vdi1U9WHeFUnLl+O6lJCg9Ea7F9JRiTGNhdfsCzlKFdIImDeVh+isYygKlQj9O/7XuePZx927TOuW8s4ghiA1cK5p83ZEWTTCj3TI1rM45tylvG5FEs9e2kk6DoXACh/1eP+J39jR+BawZmjEN7YbkI7Felgp62vWZrfguInNtE= Received: by 10.90.68.15 with SMTP id q15mr4253683aga; Mon, 18 Sep 2006 02:40:46 -0700 (PDT) Received: from ?192.168.232.166? ( [203.87.196.234]) by mx.gmail.com with ESMTP id g5sm1119600wra.2006.09.18.02.40.44; Mon, 18 Sep 2006 02:40:45 -0700 (PDT) Message-ID: <450E6996.40903@gmail.com> Date: Mon, 18 Sep 2006 17:40:38 +0800 From: Migs User-Agent: Thunderbird 1.5.0.5 (X11/20060807) MIME-Version: 1.0 To: Erik Trulsson References: <450E6181.3030503@gmail.com> <20060918091621.GA7658@owl.midgard.homeip.net> In-Reply-To: <20060918091621.GA7658@owl.midgard.homeip.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: quick question regarding /usr/obj X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 09:40:47 -0000 Erik Trulsson wrote: > On Mon, Sep 18, 2006 at 05:06:09PM +0800, Migs wrote: > >> I just did a rebuild recently, and saw in the handbook that i can take >> out /usr/obj with no problems... and seeing as its taking up >500mb, I >> do want to trim it out... >> >> However, in uname -a it shows >> >> FreeBSD shadow.meridiantelekoms.com 6.2-PRERELEASE FreeBSD >> 6.2-PRERELEASE #0: Mon Sep 18 15:35:23 PHT 2006 >> root@shadow.meridiantelekoms.com:/usr/obj/usr/src/sys/ARMITAGE i386 >> >> and no reference of my kernel in /boot, aside from /boot/kernel... >> >> Now, my question is, is the custom kernel I built also /boot/kernel? or >> does it reside in /usr/obj/usr/src/sys/ARMITAGE? >> >> > > Yes. The kernel you built was built in /usr/obj/usr/src/sys/ARMITAGE/, but > is installed into /boot/kernel/. > > Once you have installed the world+kernel that you built you can safely > delete everything under /usr/obj/. > > The handbook did say it was OK to nuke, but didn't really explain what happened in that directory very clearly. Thanks! -- Migs Registered Linux user # 381619, but has shifted to FreeBSD Random Musings (http://lifelin.blogspot.com/) From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 10:10:28 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD5C616A415 for ; Mon, 18 Sep 2006 10:10:28 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id B012043D5E for ; Mon, 18 Sep 2006 10:10:27 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.7.193] (68.Red-80-34-55.staticIP.rima-tde.net [80.34.55.68]) by strange.daemonsecurity.com (Postfix) with ESMTP id 77F0E2E035 for ; Mon, 18 Sep 2006 12:10:26 +0200 (CEST) Message-ID: <450E7091.1050409@locolomo.org> Date: Mon, 18 Sep 2006 12:10:25 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: 6.2-Release schedule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 10:10:28 -0000 Hi: I was just looking over the release schedule for the 6.2 release, a few weeks ago, there was no detailed plan, now it's there including the todo-list, http://www.freebsd.org/releases/6.2R/todo.html No critical pending issues, no show stoppers left, no required or desired features. Only some stress tests problems. So, does this mean that the page has not been updated? Usually I would expect a "problem - solved" list. Or does this mean that the path through betas and RC's is mostly a formal quality assurance routine but code really is 6.2 ready? I usually postpone the upgrade to the RELENG_6_2 is branched off, but if the code is so stable now, maybe it would be reasonable to advance the process this time. Thanks, Erik -- Ph: +34.666334818 web: http://www.locolomo.org X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 10:26:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15CA416A407 for ; Mon, 18 Sep 2006 10:26:13 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from nagual.nl (cc20684-a.assen1.dr.home.nl [82.74.7.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73B2B43D45 for ; Mon, 18 Sep 2006 10:26:11 +0000 (GMT) (envelope-from dick@nagual.nl) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.nl with local; Mon, 18 Sep 2006 12:26:08 +0200 id 0003982F.450E7440.0001680A Date: Mon, 18 Sep 2006 12:26:08 +0200 To: freebsd-questions Message-ID: <20060918102608.GA92059@lothlorien.nagual.nl> References: <20060918025110.A4C551BF287@ws1-1.us4.outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20060918025110.A4C551BF287@ws1-1.us4.outblaze.com> User-Agent: Mutt/1.4.2.2i From: dick hoogendijk Subject: Re: Freebsd, Suse Linux dual booting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 10:26:13 -0000 On 17 Sep Ahmad Arafat Abdullah wrote: > For me, > booting BSDa and other OS is easier with grub: > mine: > > FreeBSD 6.1 > rootnoverify (hd0,0) > chainloader +1 Is this chainloader thing still valid? To my knowledge grub knows about ufs2 nowadays. -- dick -- http://nagual.nl/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 +++ Solaris 10 6/06 ++ From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 13:04:22 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C2AB16A4A7 for ; Mon, 18 Sep 2006 13:04:22 +0000 (UTC) (envelope-from mcgovern@spoon.beta.com) Received: from spoon.beta.com (spoon.beta.com [199.165.180.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E0D43DD9 for ; Mon, 18 Sep 2006 13:03:27 +0000 (GMT) (envelope-from mcgovern@spoon.beta.com) Received: from spoon.beta.com (localhost [127.0.0.1]) by spoon.beta.com (8.13.4/8.13.4) with ESMTP id k8ID3K57003374; Mon, 18 Sep 2006 09:03:22 -0400 (EDT) (envelope-from mcgovern@spoon.beta.com) Message-Id: <200609181303.k8ID3K57003374@spoon.beta.com> To: backyard1454-bsd@yahoo.com In-reply-to: Your message of "Sun, 17 Sep 2006 18:56:53 PDT." <20060918015653.26910.qmail@web83104.mail.mud.yahoo.com> Date: Mon, 18 Sep 2006 09:03:20 -0400 From: "Brian J. McGovern" X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on spoon.beta.com Cc: questions@freebsd.org Subject: Re: Suggestions for embedded systems... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 13:04:22 -0000 Thanks. The downsides I see are its relatively large size (ATX) and power requirements (full ATX). What I'm looking for is more along the lines of http://www.soekris.com/net4801.htm, only with an RCA video connector. Its small, takes virtually no power, takes car voltages (vs. upconverting back to 110AC for an ATX power supply), and has 80% of what I want. I just need the last 20% :) -B > > > --- "Brian J. McGovern" wrote: > > > All, > > I've been browsing the FreeBSD site looking for a > > system I can > > embed in the car. Optimally, it will do video output > > via a RCA cable (ala your > > VCR) so I can plug it in to one of the new Alpine > > radios with an AUX in. Input > > will probably come via a USB gaming pad (arrow keys, > > a few buttons, and 16-20 > > keys). I'd like to have bluetooth and 802.11b/g for > > communicating with a base > > station and the in car GPS and phone audio systems. > > USB (4-6 ports) would > > be perfect - I can get the keyboard, bluetooth, > > 802.11g, and ODB II > > connectors in without a hub. Most I've seen boot > > from compact flash, but > > booting from a USB thumb drive or SD ram would also > > be useful. Audio would > > also be nice, but I can get away with the bluetooth > > link. > > > > The form factor should be as small as possible for > > under-seat, > > behind-dash, or trunk installation. > > > > I've seen the Soekris systems, and they're at a > > good price point, but > > while they'd support most of what I'd need, they > > don't seem to have RCA video > > output, which would be a major plus for real time > > color displays of status and > > information (has anyone played with the USB video > > options available? Does > > FreeBSD support them?) > > > > Suggestions? Comments? Projects already done? > > > > -Brian > > _______________________________________________ > > 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" > > > > sorry about the blank one I dropped/catched the > keyboard with the wrong anykey... > > http://www.aaeon.com/?TabIndex=Products&TabID=Detail&Cate_ID={AEEE87FC-762C- 45F1-AC39-54000B62A180}&Item_ID={88258D2F-17B8-4FA5-80D3-31E93126D326}&Product_ ID={EE4FC77D-FCFD-40EE-AA27-3CFCEA592237} > > is a PC104 board I found that seems to do what you > want. I've been comtemplating this for a while. > possibly when I finally fix my eldo... This might be a > little pricey I'm not certain. Good luck with the > project and keep us up to date. I am deffinately > interested in seeing one of these come to pass. if you > do opt for compact flash make sure its read-only, you > might want to use some sort of Harddrive. this one > does EIDE. > > > -brian > From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 13:25:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0199B16A4C8 for ; Mon, 18 Sep 2006 13:25:37 +0000 (UTC) (envelope-from M.Apitz@oclcpica.org) Received: from mail.pica.nl (mail.pica.nl [192.87.44.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DE543D55 for ; Mon, 18 Sep 2006 13:25:23 +0000 (GMT) (envelope-from M.Apitz@oclcpica.org) Received: from rebelion.Sisis.de ([193.31.10.34]) by mail.pica.nl with Microsoft SMTPSVC(6.0.3790.1830); Mon, 18 Sep 2006 15:25:06 +0200 Received: (from guru@localhost) by rebelion.Sisis.de (8.13.4/8.13.4/Submit) id k8IDPKSR010426 for freebsd-questions@freebsd.org; Mon, 18 Sep 2006 15:25:20 +0200 (CEST) (envelope-from m.apitz@oclcpica.org) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to m.apitz@oclcpica.org using -f Date: Mon, 18 Sep 2006 15:25:20 +0200 From: Matthias Apitz To: freebsd-questions@freebsd.org Message-ID: <20060918132520.GA8117@rebelion.Sisis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-RELEASE (i386) X-OriginalArrivalTime: 18 Sep 2006 13:25:06.0857 (UTC) FILETIME=[DB71A990:01C6DB25] Subject: FreeBSD as a kiosk system for reading/writing e-mail 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, 18 Sep 2006 13:25:37 -0000 Hello, Does someone has an idea about this: - login as user 'kiosk' into FreeBSD and getting a desktop in (for example KDE); - launch a graphical MUA (for example Kmail, or a browser) which supports more than one identity, let's say , and so on, and each user must somehow authenticate itself for the usage of its identity, at least by typing in the password for this identity; - the MUA is fetching by POP3 or IMAP the mail from some host or the underlaying FreeBSD, but they don't get mixed-up with the mails of the other identities in the folders of the MUA; The background idea is just to use the desktop, i.e. loged in once, as a kiosk for reading/writing mails of a group of people. Thx matthias -- Matthias Apitz Manager Technical Support - OCLC PICA GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclcpica.org/ http://guru.UnixLand.de/ From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:00:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9229C16A4EC for ; Mon, 18 Sep 2006 14:00:44 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id D886C43DC0 for ; Mon, 18 Sep 2006 13:59:48 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 12909 invoked from network); 18 Sep 2006 13:59:33 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Sep 2006 13:59:33 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 820942842C; Mon, 18 Sep 2006 09:59:32 -0400 (EDT) To: Sergey Donskikh References: <20060915160443.5466833E2D@mail2.lifestyles.net> From: Lowell Gilbert Date: Mon, 18 Sep 2006 09:59:32 -0400 In-Reply-To: <20060915160443.5466833E2D@mail2.lifestyles.net> (Sergey Donskikh's message of "Fri, 15 Sep 2006 12:00:00 -0400") Message-ID: <44irjl6zsr.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Constant changing ahc0: Transceiver state changing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "'freebsd-questions@freebsd.org'" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:00:44 -0000 Sergey Donskikh writes: > I have the same error messages on my Mail server and can not login as a root as well. > > Is anybody has a solution regarding this issue? It's hard to tell from such a minimal description, but I would start by replacing the broken SCSI controller. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:01:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7A2E16A617 for ; Mon, 18 Sep 2006 14:01:48 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DADD43D58 for ; Mon, 18 Sep 2006 14:01:45 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 19575 invoked from network); 18 Sep 2006 14:01:45 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Sep 2006 14:01:44 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 78DA72842C; Mon, 18 Sep 2006 10:01:44 -0400 (EDT) To: Ted Johnson References: <20060915161149.13859.qmail@web58409.mail.re3.yahoo.com> From: Lowell Gilbert Date: Mon, 18 Sep 2006 10:01:44 -0400 In-Reply-To: <20060915161149.13859.qmail@web58409.mail.re3.yahoo.com> (Ted Johnson's message of "Fri, 15 Sep 2006 09:11:49 -0700 (PDT)") Message-ID: <44eju96zp3.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: wvHTML, glib && libiconv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:01:48 -0000 Ted Johnson writes: > I need to install wvHTML. It's dependent on glib, which is dependent on libiconv. I'm on FreeBSD 6.1. It has libiconv installed. But glib says it can't find it: > > configure: error: *** No iconv() implementation found in C library or libiconv > > So I'm stuck. What do I do in situations like this? You need to tell glib's configure script about the location of libiconv. Use the port; it must do this automatically. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:04:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E439216A403 for ; Mon, 18 Sep 2006 14:04:27 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C354543D78 for ; Mon, 18 Sep 2006 14:04:19 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6935 invoked from network); 18 Sep 2006 14:04:19 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Sep 2006 14:04:19 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9029A2842D; Mon, 18 Sep 2006 10:04:18 -0400 (EDT) To: Per olof Ljungmark References: <450BA57A.7000007@intersonic.se> From: Lowell Gilbert Date: Mon, 18 Sep 2006 10:04:18 -0400 In-Reply-To: <450BA57A.7000007@intersonic.se> (Per olof Ljungmark's message of "Sat, 16 Sep 2006 09:19:22 +0200") Message-ID: <44ac4x6zkt.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: how to add flags to ifconfig at 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: Mon, 18 Sep 2006 14:04:28 -0000 Per olof Ljungmark writes: > How can I add flags to ifconfig at boot time, i.e. I want it to start > with 'ifconfig em0 -tso' ? Add the flag to the ifconfig_em0 line in rc.conf(5). From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:12:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D71C16A4E1 for ; Mon, 18 Sep 2006 14:12:08 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B467543DB0 for ; Mon, 18 Sep 2006 14:10:53 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 11912 invoked from network); 18 Sep 2006 14:10:39 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Sep 2006 14:10:39 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 02D1B2842C; Mon, 18 Sep 2006 10:10:38 -0400 (EDT) To: "Viswas Nair" References: <73d604760609100022o5ea4831cwa7ecd29e7461fe99@mail.gmail.com> <44r6yio2pk.fsf@be-well.ilk.org> <73d604760609160157y426ce69ei58c4f8cbecf632d6@mail.gmail.com> From: Lowell Gilbert Date: Mon, 18 Sep 2006 10:10:38 -0400 In-Reply-To: <73d604760609160157y426ce69ei58c4f8cbecf632d6@mail.gmail.com> (Viswas Nair's message of "Sat, 16 Sep 2006 14:27:33 +0530") Message-ID: <4464fl6za9.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: /usr/bin/ld: cannot find -lstdc++_p X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:12:08 -0000 Don't top-post, please. "Viswas Nair" writes: > On 9/11/06, Lowell Gilbert wrote: >> >> "Viswas Nair" writes: >> >> > I get the message "/usr/bin/ld: cannot find -lstdc++_p" while building >> the >> > xfe X11 file manager. >> > A google did not give any ideas. >> > Need help. >> >> Well, start with whether libstdc++_p.a actually exists in /usr/lib. > No such file in /usr/lib. Came across libstdc++.a and libstdc++.so > Right. Those are the non-profiled versions of the library. I don't know why the profiled version is being requested by xfe, but it doesn't seem to be doing so for me. Are you building from ports? From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:12:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D42B16A492 for ; Mon, 18 Sep 2006 14:12:22 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD9443DDF for ; Mon, 18 Sep 2006 14:11:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 11912 invoked from network); 18 Sep 2006 14:10:39 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Sep 2006 14:10:39 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 02D1B2842C; Mon, 18 Sep 2006 10:10:38 -0400 (EDT) To: "Viswas Nair" References: <73d604760609100022o5ea4831cwa7ecd29e7461fe99@mail.gmail.com> <44r6yio2pk.fsf@be-well.ilk.org> <73d604760609160157y426ce69ei58c4f8cbecf632d6@mail.gmail.com> From: Lowell Gilbert Date: Mon, 18 Sep 2006 10:10:38 -0400 In-Reply-To: <73d604760609160157y426ce69ei58c4f8cbecf632d6@mail.gmail.com> (Viswas Nair's message of "Sat, 16 Sep 2006 14:27:33 +0530") Message-ID: <4464fl6za9.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: /usr/bin/ld: cannot find -lstdc++_p X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:12:22 -0000 Don't top-post, please. "Viswas Nair" writes: > On 9/11/06, Lowell Gilbert wrote: >> >> "Viswas Nair" writes: >> >> > I get the message "/usr/bin/ld: cannot find -lstdc++_p" while building >> the >> > xfe X11 file manager. >> > A google did not give any ideas. >> > Need help. >> >> Well, start with whether libstdc++_p.a actually exists in /usr/lib. > No such file in /usr/lib. Came across libstdc++.a and libstdc++.so > Right. Those are the non-profiled versions of the library. I don't know why the profiled version is being requested by xfe, but it doesn't seem to be doing so for me. Are you building from ports? From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:17:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D63716A4B3 for ; Mon, 18 Sep 2006 14:17:18 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A76843DF1 for ; Mon, 18 Sep 2006 14:14:57 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 32687 invoked from network); 18 Sep 2006 14:14:56 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Sep 2006 14:14:56 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C9FA12842C; Mon, 18 Sep 2006 10:14:55 -0400 (EDT) To: "pobox@verysmall.org" References: <450DC9D9.6050000@verysmall.org> From: Lowell Gilbert Date: Mon, 18 Sep 2006 10:14:55 -0400 In-Reply-To: <450DC9D9.6050000@verysmall.org> (pobox@verysmall.org's message of "Mon, 18 Sep 2006 00:19:05 +0200") Message-ID: <441wq96z34.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: how to apply a patch set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:17:18 -0000 "pobox@verysmall.org" writes: > Could somebody tell me what have I done wrong? Actually - what is the > difference between the 'pX' and the '#X' after the version? The latter is just the number of times you have rebuilt the kernel. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:20:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A07CC16A5CE for ; Mon, 18 Sep 2006 14:20:32 +0000 (UTC) (envelope-from spencer@io.com) Received: from smtp.prismnet.com (smtp.prismnet.com [209.198.128.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 347D143D4C for ; Mon, 18 Sep 2006 14:20:32 +0000 (GMT) (envelope-from spencer@io.com) Received: from fnord.io.com (spencer@fnord.io.com [209.198.128.89]) by smtp.prismnet.com (8.13.4/8.13.4) with ESMTP id k8IEKUWv024431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Sep 2006 09:20:30 -0500 (CDT) (envelope-from spencer@io.com) Received: (from spencer@localhost) by fnord.io.com (8.13.4/8.13.4/Submit) id k8IEKUIB096209; Mon, 18 Sep 2006 09:20:30 -0500 (CDT) (envelope-from spencer) Date: Mon, 18 Sep 2006 09:20:30 -0500 From: Spencer PriceNash To: freebsd-questions@freebsd.org Message-ID: <20060918142030.GA95856@io.com> References: <200608251822.42336.yuanjue02@gmail.com> <20060911111839.GA46328@io.com> <51584f840609110633n7fc7823bh86dd0cd02a813677@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51584f840609110633n7fc7823bh86dd0cd02a813677@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on smtp.prismnet.com X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=7.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on smtp.prismnet.com Subject: Re: kernel version changes release version. (was Re: How to change kernel version tag?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:20:32 -0000 On Mon, Sep 11, 2006 at 09:33:57PM +0800, Yuan, Jue wrote: > /sys/conf/newvers.sh > > This file will determine the kernel version tag showed at booting > time. Don't know if it has anything to do with your problem. > > HTH :-) > > On 9/11/06, Spencer PriceNash wrote: > >On Fri, Aug 25, 2006 at 06:22:42PM +0800, Yuan, Jue wrote: > >[...] > >> Hi all. > >> > >> Could I change the kernel version tag manually? say, I have a kernel > >which is > >> 7.0-CUREENT, but for some reasons I wanna it be something like > >6.1-RELEASE, > >> while the kernel itself does't change from 7.0-CURRENT to 6.1-RELEASE. > >>[...] > > > >That seems an odd thing to do, but as it turns out, I somehow managed > >to do it. > > > >On Aug22, my old box had 5.3-RELEASE with a custom kernel. Here's > >something from a script that does backups every night, with the > >date as YYYYMMDDHHMMSS starting every line (hostname changed to > >avoid embarassment): > > > >20060722234517:FreeBSD oldbox 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Sat Nov > >27 01:53:23 CST 2004 root@oldbox:/usr/obj/usr/src/sys/SPENCER1 i386 > > > >On Aug23 I upgraded to 5.4 (tried 6.1, but the old box hung repeatedly > >after any fsck): > > > >20060723234514:FreeBSD oldbox 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May > >8 10:21:06 UTC 2005 > >root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > > >I installed a custom kernel on Aug 29. The release version changed. > >Here's what the old box says it is now: > > > >20060729234515:FreeBSD oldbox 5.3-RELEASE-p31 FreeBSD 5.3-RELEASE-p31 #0: > >Sat Jul 29 11:33:15 CDT 2006 > >root@oldbox:/usr/obj/usr/src/sys/kernel.2006072910 i386 > > > >I have no idea what I did to cause the change. > >[...] Heh...it wasn't too hard to figure out what I did. spencer@oldbox:~[501]> grep REL standard-supfile *default release=cvs tag=RELENG_5_3 Aaargh. I upgraded the box and didn't change my src supfile. Fixed now; cvsup to get 5.4 source, new kernel build. Result: FreeBSD oldbox 5.4-RELEASE-p18 FreeBSD 5.4-RELEASE-p18 #0: Mon Sep 18 08:39:41 CDT 2006 root@oldbox:/usr/obj/usr/src/sys/kernel.2006Sep18 i386 -- Spencer PriceNash spencer@io.com many other addresses http://www.io.com/~spencer many other sites From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:21:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4053616A417 for ; Mon, 18 Sep 2006 14:21:02 +0000 (UTC) (envelope-from ke.han@redstarling.com) Received: from smtp102.biz.mail.mud.yahoo.com (smtp102.biz.mail.mud.yahoo.com [68.142.200.237]) by mx1.FreeBSD.org (Postfix) with SMTP id 8F71E43D49 for ; Mon, 18 Sep 2006 14:21:01 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: (qmail 46437 invoked from network); 18 Sep 2006 14:20:55 -0000 Received: from unknown (HELO ?192.168.1.20?) (ke.han@redstarling.com@218.79.215.253 with plain) by smtp102.biz.mail.mud.yahoo.com with SMTP; 18 Sep 2006 14:20:54 -0000 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions Questions list From: ke han Date: Mon, 18 Sep 2006 22:20:47 +0800 X-Mailer: Apple Mail (2.752.2) Subject: Sun X4200 FreeBSD 6.1 experience?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:21:02 -0000 Has anyone experienced FreeBSD 6.1 on a Sun X4200 ? Does everything work? ILOM? RAID-1 ? 2 sets of RAID-1 ?...any feedback would help me make a decision. thanks, ke han From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:38:10 2006 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ED7216A412 for ; Mon, 18 Sep 2006 14:38:10 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A89143E35 for ; Mon, 18 Sep 2006 14:36:49 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 31058 invoked by uid 0); 18 Sep 2006 14:36:09 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp7.knology.net with SMTP; 18 Sep 2006 14:36:09 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id D37642840A; Mon, 18 Sep 2006 09:36:02 -0500 (CDT) Date: Mon, 18 Sep 2006 09:36:02 -0500 From: David Kelly To: FreeBSD-Questions@FreeBSD.org Message-ID: <20060918143602.GB21877@Grumpy.DynDNS.org> References: <20060918015653.26910.qmail@web83104.mail.mud.yahoo.com> <200609181303.k8ID3K57003374@spoon.beta.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609181303.k8ID3K57003374@spoon.beta.com> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: Suggestions for embedded systems... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:38:10 -0000 On Mon, Sep 18, 2006 at 09:03:20AM -0400, Brian J. McGovern wrote: > Thanks. The downsides I see are its relatively large size (ATX) and > power requirements (full ATX). What I'm looking for is more along the > lines of http://www.soekris.com/net4801.htm, only with an RCA video > connector. Its small, takes virtually no power, takes car voltages (vs. > upconverting back to 110AC for an ATX power supply), and has 80% of what I > want. I just need the last 20% :) Says it has a "low power standard PCI connector" so add a video card. I have used 4501's which required one use a 3.3v PCI card. We needed audio and the only thing I found was discontinued Aureal cards. When run at 3.3v we learned they'd try but clip at 75% of max output, so we adjusted our volumes accordingly. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:40:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 621DF16A4E5 for ; Mon, 18 Sep 2006 14:40:51 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5491043D9C for ; Mon, 18 Sep 2006 14:39:47 +0000 (GMT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id k8IEcmXw012732; Mon, 18 Sep 2006 10:38:48 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k8IEcm5I012731; Mon, 18 Sep 2006 10:38:48 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 18 Sep 2006 10:38:48 -0400 From: Jerry McAllister To: Norberto Meijome Message-ID: <20060918143848.GA12668@gizmo.acns.msu.edu> References: <20060914215728.8113.qmail@web34402.mail.mud.yahoo.com> <257D290F82FC6FAB8865E52F@gumby.localdomain> <20060916123059.6d047f8a@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060916123059.6d047f8a@localhost> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Users Questions , RW Subject: Re: Firefox+Flash+Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:40:51 -0000 On Sat, Sep 16, 2006 at 12:30:59PM +1000, Norberto Meijome wrote: > On Fri, 15 Sep 2006 15:22:38 +0100 > RW wrote: > > > I going to be booting into Windows if I really need flash. > > Why not try Wine? I haven't checked, but maybe firefox + flash does work under > wine... i also keep a 4 GB Qemu windows xp setup which gets my out of trouble > the few times when it's window-or-nothing.. most of the time i just give up > altogether on the site. Do you run Qemu on FreeBSD? It says only 'LINUX host only' for "User Mode Emulation". So, does that mean I can emulate a full system if I am hosting it under FreeBSD? This is the first time I have run in to Qemu and it looks interesting. ////jerry > > _________________________ > {Beto|Norberto|Numard} Meijome > > Sysadmins can't be sued for malpractice, but surgeons don't have to > deal with patients who install new versions of their own innards. > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. > Reading disclaimers makes you go blind. Writing them is worse. You have been > Warned. > _______________________________________________ > 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 Sep 18 14:42:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CEF516A416 for ; Mon, 18 Sep 2006 14:42:15 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F4B43D6D for ; Mon, 18 Sep 2006 14:42:07 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.6) id k8IEg642024143; Mon, 18 Sep 2006 09:42:06 -0500 (CDT) (envelope-from dan) Date: Mon, 18 Sep 2006 09:42:06 -0500 From: Dan Nelson To: Paul Hoffman Message-ID: <20060918144206.GG55663@dan.emsphone.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 6.1-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: Re: Getting a specific value from netstat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:42:15 -0000 In the last episode (Sep 17), Paul Hoffman said: > Greetings again. If I do a 'netstat -I em0 -b', I get: > > Name Mtu Network Address Ipkts Ierrs Ibytes Opkts Oerrs Obytes Coll > em0 1500 00:0e:0c:67:c8:04 93555198 0 2179562966 114493253 0 723565977 0 > em0 1500 fe80:1::20e:c fe80:1::20e:cff:f 0 - 0 4 - 288 - > em0 1500 192.245.12 Balder-227 35399016 - 1770283188 114484197 - 3415268168 - > em0 1500 192.245.12.22 Balder-228 27063120 - 1655024896 0 - 0 - > em0 1500 192.245.12.22 Balder-229 47427840 - 3954775975 18975500 - 2445620452 - > > What I care about is the number of input and output bytes (in this > case, 2179562966 and 723565977). I can write a short Perl script to > parse the netstat output, but I would rather just get the numbers > directly from the OS. Are these values available without going > through netstat? If you use the same code netstat does, yes :) It looks like per-interface stats are still obtained by grovelling through /dev/kmem, though, so it may be easier to just parse netstat's output. Another alternative would be to install net-snmp and ask it for the stats. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:52:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D6AF16A47E for ; Mon, 18 Sep 2006 14:52:14 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from nagual.nl (cc20684-a.assen1.dr.home.nl [82.74.7.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ABCF43D6B for ; Mon, 18 Sep 2006 14:52:12 +0000 (GMT) (envelope-from dick@nagual.nl) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.nl with local; Mon, 18 Sep 2006 16:52:11 +0200 id 0003982F.450EB29B.00016DF3 Date: Mon, 18 Sep 2006 16:52:11 +0200 To: freebsd-questions Message-ID: <20060918145211.GA93671@lothlorien.nagual.nl> References: <20060914215728.8113.qmail@web34402.mail.mud.yahoo.com> <257D290F82FC6FAB8865E52F@gumby.localdomain> <20060916123059.6d047f8a@localhost> <20060918143848.GA12668@gizmo.acns.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20060918143848.GA12668@gizmo.acns.msu.edu> User-Agent: Mutt/1.4.2.2i From: dick hoogendijk Subject: Re: Firefox+Flash+Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:52:14 -0000 On 18 Sep Jerry McAllister wrote: > Do you run Qemu on FreeBSD? It says only 'LINUX host only' for "User > Mode Emulation". So, does that mean I can emulate a full system if I > am hosting it under FreeBSD? > > This is the first time I have run in to Qemu and it looks interesting. Qemu is great. I have a few "systems" in a qemu directory which I simply call from a command windows with the right options. At the moment I run XP/pro, Win98se, FreeDOS and a 'real' MS-DOS system under Qemu *on_FreeBSD*. They all run great. Sound, networking, all. -- dick -- http://nagual.nl/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 +++ Solaris 10 6/06 ++ From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:56:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7694B16A412 for ; Mon, 18 Sep 2006 14:56:29 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD3D43D53 for ; Mon, 18 Sep 2006 14:56:29 +0000 (GMT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id k8IEtYp7012898; Mon, 18 Sep 2006 10:55:34 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k8IEtYmr012897; Mon, 18 Sep 2006 10:55:34 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 18 Sep 2006 10:55:34 -0400 From: Jerry McAllister To: Dan Bikle Message-ID: <20060918145533.GB12668@gizmo.acns.msu.edu> References: <74252ed10609161649se80d8d2tde7a2b04b0f78398@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <74252ed10609161649se80d8d2tde7a2b04b0f78398@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd, Suse Linux dual booting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:56:29 -0000 On Sat, Sep 16, 2006 at 04:49:17PM -0700, Dan Bikle wrote: > FreeBSD and Linux people, > > I have a PC which I want to boot as windows, FreeBSD, and Suse 10.1 Linux. > > Currently, FreeBSD boot0 menu shows both Windows and FreeBSD as boot-able. > > The FreeBSD boot0 menu does not show the Linux OS (which I just installed). > > So, I did some reading of the FreeBSD handbook: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html > > It suggests that I have 2 ways to solve this problem: > > 1. Configure the FreeBSD boot0 menu so that it can boot > Windows, FreeBSD, and Linux > > Or, > > 2. Replace The FreeBSD boot0 menu with LILO Boot Manager > > I like option 1. > > Q1: How do I add Suse 10.1 Linux to the FreeBSD boot0 menu? > > As for option 2, > if I want to try LILO, I'll need to toss my FreeBSD boot0 menu in the trash. > > Q2: If I cannot get LILO to boot FreeBSD, how do I boot get > FreeBSD to boot and then how do I restore my old FreeBSD boot0 menu? Well, LILO should be able to do it. But it should work anyway with the FreeBSD MBR. Did you install FreeBSD last? Did you tell it to put in the FreeBSD MBR? You must have if it sees Win and FreeBSD. Did you install Susie in a primary partition (slice) and not some logical partition within a slice? Did you define the Susie slice as bootable? It must have a boot sector on it too. The boot manager just checks all the primary slices to see if they have boot sectors and then puts them in a menu for booting. If it recognizes it as a bootable sector, but does not find any identifying information, it puts it in the menu but with ??? as the system identifyer. Since the FreeBSD boot manager (MBR) follows the official standard and uses only one sector, it doesn't have a lot of room to store tables of different systems and recognition information. So, it is pretty much FreeBSD, MS-Dos except NTFS and generic Linux as far as I can see. The rest are identified as ???, but they will boot just fine, because all the MBR has to do is load the boot sector and hand off control. The two advantages of Grub or some other third party MBR is that they cheat and generally use a whole track instead of only one sector because most systems don't do anything with the rest of the track anyway. That gives them more room for nice looking menus and other things and to muck with logical partitions or whatever. This works fine for most cases, but could cause problems if some system tries to also assume the rest of the track will not be used and tries to do something with it. Some "instant" recovery systems do that. Then those more fancy MBRs will not work or the other system will not work and you will need something that follows the official rules like the FreeBSD MBR. - I have used the FreeBSD MBR to rescue systems that had one of those instant recovery utilities trashed itself, even though that was on XP. So, I think it is good to keep the FreeBSD MBR handy. ////jerry > > Thanks, > -Dan > _______________________________________________ > 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 Sep 18 14:56:44 2006 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E14D916A4A7 for ; Mon, 18 Sep 2006 14:56:44 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4985B43D78 for ; Mon, 18 Sep 2006 14:56:44 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 5108 invoked by uid 0); 18 Sep 2006 14:56:42 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp8.knology.net with SMTP; 18 Sep 2006 14:56:42 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id B6AC22840A; Mon, 18 Sep 2006 09:56:40 -0500 (CDT) Date: Mon, 18 Sep 2006 09:56:40 -0500 From: David Kelly To: FreeBSD-Questions@FreeBSD.org Message-ID: <20060918145640.GD21877@Grumpy.DynDNS.org> References: <450BA57A.7000007@intersonic.se> <44ac4x6zkt.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44ac4x6zkt.fsf@be-well.ilk.org> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: how to add flags to ifconfig at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:56:45 -0000 On Mon, Sep 18, 2006 at 10:04:18AM -0400, Lowell Gilbert wrote: > Per olof Ljungmark writes: > > > How can I add flags to ifconfig at boot time, i.e. I want it to start > > with 'ifconfig em0 -tso' ? > > Add the flag to the ifconfig_em0 line in rc.conf(5). Or if one needs to ifconfig earlier in the startup process then put one's script in /etc/start_if.em0 I don't know what -tso does, but the start_if thing comes in very handy if one changes the MAC address on a NIC, say, for cable modem use without "bothering" one's ISP tech support. Also for setting the MAC address at boot before dhclient starts. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 15:21:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43DCC16A4E0 for ; Mon, 18 Sep 2006 15:21:17 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76E4543D6E for ; Mon, 18 Sep 2006 15:21:16 +0000 (GMT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id k8IFKL9O013075; Mon, 18 Sep 2006 11:20:21 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k8IFKKiJ013074; Mon, 18 Sep 2006 11:20:20 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 18 Sep 2006 11:20:20 -0400 From: Jerry McAllister To: Gary Kline Message-ID: <20060918152020.GA13046@gizmo.acns.msu.edu> References: <20060918005254.GA33582@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060918005254.GA33582@thought.org> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Mailing List Subject: Re: which xorg file?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 15:21:17 -0000 On Sun, Sep 17, 2006 at 05:52:54PM -0700, Gary Kline wrote: > > Folks, > > Which ports file do I build to fill the standard > /usr/X11R6/bin file? I have 6.1-RELEASE and having > migraines with getting the necessary files. If installing > gnome|kde-lite is/may be part of it, can somebody clue me > in? Well, if you did a fresh FreeBSD 6.1 install using sysinstall, the best thing would have been to check 'yes' for installing X. It would have done it all for you. As for installing afterward, I think you probably want /usr/ports/x11/xorg ////jerry > > tia, > > gary > > > -- > Gary Kline kline@thought.org www.thought.org Public service Unix > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 15:25:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C54A16A412 for ; Mon, 18 Sep 2006 15:25:43 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from balder-227.proper.com (Balder-227.Proper.COM [192.245.12.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id C001A43D77 for ; Mon, 18 Sep 2006 15:25:40 +0000 (GMT) (envelope-from phoffman@proper.com) Received: from [10.20.30.177] (dsl-63-249-108-169.cruzio.com [63.249.108.169]) (authenticated bits=0) by balder-227.proper.com (8.13.5/8.13.5) with ESMTP id k8IFPPFm045656; Mon, 18 Sep 2006 08:25:27 -0700 (MST) (envelope-from phoffman@proper.com) Mime-Version: 1.0 Message-Id: In-Reply-To: <20060918144206.GG55663@dan.emsphone.com> References: <20060918144206.GG55663@dan.emsphone.com> Date: Mon, 18 Sep 2006 08:25:12 -0700 To: Dan Nelson From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: freebsd-questions@freebsd.org Subject: Re: Getting a specific value from netstat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 15:25:43 -0000 At 9:42 AM -0500 9/18/06, Dan Nelson wrote: >In the last episode (Sep 17), Paul Hoffman said: > > Greetings again. If I do a 'netstat -I em0 -b', I get: >> >> Name Mtu Network Address Ipkts Ierrs >>Ibytes Opkts Oerrs Obytes Coll >> em0 1500 00:0e:0c:67:c8:04 93555198 0 >>2179562966 114493253 0 723565977 0 >> em0 1500 fe80:1::20e:c fe80:1::20e:cff:f 0 - >>0 4 - 288 - >> em0 1500 192.245.12 Balder-227 35399016 - >>1770283188 114484197 - 3415268168 - >> em0 1500 192.245.12.22 Balder-228 27063120 - >>1655024896 0 - 0 - >> em0 1500 192.245.12.22 Balder-229 47427840 - >>3954775975 18975500 - 2445620452 - >> >> What I care about is the number of input and output bytes (in this >> case, 2179562966 and 723565977). I can write a short Perl script to >> parse the netstat output, but I would rather just get the numbers >> directly from the OS. Are these values available without going >> through netstat? > >If you use the same code netstat does, yes :) It looks like >per-interface stats are still obtained by grovelling through /dev/kmem, >though, so it may be easier to just parse netstat's output. Yes, probably so. The quick-and-dirty Perl script I wrote is: $ThisNetStat = `/usr/bin/netstat -I em0 -b`; @Lines = split(/^/, $ThisNetStat); $TheLine = $Lines[1]; $TheLine =~ s/ ( )*/ /g; @Fields = split(/ /, $TheLine); $InBytes = $Fields[6]; $OutBytes = $Fields[9]; *However*, I now see that the byte numbers from netstat seem to wrap around at about 4 gigabytes. I'll have to add some code to handle that over the long term, given that my system puts out that much in a day... >Another >alternative would be to install net-snmp and ask it for the stats. I thought SNMP stood for "Simply Not My Problem"? :-) --Paul Hoffman From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 15:33:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8879016A403 for ; Mon, 18 Sep 2006 15:33:28 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45C7443D72 for ; Mon, 18 Sep 2006 15:33:26 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp1.utdallas.edu (Postfix) with ESMTP id 777DD3895C1 for ; Mon, 18 Sep 2006 10:33:21 -0500 (CDT) Date: Mon, 18 Sep 2006 10:29:41 -0500 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: X-Mailer: Mulberry/4.0.5 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========F7C128FA2256C71C4C2A==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Dell DRAC 5 cards and 6.1-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 15:33:28 -0000 --==========F7C128FA2256C71C4C2A========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Is anyone using the Dell DRAC 5 cards on 6.1-RELEASE? I played with it=20 over the weekend and couldn't seem to get it working. Then, last night, it = suddenly started working. (I can access the web admin interface now.) For = some reason, I couldn't ping the card at all, even though I used STATIC and = assigned known good IP, netmask and gateway. Then, for no apparent=20 reason,it started working, after another reboot. (Needless to say, my=20 confidence in the card isn't exactly soaring.) The native card has enough functionality for what I need, but what I'm=20 wondering is if anyone has managed to get the extra functionality working=20 under linux emulation. If so, how did you install the rpm? And which=20 emulation did you use? Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========F7C128FA2256C71C4C2A==========-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 15:34:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE4416A416 for ; Mon, 18 Sep 2006 15:34:57 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1AA43D6A for ; Mon, 18 Sep 2006 15:34:54 +0000 (GMT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id k8IFXxxc013138; Mon, 18 Sep 2006 11:33:59 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k8IFXwxF013137; Mon, 18 Sep 2006 11:33:58 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 18 Sep 2006 11:33:58 -0400 From: Jerry McAllister To: ke han Message-ID: <20060918153358.GB13046@gizmo.acns.msu.edu> References: <6EA3759A-B1A0-4224-BEB5-5FCA96116C56@redstarling.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6EA3759A-B1A0-4224-BEB5-5FCA96116C56@redstarling.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions Questions list Subject: Re: freeBSD certified server hardware ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 15:34:57 -0000 On Mon, Sep 18, 2006 at 12:00:47PM +0800, ke han wrote: > Does anyone know if any server manufacturer of high regard is > currently certifying for freeBSD 6.1? > I know the general answer is check the components on the release > notes. I also know there are a few integrators on the community list > (wow, some of their list pricing is much higher than the big > names!!). Doesn't HP, Sun, IBM, Dell have anything they certify for > FreeBSD? Is this expected to get better over the next year or so? > thanks, ke han I have heard people speak well of: FreeBSD Systems at: http://www.freebsdsystems.com/ In fact, you can buy a fully installed FreeBSD 6.1 server from them. But I have not tried them or know anything otherwise. Another company called: Iron Systems at: http://www.ironsystems.com/index.asp claims FreeBSD compatibility. I don't know much about them. Prices for both sites appear competitive. There are probably others out there. ////jerry > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 15:37:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFDF016A412 for ; Mon, 18 Sep 2006 15:37:08 +0000 (UTC) (envelope-from hackmiester@hackmiester.com) Received: from smtpout06-04.prod.mesa1.secureserver.net (smtpout06-01.prod.mesa1.secureserver.net [64.202.165.224]) by mx1.FreeBSD.org (Postfix) with SMTP id 8DF6143D4C for ; Mon, 18 Sep 2006 15:36:56 +0000 (GMT) (envelope-from hackmiester@hackmiester.com) Received: (qmail 17598 invoked from network); 18 Sep 2006 15:36:55 -0000 Received: from unknown (67.32.30.240) by smtpout06-04.prod.mesa1.secureserver.net (64.202.165.227) with ESMTP; 18 Sep 2006 15:36:55 -0000 In-Reply-To: <20060918143848.GA12668@gizmo.acns.msu.edu> References: <20060914215728.8113.qmail@web34402.mail.mud.yahoo.com> <257D290F82FC6FAB8865E52F@gumby.localdomain> <20060916123059.6d047f8a@localhost> <20060918143848.GA12668@gizmo.acns.msu.edu> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: "hackmiester (Hunter Fuller)" Date: Mon, 18 Sep 2006 10:36:52 -0500 To: Jerry McAllister X-Mailer: Apple Mail (2.752.2) Cc: RW , Norberto Meijome , FreeBSD Users Questions Subject: Re: Firefox+Flash+Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 15:37:09 -0000 On 18 September 2006, at 09:38, Jerry McAllister wrote: > On Sat, Sep 16, 2006 at 12:30:59PM +1000, Norberto Meijome wrote: > >> On Fri, 15 Sep 2006 15:22:38 +0100 >> RW wrote: >> >>> I going to be booting into Windows if I really need flash. >> >> Why not try Wine? I haven't checked, but maybe firefox + flash >> does work under >> wine... i also keep a 4 GB Qemu windows xp setup which gets my out >> of trouble >> the few times when it's window-or-nothing.. most of the time i >> just give up >> altogether on the site. > > Do you run Qemu on FreeBSD? It says only 'LINUX host only' for "User > Mode Emulation". So, does that mean I can emulate a full system if > I am hosting it under FreeBSD? If it needs linux, use linux compatibility. > > This is the first time I have run in to Qemu and it looks interesting. > > ////jerry > >> >> _________________________ >> {Beto|Norberto|Numard} Meijome >> >> Sysadmins can't be sued for malpractice, but surgeons don't have to >> deal with patients who install new versions of their own innards. >> >> I speak for myself, not my employer. Contents may be hot. Slippery >> when wet. >> Reading disclaimers makes you go blind. Writing them is worse. You >> have been >> Warned. >> _______________________________________________ >> 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" > -- hackmiester (Hunter Fuller) yknow when you go to a party, and everyones hooked up except one guy and one girl and so they look at each other like.. do we have to? intel & nvidia must be lookin at each other like that right now Phone Voice: +1 251 589 6348 Fax: Call the voice number and ask. Email General chat: hackmiester@hackmiester.com Large attachments: hackmiester@gmail.com SPS-related stuff: hfuller@stpaulsmobile.net IM AIM: hackmiester1337 Skype: hackmiester31337 YIM: hackm1ester Gtalk: hackmiester MSN: hackmiester@hackmiester.com Xfire: hackmiester From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 15:56:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35DB916A407 for ; Mon, 18 Sep 2006 15:56:26 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E1443D78 for ; Mon, 18 Sep 2006 15:56:24 +0000 (GMT) (envelope-from david.robillard@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so397656uge for ; Mon, 18 Sep 2006 08:56:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=TPTuqGhYv/NXnHznQZyoK5/B8QWyRAj+cmDb9eBy1qtBuSMAY0+zL6Ev+QFKeNIGl3YA6VOqcO1nd3WGIk9bQs7LgKXrGc6n5PGuXJncl+lQ59BFZ0F9H3oPmHeJwbk3XzafxYnKAHDAdvx/OblzcPhYRUCtnB0JW9s80zBZ18o= Received: by 10.67.100.12 with SMTP id c12mr7314437ugm; Mon, 18 Sep 2006 08:56:22 -0700 (PDT) Received: by 10.67.106.8 with HTTP; Mon, 18 Sep 2006 08:56:22 -0700 (PDT) Message-ID: <226ae0c60609180856j1174081cn5510aa94403f139@mail.gmail.com> Date: Mon, 18 Sep 2006 11:56:22 -0400 From: "David Robillard" To: "ke han" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: FreeBSD Questions Mailing List Subject: Re: freeBSD certified server hardware ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 15:56:26 -0000 > Does anyone know if any server manufacturer of high regard is > currently certifying for freeBSD 6.1? > I know the general answer is check the components on the release > notes. I also know there are a few integrators on the community list > (wow, some of their list pricing is much higher than the big > names!!). Doesn't HP, Sun, IBM, Dell have anything they certify for > FreeBSD? Is this expected to get better over the next year or so? > thanks, ke han Hello ke han, To my knowledge, none of the top vendors have any certification for FreeBSD. What I suggest you do is have one of the sales rep set you up with a test machine. The easiest way to do so is to go at their offices with a FreeBSD install disk and try to boot/install it on the hardware you're interested in. That's what I do with HP, Sun and IBM (IMHO, try to avoid Dell). On the other hand, there is a company at http://www.freebsdsystems.com/. By their name, one would think that the hardware they push should work fine with FreeBSD. I never dealt with them, so I really have no idea if they're good? Have fun, David -- David Robillard UNIX systems administrator & Oracle DBA CISSP, RHCE & Sun Certified Security Administrator Montreal: +1 514 966 0122 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 16:08:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A80916A403 for ; Mon, 18 Sep 2006 16:08:53 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: from ms-smtp-03.socal.rr.com (ms-smtp-03.socal.rr.com [66.75.162.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3513043D77 for ; Mon, 18 Sep 2006 16:08:53 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from asusamd (cpe-66-75-119-235.hawaii.res.rr.com [66.75.119.235]) by ms-smtp-03.socal.rr.com (8.13.6/8.13.6) with ESMTP id k8IG8phN019215 for ; Mon, 18 Sep 2006 09:08:52 -0700 (PDT) Date: Mon, 18 Sep 2006 06:08:51 -1000 From: Robert Marella To: freebsd-questions@freebsd.org Message-ID: <20060918060851.279349a5@asusamd> In-Reply-To: <8b4c81f0609152151y5c6a1851n5d53514c670be54f@mail.gmail.com> References: <200609150147.k8F1l73F029577@banyan.cs.ait.ac.th> <450A0E7F.5090400@voidcaptain.com> <20060915164046.GN11663@tigger.digitaltorque.ca> <8b4c81f0609152151y5c6a1851n5d53514c670be54f@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Poutupgrade unsafe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 16:08:53 -0000 On Sat, 16 Sep 2006 01:51:06 -0300 Henry Lenzi wrote: > > A nice portupgrade feature would be to grok UPDATING, and present > > you with any such notes before the upgrade occurs. > > > > Mike > > I fully agree. It's not the best solution to have an UPDATE file that > is very large and that is not integrated in the updating process. > UPDATE should be machine-readable, for starters. > > Henry I do not see a problem. A script updates my port tree every night and the last line of the script is: head -n 50 /usr/ports/UPDATING When I read my mail in the morning with my first cup of coffee...well, I read my mail. Robert From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 16:23:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AB4316A417 for ; Mon, 18 Sep 2006 16:23:48 +0000 (UTC) (envelope-from adrian790@catv.embit.ro) Received: from stone.iasi.embit.ro (xerxes.iasi.embit.ro [86.104.232.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC0B43D8B for ; Mon, 18 Sep 2006 16:23:42 +0000 (GMT) (envelope-from adrian790@catv.embit.ro) Received: from [86.104.236.235] (unknown [86.104.236.235]) by stone.iasi.embit.ro (Postfix) with ESMTP id 26627FDA47 for ; Mon, 18 Sep 2006 19:23:23 +0300 (EEST) From: Adrian Vraciu To: freebsd-questions@freebsd.org Date: Mon, 18 Sep 2006 19:24:46 +0300 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609181924.46929.adrian790@catv.embit.ro> X-EMBIT-MailScanner-Information: Please contact the EMBIT.Ro for details X-EMBIT-MailScanner: Found to be clean X-EMBIT-MailScanner-SpamCheck: not spam, SpamAssassin (score=-5.899, required 6, autolearn=not spam, ALL_TRUSTED -3.30, BAYES_00 -2.60) X-EMBIT-MailScanner-From: adrian790@catv.embit.ro Subject: linux_base-fc4_9 install problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 16:23:48 -0000 ===> Vulnerability check disabled, database not found ===> Extracting for linux_base-fc-4_9 ===> linux_base-fc-4_9 depends on file: /usr/local/bin/rpm2cpio - found error reading header from package /usr/bin/cpio: premature end of archive *** Error code 1 how can i fix that? -- Best regards. Adrian Vraciu From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 16:28:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA85E16A403 for ; Mon, 18 Sep 2006 16:28:17 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from alnrmhc12.comcast.net (alnrmhc12.comcast.net [206.18.177.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id B338543D5F for ; Mon, 18 Sep 2006 16:28:16 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (alnrmhc12) with ESMTP id <20060918162815b1200ngp6fe>; Mon, 18 Sep 2006 16:28:16 +0000 Message-ID: <450EC91F.2030802@computer.org> Date: Mon, 18 Sep 2006 11:28:15 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.7 (X11/20060918) MIME-Version: 1.0 To: Matthew Seaman References: <450DC9D9.6050000@verysmall.org> <450DCEDB.9080301@infracaninophile.co.uk> In-Reply-To: <450DCEDB.9080301@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: [OT] Re: how to apply a patch set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 16:28:17 -0000 On 09/17/2006 17:40, Matthew Seaman wrote: > pobox@verysmall.org wrote: >> Hello, >> >> I am trying to apply a patch set to FreeBSD 5.5 (this letter 'p' >> followed by a number, after the version in 'uname -a') - but somehow it >> did not work. > > The '#N' business after the version number is a counter showing how > many times you've updated your kernel. For the longest time this counter has never increased for me (it used to). It now stays at zero, yet I have rebuilt world numerous times. Must be something in the way I am doing things. Any idea what would cause it to *not* increase? > > Cheers, > > Matthew > -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 16:32:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39E2116A47B for ; Mon, 18 Sep 2006 16:32:49 +0000 (UTC) (envelope-from spencer@io.com) Received: from smtp.prismnet.com (smtp.prismnet.com [209.198.128.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E9843D5C for ; Mon, 18 Sep 2006 16:32:45 +0000 (GMT) (envelope-from spencer@io.com) Received: from fnord.io.com (spencer@fnord.io.com [209.198.128.89]) by smtp.prismnet.com (8.13.4/8.13.4) with ESMTP id k8IGWijc040047 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Sep 2006 11:32:44 -0500 (CDT) (envelope-from spencer@io.com) Received: (from spencer@localhost) by fnord.io.com (8.13.4/8.13.4/Submit) id k8IGWi1k002354; Mon, 18 Sep 2006 11:32:44 -0500 (CDT) (envelope-from spencer) Date: Mon, 18 Sep 2006 11:32:44 -0500 From: Spencer PriceNash To: freebsd-questions@freebsd.org Message-ID: <20060918163244.GA1717@io.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on smtp.prismnet.com X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=7.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on smtp.prismnet.com Cc: Paul Schmehl Subject: Re: Dell DRAC 5 cards and 6.1-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 16:32:49 -0000 On Mon, Sep 18, 2006 at 10:29:41AM -0500, Paul Schmehl wrote: > Is anyone using the Dell DRAC 5 cards on 6.1-RELEASE? I played with it > over the weekend and couldn't seem to get it working. Then, last night, it > suddenly started working. (I can access the web admin interface now.) For > some reason, I couldn't ping the card at all, even though I used STATIC and > assigned known good IP, netmask and gateway. Then, for no apparent > reason,it started working, after another reboot. (Needless to say, my > confidence in the card isn't exactly soaring.) It is my understanding that DRAC configuration is not applied until after a reboot. (I work in a place that has thousands of Dell boxes. Yes, thousands.) The DRAC may have worked properly before a reboot if it were (re)configured in a box previous to a *850 series, but that's tricky and Dell doesn't support it. In *850 and beyond, the card is part of the motherboard, and only a restart of the OS will make it realize on what net it should respond. If a pre *850 DRAC is completely hosed for whatever reason, one must replace both the motherboard and the card. (I've stood near many a field engineer who could not believe they had to replace both to get the box to POST properly.) If it's a *850 series, replace the motherboard. > The native card has enough functionality for what I need, but what I'm > wondering is if anyone has managed to get the extra functionality working > under linux emulation. If so, how did you install the rpm? And which > emulation did you use? The OS doesn't matter if it's Windows or RedHat/SuSE. Haven't seen it working on anything else. YMMV. -- Spencer PriceNash spencer@io.com many other addresses http://www.io.com/~spencer many other sites From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 16:40:19 2006 Return-Path: X-Original-To: FreeBSD-Questions@freebsd.org Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 662E416A407 for ; Mon, 18 Sep 2006 16:40:19 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id C505443D45 for ; Mon, 18 Sep 2006 16:40:18 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 18 Sep 2006 12:40:19 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id MGF98991; Mon, 18 Sep 2006 12:40:15 -0400 (EDT) Received: from 209-6-203-219.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.219]) by smtp01.lnh.mail.rcn.net with ESMTP; 18 Sep 2006 12:40:11 -0400 X-IronPort-AV: i="4.09,181,1157342400"; d="scan'208"; a="278580076:sNHT3674578906" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17678.52102.19408.417476@jerusalem.litteratus.org> Date: Mon, 18 Sep 2006 12:38:30 -0400 To: FreeBSD-Questions@freebsd.org In-Reply-To: <20060918145640.GD21877@Grumpy.DynDNS.org> References: <450BA57A.7000007@intersonic.se> <44ac4x6zkt.fsf@be-well.ilk.org> <20060918145640.GD21877@Grumpy.DynDNS.org> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Status: score=10/50, host=mr02.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090205.450ECA16.00A4,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.113/2006-07-26 Cc: Subject: Re: how to add flags to ifconfig at 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: Mon, 18 Sep 2006 16:40:19 -0000 David Kelly writes: > Or if one needs to ifconfig earlier in the startup process then put > one's script in /etc/start_if.em0 It is my understanding (and experience) this only works when ifconfig_em0="" in /etc/rc.conf. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 16:45:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C4E116A534 for ; Mon, 18 Sep 2006 16:45:05 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.FreeBSD.org (Postfix) with SMTP id B0E9943D64 for ; Mon, 18 Sep 2006 16:45:01 +0000 (GMT) (envelope-from robin@reportlab.com) Received: (qmail 82361 invoked from network); 18 Sep 2006 16:45:00 -0000 Received: from unknown (HELO ?192.168.0.3?) (unknown) by unknown with SMTP; 18 Sep 2006 16:45:00 -0000 X-pair-Authenticated: 217.196.247.135 Message-ID: <450ECD39.9030106@chamonix.reportlab.co.uk> Date: Mon, 18 Sep 2006 17:45:45 +0100 From: Robin Becker User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: serial console install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 16:45:05 -0000 Hi, my helpful supplier says "If you connect to the serial console and then turn on the machine from the power cycler the machine should boot up to a syslinux boot prompt, which will let you fire up the FreeBSD installer." and when this syslinux thing boots up I see the possibility to boot into a freebsd installer. I assume that I will be able to see the installer in my serial console and will be able to do the normal install, but do I get the opportunity to do some editing of /boot/loader.conf & /etc/ttys to allow the HD boot to show up in my console? -- Robin Becker From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 16:57:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3271116A51A for ; Mon, 18 Sep 2006 16:57:20 +0000 (UTC) (envelope-from work@ashleymoran.me.uk) Received: from mercureh.reacthosting.com (reacthosting.com [195.177.245.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2168F43D8D for ; Mon, 18 Sep 2006 16:57:10 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from hosta.jigsawfinance.com ([213.106.224.113] helo=[192.168.0.34]) by mercureh.reacthosting.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GPMQe-000AHq-Ix; Mon, 18 Sep 2006 17:57:08 +0100 In-Reply-To: <720051dc0609180208h16a65071h310228d12f2c6701@mail.gmail.com> References: <720051dc0609180208h16a65071h310228d12f2c6701@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Ashley Moran Date: Mon, 18 Sep 2006 17:57:06 +0100 To: James Seward X-Mailer: Apple Mail (2.752.2) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mercureh.reacthosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - ashleymoran.me.uk X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: Re: Is Active Directory integrated file sharing possible on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 16:57:20 -0000 On 18 Sep 2006, at 10:08, James Seward wrote: > In a previous job I've had squid using winbindd to do user > authentication against a native-mode Windows Server 2003 domain; I'd > say it works pretty well. Due to it being a previous job I can't > recall/lookup the exact procedure I went though to do it, but you just > have to join the BSD machine to the domain. IIRC this used to be done > with "smbpasswd -J" but I think they changed that to a new tool. Thanks James I just wanted to sanity check that it is possible. I think he just doesn't want to work on our server because it isn't Linux :) Ashley From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 17:02:26 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3155216A47B for ; Mon, 18 Sep 2006 17:02:26 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 323AC43D70 for ; Mon, 18 Sep 2006 17:02:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 0BD921A3C19; Mon, 18 Sep 2006 10:02:23 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 239EB51309; Mon, 18 Sep 2006 13:02:22 -0400 (EDT) Date: Mon, 18 Sep 2006 13:02:21 -0400 From: Kris Kennaway To: Erik Norgaard Message-ID: <20060918170221.GA4446@xor.obsecurity.org> References: <450E7091.1050409@locolomo.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: <450E7091.1050409@locolomo.org> User-Agent: Mutt/1.4.2.2i Cc: questions@FreeBSD.org Subject: Re: 6.2-Release schedule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 17:02:26 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 18, 2006 at 12:10:25PM +0200, Erik Norgaard wrote: > Hi: >=20 > I was just looking over the release schedule for the 6.2 release, a few= =20 > weeks ago, there was no detailed plan, now it's there including the=20 > todo-list, >=20 > http://www.freebsd.org/releases/6.2R/todo.html >=20 > No critical pending issues, no show stoppers left, no required or=20 > desired features. Only some stress tests problems. >=20 > So, does this mean that the page has not been updated? Usually I would=20 > expect a "problem - solved" list. Or does this mean that the path=20 > through betas and RC's is mostly a formal quality assurance routine but= =20 > code really is 6.2 ready? >=20 > I usually postpone the upgrade to the RELENG_6_2 is branched off, but if= =20 > the code is so stable now, maybe it would be reasonable to advance the=20 > process this time. It means that those are the issues being tracked for the release. If you know of other serious problems you need to make them known now. Kris --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFDtEdWry0BWjoQKURAjWXAJ4o1sx9ePbHX3F6599SHLmMeTZ9KwCgrMP5 mKd5OdnX7FTvchHrTmcku8I= =8iKW -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 17:07:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F5B16A407 for ; Mon, 18 Sep 2006 17:07:52 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: from ms-smtp-02.socal.rr.com (ms-smtp-02.socal.rr.com [66.75.162.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B45F43D73 for ; Mon, 18 Sep 2006 17:07:48 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from asusamd (cpe-66-75-119-235.hawaii.res.rr.com [66.75.119.235]) by ms-smtp-02.socal.rr.com (8.13.6/8.13.6) with ESMTP id k8IH7ka6010336 for ; Mon, 18 Sep 2006 10:07:47 -0700 (PDT) Date: Mon, 18 Sep 2006 07:07:46 -1000 From: Robert Marella To: freebsd-questions@freebsd.org Message-ID: <20060918070746.057a5c02@asusamd> In-Reply-To: <450C58F7.80004@george.lbl.gov> References: <450C58F7.80004@george.lbl.gov> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: how to make fixed Direct Access device (da) ID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 17:07:52 -0000 On Sat, 16 Sep 2006 13:05:11 -0700 "Jin Guojun [VFFS]" wrote: > It is awkward that dynamically and/or statically attaching SCSI hard > drive and > USB hard drive to the system will have different da IDs. > For example, boot system with a SCSI drive (SCSI = 1), will have a > da0 for this > SCSI drive. Then plugging in a USB hard drive, which will be > configured as da1. > > If boot system with both drives online, system will boot from SCSI > drive fine till > mounting root point. It fails because USB drive has da0 and SCSI > drive has da1. > > Is there anyway to configure the system to have fixed da ID for SCSI > drive or > even for USB drive regardless if they are dynamically/statically > attached to the > system? > > -Jin Hello Jin Try man (4) scsi: All devices and the SCSI busses support boot time allocation so that an upper number of devices and controllers does not need to be configured; device da0 will suffice for any number of disk drivers. The devices are either wired so they appear as a particular device unit or counted so that they appear as the next available unused unit. Units are wired down by setting kernel environment hints. This is usu- ally done either interactively from the loader(8), or automatically via the /boot/device.hints file. The basic syntax is: hint.device.unit.property="value" Individual SCSI bus numbers can be wired down to specific controllers with a config line similar to the following: hint.scbus.0.at="ahd1" This assigns SCSI bus number 0 to the ahd1 driver instance. For con- trollers supporting more than one bus, a particular bus can be assigned as follows: hint.scbus.0.at="ahc1" hint.scbus.0.bus="1" This assigns SCSI bus 0 to the bus 1 instance on ahc0. Peripheral driv- ers can be wired to a specific bus, target, and lun as so: hint.da.0.at="scbus0" hint.da.0.target="0" hint.da.0.unit="0" This assigns da0 to target 0, unit (lun) 0 of scbus 0. Omitting the tar- get or unit hints will instruct CAM to treat them as wildcards and use the first respective counted instances. These examples can be combined together to allow a peripheral device to be wired to any particular con- troller, bus, target, and/or unit instance. When you have a mixture of wired down and counted devices then the count- ing begins with the first non-wired down unit for a particular type. That is, if you have a disk wired down as device da1, then the first non- wired disk shall come on line as da2. HTH Robert From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 17:24:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63FA516A407 for ; Mon, 18 Sep 2006 17:24:31 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F6E543D6A for ; Mon, 18 Sep 2006 17:24:29 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i27so4017394wxd for ; Mon, 18 Sep 2006 10:24:28 -0700 (PDT) Received: by 10.70.70.7 with SMTP id s7mr18820573wxa; Mon, 18 Sep 2006 10:24:28 -0700 (PDT) Received: from scorpio.seibercom.net ( [67.189.184.224]) by mx.gmail.com with ESMTP id i14sm4717849wxd.2006.09.18.10.24.28; Mon, 18 Sep 2006 10:24:28 -0700 (PDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) by scorpio.seibercom.net (Postfix) with ESMTP id EF12ABFDA for ; Mon, 18 Sep 2006 13:24:26 -0400 (EDT) Received: from [192.168.0.4] (boss.seibercom.net [192.168.0.4]) (Authenticated sender: gerard@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTP id 47BCDB878 for ; Mon, 18 Sep 2006 13:24:26 -0400 (EDT) Date: Mon, 18 Sep 2006 13:24:50 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom In-Reply-To: <226ae0c60609180856j1174081cn5510aa94403f139@mail.gmail.com> References: <226ae0c60609180856j1174081cn5510aa94403f139@mail.gmail.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060918131831.6F50.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Becky! ver. 2.25 [en] Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: freeBSD certified server hardware ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 17:24:31 -0000 David Robillard wrote: [...] > What I suggest you do is have one of the sales rep set you up with a > test machine. The easiest way to do so is to go at their offices with > a FreeBSD install disk and try to boot/install it on the hardware > you're interested in. That's what I do with HP, Sun and IBM (IMHO, try > to avoid Dell). [...] Dell is, or at least they were, supplying PCs with FBSD installed. Personally, I have had FBSD installed on Dell, IBM and HP, with HP causing the most problems. IBM and Dell have worked for the most part quite nicely. --=20 Gerard Q: What do you call a boomerang that doesn't come back? A: A stick. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 17:36:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D9C16A403 for ; Mon, 18 Sep 2006 17:36:56 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id C238143D58 for ; Mon, 18 Sep 2006 17:36:50 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) by smtp1.utdallas.edu (Postfix) with ESMTP id EB6CF389657 for ; Mon, 18 Sep 2006 12:36:49 -0500 (CDT) Date: Mon, 18 Sep 2006 12:33:10 -0500 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: <0CF1AC43319270AF6EC0C03C@utd59514.utdallas.edu> In-Reply-To: <20060918163244.GA1717@io.com> References: <20060918163244.GA1717@io.com> X-Mailer: Mulberry/4.0.5 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========926E31FF01CA5F51D825==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Dell DRAC 5 cards and 6.1-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 17:36:56 -0000 --==========926E31FF01CA5F51D825========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Monday, September 18, 2006 11:32:44 -0500 Spencer PriceNash=20 wrote: > > It is my understanding that DRAC configuration is not applied until > after a reboot. > That makes sense. Thanks. > >> The native card has enough functionality for what I need, but what I'm >> wondering is if anyone has managed to get the extra functionality >> working under linux emulation. If so, how did you install the rpm? >> And which emulation did you use? > > The OS doesn't matter if it's Windows or RedHat/SuSE. Haven't seen > it working on anything else. YMMV. It works fine on FreeBSD. You just don't have the additional functionality = provided by the Open Management software. I can't seem to get the rpm to=20 install. But basic console redirection, reboot, shutdown, stats, etc. is=20 provided by the card through the web interface. It seems to work fine. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========926E31FF01CA5F51D825==========-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 17:40:18 2006 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6A7416A492 for ; Mon, 18 Sep 2006 17:40:18 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FC4543D6B for ; Mon, 18 Sep 2006 17:40:13 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 10727 invoked by uid 0); 18 Sep 2006 17:40:11 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp5.knology.net with SMTP; 18 Sep 2006 17:40:11 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id A83902840A; Mon, 18 Sep 2006 12:40:11 -0500 (CDT) Date: Mon, 18 Sep 2006 12:40:11 -0500 From: David Kelly To: FreeBSD-Questions@FreeBSD.org Message-ID: <20060918174011.GB31815@Grumpy.DynDNS.org> References: <450BA57A.7000007@intersonic.se> <44ac4x6zkt.fsf@be-well.ilk.org> <20060918145640.GD21877@Grumpy.DynDNS.org> <17678.52102.19408.417476@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17678.52102.19408.417476@jerusalem.litteratus.org> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: how to add flags to ifconfig at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD-Questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 17:40:18 -0000 On Mon, Sep 18, 2006 at 12:38:30PM -0400, Robert Huff wrote: > > David Kelly writes: > > > Or if one needs to ifconfig earlier in the startup process then put > > one's script in /etc/start_if.em0 > > It is my understanding (and experience) this only works when > > ifconfig_em0="" > > in /etc/rc.conf. True only if your options for ifconfig in rc.conf would clear or override whatever it is you put in /etc/start_if_em0. As long as its something that can be done with multiple ifconfigs then all is fine. For example this works fine in /etc/start_if.xl0: #!/bin/sh ifconfig xl0 lladdr 00:01:23:45:67:89 with this in rc.conf: ifconfig_xl0="DHCP" -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 17:41:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6AC816A492 for ; Mon, 18 Sep 2006 17:41:58 +0000 (UTC) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF39043D92 for ; Mon, 18 Sep 2006 17:41:43 +0000 (GMT) (envelope-from kline@sage.thought.org) Received: from sage.thought.org (kline@localhost [127.0.0.1]) by sage.thought.org (8.13.6/8.12.10) with ESMTP id k8IHfZVo038646; Mon, 18 Sep 2006 10:41:37 -0700 (PDT) (envelope-from kline@sage.thought.org) Received: (from kline@localhost) by sage.thought.org (8.13.6/8.13.1/Submit) id k8IHfVT3038645; Mon, 18 Sep 2006 10:41:31 -0700 (PDT) (envelope-from kline) Date: Mon, 18 Sep 2006 10:41:30 -0700 From: Gary Kline To: Jerry McAllister Message-ID: <20060918174130.GA38472@thought.org> References: <20060918005254.GA33582@thought.org> <20060918152020.GA13046@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060918152020.GA13046@gizmo.acns.msu.edu> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Gary Kline , FreeBSD Mailing List Subject: Re: which xorg file?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 17:41:59 -0000 On Mon, Sep 18, 2006 at 11:20:20AM -0400, Jerry McAllister wrote: > On Sun, Sep 17, 2006 at 05:52:54PM -0700, Gary Kline wrote: > > > > > Folks, > > > > Which ports file do I build to fill the standard > > /usr/X11R6/bin file? I have 6.1-RELEASE and having > > migraines with getting the necessary files. If installing > > gnome|kde-lite is/may be part of it, can somebody clue me > > in? > > Well, if you did a fresh FreeBSD 6.1 install using sysinstall, the best > thing would have been to check 'yes' for installing X. It would have > done it all for you. > > As for installing afterward, I think you probably want > /usr/ports/x11/xorg > I checked the install last night and watched as x11/xorg was installing multiple X/xorg packages so this may be *it*. (I-hope, I-hope.) gary > ////jerry > > > > > tia, > > > > gary > > > > > > -- > > Gary Kline kline@thought.org www.thought.org Public service Unix > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 17:43:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88D416A403 for ; Mon, 18 Sep 2006 17:43:26 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83111.mail.mud.yahoo.com (web83111.mail.mud.yahoo.com [216.252.101.40]) by mx1.FreeBSD.org (Postfix) with SMTP id 4DE1F43D7D for ; Mon, 18 Sep 2006 17:43:26 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 73566 invoked by uid 60001); 18 Sep 2006 17:43:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=nDX1QT7xNKX7Mkb30AgsP2ttbm6NbKC67joue/DAlqFOE+yL60skB4NuBmIRnPttUzC5fQhCVPL6NDWgEbEGHTJHH/OAw24aClkF3A9G8V8OYxJ52GUWAniefv3pEmziS2ahuvbCF4AUm3x+4F44Yzjd5az8MEhlxkJBBfLPRik= ; Message-ID: <20060918174325.73564.qmail@web83111.mail.mud.yahoo.com> Received: from [63.240.228.37] by web83111.mail.mud.yahoo.com via HTTP; Mon, 18 Sep 2006 10:43:25 PDT Date: Mon, 18 Sep 2006 10:43:25 -0700 (PDT) From: backyard To: Migs , Erik Trulsson In-Reply-To: <450E6996.40903@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: quick question regarding /usr/obj X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 17:43:26 -0000 --- Migs wrote: > Erik Trulsson wrote: > > On Mon, Sep 18, 2006 at 05:06:09PM +0800, Migs > wrote: > > > >> I just did a rebuild recently, and saw in the > handbook that i can take > >> out /usr/obj with no problems... and seeing as > its taking up >500mb, I > >> do want to trim it out... > >> > >> However, in uname -a it shows > >> > >> FreeBSD shadow.meridiantelekoms.com > 6.2-PRERELEASE FreeBSD > >> 6.2-PRERELEASE #0: Mon Sep 18 15:35:23 PHT 2006 > > >> > root@shadow.meridiantelekoms.com:/usr/obj/usr/src/sys/ARMITAGE > i386 > >> > >> and no reference of my kernel in /boot, aside > from /boot/kernel... > >> > >> Now, my question is, is the custom kernel I built > also /boot/kernel? or > >> does it reside in /usr/obj/usr/src/sys/ARMITAGE? > >> > >> > > > > Yes. The kernel you built was built in > /usr/obj/usr/src/sys/ARMITAGE/, but > > is installed into /boot/kernel/. > > > > Once you have installed the world+kernel that you > built you can safely > > delete everything under /usr/obj/. > > > > > The handbook did say it was OK to nuke, but didn't > really explain what > happened in that directory very clearly. Thanks! > > -- > Migs > Registered Linux user # 381619, but has shifted to > FreeBSD > Random Musings (http://lifelin.blogspot.com/) /usr/obj is left around so you can do partial upgrades (something you should know exactly what you are doing when attempted), and/or rebuild the kernel without having to go through a buildworld again. The updating instructions for FreeBSD recommend you manually delete this directory prior to an upgrade to avoid any possible troubles with only binaries being left around in the build dir. to free up space I haven't nuked this dir but will in my next backup. also it is nice to run cd /usr/ports && make -DNOCLEANDEPENDS clean to clean up the ports tree and not have it take a week. the -DNOCLEANDEPENDS will just make it go directory by directory without redundantly running a clean on the dependancies for each port also your can safely delete /usr/ports/distfiles as each time you update ports some of these files become obsolete anyway. I believe a cd /usr/src && make clean is supposed to delete the files in /usr/obj anyway, but given what the handbook says on updating this might not be so reliable. -brian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 17:53:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD12D16A416 for ; Mon, 18 Sep 2006 17:53:02 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 552E343DE5 for ; Mon, 18 Sep 2006 17:50:59 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.141]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k8IHodJK045696; Mon, 18 Sep 2006 21:50:49 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1GPNGO-0000De-NQ; Mon, 18 Sep 2006 21:50:36 +0400 To: Paul Schmehl References: From: Boris Samorodov Date: Mon, 18 Sep 2006 21:50:36 +0400 In-Reply-To: (Paul Schmehl's message of "Mon, 18 Sep 2006 10:29:41 -0500") Message-ID: <69618211@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: freebsd-questions@freebsd.org Subject: Re: Dell DRAC 5 cards and 6.1-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 17:53:02 -0000 Hi, Paul! On Mon, 18 Sep 2006 10:29:41 -0500 Paul Schmehl wrote: > The native card has enough functionality for what I need, but what I'm > wondering is if anyone has managed to get the extra functionality > working under linux emulation. If so, how did you install the rpm? Don't have any experience with those cards, but I can say how to install a linux rpm: - ensure you have archivers/rpm2cpio installed (it is already installed if you have installed any linux_base port); - copy dist.rpm to any empty directory and run a command: $ rpm2cpio < dist.rpm | cpio -id - brandelf all binary files (not libraries!): $ brandelf -t Linux binary_file; - as root do: # find * -type d -exec mkdir "/compat/linux/{}" # find * ! -type d | cpio -pm -R root:wheel /compat/linux If any non-standard directories for linux libraries are created then run # /compat/linux/sbin/ldconfig -r /compat/linux If everything goes well, you may add a pkg-plist and submit a new port. ;-) > And which emulation did you use? Current default (read: recommended and supported by emulation@) linux base port is linux_base-fc4. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 17:53:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6748516A494 for ; Mon, 18 Sep 2006 17:53:03 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83109.mail.mud.yahoo.com (web83109.mail.mud.yahoo.com [216.252.101.38]) by mx1.FreeBSD.org (Postfix) with SMTP id A6B6743DEF for ; Mon, 18 Sep 2006 17:51:05 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 2339 invoked by uid 60001); 18 Sep 2006 17:51:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=SAXi4F+rt0RJlxJPbQD5kTyc+ol2r4rvIfzbyJBwPGGvbRKBiRXqxBt8qdw73upTWoX0tFqpi4v6hZwmGAKNilLuQQVylUq+6cwM6He6EDemAkLEWS0Chnf2LgYe5xvuGBF2c/Ry1nnfctaqzvyL0puLcO0YwmBzM70++F/mulY= ; Message-ID: <20060918175105.2337.qmail@web83109.mail.mud.yahoo.com> Received: from [63.240.228.37] by web83109.mail.mud.yahoo.com via HTTP; Mon, 18 Sep 2006 10:51:05 PDT Date: Mon, 18 Sep 2006 10:51:05 -0700 (PDT) From: backyard To: Bob , freebsd-questions@freebsd.org In-Reply-To: <200609180415.16154.bob@tania.servebbs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: rebooting into single user mode on a remote server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 17:53:03 -0000 --- Bob wrote: > On Sunday 17 September 2006 23:51, backyard wrote: > > >....modems are relatively cheap. > > And, if you put it into "call-back" mode, it becomes > one of the most secure > methods of doing a remote serial console; plus you > have the added advantage > of the remote site footing the bill for the call :-) > > Bob > > > _______________________________________________ > 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" > and billing a client directly for working on their equipment is always better then waiting on POs... By call-back mode do you mean log into the system via network and have it call your local system for administration, or is it like a *69 scenario. Its been a while since I played with my modem. -brian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 18:03:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9AF416A40F for ; Mon, 18 Sep 2006 18:03:45 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83115.mail.mud.yahoo.com (web83115.mail.mud.yahoo.com [216.252.101.44]) by mx1.FreeBSD.org (Postfix) with SMTP id ACA1743D8E for ; Mon, 18 Sep 2006 18:03:23 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 75511 invoked by uid 60001); 18 Sep 2006 18:03:23 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=FlIXxEn9P+sfVMTbZRFr+bEO8frusGv1Jc/x+KM1/0ZnBBysunUKTS3mH5LDe8ap+xTKV0fEeaKTIMi320DXaeeoAxbfiWe6y4SwTYkpSIWewB2Ym3RLJymz3CUJxw3oHr/OkbMYfbJJ0Rlb3yQecOsZCQeD66k92U4mLgr1UzI= ; Message-ID: <20060918180323.75509.qmail@web83115.mail.mud.yahoo.com> Received: from [63.240.228.37] by web83115.mail.mud.yahoo.com via HTTP; Mon, 18 Sep 2006 11:03:23 PDT Date: Mon, 18 Sep 2006 11:03:23 -0700 (PDT) From: backyard To: Gary Kline , Jerry McAllister In-Reply-To: <20060918174130.GA38472@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Gary Kline , FreeBSD Mailing List Subject: Re: which xorg file?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 18:03:45 -0000 --- Gary Kline wrote: > On Mon, Sep 18, 2006 at 11:20:20AM -0400, Jerry > McAllister wrote: > > On Sun, Sep 17, 2006 at 05:52:54PM -0700, Gary > Kline wrote: > > > > > > > > Folks, > > > > > > Which ports file do I build to fill the > standard > > > /usr/X11R6/bin file? I have 6.1-RELEASE and > having > > > migraines with getting the necessary files. If > installing > > > gnome|kde-lite is/may be part of it, can > somebody clue me > > > in? if you have gone to these directories within the ports system and did an install; xorg would have been installed as a dependancy along the way. so this could have solved things in a roundabout way. > > > > Well, if you did a fresh FreeBSD 6.1 install using > sysinstall, the best > > thing would have been to check 'yes' for > installing X. It would have > > done it all for you. > > > > As for installing afterward, I think you probably > want > > /usr/ports/x11/xorg > > > > I checked the install last night and watched as > x11/xorg > was installing multiple X/xorg packages so this may > be *it*. > (I-hope, I-hope.) if xorg is installing now something will be there in a little while, patience grasshopper. xorg is just a "meta-package" This means its a Makefile that checks if the actual packages are installed: xorg-libraries xorg-clients xorg-servers xorg-documents xorg-nestedserver xorg-fonts-100dpi xorg-fonts-75dpi xorg-fonts-cyrillic xorg-fonts-type1 xorg-fonts-miscbitmaps xorg-fontserver and builds as required. you could manually go one by one and build them, then the meta-port would just install itself doing seamingly nothing... and thats from memory, so no quoteing (read the Makefile if your really curious), and finishing up tweaking my personal ports.conf configuration file in anticipation of an upgrade build... These can take a while to build. a good 3-6 hours depending on your hardware. and your MAKEOPTS in your make.conf... > > gary > > > > > ////jerry > > > > > > > > tia, > > > > > > gary > > > > > > > > > -- > > > Gary Kline kline@thought.org > www.thought.org Public service Unix > > > > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > -- > Gary Kline kline@thought.org > www.thought.org Public service Unix > -brian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 18:09:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC6E816A526 for