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 ; Mon, 18 Sep 2006 18:09:50 +0000 (UTC) (envelope-from freebsd@bsdserver.com.br) Received: from nitrobsd.bsdserver.com.br (dns.bsdserver.com.br [200.215.210.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8963343D62 for ; Mon, 18 Sep 2006 18:09:16 +0000 (GMT) (envelope-from freebsd@bsdserver.com.br) Received: from bsdserver.com.br (localhost [127.0.0.1]) by nitrobsd.bsdserver.com.br (8.13.6/8.13.6) with ESMTP id k8II93GZ023163 for ; Mon, 18 Sep 2006 15:09:03 -0300 (BRT) (envelope-from freebsd@bsdserver.com.br) From: "Rafael Aquino" To: freebsd-questions@freebsd.org Date: Mon, 18 Sep 2006 15:09:03 -0300 Message-Id: <20060918180849.M28571@bsdserver.com.br> References: <450C46A8.3080908@verysmall.org> <37857215.20060917223205@rulez.sk> X-Mailer: OpenWebMail 2.52 20060502 X-OriginatingIP: 200.96.72.178 (bsdserver) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 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 18:09:50 -0000 Hi there... Just to contribute, I also ALWAYS upgrade my systems without single user mode, for "remote" reasons... ;-) Same instructions: shut down all services, except inetd/ssh, installworld, mergemaster and reboot... I even posted in this list, months ago, a step-by-step to remotely upgrade from 4.x to 6.x. I agree that this is a very risky task, but before the first production server, I tried more than 40 times (not kidding) in my test lab. []´s -- Rafael Mentz Aquino BSDServer Ltda. 51 - 9847 8825 ---------- Original Message ----------- From: Daniel Gerzo To: "pobox@verysmall.org" Cc: freebsd-questions@freebsd.org Sent: Sun, 17 Sep 2006 22:32:05 +0200 Subject: Re: rebooting into single user mode on a remote server > 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 > > _______________________________________________ > 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" ------- End of Original Message ------- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 18:18: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 8824B16A4E9 for ; Mon, 18 Sep 2006 18:18:59 +0000 (UTC) (envelope-from stevedav@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3998643D94 for ; Mon, 18 Sep 2006 18:18:18 +0000 (GMT) (envelope-from stevedav@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so5063313pye for ; Mon, 18 Sep 2006 11:18: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:mime-version:content-type; b=iBZhFJubtIw0KlM8TdnjCaHmKjKX/gYxMDz5NSwKjUEzt11oJFXsVWPmVFduYDn5Oi2KMxlZfLzrBJN/3xNo8e5T7mHkIWd4M8aGW8SkBMBfST81a0zUuB2+z7ilxoPqmMvcOMCQpggfIV2tyxFP9f4YpdZSL7n0UzxXt8FXU00= Received: by 10.35.106.15 with SMTP id i15mr24912415pym; Mon, 18 Sep 2006 11:18:12 -0700 (PDT) Received: by 10.35.48.19 with HTTP; Mon, 18 Sep 2006 11:18:11 -0700 (PDT) Message-ID: Date: Mon, 18 Sep 2006 11:18:11 -0700 From: "Steve Davidson" To: freebsd-questions@freebsd.org MIME-Version: 1.0 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 Subject: Server badwidth consumption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 18:18:59 -0000 Hello BSDers, I am working for a new company that has a server running SCO (Unix flavor I haven't encountered b4) and I need to measure the traffic flow in and out of this box. Is there a way to do this without a) messing with the SCO box or configuration or b) installing a bridge between the server and the network. I am running FreeBSD 6.1 on my desktop. Any advice would be much appreciated. Thanks. -- Steve From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 18:21: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 01CD916A4B3 for ; Mon, 18 Sep 2006 18:21:03 +0000 (UTC) (envelope-from peter@bgnett.no) Received: from skapet.datadok.no (skapet.datadok.no [194.54.107.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 710BE43D55 for ; Mon, 18 Sep 2006 18:20:51 +0000 (GMT) (envelope-from peter@bgnett.no) Received: from [10.168.103.3] (helo=amidala.kakemonster.bsdly.net.bsdly.net ident=peter) by skapet.datadok.no with esmtp (Exim 4.60) (envelope-from ) id 1GPNja-0003fx-Hp for freebsd-questions@freebsd.org; Mon, 18 Sep 2006 20:20:46 +0200 To: freebsd-questions@freebsd.org References: <450C7555.6050502@enabled.com> From: peter@bgnett.no (Peter N. M. Hansteen) Date: Mon, 18 Sep 2006 20:20:45 +0200 In-Reply-To: <450C7555.6050502@enabled.com> (Noah's message of "Sat, 16 Sep 2006 15:06:13 -0700") Message-ID: <87eju9niiq.fsf@amidala.kakemonster.bsdly.net> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: ipfw and temporary port access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 18:21:03 -0000 Noah writes: > Any clues if a system like this is a already coded and out there somewhere? Apart from the ipfw reqirement, you have just described authpf, see eg http://www.freebsd.org/cgi/man.cgi?query=authpf&apropos=0&sektion=0&manpath=FreeBSD+6.1-RELEASE&format=html -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/ "First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales" 20:11:56 delilah spamd[26905]: 146.151.48.74: disconnected after 36099 seconds From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 18:22: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 5BCB716A417 for ; Mon, 18 Sep 2006 18:22:31 +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 BA4E243D55 for ; Mon, 18 Sep 2006 18:21:42 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([83.239.48.180]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id k8IILCxn050343; Mon, 18 Sep 2006 22:21:22 +0400 (MSD) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1GPNjx-0003X1-Mk; Mon, 18 Sep 2006 22:21:09 +0400 To: Adrian Vraciu References: <200609181924.46929.adrian790@catv.embit.ro> From: Boris Samorodov Date: Mon, 18 Sep 2006 22:21:09 +0400 In-Reply-To: <200609181924.46929.adrian790@catv.embit.ro> (Adrian Vraciu's message of "Mon, 18 Sep 2006 19:24:46 +0300") Message-ID: <12492986@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: 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 18:22:31 -0000 On Mon, 18 Sep 2006 19:24:46 +0300 Adrian Vraciu wrote: > ===> 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? How did you install the port? What if you do a make checksum at the port (you didn't show that output): ----- # cd /usr/ports/emulation/linux_base-fc4 # make checksum ----- 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 18:31:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF6216A417 for ; Mon, 18 Sep 2006 18:31:29 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D46843D86 for ; Mon, 18 Sep 2006 18:31:22 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 25216 invoked from network); 18 Sep 2006 18:31:21 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Sep 2006 18:31:20 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 93B512842D; Mon, 18 Sep 2006 14:31:19 -0400 (EDT) To: Eric Schuele References: <450DC9D9.6050000@verysmall.org> <450DCEDB.9080301@infracaninophile.co.uk> <450EC91F.2030802@computer.org> From: Lowell Gilbert Date: Mon, 18 Sep 2006 14:31:19 -0400 In-Reply-To: <450EC91F.2030802@computer.org> (Eric Schuele's message of "Mon, 18 Sep 2006 11:28:15 -0500") Message-ID: <44irjlkow8.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: [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 18:31:29 -0000 Eric Schuele writes: > 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? Deleting /usr/obj is the usual cause of that. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 18:41:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AF0F16A4C8 for ; Mon, 18 Sep 2006 18:41:09 +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 A547343DB0 for ; Mon, 18 Sep 2006 18:39:48 +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 k8IId016096815; Mon, 18 Sep 2006 19:39:01 +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 k8IId016096815 Message-ID: <450EE7BE.5050700@infracaninophile.co.uk> Date: Mon, 18 Sep 2006 19:38:54 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: Steve Davidson References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig66166763D6EFDD0C2FD7637C" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Mon, 18 Sep 2006 19:39:21 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1892/Mon Sep 18 12:53:36 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: freebsd-questions@freebsd.org Subject: Re: Server badwidth consumption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 18:41:09 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig66166763D6EFDD0C2FD7637C Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Steve Davidson wrote: > Hello BSDers, > I am working for a new company that has a server running SCO (Unix flav= or I > haven't encountered b4) and I need to measure the traffic flow in and > out of > this box. Is there a way to do this without a) messing with the SCO box= or > configuration or b) installing a bridge between the server and the netw= ork. > I am running FreeBSD 6.1 on my desktop. Any advice would be much > appreciated. Thanks. If the switch that machine is plugged into is SNMP capable, then you coul= d point a graphing program at that to pull down the per-interface traffic counters. Same thing goes for the box itself, assuming it has SNMP enabl= ed. If you want to get really tricky, then the ethernet tap discussed here: http://www.snort.org/docs/tap/ could be inserted between the host and the rest of the network. 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 --------------enig66166763D6EFDD0C2FD7637C 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 iD8DBQFFDufE8Mjk52CukIwRCDipAJ9DCsB+ETEVbSo35rHnIWh5W9IgrACfTuCC NdEXTLT2t/GN30PtrZ3cpkk= =Fk0S -----END PGP SIGNATURE----- --------------enig66166763D6EFDD0C2FD7637C-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 18:42: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 A2F5F16A412 for ; Mon, 18 Sep 2006 18:42:29 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id E340943DE8 for ; Mon, 18 Sep 2006 18:41:43 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so3045920nfc for ; Mon, 18 Sep 2006 11:41:29 -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=HBqgtsCY6VvYbl73I/pSlohl2zFp4PHsv6Z2U/DYnK3g8bp87TzbtMHt7tp9HPiAuGqWVOCSKqLyGMfrgrV1u5wfX/cWRbN9BcZyXjj7Ij83IDdDZ/J/nwx88Q+k1je9Ce0u68d+q9msxRqtkeAvj56rdaCpc9smhwF8ZIMmuZY= Received: by 10.49.8.10 with SMTP id l10mr17344916nfi; Mon, 18 Sep 2006 11:41:29 -0700 (PDT) Received: by 10.48.230.11 with HTTP; Mon, 18 Sep 2006 11:41:29 -0700 (PDT) Message-ID: <54db43990609181141k2a0b938fj298a9de92853f700@mail.gmail.com> Date: Mon, 18 Sep 2006 14:41:29 -0400 From: "Bob Johnson" 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: <720051dc0609180208h16a65071h310228d12f2c6701@mail.gmail.com> 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 18:42:29 -0000 On 9/18/06, Ashley Moran wrote: > > > 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 You might need to make sure AD support got enabled. In the samba3 port at least, it is off by default (although winbind support is enabled by default). - Bob From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 18:44: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 0166916A494 for ; Mon, 18 Sep 2006 18:44:50 +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 90E1143DCA for ; Mon, 18 Sep 2006 18:44:03 +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 8192508; Mon, 18 Sep 2006 22:43:31 +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 170143; Mon, 18 Sep 2006 22:43:30 +0400 Message-ID: <450EE8D3.1080501@m-lan.ru> Date: Mon, 18 Sep 2006 22:43:31 +0400 From: Alexander Sashurin User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: Bill Moran References: <20060917151544.53937.qmail@web50405.mail.yahoo.com> <20060917113111.8ecda828.wmoran@collaborativefusion.com> In-Reply-To: <20060917113111.8ecda828.wmoran@collaborativefusion.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Reply-To: alexander.sashurin@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 18:44:50 -0000 *This message was transferred with a trial version of CommuniGate(r) Pro* Bill Moran wrote: > *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? >> > > 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. > > Yes! It's not build! But the bug still exists.. then yous should try the method I described in my previous letter. It should work, as it had already helped me with my RT2400 chip adapter. -- 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 Mon Sep 18 18:47: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 3EA9016A4DA for ; Mon, 18 Sep 2006 18:47:02 +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 D094A43DB2 for ; Mon, 18 Sep 2006 18:46:53 +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 8192590; Mon, 18 Sep 2006 22:46:34 +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 170147; Mon, 18 Sep 2006 22:46:34 +0400 Message-ID: <450EE98B.30009@m-lan.ru> Date: Mon, 18 Sep 2006 22:46:35 +0400 From: Alexander Sashurin User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: Jona Joachim References: <20060917151544.53937.qmail@web50405.mail.yahoo.com> <20060917113111.8ecda828.wmoran@collaborativefusion.com> <450DE3B1.7050405@web.de> In-Reply-To: <450DE3B1.7050405@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Reply-To: alexander.sashurin@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 18:47:02 -0000 *This message was transferred with a trial version of CommuniGate(r) Pro* Jona Joachim wrote: > *This message was transferred with a trial version of CommuniGate(r) Pro* > 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 > But it wont help! The adapter wont be seen! Try the method i've described.. -- 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 Mon Sep 18 18:47: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 ACEC916A56C for ; Mon, 18 Sep 2006 18:47:54 +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 DE1A243DAF for ; Mon, 18 Sep 2006 18:47:29 +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 CF169388DF1 for ; Mon, 18 Sep 2006 13:47:27 -0500 (CDT) Date: Mon, 18 Sep 2006 13:43:48 -0500 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: <2621A4DB3ED46BF6AC683BA8@utd59514.utdallas.edu> In-Reply-To: <69618211@bsam.ru> References: <69618211@bsam.ru> X-Mailer: Mulberry/4.0.5 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========5BE081972686DEDDF236==========" 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 18:47:54 -0000 --==========5BE081972686DEDDF236========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Monday, September 18, 2006 21:50:36 +0400 Boris Samorodov=20 wrote: > 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); I installed linux_base-fc4. > - 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 > Thanks. I'll try this out and see what happens. > If everything goes well, you may add a pkg-plist and submit a new > port. ;-) Sure. Why not? Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========5BE081972686DEDDF236==========-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 19:03: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 F1DC016A403 for ; Mon, 18 Sep 2006 19:03:20 +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 24D6643D4C for ; Mon, 18 Sep 2006 19:03:20 +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 k8IJ2eRg013366 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Sep 2006 12:02:41 -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 k8IJ2e1X013364; Mon, 18 Sep 2006 12:02:40 -0700 (PDT) Received: by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA15913; Mon, 18 Sep 06 11:53:29 PDT Date: Mon, 18 Sep 06 11:53:29 PDT From: perryh@pluto.rain.com (Perry Hutchison) Message-Id: <10609181853.AA15913@pluto.rain.com> To: m.apitz@oclcpica.org In-Reply-To: <20060918132520.GA8117@rebelion.Sisis.de> References: <20060918132520.GA8117@rebelion.Sisis.de> Cc: freebsd-questions@freebsd.org 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 19:03:21 -0000 > - 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. It could likely be made to work, but offhand it sounds like reinventing the wheel. Why not just let each user log in via xdm, and have their .xsession bring up the MUA? From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 19:03: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 B132616A403 for ; Mon, 18 Sep 2006 19:03:25 +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 670C143D5E for ; Mon, 18 Sep 2006 19:03:25 +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 k8IJ2f32013375 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Sep 2006 12:02:47 -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 k8IJ2fTR013374; Mon, 18 Sep 2006 12:02:41 -0700 (PDT) Received: by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA15926; Mon, 18 Sep 06 11:54:27 PDT Date: Mon, 18 Sep 06 11:54:27 PDT From: perryh@pluto.rain.com (Perry Hutchison) Message-Id: <10609181854.AA15926@pluto.rain.com> To: kris@obsecurity.org In-Reply-To: <20060918170221.GA4446@xor.obsecurity.org> References: <450E7091.1050409@locolomo.org> <20060918170221.GA4446@xor.obsecurity.org> Cc: freebsd-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 19:03:25 -0000 > > 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 ... > > 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. Where would one find the list of problems already fixed -- hence not being tracked -- so as to know whether a given 6.1 problem needs to be pointed out? From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 19:06: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 89C1B16A416 for ; Mon, 18 Sep 2006 19:06:44 +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 6CD4F43D8E for ; Mon, 18 Sep 2006 19:06:41 +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 1E5BE1A4D84; Mon, 18 Sep 2006 12:06:41 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D6CA6514F6; Mon, 18 Sep 2006 15:06:39 -0400 (EDT) Date: Mon, 18 Sep 2006 15:06:39 -0400 From: Kris Kennaway To: Perry Hutchison Message-ID: <20060918190639.GA6915@xor.obsecurity.org> References: <450E7091.1050409@locolomo.org> <20060918170221.GA4446@xor.obsecurity.org> <10609181854.AA15926@pluto.rain.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline In-Reply-To: <10609181854.AA15926@pluto.rain.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@FreeBSD.org, kris@obsecurity.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 19:06:44 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 18, 2006 at 11:54:27AM -0700, Perry Hutchison wrote: > > > 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 ... > >=20 > > 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. >=20 > Where would one find the list of problems already fixed -- hence not > being tracked -- so as to know whether a given 6.1 problem needs to > be pointed out? http://www.freebsd.org/cgi/query-pr-summary.cgi?query and related GNATS interfaces. Kris --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFDu4/Wry0BWjoQKURAqtiAJ0dzZGhZ/N/KaF6ZqCcrCrwU0c/LACfc8b5 MXx6UUuK79ut7oTZ/mptYV4= =ZRaV -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 19:06: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 D76E616A415 for ; Mon, 18 Sep 2006 19:06:51 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 988E643D49 for ; Mon, 18 Sep 2006 19:06:51 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (rwcrmhc13) with ESMTP id <20060918190650m1300buujhe>; Mon, 18 Sep 2006 19:06:50 +0000 Message-ID: <450EEE48.2090109@computer.org> Date: Mon, 18 Sep 2006 14:06:48 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.7 (X11/20060918) MIME-Version: 1.0 To: Lowell Gilbert References: <450DC9D9.6050000@verysmall.org> <450DCEDB.9080301@infracaninophile.co.uk> <450EC91F.2030802@computer.org> <44irjlkow8.fsf@be-well.ilk.org> In-Reply-To: <44irjlkow8.fsf@be-well.ilk.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: [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 19:06:51 -0000 On 09/18/2006 13:31, Lowell Gilbert wrote: > Eric Schuele writes: > >> 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? > > Deleting /usr/obj is the usual cause of that. Ah, yes, that's it. Thank you. As I said... it used to always increment for me. Then stopped at some time when I wasn't paying attention to it. It must've stopped after I added the following to my script (as per 21.4.14.6 of the handbook): # chflags -R noschg /usr/obj/usr # rm -rf /usr/obj/usr # cd /usr/src # make cleandir # make cleandir The handbook says to do the above if things go wrong. I figured I'd be a little more proactive. Thanks. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 19:15: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 B58AF16A4A0 for ; Mon, 18 Sep 2006 19:15:26 +0000 (UTC) (envelope-from fysical@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BFDD43D82 for ; Mon, 18 Sep 2006 19:15:11 +0000 (GMT) (envelope-from fysical@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so1295314wri for ; Mon, 18 Sep 2006 12:15:10 -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=ldBnLtnHr+4du9klTbQrH7WKR4dQyrIft0q48AfA6We5AA7hFgC8NDa7clT/UO4OzxyDEuDBLgUEdVWQ5G6ZaiS1VcqZ5gLnWxPQPP/hUlpvN0BaiIfcXg1WKW5cChdxb/F8diLfoF1efVnZX5twMmDFVvPPJKpgRu4/bUvv4UM= Received: by 10.90.25.7 with SMTP id 7mr4908429agy; Mon, 18 Sep 2006 12:15:10 -0700 (PDT) Received: by 10.65.124.13 with HTTP; Mon, 18 Sep 2006 12:15:10 -0700 (PDT) Message-ID: <73d604760609181215vfd20986r5aa1079ca887a584@mail.gmail.com> Date: Tue, 19 Sep 2006 00:45:10 +0530 From: "Viswas Nair" To: freebsd-questions@freebsd.org In-Reply-To: <4464fl6za9.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <73d604760609100022o5ea4831cwa7ecd29e7461fe99@mail.gmail.com> <44r6yio2pk.fsf@be-well.ilk.org> <73d604760609160157y426ce69ei58c4f8cbecf632d6@mail.gmail.com> <4464fl6za9.fsf@be-well.ilk.org> 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 Subject: Re: /usr/bin/ld: cannot find -lstdc++_p X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 19:15:26 -0000 yes I am building from ports. I loaded it as a package and got it to work without any issues. I would like to fix the problem anyway. On 9/18/06, Lowell Gilbert wrote: > > 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 19:17: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 5AB5916A407 for ; Mon, 18 Sep 2006 19:17:39 +0000 (UTC) (envelope-from doug@safeport.com) Received: from pemaquid.safeport.com (pemaquid.safeport.com [209.31.154.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4511743D70 for ; Mon, 18 Sep 2006 19:16:30 +0000 (GMT) (envelope-from doug@safeport.com) Received: from localhost (localhost [127.0.0.1]) by pemaquid.safeport.com (8.13.4/8.12.11) with ESMTP id k8IJGQtL049858 for ; Mon, 18 Sep 2006 15:16:26 -0400 (EDT) (envelope-from doug@safeport.com) Date: Mon, 18 Sep 2006 15:16:26 -0400 (EDT) From: doug@safeport.com To: freebsd-questions@FreeBSD.ORG Message-ID: <20060918151000.K47377@pemaquid.safeport.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: imap-uw question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 19:17:39 -0000 Has anyone configure imap-uw to accept plaintext passwords? The options listed in the doumentation do not work. I have tried various combinations of PASSWDTYPE, SSLTYPE, and WITH_SSL_AND_PLAINTEXT with no success. Or is there a better imap/pop daemon to use? Thanks for any help. _____ Douglas Denault http://www.safeport.com doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 19:22: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 5971116A4B3; Mon, 18 Sep 2006 19:22:04 +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 A6A5543D45; Mon, 18 Sep 2006 19:20:39 +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 md50000284754.msg; Mon, 18 Sep 2006 09:34:35 -1000 Message-ID: <450EF160.3020708@hdk5.com> Date: Mon, 18 Sep 2006 09:20:00 -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: owner-freebsd-questions@freebsd.org References: <20060918021548.59DB41BF287@ws1-1.us4.outblaze.com> <450E3534.6080403@infracaninophile.co.uk> In-Reply-To: <450E3534.6080403@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: admin@hdk5.com X-Spam-Processed: mail.alohahosting.net, Mon, 18 Sep 2006 09:34:35 -1000 (not processed: message from valid local sender) X-MDRemoteIP: 66.180.149.18 X-Return-Path: admin@hdk5.com X-MDAV-Processed: mail.alohahosting.net, Mon, 18 Sep 2006 09:34:36 -1000 Cc: FreeBSD Users Questions , Ahmad Arafat Abdullah 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 Reply-To: admin@hdk5.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 19:22:04 -0000 Matthew Seaman wrote: >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 >>>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.* + >>> >>> >>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=Family=inet, Address=0.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 >> >> > >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_OPTIONS >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 FreeBSD >which does not have authentication support compiled into it: > >250-mahalo.internetohana.org Hello happy-idiot-talk.infracaninophile.co.uk [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 file > /usr/local/lib/sasl2/Sendmail.conf to make sure it does what you want -- > 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 possibilities > to go into any great depth here -- Google is your friend. > > ii) Add the following to /etc/make.conf and then do a standard buildworld cycle > to enable the authentication capabilities in the base system sendmail: > > SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 > SENDMAIL_LDFLAGS+= -L/usr/local/lib > SENDMAIL_LDADD+= -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')dnl > 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à. Well, actually there's another step the OP would be well advised to >take. In order to secure 'LOGIN' against password snooping you should turn 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 > > > Matthew, et all..... Thanks for the info, Mathew seems to be on target for the problem with my attempted installs alright. Did I miss something in the FreeBSD How to in the hand book? It seems to me authentication wasn't mentioned as not in the stock Sendmail. I think I see now why the telnet worked to see the install, but the clients needed authentication mechanism which wasnt there. When I get back from town today I will try your HowTo. Your help is very much appreciated.. I've been using Free BSD since 2. (something) but this is the first time I have had to build a mail server. 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 Mon Sep 18 19:28:58 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB0F616A4EC for ; Mon, 18 Sep 2006 19:28:58 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD1843DC8 for ; Mon, 18 Sep 2006 19:27:35 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id ADD1F5642F; Tue, 19 Sep 2006 07:27:25 +1200 (NZST) Date: Tue, 19 Sep 2006 07:27:25 +1200 From: Jonathan Chen To: doug@safeport.com Message-ID: <20060918192725.GA3262@osiris.chen.org.nz> References: <20060918151000.K47377@pemaquid.safeport.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060918151000.K47377@pemaquid.safeport.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@FreeBSD.ORG Subject: Re: imap-uw question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 19:28:59 -0000 On Mon, Sep 18, 2006 at 03:16:26PM -0400, doug@safeport.com wrote: > Has anyone configure imap-uw to accept plaintext passwords? The options listed > in the doumentation do not work. I have tried various combinations of > PASSWDTYPE, SSLTYPE, and WITH_SSL_AND_PLAINTEXT with no success. > > Or is there a better imap/pop daemon to use? Thanks for any help. You have to make sure that BOTH mail/imap-uw and mail/cclient have been compiled with "-DWITH_SSL_AND_PLAINTEXT". Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Power corrupts, Absolute Power is pretty neat From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 19:31: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 C3EE616A40F for ; Mon, 18 Sep 2006 19:31:04 +0000 (UTC) (envelope-from javier@kjsl.com) Received: from skywagon.kjsl.com (skywagon.kjsl.com [69.36.240.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27BBB43DA0 for ; Mon, 18 Sep 2006 19:30:42 +0000 (GMT) (envelope-from javier@kjsl.com) Received: from [64.102.51.199] (dhcp-64-102-51-199.cisco.com [64.102.51.199]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: javier) by skywagon.kjsl.com (Postfix) with ESMTP id 2BC142A6876; Mon, 18 Sep 2006 15:30:42 -0400 (EDT) In-Reply-To: <20060918151000.K47377@pemaquid.safeport.com> References: <20060918151000.K47377@pemaquid.safeport.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <329DE6DE-9D5D-48D5-8BA4-4D972BC2C520@kjsl.com> Content-Transfer-Encoding: 7bit From: Javier Henderson Date: Mon, 18 Sep 2006 15:32:14 -0400 To: doug@safeport.com X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: imap-uw question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 19:31:04 -0000 On Sep 18, 2006, at 3:16 PM, doug@safeport.com wrote: > Has anyone configure imap-uw to accept plaintext passwords? The > options listed > in the doumentation do not work. I have tried various combinations of > PASSWDTYPE, SSLTYPE, and WITH_SSL_AND_PLAINTEXT with no success. > > Or is there a better imap/pop daemon to use? Thanks for any help. I've switched from uw-imap to dovecot recently, and I'm quite pleased with the switch. Dovecot is configured using a plain text file, enabling and disabling features is a matter of editing the file and SIGHUP'ing dovecot, instead of recompiling like you have to do with uw-imap. You can run dovecot in daemon mode, or invoke it from inetd. I run it in daemon mode. Note that with dovecot you can easily configure it to accept plaintext on a given interface while forcing secure authentications on another. This may be useful in some cases, depending on network topology. -jav From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 19: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 EB3B416A407 for ; Mon, 18 Sep 2006 19:32:49 +0000 (UTC) (envelope-from justin@justnosweat.net) Received: from justnosweat.net (justnosweat.net [80.126.252.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3947543D7D for ; Mon, 18 Sep 2006 19:31:43 +0000 (GMT) (envelope-from justin@justnosweat.net) Received: from justnosweat.net (localhost [127.0.0.1]) by justnosweat.net (8.13.6/8.13.6) with ESMTP id k8ILaGxb030810 for ; Mon, 18 Sep 2006 21:36:16 GMT (envelope-from justin@justnosweat.net) Received: from localhost (justin@localhost) by justnosweat.net (8.13.6/8.13.6/Submit) with ESMTP id k8ILaGl7030807 for ; Mon, 18 Sep 2006 21:36:16 GMT (envelope-from justin@justnosweat.net) Date: Mon, 18 Sep 2006 21:36:16 +0000 (UTC) From: justins To: freebsd-questions@freebsd.org Message-ID: <20060918210511.S30659@justnosweat.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: spamassassin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 19:32:50 -0000 I`ve installed spamassassin rules on my sentmailserver and i am trying to filter my mail in order to pick out some spam. The spamd process is running only it doesn`t add anything to my mail heather so procmail can`t forward it to the caughtspam folder. How do i start spamassassin in order to filter my incomming mail. Anyone..... Thanks in advance, Justin. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 19:47: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 8E9A716A403 for ; Mon, 18 Sep 2006 19:47:04 +0000 (UTC) (envelope-from plathrop@squaretrade.com) Received: from new-mail.squaretrade.com (new-mail.squaretrade.com [64.56.206.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA0E43D4C for ; Mon, 18 Sep 2006 19:47:03 +0000 (GMT) (envelope-from plathrop@squaretrade.com) Received: from localhost (unknown [127.0.0.1]) by new-mail.squaretrade.com (Postfix) with ESMTP id 2AF2227A5913; Mon, 18 Sep 2006 12:46:58 -0700 (PDT) X-Virus-Scanned: amavisd-new at squaretrade.com Received: from new-mail.squaretrade.com ([127.0.0.1]) by localhost (knockout.prod.squaretrade.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dWzlrP-EJNW3; Mon, 18 Sep 2006 12:46:56 -0700 (PDT) Received: from [192.168.219.1] (unknown [192.168.219.1]) by new-mail.squaretrade.com (Postfix) with ESMTP id 9CF6327A590E; Mon, 18 Sep 2006 12:46:56 -0700 (PDT) Message-ID: <450EF7B0.7010300@squaretrade.com> Date: Mon, 18 Sep 2006 12:46:56 -0700 From: Paul Lathrop User-Agent: Thunderbird 1.5.0.5 (X11/20060728) MIME-Version: 1.0 To: justins References: <20060918210511.S30659@justnosweat.net> In-Reply-To: <20060918210511.S30659@justnosweat.net> X-Enigmail-Version: 0.94.1.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig23A72053E9E6F91F1170C757" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: spamassassin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 19:47:04 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig23A72053E9E6F91F1170C757 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'd suggest asking the Spamassassin mailing lists... justins wrote: > > I`ve installed spamassassin rules on my sentmailserver and i am trying > to filter my mail in order to pick out some spam. > The spamd process is running only it doesn`t add anything to my mail > heather so procmail can`t forward it to the caughtspam folder. > > How do i start spamassassin in order to filter my incomming mail. > Anyone..... > > Thanks in advance, > Justin. > _______________________________________________ > 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" --------------enig23A72053E9E6F91F1170C757 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFDvewX6ecHn3cW4kRAkJ5AKCGP/K6soq74t6TTY7B9cSV9utQzACgleBU plmivQ3xCIKfVVpEPvG1fxY= =YZK9 -----END PGP SIGNATURE----- --------------enig23A72053E9E6F91F1170C757-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 20:01: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 61A6E16A403 for ; Mon, 18 Sep 2006 20:01:19 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0562C43D69 for ; Mon, 18 Sep 2006 20:01:07 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i27so4061378wxd for ; Mon, 18 Sep 2006 13:01:07 -0700 (PDT) Received: by 10.70.59.9 with SMTP id h9mr20821459wxa; Mon, 18 Sep 2006 13:01:06 -0700 (PDT) Received: from scorpio.seibercom.net ( [67.189.184.224]) by mx.gmail.com with ESMTP id h20sm522565wxd.2006.09.18.13.01.06; Mon, 18 Sep 2006 13:01:06 -0700 (PDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) by scorpio.seibercom.net (Postfix) with ESMTP id C5883C082 for ; Mon, 18 Sep 2006 16:01:03 -0400 (EDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) by scorpio.seibercom.net (Postfix) with ESMTP id 07AD4C05E for ; Mon, 18 Sep 2006 16:01:02 -0400 (EDT) Received: from localhost (localhost [[UNIX: localhost]]) by scorpio.seibercom.net (8.13.6/8.13.6/Submit) id k8IK10X4034515 for freebsd-questions@freebsd.org; Mon, 18 Sep 2006 16:01:00 -0400 (EDT) (envelope-from gerard@seibercom.net) From: Gerard Seibert Organization: Seibercom.net To: freebsd-questions@freebsd.org Date: Mon, 18 Sep 2006 16:00:49 -0400 User-Agent: KMail/1.9.3 References: <20060918021548.59DB41BF287@ws1-1.us4.outblaze.com> <450E3534.6080403@infracaninophile.co.uk> <450EF160.3020708@hdk5.com> In-Reply-To: <450EF160.3020708@hdk5.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09RnSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1358681.umnPvis5ch"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200609181600.59834.gerard@seibercom.net> X-Virus-Scanned: ClamAV using ClamSMTP 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 Reply-To: gerard@seibercom.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 20:01:19 -0000 --nextPart1358681.umnPvis5ch Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +On Monday 18 September 2006 15:20, admin@hdk5.com wrote: > Your help is very much appreciated.. I've been using Free BSD since 2. > (something) but this is the first time I have had to build a mail server. IMHO, you would be better off using Postfix. Setting up sasl/TLS is a breez= e=20 compared to sendmail. Just my 2=A2. =2D-=20 Gerard --nextPart1358681.umnPvis5ch Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFDvr7s3R1WQUU6lgRAuR4AKCjKXTTVlcQ9MqMNd6RlU8mK3BlXwCgzBbM PRwa2JRSJrJ8SlyrutIThEY= =nwIR -----END PGP SIGNATURE----- --nextPart1358681.umnPvis5ch-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 20:06: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 76C5416A412 for ; Mon, 18 Sep 2006 20:06:52 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF5D243D76 for ; Mon, 18 Sep 2006 20:06:49 +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 k8IK5rpm014372; Mon, 18 Sep 2006 16:05:53 -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 k8IK5rOi014371; Mon, 18 Sep 2006 16:05:53 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 18 Sep 2006 16:05:53 -0400 From: Jerry McAllister To: Gerard Seibert Message-ID: <20060918200553.GA14340@gizmo.acns.msu.edu> References: <20060918021548.59DB41BF287@ws1-1.us4.outblaze.com> <450E3534.6080403@infracaninophile.co.uk> <450EF160.3020708@hdk5.com> <200609181600.59834.gerard@seibercom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609181600.59834.gerard@seibercom.net> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org 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 20:06:52 -0000 On Mon, Sep 18, 2006 at 04:00:49PM -0400, Gerard Seibert wrote: > +On Monday 18 September 2006 15:20, admin@hdk5.com wrote: > > > Your help is very much appreciated.. I've been using Free BSD since 2. > > (something) but this is the first time I have had to build a mail server. > > IMHO, you would be better off using Postfix. Setting up sasl/TLS is a breeze > compared to sendmail. Setting up sendmail was pretty easy. I just had to put sendmail_enable="YES" in /etc/rc.conf Maybe there is a DNS or firewall issue involved. ////jerry > > Just my 2?. > > -- > Gerard From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 20:07: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 1AA1E16A403 for ; Mon, 18 Sep 2006 20:07:53 +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 6704143D62 for ; Mon, 18 Sep 2006 20:07:42 +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 BADDF58925 for ; Mon, 18 Sep 2006 16:07:35 -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 4D7E02C44DB for ; Mon, 18 Sep 2006 16:07:33 -0400 (EDT) From: Bob Organization: TamaraB To: freebsd-questions@freebsd.org Date: Mon, 18 Sep 2006 16:07:05 -0400 User-Agent: KMail/1.9.1 References: <20060918175105.2337.qmail@web83109.mail.mud.yahoo.com> In-Reply-To: <20060918175105.2337.qmail@web83109.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: <200609181607.06934.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 20:07:53 -0000 On Monday 18 September 2006 13:51, backyard wrote: > By call-back mode do you mean log into the system via > network and have it call your local system for > administration No.... modems like the US Robotics V.Everything can be programmed with a call-back feature. You dial up the modem, it askes you for a password, you supply the password, and it then hangs up on you, picks up the line, and calls back a configured phone number. You program the modem to call YOU back on a number which has a modem connected, and waiting for an inbound data call..... your modem answers, and you are connected. You then negotiate access to the server (name/passwd) over the serial link. If the remote is connected to the the target serial port consol, you have a pretty hack-proof (nothing is really hack-proof) console access. The modem will only call a pre-set number, so even if someone got your password, the modem would only call you, not the hacker. Bob From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 20:11:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39B1116A412 for ; Mon, 18 Sep 2006 20:11:42 +0000 (UTC) (envelope-from chobbs@siloamsprings.com) Received: from [24.248.215.40] (cityhall.siloamsprings.com [24.248.215.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F70A43D73 for ; Mon, 18 Sep 2006 20:11:27 +0000 (GMT) (envelope-from chobbs@siloamsprings.com) Received: from no.name.available by [24.248.215.40] via smtpd (for mx1.freebsd.org [216.136.204.125]) with ESMTP; Mon, 18 Sep 2006 15:07:55 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by athome.siloamsprings.com (Postfix) with ESMTP id 24441694083; Mon, 18 Sep 2006 15:12:20 -0500 (CDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by athome.siloamsprings.com (Postfix) with ESMTP id 14245694084; Mon, 18 Sep 2006 15:12:20 -0500 (CDT) Received: from athome.siloamsprings.com ([127.0.0.1]) by localhost (athome.siloamsprings.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07973-06; Mon, 18 Sep 2006 15:12:13 -0500 (CDT) Received: from [10.5.2.1] (unknown [10.5.2.1]) by athome.siloamsprings.com (Postfix) with ESMTP id 75CF9694083; Mon, 18 Sep 2006 15:12:13 -0500 (CDT) Received: from no.name.available by [10.5.2.1] via smtpd (for athome.siloamsprings.com [10.5.2.3]) with ESMTP; Mon, 18 Sep 2006 15:07:47 -0500 Message-ID: <450EFD74.8040707@siloamsprings.com> Date: Mon, 18 Sep 2006 15:11:32 -0500 From: "Christopher M. Hobbs" User-Agent: Thunderbird 1.5.0.4 (X11/20060731) MIME-Version: 1.0 To: perryh@pluto.rain.com X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at siloamsprings.com Cc: freebsd-questions@freebsd.org Subject: RE: FreeBSD as a kiosk system for reading/writing e-mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 20:11:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Why not set up a webmail interface, and lock down your favorite web browser as a kiosk? I've set up several kiosks using firefox and R-kiosk on top of FreeBSD for patrons at a local library. They have access to browse web pages and nothing more. You could even go so far as to edit the hosts file, use a proxy, or put them behind a firewall to restrict what sites they can visit (i.e. your webmail interface). cmh - -- Christopher M. Hobbs IS Technician, City of Siloam Springs chobbs@siloamsprings.com, (479).524.5136 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFDv105D6v/aN2SK8RAt/6AKClgJBFEEzNrpQh5GSOrK2E8eNVIwCg6G80 xfh4t7Ml55YHVci8ILK0h24= =gX2+ -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 20:18: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 23ADF16A53E for ; Mon, 18 Sep 2006 20:18:29 +0000 (UTC) (envelope-from doug@safeport.com) Received: from pemaquid.safeport.com (pemaquid.safeport.com [209.31.154.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB05743D83 for ; Mon, 18 Sep 2006 20:18:28 +0000 (GMT) (envelope-from doug@safeport.com) Received: from localhost (localhost [127.0.0.1]) by pemaquid.safeport.com (8.13.4/8.12.11) with ESMTP id k8IKINbg053872; Mon, 18 Sep 2006 16:18:23 -0400 (EDT) (envelope-from doug@safeport.com) Date: Mon, 18 Sep 2006 16:18:23 -0400 (EDT) From: doug@safeport.com To: Jonathan Chen In-Reply-To: <20060918192725.GA3262@osiris.chen.org.nz> Message-ID: <20060918154854.J52267@pemaquid.safeport.com> References: <20060918151000.K47377@pemaquid.safeport.com> <20060918192725.GA3262@osiris.chen.org.nz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@FreeBSD.ORG Subject: Re: imap-uw question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 20:18:29 -0000 On Tue, 19 Sep 2006, Jonathan Chen wrote: > On Mon, Sep 18, 2006 at 03:16:26PM -0400, doug@safeport.com wrote: > > Has anyone configure imap-uw to accept plaintext passwords? The options listed > > in the doumentation do not work. I have tried various combinations of > > PASSWDTYPE, SSLTYPE, and WITH_SSL_AND_PLAINTEXT with no success. > > > > Or is there a better imap/pop daemon to use? Thanks for any help. > > You have to make sure that BOTH mail/imap-uw and mail/cclient have > been compiled with "-DWITH_SSL_AND_PLAINTEXT". > > Cheers. > -- > Jonathan Chen > ---------------------------------------------------------------------- > Power corrupts, Absolute Power is pretty neat > That (eventually) did it - thanks. From reading the UW docs, I had tried: make WITH_SSL_AND_PLAINTEXT=yes which looked liked reading the make file do the right thing. What's the difference or where can I read about it? I other confusion came from having to restart inetd. I would have thought that was not necessary. Thanks for all the subbestions the others are topics for a new thread after I RTFM some to get a bit smarter. _____ Douglas Denault http://www.safeport.com doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 20:25:48 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C75CF16A417 for ; Mon, 18 Sep 2006 20:25:48 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from S3.cableone.net (s3.cableone.net [24.116.0.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C5743D62 for ; Mon, 18 Sep 2006 20:25:39 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from [192.168.15.2] (unverified [24.117.124.174]) by S3.cableone.net (CableOne SMTP Service S3) with ESMTP id 74907906 for ; Mon, 18 Sep 2006 13:25:35 -0700 Message-ID: <450F00C6.1060805@averageadmins.com> Date: Mon, 18 Sep 2006 15:25:42 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: questions@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------060401070906020409030504" X-IP-stats: Incoming Last 3, First 25, in=10, out=0, spam=0 X-External-IP: 24.117.124.174 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: Subject: Dell PE850 and FreeBSD 6.1-RELEASE - Boot 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: Mon, 18 Sep 2006 20:25:48 -0000 This is a multi-part message in MIME format. --------------060401070906020409030504 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with some booting issues. I have searched the archives and found someone having a problem with the machine "booting too fast" but my problem is a little different. My machine hangs up after the following line is displayed during boot: acd0: CDROM at ata0-master UDMA33 I have to poke the machine in the eye to get it back. The keyboard and everything locks up at that point. The only way I can get the machine to boot up successfully is to use option 5 from the boot menu, Verbose Logging. Is there a way around this? I know this is ghetto but just being able to make the machine use that boot menu option as the default would work fine I believe. It would ultimately be nice to not have this issue on boot but the verbose logging option seems to boot fine so that would work for the interim. I am attaching my dmesg output from the verbose boot. I can't seem to get anything in messages or dmesg from one of the failed boot attempts. Any help is greatly appreciated. If more information is required to troubleshoot this further, please let me know. Sincerely, Jeff Cross http://www.averageadmins.com/ --------------060401070906020409030504 Content-Type: text/plain; name="dmesg.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.txt" embedded 0 31 B 0x62 3 4 5 6 10 11 14 15 embedded 0 31 C 0x68 3 4 5 6 10 11 14 15 embedded 0 31 D 0x63 3 4 5 6 10 11 14 15 embedded 5 0 A 0x60 3 4 5 6 10 11 14 15 embedded 5 0 B 0x61 3 4 5 6 10 11 14 15 embedded 5 0 C 0x62 3 4 5 6 10 11 14 15 embedded 5 0 D 0x63 3 4 5 6 10 11 14 15 embedded 6 0 A 0x61 3 4 5 6 10 11 14 15 embedded 6 0 B 0x62 3 4 5 6 10 11 14 15 embedded 6 0 C 0x63 3 4 5 6 10 11 14 15 embedded 6 0 D 0x60 3 4 5 6 10 11 14 15 slot 1 3 2 A 0x63 3 4 5 6 10 11 14 15 slot 1 3 2 B 0x62 3 4 5 6 10 11 14 15 slot 1 3 2 C 0x61 3 4 5 6 10 11 14 15 slot 1 3 2 D 0x60 3 4 5 6 10 11 14 15 slot 2 1 0 A 0x60 3 4 5 6 10 11 14 15 slot 2 1 0 B 0x61 3 4 5 6 10 11 14 15 slot 2 1 0 C 0x62 3 4 5 6 10 11 14 15 slot 2 1 0 D 0x63 3 4 5 6 10 11 14 15 embedded 7 5 A 0x63 3 4 5 6 10 11 14 15 AcpiOsDerivePciId: bus 0 dev 31 func 0 AcpiOsDerivePciId: bus 0 dev 31 func 0 acpi0: Power Button (fixed) pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 9 10 11 12 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 9 10 11 12 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 9 10 11 12 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 9 10 11 12 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 12 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 12 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 3 N 0 3 4 5 6 7 9 10 11 12 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 3 N 0 3 4 5 6 7 9 10 11 12 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 pci_link4: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 12 pci_link4: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 9 10 11 12 pci_link4: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 pci_link5: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 9 10 11 12 pci_link5: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 9 10 11 12 pci_link5: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 pci_link6: Links after initial probe: Index IRQ Rtd Ref IRQs 0 6 N 0 3 4 5 6 7 9 10 11 12 pci_link6: Links after initial validation: Index IRQ Rtd Ref IRQs 0 6 N 0 3 4 5 6 7 9 10 11 12 pci_link6: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 pci_link7: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 pci_link7: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 pci_link7: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 9 10 11 12 ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 cpu1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x8086, dev=0x2778, revid=0x00 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2779, revid=0x00 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0047, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x27d0, revid=0x01 bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x27e0, revid=0x01 bus=0, slot=28, func=4 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0047, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) intpin=b, irq=255 found-> vendor=0x8086, dev=0x27e2, revid=0x01 bus=0, slot=28, func=5 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0047, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) intpin=c, irq=255 found-> vendor=0x8086, dev=0x27c8, revid=0x01 bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[20]: type 4, range 32, base 0000bce0, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 20 found-> vendor=0x8086, dev=0x27c9, revid=0x01 bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 map[20]: type 4, range 32, base 0000bcc0, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 21 found-> vendor=0x8086, dev=0x27ca, revid=0x01 bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=6 map[20]: type 4, range 32, base 0000bca0, size 5, enabled pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 22 found-> vendor=0x8086, dev=0x27cc, revid=0x01 bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base dff00400, size 10, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 20 found-> vendor=0x8086, dev=0x244e, revid=0xe1 bus=0, slot=30, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x27b8, revid=0x01 bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0147, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x27df, revid=0x01 bus=0, slot=31, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0288, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 map[20]: type 4, range 32, base 0000fc00, size 4, enabled found-> vendor=0x8086, dev=0x27c0, revid=0x01 bus=0, slot=31, func=2 class=01-01-8f, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 0000bc98, size 3, enabled map[14]: type 4, range 32, base 0000bc90, size 2, enabled map[18]: type 4, range 32, base 0000bc80, size 3, enabled map[1c]: type 4, range 32, base 0000bc78, size 2, enabled map[20]: type 4, range 32, base 0000bc60, size 4, enabled map[24]: type 1, range 32, base dff00000, size 10, enabled pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 20 found-> vendor=0x8086, dev=0x27da, revid=0x01 bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=255 map[20]: type 4, range 32, base 000008c0, size 5, enabled pcib1: at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0xfff00000-0xfffff pcib1: prefetched decode 0xfff00000-0xfffff pci1: on pcib1 pci1: physical bus=1 pcib2: at device 28.0 on pci0 pcib2: secondary bus 2 pcib2: subordinate bus 4 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xdfb00000-0xdfefffff pcib2: prefetched decode 0xc8000000-0xd7ffffff pci2: on pcib2 pci2: physical bus=2 found-> vendor=0x8086, dev=0x032c, revid=0x09 bus=2, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns) pcib3: at device 0.0 on pci2 pcib3: secondary bus 3 pcib3: subordinate bus 4 pcib3: I/O decode 0xe000-0xefff pcib3: memory decode 0xdfc00000-0xdfefffff pcib3: prefetched decode 0xc8000000-0xd7ffffff pci3: on pcib3 pci3: physical bus=3 found-> vendor=0x3388, dev=0x0022, revid=0x04 bus=3, slot=2, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns) pcib4: at device 2.0 on pci3 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: I/O decode 0xe000-0xefff pcib4: memory decode 0xdfd00000-0xdfefffff pcib4: prefetched decode 0xc8000000-0xd7ffffff pci4: on pcib4 pci4: physical bus=4 found-> vendor=0x1002, dev=0x5159, revid=0x00 bus=4, slot=2, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x01a7, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 3, range 32, base d0000000, size 27, enabled pcib4: (null) requested memory range 0xd0000000-0xd7ffffff: good pcib3: (null) requested memory range 0xd0000000-0xd7ffffff: good pcib2: (null) requested memory range 0xd0000000-0xd7ffffff: good map[14]: type 4, range 32, base 0000ec00, size 8, enabled pcib4: (null) requested I/O range 0xec00-0xecff: in range pcib3: (null) requested I/O range 0xec00-0xecff: in range pcib2: (null) requested I/O range 0xec00-0xecff: in range map[18]: type 1, range 32, base dfdf0000, size 16, enabled pcib4: (null) requested memory range 0xdfdf0000-0xdfdfffff: good pcib3: (null) requested memory range 0xdfdf0000-0xdfdfffff: good pcib2: (null) requested memory range 0xdfdf0000-0xdfdfffff: good pcib3: matched entry for 3.2.INTC pcib3: slot 2 INTC hardwired to IRQ 33 pcib4: slot 2 INTA is routed to irq 33 found-> vendor=0x1028, dev=0x0010, revid=0x00 bus=4, slot=4, func=0 class=ff-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=3 powerspec 2 supports D0 D3 current D0 map[10]: type 3, range 32, base cffff000, size 12, enabled pcib4: (null) requested memory range 0xcffff000-0xcfffffff: good pcib3: (null) requested memory range 0xcffff000-0xcfffffff: good pcib2: (null) requested memory range 0xcffff000-0xcfffffff: good map[14]: type 4, range 32, base 0000e8f8, size 3, enabled pcib4: (null) requested I/O range 0xe8f8-0xe8ff: in range pcib3: (null) requested I/O range 0xe8f8-0xe8ff: in range pcib2: (null) requested I/O range 0xe8f8-0xe8ff: in range map[18]: type 4, range 32, base 0000e8e8, size 3, enabled pcib4: (null) requested I/O range 0xe8e8-0xe8ef: in range pcib3: (null) requested I/O range 0xe8e8-0xe8ef: in range pcib2: (null) requested I/O range 0xe8e8-0xe8ef: in range pcib3: matched entry for 3.2.INTA pcib3: slot 2 INTA hardwired to IRQ 35 pcib4: slot 4 INTA is routed to irq 35 found-> vendor=0x1028, dev=0x0012, revid=0x00 bus=4, slot=4, func=1 class=ff-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0103, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base dfdef000, size 12, enabled pcib4: (null) requested memory range 0xdfdef000-0xdfdeffff: good pcib3: (null) requested memory range 0xdfdef000-0xdfdeffff: good pcib2: (null) requested memory range 0xdfdef000-0xdfdeffff: good map[14]: type 4, range 32, base 0000e880, size 6, enabled pcib4: (null) requested I/O range 0xe880-0xe8bf: in range pcib3: (null) requested I/O range 0xe880-0xe8bf: in range pcib2: (null) requested I/O range 0xe880-0xe8bf: in range map[18]: type 3, range 32, base cff00000, size 19, enabled pcib4: (null) requested memory range 0xcff00000-0xcff7ffff: good pcib3: (null) requested memory range 0xcff00000-0xcff7ffff: good pcib2: (null) requested memory range 0xcff00000-0xcff7ffff: good pcib3: matched entry for 3.2.INTB pcib3: slot 2 INTB hardwired to IRQ 34 pcib4: slot 4 INTB is routed to irq 34 found-> vendor=0x1028, dev=0x0014, revid=0x00 bus=4, slot=4, func=2 class=ff-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0103, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D3 current D0 found-> vendor=0x1095, dev=0x0680, revid=0x02 bus=4, slot=7, func=0 class=01-01-85, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0290, cachelnsz=1 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 4, range 32, base 0000e8f0, size 3, enabled pcib4: (null) requested I/O range 0xe8f0-0xe8f7: in range pcib3: (null) requested I/O range 0xe8f0-0xe8f7: in range pcib2: (null) requested I/O range 0xe8f0-0xe8f7: in range map[14]: type 4, range 32, base 0000e8e4, size 2, enabled pcib4: (null) requested I/O range 0xe8e4-0xe8e7: in range pcib3: (null) requested I/O range 0xe8e4-0xe8e7: in range pcib2: (null) requested I/O range 0xe8e4-0xe8e7: in range map[18]: type 4, range 32, base 0000e8d8, size 3, enabled pcib4: (null) requested I/O range 0xe8d8-0xe8df: in range pcib3: (null) requested I/O range 0xe8d8-0xe8df: in range pcib2: (null) requested I/O range 0xe8d8-0xe8df: in range map[1c]: type 4, range 32, base 0000e8d0, size 2, enabled pcib4: (null) requested I/O range 0xe8d0-0xe8d3: in range pcib3: (null) requested I/O range 0xe8d0-0xe8d3: in range pcib2: (null) requested I/O range 0xe8d0-0xe8d3: in range map[20]: type 4, range 32, base 0000e870, size 4, enabled pcib4: (null) requested I/O range 0xe870-0xe87f: in range pcib3: (null) requested I/O range 0xe870-0xe87f: in range pcib2: (null) requested I/O range 0xe870-0xe87f: in range map[24]: type 1, range 32, base dfdeec00, size 8, enabled pcib4: (null) requested memory range 0xdfdeec00-0xdfdeecff: good pcib3: (null) requested memory range 0xdfdeec00-0xdfdeecff: good pcib2: (null) requested memory range 0xdfdeec00-0xdfdeecff: good pcib3: matched entry for 3.2.INTD pcib3: slot 2 INTD hardwired to IRQ 32 pcib4: slot 7 INTA is routed to irq 32 pci4: at device 2.0 (no driver attached) pci4: at device 4.0 (no driver attached) pci4: at device 4.1 (no driver attached) pci4: at device 4.2 (no driver attached) atapci0: port 0xe8f0-0xe8f7,0xe8e4-0xe8e7,0xe8d8-0xe8df,0xe8d0-0xe8d3,0xe870-0xe87f mem 0xdfdeec00-0xdfdeecff irq 32 at device 7.0 on pci4 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xe870 ioapic1: routing intpin 0 (PCI IRQ 32) to vector 49 atapci0: [MPSAFE] atapci0: Reserved 0x100 bytes for rid 0x24 type 3 at 0xdfdeec00 ata2: on atapci0 ata2: reset tp1 mask=03 ostat0=40 ostat1=40 ata2: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata2: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata2: reset tp2 stat0=00 stat1=00 devices=0xc ata2: [MPSAFE] ata3: on atapci0 ata3: reset tp1 mask=03 ostat0=7f ostat1=7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: stat1=0x7f err=0x7f lsb=0x7f msb=0x7f ata3: reset tp2 stat0=ff stat1=ff devices=0x0 ata3: [MPSAFE] pcib5: at device 28.4 on pci0 pcib5: secondary bus 5 pcib5: subordinate bus 5 pcib5: I/O decode 0xd000-0xdfff pcib5: memory decode 0xdf900000-0xdfafffff pcib5: prefetched decode 0xfff00000-0xfffff pci5: on pcib5 pci5: physical bus=5 found-> vendor=0x14e4, dev=0x1659, revid=0x11 bus=5, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type 1, range 64, base df9f0000, size 16, enabled pcib5: (null) requested memory range 0xdf9f0000-0xdf9fffff: good pcib5: matched entry for 5.0.INTA pcib5: slot 0 INTA hardwired to IRQ 16 bge0: mem 0xdf9f0000-0xdf9fffff irq 16 at device 0.0 on pci5 bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xdf9f0000 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: bpf attached bge0: Ethernet address: 00:15:c5:e1:1b:65 ioapic0: routing intpin 16 (PCI IRQ 16) to vector 50 bge0: [MPSAFE] pcib6: at device 28.5 on pci0 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: I/O decode 0xc000-0xcfff pcib6: memory decode 0xdf700000-0xdf8fffff pcib6: prefetched decode 0xfff00000-0xfffff pci6: on pcib6 pci6: physical bus=6 found-> vendor=0x14e4, dev=0x1659, revid=0x11 bus=6, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type 1, range 64, base df7f0000, size 16, enabled pcib6: (null) requested memory range 0xdf7f0000-0xdf7fffff: good pcib6: matched entry for 6.0.INTA pcib6: slot 0 INTA hardwired to IRQ 17 bge1: mem 0xdf7f0000-0xdf7fffff irq 17 at device 0.0 on pci6 bge1: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xdf7f0000 miibus1: on bge1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: bpf attached bge1: Ethernet address: 00:15:c5:e1:1b:66 ioapic0: routing intpin 17 (PCI IRQ 17) to vector 51 bge1: [MPSAFE] uhci0: port 0xbce0-0xbcff irq 20 at device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbce0 ioapic0: routing intpin 20 (PCI IRQ 20) to vector 52 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xbcc0-0xbcdf irq 21 at device 29.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbcc0 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 53 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xbca0-0xbcbf irq 22 at device 29.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbca0 ioapic0: routing intpin 22 (PCI IRQ 22) to vector 54 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xdff00400-0xdff007ff irq 20 at device 29.7 on pci0 ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xdff00400 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: wrong number of companions (7 != 3) usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered pcib7: at device 30.0 on pci0 pcib7: secondary bus 7 pcib7: subordinate bus 7 pcib7: I/O decode 0xf000-0xfff pcib7: memory decode 0xfff00000-0xfffff pcib7: prefetched decode 0xfff00000-0xfffff pcib7: Subtractively decoded bridge. pci7: on pcib7 pci7: physical bus=7 isab0: at device 31.0 on pci0 isa0: on isab0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xfc00 ata0: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci1: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=00 ostat1=00 ata0: stat0=0x80 err=0x80 lsb=0x80 msb=0x80 ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=00 stat1=00 devices=0x4 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 55 ata0: [MPSAFE] ata1: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci1: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ioapic0: routing intpin 15 (ISA IRQ 15) to vector 56 ata1: [MPSAFE] atapci2: port 0xbc98-0xbc9f,0xbc90-0xbc93,0xbc80-0xbc87,0xbc78-0xbc7b,0xbc60-0xbc6f mem 0xdff00000-0xdff003ff irq 20 at device 31.2 on pci0 atapci2: Reserved 0x10 bytes for rid 0x20 type 4 at 0xbc60 atapci2: [MPSAFE] atapci2: Reserved 0x400 bytes for rid 0x24 type 3 at 0xdff00000 ata4: on atapci2 atapci2: Reserved 0x8 bytes for rid 0x10 type 4 at 0xbc98 atapci2: Reserved 0x4 bytes for rid 0x14 type 4 at 0xbc90 ata4: reset tp1 mask=03 ostat0=50 ostat1=00 ata4: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata4: stat1=0x00 err=0x01 lsb=0x00 msb=0x00 ata4: reset tp2 stat0=50 stat1=00 devices=0x1 ata4: [MPSAFE] ata5: on atapci2 atapci2: Reserved 0x8 bytes for rid 0x18 type 4 at 0xbc80 atapci2: Reserved 0x4 bytes for rid 0x1c type 4 at 0xbc78 ata5: reset tp1 mask=03 ostat0=50 ostat1=00 ata5: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata5: stat1=0x00 err=0x01 lsb=0x00 msb=0x00 ata5: reset tp2 stat0=50 stat1=00 devices=0x1 ata5: [MPSAFE] pci0: at device 31.3 (no driver attached) fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 sio0: irq maps: 0x4c69 0x4c79 0x4c69 0x4c69 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ioapic0: routing intpin 4 (ISA IRQ 4) to vector 57 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 ex_isa_identify() ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff ahc_isa_probe 0: ioport 0xc00 alloc failed ahc_isa_probe 11: ioport 0xbc00 alloc failed ahc_isa_probe 14: ioport 0xec00 alloc failed sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcafff,0xcb000-0xcbfff,0xec000-0xeffff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 kbd0: atkbd0, generic (0), config:0x0, flags:0x3f0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 58 atkbd0: [GIANT-LOCKED] psm0: current command byte:0045 psm0: failed to reset the aux device. bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) ppc0: parallel port not found. ppc0: failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0x4c69 0x4c69 0x4c69 0x4c69 sio1: probe failed test(s): 0 1 2 4 6 7 9 sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices ukbd0: Dell DRAC4, rev 1.10/0.00, addr 2, iclass 3/1 kbd2 at ukbd0 kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000 ums0: Dell DRAC4, rev 1.10/0.00, addr 2, iclass 3/1 ums0: X report 0x0002 not supported device_attach: ums0 attach returned 6 uhub4: Dell Dell USB Keyboard Hub, class 9/0, rev 1.10/2.00, addr 2 uhub4: 3 ports with 2 removable, bus powered ukbd1: Dell Dell USB Keyboard Hub, rev 1.10/2.00, addr 3, iclass 3/1 kbd3 at ukbd1 kbd3: ukbd1, generic (0), config:0x0, flags:0x3d0000 uhid0: Dell Dell USB Keyboard Hub, rev 1.10/2.00, addr 3, iclass 3/1 Device configuration finished. Reducing kern.maxvnodes 134355 -> 100000 procfs registered lapic: Divisor 2, Frequency 100003816 hz Timecounter "TSC" frequency 2800117243 Hz quality -100 Timecounters tick every 1.000 msec lo0: bpf attached rr232x: no controller detected. ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire acd0: setting PIO4 on ICH7 chip acd0: setting UDMA33 on ICH7 chip acd0: CDROM drive at ata0 as master acd0: read 4134KB/s (4134KB/s), 256KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, packet acd0: Writes: acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc ata2-slave: pio=PIO3 wdma=UNSUPPORTED udma=UNSUPPORTED cable=40 wire ata2-master: pio=PIO3 wdma=UNSUPPORTED udma=UNSUPPORTED cable=40 wire afd0: setting PIO3 on SiI 0680 chip device_attach: afd0 attach returned 6 acd1: setting PIO3 on SiI 0680 chip acd1: CDROM drive at ata2 as slave acd1: PIO3 acd1: Reads: acd1: Writes: acd1: Mechanism: caddy acd1: Medium: CD-ROM unknown ata4-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad8: 476940MB at ata4-master SATA150 ad8: 976773168 sectors [969021C/16H/63S] 16 sectors/interrupt 1 depth queue ad8: Intel check1 failed ad8: Adaptec check1 failed ad8: LSI (v3) check1 failed ad8: LSI (v2) check1 failed ad8: FreeBSD check1 failed ata5-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad10: 476940MB at ata5-master SATA150 ad10: 976773168 sectors [969021C/16H/63S] 16 sectors/interrupt 1 depth queue ad10: Intel check1 failed ad10: Adaptec check1 failed ad10: LSI (v3) check1 failed ad10: LSI (v2) check1 failed ad10: FreeBSD check1 failed ATA PseudoRAID loaded SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 INTR: Assigning IRQ 1 to local APIC 0 ioapic0: Assigning ISA IRQ 1 to local APIC 0 INTR: Assigning IRQ 4 to local APIC 1 ioapic0: Assigning ISA IRQ 4 to local APIC 1 INTR: Assigning IRQ 9 to local APIC 0 ioapic0: Assigning ISA IRQ 9 to local APIC 0 INTR: Assigning IRQ 14 to local APIC 1 ioapic0: Assigning ISA IRQ 14 to local APIC 1 INTR: Assigning IRQ 15 to local APIC 0 ioapic0: Assigning ISA IRQ 15 to local APIC 0 INTR: Assigning IRQ 16 to local APIC 1 ioapic0: Assigning PCI IRQ 16 to local APIC 1 INTR: Assigning IRQ 17 to local APIC 0 ioapic0: Assigning PCI IRQ 17 to local APIC 0 INTR: Assigning IRQ 20 to local APIC 1 ioapic0: Assigning PCI IRQ 20 to local APIC 1 INTR: Assigning IRQ 21 to local APIC 0 ioapic0: Assigning PCI IRQ 21 to local APIC 0 INTR: Assigning IRQ 22 to local APIC 1 ioapic0: Assigning PCI IRQ 22 to local APIC 1 INTR: Assigning IRQ 32 to local APIC 0 ioapic1: Assigning PCI IRQ 32 to local APIC 0 GEOM: new disk ad8 GEOM: new disk ad10 Trying to mount root from ufs:/dev/ad8s1a start_init: trying /sbin/init bge0: link UP bge0: link state changed to UP --------------060401070906020409030504-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 20:45:23 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2264516A407 for ; Mon, 18 Sep 2006 20:45:23 +0000 (UTC) (envelope-from adam@fsl.cs.sunysb.edu) Received: from mail.ic.sunysb.edu (mail.ic.sunysb.edu [129.49.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E4843D53 for ; Mon, 18 Sep 2006 20:45:19 +0000 (GMT) (envelope-from adam@fsl.cs.sunysb.edu) Received: from postal.ic.sunysb.edu (mail [129.49.1.4]) by mail.ic.sunysb.edu (8.13.8/8.13.8) with SMTP id k8IKjAP2020633; Mon, 18 Sep 2006 16:45:15 -0400 (EDT) Received: from smtp.ic.sunysb.edu ([129.49.1.24]) by postal.ic.sunysb.edu (SMSSMTP 4.1.14.46) with SMTP id M2006091816451523906 ; Mon, 18 Sep 2006 16:45:15 -0400 Received: from [130.245.126.51] (thrymr.fsl.cs.sunysb.edu [130.245.126.51]) by smtp.ic.sunysb.edu (8.13.8/8.13.8) with ESMTP id k8IKjE8U020700; Mon, 18 Sep 2006 16:45:15 -0400 (EDT) In-Reply-To: <450F00C6.1060805@averageadmins.com> References: <450F00C6.1060805@averageadmins.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Adam Martin Date: Mon, 18 Sep 2006 16:45:14 -0400 To: Jeff Cross X-Mailer: Apple Mail (2.624) Cc: questions@freebsd.org Subject: Re: Dell PE850 and FreeBSD 6.1-RELEASE - Boot 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: Mon, 18 Sep 2006 20:45:23 -0000 On 2006 Sep 18 , at 16:25, Jeff Cross wrote: > I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with > some > booting issues. I have searched the archives and found someone having > a > problem with the machine "booting too fast" but my problem is a little > different. My machine hangs up after the following line is displayed > during boot: > > acd0: CDROM at ata0-master UDMA33 > > I have to poke the machine in the eye to get it back. The keyboard and > everything locks up at that point. The only way I can get the machine > to boot up successfully is to use option 5 from the boot menu, Verbose > Logging. > > Is there a way around this? I know this is ghetto but just being able > to make the machine use that boot menu option as the default would work > fine I believe. It would ultimately be nice to not have this issue on > boot but the verbose logging option seems to boot fine so that would > work for the interim. > > I am attaching my dmesg output from the verbose boot. I can't seem to > get anything in messages or dmesg from one of the failed boot attempts. I do not know what's causing this, but for the meantime, if you edit /boot/defaults/loader.conf and copy the line that reads: verbose_loading="NO" Paste this line into /boot/loader.conf, (or /boot/loader.conf.local, depending upon your setup...) and change NO to YES. This will force verbose loading, always. I don't know if this will do everything IDENTICAL to boot option 5, however, when looking at the Forth code for it, it appears that it will, on first glance (but I'm a bit rusty on that...) > Any help is greatly appreciated. If more information is required to > troubleshoot this further, please let me know. Good luck. I hope that people still read this thread, to help diagnose your dmesg, and find your problem. This is really just a temporary fix. [dmesg trimmed for brevity] Cheers, -- ADAM David Alan Martin -- Adam David Alan Martin From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 20:51: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 940FF16A412 for ; Mon, 18 Sep 2006 20:51:32 +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 1340643D70 for ; Mon, 18 Sep 2006 20:51:24 +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 k8IKpI1J062005 for ; Mon, 18 Sep 2006 15:51:18 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 18 Sep 2006 15:51:18 -0500 User-Agent: KMail/1.9.4 References: <20060917174427.2643.qmail@web34404.mail.mud.yahoo.com> <200609171604.50633.freebsd@dfwlp.com> In-Reply-To: <200609171604.50633.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609181551.18510.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: Mon, 18 Sep 2006 20:51:32 -0000 On Sunday 17 September 2006 16:04, Jonathan Horne wrote: > 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 the update for today is, that it is still going, but there has been quite a bit of delay while the ports stops on the knobs screen. each time i see one, i hit the 'ok', but this is causing the obvious delays. other than that, so far, no errors or halts. cheers, jonathan From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 21:04: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 EDA5316A40F for ; Mon, 18 Sep 2006 21:04:14 +0000 (UTC) (envelope-from adamartin@FreeBSD.org) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8051C43D70 for ; Mon, 18 Sep 2006 21:04:13 +0000 (GMT) (envelope-from adamartin@FreeBSD.org) Received: from [IPv6:::1] (ool-18be71d3.dyn.optonline.net [24.190.113.211]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTP id <0J5T005NW3NTA750@mta1.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Mon, 18 Sep 2006 16:59:54 -0400 (EDT) Date: Mon, 18 Sep 2006 16:58:20 -0400 From: Adam Martin In-reply-to: <20060918102608.GA92059@lothlorien.nagual.nl> To: dick hoogendijk Message-id: <6804ae5adf2d00bf922e7011fc26dffe@FreeBSD.org> MIME-version: 1.0 X-Mailer: Apple Mail (2.624) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT References: <20060918025110.A4C551BF287@ws1-1.us4.outblaze.com> <20060918102608.GA92059@lothlorien.nagual.nl> 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 21:04:15 -0000 On 2006 Sep 18 , at 06:26, dick hoogendijk wrote: > 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. Chainloader is still valid. However, it hands off control to the UFS boot blocks. (The spinning /|\- thing. If you press space during this, you get a simple interactive boot-loader, which lets you pick the next stage boot-loader.) The danger with chainloader on UFS systems (or other filesystems) with grub, is if you try to chainload the boot blocks of a filesystem that has GRUB embedded on it. In that case... you either recursively boot into grub... or worse, you get weirdnesses... and have to track down a boot disk. If you wish to chainload the boot-blocks, from grub, you're better off doing: root( hd0,0,a ) chainloader /boot/boot2 # I think it's boot2 -- boot1 is a first stage, and needs boot2 in fixed location. Also, doing the bootloading from the filesystem with GRUB still passes off control to the FreeBSD loader, anyhow, so GRUB isn't the last step in the process. There's a whole host of other fun tricks to use with the FreeBSD bootloader, grub, and more. I'd be happy to talk more about it, but I don't want to bore you. -- ADAM David Alan Martin -- Adam David Alan Martin From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 21:13: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 7015116A407 for ; Mon, 18 Sep 2006 21:13:07 +0000 (UTC) (envelope-from snagit@cbpratt.prohosting.com) Received: from n120.sc0.cp.net (smtpout1066.sc0.he.tucows.com [64.97.144.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 354A243D72 for ; Mon, 18 Sep 2006 21:13:06 +0000 (GMT) (envelope-from snagit@cbpratt.prohosting.com) Received: from [192.168.1.100] (67.47.213.85) by n120.sc0.cp.net (7.2.069.1) (authenticated as eagletree@hughes.net) id 450EC039000212DC for freebsd-questions@freebsd.org; Mon, 18 Sep 2006 21:13:06 +0000 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <36F4A97F-BD2A-4602-A87F-881F59EA72E4@cbpratt.prohosting.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freeBSD From: Chris Date: Mon, 18 Sep 2006 14:12:58 -0700 X-Mailer: Apple Mail (2.752.2) Subject: cvsup between levels, single user issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 21:13:07 -0000 I was going to attempt an in-place upgrade of a light load server running 5.3 to bring it to 6.1 RELEASE P6 (RELENG_6_1). I read in UPDATING that going between 5.x and 6.x requires single user mode which isn't an option on a remote machine (though I can stop sendmail, bind, popper etc manually but not that which keeps me on like sshd). I've not taken a machine to single user yet during my builds but have always had the box in my possession and on my private net when I've done that. I saw threads even today that left the issue somewhat up in the air. I still need to protect the machine. Would a doable jump be to move the machine to RELENG_5_5 remotely or would that most likely be unsuccessful without going single user? There is no exotic hardware on the box. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 21: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 4D33C16A407 for ; Mon, 18 Sep 2006 21:15:45 +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 01E6E43D6A for ; Mon, 18 Sep 2006 21:15:43 +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 k8ILF48f052191 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Sep 2006 14:15:04 -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 k8ILF4JM052190; Mon, 18 Sep 2006 14:15:04 -0700 (PDT) Received: by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA16447; Mon, 18 Sep 06 14:12:03 PDT Date: Mon, 18 Sep 06 14:12:03 PDT From: perryh@pluto.rain.com (Perry Hutchison) Message-Id: <10609182112.AA16447@pluto.rain.com> To: kris@obsecurity.org In-Reply-To: <20060918190639.GA6915@xor.obsecurity.org> References: <450E7091.1050409@locolomo.org> <20060918170221.GA4446@xor.obsecurity.org> <10609181854.AA15926@pluto.rain.com> <20060918190639.GA6915@xor.obsecurity.org> Cc: freebsd-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 21:15:45 -0000 > > Where would one find the list of problems already fixed -- hence > > not being tracked -- so as to know whether a given 6.1 problem > > needs to be pointed out? > > http://www.freebsd.org/cgi/query-pr-summary.cgi?query It looks as if the closest that comes is to produce a list of everything fixed or abandoned since 6.0 (by leaving Category, Severity, Priority, Class as Any; setting State to Closed and Release to 6.X only) -- over 7000 entries. I was hoping for something resembling what would be in RELNOTES.TXT if 6.2 were being released today. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 21:26:33 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F1816A407 for ; Mon, 18 Sep 2006 21:26:33 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [216.148.227.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D0DA43D45 for ; Mon, 18 Sep 2006 21:26:33 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (rwcrmhc13) with ESMTP id <20060918212632m1300cmdtke>; Mon, 18 Sep 2006 21:26:33 +0000 From: Josh Paetzel To: questions@freebsd.org Date: Mon, 18 Sep 2006 16:25:38 +0000 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609181625.38479.josh@tcbug.org> Cc: Subject: Veritas backup software X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 21:26:33 -0000 Just wondering if anyone has managed to make the Veritas Backup Exec client work on FBSD 6.x using linux emulation. I can get it to run but the server doesn't seem to be able to actually backup anything. -- Thanks, Josh Paetzel From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 21:28:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2026E16A49E for ; Mon, 18 Sep 2006 21:28:20 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A2F743D78 for ; Mon, 18 Sep 2006 21:28:12 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id D819EDA7C0E for ; Mon, 18 Sep 2006 16:57:58 -0400 (EDT) Received: from heartbeat1.internal ([10.202.2.160]) by frontend3.internal (MEProxy); Mon, 18 Sep 2006 16:58:00 -0400 X-Sasl-enc: bBkxpbzRq6GPGE1dCCqwAI6P+634FCmEVsDUjIy0kFKt 1158613080 Received: from [192.168.1.2] (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 11A446C18 for ; Mon, 18 Sep 2006 16:57:59 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Mon, 18 Sep 2006 21:57:54 +0100 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: <200609182157.55945.list-freebsd-2004@morbius.sent.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: Mon, 18 Sep 2006 21:28:20 -0000 On Sunday 17 September 2006 14: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. Most of those 500 entries will be installed as a side effect, of a much smaller number of leaf-ports (around 10% in my case). You've probably already done your move, but for future reference, or in case you run into problems, I would suggest this: 1. Run "portmanager -slid" to remove any unwanted leaf-ports (probably all the ones you dont remember installing) 2. run the following (which may take several minutes) to generate a list of the remaining leaves: portmanager -sl |awk '{ print $2 }' |egrep "^/[^/[:space:]]+/" > leafports 3 copy the leafports file to the new machine and run something like: cat leafports | xargs portmanager From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 21:39:42 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D181716A403 for ; Mon, 18 Sep 2006 21:39:42 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from S3.cableone.net (s3.cableone.net [24.116.0.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C7443D58 for ; Mon, 18 Sep 2006 21:39:42 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from [192.168.15.2] (unverified [24.117.124.174]) by S3.cableone.net (CableOne SMTP Service S3) with ESMTP id 74921469 for multiple; Mon, 18 Sep 2006 14:39:40 -0700 Message-ID: <450F1222.3080800@averageadmins.com> Date: Mon, 18 Sep 2006 16:39:46 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: Adam Martin References: <450F00C6.1060805@averageadmins.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 0, First 25, in=11, out=0, spam=0 X-External-IP: 24.117.124.174 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: questions@freebsd.org Subject: Re: Dell PE850 and FreeBSD 6.1-RELEASE - Boot 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: Mon, 18 Sep 2006 21:39:42 -0000 Adam Martin wrote: > > On 2006 Sep 18 , at 16:25, Jeff Cross wrote: > >> I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with some >> booting issues. I have searched the archives and found someone having a >> problem with the machine "booting too fast" but my problem is a little >> different. My machine hangs up after the following line is displayed >> during boot: >> >> acd0: CDROM at ata0-master UDMA33 >> >> I have to poke the machine in the eye to get it back. The keyboard and >> everything locks up at that point. The only way I can get the machine >> to boot up successfully is to use option 5 from the boot menu, Verbose >> Logging. >> >> Is there a way around this? I know this is ghetto but just being able >> to make the machine use that boot menu option as the default would work >> fine I believe. It would ultimately be nice to not have this issue on >> boot but the verbose logging option seems to boot fine so that would >> work for the interim. >> >> I am attaching my dmesg output from the verbose boot. I can't seem to >> get anything in messages or dmesg from one of the failed boot attempts. > > I do not know what's causing this, but for the meantime, if you edit > /boot/defaults/loader.conf and copy the line that reads: > > verbose_loading="NO" > > Paste this line into /boot/loader.conf, (or /boot/loader.conf.local, > depending upon your setup...) and change NO to YES. This will force > verbose loading, always. I don't know if this will do everything > IDENTICAL to boot option 5, however, when looking at the Forth code for > it, it appears that it will, on first glance (but I'm a bit rusty on > that...) > >> Any help is greatly appreciated. If more information is required to >> troubleshoot this further, please let me know. > > Good luck. I hope that people still read this thread, to help > diagnose your dmesg, and find your problem. This is really just a > temporary fix. > > > [dmesg trimmed for brevity] > > Cheers, > > -- > ADAM David Alan Martin > > > -- > Adam David Alan Martin > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > Thanks for the reply, Adam. I actually tried the verbose_logging="YES" in my /boot/loader.conf file prior to posting but it still hangs after the CD-ROM line for some reason. It appears the only way the machine will boot up properly is if I hit 5 on the boot menu. This obviously doesn't make remote reboots very "admin friendly"! Thanks again for your reply! Jeff Cross http://www.averageadmins.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 21:42: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 B87F816A407 for ; Mon, 18 Sep 2006 21:42:18 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BCD843D45 for ; Mon, 18 Sep 2006 21:42:17 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so3093688nfc for ; Mon, 18 Sep 2006 14:42:15 -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=W+YLiHJ8EKM4fLVpxe6YBOpEqgd2dNAtcq/CScAUbNpIl2iag+w5xdmxwFNG6uyXUL3+c3oP26ZqLhSdqVDI+JjVAdViOBtq21FNLMx2Gi3vhEYDGl8E8XRlrHOTKwqNfYFky7TJ6pHr6UaF6nA5R7m36aQIC6lUyhMwjekXKXs= Received: by 10.48.220.15 with SMTP id s15mr17535114nfg; Mon, 18 Sep 2006 14:42:15 -0700 (PDT) Received: by 10.48.230.11 with HTTP; Mon, 18 Sep 2006 14:42:13 -0700 (PDT) Message-ID: <54db43990609181442m45d0d4feh5410e8419d53e258@mail.gmail.com> Date: Mon, 18 Sep 2006 17:42:13 -0400 From: "Bob Johnson" To: justins In-Reply-To: <20060918210511.S30659@justnosweat.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060918210511.S30659@justnosweat.net> Cc: freebsd-questions@freebsd.org Subject: Re: spamassassin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 21:42:18 -0000 On 9/18/06, justins wrote: > > I`ve installed spamassassin rules on my sentmailserver and i am trying to > filter my mail in order to pick out some spam. > The spamd process is running only it doesn`t add anything to my mail > heather so procmail can`t forward it to the caughtspam folder. > spamd is the daemon version of spamassassin. It doesn't do anything unless something hands mail to it via its companion program, spamc (unless you want to roll your own interface program). It is intended to be used on high-volume servers that can't stand the overhead of starting a new spamassassin process for each email message. > How do i start spamassassin in order to filter my incomming mail. > Anyone..... That depends on your server. If it knows how to use spamd/spamc, then configure it according to its documentation. Otherwise, to filter an individual message in a file, use the spamassassin program (rather than spamd), e.g. "spamassassin /path/to/message/file". Or more likely you will want to pipe the message to spamassassin on stdin and get the marked-up message from stdout. If you need more detail than that, you probably should be looking at the documentation for your mail server or for spamassassin. Every server package seems to have a different way to do it. - Bob From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 21:53: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 DB35816A403 for ; Mon, 18 Sep 2006 21:53:24 +0000 (UTC) (envelope-from pigskin_referee@yahoo.com) Received: from web34415.mail.mud.yahoo.com (web34415.mail.mud.yahoo.com [66.163.178.164]) by mx1.FreeBSD.org (Postfix) with SMTP id 65EC343D49 for ; Mon, 18 Sep 2006 21:53:24 +0000 (GMT) (envelope-from pigskin_referee@yahoo.com) Received: (qmail 43068 invoked by uid 60001); 18 Sep 2006 21:53: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:In-Reply-To:MIME-Version:Content-Type; b=FQkPYN7n9nBDrSR0St3oWpBrtxFkyhD5PslWjXkovTIJmzvc18u4cxRN9wBx4Pv9qvfBgxb2lt4PLmw1heRPDc/PgvPPeImJq8wfe015FSubZutSzsrHwQXNADdkP//MhRqLj1PzTK9tDJVWTc1XaZtOmqdavPPhd9w//CPPxuA= ; Message-ID: <20060918215323.43066.qmail@web34415.mail.mud.yahoo.com> Received: from [67.189.184.224] by web34415.mail.mud.yahoo.com via HTTP; Mon, 18 Sep 2006 14:53:23 PDT Date: Mon, 18 Sep 2006 14:53:23 -0700 (PDT) From: White Hat To: FreeBSD Users Questions In-Reply-To: <200609181551.18510.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Moving to new PC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: White Hat List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 21:53:24 -0000 From: Jonathan Horne [...] the update for today is, that it is still going, but there has been quite a bit of delay while the ports stops on the knobs screen. each time i see one, i hit the 'ok', but this is causing the obvious delays. other than that, so far, no errors or halts. I have an idea that it will work just fine. I already have a custom make.conf file that contains most of the knobs for apache, kde, etc that I have installed. I guess copying the config files would also be a good idea. Then just setting BATCH=yes would complete the process. Thanks! From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 21:54:05 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 405FB16A407 for ; Mon, 18 Sep 2006 21:54:05 +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 EF9FC43D45 for ; Mon, 18 Sep 2006 21:54:04 +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 A13F31A3C19; Mon, 18 Sep 2006 14:54:04 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4275C51282; Mon, 18 Sep 2006 17:54:02 -0400 (EDT) Date: Mon, 18 Sep 2006 17:54:02 -0400 From: Kris Kennaway To: Perry Hutchison Message-ID: <20060918215401.GA11737@xor.obsecurity.org> References: <450E7091.1050409@locolomo.org> <20060918170221.GA4446@xor.obsecurity.org> <10609181854.AA15926@pluto.rain.com> <20060918190639.GA6915@xor.obsecurity.org> <10609182112.AA16447@pluto.rain.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <10609182112.AA16447@pluto.rain.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@FreeBSD.org, kris@obsecurity.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 21:54:05 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 18, 2006 at 02:12:03PM -0700, Perry Hutchison wrote: > > > Where would one find the list of problems already fixed -- hence > > > not being tracked -- so as to know whether a given 6.1 problem > > > needs to be pointed out? > > > > http://www.freebsd.org/cgi/query-pr-summary.cgi?query >=20 > It looks as if the closest that comes is to produce a list of > everything fixed or abandoned since 6.0 (by leaving Category, > Severity, Priority, Class as Any; setting State to Closed and > Release to 6.X only) -- over 7000 entries. > > I was hoping for something resembling what would be in RELNOTES.TXT > if 6.2 were being released today. That would only be a partial list, so if you're looking to find the status of a specific bug (per your question) you do need to track it down in the bug database. You can check the CVS tree (src/release/) for the draft relnotes if you want to see the incomplete list of whatever the release engineers remembered to include about fixed bugs :) Kris --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFDxV5Wry0BWjoQKURAnF3AKDUGFD4qCzxnDoLqDh5n04YOpTKwgCgs42d 1HhJYsXRdSKkPLxnMgrGbeA= =76pH -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 21:54:13 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 0B5A016A4C9 for ; Mon, 18 Sep 2006 21:54:13 +0000 (UTC) (envelope-from adamlsd@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8218243D45 for ; Mon, 18 Sep 2006 21:54:12 +0000 (GMT) (envelope-from adamlsd@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so4091435wxd for ; Mon, 18 Sep 2006 14:54:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer:sender; b=DFLJk/crSmXuO+eQ7J9S+uhhzfTgy04mB8/IfrW9IEK27Z0DEia2Rg8hKinmATngyPGQj4ejtq+Qwkz9qm8aPjyy8CHnAVyex/nONSYBE+g0tZmYVPQ+NQRJF0tqrqLh151op792hHW3IH570qF+fP7UDfxoIR83uytNIVgECzI= Received: by 10.70.8.20 with SMTP id 20mr21002212wxh; Mon, 18 Sep 2006 14:54:11 -0700 (PDT) Received: from ?130.245.126.51? ( [130.245.126.51]) by mx.gmail.com with ESMTP id h34sm1313100wxd.2006.09.18.14.54.10; Mon, 18 Sep 2006 14:54:10 -0700 (PDT) In-Reply-To: <450F1222.3080800@averageadmins.com> References: <450F00C6.1060805@averageadmins.com> <450F1222.3080800@averageadmins.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Adam Martin Date: Mon, 18 Sep 2006 17:54:09 -0400 To: Jeff Cross X-Mailer: Apple Mail (2.624) Sender: Adam Martin Cc: questions@freebsd.org Subject: Re: Dell PE850 and FreeBSD 6.1-RELEASE - Boot 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: Mon, 18 Sep 2006 21:54:13 -0000 On 2006 Sep 18 , at 17:39, Jeff Cross wrote: > Adam Martin wrote: >> >> On 2006 Sep 18 , at 16:25, Jeff Cross wrote: >> >>> I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with >>> some >>> booting issues. I have searched the archives and found someone >>> having a >>> problem with the machine "booting too fast" but my problem is a >>> little >>> different. My machine hangs up after the following line is displayed >>> during boot: >>> >>> acd0: CDROM at ata0-master UDMA33 [ Trimmed for brevity ] > Thanks for the reply, Adam. I actually tried the verbose_logging="YES" > in my /boot/loader.conf file prior to posting but it still hangs after > the CD-ROM line for some reason. Hey, no problem, Jeff. To be frank, I just signed up for Questions, after Google Summer of Code, and yours is the first one I've answered. Glad to see that I've started on the right foot though. > It appears the only way the machine will boot up properly is if I hit 5 > on the boot menu. This obviously doesn't make remote reboots very > "admin friendly"! I know that I setup something like this once, because I needed it to always drop to command line. I can help you emulate what's in menu option 5, in a loader.4th script. But you'll have to drop the pretty menu, and logo... If you're willing let me know. > Thanks again for your reply! Like I said, no problem. Thanks for your enthusiastic support. Regards, -- ADAM David Alan Martin P.S.: It's still me, the same Adam. Just figured I should use my FreeBSD From: address instead of fsl. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 21:54: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 C358F16A52E for ; Mon, 18 Sep 2006 21:54:16 +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 CF80E43D45 for ; Mon, 18 Sep 2006 21:54:14 +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 k8ILrmtc099278; Mon, 18 Sep 2006 22:53:48 +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 k8ILrmtc099278 Message-ID: <450F1566.2010803@infracaninophile.co.uk> Date: Mon, 18 Sep 2006 22:53:42 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: justins References: <20060918210511.S30659@justnosweat.net> In-Reply-To: <20060918210511.S30659@justnosweat.net> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig5A925DE586F4345FB6B85AF8" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Mon, 18 Sep 2006 22:54:09 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1893/Mon Sep 18 19:37:26 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: spamassassin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 21:54:16 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5A925DE586F4345FB6B85AF8 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable justins wrote: >=20 > I`ve installed spamassassin rules on my sentmailserver and i am trying > to filter my mail in order to pick out some spam. > The spamd process is running only it doesn`t add anything to my mail > heather so procmail can`t forward it to the caughtspam folder. >=20 > How do i start spamassassin in order to filter my incomming mail. > Anyone..... That depends on what MTA software you are using. If it's sendmail, then there are several choices. The mail/spamass-milter is probably the least complicated to use, as it's purely about integrating SpamAssassin and sendmail. There's also several integrated Anti-Virus and Anti-Spam setups that can use SpamAssassin internally, such as=20 mail/mailscanner. Another alternative is to invoke spamassassin from the delivery agent -- in that case, I'd recommend installing mail/procmail and using that as your default MDA -- in sendmail that's done by including 'FEATURE(local_procmail)' into the .mc file -- and then write yourself a .procmailrc file that feeds messages into spamc for spam checking. 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 --------------enig5A925DE586F4345FB6B85AF8 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 iD8DBQFFDxVs8Mjk52CukIwRCPqYAJ4pEN1mhqjmg9TrXiyjqMj/TWCrtQCgkAIR pwjK+SA/IXGqFESLnL/CcP4= =/kVJ -----END PGP SIGNATURE----- --------------enig5A925DE586F4345FB6B85AF8-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 22:18:43 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 732DF16A4C8 for ; Mon, 18 Sep 2006 22:18:43 +0000 (UTC) (envelope-from adamlsd@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 876A843D46 for ; Mon, 18 Sep 2006 22:18:42 +0000 (GMT) (envelope-from adamlsd@gmail.com) Received: by wx-out-0506.google.com with SMTP id s16so4144010wxc for ; Mon, 18 Sep 2006 15:18:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer:sender; b=OpHXKT7hePlp72PhqqKj6FeUdegrrOX+Qti0V+BNvQu3I377yZsvo24x+95gnV0fxbAWR5om7Lrjw12Z+Oz+HWKZlM3WdeNAfrkmDY8sCBl8Q25xutkWMYvr4ug2BW4wkg+pOHeNzyOt5taO+0Fn0curC0A4zA1wrm3gpfUfL5U= Received: by 10.70.80.14 with SMTP id d14mr21005984wxb; Mon, 18 Sep 2006 15:18:25 -0700 (PDT) Received: from ?130.245.126.51? ( [130.245.126.51]) by mx.gmail.com with ESMTP id h39sm2725821wxd.2006.09.18.15.18.24; Mon, 18 Sep 2006 15:18:25 -0700 (PDT) In-Reply-To: References: <450F00C6.1060805@averageadmins.com> <450F1222.3080800@averageadmins.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <6fa2f8cabbdfa2691be6e491de2b9936@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Adam Martin Date: Mon, 18 Sep 2006 18:18:23 -0400 To: Jeff Cross X-Mailer: Apple Mail (2.624) Sender: Adam Martin Cc: questions@freebsd.org Subject: Re: Dell PE850 and FreeBSD 6.1-RELEASE - Boot 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: Mon, 18 Sep 2006 22:18:43 -0000 On 2006 Sep 18 , at 17:54, Adam Martin wrote: > > On 2006 Sep 18 , at 17:39, Jeff Cross wrote: > >> Adam Martin wrote: >>> >>> On 2006 Sep 18 , at 16:25, Jeff Cross wrote: >>> >>>> I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with >>>> some >>>> booting issues. I have searched the archives and found someone >>>> having a >>>> problem with the machine "booting too fast" but my problem is a >>>> little >>>> different. My machine hangs up after the following line is >>>> displayed >>>> during boot: >>>> >>>> acd0: CDROM at ata0-master UDMA33 > > [ Trimmed for brevity ] Sorry to double reply, Jeff. I just realized something. The box that I've been developing AutoFS on, here at FSL is a Dell Power Edge SE 1425. I dunno how much hardware there is in common, but I think we use the same cdrom drive. The one in my PE is a thin-profile drive... it seems to be the exact part that I had in an old Dell Inspiron. (The drive has no tray motors, just an electro-mechanical latch which keeps it closed, and unlocks to let a spring pop out the tray by a few millimetres.) Have you tried removing the cdrom drive from the mainboard? Also how did you install, from CDROM? I have seen an issue like this once before, back in 5.2.1 and 5.3, when trying to get it to boot on some older laptop hardware. The kernel wouldn't boot from some media, but would from others. You may want to try someone's custom compiled kernel, not the stock kernels... But at this point, it is beyond the scope of a simple fix. I am curious to know, however, because I have not seen this behavior. Regards, -- Adam David Alan Martin From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 22:23: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 D719116A403 for ; Mon, 18 Sep 2006 22:23:39 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83112.mail.mud.yahoo.com (web83112.mail.mud.yahoo.com [216.252.101.41]) by mx1.FreeBSD.org (Postfix) with SMTP id 7F46943D77 for ; Mon, 18 Sep 2006 22:23:35 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 64098 invoked by uid 60001); 18 Sep 2006 22:23:35 -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=AGdbFFCnBiPTalBERf64tQTIF98Vdm4cYDP9zpHZ0BJ1R+HZajsdzrgN+xNkEdE/NY3/24taKt/3msrXoUFX2WAZjnmnmEKEjWgyF02owBoJfvzrsNR58WSzipQZ08f7KNBqbuWAy4frboVp5cAbUFVeRJfJmhiwecKNv/LqF7M= ; Message-ID: <20060918222335.64096.qmail@web83112.mail.mud.yahoo.com> Received: from [63.240.228.37] by web83112.mail.mud.yahoo.com via HTTP; Mon, 18 Sep 2006 15:23:35 PDT Date: Mon, 18 Sep 2006 15:23:35 -0700 (PDT) From: backyard To: Bob , freebsd-questions@freebsd.org In-Reply-To: <200609181607.06934.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 22:23:39 -0000 --- Bob wrote: > On Monday 18 September 2006 13:51, backyard wrote: > > > By call-back mode do you mean log into the system > via > > network and have it call your local system for > > administration > > No.... modems like the US Robotics V.Everything can > be programmed with a > call-back feature. You dial up the modem, it askes > you for a password, you > supply the password, and it then hangs up on you, > picks up the line, and > calls back a configured phone number. You program > the modem to call YOU back > on a number which has a modem connected, and waiting > for an inbound data > call..... your modem answers, and you are connected. > You then negotiate > access to the server (name/passwd) over the serial > link. > > If the remote is connected to the the target serial > port consol, you have a > pretty hack-proof (nothing is really hack-proof) > console access. The modem > will only call a pre-set number, so even if someone > got your password, the > modem would only call you, not the hacker. > > 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" > so thats why the Couriers were the Cadillacs of the phone lines... Never had one with such fancyness built-in to it. That is good to know for the future. I would concur security is an illusion we fill with smoke and mirrors to confuse management... I especially like messing with IT at my job when they tell me they have locked access off the network with a new administrators password and Windows Server 2003... Of course they don't lock the doors on the server room so I can go in there with a boot disk of my liking and gain access to whatever I want, or run a bulk tape eraser passed the RAIDS... :) now if I can just convince the head of IT he doesn't need that Courier V.Everything anymore... -brian From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 20:54: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 5183116A494 for ; Mon, 18 Sep 2006 20:54:22 +0000 (UTC) (envelope-from ednan171@hotmail.com) Received: from bay0-omc3-s4.bay0.hotmail.com (bay0-omc3-s4.bay0.hotmail.com [65.54.246.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97AD643D5D for ; Mon, 18 Sep 2006 20:54:17 +0000 (GMT) (envelope-from ednan171@hotmail.com) Received: from hotmail.com ([207.46.8.105]) by bay0-omc3-s4.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 18 Sep 2006 13:54:17 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Sep 2006 13:54:16 -0700 Message-ID: Received: from 207.46.8.123 by by117fd.bay117.hotmail.msn.com with HTTP; Mon, 18 Sep 2006 20:54:14 GMT X-Originating-IP: [69.115.89.150] X-Originating-Email: [ednan171@hotmail.com] X-Sender: ednan171@hotmail.com From: "Edward and Nancy Powers" To: freebsd-questions@FreeBSD.org Date: Mon, 18 Sep 2006 16:54:14 -0400 X-OriginalArrivalTime: 18 Sep 2006 20:54:16.0802 (UTC) FILETIME=[9ADCEC20:01C6DB64] X-Mailman-Approved-At: Mon, 18 Sep 2006 22:41:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; format="flowed" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: New to FreeBSD/UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 20:54:22 -0000 I am new to UNIX, and want to download a basic UNIX system, just to run commands and become familiar with the system. I wish to use this system as a companion piece to a UNIX tutorial which I have on DVD. I do not want to replace Windows at this time. My PC has: Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, Windows ME operating system. What course of action do you recommend that I take? Thanks. Ed Powers From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 22:56: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 96C1316A40F for ; Mon, 18 Sep 2006 22:56:56 +0000 (UTC) (envelope-from jeff.rollin@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED62543D49 for ; Mon, 18 Sep 2006 22:56:55 +0000 (GMT) (envelope-from jeff.rollin@gmail.com) Received: by wr-out-0506.google.com with SMTP id i21so1390591wra for ; Mon, 18 Sep 2006 15:56:54 -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=NjQVH7i2wObVM8d+HbF1nbtbSIQyCy+CRffzdxXjdZ2k6tvyUJsWiP61EGj6+mmyQMIz7YkVzOHx5c0YAgh/Z4cjlJ3ri2rBA5+cNx/bN7LsMukpgjpQFnu0ClCFHoYqGJAKxdpM42ci3wYaKJZ6kVWmqUmazCdF7U2l18TYIsA= Received: by 10.90.28.12 with SMTP id b12mr5060822agb; Mon, 18 Sep 2006 15:56:54 -0700 (PDT) Received: by 10.90.98.12 with HTTP; Mon, 18 Sep 2006 15:56:53 -0700 (PDT) Message-ID: <8a0028260609181556q4c1cb88bwa5bc940a08cb3652@mail.gmail.com> Date: Mon, 18 Sep 2006 23:56:53 +0100 From: "Jeff Rollin" To: "Edward and Nancy Powers" In-Reply-To: MIME-Version: 1.0 References: 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: New to FreeBSD/UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 22:56:56 -0000 On 18/09/06, Edward and Nancy Powers wrote: > > > I am new to UNIX, and want to download a basic UNIX system, just to > run commands and become familiar with the system. I wish to use this > system as a companion piece to a UNIX tutorial which I have on DVD. I > do not want to replace Windows at this time. > > My PC has: Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, > Windows ME operating system. > > What course of action do you recommend that I take? > > Thanks. > Ed Powers > _______________________________________________ > 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" > Probably the best thing to do first is to find out which version of UNIX is covered on the DVD; there are many "dialects," and if you choose the wrong one (i.e. one which is too different from the one on the DVD) you may become lost. Jeff Rollin From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 23:06: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 3246216A407 for ; Mon, 18 Sep 2006 23:06:32 +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 BF66B43D58 for ; Mon, 18 Sep 2006 23:06:31 +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 k8IN6UDw063357 for ; Mon, 18 Sep 2006 18:06:30 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 18 Sep 2006 18:06:29 -0500 User-Agent: KMail/1.9.4 References: <200609181625.38479.josh@tcbug.org> In-Reply-To: <200609181625.38479.josh@tcbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609181806.29858.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: Veritas backup software X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 23:06:32 -0000 On Monday 18 September 2006 11:25, Josh Paetzel wrote: > Just wondering if anyone has managed to make the Veritas Backup Exec > client work on FBSD 6.x using linux emulation. > > I can get it to run but the server doesn't seem to be able to actually > backup anything. i havent used backup exec server in freebsd, but i have many NetBackup 5.1 clients. are you sure that the veritas binaries for backup exec are actually working? when i first installed my netbackup clients, i ran thru the entries listed in /etc/inetd.conf to make sure they ran, and came up with 6 .so files that were missing (were actually much newer). after i symlinked the existing .so files to the versions the the netbackup client was looking for, when i re-ran all the executable pieces from command line, i finally got either no, or output that told me all the bits were working. hth, jonathan From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 23:13: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 58ACC16A403 for ; Mon, 18 Sep 2006 23:13:10 +0000 (UTC) (envelope-from adamlsd@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 BD6E643D49 for ; Mon, 18 Sep 2006 23:13:09 +0000 (GMT) (envelope-from adamlsd@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so4112573wxd for ; Mon, 18 Sep 2006 16:13:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer:sender; b=I9HU1UwZVo0+3T3VwE1zCX4dBr0MNY+AWey/Jfm3mVLfkFxMdNkY99WY6H3bGAuvP8xZ8vj8pd41/LVZDPfG7WQLEAcwMAyMMgwxbtr7ETqOu2S61ervg8FK9ejMGVCFnGuVN+NlJvBnBiQAgP66sfmu46g6SjbgDoLcAbNJMak= Received: by 10.70.109.4 with SMTP id h4mr21106752wxc; Mon, 18 Sep 2006 16:13:09 -0700 (PDT) Received: from ?130.245.126.51? ( [130.245.126.51]) by mx.gmail.com with ESMTP id h38sm4849362wxd.2006.09.18.16.13.08; Mon, 18 Sep 2006 16:13:08 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <48b3645173fe278b0450a9a07d83025b@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Adam Martin Date: Mon, 18 Sep 2006 19:13:07 -0400 To: "Edward and Nancy Powers" X-Mailer: Apple Mail (2.624) Sender: Adam Martin Cc: freebsd-questions@freebsd.org Subject: Re: New to FreeBSD/UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 23:13:10 -0000 On 2006 Sep 18 , at 16:54, Edward and Nancy Powers wrote: > I am new to UNIX, and want to download a basic UNIX system, just to > run commands and become familiar with the system. I wish to use this > system as a companion piece to a UNIX tutorial which I have on DVD. I > do not want to replace Windows at this time. Installing FreeBSD (as a UNIX) for the first time is not that hard of a daunting task. In all beginner cases, it is recommended that beginners start with the FreeBSD handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html The FreeBSD website also has very excellent documentation on how to install the system and how to use every aspect of it, for beginners thru experts, in the documentation section. http://www.freebsd.org/docs/books.html > My PC has: Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, > Windows ME operating system. > What course of action do you recommend that I take? Most important is to have some way to backup and preserve your Windows data, or to resize your windows partition to make some room for FreeBSD. The FreeBSD base system CAN be installed in as little as a few hundred megabytes, but I would recommend a gigabyte or two, just to get used to the system, and to have some space to expand. This advice generally applies to other UNIX systems, and UNIX-Like systems. -- Adam David Alan Martin From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 23:15: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 B467116A412 for ; Mon, 18 Sep 2006 23:15:32 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [63.240.77.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D12643D7F for ; Mon, 18 Sep 2006 23:15:25 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (sccrmhc11) with ESMTP id <2006091823152401100ah3h4e>; Mon, 18 Sep 2006 23:15:24 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Mon, 18 Sep 2006 18:14:30 +0000 User-Agent: KMail/1.9.3 References: <200609181625.38479.josh@tcbug.org> <200609181806.29858.freebsd@dfwlp.com> In-Reply-To: <200609181806.29858.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609181814.30286.josh@tcbug.org> Cc: Jonathan Horne Subject: Re: Veritas backup software X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 23:15:32 -0000 On Monday 18 September 2006 23:06, Jonathan Horne wrote: > On Monday 18 September 2006 11:25, Josh Paetzel wrote: > > Just wondering if anyone has managed to make the Veritas Backup > > Exec client work on FBSD 6.x using linux emulation. > > > > I can get it to run but the server doesn't seem to be able to > > actually backup anything. > > i havent used backup exec server in freebsd, but i have many > NetBackup 5.1 clients. are you sure that the veritas binaries for > backup exec are actually working? > > when i first installed my netbackup clients, i ran thru the entries > listed in /etc/inetd.conf to make sure they ran, and came up with 6 > .so files that were missing (were actually much newer). after i > symlinked the existing .so files to the versions the the netbackup > client was looking for, when i re-ran all the executable pieces > from command line, i finally got either no, or output that told me > all the bits were working. > > hth, > jonathan The binaries run, I can see it listening in sockstat, I can see packets going back and forth between the server and the client in tcpdump, but the server is unable to actually back anything up. -- Thanks, Josh Paetzel From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 23:38: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 4349716A403 for ; Mon, 18 Sep 2006 23:38:12 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A4D43D45 for ; Mon, 18 Sep 2006 23:38:11 +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 k8INbFLU015183; Mon, 18 Sep 2006 19:37:15 -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 k8INbFxg015182; Mon, 18 Sep 2006 19:37:15 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 18 Sep 2006 19:37:15 -0400 From: Jerry McAllister To: Edward and Nancy Powers Message-ID: <20060918233715.GA15075@gizmo.acns.msu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: New to FreeBSD/UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 23:38:12 -0000 > > I am new to UNIX, and want to download a basic UNIX system, just to > run commands and become familiar with the system. I wish to use this > system as a companion piece to a UNIX tutorial which I have on DVD. I > do not want to replace Windows at this time. > > My PC has: Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, > Windows ME operating system. > > What course of action do you recommend that I take? Someone suggested finding out what your guide book covered, but presuming it is pretty generic, FreeBSD will be fine to learn on. Since you want to leave your MS stuff on the machine, you have two choices. One is to shrink the disk slice that MS is using to make room for the other OS (FreeBSD). -- You didn't mention how much room you have on your disk, but I would suggest you want 10 GB or more to play with unless you don't plan to add Xwindows or a web server or an office system (OpenOffice) or a desktop/X manager. The other choice is to scrounge up another box to play with or at least to add another disk to the one you have. For shrinking the space that MS is using, I have had good luck with a product called Partition Magic. It is not freeware - around $70 and available from online stores and in places like Best Buy. There are a couple of Freeware utilities, and I think they work OK on plain vanilla FAT16 and FAT32 MS file systems, but they will not handle NTFS and some of the newer extended/logical "partitions" and I have had to muck with those. PM works fine on those too. Presuming you have disk space ready and are prepared to go, then: Download and burn or buy the latest FreeBSD ISO installation CD. If you have a fast network connection, just use the first boot-only CD and install everything else over the net. If your are on dial-up, get both CD-1 and CD-2. Plug in the CD and boot the machine. select doing the standard install Choose to install everything including the ports and X-Windows Put real life values in the network configuration screen. Specify your disk divisions and tell it to install the FreeBSD MBR (top choice of three) Make sure you hit the 's' in the fdisk part to make the slice bootable. How you divide the FreeBSD slice is by personal preference. I might suggest making at least: / (eg root) swap /tmp If you have disk room to divide up more, then add some of /usr /var /home The ones you do not create special room for will end up just being in / so that has to have enough room. If you make separate partitions for /usr and /var and /home, then your root can be small. I would say at least 128 MB, maybe 192 MB. Swap should be at least twice your installed memory. /tmp seems to be good at around 512 MB, although most of the time half that would be OK. The /usr partition needs to be rather big if you install a lot of ports. I have used up more than 10 GB in /usr doing installs before. That was when I built some things like OpenOFfice from ports instead of just using packages. /var gets a lot of things like logs and spool files (for printers and Email and databases, etc) If you don't do much with the machine, you can get by with less than 1 GB /var, but if you do a lot, go for 3 or 4 GB. Then, let the install rip. When it gets done, run xorgcfg to configure X and learn how to set up a windows manager. I use Afterstep. Some like to push KDE or Gnome, but they are overkill for me. For Afterstep, you can edit the file /usr/X11R6/lib/X11/xinit/xinitrc to make it come up with the windows and fonts you want. You can also edit the file: /usr/X11R6/lib/X11/afterstep/system.steprc if you want to use Afterstep. I just change it so when I click on the Netscape icon it brings up firefox instead of Netscape, since Netscape is gone, but still referenced by default. Guess I could put in a new icon too, but I haven't bothered. Of course, you will want to install Firefox and Thunderbird as browsers or if you use KDE, just use what it has. If you want it to receive Email, put sendmail_enable="YES" in /etc/rc.conf. The rest is all just fun to experiment and play with. Have fun, ////jerry > > Thanks. > > > Ed Powers > _______________________________________________ > 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 23:40: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 5971516A417 for ; Mon, 18 Sep 2006 23:40:43 +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 F2A0143D46 for ; Mon, 18 Sep 2006 23:40:42 +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 k8INdkCU015205; Mon, 18 Sep 2006 19:39:46 -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 k8INdkNP015204; Mon, 18 Sep 2006 19:39:46 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 18 Sep 2006 19:39:46 -0400 From: Jerry McAllister To: Edward and Nancy Powers Message-ID: <20060918233946.GB15075@gizmo.acns.msu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: New to FreeBSD/UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 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 23:40:43 -0000 On Mon, Sep 18, 2006 at 04:54:14PM -0400, Edward and Nancy Powers wrote: > > I am new to UNIX, and want to download a basic UNIX system, just to > run commands and become familiar with the system. I wish to use this > system as a companion piece to a UNIX tutorial which I have on DVD. I > do not want to replace Windows at this time. > > My PC has: Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, > Windows ME operating system. > > What course of action do you recommend that I take? Oh, one more thing, I should have mentioned first. Check out the FreeBSD Handbook which is online at the FreeBSD web site. It is quire complete for installations and setting up the system. ////jerry > > Thanks. > > > Ed Powers > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 00:39: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 AFE4816A403 for ; Tue, 19 Sep 2006 00:39:31 +0000 (UTC) (envelope-from chris@monochrome.org) Received: from mail.monochrome.org (b4.ebbed1.client.atlantech.net [209.190.235.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 370C043D55 for ; Tue, 19 Sep 2006 00:39:30 +0000 (GMT) (envelope-from chris@monochrome.org) Received: from tripel (tripel [192.168.1.11]) by mail.monochrome.org (8.13.6/8.13.6) with ESMTP id k8J0dTLG087058; Mon, 18 Sep 2006 20:39:29 -0400 (EDT) (envelope-from chris@monochrome.org) Date: Mon, 18 Sep 2006 20:39:12 -0400 (EDT) From: Chris Hill To: Edward and Nancy Powers In-Reply-To: Message-ID: <20060918201421.Y86950@tripel.monochrome.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: New to FreeBSD/UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 00:39:31 -0000 On Mon, 18 Sep 2006, Edward and Nancy Powers wrote: > I am new to UNIX, and want to download a basic UNIX system, just to > run commands and become familiar with the system. I wish to use this > system as a companion piece to a UNIX tutorial which I have on DVD. I > do not want to replace Windows at this time. > > My PC has: Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, > Windows ME operating system. > > What course of action do you recommend that I take? It sounds like what you want to do is to follow along with the DVD while doing their examples on a UNIX machine. Assuming this is the case, I would try do dig up another computer somewhere and install FreeBSD on it. For this sort of purpose, it doesn't need to be very fast or new. My mailserver is running 6.1 on a K6-2 at 400 MHz, and it's fine. Or, treat yourself to a new PC and then you'll have the P3 for experimenting. It is certainly possible (subject to available disk space) to repartition your existing drive and install FreeBSD on it as others have suggested, but then you'd be dual-booting. That is, you'd have to reboot to switch between FreeBSD and Windows, so you wouldn't be able to see both at once. I think this would be really tedious for what you're describing. Finally, I would not install X on the "practice" machine unless/unitl the tutorial has you do that. For "a basic UNIX system" in the form of FreeBSD, I would install the "developer - full sources, but no X" option from the CD. (That may not be worded quite right, it's from memory.) Hope this helps. Good luck, and welcome! Give us a shout when further questions arise. Almost forgot: another possibility is that some kind soul (or not-so-kind hosting company?) would be willing to give or rent you a shell account, so you could explore around on a remote system. The machine wouldn't be physically on your desk, but it would be in a window on your desktop. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ] From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 01: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 9F21B16A407 for ; Tue, 19 Sep 2006 01:17:29 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from mail.gregs-garage.com (h-64-105-8-34.chcgilgm.covad.net [64.105.8.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5327643D45 for ; Tue, 19 Sep 2006 01:17:20 +0000 (GMT) (envelope-from ggroth@gregs-garage.com) Received: from [192.168.0.150] (unknown [192.168.0.150]) by mail.gregs-garage.com (Postfix) with ESMTP id 4AA7B114022 for ; Mon, 18 Sep 2006 20:18:44 -0500 (CDT) Message-ID: <450F451F.1030802@gregs-garage.com> Date: Mon, 18 Sep 2006 20:17:19 -0500 From: Greg Groth User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: New to FreeBSD/UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 01:17:29 -0000 Edward and Nancy Powers wrote: > > I am new to UNIX, and want to download a basic UNIX system, just to > run commands and become familiar with the system. I wish to use this > system as a companion piece to a UNIX tutorial which I have on DVD. I > do not want to replace Windows at this time. > > My PC has: Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, > Windows ME operating system. > > What course of action do you recommend that I take? > > Thanks. > > > Ed Powers If you want to do it on the cheap, try a LiveCD. http://www.freesbie.org Not sure if this distro would let you do what your DVD is asking you to do, but you can run it on your machine without changing your existing system. If money isn't a big deal, if I were in your shoes I would buy a new machine with XP, install whatever you want to play with on the old machine, and buy a KVM switch. I found FreeBSD a lot easier to learn while I had a working Windows machine that I was familiar with at my fingertips. IMHO, the problem your most likely to run into when trying to run two OS's on a single machine is that if you run into a problem, you have to reboot to get on a working system to get on the Internet and find help. Another option would be vmware, but I don't know if it will run on ME. According to their site, it's only listed as a guest system, not a host system. Best regards, Greg Groth From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 02:00: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 A3FAD16A4C2 for ; Tue, 19 Sep 2006 02:00:19 +0000 (UTC) (envelope-from jdow@earthlink.net) Received: from elasmtp-banded.atl.sa.earthlink.net (elasmtp-banded.atl.sa.earthlink.net [209.86.89.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9AAC43D46 for ; Tue, 19 Sep 2006 02:00:18 +0000 (GMT) (envelope-from jdow@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=SEsmmd0sRjvstIUxhZa06VA6z4YogFjGH+QZCBa4do7v3cUtxNh849soiRa+MhsF; h=Received:Message-ID:From:To:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE:X-ELNK-Trace:X-Originating-IP; Received: from [71.116.187.9] (helo=Wednesday) by elasmtp-banded.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GPUuD-0002f5-1e for freebsd-questions@freebsd.org; Mon, 18 Sep 2006 22:00:13 -0400 Message-ID: <0d2201c6db8f$58184670$0225a8c0@Wednesday> From: "jdow" To: References: <20060918210511.S30659@justnosweat.net> Date: Mon, 18 Sep 2006 19:00:07 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-ELNK-Trace: bb89ecdb26a8f9f24d2b10475b571120ce6c9ae3f3c0c44cfaf2afc2c3ca14830698179ac182c8b9350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.116.187.9 Subject: Re: spamassassin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 02:00:19 -0000 From: "justins" > > I`ve installed spamassassin rules on my sentmailserver and i am trying to > filter my mail in order to pick out some spam. > The spamd process is running only it doesn`t add anything to my mail > heather so procmail can`t forward it to the caughtspam folder. > > How do i start spamassassin in order to filter my incomming mail. > Anyone..... You want spamd running as a daemon. Then you want lines like this in your procmailrc :0 * < 500000 * !^List-Id: .*(spamassassin\.apache.\org) | /usr/bin/spamc -t 150 -u $LOGNAME The third line is my personal filter to prevent spamassassin triggering on the SpamAssassin list. Any spam there is FOOD for the anti-spam rules folks. {^_-} This will add markups, probably the default markups. http://www.spamassassin.org/ is a starting source for information. The Wiki link points to the (admittedly pathetic) online documentation. This also has a link to the users mailing list. You're certainly welcome there. http://www.rulesemporium.com/ is a nice place to get pre-canned sets of effective rules to supplement the stock rules. Other help is found with man spamassassin, etc. Also check out man or perldoc for Mail::SpamAssassin::Conf for configuration help. {^_^} From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 02:20:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E79BA16A416 for ; Tue, 19 Sep 2006 02:20:11 +0000 (UTC) (envelope-from root@solink.ru) Received: from mail.academ.org (mail.academ.org [81.1.226.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 504C343D53 for ; Tue, 19 Sep 2006 02:20:11 +0000 (GMT) (envelope-from root@solink.ru) Received: from mail.academ.org (localhost [127.0.0.1]) by mail.academ.org (Postfix) with ESMTP id DC426678B8 for ; Tue, 19 Sep 2006 09:20:08 +0700 (NOVST) Received: from bocha.solink.office (unknown [85.118.228.14]) by mail.academ.org (Postfix) with ESMTP id BE8FE66E7C for ; Tue, 19 Sep 2006 09:20:07 +0700 (NOVST) From: Bachilo Dmitry Organization: Solink Ltd To: freebsd-questions@freebsd.org Date: Tue, 19 Sep 2006 09:20:21 +0700 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200609190920.21910.root@solink.ru> X-AV-Checked: ClamAV Subject: Re: 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: Tue, 19 Sep 2006 02:20:12 -0000 =F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 =F0=CF=CE=C5=C4=C5=CC=D8=CE=C9=CB 18= =D3=C5=CE=D4=D1=C2=D2=D1 2006 21:20 ke han =CE=C1=D0=C9=D3=C1=CC(a): > 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 Yes, I have. FreeBSD 6.1 (both i386 and amd64 versions) runs perfect on Sun= =20 X4000-series servers. As well as on X2100 and on v20z and v40z. ILOM works= =20 independently with OS, so there is no difference. RAID-1 is hardware, ot=20 software so it does not depend on OS too and works ok. =46reeBSD 6.1 recognizes it's SMP, it's networks interfaces and all it's me= mory=20 amount. Furthermore, while Solaris somehow can't see the whole SAS harddriv= e,=20 =46reeBSD recognizes and partitionizes it all.=20 Sun's AMD servers are actually perfect for x86 FreeBSD systems, I'm telling= =20 ya :-) > _______________________________________________ > 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" =2D-=20 =2D----------------------- =F3 =D5=D7=C1=D6=C5=CE=C9=C5=CD, =E2=C1=DE=C9=CC=CF =E4=CD=C9=D4=D2=C9=CA =F2=D5=CB=CF=D7=CF=C4=C9=D4=C5=CC=D8 =CF=D4=C4=C5=CC=C1 =D3=C9=D3=D4=C5=CD= =CE=CF=CA =C9=CE=D4=C5=C7=D2=C1=C3=C9=C9 =EF=EF=EF "=EB=CF=CD=D0=C1=CE=C9=D1 =F3=CF=EC=C9=CE=CB" From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 02:29: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 B04A216A403 for ; Tue, 19 Sep 2006 02:29:54 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp106.sbc.mail.mud.yahoo.com (smtp106.sbc.mail.mud.yahoo.com [68.142.198.205]) by mx1.FreeBSD.org (Postfix) with SMTP id 3524A43D45 for ; Tue, 19 Sep 2006 02:29:53 +0000 (GMT) (envelope-from jekillen@prodigy.net) Received: (qmail 12853 invoked from network); 19 Sep 2006 02:29:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:Mime-Version:Content-Transfer-Encoding:Message-Id:Content-Type:To:From:Subject:Date:X-Mailer; b=vPqJnZJe9egKCsza0+KThYr+f1oMlsS6NnONSbocoQVdcXsv2srLt6nhPJqKnsk0F1FzSIWhGPWhOo45Xmg0Oee8sSO6JLJFISNd1ASXMJynA114FvMesIIwKPqiWHxjR0wh901n+Qs8o1cKGMRK/qPTk1XwAhOy8iUzmAdt8sU= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp106.sbc.mail.mud.yahoo.com with SMTP; 19 Sep 2006 02:29:52 -0000 Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Mailing List From: jekillen Date: Mon, 18 Sep 2006 19:34:09 -0700 X-Mailer: Apple Mail (2.622) Subject: csh as default root Shell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 02:29:54 -0000 Hello; Since I have been advised by way of correspondence with UUASC (Unix Users of Association of Southern California) that changing the root shell in FreeBSD is not advised and I have two machines up and running and a third on the way, I have purchased a text from (I don't know if it is appropriate for this list to mention the publisher by name but it is closely connected to the publisher of Absolute BSD). Has anyone any comments regarding this text based on familiarity (Using Csh and Tcsh). I noticed the publication date is 1995. It's a manual of sorts, I'll read it before stumbling around on lists for answers to awk ward questions. Thanks in advance. Jeff K. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 02:44:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2460216A412 for ; Tue, 19 Sep 2006 02:44:25 +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 A23A743D53 for ; Tue, 19 Sep 2006 02:44:24 +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 k8J2hSJO015834; Mon, 18 Sep 2006 22:43:28 -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 k8J2hRlc015833; Mon, 18 Sep 2006 22:43:27 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 18 Sep 2006 22:43:27 -0400 From: Jerry McAllister To: jekillen Message-ID: <20060919024327.GA15786@gizmo.acns.msu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Mailing List Subject: Re: csh as default root Shell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 02:44:25 -0000 On Mon, Sep 18, 2006 at 07:34:09PM -0700, jekillen wrote: > Hello; > Since I have been advised by way of correspondence with UUASC (Unix > Users of Association of Southern California) > that changing the root shell in FreeBSD is not advised and I have two > machines up and running and a third on the > way, I have purchased a text from (I don't know if it is appropriate > for this list to mention the publisher by name but > it is closely connected to the publisher of Absolute BSD). > Has anyone any comments regarding this text based on familiarity (Using > Csh and Tcsh). I noticed the publication > date is 1995. It's a manual of sorts, I'll read it before stumbling > around on lists for answers to awk ward questions. You can mention any text you want. Do we ban books in this country? But, 1995 is kind of old as things go. The book may have more recent editions. Another source is the the FreeBSD Handbook that is available free online at the FreeBSD website and also in printed versions some places. As for changing the root shell, it is probably not a good idea. First of all, /bin/sh will be there even if you don't have all the file systems mounted for some reason, such as a disk problem. Also, there may be some scripts that make a rash assumption about which shell you are in. Probably most of these are cleaned up and specify their own shells, but, just in case. So, the best thing is to leave the actual root id alone and then if you prefer another shell, such as tcsh, create another root account you can use for doing other root work when the full system is up. You only need to create a /etc/passwd entry using the vipw utility and make the UID and GID be 0 and put the preferred shell in the shell field. When you write and quit, the database and master.passwd will be properly updated if you use vipw. Put the new root account you created farther down in the passwd file than the main root account. ////jerry > > Thanks in advance. > Jeff K. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 02:55: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 222CA16A403 for ; Tue, 19 Sep 2006 02:55:43 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEDFE43D55 for ; Tue, 19 Sep 2006 02:55:42 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id B85E8DA7B8C for ; Mon, 18 Sep 2006 22:55:40 -0400 (EDT) Received: from heartbeat1.internal ([10.202.2.160]) by frontend3.internal (MEProxy); Mon, 18 Sep 2006 22:55:42 -0400 X-Sasl-enc: Bpr4W24Qhst47BzxemAvTon7VHdLi70nIqc3zQWFvxwR 1158634542 Received: from [192.168.1.2] (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 28BAD14DFC for ; Mon, 18 Sep 2006 22:55:41 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Tue, 19 Sep 2006 03:55:33 +0100 User-Agent: KMail/1.9.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609190355.35277.list-freebsd-2004@morbius.sent.com> Subject: Re: csh as default root Shell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 02:55:43 -0000 On Tuesday 19 September 2006 03:34, jekillen wrote: > Hello; > Since I have been advised by way of correspondence with UUASC (Unix > Users of Association of Southern California) > that changing the root shell in FreeBSD is not advised and I have two > machines up and running and a third on the > way, I have purchased a text from (I don't know if it is appropriate > for this list to mention the publisher by name but > it is closely connected to the publisher of Absolute BSD). > Has anyone any comments regarding this text based on familiarity (Using > Csh and Tcsh). I noticed the publication > date is 1995. It's a manual of sorts, I'll read it before stumbling > around on lists for answers to awk ward questions. IIRC csh *is* the default root shell. What you shouldn't do is set a shell installed from packages as the root shell, such as bash. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 03:38: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 56F0C16A403 for ; Tue, 19 Sep 2006 03:38:55 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B24743D4C for ; Tue, 19 Sep 2006 03:38:54 +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 k8J3f8jm083588; Tue, 19 Sep 2006 05:41:08 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Date: Tue, 19 Sep 2006 05:41:08 +0200 (CEST) From: "P.U.Kruppa" To: Edward and Nancy Powers In-Reply-To: Message-ID: <20060919053500.X52164@pukruppa.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: New to FreeBSD/UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 03:38:55 -0000 On Mon, 18 Sep 2006, Edward and Nancy Powers wrote: > > I am new to UNIX, and want to download a basic UNIX system, just to > run commands and become familiar with the system. I wish to use this > system as a companion piece to a UNIX tutorial which I have on DVD. I > do not want to replace Windows at this time. > > My PC has: Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, > Windows ME operating system. > > What course of action do you recommend that I take? > > Thanks. Another idea: First try a live CD (Freesbie), as recommended above, to get used to everything (won't do any harm). Then get a second hard drive and install freebsd on this (should be cheaper than buying Partition Magic). You can "dual boot" both systems then and leave your XP installation as is. Regards, Uli. > > > Ed Powers > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ----------------------- Peter Ulrich Kruppa Wuppertal Germany ----------------------- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 03:40: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 E44F816A407 for ; Tue, 19 Sep 2006 03:40:26 +0000 (UTC) (envelope-from markjayson.alvarez@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CFD43D46 for ; Tue, 19 Sep 2006 03:40:26 +0000 (GMT) (envelope-from markjayson.alvarez@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so48316nfc for ; Mon, 18 Sep 2006 20:40: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:mime-version:content-type:content-transfer-encoding:content-disposition; b=BAHE9XJLviSoNfhRJcp1JFdyT1cvwHxkewHRkLi/xTfUPGAC6ke4nw55uB/iNuoCX2AQjL7Y9cVwb/BH8xyjLGEyRifXVY/mzAr5A5JTQUDMQeLI6/XBDGxW1nQOly0vjn8Bx8SKU25Mv9Y38CHkt1tnS2RacvIlWnlXx3YRAxE= Received: by 10.78.166.7 with SMTP id o7mr3597944hue; Mon, 18 Sep 2006 20:40:24 -0700 (PDT) Received: by 10.78.198.7 with HTTP; Mon, 18 Sep 2006 20:40:24 -0700 (PDT) Message-ID: Date: Tue, 19 Sep 2006 11:40:24 +0800 From: "Mark Jayson Alvarez" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: recommended network games to play with your best bud. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 03:40:27 -0000 Hi, Say you are working in a place where all workstations are mixtures of Unixes..Now you have your bestfriend somewhere far away. And he was complaining of severe boredom in his current work. What *nix network game would you two play? From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 03:55: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 E402E16A47E for ; Tue, 19 Sep 2006 03:55:22 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from S3.cableone.net (s3.cableone.net [24.116.0.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F5843D5D for ; Tue, 19 Sep 2006 03:55:05 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from [172.16.0.101] (unverified [24.117.52.220]) by S3.cableone.net (CableOne SMTP Service S3) with ESMTP id 74973274 for ; Mon, 18 Sep 2006 20:55:04 -0700 Message-ID: <450F6A0A.8070509@averageadmins.com> Date: Mon, 18 Sep 2006 22:54:50 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: questions@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 0, First 138, in=43, out=0, spam=0 X-External-IP: 24.117.52.220 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: Subject: compat4x and compat5x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 03:55:23 -0000 I'm not trying to kick any dead horses here but there are times when I try to run some applications that I get some messages like the following: /libexec/ld-elf.so.1: Shared object "libc.so.5" not found, required by... I normally reinstall compat4x or compat5x and am good to go. I have compat4x_enable="YES" and compat5x_enable="YES" in my /etc/rc.conf file but I still get these messages and have to force a reinstall (after a reboot). I just found this thread: http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2005-12/msg02487.html ..and tried running the command the posted listed: /sbin/ldconfig -m /usr/local/lib/compat This worked like a champ. I was able to immediately run the application in question and didn't have to force a reinstall of compat5x. I am sure I have missed something along the way but can someone please assist me/point me in the right direction in getting this straightened out so I don't have to do this manually after each reboot? I would greatly appreciate it. Thanks in advance! Jeff Cross http://www.averageadmins.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 03:55: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 EAA1F16A4A7 for ; Tue, 19 Sep 2006 03:55:22 +0000 (UTC) (envelope-from musashi.gunryu@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AEE243D60 for ; Tue, 19 Sep 2006 03:55:06 +0000 (GMT) (envelope-from musashi.gunryu@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so50388nfc for ; Mon, 18 Sep 2006 20:55:05 -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:content-transfer-encoding:content-disposition; b=ff2uIep0dNCx+ieQZDd5cypyH34y7bQhJjT8nPginl2Q/4YB6ItzWB77jaLXABuoTRgeOYyxqSAZeRi0k4IZcVqD53EPFEvBlTCFtPKn1dCFKmfcq5X25TDROl+bYZG1fajv2EzMJFHuhXCivp/9Xj8+ETe6ojBlaiEhrazJ7nU= Received: by 10.78.183.15 with SMTP id g15mr3263419huf; Mon, 18 Sep 2006 20:55:04 -0700 (PDT) Received: by 10.78.158.20 with HTTP; Mon, 18 Sep 2006 20:55:04 -0700 (PDT) Message-ID: Date: Tue, 19 Sep 2006 11:55:04 +0800 From: "musashi miyamoto" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: nmap route problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 03:55:23 -0000 is there a way to fix this? i searched google, but i cant find any solution. thanks Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2006-09-18 20:53 PHT WARNING: Unable to find appropriate interface for system route to 210.5.70.102 nexthost: failed to determine route FreeBSD mori.ranmaru 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Sep 5 02:09:57 PHT 2006 mori@mori.ranmaru:/usr/src/sys/i386/compile/SHOGUN i386 Nmap version 4.11 ( http://www.insecure.org/nmap/ ) Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 210.5.70.102 UGS 1 885 tun0 mori mori UH 1 5989 lo0 210.5.70.102 210.213.79.23 UH 1 0 tun0 => 210.5.70.102/32 210.213.79.23 UGS 0 0 tun0 Internet6: Destination Gateway Flags Netif Expire localhost.ranmaru localhost.ranmaru UH lo0 fe80::%lo0 fe80::1%lo0 U lo0 fe80::1%lo0 fe80::1%lo0 UHL lo0 fe80::e876:5a8d:ea link#2 UHL lo0 ff01:1:: localhost.ranmaru UC lo0 ff02::%lo0 localhost.ranmaru UC lo0 From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 04:56:41 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54B6616A403 for ; Tue, 19 Sep 2006 04:56:41 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from admin.mwci.net (corp.yournetplus.com [162.42.148.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1388043D49 for ; Tue, 19 Sep 2006 04:56:40 +0000 (GMT) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (account d.hill@yournetplus.com [65.124.230.214] verified) by admin.mwci.net (CommuniGate Pro SMTP 4.1.8) with ESMTP id 47536097; Tue, 19 Sep 2006 04:56:35 +0000 Date: Tue, 19 Sep 2006 04:56:59 +0000 From: Duane Hill X-Priority: 3 (Normal) Message-ID: <484455041.20060919045659@yournetplus.com> To: Jeff Cross In-Reply-To: <450F6A0A.8070509@averageadmins.com> References: <450F6A0A.8070509@averageadmins.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: compat4x and compat5x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Duane Hill List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 04:56:41 -0000 On Tuesday, September 19, 2006 at 3:54:50 AM, Jeff confabulated: > I'm not trying to kick any dead horses here but there are times when I > try to run some applications that I get some messages like the following: > /libexec/ld-elf.so.1: Shared object "libc.so.5" not found, required by... > I normally reinstall compat4x or compat5x and am good to go. I have > compat4x_enable="YES" and compat5x_enable="YES" in my /etc/rc.conf file > but I still get these messages and have to force a reinstall (after a > reboot). > I just found this thread: > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2005-12/msg02487.html > ..and tried running the command the posted listed: > /sbin/ldconfig -m /usr/local/lib/compat > This worked like a champ. I was able to immediately run the application > in question and didn't have to force a reinstall of compat5x. > I am sure I have missed something along the way but can someone please > assist me/point me in the right direction in getting this straightened > out so I don't have to do this manually after each reboot? I would > greatly appreciate it. I had to install both myself for an application we run on a server. I installed them from /usr/ports/misc/compat4x and compat5x. The install placed the startup scripts 000.compat4x.sh and 000.compat5x.sh in /usr/local/etc/rc.d. They startup after reboot every time. There was no need to place anything in the rc.conf. -- "This message was sent using 100% recycled electrons." From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 05:02:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15E916A407 for ; Tue, 19 Sep 2006 05:02:26 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E06D43D49 for ; Tue, 19 Sep 2006 05:02:26 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (rwcrmhc11) with ESMTP id <20060919050225m1100b5vnge>; Tue, 19 Sep 2006 05:02:25 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Tue, 19 Sep 2006 00:00:59 +0000 User-Agent: KMail/1.9.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609190000.59899.josh@tcbug.org> Cc: Mark Jayson Alvarez Subject: Re: recommended network games to play with your best bud. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 05:02:26 -0000 On Tuesday 19 September 2006 03:40, Mark Jayson Alvarez wrote: > Hi, > > Say you are working in a place where all workstations > are mixtures of Unixes..Now you have your bestfriend > somewhere far away. And he was complaining of severe > boredom in his current work. What *nix network game > would you two play? Dopewars -- Thanks, Josh Paetzel From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 05:29: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 DBD8816A415 for ; Tue, 19 Sep 2006 05:29:25 +0000 (UTC) (envelope-from m.apitz@oclcpica.org) Received: from hunter.Sisis.de (hunter.sisis.de [193.31.11.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD9943D4C for ; Tue, 19 Sep 2006 05:29:24 +0000 (GMT) (envelope-from m.apitz@oclcpica.org) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id HAA26729; Tue, 19 Sep 2006 07:25:49 +0200 (CEST) (envelope-from m.apitz@oclcpica.org) Received: from ppp-82-135-93-149.dynamic.mnet-online.de(82.135.93.149) by hunter.Sisis.de via smap (V2.1) id xma026723; Tue, 19 Sep 06 07:25:32 +0200 Received: (from guru@localhost) by rebelion.Sisis.de (8.13.4/8.13.4/Submit) id k8J5Sxwp015253; Tue, 19 Sep 2006 07:28:59 +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: Tue, 19 Sep 2006 07:28:59 +0200 From: Matthias Apitz To: Perry Hutchison Message-ID: <20060919052859.GB14224@rebelion.Sisis.de> References: <20060918132520.GA8117@rebelion.Sisis.de> <10609181853.AA15913@pluto.rain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <10609181853.AA15913@pluto.rain.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-RELEASE (i386) Cc: freebsd-questions@freebsd.org Subject: Re: 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: Tue, 19 Sep 2006 05:29:25 -0000 El día Monday, September 18, 2006 a las 11:53:29AM -0700, Perry Hutchison escribió: > It could likely be made to work, but offhand it sounds like > reinventing the wheel. Why not just let each user log in via > xdm, and have their .xsession bring up the MUA? Because the (mail-) users coming and leaving frecuently and launching each time a own KDE desktop take to much time. Thx for your feedback anyway. I came up with the idea to have one neutral user, say 'kiosk' which owns the desktop and the others say $ ssh -X user1@localhost kmail 2>/dev/null via small icons for 'user1', 'user2', ... 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 Tue Sep 19 05:54:40 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 C74E916A407 for ; Tue, 19 Sep 2006 05:54:40 +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 46F5E43D5A for ; Tue, 19 Sep 2006 05:54:40 +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 1259D1A4D84; Mon, 18 Sep 2006 22:54:40 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4468F515AA; Tue, 19 Sep 2006 01:54:39 -0400 (EDT) Date: Tue, 19 Sep 2006 01:54:39 -0400 From: Kris Kennaway To: Jeff Cross Message-ID: <20060919055438.GA21000@xor.obsecurity.org> References: <450F6A0A.8070509@averageadmins.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline In-Reply-To: <450F6A0A.8070509@averageadmins.com> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: compat4x and compat5x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 05:54:40 -0000 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 18, 2006 at 10:54:50PM -0500, Jeff Cross wrote: > I'm not trying to kick any dead horses here but there are times when I > try to run some applications that I get some messages like the following: >=20 > /libexec/ld-elf.so.1: Shared object "libc.so.5" not found, required by... >=20 > I normally reinstall compat4x or compat5x and am good to go. I have > compat4x_enable=3D"YES" and compat5x_enable=3D"YES" in my /etc/rc.conf fi= le > but I still get these messages and have to force a reinstall (after a > reboot). >=20 > I just found this thread: >=20 > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2005-12/msg0248= 7.html >=20 > ..and tried running the command the posted listed: >=20 > /sbin/ldconfig -m /usr/local/lib/compat >=20 > This worked like a champ. I was able to immediately run the application > in question and didn't have to force a reinstall of compat5x. >=20 > I am sure I have missed something along the way but can someone please > assist me/point me in the right direction in getting this straightened > out so I don't have to do this manually after each reboot? I would > greatly appreciate it. Make sure you are running up-to-date versions of both packages. i.e. I think the rc.conf entry is no longer required. Kris --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFD4YeWry0BWjoQKURAkwUAKDBxYnPEOl5eOtqTIX+lpbpcfxcwQCg57Xz 1I1J1pa3epddvrv70lZOwJQ= =xmoS -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 06:01:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D892916A412 for ; Tue, 19 Sep 2006 06:01:11 +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 5FD0643D45 for ; Tue, 19 Sep 2006 06:01:11 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 14410 invoked from network); 19 Sep 2006 16:01:07 +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; 19 Sep 2006 16:01:07 +1000 Date: Tue, 19 Sep 2006 16:01:01 +1000 From: Norberto Meijome To: Jerry McAllister Message-ID: <20060919160101.7147a01b@localhost> 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> 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 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: Tue, 19 Sep 2006 06:01:11 -0000 On Mon, 18 Sep 2006 10:38:48 -0400 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? sure, works fine under freebsd. I just did a pkg_info -R qemu* and it doesn't *seem* to depend on anything linux... the Makefile doesnt make any reference to it either. I've only used it for hosting a WinXP-Pro guest - it's not as fast as VMWare,but i'm switching to linux just for that reason. And i wont be buying vmware workstation linux licenses (needed for VmWare Workstaion 3.x on FreeBSD host) - my Wkstation-Windows licenses are just fine (but not valid for linux, according to vmware's support). B _________________________ {Beto|Norberto|Numard} Meijome Quantum Logic Chicken: The chicken is distributed probabalistically on all sides of the road until you observe it on the side of your course. 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 Tue Sep 19 06:45: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 E680E16A403 for ; Tue, 19 Sep 2006 06:45:07 +0000 (UTC) (envelope-from paul+fbsd@it.ca) Received: from mail2.dm.egate.net (mail2.dm.egate.net [216.235.1.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5529543D45 for ; Tue, 19 Sep 2006 06:45:05 +0000 (GMT) (envelope-from paul+fbsd@it.ca) Received: from mail.it.ca (root@[216.235.7.67]) by mail2.dm.egate.net (8.12.11/8.12.10) with ESMTP id k8J6j4xN077906; Tue, 19 Sep 2006 02:45:04 -0400 (EDT) (envelope-from paul+fbsd@it.ca) Received: from mail.it.ca (paul@mail [216.235.7.67]) by mail.it.ca (8.13.3/8.13.3) with ESMTP id k8J6j37l036282; Tue, 19 Sep 2006 02:45:03 -0400 (EDT) (envelope-from paul+fbsd@it.ca) Received: (from paul@localhost) by mail.it.ca (8.13.3/8.13.3/Submit) id k8J6j3dK036281; Tue, 19 Sep 2006 02:45:03 -0400 (EDT) (envelope-from paul+fbsd@it.ca) X-Authentication-Warning: mail.it.ca: paul set sender to paul+fbsd@it.ca using -f Date: Tue, 19 Sep 2006 02:45:03 -0400 From: Paul Chvostek To: Norberto Meijome Message-ID: <20060919064503.GA35287@it.ca> References: <20060914215728.8113.qmail@web34402.mail.mud.yahoo.com> <257D290F82FC6FAB8865E52F@gumby.localdomain> <20060916123059.6d047f8a@localhost> <20060918143848.GA12668@gizmo.acns.msu.edu> <20060919160101.7147a01b@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060919160101.7147a01b@localhost> User-Agent: Mutt/1.5.12-2006-07-14 Cc: Jerry McAllister , FreeBSD Users Questions , RW Subject: Re: Firefox+Flash+Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 06:45:08 -0000 > 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? It's a proper virtual machine, not like jail(8). Check http://en.wikipedia.org/wiki/Comparison_of_virtual_machines for a list of alternatives. On Tue, Sep 19, 2006 at 04:01:01PM +1000, Norberto Meijome wrote: > > I've only used it for hosting a WinXP-Pro guest - it's not as fast as > VMWare,but i'm switching to linux just for that reason. And i wont be buying > vmware workstation linux licenses (needed for VmWare Workstaion 3.x on FreeBSD > host) - my Wkstation-Windows licenses are just fine (but not valid for linux, > according to vmware's support). QEMU can read and write vmdk files, so you may have an easy migration path. But if your issue is speed, have you looked at the kqemu-kmod port? It's the bit that allows guest code to run directly on the host cpu. YMMV, but it seems to allow QEMU to run Windows guests at about the same speed as VMWare. http://qemu.org/qemu-accel.html for details. p -- Paul Chvostek it.canada http://www.it.ca/ From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 07: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 50BCC16A407 for ; Tue, 19 Sep 2006 07:28:44 +0000 (UTC) (envelope-from fysical@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F73043D55 for ; Tue, 19 Sep 2006 07:28:40 +0000 (GMT) (envelope-from fysical@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so1683909nzn for ; Tue, 19 Sep 2006 00:28:40 -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=EJWKL/lnnBMg4x0q3mkkeMlcmjxCWA3n3znn2Pu143J+SnvrDHFoDSXP7sUAN5Cil5rv4cMBGDnHx0xmMuSCd9zptgyBaxSF4sKLHscCJn0hJnWrlu0xNj9Re5+a8PfNlV025CSxjBWDAgHE35QOxHJaY18MossnO/x2dlXg0Uc= Received: by 10.65.251.1 with SMTP id d1mr14041247qbs; Tue, 19 Sep 2006 00:28:40 -0700 (PDT) Received: by 10.65.124.13 with HTTP; Tue, 19 Sep 2006 00:28:40 -0700 (PDT) Message-ID: <73d604760609190028t681b8e72sd4ba08703bc8eb67@mail.gmail.com> Date: Tue, 19 Sep 2006 12:58:40 +0530 From: "Viswas Nair" To: girishvenkatachalam@gmail.com, "FreeBSD Users Questions" In-Reply-To: <20060919004637.GB18695@lakshmi.susmita.org> MIME-Version: 1.0 References: <73d604760609100022o5ea4831cwa7ecd29e7461fe99@mail.gmail.com> <44r6yio2pk.fsf@be-well.ilk.org> <73d604760609160157y426ce69ei58c4f8cbecf632d6@mail.gmail.com> <4464fl6za9.fsf@be-well.ilk.org> <73d604760609181215vfd20986r5aa1079ca887a584@mail.gmail.com> <20060919004637.GB18695@lakshmi.susmita.org> 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: /usr/bin/ld: cannot find -lstdc++_p X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 07:28:44 -0000 On 9/19/06, Girish Venkatachalam wrote: > > On Tue, Sep 19, 2006 at 12:45:10AM +0530, Viswas Nair wrote: > |yes I am building from ports. I loaded it as a package and got it to work > |without any issues. I would like to fix the problem anyway. > Dear Viswas, > > Already someone in the list pointed out that u shud not top post. I > think you didnt get it. It means that u reply like the way I am doing, first > quote the text and write below it. Since these mails are read by thousands > of ppl, if they read the mails in reverse order they will be confused. > > I also used to top post a lot before but now I find it very > irritating.You may think that your idea of writing mails is actually the > right way to go but it is not. I also used to think that way. > > regards, > Girish > Thanks for the info. I didnt pay attention. Sorry about that. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 07:42: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 29DF616A412 for ; Tue, 19 Sep 2006 07:42:50 +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 A62D443D53 for ; Tue, 19 Sep 2006 07:42:49 +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 9028B2E035; Tue, 19 Sep 2006 09:42:47 +0200 (CEST) Message-ID: <450F9F71.1090606@locolomo.org> Date: Tue, 19 Sep 2006 09:42:41 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Kris Kennaway References: <450E7091.1050409@locolomo.org> <20060918170221.GA4446@xor.obsecurity.org> In-Reply-To: <20060918170221.GA4446@xor.obsecurity.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 19 Sep 2006 07:42:50 -0000 Kris Kennaway wrote: >> 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? > > 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. Thanks Kris, previously the todo list contained a list of new features, desired and required, and other major issues to be resolved for the new release. One could follow which things had been resolved, which need testing etc as well as look forward to all the new cool stuff. Has this system been abandoned after the switch to timely releases? What has been the main focus areas for this upcoming release? Maybe I'm just uninformed (sorry) or looking the wrong place for the info. 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 Tue Sep 19 08:00: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 C02AD16A47C for ; Tue, 19 Sep 2006 08:00:43 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490DA43D49 for ; Tue, 19 Sep 2006 08:00:42 +0000 (GMT) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.50) id 1GPaX5-0008G5-A6 for freebsd-questions@freebsd.org; Tue, 19 Sep 2006 09:00:43 +0100 Received: from esperance.zetnet.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.13.6/8.13.6/Debian-1) with SMTP id k8J80ekh016357 for ; Tue, 19 Sep 2006 09:00:41 +0100 Received: (qmail 15257 invoked by uid 1001); 19 Sep 2006 08:00:35 -0000 From: "Frank Shute" Date: Tue, 19 Sep 2006 09:00:35 +0100 To: "P.U.Kruppa" Message-ID: <20060919080035.GA15215@melon.esperance-linux.co.uk> References: <20060919053500.X52164@pukruppa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060919053500.X52164@pukruppa.net> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.1-RELEASE-p3 i386 X-Organisation: 'Esperance Linux' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (zetnet.co.uk [194.247.46.1]); Tue, 19 Sep 2006 09:00:41 +0100 (BST) Cc: Edward and Nancy Powers , freebsd-questions@freebsd.org Subject: Re: New to FreeBSD/UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 08:00:43 -0000 On Tue, Sep 19, 2006 at 05:41:08AM +0200, P.U.Kruppa wrote: > > On Mon, 18 Sep 2006, Edward and Nancy Powers wrote: > > > > > I am new to UNIX, and want to download a basic UNIX system, just to > > run commands and become familiar with the system. I wish to use this > > system as a companion piece to a UNIX tutorial which I have on DVD. I > > do not want to replace Windows at this time. > > > > My PC has: Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, > > Windows ME operating system. > > > > What course of action do you recommend that I take? > > > > Thanks. > Another idea: > First try a live CD (Freesbie), as recommended above, to > get used to everything (won't do any harm). > Then get a second hard drive and install freebsd on this > (should be cheaper than buying Partition Magic). > You can "dual boot" both systems then and leave your XP > installation as is. > What are the memory requirements of Freesbie? Wouldn't 128MB be a bit tight? -- Frank echo "f r a n k @ e s p e r a n c e - l i n u x . c o . u k" | sed 's/ //g' --->PGP keyID: 0x10BD6F4B<--- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 09:01: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 CCB4A16A4AB for ; Tue, 19 Sep 2006 09:01:10 +0000 (UTC) (envelope-from agh@tpg.com.au) Received: from mail4.tpgi.com.au (mail4.tpgi.com.au [203.12.160.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id C08FA44354 for ; Tue, 19 Sep 2006 08:37:12 +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 mail4.tpgi.com.au (envelope-from agh@tpg.com.au) (8.13.6/8.13.6) with ESMTP id k8J8b8wg015855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Sep 2006 18:37:10 +1000 From: "Alastair G. Hogge" To: freebsd-questions@freebsd.org Date: Tue, 19 Sep 2006 18:41:16 +0000 User-Agent: KMail/1.9.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609191841.17019.agh@tpg.com.au> Cc: Mark Jayson Alvarez Subject: Re: recommended network games to play with your best bud. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 09:01:10 -0000 On Tuesday 19 September 2006 03:40, Mark Jayson Alvarez wrote: > Hi, G'day > Say you are working in a place where all workstations > are mixtures of Unixes..Now you have your bestfriend > somewhere far away. And he was complaining of severe > boredom in his current work. What *nix network game > would you two play? games/tremulous games/sauerbraten From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 09:06: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 7BD3116A417 for ; Tue, 19 Sep 2006 09:06:13 +0000 (UTC) (envelope-from ltsampros@upnet.gr) Received: from smtp01.vivodinet.gr (smtp01.vivodinet.gr [83.171.203.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9366D43D6A for ; Tue, 19 Sep 2006 09:06:11 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: from biftekaki.lan (dsl-88-218-3-32.customers.vivodi.gr [88.218.3.32]) by smtp01.vivodinet.gr (8.12.10/8.12.10) with ESMTP id k8J967o2026366; Tue, 19 Sep 2006 12:06:07 +0300 Received: from biftekaki.lan (localhost [127.0.0.1]) by biftekaki.lan (8.13.6/8.13.6) with ESMTP id k8J8wSi2086861; Tue, 19 Sep 2006 11:58:28 +0300 (EEST) (envelope-from gaghiel@biftekaki.lan) Received: (from gaghiel@localhost) by biftekaki.lan (8.13.6/8.13.6/Submit) id k8J8wSGd086860; Tue, 19 Sep 2006 11:58:28 +0300 (EEST) (envelope-from gaghiel) Date: Tue, 19 Sep 2006 11:58:28 +0300 From: Tsampros Leonidas To: girishvenkatachalam@gmail.com Message-ID: <20060919085828.GA86790@biftekaki.lan> References: <20060916094959.GA16396@lakshmi.susmita.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-7 Content-Disposition: inline In-Reply-To: <20060916094959.GA16396@lakshmi.susmita.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: ClamAV 0.88.4/1894/Tue Sep 19 03:12:43 2006 on smtp01.vivodinet.gr X-Virus-Status: Clean X-Spam-Flag: NO X-Spam-Status: No, score=-2.5 required=5.0 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on smtp01.vivodinet.gr Cc: freebsd-questions@freebsd.org Subject: Re: Making simple colorful block diagrams for presentations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 09:06:13 -0000 On Sat, Sep 16, 2006 at 03:20:00PM +0530, Girish Venkatachalam wrote: > > Hello, > > I want a simple tool that can be used for preparing block diagrams and arrows, that is all. I want to be able to use few colors, that is all. > > Please don't suggest openoffice or kde. I want something simple. > > Thanks. > > regards, > Girish If you have java installed on your system, you can use ditaa which is not currently in the ports. Check ditaa.sourceforge.net From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 09:13: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 270AA16A4A0 for ; Tue, 19 Sep 2006 09:13:27 +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 A63B543D58 for ; Tue, 19 Sep 2006 09:13:26 +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 1GPbfP-000Pfg-JA; Tue, 19 Sep 2006 10:13:23 +0100 In-Reply-To: <54db43990609181141k2a0b938fj298a9de92853f700@mail.gmail.com> References: <720051dc0609180208h16a65071h310228d12f2c6701@mail.gmail.com> <54db43990609181141k2a0b938fj298a9de92853f700@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: <65B0CAD0-8B44-406D-8872-193D4746BB19@ashleymoran.me.uk> Content-Transfer-Encoding: 7bit From: Ashley Moran Date: Tue, 19 Sep 2006 10:13:20 +0100 To: Bob Johnson 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: Tue, 19 Sep 2006 09:13:27 -0000 On 18 Sep 2006, at 19:41, Bob Johnson wrote: > You might need to make sure AD support got enabled. In the samba3 port > at least, it is off by default (although winbind support is enabled by > default). Bob, I think that's done, judging by the output of "make config". Unfortunately all the feedback I've got is "Done that that's the easy bit, its all set up and it should be working just its returning invalid users all the time" which is not really precise enough to expect a response from the list :) I think I will have to look at this myself. I just wanted to sanity check that it was possible more than anything. Ashley From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 10:27: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 E533016A403 for ; Tue, 19 Sep 2006 10:27:18 +0000 (UTC) (envelope-from d1945@sbcglobal.net) Received: from smtp104.sbc.mail.mud.yahoo.com (smtp104.sbc.mail.mud.yahoo.com [68.142.198.203]) by mx1.FreeBSD.org (Postfix) with SMTP id 2AE8B43D66 for ; Tue, 19 Sep 2006 10:27:18 +0000 (GMT) (envelope-from d1945@sbcglobal.net) Received: (qmail 70293 invoked from network); 19 Sep 2006 10:27:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:Mime-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent; b=Eq+ydMUBGuYqUHwY9+4/E9HLvPZxn4Z5WfBXaybxB3YvTkQvbxK9ndtKQsVBlL7uCyA15PhQEMu0qKlOxGIBpzz+900Db8YrW+q5Yz4GI2nekm4I0vKcUx+WT05hzx/t18oQ5AX7s9ALRGwVMByT7tE9E+fKgDyDQ7g4nFT5Te0= ; Received: from unknown (HELO home) (d1945@sbcglobal.net@69.104.191.121 with login) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 19 Sep 2006 10:27:17 -0000 Received: by home (sSMTP sendmail emulation); Tue, 19 Sep 2006 03:27:16 -0700 Date: Tue, 19 Sep 2006 03:27:16 -0700 From: George Allan To: freebsd-questions@FreeBSD.org Message-ID: <20060919102716.GB772@home> Mail-Followup-To: freebsd-questions@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: New to FreeBSD/UNIX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 10:27:19 -0000 On Mon, Sep 18, 2006 at 04:54:14PM -0400, Edward and Nancy Powers wrote: > I am new to UNIX, and want to download a basic UNIX system, just to > run commands and become familiar with the system. I wish to use this > system as a companion piece to a UNIX tutorial which I have on DVD. I > do not want to replace Windows at this time. > > My PC has: Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, > Windows ME operating system. > > What course of action do you recommend that I take? The ideal approach for someone in your situation would be to download and install http://www.vmware.com/products/server/ and then download a ready to use FreeBSD appliance http://www.vmware.com/vmtn/appliances/directory/ or, alternatively, go through the installation process yourself by installing FreeBSD from a CD using vmware. You can experiment to your hearts content without affecting your current system. Your PC is more than adequate to run FreeBSD (provided the hardware is supported), but would require an extra 128MB RAM for vmware. The problem is your version of Windows. Maybe you can buy a used copy of Windows 2000 from someone? From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 08:52: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 BB76316A407 for ; Tue, 19 Sep 2006 08:52:15 +0000 (UTC) (envelope-from linuxrule@yahoo.com) Received: from web32413.mail.mud.yahoo.com (web32413.mail.mud.yahoo.com [68.142.207.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 6366A43D81 for ; Tue, 19 Sep 2006 08:52:08 +0000 (GMT) (envelope-from linuxrule@yahoo.com) Received: (qmail 3648 invoked by uid 60001); 19 Sep 2006 08:52:07 -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=cHnkr/RAn4A7aOHD2KcOSpBlhoc5zyBspOyxBcuFgszHZTl2BEZeINHJ6Ndpxf4alkSHEwmsaCzzhbCA/s8tnnW1dTUeIeSZXEQ5iXVItgC9g0Zuoy1XoLPTad6JbPDi0+FGTW/lDrskr1qoyFc8fN8Hay6JcUUETRfl7xMTjes= ; Message-ID: <20060919085207.3646.qmail@web32413.mail.mud.yahoo.com> Received: from [63.130.196.50] by web32413.mail.mud.yahoo.com via HTTP; Tue, 19 Sep 2006 01:52:07 PDT Date: Tue, 19 Sep 2006 01:52:07 -0700 (PDT) From: Stanley Wright To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 19 Sep 2006 11:38:01 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Booting FreeBSD from floppy or CD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 08:52:15 -0000 Hi All, Is it possible to boot FreeBSD from a floppy disk or a CD. I dont want the other users to know the OS is on the computer. Thanks Stan --------------------------------- Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 11:48: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 5CF1716A403 for ; Tue, 19 Sep 2006 11:48:24 +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 0982543D6D for ; Tue, 19 Sep 2006 11:48:19 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:22471 helo=http.aseed.net) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1GPe5K-000BEU-VY; Tue, 19 Sep 2006 11:48:19 +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 AA2995823C; Tue, 19 Sep 2006 13:48:26 +0200 (CEST) Date: Tue, 19 Sep 2006 13:48:15 +0200 From: albi To: Stanley Wright Message-Id: <20060919134815.6056414f.albi@scii.nl> In-Reply-To: <20060919085207.3646.qmail@web32413.mail.mud.yahoo.com> References: <20060919085207.3646.qmail@web32413.mail.mud.yahoo.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: Booting FreeBSD from floppy or CD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 11:48:24 -0000 On Tue, 19 Sep 2006 01:52:07 -0700 (PDT) Stanley Wright wrote: > Is it possible to boot FreeBSD from a floppy disk or a CD. I dont > want the other users to know the OS is on the computer. there are a few FreeBSD live-cds : http://www.freesbie.org http://livecd.sourceforge.net -- grtjs, albi From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 11:52: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 44CA716A47C for ; Tue, 19 Sep 2006 11:52:50 +0000 (UTC) (envelope-from bob.middaugh@comcast.net) Received: from sccrmhc15.comcast.net (sccrmhc15.comcast.net [63.240.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B2743D5A for ; Tue, 19 Sep 2006 11:52:49 +0000 (GMT) (envelope-from bob.middaugh@comcast.net) Received: from freebsd (c71476b5.state.nj.us[199.20.118.181]) by comcast.net (sccrmhc15) with SMTP id <2006091911494301500i21o6e>; Tue, 19 Sep 2006 11:49:54 +0000 From: "Bob M." To: Ashley Moran In-Reply-To: <65B0CAD0-8B44-406D-8872-193D4746BB19@ashleymoran.me.uk> References: <720051dc0609180208h16a65071h310228d12f2c6701@mail.gmail.com> <54db43990609181141k2a0b938fj298a9de92853f700@mail.gmail.com> <65B0CAD0-8B44-406D-8872-193D4746BB19@ashleymoran.me.uk> Content-Type: text/plain Date: Tue, 19 Sep 2006 07:51:34 -0400 Message-Id: <1158666694.651.5.camel@freebsd> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Bob Johnson , 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 Reply-To: bob.middaugh@comcast.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 11:52:50 -0000 On Tue, 2006-09-19 at 10:13 +0100, Ashley Moran wrote: > On 18 Sep 2006, at 19:41, Bob Johnson wrote: > > You might need to make sure AD support got enabled. In the samba3 port > > at least, it is off by default (although winbind support is enabled by > > default). > > > Bob, > > I think that's done, judging by the output of "make config". > Unfortunately all the feedback I've got is "Done that that's the easy > bit, its all set up and it should be working > just its returning invalid users all the time" which is not really > precise enough to expect a response from the list :) > > I think I will have to look at this myself. I just wanted to sanity > check that it was possible more than anything. > > Ashley > It's absolutely possible Ashley. We have samba 2.x running on a few solaris 8 through 10 servers, one might be 3.x. One of our solaris admins made the mistake of making one of them a domain controller and it was authenticating users in an AD domain. I've run samba at home on various releases of FreeBSD over the past few years. You're just looking to setup file shares with permissions, right? Bob From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 12:11: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 B0EBB16A4D4 for ; Tue, 19 Sep 2006 12:11:46 +0000 (UTC) (envelope-from bob.middaugh@comcast.net) Received: from alnrmhc14.comcast.net (alnrmhc14.comcast.net [204.127.225.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8166E43D8F for ; Tue, 19 Sep 2006 12:11:13 +0000 (GMT) (envelope-from bob.middaugh@comcast.net) Received: from freebsd (c71476b5.state.nj.us[199.20.118.181]) by comcast.net (alnrmhc14) with SMTP id <20060919120705b1400ijnafe>; Tue, 19 Sep 2006 12:07:06 +0000 From: "Bob M." To: musashi miyamoto In-Reply-To: References: Content-Type: text/plain Date: Tue, 19 Sep 2006 08:08:56 -0400 Message-Id: <1158667736.651.10.camel@freebsd> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: nmap route problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bob.middaugh@comcast.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 12:11:46 -0000 On Tue, 2006-09-19 at 11:55 +0800, musashi miyamoto wrote: > is there a way to fix this? i searched google, but i cant find any > solution. thanks > > Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2006-09-18 20:53 PHT > WARNING: Unable to find appropriate interface for system route to 210.5.70.102 > > nexthost: failed to determine route > > FreeBSD mori.ranmaru 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Sep 5 > 02:09:57 PHT 2006 > mori@mori.ranmaru:/usr/src/sys/i386/compile/SHOGUN i386 > > Nmap version 4.11 ( http://www.insecure.org/nmap/ ) > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 210.5.70.102 UGS 1 885 tun0 > mori mori UH 1 5989 lo0 > 210.5.70.102 210.213.79.23 UH 1 0 tun0 => > 210.5.70.102/32 210.213.79.23 UGS 0 0 tun0 > > Internet6: > Destination Gateway Flags Netif Expire > localhost.ranmaru localhost.ranmaru UH lo0 > fe80::%lo0 fe80::1%lo0 U lo0 > fe80::1%lo0 fe80::1%lo0 UHL lo0 > fe80::e876:5a8d:ea link#2 UHL lo0 > ff01:1:: localhost.ranmaru UC lo0 > ff02::%lo0 localhost.ranmaru UC lo0 What happens if you use -e [interface], like: nmap -e xl0 -vv -sS google.com where xl0 is the nic I want to probe from. Bob From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 12:14: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 4E0C816A403 for ; Tue, 19 Sep 2006 12:14:46 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A6B43D46 for ; Tue, 19 Sep 2006 12:14:45 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 5F86CDA816D for ; Tue, 19 Sep 2006 08:14:44 -0400 (EDT) Received: from heartbeat2.internal ([10.202.2.161]) by frontend3.internal (MEProxy); Tue, 19 Sep 2006 08:14:45 -0400 X-Sasl-enc: PYAFPJuchbq+bRnvG42bAbO28uRkdoN7CmPMUBzeYxaV 1158668085 Received: from [192.168.1.2] (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 522973264 for ; Tue, 19 Sep 2006 08:14:44 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Tue, 19 Sep 2006 13:14:38 +0100 User-Agent: KMail/1.9.4 References: <20060919085207.3646.qmail@web32413.mail.mud.yahoo.com> In-Reply-To: <20060919085207.3646.qmail@web32413.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: <200609191314.39775.list-freebsd-2004@morbius.sent.com> Subject: Re: Booting FreeBSD from floppy or CD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 12:14:46 -0000 On Tuesday 19 September 2006 09:52, Stanley Wright wrote: > Hi All, > > Is it possible to boot FreeBSD from a floppy disk or a CD. I dont want > the other users to know the OS is on the computer. I would suggest running the Gag bootmanager from a floppy. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 12:36:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DBAA16A412 for ; Tue, 19 Sep 2006 12:36:11 +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 8179843D73 for ; Tue, 19 Sep 2006 12:36:08 +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 1GPepY-0007n0-Ds; Tue, 19 Sep 2006 13:36:04 +0100 In-Reply-To: <1158666694.651.5.camel@freebsd> References: <720051dc0609180208h16a65071h310228d12f2c6701@mail.gmail.com> <54db43990609181141k2a0b938fj298a9de92853f700@mail.gmail.com> <65B0CAD0-8B44-406D-8872-193D4746BB19@ashleymoran.me.uk> <1158666694.651.5.camel@freebsd> 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: Tue, 19 Sep 2006 13:36:01 +0100 To: bob.middaugh@comcast.net 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: Tue, 19 Sep 2006 12:36:11 -0000 On 19 Sep 2006, at 12:51, Bob M. wrote: > It's absolutely possible Ashley. We have samba 2.x running on a few > solaris 8 through 10 servers, one might be 3.x. One of our solaris > admins made the mistake of making one of them a domain controller > and it > was authenticating users in an AD domain. I've run samba at home on > various releases of FreeBSD over the past few years. You're just > looking to setup file shares with permissions, right? > > Bob Hi Bob Yep, all we need is a file server. We want folders in /var/share available to users in Active Directory, eg /var/share/ashleymoran for just me, and maybe a shared one for the office or the design team etc. Nothing complicated really. Our network admin said winbindd is broken on FreeBSD so he tried compiling the Solaris version(!) but couldn't make that work. Unfortunately he's beeyessdeephobic, but I want to avoid looking into it myself because, well, it's not my job :) If I have no choice, do you think it will take long to learn how to set it up? I don't want to lose a whole day to it. Ashley From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 13: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 410BC16A412 for ; Tue, 19 Sep 2006 13:23:48 +0000 (UTC) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE6B443D46 for ; Tue, 19 Sep 2006 13:23:47 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [10.1.99.103] ([10.1.99.103]) by mail.scls.lib.wi.us (8.13.1/8.13.1) with ESMTP id k8JDMNrH054562; Tue, 19 Sep 2006 08:22:23 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <450FEF5E.7080808@scls.lib.wi.us> Date: Tue, 19 Sep 2006 08:23:42 -0500 From: Greg Barniskis User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Ashley Moran References: <720051dc0609180208h16a65071h310228d12f2c6701@mail.gmail.com> <54db43990609181141k2a0b938fj298a9de92853f700@mail.gmail.com> <65B0CAD0-8B44-406D-8872-193D4746BB19@ashleymoran.me.uk> <1158666694.651.5.camel@freebsd> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: bob.middaugh@comcast.net, 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: Tue, 19 Sep 2006 13:23:48 -0000 Ashley Moran wrote: > Our network admin said winbindd is broken on FreeBSD so he tried > compiling the Solaris version(!) but couldn't make that work. > Unfortunately he's beeyessdeephobic, but I want to avoid looking into it > myself because, well, it's not my job :) If I have no choice, do you > think it will take long to learn how to set it up? I don't want to lose > a whole day to it. Tell your lackey to to RTFM. =) The Samba web site gives a bunch of scenarios and recipes for commonly requested configs. Procedure for joining a domain as a member server and creating/configuring file and print shares: http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/FastStart.html#id2559527 -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 13:29:03 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C9B16A407; Tue, 19 Sep 2006 13:29:03 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from S1.cableone.net (s1.cableone.net [24.116.0.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3AFD43D45; Tue, 19 Sep 2006 13:29:02 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from [192.168.15.2] (unverified [24.117.124.174]) by S1.cableone.net (CableOne SMTP Service S1) with ESMTP id 75019160 for multiple; Tue, 19 Sep 2006 06:29:01 -0700 Message-ID: <450FF0A6.8050602@averageadmins.com> Date: Tue, 19 Sep 2006 08:29:10 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: Adam Martin References: <450F00C6.1060805@averageadmins.com> <450F1222.3080800@averageadmins.com> <6fa2f8cabbdfa2691be6e491de2b9936@FreeBSD.org> In-Reply-To: <6fa2f8cabbdfa2691be6e491de2b9936@FreeBSD.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 1, First 17, in=16, out=0, spam=0 X-External-IP: 24.117.124.174 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: questions@freebsd.org Subject: Re: Dell PE850 and FreeBSD 6.1-RELEASE - Boot 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: Tue, 19 Sep 2006 13:29:03 -0000 Adam Martin wrote: > > On 2006 Sep 18 , at 17:54, Adam Martin wrote: > >> >> On 2006 Sep 18 , at 17:39, Jeff Cross wrote: >> >>> Adam Martin wrote: >>>> >>>> On 2006 Sep 18 , at 16:25, Jeff Cross wrote: >>>> >>>>> I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with >>>>> some >>>>> booting issues. I have searched the archives and found someone >>>>> having a >>>>> problem with the machine "booting too fast" but my problem is a little >>>>> different. My machine hangs up after the following line is displayed >>>>> during boot: >>>>> >>>>> acd0: CDROM at ata0-master UDMA33 >> >> [ Trimmed for brevity ] > > Sorry to double reply, Jeff. I just realized something. The box > that I've been developing AutoFS on, here at FSL is a Dell Power Edge SE > 1425. I dunno how much hardware there is in common, but I think we use > the same cdrom drive. The one in my PE is a thin-profile drive... it > seems to be the exact part that I had in an old Dell Inspiron. (The > drive has no tray motors, just an electro-mechanical latch which keeps > it closed, and unlocks to let a spring pop out the tray by a few > millimetres.) > > Have you tried removing the cdrom drive from the mainboard? Also > how did you install, from CDROM? I have seen an issue like this once > before, back in 5.2.1 and 5.3, when trying to get it to boot on some > older laptop hardware. The kernel wouldn't boot from some media, but > would from others. > > You may want to try someone's custom compiled kernel, not the stock > kernels... But at this point, it is beyond the scope of a simple fix. > I am curious to know, however, because I have not seen this behavior. > > Regards, > > -- > Adam David Alan Martin > > > > The CD-ROM you described is exactly what is in the PE850. I haven't tried unplugging it from the motherboard but will give that a try today. I installed from the CD and everything went as expected. My only issue is that I _have_ to use verbose logging at boot in order to get it to come up. Strange... Jeff Cross http://www.averageadmins.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 13: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 8160B16A412 for ; Tue, 19 Sep 2006 13:45:05 +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 D5B7F43D73 for ; Tue, 19 Sep 2006 13:44:58 +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 k8JDivXL009477 for ; Tue, 19 Sep 2006 09:44:57 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id AEF6B23E00; Tue, 19 Sep 2006 09:44:51 -0400 (EDT) Date: Tue, 19 Sep 2006 09:44:51 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060919134451.GL11663@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060918021716.GW11663@tigger.digitaltorque.ca> <20060918024647.GX11663@tigger.digitaltorque.ca> <9845208E-BB29-4D7B-9E9A-C391749C9333@kjsl.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RuZRL+GX2sd4FWYD" Content-Disposition: inline In-Reply-To: <9845208E-BB29-4D7B-9E9A-C391749C9333@kjsl.com> 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: Tue, 19 Sep 2006 13:45:05 -0000 --RuZRL+GX2sd4FWYD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 17/09/06 Javier Henderson said: > I don't know exactly when the default behavior was changed, but the =20 > Apache module isn't being built by default anymore. I discovered this =20 > yesterday, when I upgraded PHP and a bunch of scripts stopped working. >=20 > make -DWITH_APACHE will get you going... Actually, the make config saved my preferences, and then a forced rebuild v= ia portupgrade built it with apache support. 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 --RuZRL+GX2sd4FWYD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFFD/RTKGqCc1vIvggRAqOcAKDCbJJy70DY0o5eNwbaafUzlmpXMQCgjgFl 7jEVwofT2X2OiQshpRHTSXc= =oFse -----END PGP SIGNATURE----- --RuZRL+GX2sd4FWYD-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 13:45:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F91716A403 for ; Tue, 19 Sep 2006 13:45:48 +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 84D7D43D76 for ; Tue, 19 Sep 2006 13:45:41 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 4458 invoked from network); 19 Sep 2006 23:45:40 +1000 Received: from 203-214-145-110.perm.iinet.net.au (HELO localhost) (203.214.145.110) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 19 Sep 2006 23:45:40 +1000 Date: Tue, 19 Sep 2006 23:45:31 +1000 From: Norberto Meijome To: freebsd-questions@freebsd.org Message-ID: <20060919234531.19c1ecb6@localhost> In-Reply-To: <20060919064503.GA35287@it.ca> References: <20060914215728.8113.qmail@web34402.mail.mud.yahoo.com> <257D290F82FC6FAB8865E52F@gumby.localdomain> <20060916123059.6d047f8a@localhost> <20060918143848.GA12668@gizmo.acns.msu.edu> <20060919160101.7147a01b@localhost> <20060919064503.GA35287@it.ca> 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: paul+fbsd@it.ca, Jerry McAllister , 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: Tue, 19 Sep 2006 13:45:48 -0000 On Tue, 19 Sep 2006 02:45:03 -0400 Paul Chvostek wrote: > QEMU can read and write vmdk files, so you may have an easy migration > path. Well, i tried loading a pre-existing vmdk from Windows Vmware Wkstation 4.5 and it just didnt work (it'd stall). I have to admit I couldn't spend much more time on it so I moved on. > But if your issue is speed, have you looked at the kqemu-kmod > port? It's the bit that allows guest code to run directly on the host > cpu. YMMV, but it seems to allow QEMU to run Windows guests at about > the same speed as VMWare. http://qemu.org/qemu-accel.html for details. Definitely using kqemu-kmod. I was developing with eclipse under win32 and it was rather painful... interestingly enough, the clock inside the vm was ticking like crazy (4 or so times as fast as normal ) - i ended up syncwing via ntp every 90 seconds :D. It could well be a fault in my qemu config (pretty vanilla one ) .... but for what I need(ed) it, it does its job. _________________________ {Beto|Norberto|Numard} Meijome Law of Conservation of Perversity: we can't make something simpler without making something else more complex 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 Tue Sep 19 13:47:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 606CA16A417 for ; Tue, 19 Sep 2006 13:47:41 +0000 (UTC) (envelope-from sbridges@iastate.edu) Received: from mailhub-3.iastate.edu (mailhub-3.iastate.edu [129.186.140.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id D80CF43D6A for ; Tue, 19 Sep 2006 13:47:40 +0000 (GMT) (envelope-from sbridges@iastate.edu) Received: from mailout-1.iastate.edu (mailout-1.iastate.edu [129.186.140.1]) by mailhub-3.iastate.edu (8.12.11.20060614/8.12.10) with SMTP id k8JDlc4G020892; Tue, 19 Sep 2006 08:47:38 -0500 Received: from (bridgespc.econ.iastate.edu [129.186.32.12]) by mailout-1.iastate.edu with smtp id 6094_36507da8_47bb_11db_8f00_00137253420a; Tue, 19 Sep 2006 08:45:33 +0000 From: "Stephanie Bridges" To: "'Ashley Moran'" Date: Tue, 19 Sep 2006 08:47:38 -0500 Message-ID: <001901c6dbf2$2bb0e660$0c20ba81@econ.iastate.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: Acbb6DtGv8FPezkQQCi5QHS7skuPMAACPSDg 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: Tue, 19 Sep 2006 13:47:41 -0000 Ashley Moran wrote: > On 19 Sep 2006, at 12:51, Bob M. wrote: > >> It's absolutely possible Ashley. We have samba 2.x running on a few >> solaris 8 through 10 servers, one might be 3.x. One of our solaris >> admins made the mistake of making one of them a domain controller and >> it was authenticating users in an AD domain. I've run samba at home >> on various releases of FreeBSD over the past few years. You're just >> looking to setup file shares with permissions, right? >> >> Bob > > > Hi Bob > > Yep, all we need is a file server. We want folders in > /var/share available to users in Active Directory, eg > /var/share/ashleymoran for just me, and maybe a shared one > for the office or the design team etc. Nothing complicated really. > > Our network admin said winbindd is broken on FreeBSD so he tried > compiling the Solaris version(!) but couldn't make that work. > Unfortunately he's beeyessdeephobic, but I want to avoid > looking into it myself because, well, it's not my job :) If > I have no choice, do you think it will take long to learn how > to set it up? I don't want to lose a whole day to it. > Ashley, This is quite doable, and winbindd isn't broken on FreeBSD. It took me a bit to figure out how to make it work correctly, however. I have a FBSD system here that authenticates to our university AD server, and allows access based upon membership in certain security groups. We don't have any services for unix support on our AD server either. If your linux boy needs a little help, I'd be happy to send you my config files, sounds like maybe he hasn't actually done it on linux either as my FreeBSD/Linux setups are nearly identical. ~~~~~~~~~~~~~~~~~~~~~~~ Stephanie Bridges Economics Department -- Iowa State University 80B Heady Hall, Ames, IA 50011 ph: 515.294.8732 ~~ fax: 515.294.0221 http://www.econ.iastate.edu From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 13:47:52 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2485E16A4C2 for ; Tue, 19 Sep 2006 13:47:52 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from mail4.valornet.net (mail4.valornet.net [69.30.128.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E9043D6E for ; Tue, 19 Sep 2006 13:47:39 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: (qmail 1179 invoked by uid 89); 19 Sep 2006 13:47:39 -0000 Received: by simscan 1.1.0 ppid: 1164, pid: 1173, t: 0.2032s scanners: attach: 1.1.0 clamav: 0.85.1/m:31/d:910 spam: 3.0.2 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail4.valornet.net X-Spam-Level: X-Spam-Status: No, score=0.0 required=15.0 tests=AWL autolearn=disabled version=3.1.0 Received: from unknown (HELO ?192.168.1.100?) (66.55.255.50) by 0 with SMTP; 19 Sep 2006 13:47:39 -0000 Message-ID: <450FF4ED.4030706@averageadmins.com> Date: Tue, 19 Sep 2006 08:47:25 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: Duane Hill References: <450F6A0A.8070509@averageadmins.com> <484455041.20060919045659@yournetplus.com> In-Reply-To: <484455041.20060919045659@yournetplus.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: compat4x and compat5x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 13:47:52 -0000 Duane Hill wrote: > On Tuesday, September 19, 2006 at 3:54:50 AM, Jeff confabulated: > >> I'm not trying to kick any dead horses here but there are times when I >> try to run some applications that I get some messages like the following: > >> /libexec/ld-elf.so.1: Shared object "libc.so.5" not found, required by... > >> I normally reinstall compat4x or compat5x and am good to go. I have >> compat4x_enable="YES" and compat5x_enable="YES" in my /etc/rc.conf file >> but I still get these messages and have to force a reinstall (after a >> reboot). > >> I just found this thread: > >> http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2005-12/msg02487.html > >> ..and tried running the command the posted listed: > >> /sbin/ldconfig -m /usr/local/lib/compat > >> This worked like a champ. I was able to immediately run the application >> in question and didn't have to force a reinstall of compat5x. > >> I am sure I have missed something along the way but can someone please >> assist me/point me in the right direction in getting this straightened >> out so I don't have to do this manually after each reboot? I would >> greatly appreciate it. > > I had to install both myself for an application we run on a server. I > installed them from /usr/ports/misc/compat4x and compat5x. The install > placed the startup scripts 000.compat4x.sh and 000.compat5x.sh in > /usr/local/etc/rc.d. They startup after reboot every time. There was > no need to place anything in the rc.conf. > That is the ports I used to install compat4x and compat5x. However, the startup scripts aren't anywhere on my system. I searched for both using locate (after updating the DB of course) and also checked in /usr/local/etc/rc.d/ manually. Nothing... I update my ports tree about 2-3 times a day so I would assume I am using the latest versions of the ports. Any idea on how I can get those startup scripts? I may try a complete remove and then a fresh install. I look forward to any responses. Jeff Cross http://www.averageadmins.com From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 13:53: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 8C99C16A416 for ; Tue, 19 Sep 2006 13:53:02 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from admin.mwci.net (corp.yournetplus.com [162.42.148.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id C140F43D83 for ; Tue, 19 Sep 2006 13:53:01 +0000 (GMT) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (account d.hill@yournetplus.com [65.124.230.214] verified) by admin.mwci.net (CommuniGate Pro SMTP 4.1.8) with ESMTP id 47669299; Tue, 19 Sep 2006 13:53:01 +0000 Date: Tue, 19 Sep 2006 13:53:31 +0000 From: Duane Hill X-Priority: 3 (Normal) Message-ID: <46087441.20060919135331@yournetplus.com> To: Jeff Cross In-Reply-To: <450FF4ED.4030706@averageadmins.com> References: <450F6A0A.8070509@averageadmins.com> <484455041.20060919045659@yournetplus.com> <450FF4ED.4030706@averageadmins.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: compat4x and compat5x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Duane Hill List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 13:53:02 -0000 On Tuesday, September 19, 2006 at 1:47:25 PM, Jeff confabulated: > Duane Hill wrote: >> On Tuesday, September 19, 2006 at 3:54:50 AM, Jeff confabulated: >> >>> I'm not trying to kick any dead horses here but there are times when I >>> try to run some applications that I get some messages like the following: >> >>> /libexec/ld-elf.so.1: Shared object "libc.so.5" not found, required by... >> >>> I normally reinstall compat4x or compat5x and am good to go. I have >>> compat4x_enable="YES" and compat5x_enable="YES" in my /etc/rc.conf file >>> but I still get these messages and have to force a reinstall (after a >>> reboot). >> >>> I just found this thread: >> >>> http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2005-12/msg02487.html >> >>> ..and tried running the command the posted listed: >> >>> /sbin/ldconfig -m /usr/local/lib/compat >> >>> This worked like a champ. I was able to immediately run the application >>> in question and didn't have to force a reinstall of compat5x. >> >>> I am sure I have missed something along the way but can someone please >>> assist me/point me in the right direction in getting this straightened >>> out so I don't have to do this manually after each reboot? I would >>> greatly appreciate it. >> >> I had to install both myself for an application we run on a server. I >> installed them from /usr/ports/misc/compat4x and compat5x. The install >> placed the startup scripts 000.compat4x.sh and 000.compat5x.sh in >> /usr/local/etc/rc.d. They startup after reboot every time. There was >> no need to place anything in the rc.conf. >> > That is the ports I used to install compat4x and compat5x. However, the > startup scripts aren't anywhere on my system. I searched for both using > locate (after updating the DB of course) and also checked in > /usr/local/etc/rc.d/ manually. Nothing... > I update my ports tree about 2-3 times a day so I would assume I am > using the latest versions of the ports. Any idea on how I can get those > startup scripts? I may try a complete remove and then a fresh install. > I look forward to any responses. The only thing in the scripts is this: [d.hill@cgate ~]$ cat /usr/local/etc/rc.d/000.compat4x.sh #!/bin/sh /sbin/ldconfig -m /usr/local/lib/compat [d.hill@cgate ~]$ cat /usr/local/etc/rc.d/000.compat5x.sh #!/bin/sh /sbin/ldconfig -m /usr/local/lib/compat Why they have to both be present, I haven't figured that out yet. ldconfig points both at the same location. -- "This message was sent using 100% recycled electrons." From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 13:59: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 88C3716A403 for ; Tue, 19 Sep 2006 13:59:23 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E9F643D4C for ; Tue, 19 Sep 2006 13:59:22 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k8JDxKmc021157; Tue, 19 Sep 2006 06:59:22 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Tue, 19 Sep 2006 09:59:19 -0400 User-Agent: KMail/1.9.3 References: <73d604760609160803y5617c3b1i5a72ee48413b3843@mail.gmail.com> In-Reply-To: X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609190959.20149.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Bill-Schoolcraft Subject: Re: Firefox+Flash works for sure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 13:59:23 -0000 On Saturday 16 September 2006 12:38, Bill-Schoolcraft wrote: > At Sat, 16 Sep 2006 it looks like Viswas Nair composed: > > I use linux-opera and I have managed to get flash working like a charm. > > Just go to any website using flash and opera will ask you to download the > > plugin and automatically take you to the linux page of the flash plugin > > in the adobe website. Then download the flash plugin tar.gz and save it > > to some location. Extract the contents and copy the libflashplayer.so > > file to /usr/X11R6/share/linux-opera/plugins. Close opera and open again > > and enjoy the world of flash > > _______________________________________________ > > 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" > > Hello Family, > > I'm running 6.1, installed "linux-opera" from ports in order to test > the above, and the ports install seemed to go fine but I got this > error when trying to start Opera, anyone seen this before? > > ########################################## > > [wiliweld@lifebook ~]$ /usr/X11R6/share/linux-opera/bin/opera > > opera: Preference initialization failure. File not found or could > not be opened (-7) > > ########################################## Why are you trying to run it that way? What happens if you just type "linux-opera" from an xterm? (/usr/local/bin/linux-opera on my machine). JN From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 14:14:07 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11CC716A5BA for ; Tue, 19 Sep 2006 14:14:00 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from admin.mwci.net (corp.yournetplus.com [162.42.148.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC7443D58 for ; Tue, 19 Sep 2006 14:14:00 +0000 (GMT) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (account d.hill@yournetplus.com [65.124.230.214] verified) by admin.mwci.net (CommuniGate Pro SMTP 4.1.8) with ESMTP id 47677038; Tue, 19 Sep 2006 14:13:57 +0000 Date: Tue, 19 Sep 2006 14:14:24 +0000 From: Duane Hill X-Priority: 3 (Normal) Message-ID: <10410559535.20060919141424@yournetplus.com> To: Jeff Cross In-Reply-To: <46087441.20060919135331@yournetplus.com> References: <450F6A0A.8070509@averageadmins.com> <484455041.20060919045659@yournetplus.com> <450FF4ED.4030706@averageadmins.com> <46087441.20060919135331@yournetplus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: compat4x and compat5x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Duane Hill List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 14:14:07 -0000 Oops! Addendum below: On Tuesday, September 19, 2006 at 1:53:31 PM, Duane confabulated: > On Tuesday, September 19, 2006 at 1:47:25 PM, Jeff confabulated: >> Duane Hill wrote: >>> On Tuesday, September 19, 2006 at 3:54:50 AM, Jeff confabulated: >>> >>>> I'm not trying to kick any dead horses here but there are times when I >>>> try to run some applications that I get some messages like the following: >>> >>>> /libexec/ld-elf.so.1: Shared object "libc.so.5" not found, required by... >>> >>>> I normally reinstall compat4x or compat5x and am good to go. I have >>>> compat4x_enable="YES" and compat5x_enable="YES" in my /etc/rc.conf file >>>> but I still get these messages and have to force a reinstall (after a >>>> reboot). >>> >>>> I just found this thread: >>> >>>> http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2005-12/msg02487.html >>> >>>> ..and tried running the command the posted listed: >>> >>>> /sbin/ldconfig -m /usr/local/lib/compat >>> >>>> This worked like a champ. I was able to immediately run the application >>>> in question and didn't have to force a reinstall of compat5x. >>> >>>> I am sure I have missed something along the way but can someone please >>>> assist me/point me in the right direction in getting this straightened >>>> out so I don't have to do this manually after each reboot? I would >>>> greatly appreciate it. >>> >>> I had to install both myself for an application we run on a server. I >>> installed them from /usr/ports/misc/compat4x and compat5x. The install >>> placed the startup scripts 000.compat4x.sh and 000.compat5x.sh in >>> /usr/local/etc/rc.d. They startup after reboot every time. There was >>> no need to place anything in the rc.conf. >>> >> That is the ports I used to install compat4x and compat5x. However, the >> startup scripts aren't anywhere on my system. I searched for both using >> locate (after updating the DB of course) and also checked in >> /usr/local/etc/rc.d/ manually. Nothing... >> I update my ports tree about 2-3 times a day so I would assume I am >> using the latest versions of the ports. Any idea on how I can get those >> startup scripts? I may try a complete remove and then a fresh install. >> I look forward to any responses. > The only thing in the scripts is this: > [d.hill@cgate ~]$ cat /usr/local/etc/rc.d/000.compat4x.sh > #!/bin/sh > /sbin/ldconfig -m /usr/local/lib/compat > [d.hill@cgate ~]$ cat /usr/local/etc/rc.d/000.compat5x.sh > #!/bin/sh > /sbin/ldconfig -m /usr/local/lib/compat > Why they have to both be present, I haven't figured that out yet. > ldconfig points both at the same location. My bad on this one. The server that still has the startup scripts is not running the latest versions. The versions running are compat4x-i386-5.3_2 and compat5x-i386-5.4.0.6_1. There is anther server here that is running compat5x-i386-5.4.0.8_7 and does not have a startup script. It still works fine. I'm guessing the other response that made mention where the startup scripts are not needed anymore on the later version would stand correct. -- "This message was sent using 100% recycled electrons." From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 14:19:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EE6116A407 for ; Tue, 19 Sep 2006 14:19:41 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7C7143D66 for ; Tue, 19 Sep 2006 14:19:35 +0000 (GMT) (envelope-from david.robillard@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so484807uge for ; Tue, 19 Sep 2006 07:19:34 -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=t382VFhqKByy5j3PNu8MnqdIeKoKAHsSM8WmZiy/ekI47a4yelzHkxt2jHhc0hT2tNMPJjgWXd+HDSl+puzn5QG5Vln6mKvBAOziA8qrEg6EI6pUyBGqw5DAmzPiGggSC4UR0JM0lH5s9lHX1t52yvwzYgTEduDl3MALahIef90= Received: by 10.67.24.13 with SMTP id b13mr7907529ugj; Tue, 19 Sep 2006 07:19:34 -0700 (PDT) Received: by 10.67.106.8 with HTTP; Tue, 19 Sep 2006 07:19:34 -0700 (PDT) Message-ID: <226ae0c60609190719t535d2389s3f5649f78f314766@mail.gmail.com> Date: Tue, 19 Sep 2006 10:19:34 -0400 From: "David Robillard" To: "Bob Johnson" 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: 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: Tue, 19 Sep 2006 14:19:41 -0000 > 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 :) Have you looked into "Windows Services for UNIX" from Microsoft ? http://www.microsoft.com/technet/interopmigration/unix/sfu/default.mspx I've tried version 2.0 while at another company and it was already pretty good. They're at version 3.5 now, so one could think it's better now. 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 Tue Sep 19 14:22:19 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AE0416A494 for ; Tue, 19 Sep 2006 14:22:19 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from mail2.valornet.net (mail2.valornet.net [69.30.128.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 270C443D7B for ; Tue, 19 Sep 2006 14:22:13 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: (qmail 7420 invoked by uid 120); 19 Sep 2006 14:22:12 -0000 Received: from 66.55.255.50 by mail2.valornet.net (envelope-from , uid 89) with qmail-scanner-1.24st (clamdscan: 0.80/791. spamassassin: 3.0.1. perlscan: 1.24st. Clear:RC:1(66.55.255.50):. Processed in 0.26045 secs); 19 Sep 2006 14:22:12 -0000 Received: from unknown (HELO ?192.168.1.100?) (66.55.255.50) by 0 with SMTP; 19 Sep 2006 14:22:12 -0000 Message-ID: <450FFD05.6010309@averageadmins.com> Date: Tue, 19 Sep 2006 09:21:57 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: Duane Hill References: <450F6A0A.8070509@averageadmins.com> <484455041.20060919045659@yournetplus.com> <450FF4ED.4030706@averageadmins.com> <46087441.20060919135331@yournetplus.com> <10410559535.20060919141424@yournetplus.com> In-Reply-To: <10410559535.20060919141424@yournetplus.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: compat4x and compat5x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 14:22:19 -0000 Duane Hill wrote: > Oops! Addendum below: > > On Tuesday, September 19, 2006 at 1:53:31 PM, Duane confabulated: > >> On Tuesday, September 19, 2006 at 1:47:25 PM, Jeff confabulated: > >>> Duane Hill wrote: >>>> On Tuesday, September 19, 2006 at 3:54:50 AM, Jeff confabulated: >>>> >>>>> I'm not trying to kick any dead horses here but there are times when I >>>>> try to run some applications that I get some messages like the following: >>>>> /libexec/ld-elf.so.1: Shared object "libc.so.5" not found, required by... >>>>> I normally reinstall compat4x or compat5x and am good to go. I have >>>>> compat4x_enable="YES" and compat5x_enable="YES" in my /etc/rc.conf file >>>>> but I still get these messages and have to force a reinstall (after a >>>>> reboot). >>>>> I just found this thread: >>>>> http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2005-12/msg02487.html >>>>> ..and tried running the command the posted listed: >>>>> /sbin/ldconfig -m /usr/local/lib/compat >>>>> This worked like a champ. I was able to immediately run the application >>>>> in question and didn't have to force a reinstall of compat5x. >>>>> I am sure I have missed something along the way but can someone please >>>>> assist me/point me in the right direction in getting this straightened >>>>> out so I don't have to do this manually after each reboot? I would >>>>> greatly appreciate it. >>>> I had to install both myself for an application we run on a server. I >>>> installed them from /usr/ports/misc/compat4x and compat5x. The install >>>> placed the startup scripts 000.compat4x.sh and 000.compat5x.sh in >>>> /usr/local/etc/rc.d. They startup after reboot every time. There was >>>> no need to place anything in the rc.conf. >>>> >>> That is the ports I used to install compat4x and compat5x. However, the >>> startup scripts aren't anywhere on my system. I searched for both using >>> locate (after updating the DB of course) and also checked in >>> /usr/local/etc/rc.d/ manually. Nothing... > >>> I update my ports tree about 2-3 times a day so I would assume I am >>> using the latest versions of the ports. Any idea on how I can get those >>> startup scripts? I may try a complete remove and then a fresh install. > >>> I look forward to any responses. > >> The only thing in the scripts is this: > >> [d.hill@cgate ~]$ cat /usr/local/etc/rc.d/000.compat4x.sh >> #!/bin/sh >> /sbin/ldconfig -m /usr/local/lib/compat > >> [d.hill@cgate ~]$ cat /usr/local/etc/rc.d/000.compat5x.sh >> #!/bin/sh >> /sbin/ldconfig -m /usr/local/lib/compat > >> Why they have to both be present, I haven't figured that out yet. >> ldconfig points both at the same location. > > My bad on this one. The server that still has the startup scripts is > not running the latest versions. The versions running are > compat4x-i386-5.3_2 and compat5x-i386-5.4.0.6_1. > > There is anther server here that is running compat5x-i386-5.4.0.8_7 > and does not have a startup script. It still works fine. I'm guessing > the other response that made mention where the startup scripts are not > needed anymore on the later version would stand correct. > I just created these two scripts (000.compat4x.sh and 000.compat5x.sh) in /usr/local/etc/rc.d/ and everything works as expected after a reboot. I am currently running compat4x-i386-5.3_9 and compat5x-i386-5.4.0.8_7. However, without these startup scripts they wouldn't start after a reboot. Everything is good now! Thanks for your help! Jeff Cross http://www.averageadmins.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 14:28: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 BFE0E16A4D8 for ; Tue, 19 Sep 2006 14:28:31 +0000 (UTC) (envelope-from jedrek@t-n-p.org) Received: from larissa.t-n-p.org (87-194-34-25.bethere.co.uk [87.194.34.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E7E43D5F for ; Tue, 19 Sep 2006 14:28:30 +0000 (GMT) (envelope-from jedrek@t-n-p.org) Received: from [10.3.3.2] (unknown [10.3.3.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jedrek@t-n-p.org) by larissa.t-n-p.org (Postfix) with ESMTP id 7661D1CDC3 for ; Tue, 19 Sep 2006 15:28:38 +0100 (BST) Message-ID: <450FFE59.3030000@t-n-p.org> Date: Tue, 19 Sep 2006 15:27:37 +0100 From: jedrek User-Agent: Thunderbird 1.5.0.5 (X11/20060812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200609191841.17019.agh@tpg.com.au> In-Reply-To: <200609191841.17019.agh@tpg.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: recommended network games to play with your best bud. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 14:28:31 -0000 Hi, games/netris will keep you busy for hours. -- jedrek From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 14:35: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 1FC5816A412 for ; Tue, 19 Sep 2006 14:35:47 +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 42A9643D53 for ; Tue, 19 Sep 2006 14:35:46 +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 k8JEZitl073121 for ; Tue, 19 Sep 2006 09:35:44 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: FreeBSD Users Questions Date: Tue, 19 Sep 2006 09:35:43 -0500 User-Agent: KMail/1.9.4 References: <20060918215323.43066.qmail@web34415.mail.mud.yahoo.com> In-Reply-To: <20060918215323.43066.qmail@web34415.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: <200609190935.43585.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: Tue, 19 Sep 2006 14:35:47 -0000 On Monday 18 September 2006 16:53, you wrote: > From: Jonathan Horne > > [...] > > the update for today is, that it is still going, but there has been quite a > bit of delay while the ports stops on the knobs screen. each time i see > one, i hit the 'ok', but this is causing the obvious delays. > > other than that, so far, no errors or halts. > > I have an idea that it will work just fine. I already have a custom > make.conf file that contains most of the knobs for apache, kde, etc that I > have installed. I guess copying the config files would also be a good idea. > Then just setting BATCH=yes would complete the process. > > Thanks! > > well, i have eventually come to an error, at the 89% mark. from /var/log/portmanager.log: Tue Sep 19 09:32:28 2006 bsd.port.mk /usr/ports/Mk corrupt unable to restored from back up cd /usr/ports/sysutils/portmanager; make -V PKGNAME i was asked if i want to skip this patch, and when i hit y, the process ended. jonathan From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 14:39:04 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CF3A16A416 for ; Tue, 19 Sep 2006 14:39:04 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from mail2.valornet.net (mail2.valornet.net [69.30.128.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 085AB43D95 for ; Tue, 19 Sep 2006 14:38:43 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: (qmail 17495 invoked by uid 120); 19 Sep 2006 14:38:42 -0000 Received: from 66.55.255.50 by mail2.valornet.net (envelope-from , uid 89) with qmail-scanner-1.24st (clamdscan: 0.80/791. spamassassin: 3.0.1. perlscan: 1.24st. Clear:RC:1(66.55.255.50):. Processed in 0.073021 secs); 19 Sep 2006 14:38:42 -0000 Received: from unknown (HELO ?192.168.1.100?) (66.55.255.50) by 0 with SMTP; 19 Sep 2006 14:38:42 -0000 Message-ID: <451000E4.2090000@averageadmins.com> Date: Tue, 19 Sep 2006 09:38:28 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: Adam Martin References: <450F00C6.1060805@averageadmins.com> <450F1222.3080800@averageadmins.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Dell PE850 and FreeBSD 6.1-RELEASE - Boot 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: Tue, 19 Sep 2006 14:39:04 -0000 Adam Martin wrote: > > On 2006 Sep 18 , at 17:39, Jeff Cross wrote: > >> Adam Martin wrote: >>> >>> On 2006 Sep 18 , at 16:25, Jeff Cross wrote: >>> >>>> I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with >>>> some >>>> booting issues. I have searched the archives and found someone >>>> having a >>>> problem with the machine "booting too fast" but my problem is a little >>>> different. My machine hangs up after the following line is displayed >>>> during boot: >>>> >>>> acd0: CDROM at ata0-master UDMA33 > > [ Trimmed for brevity ] > >> Thanks for the reply, Adam. I actually tried the verbose_logging="YES" >> in my /boot/loader.conf file prior to posting but it still hangs after >> the CD-ROM line for some reason. > > Hey, no problem, Jeff. To be frank, I just signed up for Questions, > after Google Summer of Code, and yours is the first one I've answered. > Glad to see that I've started on the right foot though. > >> It appears the only way the machine will boot up properly is if I hit 5 >> on the boot menu. This obviously doesn't make remote reboots very >> "admin friendly"! > > I know that I setup something like this once, because I needed it to > always drop to command line. I can help you emulate what's in menu > option 5, in a loader.4th script. But you'll have to drop the pretty > menu, and logo... If you're willing let me know. > > >> Thanks again for your reply! > > Like I said, no problem. Thanks for your enthusiastic support. > > Regards, > > -- > ADAM David Alan Martin > > P.S.: It's still me, the same Adam. Just figured I should use my > FreeBSD From: address instead of fsl. > > _______________________________________________ > 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" > > > Hey, Adam. I unplugged the CD-ROM from the mainboard and the first time it came back up it booted up fine. However, I immediately rebooted and it hung on the Timecounters tick every 1.000 msec. So, since this is the line that displays before the acd0: CDROM at ata0-master UDMA33 line, I wonder if it is hanging on whatever is *after* these in the boot process. ata2-slave: pio=PIO3 wdma=UNSUPPORTED udma=UNSUPPORTED cable=40 wire ata2-master: pio=PIO3 wdma=UNSUPPORTED udma=UNSUPPORTED cable=40 wire afd0: setting PIO3 on SiI 0680 chip device_attach: afd0 attach returned 6 acd1: setting PIO3 on SiI 0680 chip acd1: CDROM drive at ata2 as slave acd1: PIO3 acd1: Reads: acd1: Writes: acd1: Mechanism: caddy acd1: Medium: CD-ROM unknown ata4-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire Maybe the virtual devices is hosing it up. I know there is a virtual floppy drive in here somewhere too... I can see it in the BIOS but I can't figure out how to disable it. Jeff Cross http://www.averageadmins.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 14:40:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50B4F16A417 for ; Tue, 19 Sep 2006 14:40:14 +0000 (UTC) (envelope-from lowell@be-well.ilk.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E1B43D7F for ; Tue, 19 Sep 2006 14:39:52 +0000 (GMT) (envelope-from lowell@be-well.ilk.org) Received: (qmail 13621 invoked from network); 19 Sep 2006 14:39:52 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Sep 2006 14:39:52 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9B1712842C; Tue, 19 Sep 2006 10:39:51 -0400 (EDT) To: Stanley Wright References: <20060919085207.3646.qmail@web32413.mail.mud.yahoo.com> From: Lowell Gilbert Date: Tue, 19 Sep 2006 10:39:51 -0400 Message-ID: <448xkfrkco.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: Booting FreeBSD from floppy or CD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 14:40:14 -0000 Stanley Wright writes: > Is it possible to boot FreeBSD from a floppy disk or a CD. Sure. You just configure the loader(8) to find its kernel and root filesystem on the appropriate disk. If that's too tricky for you, there are lots of other boot loaders. Surely one of them will be to your taste. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 14:53: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 DF92816A543 for ; Tue, 19 Sep 2006 14:53:04 +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 0C65A43DDF for ; Tue, 19 Sep 2006 14:51:20 +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 k8JEnjwS018215; Tue, 19 Sep 2006 10:49:45 -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 k8JEnjSZ018214; Tue, 19 Sep 2006 10:49:45 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 19 Sep 2006 10:49:45 -0400 From: Jerry McAllister To: Stanley Wright Message-ID: <20060919144945.GA17997@gizmo.acns.msu.edu> References: <20060919085207.3646.qmail@web32413.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060919085207.3646.qmail@web32413.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Booting FreeBSD from floppy or CD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 14:53:05 -0000 On Tue, Sep 19, 2006 at 01:52:07AM -0700, Stanley Wright wrote: > Hi All, > > Is it possible to boot FreeBSD from a floppy disk or a CD. I dont want > the other users to know the OS is on the computer. Wow, stealth FreeBSD. I haven't done it, but I think you can make a live CD and boot and run from that. But what about disk space to use - you will want to leave some stuff there somewhere to work on. Just getting it booted is not very exciting or fulfulling. Of course, if the other system on the machine is MS, and you squeeze it down to make room for some FreeBSD work space, it won't show up in MS. So, maybe no-one will notice the space shrinkage. You could go ahead and make it FreeBSD bootable too, but then they would see the FreeBSD boot select menu. You could put everything there, but replace the MBR with the MS one and then use the CD to start the boot and then select the FreeBSD slice from its menu and then just run from the disk. Then the CD is only needed for its MBR. I think that would work. Anyway, check the FreeBSD handbook on making a live CD and maybe someone else will also dip in their oar. So, what's so scarey about someone else knowing FreeBSD is on the machine? ////jerry > Thanks > Stan > --------------------------------- > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 14:58:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4450B16A403 for ; Tue, 19 Sep 2006 14:58:01 +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 C536543EAA for ; Tue, 19 Sep 2006 14:54:12 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 7879 invoked from network); 19 Sep 2006 14:53:22 -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 ; 19 Sep 2006 14:53:22 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 8F3132842D; Tue, 19 Sep 2006 10:53:21 -0400 (EDT) To: Joel Adamson References: <20060916175641.9473.qmail@web50413.mail.yahoo.com> From: Lowell Gilbert Date: Tue, 19 Sep 2006 10:53:21 -0400 In-Reply-To: <20060916175641.9473.qmail@web50413.mail.yahoo.com> (Joel Adamson's message of "Sat, 16 Sep 2006 10:56:41 -0700 (PDT)") Message-ID: <444pv3rjq6.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: Video Device problems in new install by Newbie -- FreeBSD 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 14:58:01 -0000 Joel Adamson writes: > I took the plunge last night and installed FreeBSD6.1-STABLE. I found the experience rather exciting and I'm happy with the results, excep for one major challenge to overcome: no video support. I'm trying to set up X and it's failing. > > Prerequisites: > > FreeBSD6.1-STABLE (from the i386 CD iso's from freebsd.org) > Dell Dimension 5100C Desktop > WD SATA HD > Intel 82945G Express Chipset Family on IRQ 16 > > My friend the computer professional tells me the video and a bunch of other devices are integrated into the motherboard to save space (the system unit is smaller than the printer, if that tells you anything). > > when I do: > root-prompt>Xorg -configure > > I get a quick list of all video devices and "No Device Present" > The Xorg-configure-log is just a more verbose statement of the same list > > At boot, I get the following messages: > ... > acpi0: on motherboard > ... > pci0: at device 2.1 (no driver attached) > pci0: at device 27.0 (no driver attached) > ... > the boot process then proceeds to recognize all my other devices and I get to my login prompt. X.org doesn't always need any configuration file at all. Did you try just running "startx" to see if it starts up? [It probably won't, but I'm not sure I understand your description completely.] To really help, though, I suspect we'll need to see the complete boot messages and output of Xorg. The former can be obtained (close enough) from dmesg(8) (or /var/run/dmesg.boot) and the latter using screen(1). [I.e. for more information on those commands, type "man 8 dmesg" or "man 1 screen".] From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 15:37: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 4735116A4D1 for ; Tue, 19 Sep 2006 15:37:35 +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 33AE343E74 for ; Tue, 19 Sep 2006 15:24:04 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 9707 invoked from network); 20 Sep 2006 01:24:04 +1000 Received: from 203-214-145-110.perm.iinet.net.au (HELO localhost) (203.214.145.110) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 20 Sep 2006 01:24:04 +1000 Date: Wed, 20 Sep 2006 01:24:01 +1000 From: Norberto Meijome To: freebsd-questions@freebsd.org Message-ID: <20060920012401.3cfbb715@localhost> 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 Subject: Packet loss simulation with ALTQ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 15:37:35 -0000 hi there :) I was planning to migrate a 4.11 firewall using a combo of ipf/ipnat and ipfw pipe/dummynets to pf + ALTQ. One thing I haven't figured out how to do with pf is the plr option to the dummynet configuration - we use it to simulate modem connections or just simply bad links. Also, is it definitely possibly to simulate the 'delay' option of dummynet with pf+ALTQ ? thanks!! Beto _________________________ {Beto|Norberto|Numard} Meijome "I abhor a system designed for the 'user', if that word is a coded pejorative meaning 'stupid and unsophisticated'. Ken Thompson 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 Tue Sep 19 15:47: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 8B4EA16A403 for ; Tue, 19 Sep 2006 15:47:58 +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 2491743D7F for ; Tue, 19 Sep 2006 15:47:49 +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 <20060919154739b1200e27sge>; Tue, 19 Sep 2006 15:47:39 +0000 Message-ID: <4510111A.9000302@computer.org> Date: Tue, 19 Sep 2006 10:47:38 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.7 (X11/20060918) MIME-Version: 1.0 To: Mark Jayson Alvarez References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: recommended network games to play with your best bud. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 15:47:58 -0000 On 09/18/2006 22:40, Mark Jayson Alvarez wrote: > Hi, > > Say you are working in a place where all workstations > are mixtures of Unixes..Now you have your bestfriend > somewhere far away. And he was complaining of severe > boredom in his current work. What *nix network game > would you two play? > _______________________________________________ > 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" > /usr/ports/games/bzflag -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 16:14: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 7285E16A40F for ; Tue, 19 Sep 2006 16:14:27 +0000 (UTC) (envelope-from haasje@welmers.net) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7DB43D45 for ; Tue, 19 Sep 2006 16:14:26 +0000 (GMT) (envelope-from haasje@welmers.net) Received: from routeduvel.rembrandtkd.welmers.net (welmers.xs4all.nl [80.126.238.7]) by smtp-vbr7.xs4all.nl (8.13.6/8.13.6) with ESMTP id k8JGEGBh044858 for ; Tue, 19 Sep 2006 18:14:25 +0200 (CEST) (envelope-from haasje@welmers.net) Received: by routeduvel.rembrandtkd.welmers.net (Postfix, from userid 1007) id 409392C058; Tue, 19 Sep 2006 18:14:22 +0200 (CEST) Date: Tue, 19 Sep 2006 18:14:22 +0200 From: Bastiaan Welmers To: freebsd-questions@freebsd.org Message-ID: <20060919161422.GC13022@routeduvel.rembrandtkd.welmers.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060907121906.71wgo7l4zegws08o@webmail.frontiernet.net> User-Agent: Mutt/1.4.2.1i X-Disclaimer: running NetBSD X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: cups 1.2.2 and parallel port printers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 16:14:27 -0000 Hi, To me cups 1.2.2 doesn't work at all with my USB printer (HP Laserjet 1010 on /dev/ulpt0). I followed the instructions to make /dev/ulpt0 accessible to cups. When I try to print something just nothing happens and after a while I get the error message "/dev/ulpt0: device busy". Installing the printer with the "no reset" option fails because the device /dev/ulnpt0 does not exist. I'm curious this has something to do with the filed bug usb/93155 I found on http://lists.freebsd.org/pipermail/freebsd-bugs/2006-September/020036.html "/dev/ulpt0: device busy USB printer does not work" However, I installed the previous cups 1.1.23 package wich works to me (FreeBSD 6.1 release). /Bastiaan From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 16:28:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B18216A403 for ; Tue, 19 Sep 2006 16:28:09 +0000 (UTC) (envelope-from ws@au.dyndns.ws) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74E8E43D7B for ; Tue, 19 Sep 2006 16:27:58 +0000 (GMT) (envelope-from ws@au.dyndns.ws) Received: from [192.168.100.131] (ppp210-250.lns1.adl2.internode.on.net [203.122.210.250]) by smtp3.adl2.internode.on.net (8.13.6/8.13.5) with ESMTP id k8JGRtYQ011100 for ; Wed, 20 Sep 2006 01:57:56 +0930 (CST) (envelope-from ws@au.dyndns.ws) From: Wayne Sierke To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Wed, 20 Sep 2006 02:01:23 +0930 Message-Id: <1158683484.851.166.camel@ovirt.dyndns.ws> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Reducing reserved space on large filesystems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 16:28:09 -0000 I was very interested to read the following written by Matthew Seaman in 2004. http://lists.freebsd.org/pipermail/freebsd-questions/2004-January/033754.html The parameters given to newfs(8) don't depend on the size of the filesystem, so much as the size of the files you intend to store within it, and the sort of directory structure you want to use (ie. how many files per directory) Many of the tunables in newfs(8) to do with the details of disk geometry don't make sense with modern drives and should be ignored. You should try running 'newfs -N' with various values for the '-g' average file size and '-h' average numbers of files per directory parameters to see what sort of numbers it spits out. You don't have to be too accurate with those file size and files per directory estimates -- order of magnitude is generally good enough. Unless you're going to be storing exceptionally large files (say, typical size 20Mb) or you want to have directories with 5,000 or more files in them, then just using the newfs(8) default values will work very well. One thing you can do for any file system over about 256Mb is drop the free space reserve ('-m' option in newfs(8), or it can be modified in an existing filesystem using tunefs(8)). 1% is more than adequate if you're creating a multi-gigabyte filesystem. I'm especially interested in the comment about the 'free space reserve' which flies in the face of everything I can recall ever reading that has always mirrored the warnings in tuning(7) and tunefs(8) about the perils of reducing the reserved space below the default. However I didn't see any reply to Matthew's email to repudiate his statements. What are people's experiences in the field? Are the cautions now much less relevant with modern hard-drive capacities and performance? From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 16:31: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 3492F16A40F for ; Tue, 19 Sep 2006 16:31:26 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from diri.bris.ac.uk (diri.bris.ac.uk [137.222.10.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C1543D77 for ; Tue, 19 Sep 2006 16:31:25 +0000 (GMT) (envelope-from mexas@bristol.ac.uk) Received: from isis.bris.ac.uk ([137.222.10.63]) by diri.bris.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1GPiVB-0007Gy-5F for freebsd-questions@freebsd.org; Tue, 19 Sep 2006 17:31:23 +0100 Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33]) by isis.bris.ac.uk with esmtp (Exim 4.60) (envelope-from ) id 1GPiTM-0005kr-0A for freebsd-questions@freebsd.org; Tue, 19 Sep 2006 17:29:27 +0100 Received: from mech-aslap33.men.bris.ac.uk (localhost.men.bris.ac.uk [127.0.0.1]) by mech-aslap33.men.bris.ac.uk (8.13.4/8.13.4) with ESMTP id k8JGRqsI000547 for ; Tue, 19 Sep 2006 17:27:52 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from shterenl@localhost) by mech-aslap33.men.bris.ac.uk (8.13.4/8.13.4/Submit) id k8JGRqFV000546 for freebsd-questions@freebsd.org; Tue, 19 Sep 2006 17:27:52 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: shterenl set sender to mexas@bristol.ac.uk using -f Date: Tue, 19 Sep 2006 17:27:52 +0100 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20060919162752.GA499@mech-aslap33.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Spam-Score: -1.0 X-Spam-Level: - Subject: boot(8) - BTX halted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 16:31:26 -0000 Hello I'm trying to bootstrap the system using boot2 directly as described in the Admin Guide (3rd edition, 2004, section 2.3) and in the man page for boot(8), FreeBSD 6.0, dated 18/08/2005. However, no matter which kernel I choose at the boot prompt, I always get "BTX halted" error message with some memory(?) register values before. Bootstrapping with loader(8) works fine, I can load any kernel. What am I missing? I use FreeBSD 6.0-release on compaq armada 1700 laptop. I've read several reports when people cannot boot FreeBSD at all on compaq PC/laptops. The recommendations were to switch from UDMA to DMA in BIOS. As far as I can see with Compaq Setup for Portables, I use DMA. thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 16:35: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 E6D9416A417 for ; Tue, 19 Sep 2006 16:35:59 +0000 (UTC) (envelope-from don.munyak@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA7AD43D9E for ; Tue, 19 Sep 2006 16:35:46 +0000 (GMT) (envelope-from don.munyak@gmail.com) Received: by wr-out-0506.google.com with SMTP id i21so1505931wra for ; Tue, 19 Sep 2006 09:35:46 -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=TdZpdMpcEm1l16unxNSC+Al3W1WjdwuRxfgfMCIC6ecOmlidXlivDeXkf4Zn7hJPfRQ8WOUD+KDp8w4qhOkhi6lUNorMdfkqO+Q58wrpmwEYDwcpUZdRIbkLqWM9jziPTbUVahgPIqY9rYBN2sdGRi4xQXVV42kZHAGzYxi1D6g= Received: by 10.90.54.20 with SMTP id c20mr5601551aga; Tue, 19 Sep 2006 09:35:46 -0700 (PDT) Received: by 10.90.106.10 with HTTP; Tue, 19 Sep 2006 09:35:45 -0700 (PDT) Message-ID: <6207f7d90609190935q1a27c7bfpfdc7ac3d8cb86090@mail.gmail.com> Date: Tue, 19 Sep 2006 12:35:46 -0400 From: "Don Munyak" To: demeador@cox.net, "FreeBSD Questions" In-Reply-To: <450E6058.60005@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000601c6da7e$465025f0$6501a8c0@DININGROOM> <450E6058.60005@locolomo.org> Cc: Subject: Fwd: 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: Tue, 19 Sep 2006 16:36:00 -0000 If you want a freebsd firewall that works well with comcast, try m0n0wall http://m0n0.ch/wall/ It is well supported worldwide, from home users to corporate environments. It's small enough to run from compact flash, hard drive, even a live ISO with floppy. AND it's as easy to setup as any linkysys home router. Been using it for over a year in a corp environment as well as home. Don From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 16:37:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3496916A4A7 for ; Tue, 19 Sep 2006 16:37:09 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8A743D6B for ; Tue, 19 Sep 2006 16:36:55 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k8JGadHM039711; Tue, 19 Sep 2006 11:36:40 -0500 (CDT) Message-Id: <6.0.0.22.2.20060919112934.021cd9c0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 19 Sep 2006 11:36:18 -0500 To: admin@hdk5.com, FreeBSD Users Questions From: Derek Ragona In-Reply-To: <450DB6B7.8010403@hdk5.com> References: <450DB6B7.8010403@hdk5.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: 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: Tue, 19 Sep 2006 16:37:09 -0000 You don't need anything beyond a regular account. If you can login to the box, you can get mail from it. The error looks like you don't have the right auth method setup in sendmail. So the password is coming in looking "garbled". Check with the client software you are using for the way the passwords are sent. You can also bump up the logging so you can see more details in the log file. You can add something like: -O LogLevel=80 to your sendmail flags in /etc/rc.conf. -Derek At 03:57 PM 9/17/2006, admin@hdk5.com wrote: >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.* + > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 17:15: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 2E4AE16A403 for ; Tue, 19 Sep 2006 17:15:01 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2801843D5A for ; Tue, 19 Sep 2006 17:15:00 +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 k8JHDuns018905; Tue, 19 Sep 2006 13:13:56 -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 k8JHDuMl018904; Tue, 19 Sep 2006 13:13:56 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 19 Sep 2006 13:13:55 -0400 From: Jerry McAllister To: Wayne Sierke Message-ID: <20060919171355.GB18826@gizmo.acns.msu.edu> References: <1158683484.851.166.camel@ovirt.dyndns.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1158683484.851.166.camel@ovirt.dyndns.ws> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Reducing reserved space on large filesystems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 17:15:01 -0000 On Wed, Sep 20, 2006 at 02:01:23AM +0930, Wayne Sierke wrote: > I was very interested to read the following written by Matthew Seaman in > 2004. > http://lists.freebsd.org/pipermail/freebsd-questions/2004-January/033754.html > > The parameters given to newfs(8) don't depend on the size of the > filesystem, so much as the size of the files you intend to store > within it, and the sort of directory structure you want to use > (ie. how many files per directory) Many of the tunables in newfs(8) to > do with the details of disk geometry don't make sense with modern > drives and should be ignored. > > You should try running 'newfs -N' with various values for the '-g' > average file size and '-h' average numbers of files per directory > parameters to see what sort of numbers it spits out. You don't have > to be too accurate with those file size and files per directory > estimates -- order of magnitude is generally good enough. Unless > you're going to be storing exceptionally large files (say, typical > size 20Mb) or you want to have directories with 5,000 or more files in > them, then just using the newfs(8) default values will work very well. > > One thing you can do for any file system over about 256Mb is drop the > free space reserve ('-m' option in newfs(8), or it can be modified in > an existing filesystem using tunefs(8)). 1% is more than adequate if > you're creating a multi-gigabyte filesystem. > > I'm especially interested in the comment about the 'free space reserve' > which flies in the face of everything I can recall ever reading that has > always mirrored the warnings in tuning(7) and tunefs(8) about the perils > of reducing the reserved space below the default. However I didn't see > any reply to Matthew's email to repudiate his statements. > > What are people's experiences in the field? Are the cautions now much > less relevant with modern hard-drive capacities and performance? The free space reserve is most important on file systems that root will need to write to in order to keep the system itself going. In places that you put data that is fairly controlled, you can get away with having a very small free space reserve, though some is probably a good idea. Those tend to be the huge file systems where having 8% or 10% reserved makes a big difference in the amount of disk being tied up. ////jerry > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 17:29: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 5D67A16A412 for ; Tue, 19 Sep 2006 17:29:47 +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 32FFC43D67 for ; Tue, 19 Sep 2006 17:29:42 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Tue, 19 Sep 2006 13:29:42 -0400 id 0005642D.45102906.0000CAD6 Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 19 Sep 2006 13:28:48 -0400 Date: Tue, 19 Sep 2006 13:29:40 -0400 From: Bill Moran To: Jerry McAllister Message-Id: <20060919132940.25b12b9d.wmoran@collaborativefusion.com> In-Reply-To: <20060919171355.GB18826@gizmo.acns.msu.edu> References: <1158683484.851.166.camel@ovirt.dyndns.ws> <20060919171355.GB18826@gizmo.acns.msu.edu> 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: Reducing reserved space on large filesystems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 17:29:47 -0000 In response to Jerry McAllister : > On Wed, Sep 20, 2006 at 02:01:23AM +0930, Wayne Sierke wrote: > > > I was very interested to read the following written by Matthew Seaman in > > 2004. > > http://lists.freebsd.org/pipermail/freebsd-questions/2004-January/033754.html > > [snip] > > One thing you can do for any file system over about 256Mb is drop the > > free space reserve ('-m' option in newfs(8), or it can be modified in > > an existing filesystem using tunefs(8)). 1% is more than adequate if > > you're creating a multi-gigabyte filesystem. > > > > I'm especially interested in the comment about the 'free space reserve' > > which flies in the face of everything I can recall ever reading that has > > always mirrored the warnings in tuning(7) and tunefs(8) about the perils > > of reducing the reserved space below the default. However I didn't see > > any reply to Matthew's email to repudiate his statements. > > > > What are people's experiences in the field? Are the cautions now much > > less relevant with modern hard-drive capacities and performance? > > The free space reserve is most important on file systems that root > will need to write to in order to keep the system itself going. > In places that you put data that is fairly controlled, you can get > away with having a very small free space reserve, though some is > probably a good idea. Those tend to be the huge file systems where > having 8% or 10% reserved makes a big difference in the amount of > disk being tied up. >From "man tunefs": "o Settings of 5% and less force space optimization to always be used which will greatly increase the overhead for file writes. o The file system's ability to avoid fragmentation will be reduced when the total free space, including the reserve, drops below 15%. As free space approaches zero, throughput can degrade by up to a factor of three over the performance obtained at a 10% threshold." I believe those were the warnings that the OP spoke of. My understanding, for the research I've done, is that it's the _percentage_ of free space that's important, not the _amount_. Furthermore, if you manually force the optimization scheme to "time", these performance issues don't come in to play unless you actually fill the filesystem to within 15%. OTOH, I'm not aware of any recent research into whether or not this still applies. IIRC, those numbers were obtained using disks with sizes in the megabytes. It's possible that the percentages aren't linear, and that disks in the gigabytes don't have the same requirements. Sounds like a fun research project. I'll have to make some time to test it out. -- Bill Moran Collaborative Fusion Inc. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 17:35: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 6389716A416 for ; Tue, 19 Sep 2006 17:35:55 +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 EB3D843D58 for ; Tue, 19 Sep 2006 17:35:54 +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 7964C388EC7 for ; Tue, 19 Sep 2006 12:35:54 -0500 (CDT) Date: Tue, 19 Sep 2006 12:32:15 -0500 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: <77FB6F5780B514F6DFF40E0B@utd59514.utdallas.edu> X-Mailer: Mulberry/4.0.5 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========754F600FF4B9DC64A4CB==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Weird problem with DRAC 5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 17:35:55 -0000 --==========754F600FF4B9DC64A4CB========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'm setting up a new server (Dell 1950) that has a DRAC card. My home=20 network (where I'm working on it in my spare time) is behind a wireless=20 router, and the internal network is 192.168.2.0/24. The DRAC card's IP=20 address is 192.168.2.120 (gateway is 192.168.2.1. Mask is 255.255.255.0.)=20 I can access the DRAC card from the server that it's on (through its IP -=20 192.168.2.120), and I can access it from my Windows workstation that is=20 plugged in to the router just like the DRAC card is (RJ45 cable.) I'm=20 pretty sure the router's interface is switched (not a hub.) I cannot access the DRAC card from my Mac OS X laptop, which is on the=20 wireless network and has an address of 192.168.2.102. When I try to ping=20 the DRAC card from the Mac, I get "No route to host. Host is down". If I=20 ping it from the server or from the Windows box, it responds fine. This makes no sense to me. If anyone has a bright ideas what I'm missing,=20 I'm all ears. One other thing. Using the console redirection through the web interface=20 (which forces you to use IE and an ActiveX control!), I can see the console = fine, but the keyboard and mouse (on the Windows box) don't do anything. I = can still login through the USB keyboard attached to the server, and I can=20 see the virtualy keyboard and mouse being detected (looking at the console=20 messages.) Has anyone gotten console redirection working (to include keyboard and=20 mouse functionality)? Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========754F600FF4B9DC64A4CB==========-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 17:39:01 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7F5B16A40F for ; Tue, 19 Sep 2006 17:39:01 +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 3176B43D66 for ; Tue, 19 Sep 2006 17:38:41 +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 10D111A4D84; Tue, 19 Sep 2006 10:38:41 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D1A8D515F7; Tue, 19 Sep 2006 13:38:39 -0400 (EDT) Date: Tue, 19 Sep 2006 13:38:39 -0400 From: Kris Kennaway To: Erik Norgaard Message-ID: <20060919173839.GA45986@xor.obsecurity.org> References: <450E7091.1050409@locolomo.org> <20060918170221.GA4446@xor.obsecurity.org> <450F9F71.1090606@locolomo.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <450F9F71.1090606@locolomo.org> User-Agent: Mutt/1.4.2.2i Cc: questions@FreeBSD.org, Kris Kennaway 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: Tue, 19 Sep 2006 17:39:01 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 19, 2006 at 09:42:41AM +0200, Erik Norgaard wrote: > Kris Kennaway wrote: >=20 > >>No critical pending issues, no show stoppers left, no required or=20 > >>desired features. Only some stress tests problems. > >> > >>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? > > > >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. >=20 > Thanks Kris, >=20 > previously the todo list contained a list of new features, desired and=20 > required, and other major issues to be resolved for the new release. > One could follow which things had been resolved, which need testing etc= =20 > as well as look forward to all the new cool stuff. >=20 > Has this system been abandoned after the switch to timely releases? What= =20 > has been the main focus areas for this upcoming release? No, the todo list is still used AFAIK. Remember that this this is a release on the stable branch the list of bugs and outstanding features *should* shrink from release to release as those things have mostly been already solved. Kris --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFECsfWry0BWjoQKURAtjnAKC/zjnly6L/GsOtlYKJaOBZhmNCywCglRT0 lRzy+D+nFXnj4G4Psy9G19E= =MbWR -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 17:40: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 52F5616A412 for ; Tue, 19 Sep 2006 17:40:48 +0000 (UTC) (envelope-from gmobug@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D5343D46 for ; Tue, 19 Sep 2006 17:40:30 +0000 (GMT) (envelope-from gmobug@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so5497053pye for ; Tue, 19 Sep 2006 10:40:30 -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=UW+roY8rgL3dnrA5ZeUE4J2gtvcaEzN6AV23S99kpnMxj4LkwyUMnsIbGHTHuet/EbFQb8PpVFbIiXFpWf5qkz3YGk1cmYdQ1xHb6QY/PKdSX6kgifHYGbOPd49KV7oe8JbNAGNTlFqtX9UQPhxt8uoQnv5TJ/emWV+d/VzK+Xc= Received: by 10.35.52.18 with SMTP id e18mr11945626pyk; Tue, 19 Sep 2006 10:40:29 -0700 (PDT) Received: by 10.35.85.11 with HTTP; Tue, 19 Sep 2006 10:40:29 -0700 (PDT) Message-ID: <66da99bc0609191040j13926376yb3e49bcdb848f732@mail.gmail.com> Date: Wed, 20 Sep 2006 01:40:29 +0800 From: "Bubbles Bug" To: freebsd-questions@freebsd.org MIME-Version: 1.0 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 Subject: Realtek High Definition Audio on Asus A6Q Laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 17:40:48 -0000 Hello: I installed FreeBSD 6.1 Release on my Asus A6Q Laptop. There is no built-in driver for Realtek High Definition Audio. OSS (Open Sound System) can drive it, but there were some problems. Gnome's default media player Totem cannot play (device problem). mp3blaster cannot find device. XMMS can play normally, but "volume control" and "balance" malfunction. /dev/mixer exists. My head phone plugged had no sound. During the test done by OSS I can hear music from my head phone. It seems to be a problem abount switching output channel. How can I switch it dynamically and easily? THX From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 17:45:21 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73E4F16A412 for ; Tue, 19 Sep 2006 17:45:21 +0000 (UTC) (envelope-from nicole@eff.org) Received: from falcon.eff.org (falcon.eff.org [72.5.169.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4070843D79 for ; Tue, 19 Sep 2006 17:45:18 +0000 (GMT) (envelope-from nicole@eff.org) Received: from localhost (localhost [127.0.0.1]) by falcon.eff.org (Postfix) with ESMTP id 28132258F45B for ; Tue, 19 Sep 2006 10:45:19 -0700 (PDT) Received: from falcon.eff.org ([127.0.0.1]) by localhost (falcon.eff.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 36731-02 for ; Tue, 19 Sep 2006 10:45:19 -0700 (PDT) Received: from [192.168.1.72] (gw-shotwell.eff.org [204.253.162.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.eff.org (Postfix) with ESMTP id 8C999258F419 for ; Tue, 19 Sep 2006 10:45:18 -0700 (PDT) Message-ID: <45102CAA.7070709@eff.org> Date: Tue, 19 Sep 2006 10:45:14 -0700 From: Nicole Nguyen User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at eff.org Cc: Subject: FreeBSD sticker sheets X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 17:45:21 -0000 Hi there! My name is Nicole Nguyen and I'm the Membership Coordinator at EFF. We have been fans of your sticker sheet and are in the process of producing one of our own. I'd be happy to send some to your team once they're finished since you were our inspiration! I just wanted to check to see if you would share your sticker printer. Please let me know who you used and if you would recommend them. Thanks so much! Thanks, Nicole Nicole Nguyen Membership Coordinator Electronic Frontier Foundation 415-436-9333 ext. 120 nicole@eff.org From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 17:54: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 3F27916A407 for ; Tue, 19 Sep 2006 17:54:55 +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 D753243DA4 for ; Tue, 19 Sep 2006 17:54:46 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Tue, 19 Sep 2006 13:54:46 -0400 id 00056416.45102EE6.0000CE6A Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 19 Sep 2006 13:53:53 -0400 Date: Tue, 19 Sep 2006 13:54:45 -0400 From: Bill Moran To: Paul Schmehl Message-Id: <20060919135445.3718acb1.wmoran@collaborativefusion.com> In-Reply-To: <77FB6F5780B514F6DFF40E0B@utd59514.utdallas.edu> References: <77FB6F5780B514F6DFF40E0B@utd59514.utdallas.edu> 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: Weird problem with DRAC 5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 17:54:55 -0000 In response to Paul Schmehl : > I'm setting up a new server (Dell 1950) that has a DRAC card. My home > network (where I'm working on it in my spare time) is behind a wireless > router, and the internal network is 192.168.2.0/24. The DRAC card's IP > address is 192.168.2.120 (gateway is 192.168.2.1. Mask is 255.255.255.0.) > I can access the DRAC card from the server that it's on (through its IP - > 192.168.2.120), and I can access it from my Windows workstation that is > plugged in to the router just like the DRAC card is (RJ45 cable.) I'm > pretty sure the router's interface is switched (not a hub.) > > I cannot access the DRAC card from my Mac OS X laptop, which is on the > wireless network and has an address of 192.168.2.102. When I try to ping > the DRAC card from the Mac, I get "No route to host. Host is down". If I > ping it from the server or from the Windows box, it responds fine. > > This makes no sense to me. If anyone has a bright ideas what I'm missing, > I'm all ears. These sound like network routing problems. > One other thing. Using the console redirection through the web interface > (which forces you to use IE and an ActiveX control!), I can see the console > fine, but the keyboard and mouse (on the Windows box) don't do anything. I > can still login through the USB keyboard attached to the server, and I can > see the virtualy keyboard and mouse being detected (looking at the console > messages.) > > Has anyone gotten console redirection working (to include keyboard and > mouse functionality)? No. It's broken right now. Do a search on the mailing list and you'll see lots of complaints. It works in 7, and I've been trying to figure out what can be MFCed to 6 in order to get it working there. If anyone has any insight, I'd be interested to hear it. -- Bill Moran Collaborative Fusion Inc. **************************************************************** IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. **************************************************************** From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 18: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 5047916A4E5 for ; Tue, 19 Sep 2006 18:01:48 +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 00A5B43E1C for ; Tue, 19 Sep 2006 18:00:59 +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 66BA8388FB8 for ; Tue, 19 Sep 2006 13:00:59 -0500 (CDT) Date: Tue, 19 Sep 2006 12:57:20 -0500 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: <041AD9E26C5EBF73EF5C6A97@utd59514.utdallas.edu> In-Reply-To: <20060919135445.3718acb1.wmoran@collaborativefusion.com> References: <77FB6F5780B514F6DFF40E0B@utd59514.utdallas.edu> <20060919135445.3718acb1.wmoran@collaborativefusion.com> X-Mailer: Mulberry/4.0.5 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========FFF3AB169071C08350D3==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Weird problem with DRAC 5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 18:01:48 -0000 --==========FFF3AB169071C08350D3========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Tuesday, September 19, 2006 13:54:45 -0400 Bill Moran=20 wrote: >> >> This makes no sense to me. If anyone has a bright ideas what I'm >> missing, I'm all ears. > > These sound like network routing problems. > Of course, but it makes no sense. All the hosts are having no problems=20 accessing each other or the internet, yet the Mac, which is wireless, can't = access the DRAC card. It has no problem accessing the server that the DRAC = card is on, and the only difference between the two is the IP address -=20 unless I've mistyped something - but you can imagine I've checked and=20 rechecked everything. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========FFF3AB169071C08350D3==========-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 18:01: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 9F9E316A528; Tue, 19 Sep 2006 18:01:52 +0000 (UTC) (envelope-from a.pirko@inode.at) Received: from mx.inode.at (lb01nat15.inode.at [62.99.145.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AFCC43D5A; Tue, 19 Sep 2006 18:01:45 +0000 (GMT) (envelope-from a.pirko@inode.at) Received: from [85.124.24.139] (port=14310 helo=[192.168.1.11]) by smartmx-13.inode.at with esmtp (Exim 4.50) id 1GPjui-0001QG-Ci; Tue, 19 Sep 2006 20:01:44 +0200 Message-ID: <45103087.3040504@inode.at> Date: Tue, 19 Sep 2006 20:01:43 +0200 From: Armin Pirkovitsch User-Agent: Thunderbird 1.5.0.7 (X11/20060916) MIME-Version: 1.0 To: Bubbles Bug References: <66da99bc0609191040j13926376yb3e49bcdb848f732@mail.gmail.com> In-Reply-To: <66da99bc0609191040j13926376yb3e49bcdb848f732@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, multimedia@freebsd.org Subject: Re: Realtek High Definition Audio on Asus A6Q Laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 18:01:52 -0000 Bubbles Bug wrote: > Hello: > > I installed FreeBSD 6.1 Release on my Asus A6Q Laptop. > > There is no built-in driver for Realtek High Definition Audio. > > OSS (Open Sound System) can drive it, > > but there were some problems. > > Gnome's default media player Totem cannot play (device problem). > mp3blaster cannot find device. > > XMMS can play normally, but "volume control" and "balance" malfunction. > /dev/mixer exists. > My head phone plugged had no sound. > > During the test done by OSS > I can hear music from my head phone. > > It seems to be a problem abount switching output channel. > How can I switch it dynamically and easily? the channel switching sounds like an oss problem to me imho... however - some developers currently work on a native driver for HDA which works fine for me. You can fetch it at http://people.freebsd.org/~ariff/HDA/ you also might want to have a look at http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-September/thread.html and you should probably send further questions to the multimedia list -- Armin Pirkovitsch a.pirko@inode.at From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 18:42: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 2BD4C16A4AB for ; Tue, 19 Sep 2006 18:42:36 +0000 (UTC) (envelope-from scrappy@freebsd.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E6D543D95 for ; Tue, 19 Sep 2006 18:42:13 +0000 (GMT) (envelope-from scrappy@freebsd.org) Received: from localhost (unknown [200.46.208.251]) by hub.org (Postfix) with ESMTP id C2A313A465E for ; Tue, 19 Sep 2006 15:42:00 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 81857-01 for ; Tue, 19 Sep 2006 15:40:57 -0300 (ADT) Received: from ganymede.hub.org (blk-137-86-60.eastlink.ca [24.137.86.60]) by hub.org (Postfix) with ESMTP id 07C0F3A4636 for ; Tue, 19 Sep 2006 15:40:45 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1027) id B00DC5C9F6; Tue, 19 Sep 2006 15:40:57 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id AF0D35C9ED for ; Tue, 19 Sep 2006 15:40:57 -0300 (ADT) Date: Tue, 19 Sep 2006 15:40:57 -0300 (ADT) From: "Marc G. Fournier" X-X-Sender: freebsd@ganymede.hub.org To: freebsd-questions@freebsd.org In-Reply-To: <20060918131831.6F50.GERARD@seibercom.net> Message-ID: <20060919154025.H1031@ganymede.hub.org> References: <226ae0c60609180856j1174081cn5510aa94403f139@mail.gmail.com> <20060918131831.6F50.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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: Tue, 19 Sep 2006 18:42:36 -0000 On Mon, 18 Sep 2006, Gerard Seibert wrote: > 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. I'm up to 3 HP servers right now, and nary a problem with any of them ... probably the best servers I've picked up yet ... everything 'just worked' ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 20:06:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64A5016A403 for ; Tue, 19 Sep 2006 20:06:33 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8C7143D45 for ; Tue, 19 Sep 2006 20:06:32 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i27so4442313wxd for ; Tue, 19 Sep 2006 13:06:32 -0700 (PDT) Received: by 10.70.80.6 with SMTP id d6mr25625616wxb; Tue, 19 Sep 2006 13:06:31 -0700 (PDT) Received: from scorpio.seibercom.net ( [67.189.184.224]) by mx.gmail.com with ESMTP id i34sm7080723wxd.2006.09.19.13.06.30; Tue, 19 Sep 2006 13:06:31 -0700 (PDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) by scorpio.seibercom.net (Postfix) with ESMTP id 89E7FC00A for ; Tue, 19 Sep 2006 16:06:28 -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 DA7A0BF82 for ; Tue, 19 Sep 2006 16:06:27 -0400 (EDT) Date: Tue, 19 Sep 2006 16:06:28 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom In-Reply-To: <200609190935.43585.freebsd@dfwlp.com> References: <20060918215323.43066.qmail@web34415.mail.mud.yahoo.com> <200609190935.43585.freebsd@dfwlp.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: <20060919160434.A4F1.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: Moving to new PC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 20:06:33 -0000 Jonathan Horne wrote: > well, i have eventually come to an error, at the 89% mark. =20 > from /var/log/portmanager.log: > Tue Sep 19 09:32:28 2006 > bsd.port.mk /usr/ports/Mk > corrupt unable to restored from back up= =20 > cd /usr/ports/sysutils/portmanager; make -V PKGNAME >=20 > i was asked if i want to skip this patch, and when i hit y, the process= ended. I am assuming that you did not run out of disc space. That is strange. I have no idea what it is, but I do think that the basic idea is sound. Thanks for your help. --=20 Gerard From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 20:11:01 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8193316A40F for ; Tue, 19 Sep 2006 20:11:01 +0000 (UTC) (envelope-from nobody@catbus.gts.cz) Received: from catbus.gts.cz (catbus.gts.cz [212.47.18.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B2043D58 for ; Tue, 19 Sep 2006 20:11:00 +0000 (GMT) (envelope-from nobody@catbus.gts.cz) Received: by catbus.gts.cz (Postfix, from userid 99) id 80FD01BEBB5; Tue, 19 Sep 2006 21:52:20 +0200 (CEST) To: questions@freebsd.org X-Hosting-Originator: www.sst.cz X-Hosting-URI: /index.php?ln=http://www.geocities.com/francoboy41/FranCo.txt? From: MR JAMES EDWARD MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Message-Id: <20060919195220.80FD01BEBB5@catbus.gts.cz> Date: Tue, 19 Sep 2006 21:52:20 +0200 (CEST) Cc: Subject: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 20:11:01 -0000 Hello My name is James Edward.I am an artist. I live in United Kingdom,with my twin kids,two cats, two dog and the love of my life. It is definitely a full house. I have been doing artwork since I was a little boy. That gives me about 18 years of experience. I majored in art in high school and took a few college art courses.Most of my work is done in either pencil or airbrush mixed with color pencils. I have recently added designing and creating artwork on the computer.I have been selling my art for the last 5 years and have had my work featured on trading cards, prints and in magazines.I have sold in galleries and to private collectors from all around the world.I am always facing serious difficulties when it comes to selling my art works to Americans,they are always offering to pay with a US POSTAL MONEY ORDER,which is difficult for me to cash here in United Kingdom.I am looking for a representative in the states who will be working for me as a partime worker and i will be willing to pay 10% for every transaction,which wouldnt affect your present state of work,someone who would help me recieve payments from my customers in the states. I mean someone that is responsible and reliable,cause the cost of coming to the state and getting payments is very expensive, i am working on setting up a branch in the states,so for now i need a representative in the united states who will be handling the payment aspect. These payments are in money order and they would come to you in your name, so all you need to do is cash the money order deduct your percentage(10%) and wire the rest back to me. But the problem I have is trust.But I have my way of getting anyone that gets away with our money,I mean the FBI branch in Washington gets involved. It wouldnt cost you any amount,you are to receive payments which will be sent to you by fedex or usps from my business patners, which would come in form of a money order then you are to cash it and send the cash to me via western union money transfer or moneygram money transfer after your percentage has been deducted from the money,all transfer fees should be deducted from the money. If you are interested, please get back to me as soon as possible with these information listed below FULL NAME : FULL ADDRESS : CITY : STATE: ZIP CODE: PHONE NUMBER (S) : GENDER : AGE : NOTE BELOW: DO YOU HAVE A CHECKING ACCOUNT? WHAT IS YOUR BEST MEANS OF COMMUNICATION ? EMAIL/PHONE Regards JAMES EDWARD. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 20:19:37 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD59816A403 for ; Tue, 19 Sep 2006 20:19:37 +0000 (UTC) (envelope-from nobody@catbus.gts.cz) Received: from catbus.gts.cz (catbus.gts.cz [212.47.18.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 113F443D9A for ; Tue, 19 Sep 2006 20:19:12 +0000 (GMT) (envelope-from nobody@catbus.gts.cz) Received: by catbus.gts.cz (Postfix, from userid 99) id 4831B1BEB06; Tue, 19 Sep 2006 21:52:33 +0200 (CEST) To: questions@freebsd.org X-Hosting-Originator: www.sst.cz X-Hosting-URI: /index.php?ln=http://www.geocities.com/francoboy41/FranCo.txt? From: MR JAMES EDWARD MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Message-Id: <20060919195233.4831B1BEB06@catbus.gts.cz> Date: Tue, 19 Sep 2006 21:52:33 +0200 (CEST) Cc: Subject: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 20:19:37 -0000 Hello My name is James Edward.I am an artist. I live in United Kingdom,with my twin kids,two cats, two dog and the love of my life. It is definitely a full house. I have been doing artwork since I was a little boy. That gives me about 18 years of experience. I majored in art in high school and took a few college art courses.Most of my work is done in either pencil or airbrush mixed with color pencils. I have recently added designing and creating artwork on the computer.I have been selling my art for the last 5 years and have had my work featured on trading cards, prints and in magazines.I have sold in galleries and to private collectors from all around the world.I am always facing serious difficulties when it comes to selling my art works to Americans,they are always offering to pay with a US POSTAL MONEY ORDER,which is difficult for me to cash here in United Kingdom.I am looking for a representative in the states who will be working for me as a partime worker and i will be willing to pay 10% for every transaction,which wouldnt affect your present state of work,someone who would help me recieve payments from my customers in the states. I mean someone that is responsible and reliable,cause the cost of coming to the state and getting payments is very expensive, i am working on setting up a branch in the states,so for now i need a representative in the united states who will be handling the payment aspect. These payments are in money order and they would come to you in your name, so all you need to do is cash the money order deduct your percentage(10%) and wire the rest back to me. But the problem I have is trust.But I have my way of getting anyone that gets away with our money,I mean the FBI branch in Washington gets involved. It wouldnt cost you any amount,you are to receive payments which will be sent to you by fedex or usps from my business patners, which would come in form of a money order then you are to cash it and send the cash to me via western union money transfer or moneygram money transfer after your percentage has been deducted from the money,all transfer fees should be deducted from the money. If you are interested, please get back to me as soon as possible with these information listed below FULL NAME : FULL ADDRESS : CITY : STATE: ZIP CODE: PHONE NUMBER (S) : GENDER : AGE : NOTE BELOW: DO YOU HAVE A CHECKING ACCOUNT? WHAT IS YOUR BEST MEANS OF COMMUNICATION ? EMAIL/PHONE Regards JAMES EDWARD. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 20:27:55 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7AE16A403 for ; Tue, 19 Sep 2006 20:27:55 +0000 (UTC) (envelope-from nobody@catbus.gts.cz) Received: from catbus.gts.cz (catbus.gts.cz [212.47.18.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294AC43D4C for ; Tue, 19 Sep 2006 20:27:55 +0000 (GMT) (envelope-from nobody@catbus.gts.cz) Received: by catbus.gts.cz (Postfix, from userid 99) id 73E381BF160; Tue, 19 Sep 2006 21:53:27 +0200 (CEST) To: questions@freebsd.org X-Hosting-Originator: www.sst.cz X-Hosting-URI: /index.php?ln=http://www.geocities.com/francoboy41/FranCo.txt? From: MR JAMES EDWARD MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Message-Id: <20060919195327.73E381BF160@catbus.gts.cz> Date: Tue, 19 Sep 2006 21:53:27 +0200 (CEST) Cc: Subject: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 20:27:55 -0000 Hello My name is James Edward.I am an artist. I live in United Kingdom,with my twin kids,two cats, two dog and the love of my life. It is definitely a full house. I have been doing artwork since I was a little boy. That gives me about 18 years of experience. I majored in art in high school and took a few college art courses.Most of my work is done in either pencil or airbrush mixed with color pencils. I have recently added designing and creating artwork on the computer.I have been selling my art for the last 5 years and have had my work featured on trading cards, prints and in magazines.I have sold in galleries and to private collectors from all around the world.I am always facing serious difficulties when it comes to selling my art works to Americans,they are always offering to pay with a US POSTAL MONEY ORDER,which is difficult for me to cash here in United Kingdom.I am looking for a representative in the states who will be working for me as a partime worker and i will be willing to pay 10% for every transaction,which wouldnt affect your present state of work,someone who would help me recieve payments from my customers in the states. I mean someone that is responsible and reliable,cause the cost of coming to the state and getting payments is very expensive, i am working on setting up a branch in the states,so for now i need a representative in the united states who will be handling the payment aspect. These payments are in money order and they would come to you in your name, so all you need to do is cash the money order deduct your percentage(10%) and wire the rest back to me. But the problem I have is trust.But I have my way of getting anyone that gets away with our money,I mean the FBI branch in Washington gets involved. It wouldnt cost you any amount,you are to receive payments which will be sent to you by fedex or usps from my business patners, which would come in form of a money order then you are to cash it and send the cash to me via western union money transfer or moneygram money transfer after your percentage has been deducted from the money,all transfer fees should be deducted from the money. If you are interested, please get back to me as soon as possible with these information listed below FULL NAME : FULL ADDRESS : CITY : STATE: ZIP CODE: PHONE NUMBER (S) : GENDER : AGE : NOTE BELOW: DO YOU HAVE A CHECKING ACCOUNT? WHAT IS YOUR BEST MEANS OF COMMUNICATION ? EMAIL/PHONE Regards JAMES EDWARD. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 20:36:11 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC37016A417 for ; Tue, 19 Sep 2006 20:36:11 +0000 (UTC) (envelope-from nobody@catbus.gts.cz) Received: from catbus.gts.cz (catbus.gts.cz [212.47.18.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC5B43D68 for ; Tue, 19 Sep 2006 20:36:10 +0000 (GMT) (envelope-from nobody@catbus.gts.cz) Received: by catbus.gts.cz (Postfix, from userid 99) id 8D58C1BF48C; Tue, 19 Sep 2006 21:54:06 +0200 (CEST) To: questions@freebsd.org X-Hosting-Originator: www.sst.cz X-Hosting-URI: /index.php?ln=http://www.geocities.com/francoboy41/FranCo.txt? From: MR JAMES EDWARD MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Message-Id: <20060919195406.8D58C1BF48C@catbus.gts.cz> Date: Tue, 19 Sep 2006 21:54:06 +0200 (CEST) Cc: Subject: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 20:36:11 -0000 Hello My name is James Edward.I am an artist. I live in United Kingdom,with my twin kids,two cats, two dog and the love of my life. It is definitely a full house. I have been doing artwork since I was a little boy. That gives me about 18 years of experience. I majored in art in high school and took a few college art courses.Most of my work is done in either pencil or airbrush mixed with color pencils. I have recently added designing and creating artwork on the computer.I have been selling my art for the last 5 years and have had my work featured on trading cards, prints and in magazines.I have sold in galleries and to private collectors from all around the world.I am always facing serious difficulties when it comes to selling my art works to Americans,they are always offering to pay with a US POSTAL MONEY ORDER,which is difficult for me to cash here in United Kingdom.I am looking for a representative in the states who will be working for me as a partime worker and i will be willing to pay 10% for every transaction,which wouldnt affect your present state of work,someone who would help me recieve payments from my customers in the states. I mean someone that is responsible and reliable,cause the cost of coming to the state and getting payments is very expensive, i am working on setting up a branch in the states,so for now i need a representative in the united states who will be handling the payment aspect. These payments are in money order and they would come to you in your name, so all you need to do is cash the money order deduct your percentage(10%) and wire the rest back to me. But the problem I have is trust.But I have my way of getting anyone that gets away with our money,I mean the FBI branch in Washington gets involved. It wouldnt cost you any amount,you are to receive payments which will be sent to you by fedex or usps from my business patners, which would come in form of a money order then you are to cash it and send the cash to me via western union money transfer or moneygram money transfer after your percentage has been deducted from the money,all transfer fees should be deducted from the money. If you are interested, please get back to me as soon as possible with these information listed below FULL NAME : FULL ADDRESS : CITY : STATE: ZIP CODE: PHONE NUMBER (S) : GENDER : AGE : NOTE BELOW: DO YOU HAVE A CHECKING ACCOUNT? WHAT IS YOUR BEST MEANS OF COMMUNICATION ? EMAIL/PHONE Regards JAMES EDWARD. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 20:47: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 A51AC16A415 for ; Tue, 19 Sep 2006 20:47:37 +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 4D86743D46 for ; Tue, 19 Sep 2006 20:47:37 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 19870 invoked from network); 19 Sep 2006 20:47:36 -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 ; 19 Sep 2006 20:47:36 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1AC342842C; Tue, 19 Sep 2006 16:47:36 -0400 (EDT) To: Chris References: <36F4A97F-BD2A-4602-A87F-881F59EA72E4@cbpratt.prohosting.com> From: Lowell Gilbert Date: Tue, 19 Sep 2006 16:47:36 -0400 In-Reply-To: <36F4A97F-BD2A-4602-A87F-881F59EA72E4@cbpratt.prohosting.com> (Chris's message of "Mon, 18 Sep 2006 14:12:58 -0700") Message-ID: <44odtbh9cn.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 Subject: Re: cvsup between levels, single user issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 20:47:37 -0000 Chris writes: > I was going to attempt an in-place upgrade of a light load server > running 5.3 to bring it to 6.1 RELEASE P6 (RELENG_6_1). I read in > UPDATING that going between 5.x and 6.x requires single user mode > which isn't an option on a remote machine (though I can stop > sendmail, bind, popper etc manually but not that which keeps me on > like sshd). I've not taken a machine to single user yet during my > builds but have always had the box in my possession and on my private > net when I've done that. I saw threads even today that left the issue > somewhat up in the air. I still need to protect the machine. Would a > doable jump be to move the machine to RELENG_5_5 remotely or would > that most likely be unsuccessful without going single user? There is > no exotic hardware on the > box. _______________________________________________ Look at it this way. Yes, in most cases, an update can be done without using single-user mode, but what are you going to do if your new kernel doesn't boot? [If you've already installed the userland before that, you are well and truly stuck. So at least make sure you reboot with the new kernel before starting the installworld.] From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 20:49: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 AF50316A494 for ; Tue, 19 Sep 2006 20:49:32 +0000 (UTC) (envelope-from mj001@rogers.com) Received: from smtp107.rog.mail.re2.yahoo.com (smtp107.rog.mail.re2.yahoo.com [68.142.225.205]) by mx1.FreeBSD.org (Postfix) with SMTP id 500A743D49 for ; Tue, 19 Sep 2006 20:49:29 +0000 (GMT) (envelope-from mj001@rogers.com) Received: (qmail 69885 invoked from network); 19 Sep 2006 20:49:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=GYVhV1Xga5X2PvhGTlv5ZLe/EgvKoQ00UuxDFCJOjb1mZhz7qZyfHlXbb6xbLRrX8lHU6ikCgrs8JspOr2PVK48552wr1IyO3f0iUh5Xj4C8dnikUUmDjnXatcyTx4wYEnglzhXK3eCt261N5dbqREBGbT5FMA9EzktobGLKTqw= ; Received: from unknown (HELO chaucer.jeays.ca) (mj001@rogers.com@24.43.50.5 with plain) by smtp107.rog.mail.re2.yahoo.com with SMTP; 19 Sep 2006 20:49:28 -0000 From: Mike Jeays To: Jerry McAllister In-Reply-To: <20060919144945.GA17997@gizmo.acns.msu.edu> References: <20060919085207.3646.qmail@web32413.mail.mud.yahoo.com> <20060919144945.GA17997@gizmo.acns.msu.edu> Content-Type: text/plain Date: Tue, 19 Sep 2006 16:49:27 -0400 Message-Id: <1158698967.52732.69.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Stanley Wright , freebsd-questions@freebsd.org Subject: Re: Booting FreeBSD from floppy or CD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 20:49:32 -0000 On Tue, 2006-09-19 at 10:49 -0400, Jerry McAllister wrote: > On Tue, Sep 19, 2006 at 01:52:07AM -0700, Stanley Wright wrote: > > > Hi All, > > > > Is it possible to boot FreeBSD from a floppy disk or a CD. I dont want > > the other users to know the OS is on the computer. > > Wow, stealth FreeBSD. > I haven't done it, but I think you can make a live CD and boot and > run from that. But what about disk space to use - you will want to > leave some stuff there somewhere to work on. Just getting it booted > is not very exciting or fulfulling. > > Of course, if the other system on the machine is MS, and you squeeze > it down to make room for some FreeBSD work space, it won't show up > in MS. So, maybe no-one will notice the space shrinkage. You could > go ahead and make it FreeBSD bootable too, but then they would see > the FreeBSD boot select menu. > > You could put everything there, but replace the MBR with the MS one > and then use the CD to start the boot and then select the FreeBSD > slice from its menu and then just run from the disk. Then the CD > is only needed for its MBR. I think that would work. > > Anyway, check the FreeBSD handbook on making a live CD and maybe > someone else will also dip in their oar. > > So, what's so scarey about someone else knowing FreeBSD is on the > machine? > > ////jerry > > > Thanks > > Stan > > --------------------------------- > > 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" A live CD such as Freesbie and a USB memory stick for personal storage should give you all you need. You can format the USB memory with the FreeBSD UFS filesystem, or leave is as a DOS FAT for compatibility with other operating systems. You won't need to change a single byte on the hard disk, and no one will know once you go away. If you are thwarting company or school policy, watch out! It might be much cheaper in the long run to buy another machine of your own. A used computer can be had for very little, and an older one will run FreeBSD just fine. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 20:56: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 A2A1916A4EE for ; Tue, 19 Sep 2006 20:56:00 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (prime.gushi.org [72.9.101.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326F243DA3 for ; Tue, 19 Sep 2006 20:55:49 +0000 (GMT) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (localhost [127.0.0.1]) by prime.gushi.org (8.13.6/8.13.6) with ESMTP id k8JKtnt6005817 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 19 Sep 2006 16:55:49 -0400 (EDT) (envelope-from danm@prime.gushi.org) DKIM-Signature: a=rsa-sha1; c=simple/simple; d=prime.gushi.org; s=default; t=1158699349; bh=31ZiCR1VJwTuPB1yAai5vF34/aQ=; h=DomainKey-Signature: Received:Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; b=u7qpw0r/7cFndtkDtG63DC0Ey+bFUtlBmwZWRktbIQVK9pK9JAm VSkKDL2z6UNkEt/Pb80dd+c4kURpV4wJo6g== DomainKey-Signature: a=rsa-sha1; s=-l; d=prime.gushi.org; c=simple; q=dns; h=received:date:from:to:subject:message-id:mime-version:content-type; b=lmR2z4fy/E7JAowlUDvGUx46of5D6K3qiwcQVwJVubnUXWjE73hScUZwPRmB7lBuR jb4Ggu8jcsAHmHT3q8Y/g== Received: (from danm@localhost) by prime.gushi.org (8.13.6/8.13.6/Submit) id k8JKtnLa005815; Tue, 19 Sep 2006 16:55:49 -0400 (EDT) (envelope-from danm) Date: Tue, 19 Sep 2006 16:55:48 -0400 (EDT) From: "Dan Mahoney, System Admin" To: questions@freebsd.org Message-ID: <20060919165400.A4380@prime.gushi.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 20:56:00 -0000 Hey all, I've looked around and found several linux-centric things designed to block brute-force SSH attempts. Anyone out there know of something a bit more BSD savvy? My best attempt will be to get this: http://www.csc.liv.ac.uk/~greg/sshdfilter/index_15.html running and adapt it. I've found a few things based on openBSD's pf, but that doesn't seem to be the default in BSD either. Any response appreciated. -Dan -- "Is Gushi a person or an entity?" "Yes" -Bad Karma, August 25th 2001, Ezzi Computers, Quoting himself earler, referring to Gushi --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org --------------------------- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 21:01:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8097916A417 for ; Tue, 19 Sep 2006 21:01:41 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4509943D95 for ; Tue, 19 Sep 2006 21:01:39 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id C72BF5642F; Wed, 20 Sep 2006 09:01:37 +1200 (NZST) Date: Wed, 20 Sep 2006 09:01:37 +1200 From: Jonathan Chen To: freebsd-questions@freebsd.org Message-ID: <20060919210137.GA5274@osiris.chen.org.nz> References: <20060919195406.8D58C1BF48C@catbus.gts.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060919195406.8D58C1BF48C@catbus.gts.cz> User-Agent: Mutt/1.4.2.2i Subject: Re: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:01:41 -0000 On Tue, Sep 19, 2006 at 09:54:06PM +0200, MR JAMES EDWARD wrote: [.. spam ...] How exactly does this spam-scam work? Does the spammer require a proof-o-faith `donation' to initiate further communication or something? -- Jonathan Chen ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 21:12:41 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA95A16A47C for ; Tue, 19 Sep 2006 21:12:41 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C96743D5E for ; Tue, 19 Sep 2006 21:12:38 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1379pye for ; Tue, 19 Sep 2006 14:12: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=T9Zf6PZVnqpBKyJ4ispvFUC+4wDHRasef30KcTiX1r+Z6RFgmIA8edZOrZFrWVwDzFWfWo4bKwJz6axWeMqX3CgEJi9ud+TBzvAXobGl7jEARqICKg17Xih49d6xcqAHMIPyAYrhX1sLP2KkAyGSBTvXpOMIQ1AwDRBLad3+vKE= Received: by 10.35.39.13 with SMTP id r13mr6575015pyj; Tue, 19 Sep 2006 14:12:38 -0700 (PDT) Received: by 10.35.112.18 with HTTP; Tue, 19 Sep 2006 14:12:37 -0700 (PDT) Message-ID: <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> Date: Tue, 19 Sep 2006 22:12:37 +0100 From: "Joao Barros" To: "Dan Mahoney, System Admin" In-Reply-To: <20060919165400.A4380@prime.gushi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060919165400.A4380@prime.gushi.org> Cc: danger@freebsd.org, questions@freebsd.org Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:12:41 -0000 On 9/19/06, Dan Mahoney, System Admin wrote: > Hey all, > > I've looked around and found several linux-centric things designed to > block brute-force SSH attempts. Anyone out there know of something a bit > more BSD savvy? > > My best attempt will be to get this: > > http://www.csc.liv.ac.uk/~greg/sshdfilter/index_15.html > > running and adapt it. > > I've found a few things based on openBSD's pf, but that doesn't seem to be > the default in BSD either. > > Any response appreciated. > I'm using BruteForceBlocker quite successfully. I take the opportunity to thank danger for it :-) http://www.freshports.org/security/bruteforceblocker/ -- Joao Barros From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 21:22:42 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5C0216A403 for ; Tue, 19 Sep 2006 21:22:42 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83102.mail.mud.yahoo.com (web83102.mail.mud.yahoo.com [216.252.101.31]) by mx1.FreeBSD.org (Postfix) with SMTP id 564BA43D70 for ; Tue, 19 Sep 2006 21:22:42 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 97966 invoked by uid 60001); 19 Sep 2006 21:22:42 -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=m7IBoCYbkpskFyaq+6Hmt6AGqO6oclop8wKE6CgQLoV3+4YyV/ptyi62QQfS5dssuaCLKNjYF3EZmI/EZEvu7xr961WDwdbV5MZlWnemcsu9E+6slOtHciKtWBFi+8lDZ9h/xoVvjJ/slX8Vpe/B94+LALZV6EI/RI9isx/LDU0= ; Message-ID: <20060919212242.97964.qmail@web83102.mail.mud.yahoo.com> Received: from [63.240.228.37] by web83102.mail.mud.yahoo.com via HTTP; Tue, 19 Sep 2006 14:22:41 PDT Date: Tue, 19 Sep 2006 14:22:41 -0700 (PDT) From: backyard To: "Dan Mahoney, System Admin" , questions@freebsd.org In-Reply-To: <20060919165400.A4380@prime.gushi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: sshd brute force attempts? 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: Tue, 19 Sep 2006 21:22:42 -0000 --- "Dan Mahoney, System Admin" wrote: > Hey all, > > I've looked around and found several linux-centric > things designed to > block brute-force SSH attempts. Anyone out there > know of something a bit > more BSD savvy? > > My best attempt will be to get this: > > http://www.csc.liv.ac.uk/~greg/sshdfilter/index_15.html > > running and adapt it. > > I've found a few things based on openBSD's pf, but > that doesn't seem to be > the default in BSD either. > > Any response appreciated. > > -Dan > > -- > > "Is Gushi a person or an entity?" > "Yes" > > -Bad Karma, August 25th 2001, Ezzi Computers, > Quoting himself earler, referring to Gushi > > --------Dan Mahoney-------- > Techie, Sysadmin, WebGeek > Gushi on efnet/undernet IRC > ICQ: 13735144 AIM: LarpGM > Site: http://www.gushi.org > --------------------------- > well you could pretty much eliminate the problem by disabling password logins to sshd and only accepting keyed logins. Then only a key will work. Frequently changing the keys would ensure hackers would have to want to get in REALLY bad in order to gain unauthorized access by a brute force attempt. Depending on how hosts login and their systems, you could perhaps run a login script that regenerates keys automatically and distributes them to the user every so many days or whatever so the system appears passwordless to them, and secure to the outside. This may be more trouble then you are looking for though. In reality using passwords with SSH kinda defeats the purpose of SSH. -brian From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 21:23: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 7984916A403 for ; Tue, 19 Sep 2006 21:23:09 +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 C230043D70 for ; Tue, 19 Sep 2006 21:23:03 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 7337 invoked from network); 19 Sep 2006 21:23:03 -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 ; 19 Sep 2006 21:23:03 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 555D82842C; Tue, 19 Sep 2006 17:23:02 -0400 (EDT) To: "Dan Mahoney, System Admin" questions@freebsd.org References: <20060919165400.A4380@prime.gushi.org> <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> From: Lowell Gilbert Date: Tue, 19 Sep 2006 17:23:02 -0400 In-Reply-To: <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> (Joao Barros's message of "Tue, 19 Sep 2006 22:12:37 +0100") Message-ID: <4464fjd009.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: Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:23:09 -0000 "Joao Barros" writes: > On 9/19/06, Dan Mahoney, System Admin wrote: >> Hey all, >> >> I've looked around and found several linux-centric things designed to >> block brute-force SSH attempts. Anyone out there know of something a bit >> more BSD savvy? >> >> My best attempt will be to get this: >> >> http://www.csc.liv.ac.uk/~greg/sshdfilter/index_15.html >> >> running and adapt it. >> >> I've found a few things based on openBSD's pf, but that doesn't seem to be >> the default in BSD either. It is one of the several firewalling packet filters that come in the FreeBSD base system. >> Any response appreciated. >> > > I'm using BruteForceBlocker quite successfully. > I take the opportunity to thank danger for it :-) > > http://www.freshports.org/security/bruteforceblocker/ Which works with pf, as far as I can see. There also seems to be security/bruteblock, which works with ipfw2. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 21:25:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B295C16A525 for ; Tue, 19 Sep 2006 21:25:30 +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 B81C743D8D for ; Tue, 19 Sep 2006 21:25:25 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Tue, 19 Sep 2006 17:25:24 -0400 id 00056420.45106044.0000E451 Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 19 Sep 2006 17:24:30 -0400 Date: Tue, 19 Sep 2006 17:25:23 -0400 From: Bill Moran To: Paul Schmehl , freebsd-questions@freebsd.org Message-Id: <20060919172523.dae07f80.wmoran@collaborativefusion.com> In-Reply-To: <20060919135445.3718acb1.wmoran@collaborativefusion.com> References: <77FB6F5780B514F6DFF40E0B@utd59514.utdallas.edu> <20060919135445.3718acb1.wmoran@collaborativefusion.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: Subject: Re: Weird problem with DRAC 5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:25:30 -0000 In response to Bill Moran : > > One other thing. Using the console redirection through the web interface > > (which forces you to use IE and an ActiveX control!), I can see the console > > fine, but the keyboard and mouse (on the Windows box) don't do anything. I > > can still login through the USB keyboard attached to the server, and I can > > see the virtualy keyboard and mouse being detected (looking at the console > > messages.) > > > > Has anyone gotten console redirection working (to include keyboard and > > mouse functionality)? > > No. It's broken right now. Do a search on the mailing list and you'll see > lots of complaints. It works in 7, and I've been trying to figure out what > can be MFCed to 6 in order to get it working there. If anyone has any > insight, I'd be interested to hear it. Got it. ehci.c v 1.42: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ehci.c?rev=1.42&content-type=text/x-cvsweb-markup Put this version in place in /usr/src/sys/dev/usb, comment out line 766 and rebuild your kernel and the DRAC5 keyboard will start to work. The commit note says MFC after 2 weeks, but this seems to have been missed. I'm going to ping the maintainers and see if I can get it MFCed before 6.2 comes out. -- Bill Moran Collaborative Fusion Inc. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 21:25: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 7785816A58E for ; Tue, 19 Sep 2006 21:25:47 +0000 (UTC) (envelope-from nb_root@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E8243D67 for ; Tue, 19 Sep 2006 21:25:45 +0000 (GMT) (envelope-from nb_root@videotron.ca) Received: from clk01a ([24.202.77.103]) by VL-MH-MR001.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0J5U00AHKZIWX825@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Tue, 19 Sep 2006 17:25:45 -0400 (EDT) Date: Tue, 19 Sep 2006 17:25:43 -0400 From: Nicolas Blais In-reply-to: <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> To: freebsd-questions@freebsd.org Message-id: <200609191725.43937.nb_root@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline References: <20060919165400.A4380@prime.gushi.org> <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> User-Agent: KMail/1.9.4 Cc: "Dan Mahoney, System Admin" Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:25:47 -0000 On Tuesday 19 September 2006 17:12, Joao Barros wrote: > On 9/19/06, Dan Mahoney, System Admin wrote: > > Hey all, > > > > I've looked around and found several linux-centric things designed to > > block brute-force SSH attempts. Anyone out there know of something a bit > > more BSD savvy? > > > > My best attempt will be to get this: > > > > http://www.csc.liv.ac.uk/~greg/sshdfilter/index_15.html > > > > running and adapt it. > > > > I've found a few things based on openBSD's pf, but that doesn't seem to > > be the default in BSD either. > > > > Any response appreciated. > > I'm using BruteForceBlocker quite successfully. > I take the opportunity to thank danger for it :-) > > http://www.freshports.org/security/bruteforceblocker/ I like to protect myself by hiding what I have, which will reduce the amount of direct or random attacks by a lot, then deal with attacks using tools (like bruteforceblocker). This is especially useful when attackers are using ip-range tools to scan common ports for their associated service. Why keep sshd on port 22? Nicolas -- FreeBSD 7.0-CURRENT #0: Sun Sep 17 10:21:02 EDT 2006 nicblais@clk01a:/usr/obj/usr/src/sys/CLK01A PGP? : http://www.clkroot.net/security/nb_root.asc From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 21:34: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 3C74516A51E for ; Tue, 19 Sep 2006 21:34:15 +0000 (UTC) (envelope-from dking@ketralnis.com) Received: from ketralnis.com (melchoir.ketralnis.com [68.183.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C70D43E10 for ; Tue, 19 Sep 2006 21:33:55 +0000 (GMT) (envelope-from dking@ketralnis.com) Received: from [10.0.1.239] (ayla.wifi.int.ketralnis.com [10.0.1.239]) (authenticated bits=0) by ketralnis.com (8.13.6/8.13.6) with ESMTP id k8JLXLMl020634 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Tue, 19 Sep 2006 14:33:40 -0700 (PDT) (envelope-from dking@ketralnis.com) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20060919165400.A4380@prime.gushi.org> References: <20060919165400.A4380@prime.gushi.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7CF71DBB-8804-41E3-A039-2F4F70BF8A34@ketralnis.com> Content-Transfer-Encoding: 7bit From: David King Date: Tue, 19 Sep 2006 14:33:33 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.2) Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:34:15 -0000 > I've looked around and found several linux-centric things designed > to block brute-force SSH attempts. Anyone out there know of > something a bit more BSD savvy? I'm a fan of security/sshit > > My best attempt will be to get this: > > http://www.csc.liv.ac.uk/~greg/sshdfilter/index_15.html > > running and adapt it. > > I've found a few things based on openBSD's pf, but that doesn't > seem to be the default in BSD either. > > Any response appreciated. > > -Dan > > -- > > "Is Gushi a person or an entity?" > "Yes" > > -Bad Karma, August 25th 2001, Ezzi Computers, Quoting himself > earler, referring to Gushi > > --------Dan Mahoney-------- > Techie, Sysadmin, WebGeek > Gushi on efnet/undernet IRC > ICQ: 13735144 AIM: LarpGM > Site: http://www.gushi.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" -- David King Computer Programmer Ketralnis Systems From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 21:40: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 4661E16A40F for ; Tue, 19 Sep 2006 21:40:45 +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 9E1F843D77 for ; Tue, 19 Sep 2006 21:40:40 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [10.35.4.65] (65.4-35-10-static.chueca.wifi [10.35.4.65]) by strange.daemonsecurity.com (Postfix) with ESMTP id B937D2E024; Tue, 19 Sep 2006 23:40:38 +0200 (CEST) Message-ID: <45106397.9080206@locolomo.org> Date: Tue, 19 Sep 2006 23:39:35 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.7 (X11/20060916) MIME-Version: 1.0 To: "Dan Mahoney, System Admin" References: <20060919165400.A4380@prime.gushi.org> In-Reply-To: <20060919165400.A4380@prime.gushi.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 21:40:45 -0000 Dan Mahoney, System Admin wrote: > Hey all, > > I've looked around and found several linux-centric things designed to > block brute-force SSH attempts. Anyone out there know of something a bit > more BSD savvy? > > My best attempt will be to get this: > > http://www.csc.liv.ac.uk/~greg/sshdfilter/index_15.html > > running and adapt it. > > I've found a few things based on openBSD's pf, but that doesn't seem to be > the default in BSD either. Well, this is not really an answer, yet as you bring it up, SecurityFocus had an article last week on this: http://www.securityfocus.com/infocus/1876 Along with some good advice. First of all: ssh is not a public service like http or smtp where you need anyone to be able to connect. So don't let them in the first place. Disable direct root login, in the article more than a third attempted to login as root. Disable shell access for service accounts such as mysql, www or ldap. Use a scheme for choosing usernames that avoids common names like "james" and avoid publishing usernames on web-sites, e-mail may differ from the username. Disable password based authentication and require ssh-keys if possible, best if you can ensure both pasword and key based authentication. You may still find sshd login denied entries in your log - so what? it was denied! This is really only a problem if the traffics saturates your connection, or your log files grow so much that you run out of diskspace. The article also comments on moving ssh to a different port, but this causes confusion and annoyance if you have many users and is non-standard. Doing the other things works great, an ssh-key on a usb-keyring is great. Personally, I created a script for parsing the delegated files from the different regional registries such as only to allow connection from EU countries. Since then, I get at most one attempt a week, few enough to manually look up the ip with whois and decide if the host or network should be blocked. 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 Tue Sep 19 22:03:27 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0515716A47B for ; Tue, 19 Sep 2006 22:03:27 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from mxfep02.bredband.com (mxfep02.bredband.com [195.54.107.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 815FE43D8C for ; Tue, 19 Sep 2006 22:03:14 +0000 (GMT) (envelope-from reko.turja@liukuma.net) Received: from moria.endor.swagman.org ([213.113.4.184] [213.113.4.184]) by mxfep02.bredband.com with ESMTP id <20060919220313.UKPB21247.mxfep02.bredband.com@moria.endor.swagman.org> for ; Wed, 20 Sep 2006 00:03:13 +0200 Received: from rivendell (rivendell.endor.swagman.org [192.168.10.10]) by moria.endor.swagman.org (Postfix) with SMTP id 4FD12C for ; Wed, 20 Sep 2006 01:02:57 +0300 (EEST) Message-ID: <011601c6dc37$70374460$0a0aa8c0@rivendell> From: "Reko Turja" To: References: <20060919165400.A4380@prime.gushi.org><70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> <4464fjd009.fsf@be-well.ilk.org> Date: Wed, 20 Sep 2006 01:03:28 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Cc: Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 22:03:27 -0000 >>> I've looked around and found several linux-centric things designed >>> to >>> block brute-force SSH attempts. Anyone out there know of >>> something a bit >>> more BSD savvy? >>> I've found a few things based on openBSD's pf, but that doesn't >>> seem to be >>> the default in BSD either. >>> Any response appreciated. If using pf, you can write rules like (original is one line): pass in on $ext_if proto tcp from any to $ext_if port $tcp_login flags S/SA keep state (max-src-conn-rate 6/25, overload flush global) The rule follows traffic in ssh port (aliased $tcp_login in my config) and in this case if the connection attempts exceed 6 in 25 seconds, the offending IP is moved into "bad_hosts" table and ruleset is flushed to get the blocking effective. The conn attempt/time ratio can be about anything, I've found the one used good enough. Then in the top of ruleset I have the following (the filtering rule from above is further down): block in quick on $ext_if from The bad host table is initialised in my ruleset like this: table persist { } Just remeber to put it into right section of pf.conf. pf is neat, thanks for the dev effort of getting it into FreeBSD kernel! -Reko From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 22:20:51 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 3E2CF16A417 for ; Tue, 19 Sep 2006 22:20:51 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (prime.gushi.org [72.9.101.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A532C43D79 for ; Tue, 19 Sep 2006 22:20:49 +0000 (GMT) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (localhost [127.0.0.1]) by prime.gushi.org (8.13.6/8.13.6) with ESMTP id k8JMKnJx060844 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Sep 2006 18:20:49 -0400 (EDT) (envelope-from danm@prime.gushi.org) DKIM-Signature: a=rsa-sha1; c=simple/simple; d=prime.gushi.org; s=default; t=1158704450; bh=oNCpUNXyC5qcM/y4Cl5ZFAZLVuQ=; h=DomainKey-Signature: Received:Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=O7ovJjt01tnp5bhzM946+V4TZ+4HPMVpHjf6ov 3YDQRbBUYuuuZ0rbnGjOPEJoImulhRlSSyJ6P/9LEO+gnDxg== DomainKey-Signature: a=rsa-sha1; s=-l; d=prime.gushi.org; c=simple; q=dns; h=received:date:from:to:cc:subject:in-reply-to:message-id: references:mime-version:content-type; b=Pc5PCbTnr6Vg3w6sfiq3iW5Mv2JHi7dFdL3GVf1rThWlnlByL4x8eerFXkXyBaVr7 cl4WVLH8MlfNAjMTWmZ4w== Received: (from danm@localhost) by prime.gushi.org (8.13.6/8.13.6/Submit) id k8JMKnXY060841; Tue, 19 Sep 2006 18:20:49 -0400 (EDT) (envelope-from danm) Date: Tue, 19 Sep 2006 18:20:48 -0400 (EDT) From: "Dan Mahoney, System Admin" To: Erik Norgaard In-Reply-To: <45106397.9080206@locolomo.org> Message-ID: <20060919181232.L68018@prime.gushi.org> References: <20060919165400.A4380@prime.gushi.org> <45106397.9080206@locolomo.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 22:20:51 -0000 On Tue, 19 Sep 2006, Erik Norgaard wrote: > Along with some good advice. First of all: ssh is not a public service like > http or smtp where you need anyone to be able to connect. So don't let them > in the first place. It is in this case. It's a web server that allows shell usage (and encourages it, as I actually advocate the power that comes with a shell as opposed to the primitive (and less secure) interface you may get with crap utilities like cpanel, or FTP (where you're at the mercy of the featureset of your particular app). > Disable direct root login, in the article more than a third attempted to > login as root. Disable shell access for service accounts such as mysql, www > or ldap. Already being done. At this point I should mention that root has a login option whereby it can be done ONLY with publickey auth. > Use a scheme for choosing usernames that avoids common names like "james" and > avoid publishing usernames on web-sites, e-mail may differ from the username. This is somewhat unaviodable -- as I allow users to choose them. > Disable password based authentication and require ssh-keys if possible, best > if you can ensure both pasword and key based authentication. This also assumes that people password their keys, otherwise it actually *lessens* the security of a thing greatly. Most folks don't. I do wish there was some standard for forcing applications to not save passwords (other than OTP). > You may still find sshd login denied entries in your log - so what? it was > denied! This is really only a problem if the traffics saturates your > connection, or your log files grow so much that you run out of diskspace. It was denied, yes...but when it's denied for 200 different users from the same IP, it only takes one user with a weak password (and as much as I like keys, I personally prefer the passwords). I also find that since I have a nice web-enabled SSH app (as part of usermin), the key becomes sorta useless in that case. > The article also comments on moving ssh to a different port, but this causes > confusion and annoyance if you have many users and is non-standard. Doing the > other things works great, an ssh-key on a usb-keyring is great. For anyone savvy, yes. I don't assume that level of savvy. > Personally, I created a script for parsing the delegated files from the > different regional registries such as only to allow connection from EU > countries. Sounds interesting, is it public? > Since then, I get at most one attempt a week, few enough to manually look up > the ip with whois and decide if the host or network should be blocked. > > Cheers, Erik > -- quick, somebody tell me the moon phase please? Wrin: Plummeting. -Undernet #reboot, 9/11/01 (day of the WTC bombing) --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org --------------------------- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 22:21: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 7738616A412 for ; Tue, 19 Sep 2006 22:21:51 +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 E23EF43D5F for ; Tue, 19 Sep 2006 22:21:49 +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 53E5E2282D; Tue, 19 Sep 2006 23:20:42 +0100 (BST) Message-ID: <45106D76.9020701@verysmall.org> Date: Wed, 20 Sep 2006 00:21:42 +0200 From: "pobox@verysmall.org" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freeBSD References: <36F4A97F-BD2A-4602-A87F-881F59EA72E4@cbpratt.prohosting.com> <44odtbh9cn.fsf@be-well.ilk.org> In-Reply-To: <44odtbh9cn.fsf@be-well.ilk.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Chris Subject: Re: cvsup between levels, single user issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 22:21:51 -0000 Lowell Gilbert wrote: > Chris writes: > >> I was going to attempt an in-place upgrade of a light load server >> running 5.3 to bring it to 6.1 RELEASE P6 (RELENG_6_1). I read in >> UPDATING that going between 5.x and 6.x requires single user mode >> which isn't an option on a remote machine (though I can stop >> sendmail, bind, popper etc manually but not that which keeps me on >> like sshd). I've not taken a machine to single user yet during my >> builds but have always had the box in my possession and on my private >> net when I've done that. I saw threads even today that left the issue >> somewhat up in the air. I still need to protect the machine. Would a >> doable jump be to move the machine to RELENG_5_5 remotely or would >> that most likely be unsuccessful without going single user? There is >> no exotic hardware on the >> box. _______________________________________________ > > Look at it this way. Yes, in most cases, an update can be done > without using single-user mode, but what are you going to do if > your new kernel doesn't boot? [If you've already installed the > userland before that, you are well and truly stuck. So at least > make sure you reboot with the new kernel before starting the > installworld.] I was the origin of one of the recent questions touching the problem with updating a remote server. There were quite detailed answers that sum up to three ways - 1. Somebody at the remote site does the last 3-4 steps. This requires someone who knows what to do as mergemaster is interactive. 2. Some kind of back door through a serial cable/modem. 3. The 'do not worry' approach - finish without dropping to single user mode, just stop all services except ssh. Several people said they have done it successfully for years and years. May be there were some more or variations which I miss. What I did not quite get is - what damage can be done if update is not done in single user mode? Let's say, as Lowell says - we reboot just to test the new kernel. If it boots, we stop all services except ssh (does 'all services' mean all listed in rc.conf), install world, mergemaster and reboot. Iv. -- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 22:34: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 C8CB416A417 for ; Tue, 19 Sep 2006 22:34:57 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (prime.gushi.org [72.9.101.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6946343D5F for ; Tue, 19 Sep 2006 22:34:53 +0000 (GMT) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (localhost [127.0.0.1]) by prime.gushi.org (8.13.6/8.13.6) with ESMTP id k8JMYrWo069078 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Sep 2006 18:34:53 -0400 (EDT) (envelope-from danm@prime.gushi.org) DKIM-Signature: a=rsa-sha1; c=simple/simple; d=prime.gushi.org; s=default; t=1158705294; bh=vUvWgCA+A0NysnFv0+zyhSp7VvE=; h=DomainKey-Signature: Received:Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=uUsNCps0nGjvkeD5EssuClWgyB6Bj/cX7ssqjj 5kqBlzQSPORYmrCjwZkyeZMEndmJtEkENqUB5llRGQZhcLbQ== DomainKey-Signature: a=rsa-sha1; s=-l; d=prime.gushi.org; c=simple; q=dns; h=received:date:from:to:cc:subject:in-reply-to:message-id: references:mime-version:content-type; b=kqBkayA4lMb9s1JJELcxLqf+ssx1dcvTwJYeV6YIW5aziLev0hJmtfuSNXUqEmOpQ 4OI9tmkzlBOeeh0us9mmg== Received: (from danm@localhost) by prime.gushi.org (8.13.6/8.13.6/Submit) id k8JMYrY3069076; Tue, 19 Sep 2006 18:34:53 -0400 (EDT) (envelope-from danm) Date: Tue, 19 Sep 2006 18:34:53 -0400 (EDT) From: "Dan Mahoney, System Admin" To: backyard In-Reply-To: <20060919212242.97964.qmail@web83102.mail.mud.yahoo.com> Message-ID: <20060919183404.H68018@prime.gushi.org> References: <20060919212242.97964.qmail@web83102.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 22:34:57 -0000 On Tue, 19 Sep 2006, backyard wrote: > In reality using passwords with SSH kinda defeats the > purpose of SSH. Keeping passwords from being sent across the network as cleartext? -Dan -- "Of course she's gonna be upset! You're dealing with a woman here Dan, what the hell's wrong with you?" -S. Kennedy, 11/11/01 --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org --------------------------- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 22:38:17 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D1D116A40F for ; Tue, 19 Sep 2006 22:38:17 +0000 (UTC) (envelope-from dwc@stilyagin.com) Received: from puffy.asicommunications.com (puffy.asicommunications.com [216.9.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A9D43D72 for ; Tue, 19 Sep 2006 22:38:16 +0000 (GMT) (envelope-from dwc@stilyagin.com) Received: from zloy.stilyagin.com (71-35-25-152.phnx.qwest.net [71.35.25.152]) by puffy.asicommunications.com (8.13.4/8.13.3) with ESMTP id k8JMcE7I024629 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 19 Sep 2006 15:38:15 -0700 (MST) Received: (from dwc@localhost) by zloy.stilyagin.com (8.13.4/8.13.4/Submit) id k8JMc8T5003566; Tue, 19 Sep 2006 15:38:08 -0700 (MST) Date: Tue, 19 Sep 2006 15:38:08 -0700 From: Darrin Chandler To: backyard Message-ID: <20060919223808.GF18329@zloy.stilyagin.com> References: <20060919165400.A4380@prime.gushi.org> <20060919212242.97964.qmail@web83102.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060919212242.97964.qmail@web83102.mail.mud.yahoo.com> User-Agent: Mutt/1.5.11 Cc: "Dan Mahoney, System Admin" , questions@freebsd.org Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 22:38:17 -0000 On Tue, Sep 19, 2006 at 02:22:41PM -0700, backyard wrote: > > well you could pretty much eliminate the problem by > disabling password logins to sshd and only accepting > keyed logins. Then only a key will work. This is probably the best thing you can do to keep the bad guys out. This is what I'm doing on every box I have control over. It does not stop anyone from trying, but nobody gets in. I have yet to see even an attempt by script kiddies to use keys. > Frequently changing the keys would ensure hackers > would have to want to get in REALLY bad in order to > gain unauthorized access by a brute force attempt. > > Depending on how hosts login and their systems, you > could perhaps run a login script that regenerates keys > automatically and distributes them to the user every > so many days or whatever so the system appears > passwordless to them, and secure to the outside. This > may be more trouble then you are looking for though. I think this isn't needed, and is somewhat silly. Like all (decent) implementations of pubkey, the key is only used to authenticate and exchange a symetric session key. So the pubkey sees little actual use, compared with the session key. Anyone who knows better please correct me. -- Darrin Chandler | Phoenix BSD Users Group dwchandler@stilyagin.com | http://bsd.phoenix.az.us/ http://www.stilyagin.com/ | From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 22:57: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 0551116A407 for ; Tue, 19 Sep 2006 22:57:56 +0000 (UTC) (envelope-from ryallsd@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92FCB43D70 for ; Tue, 19 Sep 2006 22:57:55 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so36878pye for ; Tue, 19 Sep 2006 15:57:55 -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:content-transfer-encoding:content-disposition; b=FijtcmzXAi+dfLQkn+52JsMqW7okQldN1Ho261QXIbzvUECPiNjfbf2cHQQ+aG2v7YmDrH90T9IEb5DCGhtS03ewuB+4VLqzE9xUd1HxXNISlVO1z36QHGKiatlrmOMjrPLA/53diJrgKQ3jbknNeFnAd9KVHyezRiMOKmDaNu8= Received: by 10.65.59.20 with SMTP id m20mr15448252qbk; Tue, 19 Sep 2006 15:57:54 -0700 (PDT) Received: by 10.65.54.6 with HTTP; Tue, 19 Sep 2006 15:57:54 -0700 (PDT) Message-ID: Date: Tue, 19 Sep 2006 15:57:54 -0700 From: "Derrick Ryalls" To: freeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Mail server relaying spam, but how? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 22:57:56 -0000 The problem is over and the machines in question have been rebuilt from scratch, but I am still curious as to how it could have happened. Many weeks ago I noticed that I my mail server was dealing with about 4x the amount of mail it normally does. After much digging I was able to trace it back to my brother's machine (different network, different location) who happens to be my secondary DNS. I mention the DNS part since most of the spam being sent to my system was addressed to domains I host. In any case, the machine sending me all the spam was not his mail server, but his router. Since his actual mail server lives within his network, all port 25 traffic should have been diverted to his internal machine, so it doesn't seem likely to have been a normal open relay issue. His router had qmail installed on it, and was running FreeBSD 4.5, but aside from the huge amount of mail coming out of it I didn't see any abnormal activity on the machine. So the question becomes, how does a router with port 25/993 directed to the internal network start relaying gobs of spam and why is all (?) mail directed at my domains in particular? I didn't see any new accounts on the machine, nor any strange processes. As soon as I shut down all of qmail's processes the problem went away. Any thoughts on this? From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 23:22:07 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFB6416A403 for ; Tue, 19 Sep 2006 23:22:07 +0000 (UTC) (envelope-from tina@i-techcompany.com) Received: from smtp105.biz.mail.mud.yahoo.com (smtp105.biz.mail.mud.yahoo.com [68.142.200.253]) by mx1.FreeBSD.org (Postfix) with SMTP id 6E7B343D46 for ; Tue, 19 Sep 2006 23:22:07 +0000 (GMT) (envelope-from tina@i-techcompany.com) Received: (qmail 31468 invoked from network); 19 Sep 2006 23:22:07 -0000 Received: from unknown (HELO itech05) (tina@i-techcompany.com@69.107.63.172 with login) by smtp105.biz.mail.mud.yahoo.com with SMTP; 19 Sep 2006 23:22:06 -0000 From: "Tina Lai" To: Date: Tue, 19 Sep 2006 16:22:03 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Importance: Normal Cc: alan@i-techcompany.com Subject: Adding more resources to your viewer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tina@i-techcompany.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 23:22:08 -0000 Hi : Hi: We come across to your website for search some products. We are the Manufacturer of the Rackmount LCD and many other products. We are wondering if you can add our webpage on your Hardward vendor list for adding more resources to your viewer. Country: USA Company name : i-Tech Company Link: http://www.i-techcompany.com Description: Rackmount LCD Monitor KVM console, Rack mount keyboards with KVM switches and Rack mount KVM switches. Thanks in advanced! Tina Lai wwww.i-techcompany.com Toll Free: 1-888-483-2418 Tel: 1-510-429-9288 Fax: 1-510-372-2736 Email: marekting@i-techcompany.com Address: 30081 Ahern Ave Union City, CA 94587 From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 23:26: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 4FFA516A40F for ; Tue, 19 Sep 2006 23:26:22 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0795343D49 for ; Tue, 19 Sep 2006 23:26:21 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout07/MantshX 4.0) with ESMTP id k8JNQLK4019579; Tue, 19 Sep 2006 16:26:21 -0700 (PDT) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k8JNQGcq010466; Tue, 19 Sep 2006 16:26:20 -0700 (PDT) In-Reply-To: <20060919223808.GF18329@zloy.stilyagin.com> References: <20060919165400.A4380@prime.gushi.org> <20060919212242.97964.qmail@web83102.mail.mud.yahoo.com> <20060919223808.GF18329@zloy.stilyagin.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8AB47C58-3A82-438C-9482-24655EB46665@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Tue, 19 Sep 2006 16:26:15 -0700 To: Darrin Chandler X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: questions@freebsd.org Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 23:26:22 -0000 On Sep 19, 2006, at 3:38 PM, Darrin Chandler wrote: > I think this isn't needed, and is somewhat silly. Like all (decent) > implementations of pubkey, the key is only used to authenticate and > exchange a symetric session key. So the pubkey sees little actual use, > compared with the session key. > > Anyone who knows better please correct me. That's about right. The (typical) 1024-bit RSA or DSA keypair is only used during the initial authentication stage; the symmetric authentication negotiated during the initial phase (typically 128-bit 3DES, or now AES128 or AES256) is used for the rest of the connection. SSHv2 protocol does an initial negotiation to figure out the best symmetric encryption and message-digest algorithm that both sides support (SSH2_MSG_KEXINIT), they then perform a Diffie-Helman group exchange (see RFC-4419, describing the SSH2_MSG_KEX_DH_GEX_REQUEST stage) to negotiate a shared secret which is signed by the host key of the server in order to provide reasonably strong host-based authentication. Only if that passes (ie, the client tests the signature using the public host key for the server), do the sides proceed to do user authentication via the SSH2_MSG_NEWKEYS stage, where the client uses the user's private key to sign the shared secret (well, actually, an "exchange hash" containing the shared secret and other things like the version # strings as well as the host key), which the server then checks to see is valid by using the public key of that user (ie, in ~/.ssh/authorized_keys) to decrypt and compare with the shared secret ("exchange hash") they negotiated in the first stage. The full gory details are in RFC-4253 & 4254. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Sep 19 23:33:46 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A2F116A417 for ; Tue, 19 Sep 2006 23:33:46 +0000 (UTC) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxsf12.cluster1.charter.net (mxsf12.cluster1.charter.net [209.225.28.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E5543D6D for ; Tue, 19 Sep 2006 23:33:32 +0000 (GMT) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxip17a.cluster1.charter.net (mxip17a.cluster1.charter.net [209.225.28.147]) by mxsf12.cluster1.charter.net (8.12.11.20060308/8.12.11) with ESMTP id k8JNXORt018864 for ; Tue, 19 Sep 2006 19:33:24 -0400 Received: from 24-159-55-136.dhcp.jcsn.tn.charter.com (HELO [192.168.1.6]) ([24.159.55.136]) by mxip17a.cluster1.charter.net with ESMTP; 19 Sep 2006 19:33:24 -0400 X-IronPort-AV: i="4.09,187,1157342400"; d="scan'208"; a="896612359:sNHT34109074" Message-ID: <45107E46.4040207@wilderness.homeip.net> Date: Tue, 19 Sep 2006 18:33:26 -0500 From: Laurence Sanford User-Agent: Thunderbird 1.5.0.5 (X11/20060804) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Crash; shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2006 23:33:46 -0000 So I got up and walked away from my computer this afternoon, and came back to find it in the middle of shutting down. No good reason, no crash dump (yes, they're configured) no nothing, just this: Sep 19 18:14:53 colossus syslogd: exiting on signal 15 At this point, everything sync'd up and the system shut down, completely, and powered off. I've had it suggested that this could be a power supply going south. Any other ideas? uname: root@colossus(/var/log)# uname -a FreeBSD colossus.cotharyus.net 6.1-STABLE FreeBSD 6.1-STABLE #6: Sat Sep 2 04:56:20 CDT 2006 lauasanf@colossus.cotharyus.net:/usr/obj/usr/src/sys/Colossus i386 dmesg: root@colossus(/var/log)# dmesg Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-STABLE #6: Sat Sep 2 04:56:20 CDT 2006 lauasanf@colossus.cotharyus.net:/usr/obj/usr/src/sys/Colossus Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2010.31-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x20fb1 Stepping = 1 Features=0x178bfbff Features2=0x1 AMD Features=0xe2500800 AMD Features2=0x3 Cores per package: 2 real memory = 1073676288 (1023 MB) avail memory = 1037369344 (989 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard acpi0: on motherboard acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi0: Power Button (fixed) acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 0.0 (no driver attached) isab0: at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) ohci0: mem 0xdb102000-0xdb102fff irq 21 at device 2.0 on pci0 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 10 ports with 10 removable, self powered ehci0: mem 0xfeb00000-0xfeb000ff irq 22 at device 2.1 on pci0 ehci0: [GIANT-LOCKED] usb1: EHCI version 1.0 usb1: companion controller, 4 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub1: 10 ports with 10 removable, self powered pcm0: port 0xd400-0xd4ff,0xd800-0xd8ff mem 0xdb101000-0xdb101fff irq 23 at device 4.0 on pci0 pcm0: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 6.0 on pci0 ata0: on atapci0 ata1: on atapci0 pcib1: at device 9.0 on pci0 pci5: on pcib1 fwohci0: mem 0xdb004000-0xdb0047ff,0xdb000000-0xdb003fff irq 16 at device 11.0 on pci5 fwohci0: OHCI version 1.10 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:11:d8:00:00:86:18:47 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) nve0: port 0xd000-0xd007 mem 0xdb100000-0xdb100fff irq 21 at device 10.0 on pci0 nve0: Ethernet address 00:15:f2:7f:80:86 miibus0: on nve0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto nve0: Ethernet address: 00:15:f2:7f:80:86 pcib2: at device 11.0 on pci0 pci4: on pcib2 pcib3: at device 12.0 on pci0 pci3: on pcib3 pcib4: at device 13.0 on pci0 pci2: on pcib4 pcib5: at device 14.0 on pci0 pci1: on pcib5 nvidia0: mem 0xd8000000-0xd8ffffff,0xd0000000-0xd7ffffff,0xd9000000-0xd9ffffff irq 18 at device 0.0 on pci1 nvidia0: [GIANT-LOCKED] acpi_tz0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ppc0: port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppbus0: on ppc0 ppbus0: IEEE1284 device found /NIBBLE/ECP Probing for PnP devices on ppbus0: ppbus0: MLC,PCL,PML plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcefff,0xd0000-0xd3fff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ukbd0: Microsoft Natural\M-. Ergonomic Keyboard 4000, rev 2.00/1.73, addr 2, iclass 3/1 kbd1 at ukbd0 uhid0: Microsoft Natural\M-. Ergonomic Keyboard 4000, rev 2.00/1.73, addr 2, iclass 3/1 umass0: Generic USB Storage Device, rev 1.10/1.00, addr 3 ums0: Microsoft Microsoft Trackball Optical\M-., rev 1.10/1.21, addr 4, iclass 3/1 ums0: 5 buttons and Z dir. uhub2: vendor 0x05e3 USB Hub, class 9/0, rev 1.01/0.12, addr 5 uhub2: 4 ports with 4 removable, bus powered Timecounters tick every 1.000 msec ad0: 43979MB at ata0-master UDMA100 ad1: 190782MB at ata0-slave UDMA100 ad2: 38166MB at ata1-master UDMA100 acd0: DVDR at ata1-slave UDMA33 SMP: AP CPU #1 Launched! cd0 at ata1 bus 0 target 1 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present da1 at umass-sim0 bus 0 target 0 lun 1 da1: Removable Direct Access SCSI-0 device da1: 1.000MB/s transfers da1: Attempt to query device size failed: NOT READY, Medium not present da2 at umass-sim0 bus 0 target 0 lun 2 da2: Removable Direct Access SCSI-0 device da2: 1.000MB/s transfers da2: 489MB (1002497 512 byte sectors: 64H 32S/T 489C) da3 at umass-sim0 bus 0 target 0 lun 3 da3: Removable Direct Access SCSI-0 device da3: 1.000MB/s transfers da3: Attempt to query device size failed: NOT READY, Medium not present (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI Status: Check Condition (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 (da0:umass-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 -> 6 (da1:umass-sim0:0:0:1): READ CAPACITY. CDB: 25 20 0 0 0 0 0 0 0 0 (da1:umass-sim0:0:0:1): CAM Status: SCSI Status Error (da1:umass-sim0:0:0:1): SCSI Status: Check Condition (da1:umass-sim0:0:0:1): NOT READY asc:3a,0 (da1:umass-sim0:0:0:1): Medium not present (da1:umass-sim0:0:0:1): Unretryable error Opened disk da1 -> 6 (da1:umass-sim0:0:0:1): READ CAPACITY. CDB: 25 20 0 0 0 0 0 0 0 0 (da1:umass-sim0:0:0:1): CAM Status: SCSI Status Error (da1:umass-sim0:0:0:1): SCSI Status: Check Condition (da1:umass-sim0:0:0:1): NOT READY asc:3a,0 (da1:umass-sim0:0:0:1): Medium not present (da1:umass-sim0:0:0:1): Unretryable error Opened disk da1 -> 6 (da1:umass-sim0:0:0:1): READ CAPACITY. CDB: 25 20 0 0 0 0 0 0 0 0 (da1:umass-sim0:0:0:1): CAM Status: SCSI Status Error (da1:umass-sim0:0:0:1): SCSI Status: Check Condition (da1:umass-sim0:0:0:1): NOT READY asc:3a,0 (da1:umass-sim0:0:0:1): Medium not present (da1:umass-sim0:0:0:1): Unretryable error Opened disk da1 -> 6 (da3:umass-sim0:0:0:3): READ CAPACITY. CDB: 25 60 0 0 0 0 0 0 0 0 (da3:umass-sim0:0:0:3): CAM Status: SCSI Status Error (da3:umass-sim0:0:0:3): SCSI Status: Check Condition (da3:umass-sim0:0:0:3): NOT READY asc:3a,0 (da3:umass-sim0:0:0:3): Medium not present (da3:umass-sim0:0:0:3): Unretryable error Opened disk da3 -> 6 (da3:umass-sim0:0:0:3): READ CAPACITY. CDB: 25 60 0 0 0 0 0 0 0 0 (da3:umass-sim0:0:0:3): CAM Status: SCSI Status Error (da3:umass-sim0:0:0:3): SCSI Status: Check Condition (da3:umass-sim0:0:0:3): NOT READY asc:3a,0 (da3:umass-sim0:0:0:3): Medium not present (da3:umass-sim0:0:0:3): Unretryable error Opened disk da3 -> 6 (da3:umass-sim0:0:0:3): READ CAPACITY. CDB: 25 60 0 0 0 0 0 0 0 0 (da3:umass-sim0:0:0:3): CAM Status: SCSI Status Error (da3:umass-sim0:0:0:3): SCSI Status: Check Condition (da3:umass-sim0:0:0:3): NOT READY asc:3a,0 (da3:umass-sim0:0:0:3): Medium not present (da3:umass-sim0:0:0:3): Unretryable error Opened disk da3 -> 6 From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 01:02: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 3D42816A415 for ; Wed, 20 Sep 2006 01:02:16 +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 7776543D67 for ; Wed, 20 Sep 2006 01:02:15 +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 k8K11RPM086565 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 19 Sep 2006 18:01:28 -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 k8K11RcG086563; Tue, 19 Sep 2006 18:01:27 -0700 (PDT) Received: by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA21377; Tue, 19 Sep 06 17:59:21 PDT Date: Tue, 19 Sep 06 17:59:21 PDT From: perryh@pluto.rain.com (Perry Hutchison) Message-Id: <10609200059.AA21377@pluto.rain.com> To: lauasanf@wilderness.homeip.net In-Reply-To: <45107E46.4040207@wilderness.homeip.net> References: <45107E46.4040207@wilderness.homeip.net> Cc: freebsd-questions@FreeBSD.org Subject: Crash; shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 01:02:16 -0000 > So I got up and walked away from my computer this afternoon, and > came back to find it in the middle of shutting down. No good > reason, no crash dump (yes, they're configured) no nothing, just > this: > > Sep 19 18:14:53 colossus syslogd: exiting on signal 15 > > At this point, everything sync'd up and the system shut down, > completely, and powered off. > > I've had it suggested that this could be a power supply going > south. Any other ideas? Any chance someone hit CtrlAltDel on the keyboard? From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 01:15: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 41DE416A5FF for ; Wed, 20 Sep 2006 01:15:40 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D52543D5D for ; Wed, 20 Sep 2006 01:15:39 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id B91DFDA7B83 for ; Tue, 19 Sep 2006 21:15:37 -0400 (EDT) Received: from heartbeat2.internal ([10.202.2.161]) by frontend3.internal (MEProxy); Tue, 19 Sep 2006 21:15:39 -0400 X-Sasl-enc: G+oDLYjQ05T2bqDgrq7EZ1shmgAkxyw7zuuvs9lRVest 1158714939 Received: from [192.168.1.2] (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 56EFA59EC for ; Tue, 19 Sep 2006 21:15:39 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Wed, 20 Sep 2006 02:15:34 +0100 User-Agent: KMail/1.9.4 References: <20060919195406.8D58C1BF48C@catbus.gts.cz> <20060919210137.GA5274@osiris.chen.org.nz> In-Reply-To: <20060919210137.GA5274@osiris.chen.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609200215.35720.list-freebsd-2004@morbius.sent.com> Subject: Re: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 01:15:40 -0000 On Tuesday 19 September 2006 22:01, Jonathan Chen wrote: > On Tue, Sep 19, 2006 at 09:54:06PM +0200, MR JAMES EDWARD wrote: > > [.. spam ...] > > How exactly does this spam-scam work? Does the spammer require a > proof-o-faith `donation' to initiate further communication or > something? The sucker pays the money order into a bank account, and because it all looks above board, sends off the 90%. It's later discovered to be counterfeit. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 01:19:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41D6016A403 for ; Wed, 20 Sep 2006 01:19:56 +0000 (UTC) (envelope-from ke.han@redstarling.com) Received: from smtp103.biz.mail.mud.yahoo.com (smtp103.biz.mail.mud.yahoo.com [68.142.200.238]) by mx1.FreeBSD.org (Postfix) with SMTP id 029D343D68 for ; Wed, 20 Sep 2006 01:19:49 +0000 (GMT) (envelope-from ke.han@redstarling.com) Received: (qmail 59008 invoked from network); 20 Sep 2006 01:19:49 -0000 Received: from unknown (HELO ?192.168.1.20?) (ke.han@redstarling.com@218.79.215.253 with plain) by smtp103.biz.mail.mud.yahoo.com with SMTP; 20 Sep 2006 01:19:48 -0000 In-Reply-To: <20060919154025.H1031@ganymede.hub.org> References: <226ae0c60609180856j1174081cn5510aa94403f139@mail.gmail.com> <20060918131831.6F50.GERARD@seibercom.net> <20060919154025.H1031@ganymede.hub.org> 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: ke han Date: Wed, 20 Sep 2006 09:19:44 +0800 To: "Marc G. Fournier" X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org 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: Wed, 20 Sep 2006 01:19:56 -0000 On Sep 20, 2006, at 2:40 AM, Marc G. Fournier wrote: > On Mon, 18 Sep 2006, Gerard Seibert wrote: > >> 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. > > I'm up to 3 HP servers right now, and nary a problem with any of > them ... probably the best servers I've picked up yet ... > everything 'just worked' ... What HP model are you using? thanks, ke han > > > ---- > Marc G. Fournier Hub.Org Networking Services (http:// > www.hub.org) > Email . scrappy@hub.org MSN . > scrappy@hub.org > Yahoo . yscrappy Skype: hub.org ICQ . 7615664 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 01:21: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 AF8FF16A416 for ; Wed, 20 Sep 2006 01:21:47 +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 900C943D6D for ; Wed, 20 Sep 2006 01:21:42 +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 86D0C18007CE for ; Wed, 20 Sep 2006 01:28:22 +0000 (GMT) X-OB-Received: from unknown (205.158.62.62) by wfilter.us4.outblaze.com; 20 Sep 2006 01:26:41 -0000 Received: by ws1-7.us4.outblaze.com (Postfix, from userid 1001) id BF6451158CC; Wed, 20 Sep 2006 01:26:43 +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: "Mike Jeays" , "Jerry McAllister" Date: Tue, 19 Sep 2006 17:26:43 -0800 Received: from [60.49.202.201] by ws1-7.us4.outblaze.com with http for trunasuci@mail.com; Tue, 19 Sep 2006 17:26:43 -0800 X-Originating-Ip: 60.49.202.201 X-Originating-Server: ws1-7.us4.outblaze.com Message-Id: <20060920012643.BF6451158CC@ws1-7.us4.outblaze.com> Cc: Stanley Wright , freebsd-questions@freebsd.org Subject: Re: Booting FreeBSD from floppy or CD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 01:21:47 -0000 > ----- Original Message ----- > From: "Mike Jeays" > To: "Jerry McAllister" > Subject: Re: Booting FreeBSD from floppy or CD > Date: Tue, 19 Sep 2006 16:49:27 -0400 >=20 >=20 > On Tue, 2006-09-19 at 10:49 -0400, Jerry McAllister wrote: > > On Tue, Sep 19, 2006 at 01:52:07AM -0700, Stanley Wright wrote: > > > > > Hi All, > > > > Is it possible to boot FreeBSD from a floppy disk or a=20 > > CD. I dont want > the other users to know the OS is on the=20 > > computer. > > > > Wow, stealth FreeBSD. > > I haven't done it, but I think you can make a live CD and boot=20 > > and run from that. But what about disk space to use - you will=20 > > want to leave some stuff there somewhere to work on. Just=20 > > getting it booted is not very exciting or fulfulling. Of=20 > > course, if the other system on the machine is MS, and you squeeze=20 > > it down to make room for some FreeBSD work space, it won't show=20 > > up in MS. So, maybe no-one will notice the space shrinkage.=20=20=20 > > You could go ahead and make it FreeBSD bootable too, but then=20 > > they would see the FreeBSD boot select menu. You could put=20 > > everything there, but replace the MBR with the MS one > > and then use the CD to start the boot and then select the FreeBSD > > slice from its menu and then just run from the disk. Then the CD > > is only needed for its MBR. I think that would work. > > > > Anyway, check the FreeBSD handbook on making a live CD and maybe > > someone else will also dip in their oar. > > > > So, what's so scarey about someone else knowing FreeBSD is on the > > machine? > > > > ////jerry > > > > > Thanks > > > Stan > > > --------------------------------- > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to=20 > > "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" >=20 > A live CD such as Freesbie and a USB memory stick for personal storage > should give you all you need. You can format the USB memory with the > FreeBSD UFS filesystem, or leave is as a DOS FAT for compatibility with > other operating systems. You won't need to change a single byte on the > hard disk, and no one will know once you go away. >=20 > If you are thwarting company or school policy, watch out! It might be > much cheaper in the long run to buy another machine of your own. A used > computer can be had for very little, and an older one will run FreeBSD > just fine. yerps.. I've tried Freesbie and also NetBSD live cd.. it rocks!.. or maybe u can try normal installation without bootloader writing to /mbr..= maybe u can use GRUB on floppy or any other bootloader like SBM (SmartBootmanager= ) on floppy and point it to your FreeBSD slice.. gud luck! p/s: pls correct me if I'm wrong TQ --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 01:22: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 951E516A40F for ; Wed, 20 Sep 2006 01:22:19 +0000 (UTC) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxsf36.cluster1.charter.net (mxsf36.cluster1.charter.net [209.225.28.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D8943D49 for ; Wed, 20 Sep 2006 01:22:18 +0000 (GMT) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxip28a.cluster1.charter.net (mxip28a.cluster1.charter.net [209.225.28.187]) by mxsf36.cluster1.charter.net (8.12.11.20060308/8.12.11) with ESMTP id k8K1MHj0016913 for ; Tue, 19 Sep 2006 21:22:17 -0400 Received: from 24-159-55-136.dhcp.jcsn.tn.charter.com (HELO [192.168.1.6]) ([24.159.55.136]) by mxip28a.cluster1.charter.net with ESMTP; 19 Sep 2006 21:22:17 -0400 X-IronPort-AV: i="4.09,187,1157342400"; d="scan'208"; a="1714960412:sNHT96505386" Message-ID: <451097CD.6000407@wilderness.homeip.net> Date: Tue, 19 Sep 2006 20:22:21 -0500 From: Laurence Sanford User-Agent: Thunderbird 1.5.0.5 (X11/20060804) MIME-Version: 1.0 To: Perry Hutchison References: <45107E46.4040207@wilderness.homeip.net> <10609200059.AA21377@pluto.rain.com> In-Reply-To: <10609200059.AA21377@pluto.rain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Crash; shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 01:22:19 -0000 Perry Hutchison wrote: >> So I got up and walked away from my computer this afternoon, and >> came back to find it in the middle of shutting down. No good >> reason, no crash dump (yes, they're configured) no nothing, just >> this: >> >> Sep 19 18:14:53 colossus syslogd: exiting on signal 15 >> >> At this point, everything sync'd up and the system shut down, >> completely, and powered off. >> >> I've had it suggested that this could be a power supply going >> south. Any other ideas? >> > > Any chance someone hit CtrlAltDel on the keyboard? > > Nope. Besides, wouldn't that just reboot it, and not shut it down? Plus this is running KDE, so if memory serves that would just bring up an end session dialog. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 01:30: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 C3D2016A40F for ; Wed, 20 Sep 2006 01:30:45 +0000 (UTC) (envelope-from wittig.robert@sbcglobal.net) Received: from smtp113.sbc.mail.re2.yahoo.com (smtp113.sbc.mail.re2.yahoo.com [68.142.229.92]) by mx1.FreeBSD.org (Postfix) with SMTP id DAFD443D4C for ; Wed, 20 Sep 2006 01:30:44 +0000 (GMT) (envelope-from wittig.robert@sbcglobal.net) Received: (qmail 11408 invoked from network); 20 Sep 2006 01:30:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=HdOQo5Yc9SWjPfhdSqHJQCPvejvz/Y9cSAiV6wjEqzFqu+IclyA/Sdve/vAjSJU9q6EFXZdD3Zi4DOXfFcrrAvQbxMFeL4I2n0zkBHVkt07lOn2qansJ4O1/sLdu+LjfbwjfaY5AZw6eiv5ps+otM3e5fZTHZO9yyd68DghMmKE= ; Received: from unknown (HELO ?192.168.1.3?) (wittig.robert@sbcglobal.net@70.142.248.62 with plain) by smtp113.sbc.mail.re2.yahoo.com with SMTP; 20 Sep 2006 01:30:43 -0000 Message-ID: <45109A0A.7000107@sbcglobal.net> Date: Tue, 19 Sep 2006 20:31:54 -0500 From: Robert C Wittig User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Jonathan Chen References: <20060919195406.8D58C1BF48C@catbus.gts.cz> <20060919210137.GA5274@osiris.chen.org.nz> In-Reply-To: <20060919210137.GA5274@osiris.chen.org.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 01:30:45 -0000 Jonathan Chen wrote: > How exactly does this spam-scam work? Does the spammer require a > proof-o-faith `donation' to initiate further communication or > something? Nigeria 4-1-9 They send you a counterfeit money order/ cheque, you deposit it, your bank makes the funds available, you send the bad guy the the money, and then your bank discovers the counterfeit cheque, and debits your account for the bad transaction. -- -wittig http://www.robertwittig.com/ . http://robertwittig.net/ From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 01:39:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A21EE16A407 for ; Wed, 20 Sep 2006 01:39:33 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE31343D45 for ; Wed, 20 Sep 2006 01:39:32 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k8K1d3sa061638 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 Sep 2006 08:39:20 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k8K1d3ue033485; Wed, 20 Sep 2006 08:39:03 +0700 (ICT) Date: Wed, 20 Sep 2006 08:39:03 +0700 (ICT) Message-Id: <200609200139.k8K1d3ue033485@banyan.cs.ait.ac.th> From: Olivier Nicole To: wittig.robert@sbcglobal.net In-reply-to: <45109A0A.7000107@sbcglobal.net> (message from Robert C Wittig on Tue, 19 Sep 2006 20:31:54 -0500) References: <20060919195406.8D58C1BF48C@catbus.gts.cz> <20060919210137.GA5274@osiris.chen.org.nz> <45109A0A.7000107@sbcglobal.net> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org, jonc@chen.org.nz Subject: Re: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 01:39:33 -0000 > They send you a counterfeit money order/ cheque, you deposit it, your > bank makes the funds available, you send the bad guy the the money, and If you are naive enough to send them money before you ever get it... Olivier From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 01:45:30 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8465116A403 for ; Wed, 20 Sep 2006 01:45:30 +0000 (UTC) (envelope-from mail_gn@yahoo.co.in) Received: from web8403.mail.in.yahoo.com (web8403.mail.in.yahoo.com [202.43.219.151]) by mx1.FreeBSD.org (Postfix) with SMTP id 676CE43D5A for ; Wed, 20 Sep 2006 01:45:29 +0000 (GMT) (envelope-from mail_gn@yahoo.co.in) Received: (qmail 22383 invoked by uid 60001); 20 Sep 2006 01:45:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=11QJGHz3KWVCiRQx9tLmfUYhJp94YtDiDW08LW2PWH1mSNpxEOJ+7rPmsuKTEk+zsWcz3Uh4mP48uJBu3jhIKTa3UYXg1AYikrfxzGx7/6m//jIdau/8iPWLNwR733/1ffihv6AlOIWx0HWncPlwYAmDzjyCkgpyjjAGKNW+7Uc= ; Message-ID: <20060920014527.22381.qmail@web8403.mail.in.yahoo.com> Received: from [202.156.8.12] by web8403.mail.in.yahoo.com via HTTP; Wed, 20 Sep 2006 09:45:27 CST Date: Wed, 20 Sep 2006 09:45:27 +0800 (CST) From: Geeta Nagpal To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: dial in modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 01:45:30 -0000 Dear Problem Solver, Greetings from Singapore J I have had a strange problem with my dial up modem. It is connected to a unix server, and I was able to dial in and connect to the server for 2 days. Now suddenly, when I dial in, I get some junk characters , instead of a login prompt!!! I read on the net that this happens when the modem speed is different from the getty speed.. but the strange part is that I have been using the same settings for 2 days, when suddenly today morning I started seeing the junk chars !! Any suggestions ? J Kind regards, Geeta Luck is Opportunity meeting Preparedness... --------------------------------- New and Improved Yahoo! Mail - 1GB free storage! From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 01:47: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 3DFBA16A412 for ; Wed, 20 Sep 2006 01:47:04 +0000 (UTC) (envelope-from scrappy@freebsd.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id A09FD43D7B for ; Wed, 20 Sep 2006 01:46:57 +0000 (GMT) (envelope-from scrappy@freebsd.org) Received: from localhost (unknown [200.46.208.251]) by hub.org (Postfix) with ESMTP id 6EFD93A465D; Tue, 19 Sep 2006 22:46:40 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 43866-06; Tue, 19 Sep 2006 22:45:42 -0300 (ADT) Received: from ganymede.hub.org (blk-137-86-60.eastlink.ca [24.137.86.60]) by hub.org (Postfix) with ESMTP id F12FC3A465E; Tue, 19 Sep 2006 22:45:24 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1027) id 24E6136093; Tue, 19 Sep 2006 22:45:47 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 2401A343F5; Tue, 19 Sep 2006 22:45:47 -0300 (ADT) Date: Tue, 19 Sep 2006 22:45:47 -0300 (ADT) From: "Marc G. Fournier" X-X-Sender: freebsd@ganymede.hub.org To: ke han In-Reply-To: Message-ID: <20060919224416.L1031@ganymede.hub.org> References: <226ae0c60609180856j1174081cn5510aa94403f139@mail.gmail.com> <20060918131831.6F50.GERARD@seibercom.net> <20060919154025.H1031@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org 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: Wed, 20 Sep 2006 01:47:04 -0000 On Wed, 20 Sep 2006, ke han wrote: > > On Sep 20, 2006, at 2:40 AM, Marc G. Fournier wrote: > >> On Mon, 18 Sep 2006, Gerard Seibert wrote: >> >>> 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. >> >> I'm up to 3 HP servers right now, and nary a problem with any of them ... >> probably the best servers I've picked up yet ... everything 'just worked' >> ... > > What HP model are you using? HP Proliant DL360 G4p's ... RAID controller uses the ciss driver, ethernet uses the bge driver ... single core CPUs right now ... and 4xSAS drive in a RAID1+0 configuration ... I fought my supplier on moving to HP unti he wore me down, and, so far, wish I had switched years ago ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 01: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 9197816A407 for ; Wed, 20 Sep 2006 01:56:29 +0000 (UTC) (envelope-from lloy0076@adam.com.au) Received: from ipmail02.adl2.internode.on.net (ipmail02.adl2.internode.on.net [203.16.214.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1ACF43D45 for ; Wed, 20 Sep 2006 01:56:28 +0000 (GMT) (envelope-from lloy0076@adam.com.au) Received: from eth13579.sa.adsl.internode.on.net (HELO [192.168.0.105]) ([150.101.53.10]) by ipmail02.adl2.internode.on.net with ESMTP; 20 Sep 2006 11:26:22 +0930 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AQAAABI8EEUN X-IronPort-AV: i="4.09,188,1157293800"; d="scan'208"; a="15129438:sNHT3666150432" Message-ID: <45109FCA.4020808@adam.com.au> Date: Wed, 20 Sep 2006 11:26:26 +0930 From: David Lloyd User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060704 SeaMonkey/1.0.2 MIME-Version: 1.0 To: Robert C Wittig References: <20060919195406.8D58C1BF48C@catbus.gts.cz> <20060919210137.GA5274@osiris.chen.org.nz> <45109A0A.7000107@sbcglobal.net> In-Reply-To: <45109A0A.7000107@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Jonathan Chen Subject: Re: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 01:56:29 -0000 Hmmm... >> How exactly does this spam-scam work? Does the spammer require a >> proof-o-faith `donation' to initiate further communication or >> something? > > Nigeria 4-1-9 > > They send you a counterfeit money order/ cheque, you deposit it, your > bank makes the funds available, you send the bad guy the the money, and > then your bank discovers the counterfeit cheque, and debits your account > for the bad transaction. I presume that they have ways and means of not being detected, though, or alternatively the place where they are turns a blind eye to such shenanigans? DSL From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 02:19:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39F0916A417 for ; Wed, 20 Sep 2006 02:19:36 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F9C43D45 for ; Wed, 20 Sep 2006 02:19:35 +0000 (GMT) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24] (may be forged)) by pukruppa.net (8.13.8/8.13.8) with ESMTP id k8K2M0Bc057836 for ; Wed, 20 Sep 2006 04:22:01 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Date: Wed, 20 Sep 2006 04:22:00 +0200 (CEST) From: "P.U.Kruppa" To: freebsd-questions@freebsd.org In-Reply-To: <20060917134316.D1777@pukruppa.net> Message-ID: <20060920041419.J41074@pukruppa.net> References: <20060917134316.D1777@pukruppa.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [solved] 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: Wed, 20 Sep 2006 02:19:36 -0000 On Sun, 17 Sep 2006, P.U.Kruppa wrote: > 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! Just for the records: this was a networking problem. "localhost" was resolved to some $%&?$ running a domain named "localhost.net" : root@pukruppa.net# ping localhost PING localhost.net (208.97.163.166): 56 data bytes 64 bytes from 208.97.163.166: icmp_seq=0 ttl=55 time=220.803 ms 64 bytes from 208.97.163.166: icmp_seq=1 ttl=55 time=217.604 ms ... I checked /etc/hosts and in /etc/nsswitch.conf I changed the line hosts: dns files to hosts: files dns Uli. ----------------------- Peter Ulrich Kruppa Wuppertal Germany ----------------------- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 03:30:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF0B16A40F for ; Wed, 20 Sep 2006 03:30:28 +0000 (UTC) (envelope-from bob@tania.servebbs.org) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E67F743D55 for ; Wed, 20 Sep 2006 03:30:27 +0000 (GMT) (envelope-from bob@tania.servebbs.org) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail3.panix.com (Postfix) with ESMTP id 508AA13A85B for ; Tue, 19 Sep 2006 23:30:27 -0400 (EDT) Received: from tania.servebbs.org (pool-71-247-25-211.nycmny.east.verizon.net [71.247.25.211]) by mailspool3.panix.com (Postfix) with ESMTP id 77A11EBB142 for ; Tue, 19 Sep 2006 23:30:19 -0400 (EDT) From: Bob Organization: TamaraB To: freebsd-questions@freebsd.org Date: Tue, 19 Sep 2006 23:29:57 -0400 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609192329.58588.bob@tania.servebbs.org> Subject: Re: Mail server relaying spam, but how? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 03:30:28 -0000 On Tuesday 19 September 2006 18:57, Derrick Ryalls wrote: > Any thoughts on this? > Have you checked the MX records on the secondary DNS server? Bob From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 03:40: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 6BDC716A403 for ; Wed, 20 Sep 2006 03:40:43 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE38543D49 for ; Wed, 20 Sep 2006 03:40:42 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so1266876qbd for ; Tue, 19 Sep 2006 20:40: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SiHqp9KJlQv1tE8fHE/WWsW2rTHJYM/7u+8mjWjvMFdlZKICtLMNEizM0treFgI+w4VGOzQ/MthUKCkYLgN1XEQbo3agM6dVJzrGJxMxsfatYP6jOL8jdtOFUJQpbXevVlsDkNaD1hn2eAwIpJBWbBX+ghtOJEtAvIWdyid+eYo= Received: by 10.65.93.18 with SMTP id v18mr15780260qbl; Tue, 19 Sep 2006 20:33:36 -0700 (PDT) Received: by 10.64.84.5 with HTTP; Tue, 19 Sep 2006 20:33:36 -0700 (PDT) Message-ID: Date: Tue, 19 Sep 2006 22:33:36 -0500 From: "illoai@gmail.com" To: "David Lloyd" In-Reply-To: <45109FCA.4020808@adam.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060919195406.8D58C1BF48C@catbus.gts.cz> <20060919210137.GA5274@osiris.chen.org.nz> <45109A0A.7000107@sbcglobal.net> <45109FCA.4020808@adam.com.au> Cc: freebsd-questions@freebsd.org Subject: Re: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 03:40:43 -0000 On 9/19/06, David Lloyd wrote: > > Hmmm... > > >> How exactly does this spam-scam work? Does the spammer require a > >> proof-o-faith `donation' to initiate further communication or > >> something? > > > > Nigeria 4-1-9 > > > > They send you a counterfeit money order/ cheque, you deposit it, your > > bank makes the funds available, you send the bad guy the the money, and > > then your bank discovers the counterfeit cheque, and debits your account > > for the bad transaction. > > I presume that they have ways and means of not being detected, though, > or alternatively the place where they are turns a blind eye to such > shenanigans? Nigeria, Benin, Ivory Coast. None of these countries have extradition treaties with the United States (and likely so with most other so-called civilized countries), and it is somewhere around 50Musd into their wreched economies per annum. Guess what their authorities are willing to do about it. On the other hand, you can be put in jail for trying to cash a fraudulent money order, even if you whine that you did not know it was fraudulent. -- -- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 04:46: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 3655C16A492 for ; Wed, 20 Sep 2006 04:46:02 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp106.sbc.mail.mud.yahoo.com (smtp106.sbc.mail.mud.yahoo.com [68.142.198.205]) by mx1.FreeBSD.org (Postfix) with SMTP id B2DFE43D4C for ; Wed, 20 Sep 2006 04:46:01 +0000 (GMT) (envelope-from jekillen@prodigy.net) Received: (qmail 60817 invoked from network); 20 Sep 2006 04:46:01 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:Mime-Version:Content-Transfer-Encoding:Message-Id:Content-Type:To:From:Subject:Date:X-Mailer; b=FQXCLPQ4qUsR9zwre9iCUgazL2qmKcrFWyfos9ijO6YD+3KpIiofPZUk4EnFEMgJffcdiJCOqEageq4r327xRlo4b5qtvk59cqbIdrv+7R0VMcUm4zjwvjge6/89lJx0/Hri9jmvEadjd3ISAsTTLMwEFScnELyIqCAOi1XWTmA= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp106.sbc.mail.mud.yahoo.com with SMTP; 20 Sep 2006 04:46:00 -0000 Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <2d6e28fbc9d4d02b9c37e9f9c2ee62d7@prodigy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Mailing List From: jekillen Date: Tue, 19 Sep 2006 21:50:18 -0700 X-Mailer: Apple Mail (2.622) Subject: mail to root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 04:46:02 -0000 Hello again; I have a question about how mail from the system is generated for root. This question was prompted when I edited the Postfix aliases file and ran newaliases, then did postfix reload, assuming the mail system was running. I was informed that Postfix was not running. So the question, how does mail generated by the system get delivered to the root account? Here is my motive: I have a server that I want to run headless. I want to be able to retrieve mail to root from another machine via ssh login (on the same private net work number/netmask 255.255.255.0). I cannot login to the system as root over ssh. I don't know if I can read root mail with su (as wheel group member). I tried this but maybe I'm not using the appropriate parameter. Or maybe there isn't any. I don't know where to look for an answer to this question, other than this knowledgeable group.....Oh, man mail maybe? Thanks in advance Jeff K From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 05:24: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 5689816A415 for ; Wed, 20 Sep 2006 05:24:51 +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 B797043D4C for ; Wed, 20 Sep 2006 05:24:50 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (adsl-66-140-63-16.dsl.rcsntx.swbell.net [66.140.63.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id 122CD114314 for ; Wed, 20 Sep 2006 00:26:42 -0500 (CDT) Date: Wed, 20 Sep 2006 00:24:49 -0500 From: pauls@utdallas.edu To: FreeBSD Mailing List Message-ID: In-Reply-To: <2d6e28fbc9d4d02b9c37e9f9c2ee62d7@prodigy.net> References: <2d6e28fbc9d4d02b9c37e9f9c2ee62d7@prodigy.net> X-Mailer: Mulberry/4.0.5 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========E155C30A35A137AC3222==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: mail to root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 05:24:51 -0000 --==========E155C30A35A137AC3222========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On September 19, 2006 9:50:18 PM -0700 jekillen =20 wrote: > Hello again; > I have a question about how mail from the system is generated for root. > This question was prompted when I edited the Postfix aliases file and > ran newaliases, then did postfix reload, assuming the mail system was > running. I was informed that Postfix was not running. Informed how? What do you see in /var/log/maillog? What does: egrep {'error|warn|fatal|alert'} /var/log/maillog return? So the question, > how does mail generated by the system get delivered to the root account? > Here is my motive: > I have a server that I want to run headless. I want to be able to > retrieve > mail to root from another machine via ssh login (on the same private net > work number/netmask 255.255.255.0). I cannot login to the system as > root over ssh. I don't know if I can read root mail with su (as wheel > group > member). I tried this but maybe I'm not using the appropriate parameter. ssh in to the box using your account. Then type: su - Enter the root password type: mail then select the number of the message you want to read. man (1) mail Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========E155C30A35A137AC3222==========-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 05:24: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 B510616A403 for ; Wed, 20 Sep 2006 05:24:53 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B0F43D45 for ; Wed, 20 Sep 2006 05:24:52 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k8K5OSrF069700 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 Sep 2006 12:24:33 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k8K5OSVX036232; Wed, 20 Sep 2006 12:24:28 +0700 (ICT) Date: Wed, 20 Sep 2006 12:24:28 +0700 (ICT) Message-Id: <200609200524.k8K5OSVX036232@banyan.cs.ait.ac.th> From: Olivier Nicole To: jekillen@prodigy.net In-reply-to: <2d6e28fbc9d4d02b9c37e9f9c2ee62d7@prodigy.net> (message from jekillen on Tue, 19 Sep 2006 21:50:18 -0700) References: <2d6e28fbc9d4d02b9c37e9f9c2ee62d7@prodigy.net> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: mail to root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 05:24:53 -0000 > running. I was informed that Postfix was not running. So the question, > how does mail generated by the system get delivered to the root account? Local mail delivery can be specific: mail could be delivered even is no smtp server is running. This is highly dependant of your environment and of what is used to generate this very email. Some scripts could make a direct call to whatever your mail server is and instruct it just to deliver that email, it would not require the server to run as a daemon. For example you send the header+body of your email to standard input of "sendmail -t" it will take your mail and deliver it. > Here is my motive: > I have a server that I want to run headless. I want to be able to > retrieve > mail to root from another machine via ssh login (on the same private net > work number/netmask 255.255.255.0). I cannot login to the system as > root over ssh. I don't know if I can read root mail with su (as wheel > group It is preferable that you cannot ssh as root. Prefer using sudo instead of su (/usr/ports/security/sudo). IMHO su should not exist anymore. Bests, Olivier From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 05:45: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 089D816A40F for ; Wed, 20 Sep 2006 05:45:47 +0000 (UTC) (envelope-from peter@bgnett.no) Received: from skapet.datadok.no (skapet.datadok.no [194.54.107.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9124B43D46 for ; Wed, 20 Sep 2006 05:45:46 +0000 (GMT) (envelope-from peter@bgnett.no) Received: from [10.168.103.3] (helo=amidala.kakemonster.bsdly.net.bsdly.net ident=peter) by skapet.datadok.no with esmtp (Exim 4.60) (envelope-from ) id 1GPuu1-0003oj-1K for freebsd-questions@freebsd.org; Wed, 20 Sep 2006 07:45:45 +0200 To: freebsd-questions@freebsd.org References: <20060919165400.A4380@prime.gushi.org> From: peter@bgnett.no (Peter N. M. Hansteen) Date: Wed, 20 Sep 2006 07:45:43 +0200 In-Reply-To: <20060919165400.A4380@prime.gushi.org> (Dan Mahoney's message of "Tue, 19 Sep 2006 16:55:48 -0400 (EDT)") Message-ID: <878xkff5vc.fsf@amidala.kakemonster.bsdly.net> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 05:45:47 -0000 "Dan Mahoney, System Admin" writes: > I've found a few things based on openBSD's pf, but that doesn't seem to be > the default in BSD either. Recent BSDs (all of them, FreeBSD 5.n/6.n included) have PF in the base system. 'overload' rules are fairly easy to set up, eg table persist #Then somewhere fairly early in your rule set you set up to block from the bruteforcers block quick from #And finally, your pass rule. pass inet proto tcp from any to $localnet port $tcp_services \ flags S/SA keep state \ (max-src-conn 100, max-src-conn-rate 15/5, \ overload flush global) for more detailed discussion see eg http://www.bgnett.no/~peter/pf/en/bruteforce.html -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/ "First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales" 20:11:56 delilah spamd[26905]: 146.151.48.74: disconnected after 36099 seconds From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 06:01: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 ACD1F16A403 for ; Wed, 20 Sep 2006 06:01:02 +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 05A1343D46 for ; Wed, 20 Sep 2006 06:01:01 +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 k8K60WlU087802; Wed, 20 Sep 2006 07:00: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 k8K60WlU087802 Message-ID: <4510D8F9.6050504@infracaninophile.co.uk> Date: Wed, 20 Sep 2006 07:00:25 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: "Peter N. M. Hansteen" References: <20060919165400.A4380@prime.gushi.org> <878xkff5vc.fsf@amidala.kakemonster.bsdly.net> In-Reply-To: <878xkff5vc.fsf@amidala.kakemonster.bsdly.net> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigD417007199443C5EFD3C6637" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Wed, 20 Sep 2006 07:00:52 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1909/Wed Sep 20 03:58:44 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: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 06:01:02 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD417007199443C5EFD3C6637 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Peter N. M. Hansteen wrote: > "Dan Mahoney, System Admin" writes: >=20 >> I've found a few things based on openBSD's pf, but that doesn't seem t= o be=20 >> the default in BSD either. >=20 > Recent BSDs (all of them, FreeBSD 5.n/6.n included) have PF in the base= system. > 'overload' rules are fairly easy to set up, eg=20 >=20 > table persist >=20 > #Then somewhere fairly early in your rule set you set up to block from = the bruteforcers >=20 > block quick from >=20 > #And finally, your pass rule. >=20 > pass inet proto tcp from any to $localnet port $tcp_services \ > flags S/SA keep state \ > (max-src-conn 100, max-src-conn-rate 15/5, \ > overload flush global) >=20 > for more detailed discussion see eg http://www.bgnett.no/~peter/pf/en/b= ruteforce.html The really nice thing about this pf based technique is that it does not need to scan log files (like most of the other brute force blockers). So you can use it on a gateway firewall to protect a whole network of machines behind it. Although in that case having a whitelist of IPs that are always allowed to connect would be sensible. 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 --------------enigD417007199443C5EFD3C6637 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 iD8DBQFFENj/8Mjk52CukIwRCEqyAJwMG6sYhobjtzoD1xZ/atmNyCP/vQCeKyTA SYPKr9Ugf/8BUBShaCwJe6E= =RMNN -----END PGP SIGNATURE----- --------------enigD417007199443C5EFD3C6637-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 06:24: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 27D1116A47C for ; Wed, 20 Sep 2006 06:24:05 +0000 (UTC) (envelope-from euucumuzx@classifiedtoday.com) Received: from classifiedtoday.com (cmo116.neoplus.adsl.tpnet.pl [83.31.142.116]) by mx1.FreeBSD.org (Postfix) with SMTP id 116CE43D79 for ; Wed, 20 Sep 2006 06:22:29 +0000 (GMT) (envelope-from euucumuzx@classifiedtoday.com) Received: from 83.31.142.116 by classifiedtoday.com Date: Wed, 20 Sep 2006 08:22:24 +0100 From: "cassie ephrayim" X-Sender: euucumuzx@classifiedtoday.com To: Message-Id: <2915465073.vbjAnYCWbh-007661-353682533@classifiedtoday.com> MIME-Version: 1.0 Content-Type: text/plain Subject: The sun will shine into our yard to. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 06:24:05 -0000 HOT ALERT - THIS ONE IS STILL CLIMBING THE CHARTS ALERT -- BREAKING MARKET NEWS REPORT ---- WBRS.PK Company Name: WILD BRUSH ENERGY Lookup: WBRS.PK Current Price: .05 Expected: STEADILY CLIMB FOR THE TOP Breaking News: Wild Brush Acquires Additional Powder River Oil & Gas Lease Wild Brush Energy (PINKSHEETS: WBRS) announces the purchase of an additional Powder River Basin Federal Oil & Gas Lease in the State of Wyoming. The lease is located on the eastern side of the Basin in Weston County. This is the fifth lease the Company now controls in the region. Wild Brush maintains its expansion strategy through acquisition of low risk, high probability oil and gas properties in proven regions such as Powder River basin. Wild Brush will continue to concentrate on the Powder River Basin area, due to the number of lease acre ages it currently controls. The Powder River Basin claims a high probability rate of discoveries and proven production as demonstrated by such companies as Chevron and Western Gas. There are presently over 12,000 gas wells, in addition to nearly 400 new wells monthly, producing over 330 billion cubic feet annually, in an area with an estimated 32 trillion cubic feet of natural gas. About WBRS.PK Wild Brush Energy is a diversified energy company whose primary goal is to identify and develop Oil & Coalbed Methane sites within the State of Wyoming. In addition, Wild Brush Energy continues to evaluate clean air alternative energy producing technologies such as Wind Power. Wild Brush trades in the U.S. under the symbol "WBRS." WATCH THIS STOCK GO HIGHER AND HIGHER -------------------------------------------------------------------------------- Can you take a look? The stock climbed to $2.20 ----------------------- That's a whole new can of worms. When pigs fly. Put that in your pipe and smoke it. There's no time like the present. There may be snow on the roof, but there's fire in the belly. Which came first, the chicken or the egg. Tools of the trade. A stick in the mud. The scum of the earth. Water doesn't run uphill. When we love - we grow. Want my place in the sun. Survival of the fittest. The shoes on the other foot now. The stronger the breeze the stronger the trees. You reap what you sow. Shiver me timber. Under the weather. That's a real stem winder. Shiver me timber. The stronger the breeze the stronger the trees. You reap what you sow. They're like two peas in a pod. Weed out. The scythe ran into a stone. Stubborn as a mule. Run to seed. Spaceship earth. Your name is mud. Rare as walking on water. Putting it in a nutshell. Run to seed. There's no time like the present. Watch and wait. The way to a man's heart is through his stomach. Water doesn't run uphill. Where man is not nature is barren. Spring forward fall back. Take time to smell the roses. The way to a man's heart is through his stomach. You feel like a fish out of water. Sweating blood. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 07:29:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F2B016A407 for ; Wed, 20 Sep 2006 07:29:22 +0000 (UTC) (envelope-from jhfoo-ml@extracktor.com) Received: from mail.extracktor.com (www.nexlabs.com [210.193.32.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E0B43D8F for ; Wed, 20 Sep 2006 07:29:15 +0000 (GMT) (envelope-from jhfoo-ml@extracktor.com) Received: (qmail 25064 invoked from network); 20 Sep 2006 07:27:33 -0000 Received: from 21.203-123-6.adsl.qala.com.sg (HELO ?192.168.1.116?) (jhfoo@trendicate.com@203.123.6.21) by www.nexlabs.com with SMTP; 20 Sep 2006 07:27:33 -0000 Message-ID: <4510EDE5.4040305@extracktor.com> Date: Wed, 20 Sep 2006 15:29:41 +0800 From: Foo JH User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org, modperl_users List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Unable to compile libapreq2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 07:29:22 -0000 Hi guys, I'm using FBSD6.0. I've done the latest cvsup on the ports, installed apache 2.0.59 and mod_perl 2.0.2,3 and and trying to install libapreq2-2.0.08. Halfway through the compilation, I get this error: cc -shared .libs/util.o .libs/version.o .libs/cookie.o .libs/param.o .libs/parser.o .libs/parser_urlencoded.o .libs/parser_header.o .libs/parser_multipart.o .libs/module.o .libs/module_custom.o .libs/module_cgi.o .libs/error.o -Wl,--rpath -Wl,/usr/local/lib/apache2 -Wl,--rpath -Wl,/usr/local/lib/apache2 /usr/local/lib/apache2/libapr-0.so /usr/local/lib/apache2/libaprutil-0.so -lexpat -liconv -lm -lcrypt -L/usr/local -Wl,-soname -Wl,libapreq2.so.8 -o .libs/libapreq2.so.8 /usr/bin/ld: cannot find -lexpat gmake[2]: *** [libapreq2.la] Error 1 gmake[2]: Leaving directory `/usr/ports/www/libapreq2/work/libapreq2-2.08/library' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/www/libapreq2/work/libapreq2-2.08/library' gmake: *** [all-recursive] Error 1 I've tried recompiling expat, but that did not change the problem. Can any kind soul please drop some hints as to what may be the problem? Thanks. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 07:45:29 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BF6A16A40F for ; Wed, 20 Sep 2006 07:45:29 +0000 (UTC) (envelope-from mridxpdpqun@cndata.com) Received: from cndata.com (30.248.71.218.broad.nb.zj.dynamic.cndata.com [218.71.248.30]) by mx1.FreeBSD.org (Postfix) with SMTP id AC46043E39 for ; Wed, 20 Sep 2006 07:42:11 +0000 (GMT) (envelope-from mridxpdpqun@cndata.com) Received: from 218.71.248.30 by cndata.com Date: Wed, 20 Sep 2006 15:42:50 -0800 From: "hank Sibylla" X-Sender: mridxpdpqun@cndata.com To: Message-Id: <7940135701.fmaJFhqYU-83025-5684133@cndata.com> MIME-Version: 1.0 Content-Type: text/plain Cc: Subject: That's water under the bridge. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 07:45:29 -0000 HOT ALERT - THIS ONE IS STILL CLIMBING THE CHARTS ALERT -- BREAKING MARKET NEWS REPORT ---- WBRS.PK Company Name: WILD BRUSH ENERGY Lookup: WBRS.PK Current Price: .05 Expected: STEADILY CLIMB FOR THE TOP Breaking News: Wild Brush Acquires Additional Powder River Oil & Gas Lease Wild Brush Energy (PINKSHEETS: WBRS) announces the purchase of an additional Powder River Basin Federal Oil & Gas Lease in the State of Wyoming. The lease is located on the eastern side of the Basin in Weston County. This is the fifth lease the Company now controls in the region. Wild Brush maintains its expansion strategy through acquisition of low risk, high probability oil and gas properties in proven regions such as Powder River basin. Wild Brush will continue to concentrate on the Powder River Basin area, due to the number of lease acre ages it currently controls. The Powder River Basin claims a high probability rate of discoveries and proven production as demonstrated by such companies as Chevron and Western Gas. There are presently over 12,000 gas wells, in addition to nearly 400 new wells monthly, producing over 330 billion cubic feet annually, in an area with an estimated 32 trillion cubic feet of natural gas. About WBRS.PK Wild Brush Energy is a diversified energy company whose primary goal is to identify and develop Oil & Coalbed Methane sites within the State of Wyoming. In addition, Wild Brush Energy continues to evaluate clean air alternative energy producing technologies such as Wind Power. Wild Brush trades in the U.S. under the symbol "WBRS." WATCH THIS STOCK GO HIGHER AND HIGHER -------------------------------------------------------------------------------- once you see, you'll be convinced why this is a MUST B U Y Oh you have to see it (up 300%) ----------------------- When the cows come home. Up one side and down the other. A rose is a rose is a rose. Which came first, the chicken or the egg. Take time to smell the roses. Shall I compare thee to a summer's day. Wait and see. Rain, rain go away; come again some other day. The scythe ran into a stone. Worry often gives a small thing a big shadow. Wet behind the ears. Sour as a green apple. Shall I compare thee to a summer's day. Putting the cart before the horse. Watered down. Say it with flowers. This is for the birds. Put that in your pipe and smoke it. Stop, look and listen. Shake like a leaf. Rare as walking on water. Turn over a new leaf. The stronger the breeze the stronger the trees. A stick in the mud. You can't teach an old dog new tricks. Sick as a dog. You have to separate the chaff from the wheat. Plant kindness and gather love. She's a nut. You can't teach an old dog new tricks. That's a real stem winder. The silly season. Watch and wait. Your name is mud. When we love - we grow. Plant kindness and gather love. A tree does not move unless there is wind. Welcome to my garden. Treat him like dirt. A place in the sun. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 07:54: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 C8B7416A5E2 for ; Wed, 20 Sep 2006 07:54:14 +0000 (UTC) (envelope-from Alice@mvpgroupint.com) Received: from smtp6.orange.fr (smtp6.orange.fr [193.252.22.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4876443D46 for ; Wed, 20 Sep 2006 07:54:13 +0000 (GMT) (envelope-from Alice@mvpgroupint.com) Received: from smtp-msa-out06.orange.fr (mwinf0608 [172.22.137.38]) by mwinf0610.orange.fr (SMTP Server) with ESMTP id 8118F82BC2C for ; Wed, 20 Sep 2006 09:50:21 +0200 (CEST) Received: from wanadoo.fr (LSt-Amand-152-31-21-11.w82-127.abo.wanadoo.fr [82.127.52.11]) by mwinf0608.orange.fr (SMTP Server) with SMTP id B2DED1C00816; Wed, 20 Sep 2006 09:50:19 +0200 (CEST) X-ME-UUID: 20060920075019733.B2DED1C00816@mwinf0608.orange.fr Message-ID: <004f01c6dcee$a202de5b$63ffff0a@jxipoidgum> From: "=?windows-1251?B?U2llZ2ZyaWVk?=" To: , , , , Date: Wed, 20 Sep 2006 09:57:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Cc: Subject: =?windows-1251?b?0cXMxc3AIMPAx87NzdvVINLQwMI=?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 07:54:14 -0000 ÎÑÅÍÜ - ËÓ×ØÅÅ ÂÐÅÌß äëÿ ÑÎÇÄÀÍÈß ÃÀÇÎÍΠíàøè òðàâîñìåñè: ÀÍÃËÈÉÑÊÈÉ ãàçîí ÌÀÂÐÈÒÀÍÑÊÈÉ ãàçîí ÏÀÐÒÅÐÍÛÉ ãàçîí ÏÀÐÊ-ÝËÈÒ ÇÀÑÓÕÎÓÑÒÎÉ×ÈÂÛÉ ËÓÃÎÂÎÉ ãàçîí ÑÏÎÐÒ-ÈÃÐÀ ÒÅÍÅÂÎÉ ãàçîí ÊÀÍÀÄÀ-ÃÐÈÍ ì. Êèiâ, ïð. Ïåðåìîãè, 82-À ì. "Áåðåñòåéñêà" Àãðîëþêñ-Óêðàiíà Ò/ô (044) 453-21-69 599-14-83 238-06-07 ÄÎÑÒÀÂÊÀ ïî ÓÊÐÀÈÍÅ http://210.1.7.185/news/agrolux.htm -------------------------------------------------------------------------- Ëiöåíçiÿ íà îïòîâó òîðãiâëþ íàñiííÿì Ñåðiÿ À 108494 âiä 26.09.05 ð. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 08:09: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 CD6A416A47E for ; Wed, 20 Sep 2006 08:09:47 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from piccollo.p6m7g8.net (c66-236-219-70.ip.panth.com [66.236.219.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4515F43D5C for ; Wed, 20 Sep 2006 08:09:46 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.0.210] ([69.244.240.212]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k8K88vkn015594 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Wed, 20 Sep 2006 04:08:58 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <4510F72A.2030601@p6m7g8.com> Date: Wed, 20 Sep 2006 01:09:14 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060627) MIME-Version: 1.0 To: Foo JH References: <4510EDE5.4040305@extracktor.com> In-Reply-To: <4510EDE5.4040305@extracktor.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: modperl_users List , freebsd-questions@freebsd.org Subject: Re: Unable to compile libapreq2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 08:09:47 -0000 Foo JH wrote: > Hi guys, > > I'm using FBSD6.0. I've done the latest cvsup on the ports, installed > apache 2.0.59 and mod_perl 2.0.2,3 and and trying to install > libapreq2-2.0.08. Unfortunately its something in your local setup. I do the FAMP stack ports compile almost daily. > cc -shared .libs/util.o .libs/version.o .libs/cookie.o .libs/param.o > .libs/parser.o .libs/parser_urlencoded.o .libs/parser_header.o > .libs/parser_multipart.o .libs/module.o .libs/module_custom.o > .libs/module_cgi.o .libs/error.o -Wl,--rpath -Wl,/usr/local/lib/apache2 > -Wl,--rpath -Wl,/usr/local/lib/apache2 > /usr/local/lib/apache2/libapr-0.so > /usr/local/lib/apache2/libaprutil-0.so -lexpat -liconv -lm -lcrypt > -L/usr/local -Wl,-soname -Wl,libapreq2.so.8 -o .libs/libapreq2.so.8 > /usr/bin/ld: cannot find -lexpat First of all, in FBSD libexpat ins in /usr/local which is not in the default search path hence: --with-expat=/usr/local should be in your configure line. FreeBSD ports should do this for you. I know this version works I'm currently using it. expat-2.0.0_1(/usr/ports/textproc/expat2) /usr/local/include/expat.h /usr/local/include/expat_external.h /usr/local/lib/libexpat.a /usr/local/lib/libexpat.la /usr/local/lib/libexpat.so /usr/local/lib/libexpat.so.6 I tend to compile like such: cd /usr/ports/www/p5-libapreq2 sudo make APACHE_PORT=www/apache20WITH_PERL=yes \ WITH_MODPERL2=yes WITH_APACHE2_APR=yes \ WITH_AUTH_CATEGORY=yes \ WITH_AUTHN_CATEGORY=yes \ WITH_AUTHZ_CATEGORY=yes \ WITH_CACHE_CATEGORY=yes \ WITH_DAV_CATEGORY=yes \ WITH_LDAP_CATEGORY=yes \ WITH_MISC_CATEGORY=yes \ WITH_PROXY_CATEGORY=yes \ WITH_SSL_CATEGORY=yes \ WITH_SUEXEC_CATEGORY=yes \ which should build: perl, httpd 2.0.x and its bundled apr/apr-util, mod_perl 2, mod_apreq2 AND all available mod_* that come bundled with httpd. + and dependencies. -- ------------------------------------------------------------------------ Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 1024D/A79997FA F357 0FDD 2301 6296 690F 6A47 D55A 7172 A799 97F "In all that I've done wrong I know I must have done something right to deserve a hug every morning and butterfly kisses at night." __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / / /|_/ / // /\ \/ /_/ / /__ /_/ /_/\_, /___/\___\_\___/ <___/ From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 08:21:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F1916A49E for ; Wed, 20 Sep 2006 08:21:52 +0000 (UTC) (envelope-from hensven@fys.uio.no) Received: from nm06omta06f.dion.ne.jp (nm06mta.dion.ne.jp [219.125.112.32]) by mx1.FreeBSD.org (Postfix) with SMTP id 96AF043D6D for ; Wed, 20 Sep 2006 08:21:38 +0000 (GMT) (envelope-from hensven@fys.uio.no) Received: from fys.uio.no ([222.14.161.141]) by nm06mta.dion.ne.jp id <20060920172136233.MAE7.81B5A88@nm06mta.dion.ne.jp>; Wed, 20 Sep 2006 17:21:36 +0900 From: hensven@fys.uio.no To: freebsd-questions@freebsd.org Date: Wed, 20 Sep 2006 17:21:10 +0900 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0009_263C8FBA.664D4B6C" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <200609200821363720820006MAE7@nm06mta.dion.ne.jp> Subject: rmkjnw X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 08:21:52 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0009_263C8FBA.664D4B6C Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit ------=_NextPart_000_0009_263C8FBA.664D4B6C Content-Type: application/octet-stream; name="attachment.scr" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="attachment.scr" TVoAAAAAAAAAAAAAUEUAAEwBAgAAAAAAAAAAAAAAAADgAA8BCwEAAAACAAAAAAAAAAAAAIFDAQAA EAAADAAAAAAAUAAAEAAAAAIAAAQAAAAAAAAABAAAAAAAAAAAMAIAAAIAAAAAAAACAAAAAAAQAAAQ AAAAABAAABAAAAAAAAAQAAAAAAAAAAAAAACGQwEAFAAAAIRCAQDUAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAABNRVcARhLSwwDQAAAAEAAAAAAAAAAAA AAA AAAAAAAAAAAAAADgAADAAtJ124oW69QAUAEAAOAAAJpjAAAAAgAAAAAAAAAAAAAAAAAA4AAAwL4c 4FAAi96trVCtl7KApLaA/xNz+TPJ/xNzFjPA/xNzIbaAQbAQ/xMSwHP6dT6q6+Dodt4AAAL 2g9kB dQ7/U/zrJqzR6HQvE8nrGpFIweAIrP9T/D0AfQAAcwqA/AVzBoP4f3cCQUGVi8W2AFaL9yvw86Re 65uthcB1kOgpRAEArZatl1asPAB1+/9T8JVWrQ/IQFl07HkHrDwAdfuRQFBV/1P0q4XAdeXDAAAz yUH/ExPJ/xNy+MNjQwEAcEMBAAA AAAAA4FAALAFQAADGUAAAx lAA6wBxVmow WWSLAeRAdQwYcByt DgheP8NgnGwkfx9FPEFUBXgB6vRKGPhaeCAP6+M 0SXzwUu4x/+TAHfyshAF0B8HPDfzH6wH0O3wk KHXhu0hAZuwMZEsSHB+YBFToiT1EJIBhw1+B74j/3wKZkwuJ+OsF888BE2iOTg7sU+2SgBcxyWa5 b24BUWh1cmxtVPzQUz2J+4A2Gi9wUOh1oDGDu3AB4OnhswNQUYiNcyl0VjwXUqqLF8 paPRkB dBBH gD/AdfqoBtmJAN /r1VuLXCQQBmiY/ooOxkQvQ TBRVljpkGvO8XQjcDovi3cAAi5pbW 9nZW5zaD1h cL1jfgN1ay9pYmx2JH9B491l0+UDk mEuat/+FDGxbmXaLqNyYXRnPWZtbo1zKfQvYn5h3S3 GTkdD FfGjRDjHY Rdy3DNpb2R8j299aGscWWFCTkltuSJz79FkbkOKLtdFZjkzA5Vz7BAFO2hv2JWhyjSa DmF5wERTQ04yfDfkLhRKUEc04GZveD5hbLpoY1ttL2Zw62UO3Xq8b49UlKhzGnVuZJgolLkjXj5W kED7eOxsSF8LPnVSlaQ7YdG4YpRuZ5LxDuObXON2Q7i7DjA2MjCpBYgbOrxBkJNPUWp ebrOyaZ1k iXUBendgACzbUAAcOBBQB0tFUk4wTDMyLnVE7cCARgB pbmRDbG9zZc4WR410HO/LU6N67SMYTuJ4 phJB Hg9NYXBWX8V3T2YYEB5VblZtEZAvYghyc7MwDJlFbnYib99S/Hs8VmH75mKsGWdEGnaxVHlw TA9T9b9sjm1UaXmPV7Q2GCNSQ9+VYSYM+eOYvmddTG/2ZOnsYnLPnnnVIoxQyGPwc+NETAf H YmFP PbIOY6dZTNgNRXI+zrArTXXMCHhTbMYwcmMg9Uvz evm2Iq49gEdDbytwecadRHYOKoYNpiYoSGHo j54yNVOVRqBkyiZuZEVUBuBwUGBSaA4kVyyDb3dzRL6IfWPz1XlKkmjuksBNb2R1VGxcTihhbWA+ RXhmhmjlVWQgCPJB9/O1UPYwtGSaJo4M+nCloiM3IEOuKoySqW9aIZ39Sc1mR4K9Uv9SGMVodhk6 fZOUSBZRTKiAYIwPrGOCEjsOfhJIaz4kdfAqyfZke2VIaKhqanUYbLxCeem2R9oMSXKePms3ZBZq mSQbTCxSqqGy87hIUG/9RikgY0g0cEZ7TqX2or6CFBIauum5O24iRo9tlAqi aUydrAXQguVJXyp5 Tj9DdX/U/FbkjTuj2abJCACmWrrGnJZu/wMWXk+PRFa9kUlRfs aRzWczKDxLKnkNNk9wfBmhf0FU D0yNVtB181gQUdIWEAAS9Mc2xm1jhA2sxIZAgXH4EE1TVhRDUlR vkIly0dieSEdm6neWihGsDRBp OXNkumfqNQlI5SAR2sy3DwlPcHIbSle0mUG0RQdEXyARBVVTxCApzkjCVbB9w7JCdWaKQZYQhgyh /3dXDGZ2qPsltQckygtSxBWT7TUbGdbMTSTBYUlnPcxA21cRUzJf2QMDkQkSIgpEMxaJERIPJAJI DpEIIhNEcjhggACaQ1EAgzhhCHQAS QT/VldqBYkOEVqLAUFxCMHmzA+2AzgL90BKiXMaAQF16l9e w1aDMAQzwFeweQiFB9J+LVNV8drR7sjgOw7+cgQrgwwBgccNAthzEAyLEcHneSrDhQv9QgOgS3XZ XVu+aMqQBES2XIQBxg+3OcHoC9ivx/56AAg7+HM/iUIEbGbwLPBwv6OMhp4Awf8FA/hmiTllizA9 T1cZTQp0GJY5gUHl4LegHjYKc YCS6z85K/A3+CC/25pvjQbdgcHuBSvGvo BCvGoqAViYgM3sUVBT mdrHHIXbsPlYfhoPVold/OFVCI00w5gMPugxRf8CA8bUTfwYdeteRovLAFpf0+JbK8LJ5AThRjp3 eIkH+ DP/OX1cPdl9WvD8GX4gVngSQEIMHuhvBn9vz08UANPgCUX8MEc7TnziXmKLFF9bsEJTVqGZ d UCg7gfQdmWQH4GJ+ZSg/KUDCY2MOAKNA8Doxf4Pg 9iDy6A78HUrgVH70YoofT0ybMj8wmuNRgGj 1QPDD d5H6Jdd6NsLCtjr0b4qAzvefRFtS yQ47Oh7i3E1Cl+Kw15+mVba+sjx6GBjMYXAdRb6RBok DFeUgBcDWo1MdzAw6OMx6zuLfdc+TgIqPyQZV3UbSxC2Qk1IQYyMx+i8 N4MFwAjrEWoFio4EQrNa 6KmkExCEXWfjvkBAU62JRXPYPnXku11z1Ay5AzkGD4SyQVkXngnoGEY61ANQ8CJV8IA4Zf8MuZsb PLjhuYASi/sAWfOrXzP2Eo1NwAxe7AbwgdyYUvgG4OgzPP3SOdjYdquQUnP4AM6D4AONVcDBO+EE ssim9IHzS+iIoEG3cw9NgQpRNETLgXoEjclAJF6DYP4SjBhsDsEuiU30ffMZuusNJgrlBdTuA/XL PgoG+3DgKHQiVgFV6CvHigQQn7OIh9D/dT/qSN1GZT7UHh4mJEOzYIt0hmjAQ3cGzOgU6WQLED2I gHxs5E2M6DOKTVhmY0Xoc4ANL8dF4A1BO+n8Evhg/YW/0B0fiJiM6NExhaBSdT+Q3UEPBNEgz0Po uagYdWuhqweH6PgPnbNIJNfOogsrz2L4C WWGiojQgbH40o+3PwYC6UGX yKWwRH8xdQWFTuzrJyJq yBFnXBjwNusJqI+jW7c8EuzVDGd2/4qYdfQvPJloCl3LVdtUWr9FgRJ+/Sz46VWmv7aFWTxt3McM 8q0kdQYnfCBkBttaoyBgCnbo0JH4MQSXf AMwTViS2XdRUAbnB5pUERhgAxVo/CEFfE2LyAeD0fmx 5wFJ/M8Cd9PDKA59GgutUovRA1 UryAheS14FkXNYNQfrIY1RnZn8TvvUHjWP+K9FpFBq1KqEtUaA 69iWE0eF/wp4e34y9gJKKgfp6GTCiOAIc4gsCkLlEvRUr/t24WTTfjoFO4nYctuvAxz8DQ+Cm2tG UgsMW63JwwAAAAAA3khRAGihAAAAEFAARFUAAAAAAG/9+jUf2DAUk0PdY9onJQjqInFTOpn9+K68 6mSp8S6Nmp7Z/bMmbUt2HciUdXXVQuJ3C73UIeG8eDuArt5GUgKpf8pt9L+wI5diHb+hzmpTJAJW z54YG/mSDSg6vS/lJkHjjwgwJEMoV9rvbQPfTLe7Wu/kvL9dW1JqfS+7g9crwaZPotznEvlO8Lpo 0ld3FVS3h1WfIP0FxAs//mNc+FHOZB6URlzuhL9zqhdxoQ+WjVXXsm Ir0XgL6P 9OEvSFc0+CIX7K vhUcEloBC7epsdcLK1s1qhpQRnIKXwDtjgf8VC70+3EDx+WA9KtawxmCiN4u4AEbl72Hian00LtL 0 MykErcbKqJfviM+N/ldpTqaX2scwCUvcj+vT AvtBUDpo9RKuHS3K4VO2O0kHXoP7eIdu rLnPDVb R/X768TGLXg4sspKDZeq94GnyuzA8Mm1rPczq+EfoPKyz0ELPciZyW027WHpxd0pmlBTm+H4zXkh SOhw+FuTQ zsLXfnd9XBIacSYjZbF6/rnh+dVgYyr/4jWZ9OTMhyHDCYmMYA+n62rwwx0ikk6sXZa cflV8MeS4h+R89gGNPjdMU+O0Eh+mFDXJ7Gv1CTziHGAcISh4yygoF62wLf3SgICXxiasc/Kpk0B 1jwrA/1WOCOTixLhIPg1+nvPMwZ2tdpJkmcssWajsplovFh8KHEZ4iyjMNahn5 kcPGGLIlNT9Xe5 3Xf2M1INDpX+IDiemrgVmt0LBQMrCW2p/upEeknALs5WxbKxeNCmnMXLUC9MBZ0WuwcWfXCFN7cK zjWN0nUmpjYdDbXh74JxxxEtWh5HzT QKfWMwBQPZHIt+XTkX/qc+C5j1YPQ66ylGCumD9bOS3SwP 6PnG1jLkF8hQFPmBA7p45etEBTlD56Oh/L3DHCfRpy4FtqlbOmjr v/gEWwDvhay+vtsrrSRuHtcr fD5ETqhPIKmLVX+WegJen/hKuwqj58QWk1dPoof6nmElSdpZ+0IYiZfDWMn1qDx4PN/FDhcWq8rL /14a4YJlRcV+y259f4ejhMaFwTbcyiIVo2w0QBK+nvxdTo jgNN1/+rjh8GXwhVAHvBdtont3pduB 361Eox2g9og1fGTy3UWk74Y4NST5BLF6Uwr1rLV92WNKxP1uUwTNZbKO0XiTs+PXYAV4PKLy8Gzj llOBv6AVmJ2MjzfZxCZ6bSb+NnEA6rkV AogIRY M6B91s3Gi1IZW/oer9CNUPoyMh3J3Kdcl7DSC4 wKfTPds+e/NK1wQI3BNP2c7OD0uznP Cr7NAYfCWylGL+2LSeZ1RvJ2u8IgvKBySjbubV+MIKECc1 jTrGuc/a1gI7Lh4iGLUmRWj8tE2zjyIFbvFFT tHbIFgj+5L0Hq82UuZjQ2cKyjDFv5u77GiaLyPA dfmcFkzmJ3CBDx ZM6tCPkoQu fPQGd+ImzRw9+0gm9cvd/9GZvqgcCJNrpaT8fnc866dXiHSxhhBQ NgnngdcTOftURwo2dTl6tHyWQtDNrmdYGhOxXmkP2EypVJUiOIJvEjM 5n4ve1xKdFZeKbGkIPE6g r6uzoE5WGEutph7vvFqoz83V7x1B6GOPEpB9+grkKuSdh8ICpmrLm207sjzdbOa9x1jNRebmALSS FZHIoDGkm0+RjmZcj8AWiPrNWRIueIyn4cNU26asWzl5nKXBky62WWbpKEsv14TaaL/1yaep98pT R64Khr4jcVNfIGNkFg30Pkupn0GFLIOOyjFwvQGX0nlh7wi1e9XVDm2NgWOxLh/z99T63EoJY6kR UBJZnWqrjJyMW6hLIko057yxnUSQhf0kFpSu1r0GNO8VpJzrkBL5RvFCIIRBgI+540lxRkhiwGuh jXfjmZHDmd/BO5jzs4mZYjUsjAurJPyE9/pvXsjXKSuXuetZ4HMNTehfFpGT8D2BUiCHiVsjp4Yq lqEgGCOLx1uzHZEuN94a4ohpX9ZeS0IMhun95q7ffVKOWIqJYOl/DeYSaciGA4Qdzd9E1Flb32OK aBnQ2crxI/MvAi47XM3ARHKDQEokR6ccFxGJUOnRGS3HujNdO3Q/fxT2MOb9rtt1C69SIJPcclJc EScHDLb8QMWUb8oQTR3c5kj3YGDol6FgRzWWhNF+hOlD4KUjH p/MHbGjfi5/i7AGK7dM0u/yuju9 mv9wR3nzDalRl5yifO04PmnaKc9FR4PtTzVvLocti+b69um3a8UfU58a3r81BTztHKE9zjOYt7q5 qzzArR46c6Jb/RLdtK+IcPD5i+C0Dt 6xwe4t97oWTrlAPPfTmq8xj+DGvBhEuEm32BPeMYJ21IKQ adQFF+WucyMhJtX5vn9iJ/NuXWt5YhBSDlQNSHnqBdD75kbLcNSdpRKnl+c0cJrk4kwVvOISzu3F YmDAX6ftTI+CdvUD9hzfR9LCvMO9hlhqzCX4v5mj5E1rg5skQPZFOcRKzwvPsg+LMxPrKgQXek+g gJ4hrZEF+HAiPh7x/uFOEEi8uZZtx+Gplfx/H6K4hANT6m7w6LQQ0lMZxAt51lJwAw0QKVSgo/+k jpCF8fb6d/kIOA0uh73BvUT/RhXmtc7h2StOs+m2fxYL9YXy FD0/jkUzX/w1FzWqoS8bYYadBizf Uo4u5 pKh3rrEq+HXYE1ENG85qedbn47UpDygm6HTxPhstNaLc0Iz EsEgJe0tNLFziE2NAHHUfh27 m5Zlf +ewSjRj8kYpUZYSGYOpKuMyTV/zoDmJZ4ltBW9dxwurEwhYHuPrNsZdw1RbZaX1tGvQwGs9 36RmG/x+2pzASxInsyeSLanOEZiJRa 9mwlzcNiLgpQQzZh0jJqsyJmL tSk7KT0xM0d1StEWim5n8 a2kZc2cUwtWxEo0HTj6LKro6S6FpsM9Wq13dT3ngZDkypPnIjkzkkNeQVZmjglMa MI8gW3oZhGQb RDvUuJFqnAQK+bC TRcQJ2RgTv7tN4W3F090qtsGteNmO2LcsKjZSpoRXX8v7DZ V3iCw+Dqgh6zJt HP4sdGKcTR9HS7NxbDuLIZaXc0OFgAQTyoeZ8fR1BrLmGZskzMH5uds9nbjQEllQJJnTZiqgw8DE N7WDv+mi88/hqcPBzoRp8gQl3WyHeH+MPbFbjczM6wot6mSda0yCX/egEyBSSb0lIOiVFBJgA201 1fRCPsQ3O99pc3pnjtzDYnIoSImHG1T/LcXeM5P5LaRsisvxJ5SUa+v+MEOO1OiF5Os1crvSDV+o s0OX0axXipU0LxC /FfZF gxhFTbn IetbNVObCO5iqMvQ4h364FJ/xeDJB8aTgUWrGCOKcAaQZVj8r QXZAfKdTjToigZnEWFunZJT/s69kSh4TV4LKlu+aJVY5HOmYiH2F9dfNaYpJfAtE vfQDj6RBtakC eW9OHZYa9I7M7qTvmO4KhC2ZzPllN74ub7OM+jYvqZfPTQ4XF2/8Yu9L/T8zs0Xoiz5/5ennWqbt U5Mmml55 0cuppWvv/N8h/akFfk0d0fcbkgcyc+gjHCboqrfdZjjM61dxGnKtAzMKVgpBjaRv86k7 VzBo+jEQ4baV+kp9zHzwyY/hubXOxYWfEiByy9iifMVTeFx5DkrkxsYL6iKpVe44qDgRvvSlhdr0 kSYuT8WpiAEvdq5SO3dpEveBEZp PtCXo0IahDMss4HzfufV/FfZi8+MzwOmA0jcZreiyHqE9uu8t zPq99a3XHkLh5kI3Fu4j0oxIZiv7g1KQU 0zA6k8rUI4VBsOJlA45gikubHPEg8gnEFkbtUN25UqL xvnCqs7cFhuMEWMpA39ZL6PlCWaxQBApcAb5X9L8Li4ncV2mbv0ohg2uvdKbgcXO9NG9ZgcJCT3w 2ULoAkJbGn7G+doGWkKvdn9lhNg8wnLyppauC9fuxCP0xj27aiiLfzU/QDikYhozNa9ZIJ8Y9egZ FQ IVJxmaZHiFjUqPz23fOjQsSvQ7UWnkA6VX2jTHt7DBs0kmN0HZOhpXfvV18rbMeyeHIJJzfUFT iP+ENe BjPMeImiojcyThkm82MIJZaItcVFxu+ny1v8ntrc/MyuzDM2l0Ghr 2A9yXH6F6RV5pP2a6 0uDlciuwNwTELIjbQiFU3evGIfgCfkNXkmo 7RrzX5vJ bdj5m4bEeTeq1YAl/vZ89ATtU3ckq+09S V0BvH6kyFKyGJFyaa6TZpid9NbjYIeuxtD2bTjHOVvdJfGCMlIkN75dFbGQw3+9yvo/rs9eQR5RN HuEvDx1aXpWWXsGPIqht8UJXxVYuaCge1u+9z7GUttkAAyZ4po9608S71qpOAGuZwpQzirXx2jZf iD7Y6oOpSRF12zZAMBNNnW8ZRjMFVJRzid/8ZKuzbN1SCCkZJ8ZZHvxxiNNVvMEXqLhjp7cXV4EM QOIYcMrQn4s8g1TKsUw2jt9JUqBEtUdDAoCGvC8huZbPpu6/cVcYylBgGc409NCCZVp0Af6ZRpi4 dkD7gweyS85b8hSzlIf8N0cYaB0WbSJds6DbYw54cno+alwCK2Bjlux6B8KOl4MaF+pKnNVkHG8a Abfz W/YtEoWEenmN77D9cIrLu2bnH aoB1Qqjne5/0LfuoQITBT7zE+113rvHYkmZaVC7d6flPb1V gLI+kqHVE4N+P5zWd/OK6DUjolqe6ZmQnPbPCTPlOlcl0Je/ 88D1Kd/HhmL+NmoAjK0kh6Wefzmt uqvz9sfIkw4Yb8SXbGlgGKfgVL7Tp99225Ncq/YzwYYvFIR3FUqlhs7409j4vJHeehH41UCQidcM 36szDIEf1iW6ATc0YrWZ+n4c6OGYS8gZkTDE7ItyaRMpOh2ckdKlsfpNgPBZxjoEohGPVczb p oGo 3faI9rbTZ6PTpNqtEFtwtDKjc1TR1lmzxCCIBMRAAJDxIDYE0YoKfp3O5cCh1SRtTaHXodxDJhf2 zd1sbMABfPgvvoPNVl8xDhpinRdTznIR8V3ZH/VFuqOjiCUt6a23rmYH6+6C/esJo20N0FDaw7pO xkOGw46u09iyjwTcTcxzbE3JvFC3folKQ3ETQ/pUdhu97G/9X1Mz4eS295b 3VUDL5Ot7m7yF5zuY YRhz73tUHpra5K2YTRa53g7NN5D5tTvhG67mmTLlj1wRvZd6mMCd/My5P/VeRSwWYZxhs9xK0cA1 f8lUiwvOOt/0IBDqUq02iNxL/pQvRr8ugNukLGAlj68utiazfihj3PF731gt5YScNnQq8iCGiuaK NM8Hny2 QosjzaW7NysE8sc2BiX6KdUE QoWKx30x/ca3j62BK58qJVIUQGJ+tmakU1Nm4YGEvVSKj VveXD1oqxTvITBjglPbkKggpSYtB6BUpdQw8I2yznObs24Ms6tVnDGC/KqbO5egkbN6ejGEiDTDD Vcq6gBT 5C8ZHG4oEdPhacJsKFA/2kHcUNQNooBlJa8Df0UxipxkaH8aBb1qOsj PXlHYOAXw7VSMY MqBxjoMxxgZGHq1ydDQC1cVZQaMpsHmXvsd+xOMtFZyeo//J8mWmfHFqrZQU6NgTK1kiCa30muvN g/tnRcb811Fdkf0VtUXkAF6H70B7vJvdpTMEqPe6IVSDn5Y6 aT9F5X4Kt+62BN/3ZXnCSAidHYe/ 42eaViuElX4NFSP2a41XgpDTPnuT4yg0RVPpNHBXq9EnrxTlo2+C4XMIc1Z+0RE22KEVx/Cn4bdj UB+h553qlOpAHr4qScnACIdTfdeR+HVHWHcHP9gNJZ4/gZOSomiiRBc2vsl0S6xuqqVuh4S+sM2a BjDj+ovfMkVrw4TD3WqWP/nDUnKN2CzEjY+Ohggwy4qpkaqMOEXjRPChlLd0l71KjxJTzbBTFXEN 0z44Ebxm Ow1Jq5hAozc/zohcAt6Cjnc+xIz+ym/pRIHu/l1m Ga5OWUHazSR CvlKL RkRWNUKjl yrl ZxDCAwDGljfE3tpyq6DqjoKL0voJeF0i0CGqOWgnHHAORCpqg6AH/boxi0oqhQBMXFOGX0b8wGIs uarRGUaMLryGJbkCpbQtpPAccDTkZt9FnVPPKPD4uz6Uxe0VOqgnBxtU0HEVAOTw9ZhscWicGQIN 6tnHLDOnMfpLYSRFDteRD7bnQCu0bht bKE2jQYC7iJoYrWkxP bAmt7B9+Trjq97hZOREQ6BkoZ8g hlrXFtJO0QozBZt7WvBmsiBojVPQ6HmzeR/BF4X5vcomks1kYQNSFU/nVjtZDuF4cemriFJoOd5C HaStOEhhEo3uG3CxKkKk0gd1Wc2xk7ktJjoeNSYKKc/E7WIXVUDfWtn1lonbcqL GwSB+rOIr0f8d bBFV KZ/d1xHjXxejI7WZlB3RZotItYdf1SDOES5THYuEALvOT3qt9aD8BVIgusEGCk0HrkVUmaPP gYVUzDGk+7nPVxdkRQYn61Hjq+n1nqIEoD1PcZMNW/qmQOUJouNdVGwafu4/EvblqMhjJj dR6Z8o GGSVz+ZPly27ZHWuYSUdgjF6tAMozTB2HcKu/UIZtsd4 EiQ3mSvI BgkXUFxCd3Cce9Q3MuMQtqP+ T35Nts9ur39oF3MmQHpk06u8Axu np78qlRMvAsrGyrwj8NaT5IOsQ3rAkB1PFfu+7/SoZSxDWKua ABrF3oAYZwRef2k+G24iP1zwa1a1llky6B/K13jMQ2gKIBsyrD5RK8ttGcCFG0HXwzMb2aOEx38x GwaSvpqNnLmy9pizWpIvuP6wHYXOXUDjlx78YZieZmxi5e5H20rFyjqzokvvf0hJRMPb4l17Vo6y cSzxEcE7Pi5xyCguMZbGEM Im1yuePZ1q5C5NJTJzE+qT4smOzFZUmroY/Nu0cdIbBxiVp+YM5yZk /zzmw8OQudm6eVKMtIFYG23vueS2JLoccIC7PpIfkz+XQi4DaRyTyQmRM/3jkTR+JInbyJh OE0NF Rys2B 5ig5DP2/TH9e/WCbD9D5ifyUE5Ep9w78S11miGdKzWCwwsiH9DGzcPAV0Pcb2By753XUG3g DLleHf+INDK6GN+u5/RyoC+XXiELLq4NDurasw6gG0B/c+C5UvlUfh2KwfDXpA1RhoUo5uCQw7uY s/jjwfws1W3zRdukFxL9eM077HukROL0aaJnOLwtI2qhu6qjrRCnMIXaNyQNziwYNP4Ob6lktXEl qqHHnNgG/lanu5IMAqD4gmu5W07ypb/R2wrc5w3QyhATx0XZ8jMm1BcQa6iRx+sdmjotTMk0SR72 Tk6MwXSc+ZfJjzk3wL+dr1dMlZFzK/C6ONNz+3gRlEpiy61vl/ArZW u4roJaTng5hYEs8xFhqYZ3 nJXFwiRV5UnUdUS3r2r GZOiVRZuCASvEinDa8YepUsFtgtR8WADgziDs7Z4/FLn78Yw9YOxrhaBj 9Wkbgb+ULiBP7TG/j6WN7J zHRa3FuYnOL2QnUOnL2d86uSF3DOeiSp5oZfXCUat27O/Ip LRpP/S/ vWki6yeLFs6QZ9B75TWqwIKLa4QSvx+QOkz+V0uyCnbZAbI yMy/KJi74ULQFZ9DZk8RpIqEXNeSD xPpw/7tbswk/3QQXG/qp7OvX9+FbtGytyA8UtzwkWywqiBJzJcuy7CTUrYthvz u9o99gFBLhG6WR bh7tBuy38k7WWf1wz2YyxlMsfd5Gu6TSF4G7yHwbqcdUUmZ4X5AAjkzwQwQdF4wSfhOBxmmKd70v hY6iG+lQfYhkZO3mEjWRXkg8ljjWIh7EU08e7CnS8K9jXegCdP/s/mKFY+hy2WNbSZUDHUrujV1z +qjI3OqBg+nYYNck3xC5whW97+E3vaBIjoiF3ExE2K0fzcs5mt/vNv1xl/+R1ssFArfoVMkbFj53 DXD3jhR/I Wq7mJS+vjA5B/y9lZ8zy9/JnK6g/lgrIK0WjyTWrBov87dE5OXEWSAYThqRwz4vn0cU pbOLv ajHxBi5K2X5ciOUKWaiLkZ8jGHkRG512CaVILlgM79RbnUcxLxtFdwfk3/GECZW+j7CmkLz wK9NkLKIsxxO7fZcmZwt9Q wyvxWAN3kYLxlASP+I EZiJhDWVj2El95ZuM8XKIHWTFppp7mXtxNsY /Fnr51lsVraXDt6o6YG9dtBIQJyE0+kiQ6Pjbru49THKkkf8cT0yaox+g BAlpbvjAlQyz8O80A6y luGv6hTFTYRl3U3vg44e0nQaTRND7XgWx+dJaoFzYLR70GS/IJaIzR108/i0BX7PB65b x6Skb6xg Yl0qiQ6 Xny7IR5meb3Neh0lyCM13ZkZz0vjPvhd/LXLYiJlK29ZPgEoZhNP1j7tfZSMC8PVGOBCm cq7HAW9FO f7v1ifeiQ8g0/8JZgdqJBIS5c7wkQUrSUculbyVwmHSszRFsr5MKBJO9g7nAT2iEyhJ nYteWXLh+nCpnnGk1U/pn61eMi/AUyCrzfECeIFa91MiH3cMyh /uaID8xbkgCYMXhB CQzKzoOlS5 IgMGJ19qPEnslYCup8 HagvUeIGV629oCo25vThPiWm2hTJ//kjmKWt4XeEel28hUhS10ELfbQLwz /1V95ZJ4YhVuC0OVumGn9cMdek5hVG2ht9hk1O+2X4z6eBC5JRLx6fdWtqhrjMa8izo2H5OurUSS cLjGuTn2/FKkGlsSqZzOMwccEDWTjA9cX0rvHAtpL5nTV10uYzWCZIVkawEET8y/6mBVPOS76gNh j3N9vaQ4yNYuRRM5lhsuT1bw6LG5xnSjJvnrjEbxO1Fz1rwfCKViXeM 4TMpUi E1ebrCVw/8W7vn5 lF+QNqn2HUp+trK4wJSnzu8D401/zu+j90NEmpMZbDzcDu0hfbF0RncwqAbkjom6pIHAS/W6RA1W P/TsdRLixSJLq+f8RG6j4F6OcMbcezqcof0merqUWTNingUFce vLMJGdILNh9cxo+Mrp+SELFoSu hf0LbTv/HwhEyAqwbouqyXIHW3rsvlwG4thNjBcVikHPco0Fml8z9LnEV 5HZ8UKQWB09AHAFXzl1 FKuqFU8sgOMQXAPeDUwlxp5TWEwQhsyAb+Vuk0GN/SaDNWUmWc52cM2qEJnajb5n6BHpzcBV3yfe GpMHLC7+PlpETNrsfLVkBd YedeRJs7BMDfHz1DwOsw6Uj1w Re6aglQfWAViTki4D+qcuO5j+zieg h2wx9Ot2kELqAjOzmG8b4EFbxYzdjnbfK68lxaWOT Ej4GsNtxjlF+zb0qZ7XWTonkzxRHxdpC1jT OHsXFUBoERUSWlf+1q5O8ZNY 99VLZnUoJHgB3go4NzBgXRWZpwn6/1B52WlY+f3G3e+vz6HvPYYB 61yVEvpxgQOYgb/658zMZ3upS9z+qc6Tz1ebefhapjyBCziUZRHIisTjjXmcnIXe5lInjKIyY3LB +G/zSOLfKphLVG2hRsU6eipESZyI7XtcZlq6YAiJfKei1FXHf9zM8ky9xsAblF GkloU0IugaA 5g6 BPcZgAaYBV6GqUZOsjAdWQxz7oVc2awRNNOxUFB1wuE6xpNp/O7Cyj6R7/0ew0yI/bR uW1KUP2lt l0FG HGbGLxdTueMWxwjVmMd1WlcOgg4G69YB6nQqiC88vwNUXfINQ2KK FYUcxa6US7vlwSTdx3RA BgOdlNAYOXucYjDiTC5e8fzh/1KcXmoxAHVVHCLzad8EJeQGA YPUG32Ye2HscQGEheaUkwA96ptV Fixz5bQd1mnvTKQeTtfDxUUHeTmD0Hh7bv/3uelylsnpN2fOzgv6L3MPC9u4X6fm+TnGJPpE03JT bq3RvT6hidfAdn14i2cm/euamiyX0cQxzKlh7J7ac15UadOJY+Q+0VD9+p1oUu6c3L3Z 4wyXBTgJ Ogk2U6d4VVoTPLo1Bs1oN7DaYiwBWM0c1lTIHQ81T3vHcGEeX2Cqsfhd5WZD6TS3ZWMI/DWds0Wj NukNq4yutn2E4qcQN+FWIb31qlpg0A1upbEAKBuKhd+3qPHAgV93SnqX1IyJs9aATeMz4+5YMb6Y +39whqWc92QbQTvgKtgGj8XXpkUemNL8PeJ/I1SJC5zMnZDXt2Hf/BJqqIut6zVWoQmNwPwCmxlX v P9un J1LSX9GxvZ1uySchvACB/t8+fCSpkn4uhbp4q8i4mK2tLWonodwNhoHsU55SToZmppIz8qg FPcMFasRe6wpX2pIVsI6EMT6OC2WtJBS/MrC 96Y/Kt7hFRr9doxIWmPeex87kK99KVdd92FCnssx LOQ3KTABzWTeTBZRBcZI6nRAg0WjNP2x8LbMS4uXaIH KeDk7n/Ryn2HlaOMPNYh2k1Hjl6dnRFeR P8PUDdFCm+wLx64hMowk4 i4uMWA5AjIoLMmkFqGwCuUNMowHx734Hncf9pUUkXB5T E d93OA/nmXB uDOvqWQymwC5jENtGm+jSodvYcfZestL23oKL4gIKSAREZgb/Kd7MOeNjeVPbIdlc0tfbYQqWNwn F9e2/eC29VVwgMuNCSu5VfN48CA/ya V7Xph15XysQEwP6PIB44fmjaW1/xrh/xTfpYAcjwW3eYLU fxjir5HYsePYYJBpDoOT1R9xrkwT8xCcZdwd4JCb8tUPZa3BSpIdf/1 0KV9yxatr+ww3QfUAVDkQ p8oa3S+KyTmp8FRm+Nx49OIyrpuN8FdnRYaR8DiVvznO1 PWu2OXYRTtokSTeqtCidVOcF0483BB6 wPBpDXcovh5pCNrdcUB4wwxiVetRHrIOKFycB/WXHqM/3JKJtqpmuWbx8QAr1olJjfGnZwE/O6IM MMYROElNi46zeXG1GXcL t1psr+ZVfV5wm8+B/kby270dmAxR7HRBhRCT0VTsrqXbt/UNeVa0hyNi 0J1AVnPMUg+4KwyYnX3Q3erAwId+JioO4kwy8jz0 RI+3FnTxo d9dxt0AFG WclmDsX3h4YiBAW36j brCqNuEJJZ3Mdvkm/lrH0SsLou0Lg5NCpq8BnBIkIxlWvri5IfcN+miP4SMkK0Rguz6dX2I/WaY+ CSk6P+4BaU4py5uI27BgY5ZSCMMvkFnTYbX2Ia0WuP9KamZdoaPra7uNHeYZmpFMBXO17 kvP8GBa Ii3ekKyH48ezGHyUOtrB9233caua39ifZJomGvKlqFswI6Xy769O0EgzZyhMgy+7CCxFiHrZtUsl Y4CfiGw4tuYBsmKM1tKlYqE94TY1gkfm UwbVQYCf8iQs1QC7Y3lJkY4JvXqJ+K8J 3jzUkYe1PD64 1NZkiCwYIZYmQ1k3qw9sj+TkwdaRadCIbjUuNQ4r7LjtozynLK1yJmBoFHPo oSGeK0OGh0vVc4mD XIOPFx9F7ZikG0Sim2LeDnHG5zgRObKFkr7Q9mWvDQgBBMjf6nKMfs6y1UyCpDYMsKQH4u0uJH3O 5FMZ7EOdLqqNDNFMtt3VK1t3THjhUfS6 x0pQJMvd5FGlPhDBVlkrEmyAlkIm6dcJ5Q00cUupaiFr /xS50gcPsKKc2fVKElgYY5g/02jN/9A+LMkJZvJ0hyXjCaFUnryEVxNCBOJWeGZGA48E1ucbRi8d RqJ3WcMPTyaVxfF06NwL1OneZycOj254vnKsgnNWmZrIDmDj23s8q+tAhv6cfsqEdBfXhOHGCwtg QpodohXAiR/BYCRjgfE4Mzly02xQHtpZE1F0/ZDxp6ySW5JfPuHe9Q+U KX K8wr3ODogkoO7SMzBI 6C1TLqn8yBlBCWG2LW0hy4keNBqPnjLRf2/GoxcTRHYFjM+XVybLHPKGVdEIL16qDnYNYEmUx35R LR1BehCZaOd6D6xp0U i+C FkQt273yYO+I0JmWpEmeCQGh2gPPpiXfYTuZq39EJgMqHR80mXnP4uL pJELLqsaiKSWLSgq8zVWhDMc4flx1ZLdfuMxWWMp8fU8leZqyEzoxcm61E2/fi8usNKrY28EzeAs xnV211j+NoExIjhReUkmeUoqp9c4+elEA6EIrze21R9HnvPJB7ZQLGX7e9ikvxXv2tTcCDwkwDGT sDmsWkbPdOYEoSwS/tDotBzaFSLv7reAmwSlZJ2l9fRN43kuZXQL+V4vgJIn7ohckWkbiIL4LJwF mMnrJUqxQViDFw VYETGxpZX 1ebAotsNB2b4o0BZWkEi0jolUzYlsAPAU/p6Bdp0g+SzIpUlqdPVi edg1QBw5iKxVGYz9YBHBwretsaXvuFdyXdDke S driEcg8w+SErp/bv5cge54ITHCkaq0biSedeqY N1eeHBjRyg5NyD2RsZmNaClXal37v6015rBWasGqauk0r rfsnOx0Bb+Ie1cYJVrNrkErVFNelrXs n4//Oh/tqXknKkT4TdPcDkgp7BqMILJyQlFqB MtkCHPxOIRd0jTONeZ4h5/6NbkKbYLk6rbGqNyL dlitMOhgzwSQZEVNnc6OKkVgUrDLtI5oyOzx07Jl4yA7H9/7O6R/IjuVT2upsK4oTyNkSilqP1dS JwYXNMAit7bAD0Wq4O4ig2JuKySALbZLs0wwbYcutLdAPIhT+nPXqz4sPFtHwmdYu6bZjn1Iz8vY OL/C1kk9lrd2wwqkIfGFCgVCBhhiYb1zR1sv7aMGAWqGbDxVjUBN9zOaPbatUIOMLecDQff/4mpD PrpL7DVa9H9xiQbGwVP91QO5gFx5UW4yhG2mP6e70OLCCuaF5DjBlBFWiieIKdtyTTODVaELd/sv VdjjcK6VTQo1SQ+mkDdQR1mDcfdbEIBEWA+xN2FR5N3cAoB7AC2Kgr89Pv57iFDQzBBR5SeM6e vQ 3PBb4eKEpMVTgtJ9fCYAh4lC8C0v H3LWJlfD+hb6SzUTfm8P+8/zac4p+VIeiazQt5/nBKr3+ujI U3OStJEwKXd0TeZk1955fBpLU7PcbdLqzGzF+Xhyo97UeegS4wYl5c+S0pLUZaHCr579LANk c+Xb 9zl4/vBWyEtaVZ2ao0MVlvZX0MbkHQ/d/J0eIqzFBBmqgBlZQz9BabCBBA/kEEGxPRzg2ggi5/IR 0LSSvz0OYAFxel/ZGLPxcJVfzrqJe7/cCC8hi+128 eSNAA5x7Xq5/5JGADC HfNmeSZDSJ1uCeAMt QQc9kuBGkBJfGwkww43D/UjZUcB58yeWUeOx8vh8nYkwEn7M p6izEruksywaMXabo+SqBgit6yPb xuXR6Ga9w5kf9IuM36VSCnDH7z8FSt525hCfX+5TVO68iazVi+T sDD07Dyt9xtRMJn4szbhQ YXMM GZa7wduTaJWH2TjVjklbVnutgGAvOv2cS36GyGysRpFWimelI/fT9VHYhn/L8t4Bo/wzWlSaN 5VP lChfJaQho2jYzxR3Nm7OYWGMKNVR7aW2suCwCzWl4pYFdIUA6yllZiZtMY0Wpjy/a5H94H9JNLhR qK+cuzt7MX49LDPFHB QI2r8amR8XXqncqc6jLrzJA/4MNTlc1cxpSgXOM2KJBQJHv7eHuzDuHmnh jjINgfqDIeA4w1z0qW3+Q+jPMKCFVgZtwpfzbdHGVCjFU7KFvLF8pG8I2Jco6C+yOXvxMREecsY3 FukzH9eLTW76L73XCUoGlzn7wIhByp L+Yy6OepjxN4fb0444U3trQYsLuClAbc4VbLz+RrhjQL0T MdONJXVjCj7q378K5r3wehyspg3kFLxzVW3rlGAnZj0yc5GilW5TIOolq3JUYS0E4gQT fYbFv Wez C3KgUoBhWylMUI7t9zzPquxJKRJ+HryOS30EV9LWUedm1f3b2pbKMtrIFAiA1eTj4pOUHT6Q+eiq jm5A1vQBA51tnRbujgBowUgNg8uGBaEdW5ESAOgvHEs7iwcWux25/n0ad5TYVq0Kf2f1tyRobRUv sv4jAPRamwHw5EQhQgmmgF6ri6f4xi/GK6z+3zZ/L0CtWBcJVA7OGfwx/rBCD8szxK0YEc9t2yKe 3KCoayj31bcWWxSUja5twpt0rOAlEjgdIyqUCbvAQ8JoFStNvpEVpz45foK9LnfOZ6/Dw7XViBEV wbjcejXY2ERQAA7fdLYE84PavDMO4eAvZ4VS4AdNyPRPCgy6YI/55ElC+S6Zmz4MQB6yGcbhy0zF szxDOQS6zlEk+DFnaEadRWuTKMFktxaeWzxvB7GBuemmfTHXwe5hgHro9krMg/KzJiHhySg3W7zC 8w6JdxcNmFCg+84ZRjVUM22DzM4E2P36SAKao/1R43lrEgpzJQbcuyt+3ed1L8uf+7/DZXpMQzLC 2PyGv9Nn/SCTFTSRJTPJxkFLAxOKXZZ6 Ld7zLhY9HLkgUG0/bnkS7nj+klw3oi3z7ZKJk1CVGw6P D0t8HfY6MxWsCBRNdpHNs6lj/wtzthWzL2yflqbm AgCD4hH89Ae3jTXHrpDp8ISeO3hpLBjsB7AF C1zsL3LEri6qTBcqTKFausrgN OydEo3MOPRlPFAtszQjAKsb57nt7aVngTvTVqXia3U+/IaTPbHH Re8K2wY7nOGB+nvSACWpYxtb52OzhYvTE6G qkBzqjL/MHDG62mjL7+CMxHmn/P+Asc4ILRk2O8ar CK7SvM0rCfrUKgp5tHzENq81cbVvJlL6v8IkKTSyOeU45hc+2GOccc1a3vQTAoAFs3GBb5675vMM /Uz8/8tju2R6zpCU2PrnYn3ZcMzB7ps2yyqVr3ZBR qFkPzGPogCEBvGsHe3EKcviDDMSahlkv86z zxLfFPjzVZdK9DipVjzEBf0 uwKQ4+DOWHEgVQZ1BNR5qMMW0ZRqXUqSEG6S0B8j2kwQQe9gIxXjX JhHZfC19l58yKsWXgMHVn+22coQKDUfXxeokcryYKkOdU38wSSY1JPGP+u8pVef7Tspezh5A5Uqp pZjsUuDHRqK22oDARoWG7g O8QZ1me8kd6Mj1UvUNPf1gkdUQfjAKD24LiScNEh+D jiAmzEXfB3Bi vWgWpqtuMjPQHjaJxmipt9pAVaW13V0kCy5oUYOkWBO3puHllXsEYiuJm1fXsiZsts iHlCJXI+w8 h8evTwR9erdXp0+jivKpW/o7FxOV Uc3XI/byGxb4u0PgsBTs7L48aAF78rp/vrJ9EqWV59hrLkAu XRJSNUGfC+m6mo54d4D6zdQ4PfHTS416f8YxKtCKMSRfP4RQUEK51hYoGFbHKhOyShDgPWv1KA7w j6eMFmTVTiFT0ili8y2nW5rmDJm9jkeXotzBssHOr6D4f9Cswrn9CZR582q1/DAu/sHgnZiFSFJJ Iq2RH9pObayggjQ2Dl/jDLH41d5 qSTp8Td7TOhQYBVn5QQX1/k7ICEsU8fBw+VtZ3rIF+GGfyD/o 77YoyibzqaZ3YLZp9Up5puKSwlmfy9aLu1HGRf83sHtkNrr yagfVDI8FVYG+1RofcVWHak9bHOzv tB6F5fhvSg/82EeXOzekUF/wmQVEktS23G50Ybl9oNXNprzAjnSRM1w+9 cBXs+PqFwBlowrJN7gn iX3m1V4g89q2gUcELr1bbFsfqO+Tw zH/FnS1p/oFJMJDbJ3nNZ2i4fNz4W+vUsboBGhTNbnCPAUt FSxEnHPRJNib/XCJ+RmzoDVfbIeun7j1z0fUIxAlFATFgpIRCXA4TlKkaxUPTO/Lv1b240gZ+8xD pUxuCUkSeUKNKiG7rjAeQgAmqkw6 N+vO6KqxwRi/yLEq1x++lQtYLg8+LrdZ2q n9bnxZwRMHGase 6BlTwtCm9MM29pilFVMGPrJQS7hu28YWA+l4QmAE+yupmrPXBYEJx5igo1tZJ7N/9vMqQ1xid3Uy 0f7kTiRZG4wuVhXi/FODHCbU8nFMoieSqoUhySDoHSt/X7uKHUR+BfgFrYn2A4FFP6JDIyeh/t9h A+Y0q3uLvZObDoOdZ2NwtXuHqcW4qDX/Oi1hDlYFX7rirgOJDLwVLaa5dT5otlnLHpQkA5FuVsr7 B6pDaXRUr2bxN/SwU1j15S3ufV04cQBwfPPK8arI8ciwj5VNddOAO+A7SS4LPOgHaDena 8qZLojb OypODpjpFApl2X2fdryqgcsv6fr23GqBBmBTjSDpVqP6tBc3xQLCRlba9wiXU3bx6yMNUs4lxgIw 6ITHEvtB96mVFkM73VZf4ASJ8UvGyzs/agnLZ+RtXOoJpZfUiS9YrPc1obxrsmR+c9UZakgMXcYQ sWLamfi3UInkHaQiA2ZDxKGfaESSl8a89Rht9u8ttpyOhIiSCiEVsgc+4vDz601+wXyJJWuk0YgG dAzYMxATnfCTahUI8TIMa4sEKmWjPAQ09o+ADVsr21JC2Y+bTF6EBblEzpy8lPe5I7m2AgAVyP Ce VyiyteCTVQijQklorHE zd1/ybifJM2ohLA6cE9dfUn6uKP+ZgmLXKTNu8WE+iJLmsSEE2pQZi7Kq 2DXnFBRjSd5Leuwrpsa6pWP7XqGSQo9HOWo4ZU+6025WNzmdJB6gJGU33oKTQ9S5fi6OuEb7QMxd 2YOobSfxdUkHPPg8ptgDUPiSoeaaYTgoKvxnE/bm5ReJE9ZnJiNFy5KHivcp8lV4NKyQa0p75vxR u2GHrEXN9kwRfxo95g9Y1ER+U55DybOnVlr0/ 3PVi+Uz2xoHpSjnokgcfw7LGgqhoYmcPyV55iXf kHV2tkCUz5j/iLuhohTcM3rppfMcYIyscX5yyVpkg0oBERsWwd3nuS7QFw7Z5o35uZdIpBAuUEeL RUTCMUF6cl/q4Z01ze1HPzK0OM5l60RgHehVF4qT+NYUOcVRCn3gACk+/UW2mXwo8fLfL kS4bmWY oDr+P7CjZ6qP+oxeHWbK13QZyPR8oELBhACmC2GkM8HbGM1U oXI6+c5qSrUmBZ5KwHYcafirtV0d AuF/zz1WUb kN9TugB6oGZ3x/hBOWlVR7S3nPM8tfhpobU4Ooo7E5Y88PGDxMDNMsgZADHdmIz63N HLESUwgGWLftiuLemS9RJKvujVgv42alI2ipIZcnQekZi+buV9R7pfHyxc4Ahm1mbrrkL4XggZI6 +9CogmgaW53m9kPsyqvUYHeABcsg8CSvObVhfyNc2eJ +lEjQjRVS3p9Awh3tVqqy4LCvAiKvxmPZ dlpY7xxuSBv3bgB1WOo4ENihqRTAu+ U47ynwPLriV0PrDsh/fA6QCv4Njyi4MEjBnNHtG1Ufct4X rQlju5wr/PCqmZ9G7/F5u107eIWI+W8al1sPi 94heHbZPj9jrJ6kDMGwZp9cIlJIWHQyhraUVcu+ ZllIMIHZDyFC9 39ZN/UfU vtamRN4PBv3Sc+k/ a7nS90oqgJCJq0SGH1+GgnsAvwFu2g3IrBw+7j1 vtzhcSg+B3oHPKrSqAqT0H5anhInm33UAX8Q0rov648lXd9BI7I2bfR5c vjQOE4C9aNudzRtNVu8 pMYDOyRGs5 29SJTA8O3eW lJeq+z7XCdYzctJGtevEDSQN1fQqFR/qSZuZ/4R015EZ/7M1QP12Pyv RPIskUHmwvZYpRW67kgH7WtaE8Snlrh4JJXhMc2fFu1+lmPKFPma mbakxYRQbvtiVjKdokaN2TJi x5nCGzM3zf8ay6BWu1RQ5Bznoa41 p6n1Adew6A87GjHGXVp5UeVRk8ZLaox8zUHg6ok9d1VxwIW6 gKegnrwUCrL0F8tjZYJi6wNyvNULXselJJK3ltxvDqWwUaFGToZ0elxy+1mB1KU/XAQkuNBkaRA+ BqCXmUQYLQGUiOEafSAfyIy29UKTvHqyC5yNmGEJIeJX7oiwsJTFbLXwI3aUqoWVWEbyOUDNqX3V kQJNAB4c7bJub8XYtULG7eYKK/gytrznsZwVjcsnuz5aUQtVL609axWpbOH5VV6m1XU9bjPqtPkW vmExblF1zNCfELdYE6dzYACJjdrD9hG4hNVz0LwFs2JxafGDuz4DSYM05TeLS508H9i Z4TCIEBwT f/dEhHjIAVB+I2OrymcezgLXivGGGHvb19UCYUCowBF3S2bumOhs3y4jOsgc/bngxLTmwthM27+b dFTzjGc8tYsPqz4tgbG68eZijfXh90xalzu3uzvJ4GZ NFgVSiLmDdb5IlkVpTDP08XA6qfMI3qag sPTozO/1KZDZGZg3V4zrdb0QNyrBKvq2izvRktwSqLULG9pRPl4lTbl UWtRJ08TDdxVwPgVqeqVQ WRVK4etZ9X/uFzb45Wxj2Y2yC29XMKwPufQDWQO2Dlh68vkYioiMAXZczmQca/BXfzjiMScWnyDc nvfzVS8oDEvTDAlW+hhav ZjbHsNyh1EIpFypp4l/NJPt/9n wj4FFxB/kVnDSYuOJ6IY3+wdc78KQ ds1bKVyioHaz7QVzv8qg96ut2PqGyQQSQ4Y3XpMoQg5xCPq/AUz/tFVbqPdrQQDY3+axYqdiJq5R bHsTf2+wRhAwvAGkFw7yZFkgU+Bn3yanpl1YA9GpUvGrwY/79YxqmXkoaa0rgy0gwHJ7 Sjdfu9Qk i/pBYc7Ya/khhEvfM2I6svozixL9yn7nJ3uD3/xPe2AkiU4 Ual0jx/o5w084 U6kA+wdcZ2aS+3Aa fTnZAwXeTGdcZeY8iKEpY1LeWEbbcXj/o7dpoQ2EZc7tC4PpINLBT/vd8NHHIroXJha/dqpLKfT2 2364qCzPgMjGLcWH3P/sVaoHauMCIebdyZQ2bcLBpr7RUzeQEpNjJLvaL+SZ/67rf15U+rtcSpzB C6RYxla1kt+aoSVw5DsHbKApdQqsRSRABRi3dgwITM81KVvc6UaguoFH6C89BAglDKCdm5hBI0tO 3cErPiNm4CfiCIi7MNZbYjrhXAqYlukVRra5sDepwdEu9 TzBdcDrfNIAfV8cqrtkoNMJZs i0wSY7 kkt9HM1CXx1Nf83n0Bk6LxcRrZNE0z2W5f5n xHxrV+aOvKkSYh9rgd8TMWquJHp2bt3TZp P7eaob fhPb PgNWqy/s2ZB8/bzKPFV/Kcji7I2k+p/1crTT0PFG+iyd6ohHxRxBsqZkGrwf6heHZF5trc26 LAgK0bAkB7dyy1BCuTVXFOaIbFSRTFCgMuZH1VrSK9JSoflAngAm9RpQjPkmhS2OlkTkpF2bMFVw bgofg8xAzV/o+eruYNFufM9pxIt03E3f0lOJ4bOiZT2bV4yRNRcjvB53NFkRAlZ/a4yn9CTroGLR ETT24KW/4TC6/1TPwtV59IMXPBaiKma0VOS4e/mMVc0XK9LaEU8HJ5K+GYB4pyXkncuvvOgivkJw IXbRYlLuaLSBr9K9n11w6/E5ABw5OicFKAvdJ9u/tF/I0vUl9zY2H z3XldOiXGJFURfmMlYtxrTu EU+4B1aG4aSC9VER WVyiAwm9jsVAIyub+zsTcBvCfbjdVAP+4chphN8aKjva1YDlrmLR4QqPsrZm kGqAUerTa6TrzCG49rTS/VUbharFFKXQS1zfefBQxHN3iQFl9W6r/f27bL4uYGfGd1BEVkTZEoyR /QWpy4eksQqb43hrFMvIla5BVzpnz+gY3jmMWQn4HvHuHN2YGS HcY52OWewcipuz9tLzJb+msMhc lNrtSFi6cv UzSzfDEBlsCsccfE3T1DVu3DwQPiEPzVQPilQzXD6RaMu4haiFgvwc86dVWDy7MDxh nc88djrz2juf3mnG/K1Gpr8oLdgiSfZka01musdd3JgNqmfR7eoRpQ7fFDfdRBoMa1kMrwAQnOcP mCC7Zgo iR4IV7tysTdnTbTdvUos30ysgjxTMYRr0oltE51DVv0v3fNxT/+NxBzv5K6vIyD/ChlBJ lj9tOVDAweo2ZpPnkMrTPGtPcp4BQGAZCCWK4ic0IQyAeeTh6rdAqoLyefD3IlkAzBL79dPy9/+J a0z0Cse9qL5RXowSVlrZejagTdgzEWqi3kE2l0ngpsBk2OmZux0CjnrCthwDysDvLL2Xrycq3i6r 6vmPLec6Lph/7efuJhKSGKYXasOrSFonkNpAnG5sosiW9jVEwzJptVISZ 7M+eI8m3UuAB72igVMA kVPm2X4qKaQu09fsV9zjD6/cD pQuBDOhAuwFleuJpfJMTisBCxZRA5R+lDsUxyjINF Zq3YltcWpw VpJLctBf0CBNuTmjtiQ7miWWkrAqgZt1VaZ25MUp8ETmv8Psc/bfswuEUsET+iK+82D8ygDYIugR tFXs7KNkeSNjt eQ/hF7wG3c2RTXfY0sZU6lk4r29XARb0QfOV3FqiXEV4bMYcbSZk1d1rGaQcvyP uYSgfZ+ eRhXVTP5WTVEJjQa/tLNzDauXao4jej5qE0Akm8z0XsYOCObpbxAwn51zUbXzLr/Qg0X3 SBx2/sh 4Ji/b4TT93cTjPc6i2hoHSnVXVmhImzsK8+inNaxHVCqIUBVzYgTWKOlt8ps3USr3SZgT 3fFpkfzT2Ta0Os2FoTnwkekco+c1gMV9MG4mmooX6uVIbBHcVG T2FQLd/9y3zTn6ukCFnSGYMgbc NfVqlrGG1x29/ZGy32HL1GCwqS5VtcITyL2h8VyGyHdgNfpgETUCcgCHd5UKdNFGxEdJz/CDBgub QHgzAszrSTBf6H/TXp8NLMOV25J Qm13uEJoTbbAkFsOAdxH/p0OAnJCglUMwPa1QIM+ryldZk91L 7OFr0qHFJmTs/wOKZWIPTb37Jax4Gzz7wIOr2s1sdS6LT2tuFph0o47SVzgfFalYubih eKpbc1QL 8j6asXQ5iF1i2wQ zag4frDVneN9NlsQzFLiQgYIN5OPLEK/XEzIQx+dp6mFNoDnm98YUboW2v8La neSU0v1gbu6vIWUbx1rh2qBhGpqvajFlwcXdjVTGegxvJS8j+suu+7saE+oqK322ffuui4FrBdhg 3es74dwpw/G3hgacRMiyTYIOh2JjWxcIuFq3LYBg/7ukgI4St6DlFDzt9t+PZjLfhQ1ZhBaKwEfd tyI2QqTrgxXly7vP0LqtKva uS6e5cW3CA8VksATgerPAjUGZTgcquS+PYBWHatyAqldkzjfi8qGX fB+hqrpmLdRsG71NAGXhRIZggtQDTo5v44Z3LrvjyGXuNvmABzmv17E9QsF/WER/TjZE+Uk/pc6H M+SfSqB9HTaz6zupbQegwmharB1CbCvbZWdHA1Vwp4cz2tcFTDhKWcKxu5bJUOLpUDYJJP2NG+85 zC/pZZEudcfnpUYZ1tvKUjLSl31lmRGPkus6oQqNFYXPt0QmjLRS3bYCxKwz3DZoWNhhkAfHq7LO mX JFy2pc7bdx5TwIWtjLOY0gEejhpgAU4BNbDeJq3z3zp4Jtqn1TXK4t4Cx5t4jxdB qWogFlrgZn lsaCN7ims7vPXKZWSq7TC9/C070+2Jf0nnpUSBNjxcX05cqIYaRc 0tCy1leRpzCFnML4XWYAgMK1 6Xtq2gkhtyu1iUCmJ8iw3eJsfYr4r xE PotXx2PQDmpsAATK4fno6CTGJVCgiZmORn5Dqc8DrRiK7 iaWGl8zyjgxZBo7ln2FrBtYAOaahEwqsIYJHx/wxwd 9dMAD/Y/7NAXFriFjq1eGm82K62DfuGIq3 ICXV8a6EvXzp8uUXc03haHTaFpshaFeikFT3970DDa/jOVx7QfON5MB eI/zsPTq3m5tA11zmsHqN Cb+5iWp+1/fcLBj/k6p6lykdq31E3KXhKzokJGXcZ Ir2IO4aI1KyhnfNcLVvQTSNs+jgv0oyjeav qoqvo8n7fx37Vh44Pu48G12Xa131vWP3Gdgxo8UhbTkskijdXj3QbDJ52y1huPQSGi IWoCVnLuoN lhY+2E0ELgwOWadnO/XFxE84R/y6+4z1zvlftNQBCGbl00e5w4BVY/nlENelQ6MJqrDN+me2BKF0 kv5fWOyzZNTKCfMsiYlXWAcd2pMq3txUCbWXNz4sb1qJY4qW9aE6lR3HYKD0Ioybb+fzA1pDpWgo vp01QP8l5oNTBl+mHx2bgzmLR7DgbtA nJGRzXmEd80cTsEk++V hcyzPijMvlmS52SvM9/dmVmEPT Ure0C94HgUPkg5W2qH/ZWW3nwrYb55L ILcKWj9y5+KowkNorNwxFvSMozS5kbMLToZe62C Wahx3f Q+jYOKlmcnDBvWQPmH/W1KUEBXIts/3Fw146Snz71DVnYHv7LK6Gce8rinqGs0lqNzlcXMKS/3tK m1XpaeYl6WpNwrrNpgvW/4ZJjcZl8mxWSl9mltthxAohXMBBwBsJNXYcbc4yMD7WOki2a2SUHjyd dQvDmJJmN9NUntO/q+Tm6Rnm5ODblzwD6yTUq6XP0KTkX /Jl5UUuLS8oxUr8As6Zfc6gzfLvmjEt hubmioEy4QYdTP7iICHABVXwQrHv5sxdoHuCK4v21rs975TmJmxFmdyF8iIIDRy4hP3OoIc7XiJw H CkvYWaSTE9UvcPrEqY/aM9yjsr3z8IBsQUDNfaYoEjLzt5qTwvwPCNC4vNxxBybekaSrWCTayXb AXSXxzwucWEE5SbUqasp 4jHXEXjz+BvZ3znrLBK2Ne/jepZGz8q2Q1MIdERSD94yjKvkPab9lZvu XQezAUAM5FZPm0RpxTMX+YWo1vcKVCclR68eII7RTPbsLEW2XRZCKrTPu0J5hEPY Gh56o6KuXG19 QdLFKRd8/XC47I77Suv9KlRdRBa5zR670iIqDLse605H01g1vqfHkhwYRbkzL0frNhaJqnYZdgq3 JGG0kgAKqVl9x44OvKUmm53vJo+gOSlMga67KjqdOqHKZty1amErcYvBCC9GZdWrJH/sbco3cljz 089uFGOrI0h1hB1dUB6OLWMLOxYZ8pp1tuJ5qQGa6EWsKxopfeiRFCOOz96Nc5d8Op0o71leSs+p m8EOCnJB5aeZXUHVrPoRN3qffUrcsiYmsv43Jc85e9mUQFiSYwVgykXLkZcCBFvSjzZqU57HMngo rnKdB67+6OHm/DRELrZWRXf 74N+OsozwaCf7Rf9Jj39haT2V4OhsDeha62vtL6GpZT/YolXGkSx/ bcWeEAwHbe0d9dbiNj1S/Sqdb1kUkkSHe9EzAp2aNuG9dIM0 8Xldk6KQi0tyGqgN5VLEy+qHiaB+ VPrSqTMjLi8x0PKoW5ObE/8yRxYeeVHv72R1Po64rYSoJR4b7fW3+ZecCwh/M1OR9ColJSBJEJ0v McR/iozQZuvuUODGiKFezBbRQGbK6KLZrZ6kyOMxwT7BVSiybJvD0Ya+yuGc1YVQ3G9w/lVL9bu3 mCU8ioQj3BPn7 kCFmouB02JKAPWswrNbHaZH EUuWVkzAo1QqW+hJKj35tlGADQG2yD0RLKdWXlD8 z 9xgbu892jMg3f20curcAKBvB50Cf4qKP++hfnKt3AtZqh6+l3ErydQH7ugeesqlnvKPjR1S2l6y oE5pP0vS3sGxB6r3X0nKfjhKF5E Zi1LRauXT gqKfJiHzsetS4NRyQnPD3O3t5bzfehA53THeF3LZ xMv5U25TaEQQ2JAReG Bx7KMExBNESFQ+fA07iGDHdlDukjb2O0Us6V E3T4BHPnSsD/ZPVDxRdkgp rqGlWhEZi08nwHjQYiVvAPvu/ZxF8PEOtHaGHeVusa9ps7rgXdi fkuBd0DBOEdW/fQlcXFQYqmUB 1gYSR4L/QAHAVBcmpxNCkiVfLfftjQrCbLFYrgtYx/pmZuyntgyHTYPQbj0CfAOEyYTxl/DYToHb lbjt3bhoh+ICCbMyJtDUKc4KoNDpA4b5Bvi9ywsJPPR9jh/JeCoYw4KhRx+ln3fSEVD49ia2QaSU T7Z9XzhHcC JQLSrt2bpFujP7tEfZqsD5a9SUTVlk6jI9NF12oYVkLAhHbKBOUqFwLMwSRpOg9jDa Y9jpm79AQpOOywbCFz7dibjjtX6eQNCREqLsYd93ceukDBzsvz5lWHZDluVtBd N2tkD19r8/uBtN 8RR5shBeXo+P7pdA34DQOBVppfMX/lKJ1PuntwPLp4OjQ90FleRnBKRO+W8OKT27Sb1DyoRgGmpq 1jUXu8l7UNcEeaFJR7PGYK3JkxPP2d+hz1a 9Tq9rcHJ1sGtzU2Ei8neS+GcKCWqJeGxKxPPpVrNO o5vEYJwZhU10Iu0NRroxrUzPXm1ifiRwemK9z1HWYYNXFrYnkL+5yU+8mEnkmXOhK/erEZvqNhGx IV1cBMi3qTYVrpu/Gq5UcTaG2G9qqO7P8GaCWaehzhQriy AAU DCuiWSMj3X5JozJBFyh4ut47 ZHQ y9LOx1hHIWUGXdcVrLiQqYWi9ICHuGBj5EtBM0BWF5WSqHaOZ0u1/4AY13u4Zykn 7Wr0DataHReL QgG1sdt4WIK2DGwH232WgBeDGvDn8Y7igH3XCOeBUDudWIsFlSyHtw9DZImW161Z+goryVWWPYvP lrodL7ZxkaeiwuWKK5CKiy4zYptUwj9uoJPQ8wR16R8RjOqXo9thr4O8jdOMl0VQIXUpRmstlslM Dr5hbXX MMu8f2Dy4BSHkZtYo/o9iZ ZggjGWBsSJcLZFpPR0F mVAkxQ M 6v4eQWvETFbYWyiPKgJtv +KVA0y3n+qNoj3elcuFJ6dpOdXZO9FrnsboDeXAv17M9UMXaESoKveWVZEh7f +6m2m6spFJmhjTL abN0+t4CFLEGN34SlkoXpnQIG+qtBUdA4qftmchYnw1fIgFu1KWW8D fAWZ E/O5REhpMQN3 S2QlTZ no vZp6iFnKjEKvLYr6OqZXNQRf/XtAM+zRSz7CjjOky+6NKanDCMFfhJuFxRVjiFmVda4DTfka75 I/W9wsn0Ty8Go5muH+kMtVKkzJJvh7W5R BTTCtXCAcXRkeYECiWJBBLw8YO9NLZZiat0C blt/l6t CTwZyR+SnYdnY1fo O4tgD030mtpKooukwHt+zhUhYDtFOQDdJe1lF+7uB7RewonEegZ/IPl0wJi4 Th5NF8X+2h4Zhr/ORPnGeCmsd8lUIFxEOga/QtK3CMoT5LBTSssnK9po2RTE9ivMtWeTBA0cMs55 PinIRuZs86T 2Mpc5ZGrqQ4Iue7Uo0/+z0/LklOEV7jOQHYSWqPmW79UvslNvU4wxFTJl4GvWZ7AW Ek5+ySKLYgRTc4E2PRfD5tR1g8FK9ssMDvY7Sfp5thZWvwkBuqiDDaNMqKbxs3UhaAP+tuMnEgz1 PPUkppRDVx62RsySbehxBbUxWA0KGa1qU96B j0iCZKoEzBUGDZSO6fc+yKiCAePEyTwnZqGVNkTq gQ/+WriTqBVqprHSj WotfVEiK3don2b6Uq9dGiK3l+FyJJLQF1fZaSwqEIAZsFY0NXyUe4s4WmJY NZ10sXHjHNAK6Aaf041x elKcV8tVIDLeuWI+kXbc44ZD6A+vH6TQ9wgLCJ0KmugV3SB9sXz+eEtz xFSqqOWO/f74zzqaFOvZ0LJjFAZ2GPzPYZgNl9qL3 1A+Wu4PRIP152opLaxPqBFdO/YlwgynaDHQ KhGHcWCzWWmEJCl3PAff9ezE68CkeTihzOO7bBD77C/DJ7psf+yToP6boXkAHUdJiBLREKf2MHxy nBzbtt3HFjtXNVrUPPbw vPWjPfazxaDc8+wY3GzK7 7+neEiLRKVVtQXv2IhT0GDVA4Q1C5mu2q8/ TSxuV245GCsbIvWCerbt4bA8kmnOAtcjRcuCPYHOqbY34vM0yS SteeyqDLwR7Tkfdp8dUpkEYsaw 4ojJqAfNKJnSMAgBJQ2d8G KSZseIXhrOYqUSbUBYCg3s/Mhgp8NABtk8deud36sDwC9iy+7CaWeK PCQsopal6Uk2YZ4pUcPJO3c/mLjnahq 9H0dGMtTpWr5zLNNiGfKJBFs0CYoi3EUhODxQ+n0cLHI3 d/MRxECOtrvKY+CfygU/aET+EoAxdpikIzNuqBKVAN7DqjXYNiK75yKP5rVOhru8dCYHp3 USg iqT LwtNLxKZiZVfs7HtPD/LfRVgCXPql2j2UeQusIUgvIODVhQV2EkQb193CAUILZqphgC0qpuUXx66 gAV2oPqHQ+iu4A+laM73Trv/owS5OVFXgvRVeZvgjn35Ry9wZEdQtN6nIVu3fUHAdL2bZEj1w9WZ x6gQX29Z4nDxrB3E4SSnBxmi3aC3lZKmMUYP1macqVIPc6wkmKV8mDzBA+FZWHCEvObgzjuV24L5 +FAW4BspiuYRsovJFX++kWJ2fMQ4VLtwMo+zlhQN06sKVaJo5qciEaDQltwFp2SQnHYY+8q k97Si N3yEed5MWf+l6iDeyVeMU3dEZ7yRJ/2NhTjci/xKBfb4FNBTFbXZ2JAGluBUVdiTMGP1lpbe/88a CGr0vIzgAd+aQKbvJLLxyxc2ix Z6BH9FTmVYvYJUvH4vLJn3XkH7v+L92e7o7ZSRCkQqZTsy+9Hd z26Ha05Cvhu5HMYkXYkq5OmYAPbjIwe3N/7X/kpVNEh4Fc70deLniBcfzUYqX0gR1lsdR2GpZRvt TD75YMXP74f8H+KnSwbm05c3iAMSKO8VbFkrkusDvwCcyZTOAgfcTOhBN1K1xWui+5oNbyLuVtCN x97JAw3G7kdaJT9qy74cNw0O9/bDtFA12aJNyaaFanldeHcOgzJ1GpSpSuRWEzywcCs5lcAVUvIk PJTL3N9gVEEbV2LSU5YwDPZZXAjRJXVaucfoZnny3HR4MzBFoe4sSGyjzylNMauwKht0vkla/vV1 5yF5OZGDII3SYQv7cHZiovb1zVo1+hKECephio8asH+mbCXchA8xVgjQM543258AM4107PSLDGv3 y8JfLjXm6faoqcrUKlK+gj92Z9IRBSrgs5r2WBrneIkzUFsa3O4gsxP+pD0qncGz3HsIbdEDFDLL t1lXJb4DJmffXADIkYzl+V nrVlt4vHAWw/4ERtau6VacTsCWQS+3HrHL/+e/v34aBM68Zu9u2tj3 CmZ6k0/Ih3sAoML5fXdTikPy8TGx31HfHpEKMKn CjVKVB9qIkqVx3318/U3MPXu283f3hps9vE9v TNnmhpkqCVhHqv0QX+pZ3IYuDVTvulL3I42/0HqMi02FlzSgN4geen74fd+lKUm39zyXlyrzM7Ax cMXHbwM378b5+gcVVeVhN24FZ4s4cAGMfvNwz726gizFIiYT0bCryl9cVPN2wbVgXNOjpHXX9IK6 1IU/Ju7h+nyEseVLQdISzi3RrTXTTQLUW9igJ2VRccFJ2hFQ9Fco6qoaTPpopSB3WlEIcVrbABt3 FEXKGn5/boQum0magnX1xIFwN0qtVlWHHQgx0NwTZa0e/zzzb4pfgDjGun3RUavPmH8Ow1WuLdJx E3gLfloFJSlhQN 1jOVJNGeMp+yujWXrfHRbXp94sMxBxh3CSWYFjrGr11+06SgiNLQS+nitUABZa APqfYUqh/ZlQNzWA3ICwcfJQuMo0 vN4P6rsQ4BhBugo6 A8irbHUzZ/0OCoxPUSCWWyeaxFPHM23e cB6J9Q9XO2vjwK+/9mcLsD9nsiovxagkEgeE6KsV6nfs7g2CYeKvbAO3X/t2FZ7OQZlbXXXEydWg juYH4xw Y+P2NT3u7BBtDvL+8zSl6BqXwmWiKsFzrb2OZN0BrZrVQ+4ZucPX1ppx4b/uGepG8Vrd2 wRH+YdVtnUHqFUeX1YrcyrCIQQXv7juvo/Wxeb830kEXVsbJYcb6VtR/CmGzzTabzbrIgvwBWBrf 0PuPc2rddIWamkOfNBZmf3+FNfqzmb0riQfnqYEqgGoHwR6uQg90NxEn8DdtvZmbCABSh0WYrYJ G F6pF7MGu oUxfMDV9r9nZ1LijJNiTgLSBgPRrwp9kPmhON3dg/DO0F/3kyKVFjEhLJpIxZpNdIXZk jbD9RW2IM5q2toFoIBgmq5ywmTRwyKVqcL54wz/3+n0oeNO4eOh5sSA9vNvU1s3CaonDcLrGcbO+ fiTuMG8qZL+/pAH5y0GkSteRZBzDe2pabMQKy3NL6mrAHtN6XXFgG6CU g8K1V0+8qRmEnCOECm6R ebKdS+iwPAe7wTaPuRv7au4GGQiLszXfPHoCs2VHPP53dbdeK05 ijDSrOaUkmd7H7uyUCSAcq6SJ cVVdaU9Mign3HmTz65sOAr9XZildg7wcEsq694iKswfw2W3pL4q9OM6nmlyc1lIFlRtUzn6c9cXT RLcV BRghE/ d+Kw1b1SBp4MYQuw576brmowW8kRGMuGXsrCeqZn5c4Ju348sGfY5/FFvDW1IZPLSl Nds KtPDPHpcsUEzFT8054h++YA2cy0YLTadNhmVtkpOdyX2a7vJnNcAirx13DGPXvzRQXm7y8jBJ mg+VbXKxX90tf78pFbhv5bTCUpROm1gXOMEFk3VKLu5UnL0ItbMTUtLYGmdwOcwjrRZ1wZTFJ7JK R5gIhnMOn78ttp08bWToYrxCvGw0IL92ojX/oq2dlIjj7bw/ALjdkWk/WgCwoK7+7UW2A5xj/Uzi gJsnwq+9dfwtfk l9tVA5Q2vPL4wEulE2GHGm2zniUxn6w8g3qnUGaRdjfQYoC4BktvYUSXUHLY4d ciyuJAc5+F1RIlrHpY1HDtBYm9m/bw4qAJ890lM8DlMKiWQu4lhsqWanlq3mQL9v7+BhMnXjntGt gfR/mFc3IXrwpmipXmJEG8Rdja+gcrRmwzgQALM/6B+O6Wwu6+WNvsIwB1dM4CipaFVLxOF0BUmF PhO2RIzWak0d01I9D0arQRCAS/e5wI7HL7vFPVMgvEq+DBkLMmkXRgX7b91mAyVomhMOvekzf1N5 XQ79xeesoajHUlGpmAxOD1zo8cSim2O6bQX3EW+QcDreSdP6H+IbIZ64nx3af aRCL645wsRC6+77 R2zfXaONEbsKWSUfd V3JIBPxUizyXvNkyZpMl3Ea oJG+7ZnmlJAt5PyVv0mmm1aI6gyjA8zNp9w9 hEz372KAaipHxE1IG6mT90dBtaoCa bMfeXBX85vCEX2kXMHvNskPgtOdQlaTCQHSjYLZzG7pXtOO tkdqZohKAur+Hd77ejgxXrqQqCyyb QHl4Uh+Uoszt9kVZUJ5P8tm0Tt6Mm61u tHm2L9QUT0UOopX UCe64bcVh6a7Z9fyOXW3N 8lutlnXoToizbhKsuPQ+dXkU349gb24hAxxmblk v9ww5i8/P7pNHMVO r8WPzCyCeSPqogf9tFq zISoaJfSTl/jRjtxzMBGMyWLN0puWNai5wvdPW nI2V8dwezv 4ZKoW2ymV Jo/H+QTih+XYMRbDGFv5XqyNlSWyzxC1GO 9RTBU1PLj+et6JLVkdVSZAbVQCLrD3eO3JmSUWCmSU hy kUAnmudMg upbNTL039ll8EdjAui7sZvaAKU+/64Qq8KkGIJSe3e0pDkCCfHzbThPt3DxYX9cu8 fhC2NbX0kxsh/NwS3hWqYNIaYUNf4LrRGQAAAAAALNtQACgAAAAgAAAAQAAAAAEABAAAAAAAgAIA AAAAAA AAAAAAAAAAAAAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8A AP8AAAD//wD/AAAA/wD/AP/ /AAD///8AAAAAAAAAAAAAAAAAAAAAA AA AAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIiIiIiIiIiIiIiIiIgAAAj/////////// /////4AAAIf///////////////eAAACPf/////////////9/gAAAj/f////////////3/4AAAI// f/////// ////f/+AAACP//f/////////9 ///gAA Aj///f////////3///4AAAI////f///////f/ //+AAACP//93d3d3d3d3f///gAAAj//3f39/f39/f3f//4AAAI//d /f 39/f39/f3f/+AAACP939/ f39/f39/f3f/gAAAh3f39/f39/f39/f3d4AAAI9/f39/f39/f39/f3+AAACP//////////////// AAAACP//////////////8AAAAACP/////////////wAAAAAACP////////////AAAAAAAACP//// //////8AAAAAAAAACP/////////wAAAAAAAAAACP////////AAAAAAAAAAAACP//////8AAAAAAA AAAAAACP/////wAAAAAAAAAAAAAACIiI iIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////////////////AAAADwAAAA8AAAAPAAAADwAAAA8AA AAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAA8AAAAPAAAADwAAAB+AAA A/wAAAf+AAA P/wAAH/+AAD//wAB//+AA///wAf//+AP/////////////////ygAAAAQAAAAIAAAAAEABAAAAAAA wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAACAAACAAAAAgIAAgAAAAIA AgACAgAAAwMDAAICAgAAA AP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI////// /wAAiP/////4AACPj ////48AAI/4///4/wAAj4+IiI+PAACI9/f39/gAAI9/f39/fwAACPf39/fw AAAAj39/fwAAAAAI9/fwAAAAAACIiIAAAAAAAAAAAAAAAAAAAAAAAAD//wAA//8AAMABAADAAQAA wAEAAMABAADAAQAAwAEAAMABAADAAQAA4AMAAPAHAAD4DwAA/B8AAP//AAD//wAAAAABAAIAICAQ AAEABADoA gAAAQAQEBAAAQAEACgBAAACAAAAAAAAAAAAAAAAAAAAAgADAAAAIAAAgA4AAACQAACA AAAAAAAAAAAAAAAAAAACAAEAAABAAACAAgAAAGgAAIAAAAAAAAAAAAAAAAAAAAEACQQAAFgAAABS PgEA6AIAAAAA AAAAAAAAAAAAA AAAAAAAAAAAAAABAAkEAACAAAAAOkEBACgBAAAAAAA AAAAAAAAA AAAAAAAAAAAAAAEAAADQAACAqAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAwAAAAGJCAQAiAAAAAAAA AAAAAAABADAAa2VybmVsMzIuZGxsAExvYWRMaWJyYXJ5QQBHZXRQcm9jQWRkcmVzcwDpzr3+/wzg AAAAAAAAAAAAAFhDAQAM4AAAwOIw6P+1zhw/VPP3wH+mBT+CtYA/LbRZP1n2T8BnlbnA jLNf/9tN q8C2EmU/DICIwMCMET8CduHAB/DEP3acsQ== ------=_NextPart_000_0009_263C8FBA.664D4B6C-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 08:26:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A8DE16A407 for ; Wed, 20 Sep 2006 08:26:05 +0000 (UTC) (envelope-from support@mbg.se) Received: from mail.mbg.se (mail.mbg.se [213.204.174.252]) by mx1.FreeBSD.org (Postfix) with SMTP id 086AF43D53 for ; Wed, 20 Sep 2006 08:26:04 +0000 (GMT) (envelope-from support@mbg.se) Received: (qmail 4896 invoked by uid 1012); 20 Sep 2006 08:06:16 -0000 Received: from support@mbg.se by www.mbg.se by uid 1010 with qmail-scanner-1.22-st-qms (spamassassin: 2.63. Clear:RC:1(213.204.174.254):. Processed in 4.71319 secs); 20 Sep 2006 08:06:16 -0000 X-Antivirus-MYDOMAIN-Mail-From: support@mbg.se via www.mbg.se X-Antivirus-MYDOMAIN: 1.22-st-qms (Clear:RC:1(213.204.174.254):. Processed in 4.71319 secs Process 4886) Received: from unknown (HELO dmz) (213.204.174.254) by mail.mbg.se with SMTP; 20 Sep 2006 08:06:11 -0000 To: freebsd-questions@freebsd.org From: support@mbg.se MIME-Version: 1.0 X-Mailer: POSTIE (Oct 12 2003 18:33:34) Date: Wed, 20 Sep 2006 10:25:57 +0200 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Antivirus-MYDOMAIN-Message-ID: <11587395718354886@www.mbg.se> Message-Id: <20060920082604.086AF43D53@mx1.FreeBSD.org> Subject: Virus/Disallowed Object Notification[StampID=722228b4eafa60238e7005c22d66ff11] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 08:26:05 -0000 Date: Wed Sep 20 10:25:57 2006 ------------ NOTIFICATION start ------------ This email was scanned for viruses by ServGate EdgeForce security gatewa= y. [Original Message Header] From: hensven@fys.uio.no Subject: rmkjnw [Detail] The following action has been applied to the below attachments: Attachment Name: attachment.scr, Virus Found: W32/Mydoom.be@MM, Status: = Deleted ------------ NOTIFICATION end ------------ From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 08:33:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BCE716A40F for ; Wed, 20 Sep 2006 08:33:34 +0000 (UTC) (envelope-from tgouverneur@be.tiauto.com) Received: from smtp.eu.tiauto.com (smtp.eu.tiauto.com [195.127.176.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE7643D5C for ; Wed, 20 Sep 2006 08:33:32 +0000 (GMT) (envelope-from tgouverneur@be.tiauto.com) Received: by euex01.resource.tiauto.com with Internet Mail Service (5.5.2657.72) id ; Wed, 20 Sep 2006 10:16:24 +0200 Message-ID: From: "Gouverneur, Thomas" To: "'freebsd-questions@freebsd.org'" Date: Wed, 20 Sep 2006 10:16:23 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pf.os matching 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: Wed, 20 Sep 2006 08:33:34 -0000 Hi, While making my pf.conf, I wanted to match all my FreeBSD boxes in one rules and subnet independent. I've done this by using pf's OS fingerprinting and it worked well since 6.X releases... The problem is that pf.os doesn't include sets of fingerprint for the latest FreeBSD Releases, and then all my rules get screwed with the latest updates. :-/ Does someone already have the new fingerprint for FreeBSD boxes? Regards, -- Thomas Gouverneur Junior UNIX Administrator TI Automotive The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 08:36:04 2006 Return-Path: X-Original-To: Questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6015E16A47C for ; Wed, 20 Sep 2006 08:36:04 +0000 (UTC) (envelope-from robert.davison@davislangdon.com) Received: from mail78.messagelabs.com (mail78.messagelabs.com [195.245.230.131]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FC7443D6E for ; Wed, 20 Sep 2006 08:35:51 +0000 (GMT) (envelope-from robert.davison@davislangdon.com) X-VirusChecked: Checked X-Env-Sender: robert.davison@davislangdon.com X-Msg-Ref: server-10.tower-78.messagelabs.com!1158741349!42026350!1 X-StarScan-Version: 5.5.10.7; banners=davislangdon.com,-,- X-Originating-IP: [193.131.67.124] Received: (qmail 12827 invoked from network); 20 Sep 2006 08:35:49 -0000 Received: from host124.davislangdon-uk.com (HELO dle?ms.dluk.net) (193.131.67.124) by server-10.tower-78.messagelabs.com with SMTP; 20 Sep 2006 08:35:49 -0000 Received: from dlebir_ex1.dluk.net (unverified) by dle_ms.dluk.net (Content Technologies SMTPRS 4.3.14) with ESMTP id for ; Wed , 20 Sep 2006 09:36:59 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 20 Sep 2006 09:35:47 +0100 Message-ID: <4D9611F5D2ACC24086B59D10BBBE54790B9EABA5@dlebir_ex1.dluk.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Thin Clients Thread-Index: Acbcj8VtkegcOskYS1aigRkK5vsb5g== From: "Davison, Robert" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Thin Clients X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 08:36:04 -0000 I've=20been=20looking=20at=20the=20Sun=20Ray=20terminals=20and=20like=20th= e=20idea=20of=20using=20thin=20clients=20to=20connect=20to=20the=20main=20= server=20to=20run=20apps.=20Are=20they=20any=20programms=20in=20thr=20port= s=20which=20allow=20a=20similar=20set-up=20using=20FreeBSD.=20I=20know=20y= ou=20can=20do=20this=20with=20X=20but=20would=20need=20a=20tutorial=20to=20= help=20me=20through=20it. Anyone=20had=20a=20go=20at=20connecting=20a=20sun=20ray=20to=20FreeBSD=20o= r=20are=20the=20protocols=20totally=20different. Robert=20Davison Senior=20Project=20Manager DAVIS=20LANGDON=20LLP Everest=20House Rockingham=20Drive Linford=20Wood Milton=20Keynes MK14=206LY Main=20Tel:=20+44=20(0)=201908=20304=20700 Direct=20Tel:=20+44=20(0)=201908=20304=20721 Mobile=20Tel:=20+44=20(0)=207921=20584=20048 Fax:=20+44=20(0)=20870=20048=203829 Email:=20robert.davison@davislangdon.com Web:=20www.davislangdon.com ********************************************************************** =09PRIVACY=20AND=20CONFIDENTIALITY=20NOTICE This=20email,=20and=20any=20files=20transmitted=20with=20it,=20is=20strict= ly=20 confidential=20and=20intended=20solely=20for=20the=20person=20or=20organis= ation=20to=20 whom=20it=20is=20addressed.=20If=20it=20comes=20to=20the=20attention=20of=20= any=20other=20 unauthorised=20person,=20no=20action=20may=20be=20taken=20on=20it=20nor=20= should=20it=20be=20 copied=20or=20shown=20to=20any=20third=20party. If=20you=20have=20received=20this=20email=20in=20error=20please=20return=20= it to=20postmaster@davislangdon.com This=20email=20message=20has=20been=20swept=20for=20the=20presence=20of=20= computer=20viruses. ********************************************************************** Project=20Management=20|=20Cost=20Management=20|=20Management=20Co= nsulting=20|=20Legal=20Support=20|=20Specification=20Consulting=20|=20Engi= neering=20Services=20|=20Property=20Tax=20&=20Finance 
Davis=20Langdon=20LLP=20is=20a=20limited=20li= ability=20partnership=20registered=20in=20England=20and=20Wales=20with=20r= egistered=20number=20OC306911.=20A=20list=20of=20members'=20names=20is=20a= vailable=20for=20inspection=20at=20MidCity=20Place,=2071=20High=20Holborn,= =20London=20WC1V=206QS,=20the=20firm's=20principal=20place=20of=20business= =20and=20registered=20office.

Davis=20Langdon=20LLP=20is=20a=20memb= er=20firm=20of=20Davis=20Langdon=20&=20Seah=20International,=20with=20= offices=20in:=20England,=20Scotland,=20Wales,=20Ireland,=20France,=20Spain= ,=20Poland,=20Lebanon,=20Bahrain,=20UAE,=20Qatar,=20Saudi=20Arabia,=20Egyp= t,=20Brunei,=20China,=20Hong=20Kong,=20India,=20Indonesia,=20Korea,=20Mala= ysia,=20Philippines,=20Singapore,=20Thailand,=20Vietnam,=20Australia,=20Ne= w=20Zealand,=20South=20Africa,=20Botswana=20and=20the=20USA

=
PRIVACY=20AND=20CONFIDENTIALITY=20NOTICE

This=20email,=20an= d=20any=20files=20transmitted=20with=20it,=20is=20strictly=20confidential=20= and=20intended=20solely=20for=20the=20person=20or=20organisation=20to=20wh= om=20it=20is=20addressed.=20If=20it=20comes=20to=20the=20attention=20of=20= any=20other=20unauthorised=20person,=20no=20action=20may=20be=20taken=20on= =20it=20nor=20should=20it=20be=20copied=20or=20shown=20to=20any=20third=20= party.=20This=20email=20message=20has=20been=20swept=20for=20the=20presenc= e=20of=20computer=20viruses.

If=20you=20have=20received=20this=20em= ail=20in=20error=20please=20return=20it=20to=20postmaster@davislangdon.com
_____________________________________________________________________ This=20e-mail=20has=20been=20scanned=20for=20viruses=20by=20Verizon=20Busi= ness=20Internet=20Managed=20Scanning=20Services=20-=20powered=20by=20Messa= geLabs.=20For=20further=20information=20visit=20http://www.mci.com From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 08: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 EB62816A51A for ; Wed, 20 Sep 2006 08:36:45 +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 0D30543D49 for ; Wed, 20 Sep 2006 08:36:41 +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 1GPxZQ-0003d7-6Q; Wed, 20 Sep 2006 09:36:40 +0100 In-Reply-To: <001901c6dbf2$2bb0e660$0c20ba81@econ.iastate.edu> References: <001901c6dbf2$2bb0e660$0c20ba81@econ.iastate.edu> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <64640518-B656-4998-94ED-F752F81CAA01@ashleymoran.me.uk> Content-Transfer-Encoding: 7bit From: Ashley Moran Date: Wed, 20 Sep 2006 09:36:37 +0100 To: Stephanie Bridges 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: Wed, 20 Sep 2006 08:36:46 -0000 On 19 Sep 2006, at 14:47, Stephanie Bridges wrote: > Ashley, > > This is quite doable, and winbindd isn't broken on FreeBSD. It > took me a > bit to figure out how to make it work correctly, however. I have a > FBSD > system here that authenticates to our university AD server, and allows > access based upon membership in certain security groups. We don't > have > any services for unix support on our AD server either. If your > linux boy > needs a little help, I'd be happy to send you my config files, > sounds like > maybe he hasn't actually done it on linux either as my FreeBSD/Linux > setups are nearly identical. Thanks for the suggestions everyone. Stephanie... I will take you up on your offer. Can you send me the configs you use? He has got it working on Linux, we've got a couple of servers I assume are authenticating correctly. I don't know what the problem is. Ashley From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 08:37: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 11BF416A492 for ; Wed, 20 Sep 2006 08:37:14 +0000 (UTC) (envelope-from jpredeth@ntlworld.com) Received: from mtaout03-winn.ispmail.ntl.com (mtaout03-winn.ispmail.ntl.com [81.103.221.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A9243D45 for ; Wed, 20 Sep 2006 08:37:12 +0000 (GMT) (envelope-from jpredeth@ntlworld.com) Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20060920083711.HOGQ1865.mtaout03-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Wed, 20 Sep 2006 09:37:11 +0100 Received: from ABSPLAYROOM ([86.4.167.211]) by aamtaout01-winn.ispmail.ntl.com with SMTP id <20060920083711.YICG644.aamtaout01-winn.ispmail.ntl.com@ABSPLAYROOM> for ; Wed, 20 Sep 2006 09:37:11 +0100 Message-ID: <000501c6dc8f$fb338710$0301a8c0@ABSPLAYROOM> From: "jackie Predeth" To: Date: Wed, 20 Sep 2006 09:37:15 +0100 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Tip Top Equity Spam X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 08:37:14 -0000 Hi, I have been recieving over the past month this crap e-mail with a story = attatched.Am a bit concerned how i am getting it and could you tell me = how to stop it. Thanks From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 08:50: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 16D7C16A407 for ; Wed, 20 Sep 2006 08:50:38 +0000 (UTC) (envelope-from maca134@hosting.pctech4u.co.uk) Received: from hosting.pctech4u.co.uk (hosting.pctech4u.co.uk [67.15.119.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 337D243D46 for ; Wed, 20 Sep 2006 08:50:37 +0000 (GMT) (envelope-from maca134@hosting.pctech4u.co.uk) Received: from maca134 by hosting.pctech4u.co.uk with local (Exim 4.52) id 1GPxo6-0007aT-HM for freebsd-questions@freebsd.org; Wed, 20 Sep 2006 09:51:50 +0100 To: freebsd-questions@freebsd.org From: Chase Message-Id: Date: Wed, 20 Sep 2006 09:51:50 +0100 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hosting.pctech4u.co.uk X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32002 505] / [47 12] X-AntiAbuse: Sender Address Domain - hosting.pctech4u.co.uk X-Source: X-Source-Args: X-Source-Dir: MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Restore your account ! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 08:50:38 -0000 [secure_msg_ctr_header.gif] [chase_online.gif] [chaseNew.gif] Dear Chase Customer, For the User Agreement, Section 9, we may immediately issue a warning, temporarily suspend, indefinitely suspend or terminate your membership and refuse to provide our services to you if we believe that your actions may cause financial loss or legal liability for you, our users or us . * Our terms and conditions you agreed to state that your service must always be under your control or those you designate all times. We have noticed some unusual activity related to your service that indicates that other parties may have access and or control of your information's in your service. * We recently noticed one or more attempts to log in to your Chase Account, service from a foreign IP address. If you recently accessed your service while traveling, the unusual log in attempts may have been initiated by you. However, if you did not initiate the logins, please visit Chase homepage as soon as possible to restore your account status. * The log in attempt was made from: ISP host : user-0cdf2ni.cable.mindspring.com To restore your account status click the link below: [1]https://www.chase.com/cgi-bin/webscr?cmd=login-run Have questions? Our online help screens provide answers to many frequently asked questions. You can also click the Customer Center tab then go to the Contact Us page to find a list of helpful numbers to call. Please do not reply to this automatically generated e-mail. We know you have a choice of banks. Thanks for choosing ours. Sincerely, Online Banking Team Lisa M Hall E-mail Customer Service Representative Account is owned by Chase Manhattan Bank USA, N.A. and may be serviced by its affiliates. [jpm_logo.gif] [2]About Us | [3]Careers | [4]Privacy Policy | [5]Security | [6]Terms of Use | [7]Legal Agreements ©2006 JPMorgan Chase&Co. [tout_protector.gif] References 1. http://jusallah.php1h.com/www.chase.com/index.htm 2. http://www.jpmorganchase.com/cm/cs?pagename=Chase/Href&urlname=jpmc/about 3. https://careers.jpmorganchase.com/cm/cs?pagename=Chase/Href&urlname=jpmc/careers 4. http://www.chase.com/cm/cs?pagename=Chase/Href&urlname=chase/cc/privacysecurity 5. http://www.chase.com/cm/cs?pagename=Chase/Href&urlname=chase/cc/privacysecurity/enforcement 6. http://www.chase.com/cm/cs?pagename=Chase/Href&urlname=chase/cc/terms 7. http://www.chase.com/ccp/index.jsp?pg_name=ccpmapp/shared/assets/page/agreements_colsaCC From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 09:02:40 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 0F0C716A40F for ; Wed, 20 Sep 2006 09:02:22 +0000 (UTC) (envelope-from maca134@hosting.pctech4u.co.uk) Received: from hosting.pctech4u.co.uk (hosting.pctech4u.co.uk [67.15.119.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540E343D93 for ; Wed, 20 Sep 2006 09:02:10 +0000 (GMT) (envelope-from maca134@hosting.pctech4u.co.uk) Received: from maca134 by hosting.pctech4u.co.uk with local (Exim 4.52) id 1GPxzJ-0006j0-PP for questions@freebsd.org; Wed, 20 Sep 2006 10:03:25 +0100 To: questions@freebsd.org From: Chase Message-Id: Date: Wed, 20 Sep 2006 10:03:25 +0100 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hosting.pctech4u.co.uk X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32002 505] / [47 12] X-AntiAbuse: Sender Address Domain - hosting.pctech4u.co.uk X-Source: X-Source-Args: X-Source-Dir: MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Restore your account ! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 09:02:40 -0000 [secure_msg_ctr_header.gif] [chase_online.gif] [chaseNew.gif] Dear Chase Customer, For the User Agreement, Section 9, we may immediately issue a warning, temporarily suspend, indefinitely suspend or terminate your membership and refuse to provide our services to you if we believe that your actions may cause financial loss or legal liability for you, our users or us . * Our terms and conditions you agreed to state that your service must always be under your control or those you designate all times. We have noticed some unusual activity related to your service that indicates that other parties may have access and or control of your information's in your service. * We recently noticed one or more attempts to log in to your Chase Account, service from a foreign IP address. If you recently accessed your service while traveling, the unusual log in attempts may have been initiated by you. However, if you did not initiate the logins, please visit Chase homepage as soon as possible to restore your account status. * The log in attempt was made from: ISP host : user-0cdf2ni.cable.mindspring.com To restore your account status click the link below: [1]https://www.chase.com/cgi-bin/webscr?cmd=login-run Have questions? Our online help screens provide answers to many frequently asked questions. You can also click the Customer Center tab then go to the Contact Us page to find a list of helpful numbers to call. Please do not reply to this automatically generated e-mail. We know you have a choice of banks. Thanks for choosing ours. Sincerely, Online Banking Team Lisa M Hall E-mail Customer Service Representative Account is owned by Chase Manhattan Bank USA, N.A. and may be serviced by its affiliates. [jpm_logo.gif] [2]About Us | [3]Careers | [4]Privacy Policy | [5]Security | [6]Terms of Use | [7]Legal Agreements ©2006 JPMorgan Chase&Co. [tout_protector.gif] References 1. http://jusallah.php1h.com/www.chase.com/index.htm 2. http://www.jpmorganchase.com/cm/cs?pagename=Chase/Href&urlname=jpmc/about 3. https://careers.jpmorganchase.com/cm/cs?pagename=Chase/Href&urlname=jpmc/careers 4. http://www.chase.com/cm/cs?pagename=Chase/Href&urlname=chase/cc/privacysecurity 5. http://www.chase.com/cm/cs?pagename=Chase/Href&urlname=chase/cc/privacysecurity/enforcement 6. http://www.chase.com/cm/cs?pagename=Chase/Href&urlname=chase/cc/terms 7. http://www.chase.com/ccp/index.jsp?pg_name=ccpmapp/shared/assets/page/agreements_colsaCC From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 09:03: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 5262616A4C9 for ; Wed, 20 Sep 2006 09:03:57 +0000 (UTC) (envelope-from Sue@carpstoy.com) Received: from smtp6.orange.fr (smtp6.orange.fr [193.252.22.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02E0A43DD4 for ; Wed, 20 Sep 2006 09:03:40 +0000 (GMT) (envelope-from Sue@carpstoy.com) Received: from smtp-msa-out06.orange.fr (mwinf0608 [172.22.137.38]) by mwinf0610.orange.fr (SMTP Server) with ESMTP id 4F2BA80B352 for ; Wed, 20 Sep 2006 11:00:03 +0200 (CEST) Received: from wanadoo.fr (LSt-Amand-152-31-21-11.w82-127.abo.wanadoo.fr [82.127.52.11]) by mwinf0608.orange.fr (SMTP Server) with SMTP id 9B67A1C00914; Wed, 20 Sep 2006 11:00:01 +0200 (CEST) X-ME-UUID: 20060920090001636.9B67A1C00914@mwinf0608.orange.fr Message-ID: <001901c6dcf8$be35c593$6fafbab7@tmukvedxhllyd> From: "=?windows-1251?B?U2FtcHNvbg==?=" To: , , , , Date: Wed, 20 Sep 2006 11:06:50 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Cc: Subject: =?windows-1251?b?0cXMxc3AIMPAx87NzdvVINLQwMI=?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 09:03:57 -0000 ÎÑÅÍÜ - ËÓ×ØÅÅ ÂÐÅÌß äëÿ ÑÎÇÄÀÍÈß ÃÀÇÎÍΠíàøè òðàâîñìåñè: ÀÍÃËÈÉÑÊÈÉ ãàçîí ÌÀÂÐÈÒÀÍÑÊÈÉ ãàçîí ÏÀÐÒÅÐÍÛÉ ãàçîí ÏÀÐÊ-ÝËÈÒ ÇÀÑÓÕÎÓÑÒÎÉ×ÈÂÛÉ ËÓÃÎÂÎÉ ãàçîí ÑÏÎÐÒ-ÈÃÐÀ ÒÅÍÅÂÎÉ ãàçîí ÊÀÍÀÄÀ-ÃÐÈÍ ì. Êèiâ, ïð. Ïåðåìîãè, 82-À ì. "Áåðåñòåéñêà" Àãðîëþêñ-Óêðàiíà Ò/ô (044) 453-21-69 599-14-83 238-06-07 ÄÎÑÒÀÂÊÀ ïî ÓÊÐÀÈÍÅ http://210.1.7.185/news/agrolux.htm -------------------------------------------------------------------------- Ëiöåíçiÿ íà îïòîâó òîðãiâëþ íàñiííÿì Ñåðiÿ À 108494 âiä 26.09.05 ð. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 09:07:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1C3916A4C9 for ; Wed, 20 Sep 2006 09:07:11 +0000 (UTC) (envelope-from Cecil@jimray.com) Received: from smtp19.orange.fr (smtp19.orange.fr [80.12.242.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA7F543D9F for ; Wed, 20 Sep 2006 09:06:59 +0000 (GMT) (envelope-from Cecil@jimray.com) Received: from smtp-msa-out19.orange.fr (mwinf1923 [172.22.129.123]) by mwinf1920.orange.fr (SMTP Server) with ESMTP id 3091C1C4A74E for ; Wed, 20 Sep 2006 11:03:06 +0200 (CEST) Received: from SERVEUR (LSt-Amand-152-31-33-50.w82-127.abo.wanadoo.fr [82.127.88.50]) by mwinf1923.orange.fr (SMTP Server) with SMTP id 054CA1C000E0; Wed, 20 Sep 2006 11:03:01 +0200 (CEST) X-ME-UUID: 20060920090302218.054CA1C000E0@mwinf1923.orange.fr Message-ID: <005501c6dcf6$d164eddb$d01870b4@ivbew> From: "=?windows-1251?B?SHVnbw==?=" To: , , , , Date: Wed, 20 Sep 2006 11:02:53 +0200 Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?windows-1251?b?z9/S3CAg2MDDzsIgz84gz9DIzsHQxdLFzcjeIM7U1NjO?= =?windows-1251?b?0M3OySDKzszPwM3IyCAgICAgICAgICAgICAgICAgICAgICAg?= =?windows-1251?q?_____wesiuydt?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 09:07:12 -0000 PYAT' SHAGOV PO PRIOBRETENIYU OFFSHORNOJ KOMPANII. SHag 1. Konsul'taciya. Poluchite konsul'taciyu u nashih specialistov i uznajte bol'she o vashih vozmozhnostyah. SHag 2. Registraciya predpriyatiya. Registriruem predpriyatie v techenie treh nedel', s polucheniem nalogovogo nomera (vo vseh vozmozhnyh yurisdikciyah) i polnym paketom dokumentov pod apostilem, vklyuchaya nominal'nyj servis i otkrytie scheta v banke. SHag 3. Nalogooblozhenie. Podacha otchetnosti, my srazu postroim vash biznes tak, kak udobno `eto vam v celyah minimizacii nalogooblozheniya. SHag 4. Licenzirovanie. Otdel'nye vidy podlezhat otdel'nomu licenzirovaniyu, my pomozhem vam v `etom. SHag 5. Inoe. Zaschiti svoyu ideyu: Nasha kompaniya budet s Vami na vseh `etapah sozdaniya biznesa (registracii predpriyatiya). Dlya sostavleniya shemy sozdaniya Vashego konkretnogo biznesa, obraschajtes' k nashim specialistam. Zvonite, prihodite, budem rady vstreche s Vami. My znaem, kak `eto sdelat' `effektivno. SALE OFFSHORE LTD +38 (044) 33-22-034 sekuweg From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 09:29:59 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C804A16A407 for ; Wed, 20 Sep 2006 09:29:59 +0000 (UTC) (envelope-from -00.kuvshinova-bk-ru@f20.mail.ru) Received: from freebsd.org (MS-248-117.dyn-ip.SPb.SkyLink.RU [212.129.117.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA0943D55 for ; Wed, 20 Sep 2006 09:29:57 +0000 (GMT) (envelope-from -00.kuvshinova-bk-ru@f20.mail.ru) From: -00.kuvshinova-bk-ru@f20.mail.ru To: questions@freebsd.org Date: Wed, 20 Sep 2006 13:29:39 +0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016----=_NextPart_000_0016" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <20060920092957.AEA0943D55@mx1.FreeBSD.org> Cc: Subject: Re: here X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 09:29:59 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0016----=_NextPart_000_0016 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Please read the document. ++++ Attachment: No Virus found ++++ Norman AntiVirus - www.norman.com ------=_NextPart_000_0016----=_NextPart_000_0016 Content-Transfer-Encoding: quoted-printable Content-Type: TEXT/PLAIN; charset="utf-8" Kerio WinRoute Firewall email scanner found a virus in the following attachme= nt: =09Name:=09website.txt.pif =09Content type:=09application/octet-stream Additional information from antivirus: McAfee verdict: W32/Netsky.p@MM =09 The attachment has been removed. ------=_NextPart_000_0016----=_NextPart_000_0016-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 09:31: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 7B71816A415 for ; Wed, 20 Sep 2006 09:31:58 +0000 (UTC) (envelope-from customerssupport-9916821.cust@53.com) Received: from freebsd.org (MS-248-117.dyn-ip.SPb.SkyLink.RU [212.129.117.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D2143D76 for ; Wed, 20 Sep 2006 09:31:55 +0000 (GMT) (envelope-from customerssupport-9916821.cust@53.com) From: customerssupport-9916821.cust@53.com To: freebsd-questions@freebsd.org Date: Wed, 20 Sep 2006 13:31:38 +0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0016----=_NextPart_000_0016" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <20060920093155.21D2143D76@mx1.FreeBSD.org> Subject: 0i09u5rug08r89589gjrg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 09:31:58 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0016----=_NextPart_000_0016 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit po44u90ugjidßk9z5894z0 ------=_NextPart_000_0016----=_NextPart_000_0016 Content-Transfer-Encoding: quoted-printable Content-Type: TEXT/PLAIN; charset="utf-8" Kerio WinRoute Firewall email scanner found a virus in the following attachme= nt: =09Name:=09id43342.zip =09Content type:=09application/octet-stream Additional information from antivirus: McAfee verdict: W32/Netsky.p@MM!zip =09 The attachment has been removed. ------=_NextPart_000_0016----=_NextPart_000_0016-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 09:33: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 03C9816A47E for ; Wed, 20 Sep 2006 09:33: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 0DB2E43D49 for ; Wed, 20 Sep 2006 09:33:26 +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 4AF442E02D; Wed, 20 Sep 2006 11:33:24 +0200 (CEST) Message-ID: <45110ADE.5090005@locolomo.org> Date: Wed, 20 Sep 2006 11:33:18 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: "Dan Mahoney, System Admin" References: <20060919165400.A4380@prime.gushi.org> <45106397.9080206@locolomo.org> <20060919181232.L68018@prime.gushi.org> In-Reply-To: <20060919181232.L68018@prime.gushi.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 09:33:28 -0000 Dan Mahoney, System Admin wrote: > On Tue, 19 Sep 2006, Erik Norgaard wrote: > >> Along with some good advice. First of all: ssh is not a public service >> like http or smtp where you need anyone to be able to connect. So >> don't let them in the first place. > > It is in this case. It's a web server that allows shell usage (and > encourages it, as I actually advocate the power that comes with a shell > as opposed to the primitive (and less secure) interface you may get with > crap utilities like cpanel, or FTP (where you're at the mercy of the > featureset of your particular app). I think you misunderstood what I meant by public service, or maybe it wasn't clear: By a public service I mean a service available for anyone, even anonymously: You're not going to register the world to let people send mail to your server, (while you may (recommended) require authentication to send mail from your server). Your ssh service should only be available to your users. >> Use a scheme for choosing usernames that avoids common names like >> "james" and avoid publishing usernames on web-sites, e-mail may differ >> from the username. > > This is somewhat unaviodable -- as I allow users to choose them. Well, this is up to you, read the article and you'll see that the user names tried apart from common system names are common English names. You can decide to introduce a policy for new users. It is often desirable to give users an e-mail like firstname.lastname as it makes it easier for other people to remember. >> Disable password based authentication and require ssh-keys if >> possible, best if you can ensure both pasword and key based >> authentication. > > This also assumes that people password their keys, otherwise it actually > *lessens* the security of a thing greatly. Most folks don't. I do wish > there was some standard for forcing applications to not save passwords > (other than OTP). People can always manage access badly. Yes, you may not be sure of password protection on the keys, but the intruder first needs to get a copy of the key. If this is stored on a usb-stick the user carries with him, or only on systems that require local authentication first, then I think you're better off than password based ssh. I think that people can better understand and manage a physical thing like a usb-stick and use that as their key. If the capacity is small enough, it is unlikely that people will use it for other stuff and accidentially delete the key. >> You may still find sshd login denied entries in your log - so what? it >> was denied! This is really only a problem if the traffics saturates >> your connection, or your log files grow so much that you run out of >> diskspace. > > It was denied, yes...but when it's denied for 200 different users from > the same IP, it only takes one user with a weak password (and as much as > I like keys, I personally prefer the passwords). I also find that since > I have a nice web-enabled SSH app (as part of usermin), the key becomes > sorta useless in that case. As you read the article they had a password logger to see what passwords were attempted, quite interesting very very weak passwords. You can easily weed out bad password by running a cracker and forcing your users to change. I would like to find an alternative to passwd that can enforce a password policy, like min. 8 chars, upper AND lower case chars and numbers. >> The article also comments on moving ssh to a different port, but this >> causes confusion and annoyance if you have many users and is >> non-standard. Doing the other things works great, an ssh-key on a >> usb-keyring is great. > > For anyone savvy, yes. I don't assume that level of savvy. Well, then - can't you also assume that people can use keys and understand that these should be protected by passwords? >> Personally, I created a script for parsing the delegated files from >> the different regional registries such as only to allow connection >> from EU countries. > > Sounds interesting, is it public? http://www.daemonsecurity.com/pub/src/tools/cc-cidr.pl The output is just a list of cidr addresses that can be used in tables with packet filter. Or edit to create the output you want. 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 Wed Sep 20 09:44: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 0669E16A416 for ; Wed, 20 Sep 2006 09:44:28 +0000 (UTC) (envelope-from anonymous@ns20422.ovh.net) Received: from ns20422.ovh.net (ns20422.ovh.net [213.251.134.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 132C343D69 for ; Wed, 20 Sep 2006 09:44:26 +0000 (GMT) (envelope-from anonymous@ns20422.ovh.net) Received: (qmail 2084 invoked by uid 48); 19 Sep 2006 22:50:03 -1000 Date: 19 Sep 2006 22:50:03 -1000 Message-ID: <20060920085003.2083.qmail@ns20422.ovh.net> To: questions@FreeBSD.ORG From: Daniel Gerrad MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Cc: Subject: Job proposal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: daniel_gerrad234@yahoo.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 09:44:28 -0000 Good day, I'm Mr Daniel Gerrad and I own a company Based on Chinese and African textile and fabric material in UK,I'm in search for a trustworthy representative in Australia and Newzeland that can help as a link between me and my clients over there.I would like to know if your are interested to work from home for us DL COMPANY LIMITED . I Urgently need a representative in Australia and New Zealand,work online from home and get paid weekly without leaving or affecting your present job? My Company produces various clothing materials, batiks,assorted fabrics and traditional costumes.We have clients we supply weekly in Australia and my clients make payments for our supplies every week in form of online transfer which will take 45days to be credited here if it is transferred here directly,so I need a honest and sincere individual in Australia to work as my representative and assist me in processing the payments from our clients and I will pay him/her 10% per each payment recieved on my behalf,your likely to recieve 6 payments per week,minimum of 4. HAVE AN IDEA OF WHAT YOUR EXPECTED TO TAKE CARE OFF ----------------------------------------------------- Receive payments from my patronizing customers in Australia and New Zealand on my behalf into your bank account, then deduct 10% from the total funds recieved as your workmanship and forward the balance to me Via Western Union Money Transfer.(the transfer charges should also be deducted from the total amount your sending to me).This paymentwould be via bank transfers. Sheryl Shavers (my former representative has moved to Germany with her family) Our payments will be issued out in your name and sent to your bank accounts. So all I need is to forward your information to my numerous customers in Australia and I will contact you before they issue payment in form online transfers to you. so if you do not have an account with them you ll need to get one. Hope to get a favourable reply, if accepted to be my rep and get back to me with the following informations in this format. Full: Name : full Address : Tel number : Sex : Age : Account name: BSB: Account no: I will need this informtions from you for my record,also if you require more information, do not hesitate to contact me,i will give you a call asap. Thanks. MR. Daniel Gerrad Managing Director DL ARTS LIMITED From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 09:55:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B590C16A415 for ; Wed, 20 Sep 2006 09:55:11 +0000 (UTC) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18AA743D66 for ; Wed, 20 Sep 2006 09:55:10 +0000 (GMT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 2579D9BE63; Wed, 20 Sep 2006 19:25:10 +0930 (CST) Date: Wed, 20 Sep 2006 19:25:10 +0930 From: Greg 'groggy' Lehey To: jackie Predeth Message-ID: <20060920095510.GC88782@wantadilla.lemis.com> References: <000501c6dc8f$fb338710$0301a8c0@ABSPLAYROOM> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tqI+Z3u+9OQ7kwn0" Content-Disposition: inline In-Reply-To: <000501c6dc8f$fb338710$0301a8c0@ABSPLAYROOM> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: freebsd-questions@freebsd.org Subject: Re: Tip Top Equity Spam X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 09:55:11 -0000 --tqI+Z3u+9OQ7kwn0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [Format recovered--see http://www.lemis.com/email/email-format.html] Single line message On Wednesday, 20 September 2006 at 9:37:15 +0100, jackie Predeth wrote: > > I have been recieving over the past month this crap e-mail with a > story attatched.Am a bit concerned how i am getting it and could you > tell me how to stop it. Yes. Disable your mail system. Serious, how do you expect any useful reply based on what you sent? Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers. --tqI+Z3u+9OQ7kwn0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFFEQ/+IubykFB6QiMRArRyAJ0f/EbYks+TApqzQeW3UkvPgwaiTwCdE88F ijksEePB2SoyqF1ksK+ryVw= =bPAN -----END PGP SIGNATURE----- --tqI+Z3u+9OQ7kwn0-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 10:07: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 2DEE416A412 for ; Wed, 20 Sep 2006 10:07:18 +0000 (UTC) (envelope-from vdemart1@tin.it) Received: from vsmtp3.tin.it (vsmtp3alice.tin.it [212.216.176.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id A276143D67 for ; Wed, 20 Sep 2006 10:07:17 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from pswm7.cp.tin.it (192.168.70.27) by vsmtp3.tin.it (7.2.072.1) id 450F0E2D000CC76D for freebsd-questions@freebsd.org; Wed, 20 Sep 2006 12:07:16 +0200 Message-ID: <10dcab18e3b.vdemart1@tin.it> Date: Wed, 20 Sep 2006 11:07:16 +0100 (GMT+01:00) From: Vittorio To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: 194.185.25.72 Subject: IPFW doesn't resolve host names X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vittorio List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 10:07:18 -0000 Dear friends, I have a pentium 4 freebsd 6.1 server connected to my office win-xp lan. The server smoothly runs sshd, postgresql, samba (to connect some /home share and the office win filesystem), vncserver. Recently I added the following IPFW firewall (I'm an absolute beginner with it) which works ** almost correctly **. In fact, I can connect via ssh (putty under winxp), the pg database works, vncserver too, while samba connects to its local windows share but it's unable to connect to the lan filesystem because it is no longer possible to resolve the host names. if I ping a host the answer is invariably ping: cannot resolve matteo: Host name lookup failure even though I defined "allow" rules for port 53. Could you please help me? ############### start of example ipfw rules script ############# ipfw -q -f flush # Delete all rules # Set defaults oif="fxp0" # out interface # Set defaults gw="10.155.102.6" cmd="ipfw -q add " # build rule prefix ks="keep-state" # just too lazy to key this each time $cmd 00500 check-state $cmd 00502 deny all from any to any frag $cmd 00501 deny tcp from any to any established $cmd 00503 allow all from any to any via lo0 $cmd 00505 deny all from any to 127.0.0.0/8 $cmd 00508 deny ip from 127.0.0.0/8 to any $cmd 00600 allow tcp from any to me dst-port 22, 80 via $oif setup $ks $cmd 00601 allow tcp from any to me dst-port 81,137,138,139,445 via $oif setup $ks $cmd 00602 allow tcp from any to me dst-port 5432, 5900-5909 via $oif setup $ks $cmd 00604 allow udp from any to me dst-port 81,137,138,139,445 via $oif setup $ks $cmd 00605 allow udp from any to me dst-port 5432, 5900 via $oif setup $ks $cmd 00606 allow tcp from any to $gw 1491 $cmd 00607 allow tcp from $gw 1491 to any $cmd 00610 allow tcp from me to any 53 out via $oif $cmd 00611 allow tcp from any 50 to me in via $oif $cmd 00612 allow udp from me to any 53 out via $oif $cmd 00613 allow udp from any 50 to me in via $oif $cmd 00700 allow icmp from any to any via $oif ################### End of example ipfw rules script ############ From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 10:07:42 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B895C16A412 for ; Wed, 20 Sep 2006 10:07:42 +0000 (UTC) (envelope-from candyetrombly@landofjazz.com) Received: from landofjazz.com (e180053197.adsl.alicedsl.de [85.180.53.197]) by mx1.FreeBSD.org (Postfix) with SMTP id 0090243D7B for ; Wed, 20 Sep 2006 10:07:41 +0000 (GMT) (envelope-from candyetrombly@landofjazz.com) Message-ID: <01c6dc9c$9c983ef0$c535b455@pc04> X-MSMail-Priority: Normal X-Priority: 3 From: "Clayton Clow" To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Date: Wed, 20 Sep 2006 10:07:41 +0000 (GMT) Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: PHxARsMA X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Clayton Clow List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 10:07:42 -0000 Hi =20 VIAzzGRA VALzzIUM CIAzzLIS AMBzzIEN =20 Directly from the manufacturer http://www.vedunherwinkase.com From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 10:12: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 72D7316A47E for ; Wed, 20 Sep 2006 10:12:40 +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 3B8CF43D6B for ; Wed, 20 Sep 2006 10:12:31 +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 B0CDE3A146; Wed, 20 Sep 2006 20:12:18 +1000 (EST) Date: Wed, 20 Sep 2006 20:12:18 +1000 From: Nick Withers To: Vittorio Message-Id: <20060920201218.65c87ea4.nick@nickwithers.com> In-Reply-To: <10dcab18e3b.vdemart1@tin.it> References: <10dcab18e3b.vdemart1@tin.it> Organization: nickwithers.com X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.10.3; i386-portbld-freebsd6.2) 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 Cc: freebsd-questions@freebsd.org Subject: Re: IPFW doesn't resolve host names X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 10:12:40 -0000 On Wed, 20 Sep 2006 11:07:16 +0100 (GMT+01:00) Vittorio wrote: > Dear friends, > I have a pentium 4 freebsd 6.1 server connected to my > office win-xp lan. The server smoothly runs sshd, postgresql, samba (to > connect some /home share and the office win filesystem), vncserver. > Recently I added the following IPFW firewall (I'm an absolute beginner > with it) which works ** almost correctly **. > In fact, I can connect via > ssh (putty under winxp), the pg database works, vncserver too, while > samba connects to its local windows share but it's unable to connect > to the lan filesystem because it is no longer possible to resolve the > host names. if I ping a host the answer is invariably > > ping: cannot > resolve matteo: Host name lookup failure > > even though I defined "allow" > rules for port 53. You have not, however, allowed replies from your DNS server (s)... > Could you please help me? > ############### start of > example ipfw rules script ############# > ipfw -q -f flush # Delete > all rules > # Set defaults > oif="fxp0" # out interface > # Set > defaults > gw="10.155.102.6" > cmd="ipfw -q add " # build rule prefix > ks="keep-state" # just too lazy to key this each time > $cmd 00500 > check-state > $cmd 00502 deny all from any to any frag > $cmd 00501 deny > tcp from any to any established > $cmd 00503 allow all from any to any > via lo0 > $cmd 00505 deny all from any to 127.0.0.0/8 > $cmd 00508 deny ip > from 127.0.0.0/8 to any > $cmd 00600 allow tcp from any to me dst-port > 22, 80 via $oif setup $ks > $cmd 00601 allow tcp from any to me dst-port > 81,137,138,139,445 via $oif setup $ks > $cmd 00602 allow tcp from any to > me dst-port 5432, 5900-5909 via $oif setup $ks > $cmd 00604 allow udp > from any to me dst-port 81,137,138,139,445 via $oif setup $ks > $cmd > 00605 allow udp from any to me dst-port 5432, 5900 via $oif setup $ks > $cmd 00606 allow tcp from any to $gw 1491 > $cmd 00607 allow tcp from $gw > 1491 to any > $cmd 00610 allow tcp from me to any 53 out via $oif Try replacing this with "$cmd 00610 allow tcp from me to any 53 out via $oif $ks". > $cmd > 00611 allow tcp from any 50 to me in via $oif > $cmd 00612 allow udp from > me to any 53 out via $oif > $cmd 00613 allow udp from any 50 to me in via > $oif > $cmd 00700 allow icmp from any to any via $oif > ################### > End of example ipfw rules script ############ -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446 From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 10:15: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 60F1E16A415 for ; Wed, 20 Sep 2006 10:15:59 +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 8393643D58 for ; Wed, 20 Sep 2006 10:15:58 +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 8B1613AB1C; Wed, 20 Sep 2006 20:15:49 +1000 (EST) Date: Wed, 20 Sep 2006 20:15:49 +1000 From: Nick Withers To: Vittorio Message-Id: <20060920201549.0a67cf6c.nick@nickwithers.com> In-Reply-To: <20060920201218.65c87ea4.nick@nickwithers.com> References: <10dcab18e3b.vdemart1@tin.it> <20060920201218.65c87ea4.nick@nickwithers.com> Organization: nickwithers.com X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.10.3; i386-portbld-freebsd6.2) 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 Cc: freebsd-questions@freebsd.org Subject: Re: IPFW doesn't resolve host names X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 10:15:59 -0000 On Wed, 20 Sep 2006 20:12:18 +1000 Nick Withers wrote: > On Wed, 20 Sep 2006 11:07:16 +0100 (GMT+01:00) > Vittorio wrote: > > > Dear friends, > > I have a pentium 4 freebsd 6.1 server connected to my > > office win-xp lan. The server smoothly runs sshd, postgresql, samba (to > > connect some /home share and the office win filesystem), vncserver. > > Recently I added the following IPFW firewall (I'm an absolute beginner > > with it) which works ** almost correctly **. > > In fact, I can connect via > > ssh (putty under winxp), the pg database works, vncserver too, while > > samba connects to its local windows share but it's unable to connect > > to the lan filesystem because it is no longer possible to resolve the > > host names. if I ping a host the answer is invariably > > > > ping: cannot > > resolve matteo: Host name lookup failure > > > > even though I defined "allow" > > rules for port 53. > > You have not, however, allowed replies from your DNS server > (s)... > > > Could you please help me? > > ############### start of > > example ipfw rules script ############# > > ipfw -q -f flush # Delete > > all rules > > # Set defaults > > oif="fxp0" # out interface > > # Set > > defaults > > gw="10.155.102.6" > > cmd="ipfw -q add " # build rule prefix > > ks="keep-state" # just too lazy to key this each time > > $cmd 00500 > > check-state > > $cmd 00502 deny all from any to any frag > > $cmd 00501 deny > > tcp from any to any established You may want to change the ordering of the rules above in the file so that it reads the way it'll be implemented by IPFW (I'm guessing this is an accident, anyway). > > $cmd 00503 allow all from any to any > > via lo0 > > $cmd 00505 deny all from any to 127.0.0.0/8 > > $cmd 00508 deny ip > > from 127.0.0.0/8 to any > > $cmd 00600 allow tcp from any to me dst-port > > 22, 80 via $oif setup $ks > > $cmd 00601 allow tcp from any to me dst-port > > 81,137,138,139,445 via $oif setup $ks > > $cmd 00602 allow tcp from any to > > me dst-port 5432, 5900-5909 via $oif setup $ks > > $cmd 00604 allow udp > > from any to me dst-port 81,137,138,139,445 via $oif setup $ks > > $cmd > > 00605 allow udp from any to me dst-port 5432, 5900 via $oif setup $ks > > $cmd 00606 allow tcp from any to $gw 1491 > > $cmd 00607 allow tcp from $gw > > 1491 to any > > $cmd 00610 allow tcp from me to any 53 out via $oif > > Try replacing this with "$cmd 00610 allow tcp from me to any 53 > out via $oif $ks". > > > $cmd > > 00611 allow tcp from any 50 to me in via $oif > > $cmd 00612 allow udp from > > me to any 53 out via $oif Sorry... and this with "$cmd 00612 allow udp from me to any 53 out via $oif $ks". > > $cmd 00613 allow udp from any 50 to me in via > > $oif > > $cmd 00700 allow icmp from any to any via $oif > > ################### > > End of example ipfw rules script ############ -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446 From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 10:34: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 7812B16A412 for ; Wed, 20 Sep 2006 10:34:39 +0000 (UTC) (envelope-from saifi@twincling.org) Received: from coolhost77.com (coolhost77.com [203.194.209.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5AD243D49 for ; Wed, 20 Sep 2006 10:34:38 +0000 (GMT) (envelope-from saifi@twincling.org) Received: (qmail 4760 invoked by uid 514); 20 Sep 2006 10:34:37 -0000 Message-ID: <20060920103437.7245.qmail@coolhost77.com> From: "=?iso-8859-1?Q?Saifi?=" To: "freebsd-questions" Date: Wed, 20 Sep 2006 16:04:36 +0530 MIME-Version: 1.0 X-Mailer: WebMail 2.52 X-Originating-IP: 220.227.249.68 X-Originating-Email: saifi@twincling.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Subject: cu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?iso-8859-1?Q?Saifi?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 10:34:39 -0000 Hi: I am using cu to connect to a device on a serial port (/dev/cuaa0) How do I setup the option to "capture output to a file" ? Thanks in advance. thanks Saifi. TWINCLING Society http://www.twincling.org/ From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 10:59: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 E29D416A40F; Wed, 20 Sep 2006 10:59:02 +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 6E00143D45; Wed, 20 Sep 2006 10:59:02 +0000 (GMT) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id 9587F10E796; Wed, 20 Sep 2006 12:58:37 +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 n8v3LQy8+4W5; Wed, 20 Sep 2006 12:58:36 +0200 (CEST) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id E14D310E629; Wed, 20 Sep 2006 12:58:35 +0200 (CEST) Date: Wed, 20 Sep 2006 12:59:05 +0200 From: Daniel Gerzo Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <559465351.20060920125905@rulez.sk> To: "Joao Barros" In-Reply-To: <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> References: <20060919165400.A4380@prime.gushi.org> <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: danger@freebsd.org, "Dan Mahoney, System Admin" , questions@freebsd.org Subject: Re[2]: sshd brute force attempts? 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: Wed, 20 Sep 2006 10:59:03 -0000 Hello Joao, Tuesday, September 19, 2006, 11:12:37 PM, you wrote: > On 9/19/06, Dan Mahoney, System Admin wrote: >> Hey all, >> >> I've looked around and found several linux-centric things designed to >> block brute-force SSH attempts. Anyone out there know of something a bit >> more BSD savvy? >> >> I've found a few things based on openBSD's pf, but that doesn't seem to be >> the default in BSD either. >> >> Any response appreciated. >> > I'm using BruteForceBlocker quite successfully. > I take the opportunity to thank danger for it :-) you're welcome ;-) > http://www.freshports.org/security/bruteforceblocker/ -- Best regards, Daniel mailto:danger@FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 11:02: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 EB12116A5D0 for ; Wed, 20 Sep 2006 11:02:19 +0000 (UTC) (envelope-from expo-cursosenexterior1@etb.net.co) Received: from ironport2.cable.net.co (ironport2.cable.net.co [200.118.2.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D3743D4C for ; Wed, 20 Sep 2006 11:02:18 +0000 (GMT) (envelope-from expo-cursosenexterior1@etb.net.co) Received: from epicac.cable.net.co ([200.118.2.50]) by ironport2.cable.net.co with ESMTP; 20 Sep 2006 06:02:16 -0500 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+w= X-IronPort-AV: i="4.09,190,1157346000"; d="scan'208,217"; a="57138975:sNHT33478492" Received: from smtp.cable.net.co ([200.118.70.52]) by epicac.cable.net.co (Sun Java System Messaging Server 6.1 HotFix 0.09 (built Dec 14 2004)) with ESMTPA id <0J5V00GTL97FOS50@epicac.cable.net.co> for freebsd-questions@freebsd.org; Wed, 20 Sep 2006 05:54:52 +0500 (GMT) Date: Wed, 20 Sep 2006 06:02:14 -0500 From: "EXPO Cursos En El Exterior." To: freebsd-questions@freebsd.org Errors-to: 7devueltoscursossebas@gmail.com Message-id: <4160-22006932011214781@smtp.cable.net.co> MIME-version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: =?iso-8859-15?q?=BFQuieres_estudiar_en_el_exterior=3F?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "EXPO Cursos En El Exterior." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 11:02:20 -0000 =09 =09=09 =09=09 =09=09 =09=09 =09=09 =09=09=BFQuieres estudiar en el exterior? =09=09 =09=09=09 =09=09=09=09 =09=09=09=09 No pierdas esta =09=09=09=09oportunidad=2E=2E=2E Inscr=EDbete =09=09=09= =09ahora =09=09=09=09 En Octubre llega a Bogot=E1 y a Medell=EDn la EXPO =09=09=09=09Cursos En E= l Exterior, donde tendr=E1s la oportunidad de =09=09=09=09conocer las mejo= res opciones para que puedas estudiar en el =09=09=09=09extranjero=2E =20 =09=09=09=09 Encu=E9ntrate con los directores y representantes de =09=09=09=09instituci= ones de todas partes del mundo, para que puedas aclarar =09=09=09=09todas = tus dudas y conocer en detalle c=F3mo puedes irte a estudiar =09=09=09=09a= l exterior=2E=20 =09=09=09=09 Habr=E1 muchos cursos distintos para elegir además de =09=09=09=09c= onferencias sobre las distintas instituciones participantes=20 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09 =09=09=09=09- Cursos de idiomas - Cursos universitarios =09=09=09=09- Secu= ndaria -=20 =09=09=09=09- Postgrados =09=09=09=09- MBA - Pasant=EDas - Trabajo Rentado= - y mucho m=E1s=2E=2E=2E =09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09 =09=09=09=09 Inscr=EDbete GRATUITAMENTE haciendo =09=09=09=09 =09=09=09=09click aqu=ED = =09=09=09=09 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09 BOGOT=C1 =09=09=09=09=09=09 =09=09=09=09=09=09Domingo, 1 de Octubre =09=09=09=09=09=09Lunes, 2 de Octubre =09=09=09=09=09=09 Hotel =09=09=09=09=09=09Radisson Royal =09=09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09Calle 114 =09=09=09=09=09=09#9-65,=20= =09=09=09=09=09=09Teleport Business Park =09=09=09=09=09=09 =09=09=09=09=09=09Domingo 1 de 2:00 a 7:00 PM Lunes 2 de 4:00 a 9:00 PM =09=09=09=09=09=09 =20 MEDELL=CDN =09=09=09=09=09=09 =09=09=09=09=09=09Miércoles, 4 de Octubre Hotel Dann=20 =09=09=09=09=09=09Carlton Medell=EDn =09=09=09=09=09=09Carrera 43A =09=09=09=09=09=09#7-50 =09=09=09=09=09=09El Poblado =09=09=09=09=09=09 De =09=09=09=09=09=094:00 a 9:00 PM =09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09 =09=09=09= =09=09=09 =09=09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09Luego de tu =09=09=09=09inscripci=F3n mira las in= strucciones para participar en el sorteo de: =09=09=09=09 4 semanas de curso de ingl=E9s en Canad=E1 y 4 semanas de curso de portugu=E9s en Brasil =09=09=09=09=09 =09=09=09=09 = =09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09= =09=09=09=09 =09=09=09=09 =09=09=09=09Inscr=EDbete ahora =09=09=09=09=20 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09 Aprovecha =09=09=09=09esta oportunidad de mejorar tu vida y tu carrera,=20= =09=09=09=09no la dejes pasar=85 =09=09=09=09=09=09 =09=09=09=09=09 =09=09= =09=09 =09=09=09=09 =09=09=09=09=20 =09=09=09 =09=09 =09=09 =09=09=09 =09=09=09=09 =09=09=09=09 cursosenelexterior=2Ecom =09=09=09=09 El mejor sitio de intercambio de internet =09=09=09 =09=09 =09=09 =09=20= From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 11:02:21 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3038D16A5A7 for ; Wed, 20 Sep 2006 11:02:21 +0000 (UTC) (envelope-from expo-cursosenexterior1@etb.net.co) Received: from ironport2.cable.net.co (ironport2.cable.net.co [200.118.2.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E22143D55 for ; Wed, 20 Sep 2006 11:02:19 +0000 (GMT) (envelope-from expo-cursosenexterior1@etb.net.co) Received: from epicac.cable.net.co ([200.118.2.50]) by ironport2.cable.net.co with ESMTP; 20 Sep 2006 06:02:18 -0500 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+w= X-IronPort-AV: i="4.09,190,1157346000"; d="scan'208,217"; a="57138980:sNHT32694380" Received: from smtp.cable.net.co ([200.118.70.52]) by epicac.cable.net.co (Sun Java System Messaging Server 6.1 HotFix 0.09 (built Dec 14 2004)) with ESMTPA id <0J5V00BI597HES70@epicac.cable.net.co> for questions@freebsd.org; Wed, 20 Sep 2006 05:54:54 +0500 (GMT) Date: Wed, 20 Sep 2006 06:02:16 -0500 From: "EXPO Cursos En El Exterior." To: questions@freebsd.org Errors-to: 7devueltoscursossebas@gmail.com Message-id: <4162-22006932011216546@smtp.cable.net.co> MIME-version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?iso-8859-15?q?=BFQuieres_estudiar_en_el_exterior=3F?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "EXPO Cursos En El Exterior." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 11:02:21 -0000 =09 =09=09 =09=09 =09=09 =09=09 =09=09 =09=09=BFQuieres estudiar en el exterior? =09=09 =09=09=09 =09=09=09=09 =09=09=09=09 No pierdas esta =09=09=09=09oportunidad=2E=2E=2E Inscr=EDbete =09=09=09= =09ahora =09=09=09=09 En Octubre llega a Bogot=E1 y a Medell=EDn la EXPO =09=09=09=09Cursos En E= l Exterior, donde tendr=E1s la oportunidad de =09=09=09=09conocer las mejo= res opciones para que puedas estudiar en el =09=09=09=09extranjero=2E =20 =09=09=09=09 Encu=E9ntrate con los directores y representantes de =09=09=09=09instituci= ones de todas partes del mundo, para que puedas aclarar =09=09=09=09todas = tus dudas y conocer en detalle c=F3mo puedes irte a estudiar =09=09=09=09a= l exterior=2E=20 =09=09=09=09 Habr=E1 muchos cursos distintos para elegir además de =09=09=09=09c= onferencias sobre las distintas instituciones participantes=20 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09 =09=09=09=09- Cursos de idiomas - Cursos universitarios =09=09=09=09- Secu= ndaria -=20 =09=09=09=09- Postgrados =09=09=09=09- MBA - Pasant=EDas - Trabajo Rentado= - y mucho m=E1s=2E=2E=2E =09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09 =09=09=09=09 Inscr=EDbete GRATUITAMENTE haciendo =09=09=09=09 =09=09=09=09click aqu=ED = =09=09=09=09 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09 BOGOT=C1 =09=09=09=09=09=09 =09=09=09=09=09=09Domingo, 1 de Octubre =09=09=09=09=09=09Lunes, 2 de Octubre =09=09=09=09=09=09 Hotel =09=09=09=09=09=09Radisson Royal =09=09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09Calle 114 =09=09=09=09=09=09#9-65,=20= =09=09=09=09=09=09Teleport Business Park =09=09=09=09=09=09 =09=09=09=09=09=09Domingo 1 de 2:00 a 7:00 PM Lunes 2 de 4:00 a 9:00 PM =09=09=09=09=09=09 =20 MEDELL=CDN =09=09=09=09=09=09 =09=09=09=09=09=09Miércoles, 4 de Octubre Hotel Dann=20 =09=09=09=09=09=09Carlton Medell=EDn =09=09=09=09=09=09Carrera 43A =09=09=09=09=09=09#7-50 =09=09=09=09=09=09El Poblado =09=09=09=09=09=09 De =09=09=09=09=09=094:00 a 9:00 PM =09=09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09 =09=09=09= =09=09=09 =09=09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09Luego de tu =09=09=09=09inscripci=F3n mira las in= strucciones para participar en el sorteo de: =09=09=09=09 4 semanas de curso de ingl=E9s en Canad=E1 y 4 semanas de curso de portugu=E9s en Brasil =09=09=09=09=09 =09=09=09=09 = =09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09 =09=09=09=09 =09=09=09=09= =09=09=09=09 =09=09=09=09 =09=09=09=09Inscr=EDbete ahora =09=09=09=09=20 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09 Aprovecha =09=09=09=09esta oportunidad de mejorar tu vida y tu carrera,=20= =09=09=09=09no la dejes pasar=85 =09=09=09=09=09=09 =09=09=09=09=09 =09=09= =09=09 =09=09=09=09 =09=09=09=09=20 =09=09=09 =09=09 =09=09 =09=09=09 =09=09=09=09 =09=09=09=09 cursosenelexterior=2Ecom =09=09=09=09 El mejor sitio de intercambio de internet =09=09=09 =09=09 =09=09 =09=20= From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 11:13: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 CFFF016A494 for ; Wed, 20 Sep 2006 11:13:07 +0000 (UTC) (envelope-from tgouverneur@be.tiauto.com) Received: from smtp.eu.tiauto.com (smtp.eu.tiauto.com [195.127.176.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5131543D58 for ; Wed, 20 Sep 2006 11:13:05 +0000 (GMT) (envelope-from tgouverneur@be.tiauto.com) Received: by euex01.resource.tiauto.com with Internet Mail Service (5.5.2657.72) id ; Wed, 20 Sep 2006 13:12:47 +0200 Message-ID: From: "Gouverneur, Thomas" To: "'freebsd-questions@freebsd.org'" Date: Wed, 20 Sep 2006 13:12:45 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain Subject: RE: pf.os matching 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: Wed, 20 Sep 2006 11:13:07 -0000 Sorry for double-post, I've found the solution of my problem by adding theses lines to pf.os: 65535:64:1:64:M*,N,W1,N,N,T,S: FreeBSD:6.x-4::FreeBSD 6.x (1) 65535:64:1:64:M*,N,W0,N,N,T,S: FreeBSD:6.x-2::FreeBSD 6.x (2) 65535:64:1:64:M*,N,N,S,N,W1,N,N,T: FreeBSD:5.4::FreeBSD 5.4 Regards, -- Thomas Gouverneur Junior UNIX Administrator TI Automotive -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Gouverneur, Thomas Sent: mercredi 20 septembre 2006 10:16 To: 'freebsd-questions@freebsd.org' Subject: pf.os matching 6.1-RELEASE Hi, While making my pf.conf, I wanted to match all my FreeBSD boxes in one rules and subnet independent. I've done this by using pf's OS fingerprinting and it worked well since 6.X releases... The problem is that pf.os doesn't include sets of fingerprint for the latest FreeBSD Releases, and then all my rules get screwed with the latest updates. :-/ Does someone already have the new fingerprint for FreeBSD boxes? Regards, -- Thomas Gouverneur Junior UNIX Administrator TI Automotive The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" The information contained in this transmission may contain privileged and confidential information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 11:18: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 24B2E16A403 for ; Wed, 20 Sep 2006 11:18:28 +0000 (UTC) (envelope-from ruzvmfbmzo@monster.com) Received: from monster.com (167.Red-81-32-110.dynamicIP.rima-tde.net [81.32.110.167]) by mx1.FreeBSD.org (Postfix) with SMTP id B26A143D58 for ; Wed, 20 Sep 2006 11:18:23 +0000 (GMT) (envelope-from ruzvmfbmzo@monster.com) From: Wilfred Alberto (Lottery Director) To: freebsd-questions X-Priority: 3 X-MSMail-Priority: Normal mime-version: 1.0 content-type: multipart/mixed; boundary="qzsoft_directmail_seperator" Message-Id: <20060920111823.B26A143D58@mx1.FreeBSD.org> Date: Wed, 20 Sep 2006 11:18:23 +0000 (GMT) Subject: E- MAIL TICKET NUMBER 212005600545188 YOU ARE A WINNER!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Wilfred Alberto \(Lottery Director\)" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 11:18:28 -0000 --qzsoft_directmail_seperator Content-Type: text/plain; charset="DEFAULT" Content-Transfer-Encoding: base64 SU5URVJOQVRJT05BTCBQUk9NT1RJT04vUFJJWkUgQVdBUkQgREVQVC4KQ0FMTEUgR1JBTlZJQSAz Mk4gMUMgTUFEUklEIFNQQUlOClJFRjogUlNTTC82MS1JTEdJMDUwOS80NQpCQVRDSDpSU1NMLzE1 LzA5Ni9XUkNTCkRBVEU6MjAvMDkvMjAwNgpEZWFyIFdpbm5lciwKCiAgICAgICAgIEFXQVJEIE5P VElGSUNBVElPTiBGSU5BTCBOT1RJQ0UKClRoaXMgaXMgdG8gaW5mb3JtIHlvdSBvZiB0aGUgcmVs ZWFzZSBvZiB0aGUgUm95YWwgU3BhaW5pc2ggU3dlZXBzdGFrZQpMb3R0ZXJ5IEVtYWlsIFByb21v dGlvbmFsIFByb2dyYW0gaGVsZCBvbiB0aGUgN3N0IFNlcHRlbWJlciAyMDA2LCB0aGlzCnJlc3Vs dCB3YXMgaW5pdGlhbGx5IGRlbGF5ZWQgZHVlIHRvIG1peCB1cCBvZiBlbWFpbCBhZGRyZXNzZXMs IHRoZQpyZXN1bHRzIHdlcmUgZmluYWxseSByZWxlYXNlZCBvbiB0aGUgMTh0aCBTZXB0ZW1iZXIg MjAwNiwgYW5kIHlvdXIgCmUtbWFpbCBhdHRhY2hlZCB0bwpUaWNrZXQgbnVtYmVyOiAyMTIwMDU2 MDA1NDUgMTg4IHdpdGggU2VyaWFsIG51bWJlcjogNDg4OC8wMiwgd2hpY2gKZHJldyB0aGUgTHVj a3kgbnVtYmVyczogNDEtNi03Ni0xMy00NS04LCB3aGljaCBjb25zZXF1ZW50bHkgd29uIHRoZQps b3R0ZXJ5IGluIHRoZSBTZWNvbmQgY2F0ZWdvcnkgb2YgdGhlIHllYXIgMjAwNi4gWW91IGFyZSB0 aGVyZWZvcmUgCmFwcHJvdmVkLgpmb3IgYSBsdW1wIHN1bSBwYXlvdXQgb2YgMSwwMDAsMDAwLjAw IChPTkUgTUlMTElPTiBFVVJPUyBPTkxZKSBpbiBjYXNoCmFjY3JlZGl0ZWQgdG8gZmlsZSByZWZl cmVuY2UgbnVtYmVyOiBLUEMvOTA4MDMzMzMwOC8wMyB0aGlzIGlzIGZyb20gYQp0b3RhbCBjYXNo IHByaXplIG9mIDE5LDAwMCwwMDAuMDAgKE5JTlRFRU4gTUlMTElPTiBFVVJPUyBPTkxZKSBTaGFy ZWQKYW1vbmcgdGhlIG5pbmV0ZWVuIGludGVybmF0aW9uYWwgd2lubmVycyBpbiB0aGlzIGNhdGVn b3J5LgoKWW91ciBmdW5kIGlzIG5vdyBkZXBvc2l0ZWQgaW4gYSBzZWN1cml0eSBjb21wYW55IHdp dGggeW91ciBwcml6ZSBtb25leQppbnN1cmVkIGluIHlvdXIgZS1tYWlsLkR1ZSB0byBtaXggdXAg b2Ygc29tZSBlbWFpbCBhZGRyZXNzZXMsIHdlIGFzawp0aGF0IHlvdSBrZWVwIHRoaXMgYXdhcmQg ZnJvbSBwdWJsaWMgbm90aWNlIHVudGlsIHlvdXIgY2xhaW0gaGFzIGJlZW4KcHJvY2Vzc2VkIGFu ZCBtb25leSByZW1pdHRlZCB0byB5b3VyIGFjY291bnQgYXMgdGhpcyBpcyBwYXJ0IG9mIG91cgpz ZWN1cml0eSBwcm90b2NvbCB0byBhdm9pZCBkb3VibGUgY2xhaW1pbmcgb3IgdW53YXJyYW50ZWQg YWJ1c2Ugb2YgdGhpcwpwcm9ncmFtIGJ5IHBhcnRpY2lwYW50cyBhcyBpdCBoYXMgaGFwcGVuZWQg aW4gdGhlIHBhc3QuIEFsbCBwYXJ0aWNpcGFudHMKCndlcmUgc2VsZWN0ZWQgcmFuZG9tbHkgZnJv bSBXb3JsZCBXaWRlIFdlYiBzaXRlIHRocm91Z2ggY29tcHV0ZXIgZHJhdwpzeXN0ZW0gYW5kIGV4 dHJhY3RlZCBmcm9tIG92ZXIgMTAwLDAwMCBjb21wYW5pZXMsdGhpcyBwcm9tb3Rpb24gdGFrZXMg cGxhY2UgCmFubnVhbGx5LiBXZSBob3BlIHlvdXIgbHVja3kgZW1haWwgYWRkcmVzcyB3aWxsIGRy YXcgYSBiaWdnZXIgY2FzaApwcml6ZSBpbiB0aGUgbmV4dCBoaWdoIHN0YWtlIHByb21vdGlvbiBh Z2VuZGEgb2YgMzAsMDAwLDAwMC4wMCAoVEhJUlRZCk1JTExJT04gRVVST1MpCgpUbyBiZWdpbiB5 b3VyIGxvdHRlcnkgY2xhaW0sIHBsZWFzZSBjb250YWN0IHlvdXIgY2xhaW0gYWdlbnQsCkFHUk8g Q09OU1VMVEFOQ1kgQU5EIFNFQ1VSSVRJRVMgUy5MLiBNQURSSUQgU1BBSU4KRFIuUklDSEFSRCBB TlRPTklPICggUmVtaXR0YW5jZS9mb3JlaWduIG9wZXJhdGlvbnMgbWFuYWdlcikKVGVsOiszNC02 MTktNjkzLTkzMApFbWFpbDphZ3JveWFjb21AeWFob28uZXMKCkZvciBkdWUgcHJvY2Vzc2luZyBh bmQgcmVtaXR0YW5jZSBvZiB5b3VyIHdpbm5pbmcgcHJpemUgbW9uZXkgdG8KZGVzaWduYXRlZCBh Y2NvdW50IG9mIHlvdXIgY2hvaWNlLiBSZW1lbWJlciwgYWxsIHByaXplIG1vbmV5IG11c3QgYmUK Y2xhaW1lZC4KKG5vdCBsYXRlciB0aGFuIDE1c3QgT2N0b2JlciAyMDA2LiBBZnRlciB0aGlzIGRh dGUsIHRoaXMgZnVuZCB3aWxsIGJlCnJldHVybmVkIHRvIHRoZSBNSU5JU1RFUklPIERFIEVDT05P TUlBIFkgSEFDSUVOREEgYXMgdW5jbGFpbWVkIGZ1bmQuCk5PVEU6IEluIG9yZGVyIHRvIGF2b2lk IHVubmVjZXNzYXJ5IGRlbGF5IGFuZCBjb21wbGljYXRpb24sIHBsZWFzZQpyZW1lbWJlciB0byBx dW90ZSB5b3VyIHJlZmVyZW5jZSBhbmQgYmF0Y2ggbnVtYmVycyBpbiBldmVyeSBjb3JyZXNwb25k ZW5jZQp3aXRoIHlvdXIgYWdlbnQgb3IgdXMuIEZ1cnRoZXJtb3JlLCBzaG91bGQgdGhlcmUgYmUg YW55IGNoYW5nZSBvZiB5b3VyCmNvbnRhY3QgZW1haWwgYWRkcmVzcywgZG8gaW5mb3JtIHlvdXIg Y2xhaW0gYWdlbnQgYXMgc29vbiBhcyBwb3NzaWJsZS4KQ29uZ3JhdHVsYXRpb24gb25jZSBhZ2Fp biBmcm9tIGFsbCBtZW1iZXJzIG9mIG91ciBzdGFmZiBhbmQgdGhhbmsgeW91CmZvciBiZWluZyBw YXJ0IG9mIG91ciBJbnRlcm5hdGlvbmFsIHByb21vdGlvbiBwcm9ncmFtLiBXZSB3aXNoIHlvdQoK Y29udGludWVkIGdvb2QgZm9ydHVuZXMuCllvdXJzIFNpbmNlcmVseSwKV2lsZnJlZCBBbGJlcnRv IChMb3R0ZXJ5IERpcmVjdG9yKQoK --qzsoft_directmail_seperator-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 11:20: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 6BFD516A47E for ; Wed, 20 Sep 2006 11:20:03 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC54B43D64 for ; Wed, 20 Sep 2006 11:19:55 +0000 (GMT) (envelope-from eoghanj@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so531209nfc for ; Wed, 20 Sep 2006 04:19:54 -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=URxAoAFspiu6UmEarDDlc4WVfj9orGNu0h9IfMkxS2xxNc/5Vgm+UG8foXIgPTGF70Jh1iVPx93cvgDGGgy/TQoDMYtD1j257mlqsPR/k0Yegq9y5bhCSYj7BFOXnIgd66bg/0UVCFtZ1pQMw3OReWGAr3fosvfoytbcnfD/+LM= Received: by 10.49.91.6 with SMTP id t6mr19717638nfl; Wed, 20 Sep 2006 04:19:54 -0700 (PDT) Received: from ?137.43.110.212? ( [137.43.110.212]) by mx.gmail.com with ESMTP id q28sm3061202nfc.2006.09.20.04.19.53; Wed, 20 Sep 2006 04:19:53 -0700 (PDT) Message-ID: <451123D8.7090007@gmail.com> Date: Wed, 20 Sep 2006 12:19:52 +0100 From: eoghan User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: amd ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 11:20:03 -0000 Hi Just a general question about the ports for freebsd. I am now running 6.1 on amd64. Got most of what I need, but noticed that some ports are only i386 - like the flock browser and skype. Obviously I can live without these but was just wondering if there is a place I could check to see whether these would be available for amd in the future? Also, in relation to the flash questions recently on the list: I installed the linux-flock port (on amd) and it works great. I installed flash through the broswer itself (when you go to a site that requires flash and prompts you to download the additional software). So sites like youtube work perfect with that, in case anyone wanted to use this instead of firefox (which its based on I believe). Thanks Eoghan From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 11:23: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 9730F16A403 for ; Wed, 20 Sep 2006 11:23:04 +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 1500243D6D for ; Wed, 20 Sep 2006 11:23:02 +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 k8KBMxEY010087; Wed, 20 Sep 2006 14:22:59 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Wed, 20 Sep 2006 14:20:19 +0300 User-Agent: KMail/1.9.1 References: <20060920012401.3cfbb715@localhost> In-Reply-To: <20060920012401.3cfbb715@localhost> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200609201420.19407.nvass@teledomenet.gr> Cc: Norberto Meijome Subject: Re: Packet loss simulation with ALTQ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 11:23:04 -0000 On Tuesday 19 September 2006 18:24, Norberto Meijome wrote: > hi there :) > I was planning to migrate a 4.11 firewall using a combo of ipf/ipnat and > ipfw pipe/dummynets to pf + ALTQ. pf/ipf/ipfw & dummynet/ALTQ are available since 5.3-R if I recall correctly. > One thing I haven't figured out how to do with pf is the plr option to the > dummynet configuration - we use it to simulate modem connections or just > simply bad links. pf.conf manual(6.1-STABLE) probability A probability attribute can be attached to a rule, with a value set between 0 and 1, bounds not included. In that case, the rule will be honoured using the given probability value only. For example, the following rule will drop 20% of incoming ICMP packets: block in proto icmp probability 20% > Also, is it definitely possibly to simulate the 'delay' option of dummynet > with pf+ALTQ ? No, ALTQ cannot delay packets, you have to use dummynet for this. HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 11:47: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 2FFE316A47C for ; Wed, 20 Sep 2006 11:47:27 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5221443D60 for ; Wed, 20 Sep 2006 11:47:21 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.141] (helo=anti-virus02-08) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1GQ0Xw-0004m6-GA; Wed, 20 Sep 2006 12:47:20 +0100 Received: from [82.41.35.166] (helo=[192.168.0.2]) by asmtp-out2.blueyonder.co.uk with esmtp (Exim 4.52) id 1GQ0Ve-0005jH-Oe; Wed, 20 Sep 2006 12:44:58 +0100 Message-ID: <451129BA.6000402@dial.pipex.com> Date: Wed, 20 Sep 2006 12:44:58 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: eoghan References: <451123D8.7090007@gmail.com> In-Reply-To: <451123D8.7090007@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd Subject: Re: amd ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 11:47:27 -0000 eoghan wrote: > Hi > Just a general question about the ports for freebsd. I am now running > 6.1 on amd64. Got most of what I need, but noticed that some ports are > only i386 - like the flock browser and skype. Obviously I can live > without these but was just wondering if there is a place I could check > to see whether these would be available for amd in the future? http://pointyhat.freebsd.org/errorlogs/ might have what you want. It's all the errors from building packages from ports. But it the port is specifically deprecated on amd64 it might not actually even try to build the package - not sure. For specific ports, I would suggest contacting the maintainer and asking them about amd64. You could also consider just running i386 version. The consensus seems to be that for desktop use the performance difference won't be much. Never found time to try amd64 and i386 works fine for me :-) --Alex From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 12:10:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D16516A403 for ; Wed, 20 Sep 2006 12:10:41 +0000 (UTC) (envelope-from alistair.prestidge@globalmedia-webmarketing.com) Received: from valium.tcm.gmapps.net.uk (valium.tcm.gmapps.net.uk [194.207.235.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D36643D45 for ; Wed, 20 Sep 2006 12:10:38 +0000 (GMT) (envelope-from alistair.prestidge@globalmedia-webmarketing.com) Received: from [10.10.0.32] (localhost [127.0.0.1]) (authenticated bits=0) by valium.tcm.gmapps.net.uk (8.13.6/8.13.3) with ESMTP id k8KCAcAe087908 for ; Wed, 20 Sep 2006 13:10:38 +0100 (BST) (envelope-from alistair.prestidge@globalmedia-webmarketing.com) Message-ID: <45112FA5.7010607@globalmedia-webmarketing.com> Date: Wed, 20 Sep 2006 13:10:13 +0100 From: Alistair Prestidge User-Agent: Thunderbird 1.5.0.4 (X11/20060614) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060920111823.B26A143D58@mx1.FreeBSD.org> In-Reply-To: <20060920111823.B26A143D58@mx1.FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on valium.tcm.gmapps.net.uk X-Virus-Status: Clean Subject: Re: E- MAIL TICKET NUMBER 212005600545188 YOU ARE A WINNER!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 12:10:41 -0000 Wilfred Alberto (Lottery Director) wrote: > INTERNATIONAL PROMOTION/PRIZE AWARD DEPT. > CALLE GRANVIA 32N 1C MADRID SPAIN > REF: RSSL/61-ILGI0509/45 > BATCH:RSSL/15/096/WRCS > DATE:20/09/2006 > Dear Winner, > > AWARD NOTIFICATION FINAL NOTICE > > This is to inform you of the release of the Royal Spainish Sweepstake > Lottery Email Promotional Program held on the 7st September 2006, this > result was initially delayed due to mix up of email addresses, the > results were finally released on the 18th September 2006, and your > e-mail attached to > Ticket number: 212005600545 188 with Serial number: 4888/02, which > drew the Lucky numbers: 41-6-76-13-45-8, which consequently won the > lottery in the Second category of the year 2006. You are therefore > approved. > for a lump sum payout of 1,000,000.00 (ONE MILLION EUROS ONLY) in cash > accredited to file reference number: KPC/9080333308/03 this is from a > total cash prize of 19,000,000.00 (NINTEEN MILLION EUROS ONLY) Shared > among the nineteen international winners in this category. > > Your fund is now deposited in a security company with your prize money > insured in your e-mail.Due to mix up of some email addresses, we ask > that you keep this award from public notice until your claim has been > processed and money remitted to your account as this is part of our > security protocol to avoid double claiming or unwarranted abuse of this > program by participants as it has happened in the past. All participants > > were selected randomly from World Wide Web site through computer draw > system and extracted from over 100,000 companies,this promotion takes place > annually. We hope your lucky email address will draw a bigger cash > prize in the next high stake promotion agenda of 30,000,000.00 (THIRTY > MILLION EUROS) > > To begin your lottery claim, please contact your claim agent, > AGRO CONSULTANCY AND SECURITIES S.L. MADRID SPAIN > DR.RICHARD ANTONIO ( Remittance/foreign operations manager) > Tel:+34-619-693-930 > Email:agroyacom@yahoo.es > > For due processing and remittance of your winning prize money to > designated account of your choice. Remember, all prize money must be > claimed. > (not later than 15st October 2006. After this date, this fund will be > returned to the MINISTERIO DE ECONOMIA Y HACIENDA as unclaimed fund. > NOTE: In order to avoid unnecessary delay and complication, please > remember to quote your reference and batch numbers in every correspondence > with your agent or us. Furthermore, should there be any change of your > contact email address, do inform your claim agent as soon as possible. > Congratulation once again from all members of our staff and thank you > for being part of our International promotion program. We wish you > > continued good fortunes. > Yours Sincerely, > Wilfred Alberto (Lottery Director) > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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" just incase anyones tempted http://www.hoax-slayer.com/royal-spanish-sweepstake-lottery.html -- *Alistair Prestidge* TECHNICAL CONSULTANT Global Media (UK) 3rd Floor Maclaren House Talbot Road Manchester M32 0FP T +44 (0) 161 8888 249 F +44 (0) 161 877 1050 alistair.prestidge@globalmedia-webmarketing.com www.globalmedia-webmarketing.com globalmedia webmarketing globalmedia webmarketing From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 12:14:27 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA73116A4CE for ; Wed, 20 Sep 2006 12:14:27 +0000 (UTC) (envelope-from pscteeiton@ibm.com) Received: from ibm.com (167.Red-81-32-110.dynamicIP.rima-tde.net [81.32.110.167]) by mx1.FreeBSD.org (Postfix) with SMTP id 58A5843D70 for ; Wed, 20 Sep 2006 12:14:08 +0000 (GMT) (envelope-from pscteeiton@ibm.com) From: Wilfred Alberto (Lottery Director) To: questions X-Priority: 3 X-MSMail-Priority: Normal mime-version: 1.0 content-type: multipart/mixed; boundary="qzsoft_directmail_seperator" Message-Id: <20060920121408.58A5843D70@mx1.FreeBSD.org> Date: Wed, 20 Sep 2006 12:14:08 +0000 (GMT) Cc: Subject: E- MAIL TICKET NUMBER 212005600545188 YOU ARE A WINNER!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Wilfred Alberto \(Lottery Director\)" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 12:14:27 -0000 --qzsoft_directmail_seperator Content-Type: text/plain; charset="DEFAULT" Content-Transfer-Encoding: base64 SU5URVJOQVRJT05BTCBQUk9NT1RJT04vUFJJWkUgQVdBUkQgREVQVC4KQ0FMTEUgR1JBTlZJQSAz Mk4gMUMgTUFEUklEIFNQQUlOClJFRjogUlNTTC82MS1JTEdJMDUwOS80NQpCQVRDSDpSU1NMLzE1 LzA5Ni9XUkNTCkRBVEU6MjAvMDkvMjAwNgpEZWFyIFdpbm5lciwKCiAgICAgICAgIEFXQVJEIE5P VElGSUNBVElPTiBGSU5BTCBOT1RJQ0UKClRoaXMgaXMgdG8gaW5mb3JtIHlvdSBvZiB0aGUgcmVs ZWFzZSBvZiB0aGUgUm95YWwgU3BhaW5pc2ggU3dlZXBzdGFrZQpMb3R0ZXJ5IEVtYWlsIFByb21v dGlvbmFsIFByb2dyYW0gaGVsZCBvbiB0aGUgN3N0IFNlcHRlbWJlciAyMDA2LCB0aGlzCnJlc3Vs dCB3YXMgaW5pdGlhbGx5IGRlbGF5ZWQgZHVlIHRvIG1peCB1cCBvZiBlbWFpbCBhZGRyZXNzZXMs IHRoZQpyZXN1bHRzIHdlcmUgZmluYWxseSByZWxlYXNlZCBvbiB0aGUgMTh0aCBTZXB0ZW1iZXIg MjAwNiwgYW5kIHlvdXIgCmUtbWFpbCBhdHRhY2hlZCB0bwpUaWNrZXQgbnVtYmVyOiAyMTIwMDU2 MDA1NDUgMTg4IHdpdGggU2VyaWFsIG51bWJlcjogNDg4OC8wMiwgd2hpY2gKZHJldyB0aGUgTHVj a3kgbnVtYmVyczogNDEtNi03Ni0xMy00NS04LCB3aGljaCBjb25zZXF1ZW50bHkgd29uIHRoZQps b3R0ZXJ5IGluIHRoZSBTZWNvbmQgY2F0ZWdvcnkgb2YgdGhlIHllYXIgMjAwNi4gWW91IGFyZSB0 aGVyZWZvcmUgCmFwcHJvdmVkLgpmb3IgYSBsdW1wIHN1bSBwYXlvdXQgb2YgMSwwMDAsMDAwLjAw IChPTkUgTUlMTElPTiBFVVJPUyBPTkxZKSBpbiBjYXNoCmFjY3JlZGl0ZWQgdG8gZmlsZSByZWZl cmVuY2UgbnVtYmVyOiBLUEMvOTA4MDMzMzMwOC8wMyB0aGlzIGlzIGZyb20gYQp0b3RhbCBjYXNo IHByaXplIG9mIDE5LDAwMCwwMDAuMDAgKE5JTlRFRU4gTUlMTElPTiBFVVJPUyBPTkxZKSBTaGFy ZWQKYW1vbmcgdGhlIG5pbmV0ZWVuIGludGVybmF0aW9uYWwgd2lubmVycyBpbiB0aGlzIGNhdGVn b3J5LgoKWW91ciBmdW5kIGlzIG5vdyBkZXBvc2l0ZWQgaW4gYSBzZWN1cml0eSBjb21wYW55IHdp dGggeW91ciBwcml6ZSBtb25leQppbnN1cmVkIGluIHlvdXIgZS1tYWlsLkR1ZSB0byBtaXggdXAg b2Ygc29tZSBlbWFpbCBhZGRyZXNzZXMsIHdlIGFzawp0aGF0IHlvdSBrZWVwIHRoaXMgYXdhcmQg ZnJvbSBwdWJsaWMgbm90aWNlIHVudGlsIHlvdXIgY2xhaW0gaGFzIGJlZW4KcHJvY2Vzc2VkIGFu ZCBtb25leSByZW1pdHRlZCB0byB5b3VyIGFjY291bnQgYXMgdGhpcyBpcyBwYXJ0IG9mIG91cgpz ZWN1cml0eSBwcm90b2NvbCB0byBhdm9pZCBkb3VibGUgY2xhaW1pbmcgb3IgdW53YXJyYW50ZWQg YWJ1c2Ugb2YgdGhpcwpwcm9ncmFtIGJ5IHBhcnRpY2lwYW50cyBhcyBpdCBoYXMgaGFwcGVuZWQg aW4gdGhlIHBhc3QuIEFsbCBwYXJ0aWNpcGFudHMKCndlcmUgc2VsZWN0ZWQgcmFuZG9tbHkgZnJv bSBXb3JsZCBXaWRlIFdlYiBzaXRlIHRocm91Z2ggY29tcHV0ZXIgZHJhdwpzeXN0ZW0gYW5kIGV4 dHJhY3RlZCBmcm9tIG92ZXIgMTAwLDAwMCBjb21wYW5pZXMsdGhpcyBwcm9tb3Rpb24gdGFrZXMg cGxhY2UgCmFubnVhbGx5LiBXZSBob3BlIHlvdXIgbHVja3kgZW1haWwgYWRkcmVzcyB3aWxsIGRy YXcgYSBiaWdnZXIgY2FzaApwcml6ZSBpbiB0aGUgbmV4dCBoaWdoIHN0YWtlIHByb21vdGlvbiBh Z2VuZGEgb2YgMzAsMDAwLDAwMC4wMCAoVEhJUlRZCk1JTExJT04gRVVST1MpCgpUbyBiZWdpbiB5 b3VyIGxvdHRlcnkgY2xhaW0sIHBsZWFzZSBjb250YWN0IHlvdXIgY2xhaW0gYWdlbnQsCkFHUk8g Q09OU1VMVEFOQ1kgQU5EIFNFQ1VSSVRJRVMgUy5MLiBNQURSSUQgU1BBSU4KRFIuUklDSEFSRCBB TlRPTklPICggUmVtaXR0YW5jZS9mb3JlaWduIG9wZXJhdGlvbnMgbWFuYWdlcikKVGVsOiszNC02 MTktNjkzLTkzMApFbWFpbDphZ3JveWFjb21AeWFob28uZXMKCkZvciBkdWUgcHJvY2Vzc2luZyBh bmQgcmVtaXR0YW5jZSBvZiB5b3VyIHdpbm5pbmcgcHJpemUgbW9uZXkgdG8KZGVzaWduYXRlZCBh Y2NvdW50IG9mIHlvdXIgY2hvaWNlLiBSZW1lbWJlciwgYWxsIHByaXplIG1vbmV5IG11c3QgYmUK Y2xhaW1lZC4KKG5vdCBsYXRlciB0aGFuIDE1c3QgT2N0b2JlciAyMDA2LiBBZnRlciB0aGlzIGRh dGUsIHRoaXMgZnVuZCB3aWxsIGJlCnJldHVybmVkIHRvIHRoZSBNSU5JU1RFUklPIERFIEVDT05P TUlBIFkgSEFDSUVOREEgYXMgdW5jbGFpbWVkIGZ1bmQuCk5PVEU6IEluIG9yZGVyIHRvIGF2b2lk IHVubmVjZXNzYXJ5IGRlbGF5IGFuZCBjb21wbGljYXRpb24sIHBsZWFzZQpyZW1lbWJlciB0byBx dW90ZSB5b3VyIHJlZmVyZW5jZSBhbmQgYmF0Y2ggbnVtYmVycyBpbiBldmVyeSBjb3JyZXNwb25k ZW5jZQp3aXRoIHlvdXIgYWdlbnQgb3IgdXMuIEZ1cnRoZXJtb3JlLCBzaG91bGQgdGhlcmUgYmUg YW55IGNoYW5nZSBvZiB5b3VyCmNvbnRhY3QgZW1haWwgYWRkcmVzcywgZG8gaW5mb3JtIHlvdXIg Y2xhaW0gYWdlbnQgYXMgc29vbiBhcyBwb3NzaWJsZS4KQ29uZ3JhdHVsYXRpb24gb25jZSBhZ2Fp biBmcm9tIGFsbCBtZW1iZXJzIG9mIG91ciBzdGFmZiBhbmQgdGhhbmsgeW91CmZvciBiZWluZyBw YXJ0IG9mIG91ciBJbnRlcm5hdGlvbmFsIHByb21vdGlvbiBwcm9ncmFtLiBXZSB3aXNoIHlvdQoK Y29udGludWVkIGdvb2QgZm9ydHVuZXMuCllvdXJzIFNpbmNlcmVseSwKV2lsZnJlZCBBbGJlcnRv IChMb3R0ZXJ5IERpcmVjdG9yKQoK --qzsoft_directmail_seperator-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 12:17:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0325B16A403 for ; Wed, 20 Sep 2006 12:17:09 +0000 (UTC) (envelope-from matthew.king@monnsta.net) Received: from never.monnsta.net (84-45-223-57.no-dns-yet.enta.net [84.45.223.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E9243D70 for ; Wed, 20 Sep 2006 12:17:06 +0000 (GMT) (envelope-from matthew.king@monnsta.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by never.monnsta.net (Postfix) with ESMTP id C9B281447D6F for ; Wed, 20 Sep 2006 13:17:05 +0100 (BST) Received: from never.monnsta.net ([127.0.0.1]) by localhost (never.monnsta.net [127.0.0.1]) (amavisd-new, port 26) with LMTP id 17617-02 for ; Wed, 20 Sep 2006 13:17:05 +0100 (BST) Received: by never.monnsta.net (Postfix, from userid 65534) id AFC241447D71; Wed, 20 Sep 2006 13:17:05 +0100 (BST) Received: from knight.monnsta.net (knight.monnsta.net [10.7.8.3]) by never.monnsta.net (Postfix) with ESMTP id 6BF9B1447D6F for ; Wed, 20 Sep 2006 13:17:05 +0100 (BST) To: freebsd-questions@freebsd.org From: Matthew King Date: Wed, 20 Sep 2006 13:17:05 +0100 User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-Id: <20060920121705.6BF9B1447D6F@never.monnsta.net> X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on never.monnsta.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=7.0 tests=ALL_TRUSTED autolearn=ham version=3.0.3 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at monnsta.net Subject: Using Xorg with NFS /home X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 12:17:09 -0000 I am working on using FreeBSD while I rebuild my system after recently buying an amd64 CPU. I hope that I can eventually swap out my (i386) Debian installation with FreeBSD. My /home is mounted from a Debian NFS server. (This is the network at home so security is not paramount). User and Group IDs are managed with libpam_ldap and libnss_ldap by an LDAP server (incidentally the same Debian machine).[1] This is all fine and dandy (except that /bin/bash didn't exist but a symlink sorted that out) until I start X. As root, it is fine. startx runs and gives me an (arguably beautiful) twm desktop. However running it as a user is not so much fun. Only the first line is printed and then the entire /home filesystem hangs. I don't remember now precisely what the message is but I believe it comes before the X binary is called. It is not an error message. Until this is resolved I am stuck in my old Debian desktop but I could reboot and find out easily enough what the line is. I don't believe the kernel says anything relevant. I am running 6.1-RELEASE with few extra packages installed (mainly like bash, nfs, X). Matthew [1] Out of curiosity, my existing Debian machines have a getent utility to examine the various databases controlled by nsswitch.conf. (Where) Is there an equivalent in FreeBSD? -- I must take issue with the term "a mere child," for it has been my invariable experience that the company of a mere child is infinitely preferable to that of a mere adult. -- Fran Lebowitz From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 12:28:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FA5416A494 for ; Wed, 20 Sep 2006 12:28:58 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20FE243D7E for ; Wed, 20 Sep 2006 12:28:56 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so555077nfc for ; Wed, 20 Sep 2006 05:28:55 -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=d1tcm+nXCIwV/07bjV2rq2J77Di1KxB4pQPsWs5MAURL0qfAywj0iBr16wfGTYULNRaBQ1RVmpyjvxeXFf/SJEqjqbu0GEcqigz6Tf+Gh1f5GDCfWq9NZZOgBQM8zichugGNCpd0dsjYFBEb5T3rgnn93FpCvgHK3lj89Qbokqc= Received: by 10.67.100.17 with SMTP id c17mr8209635ugm; Wed, 20 Sep 2006 05:28:55 -0700 (PDT) Received: by 10.66.224.6 with HTTP; Wed, 20 Sep 2006 05:28:55 -0700 (PDT) Message-ID: Date: Wed, 20 Sep 2006 14:28:55 +0200 From: "Pietro Cerutti" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: mailman@freebsd.org Subject: [OT] spam on freebsd-question@ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 12:28:58 -0000 Hi List, recently (last few days) a lot of spam has begun to arrive on this list.... could anyone concerned (mailman@freebsd.org, ...) check/upgrade the filters? Thanx -- Pietro Cerutti ICQ: 117293691 PGP: 0x9571F78E - ASCII Ribbon Campaign - against HTML e-mail and proprietary attachments www.asciiribbon.org From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 12:37: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 1689816A403 for ; Wed, 20 Sep 2006 12:37:46 +0000 (UTC) (envelope-from robertdavison@mobileemail.vodafone.net) Received: from smtp02.bis.eu.blackberry.com (smtp02.bis.eu.blackberry.com [216.9.253.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DF943D7D for ; Wed, 20 Sep 2006 12:37:45 +0000 (GMT) (envelope-from robertdavison@mobileemail.vodafone.net) Message-ID: <1371583389-1158755863-cardhu_blackberry.rim.net-21401-@engine55.bwc.produk.on.blackberry> Sensitivity: Normal Importance: Normal To: Freebsd-questions@freebsd.org From: "Robert Davison" Date: Wed, 20 Sep 2006 12:37:40 +0000 GMT Content-type: text/plain MIME-Version: 1.0 Cc: Subject: Thin Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 12:37:46 -0000 I've been looking at the Sun Ray terminals and like the idea of using thin clients to connect to the main server to run apps. Are they any programms in thr ports which allow a similar set-up using FreeBSD. I know you can do this with X but would need a tutorial to help me through it. Anyone had a go at connecting a sun ray to FreeBSD or are the protocols totally different. Message sent by BlackBerry from Vodafone From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 12:50:24 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C424E16A4C2 for ; Wed, 20 Sep 2006 12:50:24 +0000 (UTC) (envelope-from root@bomfuturo.com.br) Received: from bomfuturo.com.br (inter.bomfuturo.com.br [201.15.107.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3F743D7F for ; Wed, 20 Sep 2006 12:50:14 +0000 (GMT) (envelope-from root@bomfuturo.com.br) BrmaOutput: root@localhost Received: (from root@localhost) by bomfuturo.com.br (8.12.11.20060308/8.12.11) id k8KEMGx3027136; Wed, 20 Sep 2006 09:22:16 -0500 Date: Wed, 20 Sep 2006 09:22:16 -0500 Message-Id: <200609201422.k8KEMGx3027136@bomfuturo.com.br> From: postmaster@bomfuturo.com.br To: questions@freebsd.org Cc: Subject: =?iso-8859-1?q?=28BRMA=29_Mensagem_n=E3o_autorizada?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 12:50:24 -0000 Mensagem não autorizada ---------------------------------------- Vírus encontrado no email de entrada Found the W32/Netsky.ag@MM virus !!! ---------------------------------------- Para: postmaster@bomfuturo.com.br Assunto: robos! From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 12:50: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 E6D2416A4D2 for ; Wed, 20 Sep 2006 12:50:24 +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 0BB6C43D8C for ; Wed, 20 Sep 2006 12:50:17 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 8764 invoked from network); 20 Sep 2006 22:50:17 +1000 Received: from 203-217-44-23.dyn.iinet.net.au (HELO localhost) (203.217.44.23) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 20 Sep 2006 22:50:17 +1000 Date: Wed, 20 Sep 2006 22:50:10 +1000 From: Norberto Meijome To: Nikos Vassiliadis Message-ID: <20060920225010.3eec8ef7@localhost> In-Reply-To: <200609201420.19407.nvass@teledomenet.gr> References: <20060920012401.3cfbb715@localhost> <200609201420.19407.nvass@teledomenet.gr> 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-questions@freebsd.org Subject: Re: Packet loss simulation with ALTQ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 12:50:25 -0000 On Wed, 20 Sep 2006 14:20:19 +0300 Nikos Vassiliadis wrote: > On Tuesday 19 September 2006 18:24, Norberto Meijome wrote: > > hi there :) > > I was planning to migrate a 4.11 firewall using a combo of ipf/ipnat and > > ipfw pipe/dummynets to pf + ALTQ. > > pf/ipf/ipfw & dummynet/ALTQ are available since 5.3-R if I recall correctly. Yes, of course - sorry, i meant to say 'I have a 4.11 which will be upgrading to 6.2' :) thanks for making me right. > > > One thing I haven't figured out how to do with pf is the plr option to the > > dummynet configuration - we use it to simulate modem connections or just > > simply bad links. > > pf.conf manual(6.1-STABLE) > > probability > A probability attribute can be attached to a rule, with a value set > between 0 and 1, bounds not included. In that case, the rule will > be honoured using the given probability value only. For example, > the following rule will drop 20% of incoming ICMP packets: > > block in proto icmp probability 20% > thanks :) i didn't realise it could be done this way :) > > > Also, is it definitely possibly to simulate the 'delay' option of dummynet > > with pf+ALTQ ? > > No, ALTQ cannot delay packets, you have to use dummynet for this. gotcha, so i may end up using 2 firewalls anyway... :-) I think I may go with ipfw and dummynet to keep it to one set.... I'll have to read on some comparisons before making up my mind... The alternative would be to use netgraph to add this delay... not sure if there is a ng_delay node ... thanks for your help, B _________________________ {Beto|Norberto|Numard} Meijome Q. How do you make God laugh? A. Tell him your plans. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 12:50: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 349E316A600 for ; Wed, 20 Sep 2006 12:50:36 +0000 (UTC) (envelope-from greenwood.andy@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3463F43D5C for ; Wed, 20 Sep 2006 12:50:35 +0000 (GMT) (envelope-from greenwood.andy@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so1313226qbd for ; Wed, 20 Sep 2006 05:50:34 -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=kRthfz5CGdez85zBg5p8GfRF/F03O8P4st/6sbaHTzCasFytgCv95R9+B6FkyNC5G8o5dqSAippl5H6p19D4istB98TijnAgVA0xygCc7slA14wanQ4WkCbtO1bAEEmPtMvkytALC0lyS9RXyWA8VeQYdBUycLrtTEuEM46sLgw= Received: by 10.90.68.15 with SMTP id q15mr6345101aga; Wed, 20 Sep 2006 05:50:34 -0700 (PDT) Received: by 10.90.80.18 with HTTP; Wed, 20 Sep 2006 05:50:34 -0700 (PDT) Message-ID: <3ee9ca710609200550o571066c0gbb058d6009657379@mail.gmail.com> Date: Wed, 20 Sep 2006 08:50:34 -0400 From: "Andy Greenwood" To: freebsd-questions@freebsd.org 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: <20060919195406.8D58C1BF48C@catbus.gts.cz> <20060919210137.GA5274@osiris.chen.org.nz> <45109A0A.7000107@sbcglobal.net> <45109FCA.4020808@adam.com.au> Subject: Re: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 12:50:36 -0000 yup, if you have free time, it can be fun to mess with these guys, plus the more people mess with them, the less profit they make. Check out sites like www.thescambaiter.com. Lots of fun for free time. On 9/19/06, illoai@gmail.com wrote: > On 9/19/06, David Lloyd wrote: > > > > Hmmm... > > > > >> How exactly does this spam-scam work? Does the spammer require a > > >> proof-o-faith `donation' to initiate further communication or > > >> something? > > > > > > Nigeria 4-1-9 > > > > > > They send you a counterfeit money order/ cheque, you deposit it, your > > > bank makes the funds available, you send the bad guy the the money, and > > > then your bank discovers the counterfeit cheque, and debits your account > > > for the bad transaction. > > > > I presume that they have ways and means of not being detected, though, > > or alternatively the place where they are turns a blind eye to such > > shenanigans? > > Nigeria, Benin, Ivory Coast. None of these countries > have extradition treaties with the United States (and > likely so with most other so-called civilized countries), > and it is somewhere around 50Musd into their wreched > economies per annum. > > Guess what their authorities are willing to do about it. > > On the other hand, you can be put in jail for trying to > cash a fraudulent money order, even if you whine that > you did not know it was fraudulent. > > -- > -- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- I'm nerdy in the extreme and whiter than sour cream From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 12:54:35 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4445F16A403 for ; Wed, 20 Sep 2006 12:54:35 +0000 (UTC) (envelope-from Bessie@asthmasport.com) Received: from smtp7.orange.fr (smtp7.orange.fr [193.252.22.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F0943D76 for ; Wed, 20 Sep 2006 12:54:25 +0000 (GMT) (envelope-from Bessie@asthmasport.com) Received: from smtp-msa-out07.orange.fr (mwinf0708 [172.22.138.38]) by mwinf0705.orange.fr (SMTP Server) with ESMTP id E3378201C981 for ; Wed, 20 Sep 2006 14:50:31 +0200 (CEST) Received: from SERVEUR (LSt-Amand-152-31-33-50.w82-127.abo.wanadoo.fr [82.127.88.50]) by mwinf0708.orange.fr (SMTP Server) with SMTP id 1AB2F7000086; Wed, 20 Sep 2006 14:50:25 +0200 (CEST) X-ME-UUID: 20060920125026109.1AB2F7000086@mwinf0708.orange.fr Message-ID: <002101c6dd16$c6519fcf$2d4054a4@ecbsje> From: "=?windows-1251?B?UmFscGg=?=" To: , , , , Date: Wed, 20 Sep 2006 14:50:18 +0200 Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: =?windows-1251?b?z9/S3CAg2MDDzsIgz84gz9DIzsHQxdLFzcjeIM7U1NjO?= =?windows-1251?b?0M3OySDKzszPwM3IyCAgICAgICAgICAgICAgICAgICAgICAg?= =?windows-1251?q?_____xmjetbsd?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 12:54:35 -0000 PYAT' SHAGOV PO PRIOBRETENIYU OFFSHORNOJ KOMPANII. SHag 1. Konsul'taciya. Poluchite konsul'taciyu u nashih specialistov i uznajte bol'she o vashih vozmozhnostyah. SHag 2. Registraciya predpriyatiya. Registriruem predpriyatie v techenie treh nedel', s polucheniem nalogovogo nomera (vo vseh vozmozhnyh yurisdikciyah) i polnym paketom dokumentov pod apostilem, vklyuchaya nominal'nyj servis i otkrytie scheta v banke. SHag 3. Nalogooblozhenie. Podacha otchetnosti, my srazu postroim vash biznes tak, kak udobno `eto vam v celyah minimizacii nalogooblozheniya. SHag 4. Licenzirovanie. Otdel'nye vidy podlezhat otdel'nomu licenzirovaniyu, my pomozhem vam v `etom. SHag 5. Inoe. Zaschiti svoyu ideyu: Nasha kompaniya budet s Vami na vseh `etapah sozdaniya biznesa (registracii predpriyatiya). Dlya sostavleniya shemy sozdaniya Vashego konkretnogo biznesa, obraschajtes' k nashim specialistam. Zvonite, prihodite, budem rady vstreche s Vami. My znaem, kak `eto sdelat' `effektivno. SALE OFFSHORE LTD +38 (044) 33-22-034 igjkym From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 13:18: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 9518D16A72E for ; Wed, 20 Sep 2006 13:18:05 +0000 (UTC) (envelope-from freebsduser@paradisegreen.co.uk) Received: from smtp.aaisp.net.uk (B.painless.aaisp.net.uk [81.187.81.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2575440DC for ; Wed, 20 Sep 2006 13:15:31 +0000 (GMT) (envelope-from freebsduser@paradisegreen.co.uk) Received: from bastion-ext.paradisegreen.co.uk ([81.187.228.142] helo=TDGSVAIO) by smtp.aaisp.net.uk with smtp (Exim 4.43) id 1GQ1uX-0005Yp-2p for freebsd-questions@freebsd.org; Wed, 20 Sep 2006 14:14:45 +0100 Message-ID: <09bd01c6dcb6$cbe6b190$1d00010a@TDGSVAIO> From: "Thomas Sandford" To: Date: Wed, 20 Sep 2006 14:15:06 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Subject: Why is GNATs refusing my posts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 13:18:07 -0000 I recently tried to send a PR (for an updated port), and got the following response: --- 8<--------------- This is a canned auto-reply to your recent email to the bug submission address. Your message has been identified as likely spam and has been discarded. If you feel this is an error, please submit your report via the web interface or directly on the freebsd-bugs mailing list. --- 8<--------------- Frankly this is just DUMB. Autoresponding to (as opposed to bouncing) spam is most likely going to hit someone other than the spammer. It gives me ZERO information as to why the mail system didn't like my post, so I have no means of working out what I should change to appear less like a source of spam. Since the mail sent was a properly formatted PR (generated by devel/porttools), and the mail system got as far as accepting my email before generating an autoresponse, it could/should at least have parsed the email to see if it looked like a PR before rejecting it. Furthermore it doesn't even seem to be consistent, since a PR submitted the self same way about 4 days ago got through just fine. I've now got to rewrite the "description" part of the bug submission (since it didn't copy my message back to me) and try and work out a way of getting past the filter (there's no point in trying to submit the PR through the web, as the web form clearly states "Note: copy/paste will destroy TABs and spacing, and this web form should not be used to submit code as plain text."). Spam is a major, worldwide problem - but transferring the problem to someone else is NOT a solution. Oh - and if you hadn't guessed - this has really cheesed me off! -- Thomas Sandford From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 13:19: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 BEE1C16A4EC for ; Wed, 20 Sep 2006 13:19: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 2430643D86 for ; Wed, 20 Sep 2006 13:19:09 +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 C76702E024; Wed, 20 Sep 2006 15:19:07 +0200 (CEST) Message-ID: <45113FCA.60207@locolomo.org> Date: Wed, 20 Sep 2006 15:19:06 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Robert Davison References: <1371583389-1158755863-cardhu_blackberry.rim.net-21401-@engine55.bwc.produk.on.blackberry> In-Reply-To: <1371583389-1158755863-cardhu_blackberry.rim.net-21401-@engine55.bwc.produk.on.blackberry> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Freebsd-questions@freebsd.org Subject: Re: Thin Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 13:19:20 -0000 Robert Davison wrote: > I've been looking at the Sun Ray terminals and like the idea of using thin clients to connect to the main server to run apps. Are they any programms in thr ports which allow a similar set-up using FreeBSD. I know you can do this with X but would need a tutorial to help me through it. I think the common solution today is diskless clients where the server is merely a fileserver and the applications actually run on the client. I do not know which scales better - the diskless may cause more network traffic as applications are read but do not continuously communicate with the server. With diskless you need less processing power on the server, but the total processing power may be higher with less utilization. You can build diskless and silent clients with Mini-ITX boards from VIA at a reasonable price. The advantage is that you will have everything in common i386/FreeBSD working environment. 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 Wed Sep 20 13:22:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2622B16A529 for ; Wed, 20 Sep 2006 13:22:41 +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 7DA8643D53 for ; Wed, 20 Sep 2006 13:22:39 +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 k8KDMcEY012609; Wed, 20 Sep 2006 16:22:38 +0300 From: Nikos Vassiliadis To: Norberto Meijome Date: Wed, 20 Sep 2006 16:19:57 +0300 User-Agent: KMail/1.9.1 References: <20060920012401.3cfbb715@localhost> <200609201420.19407.nvass@teledomenet.gr> <20060920225010.3eec8ef7@localhost> In-Reply-To: <20060920225010.3eec8ef7@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609201619.57845.nvass@teledomenet.gr> Cc: freebsd-questions@freebsd.org Subject: Re: Packet loss simulation with ALTQ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 13:22:41 -0000 On Wednesday 20 September 2006 15:50, Norberto Meijome wrote: > gotcha, so i may end up using 2 firewalls anyway... :-) I think I may go > with ipfw and dummynet to keep it to one set.... I'll have to read on some > comparisons before making up my mind... Perhaps you can combine ipfw/dummynet and pf/ALTQ. I know for sure that you can use pf and ipfw at the same time. The filtering is done in a serial way(packets that are allowed through the first packet filter, go through the second etc). You can load the modules in any order you like and this will be the order packets flow through the packet filters... Don't know if that's the case with dummynet and ALTQ... Also, ipfw can "inject" packets to altq. You still have to use pf for setting up the queues. HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 13:36:19 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DED9E16A54F for ; Wed, 20 Sep 2006 13:36:19 +0000 (UTC) (envelope-from thmdxsvzcfw@hotmail.com) Received: from mx1.freebsd.org (220-135-210-175.HINET-IP.hinet.net [220.135.210.175]) by mx1.FreeBSD.org (Postfix) with SMTP id 894AE43EEB for ; Wed, 20 Sep 2006 13:34:37 +0000 (GMT) (envelope-from thmdxsvzcfw@hotmail.com) From: "kongfm7706" To: questions@freebsd.org Message-Id: <20060920133437.894AE43EEB@mx1.FreeBSD.org> Date: Wed, 20 Sep 2006 13:34:37 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: With Penis Enlargement Virility Patch PX she will feel like you are all the way in her just when you insert the head of your penis. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kongfm7706 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 13:36:20 -0000 Viagra Pro will not leave any chances to Erectile Dysfunction. [1]http://bmeflachi.wolfser.info/?dgjkachixwqwwybmzcvefl =34C495844BC43B1B9B960B1ABB8B8B490A35F99919= It is clear that each of these possible views will lead to different strategies of action. The political consequences for international institutions, such as migration-policy and development-aid are obvious. Although the problem of the North-South conflict seems most practical, the action generated in search of a solution will depend on a whole array of even more fundamental theoretical questions. What is the significance of our species in the evolution of life? What is the special role and nature of the human species? What are sub-species? These questions cannot be addressed properly without a knowledge of the mechanisms at the origin of the formation of species. Which properties are inherited and which are related to economic, social and cultural aspects of the societies? The search for an answer to this type of question points to the need for knowledge about the molecular structure of the gnome. In what sense are different types of economic, social and cultural organisation of societies related to prosperity, and how are they connected to more global views about the organisation of societies? Is the development of a society directly related to the realisation and becoming of the human species, or is ecological stability the major component? References 1. http://aemcdhjbil.saddledrill.com/?fgkbilxwqwwyaemzcvcdhj From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 13:54:24 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8148416A4D2 for ; Wed, 20 Sep 2006 13:54:24 +0000 (UTC) (envelope-from esavage@reyrey.net) Received: from mailrtr04.reyrey.net (mailrtr04.reyrey.net [205.157.244.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C72943D53 for ; Wed, 20 Sep 2006 13:54:23 +0000 (GMT) (envelope-from esavage@reyrey.net) Date: Wed, 20 Sep 2006 09:55:08 -0400 From: Elijah Savage In-reply-to: <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> To: Joao Barros Message-id: <4511483C.6080607@reyrey.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) References: <20060919165400.A4380@prime.gushi.org> <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 13:54:24 -0000 Joao Barros wrote: > On 9/19/06, Dan Mahoney, System Admin wrote: >> Hey all, >> >> I've looked around and found several linux-centric things designed to >> block brute-force SSH attempts. Anyone out there know of something a >> bit >> more BSD savvy? >> >> My best attempt will be to get this: >> >> http://www.csc.liv.ac.uk/~greg/sshdfilter/index_15.html >> >> running and adapt it. >> >> I've found a few things based on openBSD's pf, but that doesn't seem >> to be >> the default in BSD either. >> >> Any response appreciated. >> > > I'm using BruteForceBlocker quite successfully. > I take the opportunity to thank danger for it :-) > > http://www.freshports.org/security/bruteforceblocker/ > I use /usr/ports/security/denyhost It was very easy to install and setup the config file is commented so well and has so many different parameters. I get reports like this anytime my thresholds are crossed. Added the following hosts to /etc/hosts.deniedssh: 124.107.6.37 (124.107.6.37.pldt.net) From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 14:05:52 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21CB316A40F for ; Wed, 20 Sep 2006 14:05:52 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE29943D45 for ; Wed, 20 Sep 2006 14:05:50 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k8KE5SfE058505; Wed, 20 Sep 2006 09:05:30 -0500 (CDT) Message-Id: <6.0.0.22.2.20060920090334.0221b9e0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 20 Sep 2006 09:05:05 -0500 To: Laurence Sanford , questions@freebsd.org From: Derek Ragona In-Reply-To: <45107E46.4040207@wilderness.homeip.net> References: <45107E46.4040207@wilderness.homeip.net> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Crash; shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 14:05:52 -0000 I have one system that also has an Nvidia video, after I update ports will crash if I don't rebuild the nvidia driver and X screensaver The screensaver makes it crash otherwise. -Derek At 06:33 PM 9/19/2006, Laurence Sanford wrote: >So I got up and walked away from my computer this afternoon, and came back >to find it in the middle of shutting down. No good reason, no crash dump >(yes, they're configured) no nothing, just this: > >Sep 19 18:14:53 colossus syslogd: exiting on signal 15 > >At this point, everything sync'd up and the system shut down, completely, >and powered off. > >I've had it suggested that this could be a power supply going south. Any >other ideas? > > > > > > >uname: >root@colossus(/var/log)# uname -a >FreeBSD colossus.cotharyus.net 6.1-STABLE FreeBSD 6.1-STABLE #6: Sat >Sep 2 04:56:20 CDT 2006 >lauasanf@colossus.cotharyus.net:/usr/obj/usr/src/sys/Colossus i386 > > >dmesg: >root@colossus(/var/log)# dmesg >Copyright (c) 1992-2006 The FreeBSD Project. >Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. >FreeBSD 6.1-STABLE #6: Sat Sep 2 04:56:20 CDT 2006 > lauasanf@colossus.cotharyus.net:/usr/obj/usr/src/sys/Colossus >Timecounter "i8254" frequency 1193182 Hz quality 0 >CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2010.31-MHz 686-class >CPU) > Origin = "AuthenticAMD" Id = 0x20fb1 Stepping = 1 >Features=0x178bfbff > Features2=0x1 > AMD Features=0xe2500800 > AMD Features2=0x3 > Cores per package: 2 >real memory = 1073676288 (1023 MB) >avail memory = 1037369344 (989 MB) >ACPI APIC Table: >FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 >ioapic0: Changing APIC ID to 2 >ioapic0 irqs 0-23 on motherboard >acpi0: on motherboard >acpi_bus_number: can't get _ADR >acpi_bus_number: can't get _ADR >acpi0: Power Button (fixed) >acpi_bus_number: can't get _ADR >acpi_bus_number: can't get _ADR >acpi_bus_number: can't get _ADR >acpi_bus_number: can't get _ADR >Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 >acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 >cpu0: on acpi0 >cpu1: on acpi0 >acpi_button0: on acpi0 >pcib0: port 0xcf8-0xcff on acpi0 >pci0: on pcib0 >pci0: at device 0.0 (no driver attached) >isab0: at device 1.0 on pci0 >isa0: on isab0 >pci0: at device 1.1 (no driver attached) >ohci0: mem 0xdb102000-0xdb102fff irq 21 at >device 2.0 on pci0 >ohci0: [GIANT-LOCKED] >usb0: OHCI version 1.0, legacy support >usb0: SMM does not respond, resetting >usb0: on ohci0 >usb0: USB revision 1.0 >uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 >uhub0: 10 ports with 10 removable, self powered >ehci0: mem 0xfeb00000-0xfeb000ff irq >22 at device 2.1 on pci0 >ehci0: [GIANT-LOCKED] >usb1: EHCI version 1.0 >usb1: companion controller, 4 ports each: usb0 >usb1: on ehci0 >usb1: USB revision 2.0 >uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 >uhub1: 10 ports with 10 removable, self powered >pcm0: port 0xd400-0xd4ff,0xd800-0xd8ff mem >0xdb101000-0xdb101fff irq 23 at device 4.0 on pci0 >pcm0: >atapci0: port >0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 6.0 on pci0 >ata0: on atapci0 >ata1: on atapci0 >pcib1: at device 9.0 on pci0 >pci5: on pcib1 >fwohci0: mem >0xdb004000-0xdb0047ff,0xdb000000-0xdb003fff irq 16 at device 11.0 on pci5 >fwohci0: OHCI version 1.10 (ROM=1) >fwohci0: No. of Isochronous channels is 4. >fwohci0: EUI64 00:11:d8:00:00:86:18:47 >fwohci0: Phy 1394a available S400, 2 ports. >fwohci0: Link S400, max_rec 2048 bytes. >firewire0: on fwohci0 >sbp0: on firewire0 >fwohci0: Initiate bus reset >fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode >firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) >firewire0: bus manager 0 (me) >nve0: port 0xd000-0xd007 mem >0xdb100000-0xdb100fff irq 21 at device 10.0 on pci0 >nve0: Ethernet address 00:15:f2:7f:80:86 >miibus0: on nve0 >ukphy0: on miibus0 >ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, >1000baseT-FDX, auto >nve0: Ethernet address: 00:15:f2:7f:80:86 >pcib2: at device 11.0 on pci0 >pci4: on pcib2 >pcib3: at device 12.0 on pci0 >pci3: on pcib3 >pcib4: at device 13.0 on pci0 >pci2: on pcib4 >pcib5: at device 14.0 on pci0 >pci1: on pcib5 >nvidia0: mem >0xd8000000-0xd8ffffff,0xd0000000-0xd7ffffff,0xd9000000-0xd9ffffff irq 18 >at device 0.0 on pci1 >nvidia0: [GIANT-LOCKED] >acpi_tz0: on acpi0 >fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 >fdc0: [FAST] >sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 >sio0: type 16550A >ppc0: port 0x378-0x37f,0x778-0x77b irq 7 drq 3 >on acpi0 >ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode >ppc0: FIFO with 16/16/16 bytes threshold >ppbus0: on ppc0 >ppbus0: IEEE1284 device found /NIBBLE/ECP >Probing for PnP devices on ppbus0: >ppbus0: MLC,PCL,PML >plip0: on ppbus0 >lpt0: on ppbus0 >lpt0: Interrupt-driven port >ppi0: on ppbus0 >pmtimer0 on isa0 >orm0: at iomem 0xc0000-0xcefff,0xd0000-0xd3fff on isa0 >atkbdc0: at port 0x60,0x64 on isa0 >atkbd0: irq 1 on atkbdc0 >kbd0 at atkbd0 >atkbd0: [GIANT-LOCKED] >sc0: at flags 0x100 on isa0 >sc0: VGA <16 virtual consoles, flags=0x300> >sio1: configured irq 3 not in bitmap of probed irqs 0 >sio1: port may not be enabled >vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 >ukbd0: Microsoft Natural\M-. Ergonomic Keyboard 4000, rev 2.00/1.73, addr >2, iclass 3/1 >kbd1 at ukbd0 >uhid0: Microsoft Natural\M-. Ergonomic Keyboard 4000, rev 2.00/1.73, addr >2, iclass 3/1 >umass0: Generic USB Storage Device, rev 1.10/1.00, addr 3 >ums0: Microsoft Microsoft Trackball Optical\M-., rev 1.10/1.21, addr 4, >iclass 3/1 >ums0: 5 buttons and Z dir. >uhub2: vendor 0x05e3 USB Hub, class 9/0, rev 1.01/0.12, addr 5 >uhub2: 4 ports with 4 removable, bus powered >Timecounters tick every 1.000 msec >ad0: 43979MB at ata0-master UDMA100 >ad1: 190782MB at ata0-slave UDMA100 >ad2: 38166MB at ata1-master UDMA100 >acd0: DVDR at ata1-slave UDMA33 >SMP: AP CPU #1 Launched! >cd0 at ata1 bus 0 target 1 lun 0 >cd0: Removable CD-ROM SCSI-0 device >cd0: 33.000MB/s transfers >cd0: Attempt to query device size failed: NOT READY, Medium not present >da0 at umass-sim0 bus 0 target 0 lun 0 >da0: Removable Direct Access SCSI-0 device >da0: 1.000MB/s transfers >da0: Attempt to query device size failed: NOT READY, Medium not present >da1 at umass-sim0 bus 0 target 0 lun 1 >da1: Removable Direct Access SCSI-0 device >da1: 1.000MB/s transfers >da1: Attempt to query device size failed: NOT READY, Medium not present >da2 at umass-sim0 bus 0 target 0 lun 2 >da2: Removable Direct Access SCSI-0 device >da2: 1.000MB/s transfers >da2: 489MB (1002497 512 byte sectors: 64H 32S/T 489C) >da3 at umass-sim0 bus 0 target 0 lun 3 >da3: Removable Direct Access SCSI-0 device >da3: 1.000MB/s transfers >da3: Attempt to query device size failed: NOT READY, Medium not present >(da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 >(da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error >(da0:umass-sim0:0:0:0): SCSI Status: Check Condition >(da0:umass-sim0:0:0:0): NOT READY asc:3a,0 >(da0:umass-sim0:0:0:0): Medium not present >(da0:umass-sim0:0:0:0): Unretryable error >Opened disk da0 -> 6 >(da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 >(da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error >(da0:umass-sim0:0:0:0): SCSI Status: Check Condition >(da0:umass-sim0:0:0:0): NOT READY asc:3a,0 >(da0:umass-sim0:0:0:0): Medium not present >(da0:umass-sim0:0:0:0): Unretryable error >Opened disk da0 -> 6 >(da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 >(da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error >(da0:umass-sim0:0:0:0): SCSI Status: Check Condition >(da0:umass-sim0:0:0:0): NOT READY asc:3a,0 >(da0:umass-sim0:0:0:0): Medium not present >(da0:umass-sim0:0:0:0): Unretryable error >Opened disk da0 -> 6 >(da1:umass-sim0:0:0:1): READ CAPACITY. CDB: 25 20 0 0 0 0 0 0 0 0 >(da1:umass-sim0:0:0:1): CAM Status: SCSI Status Error >(da1:umass-sim0:0:0:1): SCSI Status: Check Condition >(da1:umass-sim0:0:0:1): NOT READY asc:3a,0 >(da1:umass-sim0:0:0:1): Medium not present >(da1:umass-sim0:0:0:1): Unretryable error >Opened disk da1 -> 6 >(da1:umass-sim0:0:0:1): READ CAPACITY. CDB: 25 20 0 0 0 0 0 0 0 0 >(da1:umass-sim0:0:0:1): CAM Status: SCSI Status Error >(da1:umass-sim0:0:0:1): SCSI Status: Check Condition >(da1:umass-sim0:0:0:1): NOT READY asc:3a,0 >(da1:umass-sim0:0:0:1): Medium not present >(da1:umass-sim0:0:0:1): Unretryable error >Opened disk da1 -> 6 >(da1:umass-sim0:0:0:1): READ CAPACITY. CDB: 25 20 0 0 0 0 0 0 0 0 >(da1:umass-sim0:0:0:1): CAM Status: SCSI Status Error >(da1:umass-sim0:0:0:1): SCSI Status: Check Condition >(da1:umass-sim0:0:0:1): NOT READY asc:3a,0 >(da1:umass-sim0:0:0:1): Medium not present >(da1:umass-sim0:0:0:1): Unretryable error >Opened disk da1 -> 6 >(da3:umass-sim0:0:0:3): READ CAPACITY. CDB: 25 60 0 0 0 0 0 0 0 0 >(da3:umass-sim0:0:0:3): CAM Status: SCSI Status Error >(da3:umass-sim0:0:0:3): SCSI Status: Check Condition >(da3:umass-sim0:0:0:3): NOT READY asc:3a,0 >(da3:umass-sim0:0:0:3): Medium not present >(da3:umass-sim0:0:0:3): Unretryable error >Opened disk da3 -> 6 >(da3:umass-sim0:0:0:3): READ CAPACITY. CDB: 25 60 0 0 0 0 0 0 0 0 >(da3:umass-sim0:0:0:3): CAM Status: SCSI Status Error >(da3:umass-sim0:0:0:3): SCSI Status: Check Condition >(da3:umass-sim0:0:0:3): NOT READY asc:3a,0 >(da3:umass-sim0:0:0:3): Medium not present >(da3:umass-sim0:0:0:3): Unretryable error >Opened disk da3 -> 6 >(da3:umass-sim0:0:0:3): READ CAPACITY. CDB: 25 60 0 0 0 0 0 0 0 0 >(da3:umass-sim0:0:0:3): CAM Status: SCSI Status Error >(da3:umass-sim0:0:0:3): SCSI Status: Check Condition >(da3:umass-sim0:0:0:3): NOT READY asc:3a,0 >(da3:umass-sim0:0:0:3): Medium not present >(da3:umass-sim0:0:0:3): Unretryable error >Opened disk da3 -> 6 >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 14:29: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 6445316A412 for ; Wed, 20 Sep 2006 14:29:02 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp106.sbc.mail.re2.yahoo.com (smtp106.sbc.mail.re2.yahoo.com [68.142.229.99]) by mx1.FreeBSD.org (Postfix) with SMTP id 1F2BF43D78 for ; Wed, 20 Sep 2006 14:28:57 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 13595 invoked from network); 20 Sep 2006 14:28:57 -0000 Received: from unknown (HELO gondolin.mikestammer.com) (mikestammer@sbcglobal.net@75.2.247.121 with login) by smtp106.sbc.mail.re2.yahoo.com with SMTP; 20 Sep 2006 14:28:56 -0000 Received: from localhost (localhost [127.0.0.1]) by gondolin.mikestammer.com (Postfix) with ESMTP id 6B039ED for ; Wed, 20 Sep 2006 09:28:56 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from gondolin.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BxjdC2go-Vuf for ; Wed, 20 Sep 2006 09:28:54 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by gondolin.mikestammer.com (Postfix) with ESMTP id 43C02EB for ; Wed, 20 Sep 2006 09:28:54 -0500 (CDT) Message-ID: <45115025.5010803@mikestammer.com> Date: Wed, 20 Sep 2006 09:28:53 -0500 From: Eric User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: questions@freebsd.org References: <20060919165400.A4380@prime.gushi.org> <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> <4511483C.6080607@reyrey.net> In-Reply-To: <4511483C.6080607@reyrey.net> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 14:29:02 -0000 Elijah Savage wrote: > Joao Barros wrote: >> On 9/19/06, Dan Mahoney, System Admin wrote: >>> Hey all, >>> >>> I've looked around and found several linux-centric things designed to >>> block brute-force SSH attempts. Anyone out there know of something a >>> bit >>> more BSD savvy? >> > I use /usr/ports/security/denyhost > > It was very easy to install and setup the config file is commented so > well and has so many different parameters. I get reports like this > anytime my thresholds are crossed. > > Added the following hosts to /etc/hosts.deniedssh: > > 124.107.6.37 (124.107.6.37.pldt.net) another vote for denyhost. it works well and stops the attacks. Even tho i use keys and not passwords, i still use it. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 14:56: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 DB3C116A47B for ; Wed, 20 Sep 2006 14:56:36 +0000 (UTC) (envelope-from phil@chycor.com) Received: from c2bthomr10.btconnect.com (c2bthomr10.btconnect.com [194.73.73.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2EF243DEA for ; Wed, 20 Sep 2006 14:55:21 +0000 (GMT) (envelope-from phil@chycor.com) Received: from [192.168.7.28] (host213-123-195-220.in-addr.btopenworld.com [213.123.195.220]) by c2bthomr10.btconnect.com (MOS 3.7.4b-GA) with ESMTP id BMP54007; Wed, 20 Sep 2006 15:49:53 +0100 (BST) Received: from 192.168.7.13 for freebsd-questions@freebsd.org; Wed, 20 Sep 2006 15:54:47 +0100 Message-ID: <004501c6dcc4$b3231780$0d07a8c0@P800> From: "Philip Radford" To: Date: Wed, 20 Sep 2006 15:54:39 +0100 Organization: Chycor Ltd 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 5.4 no inodes left X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philip Radford List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 14:56:37 -0000 Hi All, I am running FreeBSD 5.4 and have recently received the following = message on our box for the /var partiton. No inodes left. I have checked the statistics and there was an apache httpd log which = was maxing out the usable space. I have since removed this file and the = available space has dropped to over 50%. However I still get the 'no = inodes left' message even though I have freed the space. Does anyone know how I can get the inodes to be freed up on the /var = partition. Thanks in advance. Regards Phil. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:00:54 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BC6F16A40F for ; Wed, 20 Sep 2006 15:00:54 +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 7BBFD43DCB for ; Wed, 20 Sep 2006 14:59:09 +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 k8KEw7PW023042; Wed, 20 Sep 2006 10:58:07 -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 k8KEw7kN023041; Wed, 20 Sep 2006 10:58:07 -0400 (EDT) (envelope-from jerrymc) Date: Wed, 20 Sep 2006 10:58:07 -0400 From: Jerry McAllister To: jekillen Message-ID: <20060920145807.GB22957@gizmo.acns.msu.edu> References: <20060919024327.GA15786@gizmo.acns.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: csh as default root Shell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:00:54 -0000 On Tue, Sep 19, 2006 at 05:59:03PM -0700, jekillen wrote: > > On Sep 18, 2006, at 7:43 PM, Jerry McAllister wrote: > > >On Mon, Sep 18, 2006 at 07:34:09PM -0700, jekillen wrote: > > > >>Hello; > >>Since I have been advised by way of correspondence with UUASC (Unix > >>Users of Association of Southern California) > >>that changing the root shell in FreeBSD is not advised and I have two > >>machines up and running and a third on the > >>way, I have purchased a text from (I don't know if it is appropriate > >>for this list to mention the publisher by name but > >>it is closely connected to the publisher of Absolute BSD). > >>Has anyone any comments regarding this text based on familiarity > >>(Using > >>Csh and Tcsh). I noticed the publication > >>date is 1995. It's a manual of sorts, I'll read it before stumbling > >>around on lists for answers to awk ward questions. > > > >You can mention any text you want. Do we ban books in this country? > well, it was the publisher that seemed, for some unspecified reason to > cause a sort of silence in responses. It is O'Reilly and I also didn't > want > to come across as promoting it because this is a noncommercial list. Don't worry. You can mention your sources and even favorites here as long as you are not blatantly advertising. > I am learning as I go and do try using man pages as I go along but find > them hard to digest. There's nothing wrong with the man pages, it is my > lack of knowledge that I run up against when reading them. I have bought > a ton of tech books from many different sources to get a reasonable > perspective on important subjects. Take c programming, for instance; no > one book can cover every aspect of c programming, and what is covered > might not trip my light switches, whereas another author on the same > aspect of the same subject might explain some thing in a way I can more > easily understand. The two FreeBSD books I think most people find most useful besides the official FreeBSD Handbook are "The Complete FreeBSD" by Greg Leahy and "FreeBSD Unleashed" by Michael Urban and Brian Tiemann. The others are pretty good, but those have kept up to date the best with new editions. Greg Leahy has said he will not make another new edition and has made his entire text available free over the net, but I hope he will finally get his arm twisted to make one that accomodates FreeBSD 6.xxx and 7.xxx which have some significant changes in file systems and kernel structure done for multi-threading. > >But, 1995 is kind of old as things go. The book may have more recent > >editions. Another source is the the FreeBSD Handbook that is > >available > >free online at the FreeBSD website and also in printed versions some > >places. > I believe it is the same one I got when I purchased the install cd and > tools set; User's guide and Administrator's guide, or am I mistaken? It probably follows it closely, but I don't think it is quite the same document. If you go to the FreeBSD web site and click on the FreeBSD Handbook link, you will find it all there. It is pretty good. > I don't know that > there is enough of a difference between 5x and 6x to warrant a new > edition, > but it covers 5x and not 6x which I have (6.0). Notable difference is > switch to > xorg from xFree86. But the display configuration was good at detecting > my display and graphics card for me on the one machine I have Xwindows > installed on. There are some big changes inside, but not ones you would probably notice as a basic user. If you start doing some programming, you will run in to them. I do prefer tcsh to the other shells. But, everyone seems to have their own preference. But, leave the main root shell as /bin/sh just because it is those times when things are down and you need it most that it will come and bite you. ////jerry > >////jerry > > Thanks for the response, I have big gaps in my knowledge and have gotten > by with very specific problems and solutions. I am trying to bulk out > my understanding. > I'll spend more time with the stuff I have to hand. > Jeff K > > > >> > >>Thanks in advance. > >>Jeff K. > >> > From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:03:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD05416A412 for ; Wed, 20 Sep 2006 15:03:30 +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 CEE2B43D6E for ; Wed, 20 Sep 2006 15:03:18 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:22462 helo=http.aseed.net) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1GQ3bZ-00031Q-8n; Wed, 20 Sep 2006 15:03:17 +0000 Received: from amandla (a41188.upc-a.chello.nl [62.163.41.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.net (Postfix) with ESMTP id 637FD5828A; Wed, 20 Sep 2006 17:03:27 +0200 (CEST) Date: Wed, 20 Sep 2006 17:03:15 +0200 From: albi To: Philip Radford Message-Id: <20060920170315.157d0126.albi@scii.nl> In-Reply-To: <004501c6dcc4$b3231780$0d07a8c0@P800> References: <004501c6dcc4$b3231780$0d07a8c0@P800> 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: FreeBSD 5.4 no inodes left X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:03:30 -0000 On Wed, 20 Sep 2006 15:54:39 +0100 "Philip Radford" wrote: > I am running FreeBSD 5.4 and have recently received the following > message on our box for the /var partiton. No inodes left. > > I have checked the statistics and there was an apache httpd log which > was maxing out the usable space. I have since removed this file and > the available space has dropped to over 50%. However I still get the > 'no inodes left' message even though I have freed the space. > > Does anyone know how I can get the inodes to be freed up on the /var > partition. if possible i would do the following, take down the machine, make a backup of /var, wipe out the data on /var, reformat, restore backup -- grtjs, albi From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:05: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 880B916A407 for ; Wed, 20 Sep 2006 15:05:26 +0000 (UTC) (envelope-from wash@wananchi.com) Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2BFF43D72 for ; Wed, 20 Sep 2006 15:05:19 +0000 (GMT) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 4.63 #0 (FreeBSD 4.11-STABLE)) id 1GQ3dQ-000Erw-Ii by authid for ; Wed, 20 Sep 2006 18:05:12 +0300 Date: Wed, 20 Sep 2006 18:05:12 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Message-ID: <20060920150511.GB20244@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Disclaimer: Any views expressed in this message, where not explicitly attributed otherwise, are mine alone!. X-Mailer: Mutt 1.5.13 (2006-08-11) X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. User-Agent: Mutt/1.5.13 (2006-08-11) Subject: Dummynet in an IPFilter setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:05:26 -0000 Hiya, Since freebsd-ipfw is "dead" and mostly for spammers, let me try my luck here once more ;) I am trying to prove a point to a customer - that he can save the cost of expensive routing hardware by just having a FreeBSD box on their LAN. Unfortunately, this also means that I need to spend days reading about IPFW, which, sincerely, is not one of those firewall implementations that is easy for me. I therefore need help to prove a point and keep a customer.. The scenario: I am running a FreeBSD 5.x box with IPFilter/IPNAT. The box has two interfaces at the moment, external interface connected to the hostile Internet and internal interface connected to a switch for the LAN. The ISP gives 256Kbit/s on the external interface. Out of this, I need to dedicate/guarantee 128Kbit/s to just one machine. A streaming server has been introduced on the LAN, and it is considered a VIP host as far as bandwidth allocation is concerned. The problem is that p2p is also officially allowed on the LAN. I hate it but it is allowed. Period. No argument about it. I need to guarantee 128Kbit/s of the available bandwidth to the streaming host (server, if you can call it). My thinking/plan: 1. Add one more NIC to the FreeBSD box (it's also the router, firewall, _everything_ server) and put this on a separate IP block. To this NIC I will connect the VIP host, which needs the guaranteed bandwidth. I will therefore NAT traffic to/from it. 2. Restrict the current LAN hosts to 128Kbit/s via ipfw pipe. To me, this means that: (a) They cannot go beyond 128Kbit/s (b) The VIP box will go above 128K/bit's in case the throttled LAN is not using all of the 128Kbit/s I need to control bandwidth on the external interface only, not on the LAN (internal interfaces). Is this rightful thinking or sheer imagination which is not practical? My problem: Most important is being dumb when it comes to IPFW and hence the pipes and all that pertains to it. Here is my ipfw configuration, in black and white (firewall_type="OPEN") # Outside interface network and netmask and ip oif="bfe0" iif="xl0" onet="62.8.68.0" omask="255.255.255.252" oip="62.8.68.22" # Inside interface network and netmask and ip iif="xl0" inet="10.0.0.0" imask="255.255.255.0" iip="10.0.0.2" ipfw pipe 1 config bw 128Kbit/s # Allow any traffic to or from my own net. ${fwcmd} add pass all from ${iip} to ${inet}:${imask} ${fwcmd} add pass all from ${inet}:${imask} to ${iip} # Throttle now ipfw add pipe 1 tcp from $${inet}:${imask} to any out via ${oif} state ${fwcmd} add 65000 pass all from any to any With this configuration, it seems like even LAN->LAN communication is being restricted to 128Kbit/s. I am not sure why, as simple as it looks! Can someone tell me why that is happening? Now, supposing the 3rd NIC was on 10.0.1.0/24 network, and there is no bandwidth limitation configuration, is it not true that I will have achieved my goal? I'll simply give the FreeBSD box 10.0.1.1 and the VIP box 10.0.1.2 and have a static route for the VIP box, with NAT for any connections to/from it. I'll really appreciate any help/advise towards a perfect configuration for the firewall, and how I can get this to work. Thanks in advance. -Wash http://www.netmeister.org/news/learn2quote.html DISCLAIMER: See http://www.wananchi.com/bms/terms.php -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ Minnie Mouse is a slow maze learner. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:07: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 511C816A412 for ; Wed, 20 Sep 2006 15:07:10 +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 00DCC43D9C for ; Wed, 20 Sep 2006 15:07:02 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Wed, 20 Sep 2006 11:07:02 -0400 id 00056420.45115916.00014383 Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 20 Sep 2006 11:06:01 -0400 Date: Wed, 20 Sep 2006 11:07:07 -0400 From: Bill Moran To: Philip Radford Message-Id: <20060920110707.7911871e.wmoran@collaborativefusion.com> In-Reply-To: <004501c6dcc4$b3231780$0d07a8c0@P800> References: <004501c6dcc4$b3231780$0d07a8c0@P800> 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: FreeBSD 5.4 no inodes left X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:07:10 -0000 In response to "Philip Radford" : > Hi All, > > I am running FreeBSD 5.4 and have recently received the following message on our box for the /var partiton. > No inodes left. > > I have checked the statistics and there was an apache httpd log which was maxing out the usable space. I have since removed this file and the available space has dropped to over 50%. However I still get the 'no inodes left' message even though I have freed the space. > > Does anyone know how I can get the inodes to be freed up on the /var partition. inodes are used for file entries. Each file/directory uses an inode. When you run out of inodes, you can't create any more files, no matter how much space you have left. "df -i" will show inode usage. The only way to free up inodes is to delete some files/directories. You must have a lot of files or directories somewhere to be using up all your inodes when you have 50% of the disk left. Once you find out where all the files are, you can delete some, or possible tar them up so they only take up a single inode. -- Bill Moran Collaborative Fusion Inc. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:10: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 3D98016A40F for ; Wed, 20 Sep 2006 15:10:31 +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 40AF243DB1 for ; Wed, 20 Sep 2006 15:09:33 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Wed, 20 Sep 2006 11:09:31 -0400 id 00056433.451159AB.000143E5 Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 20 Sep 2006 11:08:30 -0400 Date: Wed, 20 Sep 2006 11:09:35 -0400 From: Bill Moran To: albi Message-Id: <20060920110935.a2f72fd1.wmoran@collaborativefusion.com> In-Reply-To: <20060920170315.157d0126.albi@scii.nl> References: <004501c6dcc4$b3231780$0d07a8c0@P800> <20060920170315.157d0126.albi@scii.nl> 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: Philip Radford , freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 no inodes left X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:10:31 -0000 In response to albi : > On Wed, 20 Sep 2006 15:54:39 +0100 > "Philip Radford" wrote: > > > I am running FreeBSD 5.4 and have recently received the following > > message on our box for the /var partiton. No inodes left. > > > > I have checked the statistics and there was an apache httpd log which > > was maxing out the usable space. I have since removed this file and > > the available space has dropped to over 50%. However I still get the > > 'no inodes left' message even though I have freed the space. > > > > Does anyone know how I can get the inodes to be freed up on the /var > > partition. > > if possible i would do the following, take down the machine, make > a backup of /var, wipe out the data on /var, reformat, restore backup What would be your rationale for such an approach? Sounds like reinstalling Windows to get rid of 1 virus. -- Bill Moran Collaborative Fusion Inc. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:13: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 2EEC016A4D0 for ; Wed, 20 Sep 2006 15:13:26 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1193543D46 for ; Wed, 20 Sep 2006 15:13:24 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k8KFD6kB059553; Wed, 20 Sep 2006 10:13:06 -0500 (CDT) Message-Id: <6.0.0.22.2.20060920101141.021ff180@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 20 Sep 2006 10:12:44 -0500 To: Geeta Nagpal , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <20060920014527.22381.qmail@web8403.mail.in.yahoo.com> References: <20060920014527.22381.qmail@web8403.mail.in.yahoo.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: dial in modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:13:26 -0000 It may be the modem needs to be rest as someone else called into it. I always save any modem settings to nvram on the modem so if it is reset the settings are correct. -Derek At 08:45 PM 9/19/2006, Geeta Nagpal wrote: >Dear Problem Solver, > > Greetings from Singapore J > > I have had a strange problem with my dial up modem. It is connected to > a unix server, and I was able to dial in and connect to the server for 2 > days. Now suddenly, when I dial in, I get some junk characters , instead > of a login prompt!!! I read on the net that this happens when the modem > speed is different from the getty speed.. but the strange part is that I > have been using the same settings for 2 days, when suddenly today morning > I started seeing the junk chars !! > > Any suggestions ? J > > Kind regards, >Geeta > > >Luck is Opportunity meeting Preparedness... > >--------------------------------- >New and Improved Yahoo! Mail - 1GB free storage! >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:17: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 3746516A4D8 for ; Wed, 20 Sep 2006 15:17:13 +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 3F03943E08 for ; Wed, 20 Sep 2006 15:16:32 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Wed, 20 Sep 2006 11:16:17 -0400 id 00056422.45115B41.0001450F Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 20 Sep 2006 11:15:16 -0400 Date: Wed, 20 Sep 2006 11:16:19 -0400 From: Bill Moran To: Odhiambo Washington Message-Id: <20060920111619.de01afb3.wmoran@collaborativefusion.com> In-Reply-To: <20060920150511.GB20244@ns2.wananchi.com> References: <20060920150511.GB20244@ns2.wananchi.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: Dummynet in an IPFilter setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:17:13 -0000 In response to Odhiambo Washington : [snip] > The scenario: > > I am running a FreeBSD 5.x box with IPFilter/IPNAT. The box has two > interfaces at the moment, external interface connected to the hostile > Internet and internal interface connected to a switch for the LAN. > > The ISP gives 256Kbit/s on the external interface. Out of this, I > need to dedicate/guarantee 128Kbit/s to just one machine. > > A streaming server has been introduced on the LAN, and it is considered > a VIP host as far as bandwidth allocation is concerned. > The problem is that p2p is also officially allowed on the LAN. I hate > it but it is allowed. Period. No argument about it. > > I need to guarantee 128Kbit/s of the available bandwidth to the > streaming host (server, if you can call it). > > > My thinking/plan: > > 1. Add one more NIC to the FreeBSD box (it's also the router, > firewall, _everything_ server) and put this on a separate IP block. > To this NIC I will connect the VIP host, which needs the guaranteed > bandwidth. I will therefore NAT traffic to/from it. > > 2. Restrict the current LAN hosts to 128Kbit/s via ipfw pipe. To me, > this means that: > (a) They cannot go beyond 128Kbit/s > (b) The VIP box will go above 128K/bit's in case the throttled > LAN is not using all of the 128Kbit/s > > I need to control bandwidth on the external interface only, not on the > LAN (internal interfaces). > > Is this rightful thinking or sheer imagination which is not practical? Seems reasonable. See below ... > My problem: > > > Most important is being dumb when it comes to IPFW and hence the pipes > and all that pertains to it. > > Here is my ipfw configuration, in black and white (firewall_type="OPEN") > > > # Outside interface network and netmask and ip > oif="bfe0" > iif="xl0" > onet="62.8.68.0" > omask="255.255.255.252" > oip="62.8.68.22" > > # Inside interface network and netmask and ip > iif="xl0" > inet="10.0.0.0" > imask="255.255.255.0" > iip="10.0.0.2" > > ipfw pipe 1 config bw 128Kbit/s > > # Allow any traffic to or from my own net. > ${fwcmd} add pass all from ${iip} to ${inet}:${imask} > ${fwcmd} add pass all from ${inet}:${imask} to ${iip} > > # Throttle now > ipfw add pipe 1 tcp from $${inet}:${imask} to any out via ${oif} state ^^ Is this direct cut/paste? If so, you've got a sticky $ key. > ${fwcmd} add 65000 pass all from any to any > > > With this configuration, it seems like even LAN->LAN communication is > being restricted to 128Kbit/s. I am not sure why, as simple as it looks! > Can someone tell me why that is happening? > > Now, supposing the 3rd NIC was on 10.0.1.0/24 network, and there is no > bandwidth limitation configuration, is it not true that I will have > achieved my goal? > > I'll simply give the FreeBSD box 10.0.1.1 and the VIP box 10.0.1.2 and > have a static route for the VIP box, with NAT for any connections > to/from it. > > > I'll really appreciate any help/advise towards a perfect configuration > for the firewall, and how I can get this to work. > > Thanks in advance. -- Bill Moran Collaborative Fusion Inc. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:19: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 BFC5516A403 for ; Wed, 20 Sep 2006 15:19:00 +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 F326643DAC for ; Wed, 20 Sep 2006 15:16:59 +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 CE94F2E02D; Wed, 20 Sep 2006 17:16:50 +0200 (CEST) Message-ID: <45115B62.6080809@locolomo.org> Date: Wed, 20 Sep 2006 17:16:50 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Odhiambo Washington , freebsd-questions@freebsd.org References: <20060920150511.GB20244@ns2.wananchi.com> In-Reply-To: <20060920150511.GB20244@ns2.wananchi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Dummynet in an IPFilter setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:19:00 -0000 Odhiambo Washington wrote: > I need to control bandwidth on the external interface only, not on the > LAN (internal interfaces). > > Is this rightful thinking or sheer imagination which is not practical? If you're happy with IPFilter and need to ensure minimum bandwidth for some network segment, take a look at packet filter, you can take much of your knowledge with you and then set up queues that will ensure the minimum bandwidth. And you don't need extra interfaces. 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 Wed Sep 20 15:21: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 B4F6E16A494 for ; Wed, 20 Sep 2006 15:21:59 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id B084243D58 for ; Wed, 20 Sep 2006 15:21:56 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.142] (helo=anti-virus02-09) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1GQ3tb-0007Hc-5R; Wed, 20 Sep 2006 16:21:55 +0100 Received: from [82.41.35.166] (helo=[192.168.0.2]) by asmtp-out2.blueyonder.co.uk with esmtp (Exim 4.52) id 1GQ3kC-0001xQ-Qa; Wed, 20 Sep 2006 16:12:12 +0100 Message-ID: <45115A4C.7070404@dial.pipex.com> Date: Wed, 20 Sep 2006 16:12:12 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Philip Radford References: <004501c6dcc4$b3231780$0d07a8c0@P800> In-Reply-To: <004501c6dcc4$b3231780$0d07a8c0@P800> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 no inodes left X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:21:59 -0000 Philip Radford wrote: >Hi All, > >I am running FreeBSD 5.4 and have recently received the following message on our box for the /var partiton. >No inodes left. > >I have checked the statistics and there was an apache httpd log which was maxing out the usable space. I have since removed this file and the available space has dropped to over 50%. However I still get the 'no inodes left' message even though I have freed the space. > >Does anyone know how I can get the inodes to be freed up on the /var partition. > > You have *not* run out of space. A single inode corresponds to a single file or directory, so deleting one large file frees precisely one inode which isn't going to last long. (And if the file you deleted was still held open, you won't even have freed that inode). Do a "df -i /var" to see how many inodes are left. Something has created a large *number* of files on /var - they might be 0 bytes each and it wouldn't matter. Try "man inode" for more information. --Alex From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:22: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 3E7DD16A4CA for ; Wed, 20 Sep 2006 15:22:08 +0000 (UTC) (envelope-from wash@wananchi.com) Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5598E43D5A for ; Wed, 20 Sep 2006 15:22:00 +0000 (GMT) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 4.63 #0 (FreeBSD 4.11-STABLE)) id 1GQ3td-000LNo-F5 by authid ; Wed, 20 Sep 2006 18:21:57 +0300 Date: Wed, 20 Sep 2006 18:21:57 +0300 From: Odhiambo Washington To: Bill Moran Message-ID: <20060920152157.GD20244@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , Bill Moran , freebsd-questions@freebsd.org References: <20060920150511.GB20244@ns2.wananchi.com> <20060920111619.de01afb3.wmoran@collaborativefusion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060920111619.de01afb3.wmoran@collaborativefusion.com> X-Disclaimer: Any views expressed in this message, where not explicitly attributed otherwise, are mine alone!. X-Mailer: Mutt 1.5.13 (2006-08-11) X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Odhiambo Washington Cc: freebsd-questions@freebsd.org Subject: Re: Dummynet in an IPFilter setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:22:08 -0000 * On 20/09/06 11:16 -0400, Bill Moran wrote: | In response to Odhiambo Washington : | | [snip] | | > The scenario: | > | > I am running a FreeBSD 5.x box with IPFilter/IPNAT. The box has two | > interfaces at the moment, external interface connected to the hostile | > Internet and internal interface connected to a switch for the LAN. | > | > The ISP gives 256Kbit/s on the external interface. Out of this, I | > need to dedicate/guarantee 128Kbit/s to just one machine. | > | > A streaming server has been introduced on the LAN, and it is considered | > a VIP host as far as bandwidth allocation is concerned. | > The problem is that p2p is also officially allowed on the LAN. I hate | > it but it is allowed. Period. No argument about it. | > | > I need to guarantee 128Kbit/s of the available bandwidth to the | > streaming host (server, if you can call it). | > | > | > My thinking/plan: | > | > 1. Add one more NIC to the FreeBSD box (it's also the router, | > firewall, _everything_ server) and put this on a separate IP block. | > To this NIC I will connect the VIP host, which needs the guaranteed | > bandwidth. I will therefore NAT traffic to/from it. | > | > 2. Restrict the current LAN hosts to 128Kbit/s via ipfw pipe. To me, | > this means that: | > (a) They cannot go beyond 128Kbit/s | > (b) The VIP box will go above 128K/bit's in case the throttled | > LAN is not using all of the 128Kbit/s | > | > I need to control bandwidth on the external interface only, not on the | > LAN (internal interfaces). | > | > Is this rightful thinking or sheer imagination which is not practical? | | Seems reasonable. See below ... Thanks, Bill for that verification. | > My problem: | > | > | > Most important is being dumb when it comes to IPFW and hence the pipes | > and all that pertains to it. | > | > Here is my ipfw configuration, in black and white (firewall_type="OPEN") | > | > | > # Outside interface network and netmask and ip | > oif="bfe0" | > iif="xl0" | > onet="62.8.68.0" | > omask="255.255.255.252" | > oip="62.8.68.22" | > | > # Inside interface network and netmask and ip | > iif="xl0" | > inet="10.0.0.0" | > imask="255.255.255.0" | > iip="10.0.0.2" | > | > ipfw pipe 1 config bw 128Kbit/s | > | > # Allow any traffic to or from my own net. | > ${fwcmd} add pass all from ${iip} to ${inet}:${imask} | > ${fwcmd} add pass all from ${inet}:${imask} to ${iip} | > | > # Throttle now | > ipfw add pipe 1 tcp from $${inet}:${imask} to any out via ${oif} state | ^^ | | Is this direct cut/paste? If so, you've got a sticky $ key. Yes, it was a paste "in the process of modifying" ;) Noted with thanks. | | > ${fwcmd} add 65000 pass all from any to any | > | > | > With this configuration, it seems like even LAN->LAN communication is | > being restricted to 128Kbit/s. I am not sure why, as simple as it looks! | > Can someone tell me why that is happening? | > | > Now, supposing the 3rd NIC was on 10.0.1.0/24 network, and there is no | > bandwidth limitation configuration, is it not true that I will have | > achieved my goal? | > | > I'll simply give the FreeBSD box 10.0.1.1 and the VIP box 10.0.1.2 and | > have a static route for the VIP box, with NAT for any connections | > to/from it. | > | > | > I'll really appreciate any help/advise towards a perfect configuration | > for the firewall, and how I can get this to work. | > | > Thanks in advance. Bill, you did not say anything on my problem with intra-LAN traffic. Does that mean this configuration is okay, and should not at all affect traffic within the LAN? Best regards, Odhiambo Washington Systems Admin, Wananchi Online Ltd. Are you hosting your domain name with the leaders??: See http://webhosting.info/webhosts/tophosts/Country/KE DISCLAIMER: See http://www.wananchi.com/bms/terms.php ----------------------------------+----------------------------------------- Odhiambo WASHINGTON . WANANCHI ONLINE LTD (Nairobi, KE) http://www.wananchi.com/email/ . 1ere Etage, Laptrust Plaza, Loita St., Mobile: (+254) 722 743 223 . # 10286, 00100 NAIROBI ----------------------------------+----------------------------------------- Many are the plans in a man's heart, but it is the Lord's purpose that prevails. Proverbs 19:21 From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:23: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 DB2CF16A407 for ; Wed, 20 Sep 2006 15:23:49 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7277343D66 for ; Wed, 20 Sep 2006 15:23:40 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by nz-out-0102.google.com with SMTP id 8so128977nzo for ; Wed, 20 Sep 2006 08:23:39 -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=jOm8DNt3h8nfNeU2chRwlbAw8cTXuV32Oae+CNZXUTKqVsCDpPmQYkRU0ieUd3PNJGpAauw7WWpEUZydmSZ/lsRMbs2CQipgCg0OVvH8+v+piR19bclqHs4/P+/EPzFGqAFKKX4IOZ9EV3tKot93/hw8kGXoZx1zAddjuc6HuuQ= Received: by 10.67.100.12 with SMTP id c12mr8253501ugm; Wed, 20 Sep 2006 08:23:38 -0700 (PDT) Received: by 10.66.224.6 with HTTP; Wed, 20 Sep 2006 08:23:38 -0700 (PDT) Message-ID: Date: Wed, 20 Sep 2006 17:23:38 +0200 From: "Pietro Cerutti" To: "FreeBSD Questions" In-Reply-To: <45115025.5010803@mikestammer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060919165400.A4380@prime.gushi.org> <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> <4511483C.6080607@reyrey.net> <45115025.5010803@mikestammer.com> Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:23:49 -0000 > Elijah Savage wrote: > another vote for denyhost. it works well and stops the attacks. Even tho > i use keys and not passwords, i still use it. just a DITTO.... great piece of soft! -- Pietro Cerutti ICQ: 117293691 PGP: 0x9571F78E - ASCII Ribbon Campaign - against HTML e-mail and proprietary attachments www.asciiribbon.org From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:25:03 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2734116A523 for ; Wed, 20 Sep 2006 15:25:03 +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 A7E4343D78 for ; Wed, 20 Sep 2006 15:25:01 +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 1E7682E02D; Wed, 20 Sep 2006 17:24:59 +0200 (CEST) Message-ID: <45115D3E.5080802@locolomo.org> Date: Wed, 20 Sep 2006 17:24:46 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Elijah Savage References: <20060919165400.A4380@prime.gushi.org> <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> <4511483C.6080607@reyrey.net> In-Reply-To: <4511483C.6080607@reyrey.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Joao Barros , questions@freebsd.org Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:25:03 -0000 Elijah Savage wrote: > Joao Barros wrote: >> I'm using BruteForceBlocker quite successfully. >> I take the opportunity to thank danger for it :-) >> >> http://www.freshports.org/security/bruteforceblocker/ >> > I use /usr/ports/security/denyhost > > It was very easy to install and setup the config file is commented so > well and has so many different parameters. I get reports like this > anytime my thresholds are crossed. Both seem to do the same thing, react to failed attempts by maintaining statistics of offending hosts. But this is a loosing game, it assumes a default permit policy - you might wish to read Ranum's "The Six Dumbest Ideas in Computer Security": http://www.ranum.com/security/computer_security/index.html So, great you block an ip from some offending host - after it stopped. And if the same host comes back then it will likely have a different ip. Nothing gained. Taking the consequences, employ a default deny policy. Then allow what you can trust. 1) As I wrote elsewhere, almost everyone can block out the large part of the Internet. Allow only the countries that you know your users are likely to visit, a filter is here http://www.daemonsecurity.com/pub/src/tools/cc-cidr.pl Ofcourse, this won't be perfect, there are also compromised machines in good countries. When you see the remaining attacks, don't just block the ip but the whole network as registered with whois. whois.cyberabuse.org produces output that can easily be scripted. You can be more restrictive and enforce stronger authentication, and it is very simple to implement: 2) Do you trust any system? Packet filter includes passive OS fingerprinting that allows you to block untrusted systems. Why allow your users to login from depreciated Windows 95/98/ME hosts? 3) Disable shell access, or at least ssh access, for common system users. 4) Enforce strong passwords or switch to ssh-keys. Finally: Relax! Yes, there are some entries in your log, but evidently no one got in, so why care? There are tons of cracking attempts in your apache log files, there are tons of relaying attempts in your maillog. All these attempts consume bandwidth and diskspace as the connection is attempted and logged. But if this does not interrupt your service there is really no need to worry about it. Blocking failed login attempts does not make your system safer - the attempt failed! The log will just be in your firewall log. In the vast majority of cases, these are scripted attacks and are defeated by simple means such as those described above. You will be wasting your time trying to block individual hosts as events occur. Meanwhile other problems do not get your attention, spam is much more difficult to handle and a much greater problem than failed ssh attempts. 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 Wed Sep 20 15:28: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 9F91916A518 for ; Wed, 20 Sep 2006 15:28:50 +0000 (UTC) (envelope-from wash@wananchi.com) Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8392A43D62 for ; Wed, 20 Sep 2006 15:28:49 +0000 (GMT) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 4.63 #0 (FreeBSD 4.11-STABLE)) id 1GQ40E-000NWq-L8 by authid for ; Wed, 20 Sep 2006 18:28:46 +0300 Date: Wed, 20 Sep 2006 18:28:46 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Message-ID: <20060920152846.GE20244@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , freebsd-questions@freebsd.org References: <20060920150511.GB20244@ns2.wananchi.com> <45115B62.6080809@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45115B62.6080809@locolomo.org> X-Disclaimer: Any views expressed in this message, where not explicitly attributed otherwise, are mine alone!. X-Mailer: Mutt 1.5.13 (2006-08-11) X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. User-Agent: Mutt/1.5.13 (2006-08-11) Subject: Re: Dummynet in an IPFilter setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:28:50 -0000 * On 20/09/06 17:16 +0200, Erik Norgaard wrote: | Odhiambo Washington wrote: | | >I need to control bandwidth on the external interface only, not on the | >LAN (internal interfaces). | > | >Is this rightful thinking or sheer imagination which is not practical? | | If you're happy with IPFilter and need to ensure minimum bandwidth for | some network segment, take a look at packet filter, you can take much of | your knowledge with you and then set up queues that will ensure the | minimum bandwidth. And you don't need extra interfaces. That is the way to go ultimately, but I am still a newbie with PF. I would not want to transfer my newbie-ness into a customers network ;) I am happy with IPFilter, yes, but I am gradually shifting to PF, but I have to "graduate" before I can put that out there. At the moment, I just want to solve an immediate problem which has presented itself. -Wash http://www.netmeister.org/news/learn2quote.html DISCLAIMER: See http://www.wananchi.com/bms/terms.php -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ A university is what a college becomes when the faculty loses interest in students. -- John Ciardi From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:36: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 6705A16A407 for ; Wed, 20 Sep 2006 15:36:19 +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 C7D1143D6D for ; Wed, 20 Sep 2006 15:36:08 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Wed, 20 Sep 2006 11:36:07 -0400 id 00056428.45115FE7.000147C4 Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 20 Sep 2006 11:35:07 -0400 Date: Wed, 20 Sep 2006 11:36:07 -0400 From: Bill Moran To: Odhiambo Washington Message-Id: <20060920113607.d819c759.wmoran@collaborativefusion.com> In-Reply-To: <20060920152157.GD20244@ns2.wananchi.com> References: <20060920150511.GB20244@ns2.wananchi.com> <20060920111619.de01afb3.wmoran@collaborativefusion.com> <20060920152157.GD20244@ns2.wananchi.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: Dummynet in an IPFilter setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:36:19 -0000 In response to Odhiambo Washington : > * On 20/09/06 11:16 -0400, Bill Moran wrote: > | In response to Odhiambo Washington : > | > | [snip] > | > | > The scenario: > | > > | > I am running a FreeBSD 5.x box with IPFilter/IPNAT. The box has two > | > interfaces at the moment, external interface connected to the hostile > | > Internet and internal interface connected to a switch for the LAN. > | > > | > The ISP gives 256Kbit/s on the external interface. Out of this, I > | > need to dedicate/guarantee 128Kbit/s to just one machine. > | > > | > A streaming server has been introduced on the LAN, and it is considered > | > a VIP host as far as bandwidth allocation is concerned. > | > The problem is that p2p is also officially allowed on the LAN. I hate > | > it but it is allowed. Period. No argument about it. > | > > | > I need to guarantee 128Kbit/s of the available bandwidth to the > | > streaming host (server, if you can call it). > | > > | > > | > My thinking/plan: > | > > | > 1. Add one more NIC to the FreeBSD box (it's also the router, > | > firewall, _everything_ server) and put this on a separate IP block. > | > To this NIC I will connect the VIP host, which needs the guaranteed > | > bandwidth. I will therefore NAT traffic to/from it. > | > > | > 2. Restrict the current LAN hosts to 128Kbit/s via ipfw pipe. To me, > | > this means that: > | > (a) They cannot go beyond 128Kbit/s > | > (b) The VIP box will go above 128K/bit's in case the throttled > | > LAN is not using all of the 128Kbit/s > | > > | > I need to control bandwidth on the external interface only, not on the > | > LAN (internal interfaces). > | > > | > Is this rightful thinking or sheer imagination which is not practical? > | > | Seems reasonable. See below ... > > Thanks, Bill for that verification. > > > | > My problem: > | > > | > > | > Most important is being dumb when it comes to IPFW and hence the pipes > | > and all that pertains to it. > | > > | > Here is my ipfw configuration, in black and white (firewall_type="OPEN") > | > > | > > | > # Outside interface network and netmask and ip > | > oif="bfe0" > | > iif="xl0" > | > onet="62.8.68.0" > | > omask="255.255.255.252" > | > oip="62.8.68.22" > | > > | > # Inside interface network and netmask and ip > | > iif="xl0" > | > inet="10.0.0.0" > | > imask="255.255.255.0" > | > iip="10.0.0.2" > | > > | > ipfw pipe 1 config bw 128Kbit/s > | > > | > # Allow any traffic to or from my own net. > | > ${fwcmd} add pass all from ${iip} to ${inet}:${imask} > | > ${fwcmd} add pass all from ${inet}:${imask} to ${iip} > | > > | > # Throttle now > | > ipfw add pipe 1 tcp from $${inet}:${imask} to any out via ${oif} state > | ^^ > | > | Is this direct cut/paste? If so, you've got a sticky $ key. > > Yes, it was a paste "in the process of modifying" ;) > Noted with thanks. > > | > | > ${fwcmd} add 65000 pass all from any to any > | > > | > > | > With this configuration, it seems like even LAN->LAN communication is > | > being restricted to 128Kbit/s. I am not sure why, as simple as it looks! > | > Can someone tell me why that is happening? > | > > | > Now, supposing the 3rd NIC was on 10.0.1.0/24 network, and there is no > | > bandwidth limitation configuration, is it not true that I will have > | > achieved my goal? > | > > | > I'll simply give the FreeBSD box 10.0.1.1 and the VIP box 10.0.1.2 and > | > have a static route for the VIP box, with NAT for any connections > | > to/from it. > | > > | > > | > I'll really appreciate any help/advise towards a perfect configuration > | > for the firewall, and how I can get this to work. > | > > | > Thanks in advance. > > > Bill, you did not say anything on my problem with intra-LAN traffic. > Does that mean this configuration is okay, and should not at all affect > traffic within the LAN? I assumed that any problems you were seeing were a result of the typo. Seems to me that the config you propose will do what you want, but I haven't spent a lot of time thinking about it. Besides, these kind of configs rarely work perfectly on the first try, it usually takes a bit of tweaking after you implement them, as a result of unforseen consequences. I think you've got a good starting point and you should just monitor the set up for a while after implementation. -- Bill Moran Collaborative Fusion Inc. **************************************************************** IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. **************************************************************** From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 15:54: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 98DB316A412 for ; Wed, 20 Sep 2006 15:54:24 +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 2FC7143D5F for ; Wed, 20 Sep 2006 15:54:13 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 20 Sep 2006 15:54:12 -0000 Received: from p54A7FDA5.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.253.165] by mail.gmx.net (mp043) with SMTP; 20 Sep 2006 17:54:12 +0200 X-Authenticated: #5465401 Message-ID: <45116419.7040701@gmx.de> Date: Wed, 20 Sep 2006 17:54:01 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: Thomas Sandford References: <09bd01c6dcb6$cbe6b190$1d00010a@TDGSVAIO> In-Reply-To: <09bd01c6dcb6$cbe6b190$1d00010a@TDGSVAIO> 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: Why is GNATs refusing my posts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 15:54:24 -0000 Thomas Sandford wrote: > I recently tried to send a PR (for an updated port), and got the > following response: > > --- 8<--------------- > This is a canned auto-reply to your recent email to the bug submission > address. > > Your message has been identified as likely spam and has been discarded. > > If you feel this is an error, please submit your report via the web > interface or directly on the freebsd-bugs mailing list. > > --- 8<--------------- > > Frankly this is just DUMB. Autoresponding to (as opposed to bouncing) > spam is most likely going to hit someone other than the spammer. > > It gives me ZERO information as to why the mail system didn't like my > post, so I have no means of working out what I should change to appear > less like a source of spam. > > Since the mail sent was a properly formatted PR (generated by > devel/porttools), and the mail system got as far as accepting my email > before generating an autoresponse, it could/should at least have parsed > the email to see if it looked like a PR before rejecting it. > > > Furthermore it doesn't even seem to be consistent, since a PR submitted > the self same way about 4 days ago got through just fine. > > I've now got to rewrite the "description" part of the bug submission > (since it didn't copy my message back to me) and try and work out a way > of getting past the filter (there's no point in trying to submit the PR > through the web, as the web form clearly states "Note: copy/paste will > destroy TABs and spacing, and this web form should not be used to submit > code as plain text."). > > Spam is a major, worldwide problem - but transferring the problem to > someone else is NOT a solution. > > Oh - and if you hadn't guessed - this has really cheesed me off! The same thing happened to me today. I just sent the mail again, with one line changed and it got through. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 16:11: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 CEEF916A4A0 for ; Wed, 20 Sep 2006 16:11:29 +0000 (UTC) (envelope-from lists@webtent.net) Received: from hermes.webtent.net (hermes.webtent.net [208.38.145.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E6C43D91 for ; Wed, 20 Sep 2006 16:11:17 +0000 (GMT) (envelope-from lists@webtent.net) Received: from [70.110.70.46] (windows.webtent.org [70.110.70.46]) by hermes.webtent.net (8.10.2/8.10.2) with ESMTP id k8KGAqC08798 for ; Wed, 20 Sep 2006 12:10:52 -0400 Message-ID: <45116834.3080802@webtent.net> Date: Wed, 20 Sep 2006 12:11:32 -0400 From: Robert Fitzpatrick User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Using FreeBSD as a router X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 16:11:29 -0000 It's time to upgrade my old Cisco 10Mbps router and I am seriously considering using FreeBSD. I have found some solutions and wonder what one would recommend here on the list... Solution 1: http://tomclegg.net/256-router Solution 2: http://m0n0.ch/wall/index.php I want to duplicate my Cisco setup. It has 4 Ethernet ports with the WAN subnet assigned to the WAN port and 3 different subnets assigned to each of the remaining 3 ports leading to their VLANs on the switch. Looking for advise from those who have used the above solutions and their experiences. Thanks in advance! -- Robert From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 16:35: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 AAE1716A407 for ; Wed, 20 Sep 2006 16:35:26 +0000 (UTC) (envelope-from freebsd@lidstrom.eu) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC1D443D68 for ; Wed, 20 Sep 2006 16:33:47 +0000 (GMT) (envelope-from freebsd@lidstrom.eu) Received: from mailgw.henriklidstrom.se (83.250.106.220) by pne-smtpout2-sn2.hy.skanova.net (7.2.075) id 44FECF14003CD5C7; Wed, 20 Sep 2006 18:32:59 +0200 Received: from localhost (localhost.henriklidstrom.se [127.0.0.1]) by mailgw.henriklidstrom.se (Postfix) with ESMTP id EB929C1F7; Wed, 20 Sep 2006 18:32:54 +0200 (CEST) Received: from mailgw.henriklidstrom.se ([127.0.0.1]) by localhost (mailgw.henriklidstrom.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 56679-01; Wed, 20 Sep 2006 18:32:48 +0200 (CEST) Received: from [192.168.0.2] (henkezan.henriklidstrom.se [192.168.0.2]) by mailgw.henriklidstrom.se (Postfix) with ESMTP id 00AAABBD5; Wed, 20 Sep 2006 18:32:47 +0200 (CEST) Message-ID: <45116D40.7020904@lidstrom.eu> Date: Wed, 20 Sep 2006 18:33:04 +0200 From: =?ISO-8859-1?Q?Henrik_Lidstr=F6m?= User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Robert Fitzpatrick References: <45116834.3080802@webtent.net> In-Reply-To: <45116834.3080802@webtent.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at henriklidstrom.se Cc: FreeBSD Subject: Re: Using FreeBSD as a router X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 16:35:26 -0000 Robert Fitzpatrick skrev: > It's time to upgrade my old Cisco 10Mbps router and I am seriously > considering using FreeBSD. I have found some solutions and wonder what > one would recommend here on the list... > > Solution 1: http://tomclegg.net/256-router > Solution 2: http://m0n0.ch/wall/index.php pfSense is also very nice! http://www.pfsense.com/ /Henrik From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 16:36: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 6F62216A4DD for ; Wed, 20 Sep 2006 16:36:22 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (prime.gushi.org [72.9.101.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D9E43D7D for ; Wed, 20 Sep 2006 16:35:59 +0000 (GMT) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (localhost [127.0.0.1]) by prime.gushi.org (8.13.6/8.13.6) with ESMTP id k8KGZm5E024448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 Sep 2006 12:35:49 -0400 (EDT) (envelope-from danm@prime.gushi.org) DKIM-Signature: a=rsa-sha1; c=simple/simple; d=prime.gushi.org; s=default; t=1158770149; bh=Hgz1HwQpNeWpom9tCgDOS2920sY=; h=DomainKey-Signature: Received:Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=i+WB3+lxy3aH33Y9vxxA9BwHPwx8+m9FcDk2e8 wXCwYaOAsFgfYmseuXQOjF5NpngqwB+Yu3rVsXPY4aPKvCOQ== DomainKey-Signature: a=rsa-sha1; s=-l; d=prime.gushi.org; c=simple; q=dns; h=received:date:from:to:cc:subject:in-reply-to:message-id: references:mime-version:content-type; b=S64KY/+Q5gIAzzsGC22B1Lcg2lBP418T+xh2CZZRXKuLx5VP8yLPcc10QTcB1yXsc lxD884YaOeiOk22wQgx2g== Received: (from danm@localhost) by prime.gushi.org (8.13.6/8.13.6/Submit) id k8KGZm04024444; Wed, 20 Sep 2006 12:35:48 -0400 (EDT) (envelope-from danm) Date: Wed, 20 Sep 2006 12:35:48 -0400 (EDT) From: "Dan Mahoney, System Admin" To: Erik Norgaard In-Reply-To: <45110ADE.5090005@locolomo.org> Message-ID: <20060920104156.D68018@prime.gushi.org> References: <20060919165400.A4380@prime.gushi.org> <45106397.9080206@locolomo.org> <20060919181232.L68018@prime.gushi.org> <45110ADE.5090005@locolomo.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 16:36:22 -0000 On Wed, 20 Sep 2006, Erik Norgaard wrote: > Dan Mahoney, System Admin wrote: >> On Tue, 19 Sep 2006, Erik Norgaard wrote: >> >>> Along with some good advice. First of all: ssh is not a public service >>> like http or smtp where you need anyone to be able to connect. So don't >>> let them in the first place. >> >> It is in this case. It's a web server that allows shell usage (and >> encourages it, as I actually advocate the power that comes with a shell as >> opposed to the primitive (and less secure) interface you may get with crap >> utilities like cpanel, or FTP (where you're at the mercy of the featureset >> of your particular app). > > I think you misunderstood what I meant by public service, or maybe it wasn't > clear: By a public service I mean a service available for anyone, even > anonymously: You're not going to register the world to let people send mail > to your server, (while you may (recommended) require authentication to send > mail from your server). > > Your ssh service should only be available to your users. True enough, but so is/should pop3, and we're not having this problem there. Nor is there even an option for publickey auth (even though it uses PAM). > People can always manage access badly. Yes, you may not be sure of password > protection on the keys, but the intruder first needs to get a copy of the > key. If this is stored on a usb-stick the user carries with him, or only on > systems that require local authentication first, then I think you're better > off than password based ssh. > > I think that people can better understand and manage a physical thing like a > usb-stick and use that as their key. If the capacity is small enough, it is > unlikely that people will use it for other stuff and accidentially delete the > key. Yes, and then if/WHEN they do lose it, it's all the much MORE trouble to regenerate it and walk them through the motions of re-uploading it. >>> You may still find sshd login denied entries in your log - so what? it was >>> denied! This is really only a problem if the traffics saturates your >>> connection, or your log files grow so much that you run out of diskspace. >> >> It was denied, yes...but when it's denied for 200 different users from the >> same IP, it only takes one user with a weak password (and as much as I like >> keys, I personally prefer the passwords). I also find that since I have a >> nice web-enabled SSH app (as part of usermin), the key becomes sorta >> useless in that case. > > As you read the article they had a password logger to see what passwords were > attempted, quite interesting very very weak passwords. You can easily weed > out bad password by running a cracker and forcing your users to change. This is definitely "in the plan" -- password crackers eat CPU like nobody's business so it would have to run "off site" but I've done this before with crack. I may try John this time. > I would like to find an alternative to passwd that can enforce a password > policy, like min. 8 chars, upper AND lower case chars and numbers. I've managed to very easily compile passwd against cracklib. Cracklib is in ports and easy to build -- FreeBSD could use (but I haven't filed the requests) a) an option in make.conf to prevent passwd from getting built on a buildworld and b) the patched passwd/yppasswd tree in ports. If you want a few easy ports to maintain, these could be it :) > >>> The article also comments on moving ssh to a different port, but this >>> causes confusion and annoyance if you have many users and is non-standard. >>> Doing the other things works great, an ssh-key on a usb-keyring is great. >> >> For anyone savvy, yes. I don't assume that level of savvy. > > Well, then - can't you also assume that people can use keys and understand > that these should be protected by passwords? No, my assumption for the sake of simplicity has been to tell people "use this hostname for everything, and this ONE method of logging in should work for everything". Yes, some of my more savvy users CAN set up keys. But for someone who wants the quick method to fix a few broken files, bad permissions, etc, it' far easier to tell them "get putty, log in..., and then cd to your homedir and type...". I've been through this dance. "Get putty. Get puttygen. Now make a keyfile with options you really don't understand. Now find a way that, in the spirit of SSH you can upload that keyfile without using your password since I was told to disallow it...now password protect your key with something LONG and COMPLICATED when you can't even remember a password that you were emailed, and trusted your FTP app to remember...okay, now have that key with you everywhere you go (and you can't cheat and upload it to someplace like your xdrive.com or other service, you have to carry physical media. You understand all that? Okay, now cd to your homedir and type... >>> Personally, I created a script for parsing the delegated files from the >>> different regional registries such as only to allow connection from EU >>> countries. >> >> Sounds interesting, is it public? > > http://www.daemonsecurity.com/pub/src/tools/cc-cidr.pl Thanks. > The output is just a list of cidr addresses that can be used in tables with > packet filter. Or edit to create the output you want. Thanks, will have a look. -Dan -- "We are basically...'Bandwidth Pimps'...Hrmmm...But that's cool man! You see these gold chains? It's all good!" -Ali Dhoon 03/03/2003, 7PM --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org --------------------------- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 16:39: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 1EF6816A47E for ; Wed, 20 Sep 2006 16:39:14 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 59FA443E4D for ; Wed, 20 Sep 2006 16:37:51 +0000 (GMT) (envelope-from robin@reportlab.com) Received: (qmail 82867 invoked from network); 20 Sep 2006 16:37:25 -0000 Received: from unknown (HELO ?192.168.0.3?) (unknown) by unknown with SMTP; 20 Sep 2006 16:37:25 -0000 X-pair-Authenticated: 217.196.247.135 Message-ID: <45116E76.6020009@chamonix.reportlab.co.uk> Date: Wed, 20 Sep 2006 17:38:14 +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: gmirror HD failure detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 16:39:14 -0000 After using Dru Lavigne's excellent article http://tinyurl.com/da66a about Raid-1 I have a full Raid-1 mirror on a new rack server. I'm wondering if anyone can tell me how best to monitor the hardware status to detect imminent failure of one of the disks? Do I use something like smartctl in a cron or what? -- Robin Becker From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 16:51: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 330D916A539 for ; Wed, 20 Sep 2006 16:51:24 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0552A43D6D for ; Wed, 20 Sep 2006 16:51:09 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin03-en2 [10.13.10.148]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id k8KGp70h024339; Wed, 20 Sep 2006 09:51:07 -0700 (PDT) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin03/MantshX 4.0) with ESMTP id k8KGp5A7001687; Wed, 20 Sep 2006 09:51:06 -0700 (PDT) In-Reply-To: <451123D8.7090007@gmail.com> References: <451123D8.7090007@gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7FC2723C-29C4-40DC-A95D-2B7DEDF79575@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Wed, 20 Sep 2006 09:51:04 -0700 To: eoghan X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: freebsd Subject: Re: amd ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 16:51:24 -0000 On Sep 20, 2006, at 4:19 AM, eoghan wrote: > Just a general question about the ports for freebsd. I am now > running 6.1 on amd64. Got most of what I need, but noticed that > some ports are only i386 - like the flock browser and skype. > Obviously I can live without these but was just wondering if there > is a place I could check to see whether these would be available > for amd in the future? Certainly. The best place would be with the port maintainer, if any is listed, and with the project-specific mailing list, webforum, original developer(s), or whatever. The latter may be more helpful, as not all port maintainers may have access to AMD64/EM64T hardware. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 17:03: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 3C81E16A412 for ; Wed, 20 Sep 2006 17:03:02 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8709D43D68 for ; Wed, 20 Sep 2006 17:02:51 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so652504nfc for ; Wed, 20 Sep 2006 10:02:50 -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=ZHUIJ1pDELI7/qrTxvsZBwiSdZB838w2CL6CqYmib2BNZl02KoPzN5aaFk+qIgtkbhflijnB/brt6uI8B/DeiZbkeUMJZiSb0LdYHY7obX0hUPBKJb0XCpL81H322CLavEVvG1wICH7QP9QPIK80ArzpfvbK1ZSbwavOUf940nU= Received: by 10.49.20.5 with SMTP id x5mr20222181nfi; Wed, 20 Sep 2006 10:02:49 -0700 (PDT) Received: by 10.48.210.5 with HTTP; Wed, 20 Sep 2006 10:02:40 -0700 (PDT) Message-ID: <54db43990609201002x503b691fxe3b828ca81f13c5a@mail.gmail.com> Date: Wed, 20 Sep 2006 13:02:40 -0400 From: "Bob Johnson" To: "Robin Becker" In-Reply-To: <45116E76.6020009@chamonix.reportlab.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45116E76.6020009@chamonix.reportlab.co.uk> Cc: freebsd-questions@freebsd.org Subject: Re: gmirror HD failure detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 17:03:02 -0000 On 9/20/06, Robin Becker wrote: > After using Dru Lavigne's excellent article http://tinyurl.com/da66a about > Raid-1 I have a full Raid-1 mirror on a new rack server. I'm wondering if > anyone > can tell me how best to monitor the hardware status to detect imminent > failure > of one of the disks? Do I use something like smartctl in a cron or what? When you installed smartmontools to get smartctl, it should have also installed smartd. It will run in the background and notify you of significant changes. man smartd for details. - Bob From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 17:04:06 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4165816A403 for ; Wed, 20 Sep 2006 17:04:06 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83114.mail.mud.yahoo.com (web83114.mail.mud.yahoo.com [216.252.101.43]) by mx1.FreeBSD.org (Postfix) with SMTP id 0FC8243D88 for ; Wed, 20 Sep 2006 17:03:41 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 92692 invoked by uid 60001); 20 Sep 2006 17:03:41 -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=Bt999eFVbwGm50C05Gf45EN/ixGnJTqhRbGguo7hd99ZDXC80tJbcJoDGXbpHD/bRTNeGN8ewSXsgmAM8Iwfls1FUbQdUaE9sBngVUELm2XxreU7FBJoXQgm/3KuMUNR6HGjKfrephqb1rjnNQyTIa6vwo5wZBUXTSZtL6gxM0Q= ; Message-ID: <20060920170341.92690.qmail@web83114.mail.mud.yahoo.com> Received: from [63.240.228.37] by web83114.mail.mud.yahoo.com via HTTP; Wed, 20 Sep 2006 10:03:41 PDT Date: Wed, 20 Sep 2006 10:03:41 -0700 (PDT) From: backyard To: "Dan Mahoney, System Admin" , backyard In-Reply-To: <20060919183404.H68018@prime.gushi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org Subject: Re: sshd brute force attempts? 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: Wed, 20 Sep 2006 17:04:06 -0000 --- "Dan Mahoney, System Admin" wrote: > On Tue, 19 Sep 2006, backyard wrote: > > > In reality using passwords with SSH kinda defeats > the > > purpose of SSH. > > Keeping passwords from being sent across the network > as cleartext? > > -Dan ssh will encrypt them of course but... the nosey snoop watching over your shoulder can see the keys you type, or the tricky guy that has installed a STDIN monitor hack, or enabling debugging of the console by mistake and having it appear in the syslogs. Using keys means you never have to use a password, other then locking the key. The key should always have a different password from the login. Using keys is the point of SSH so you can eliminate passworded logins making sure no one sees them at all. -brian > > -- > > "Of course she's gonna be upset! You're dealing > with a woman here Dan, > what the hell's wrong with you?" > > -S. Kennedy, 11/11/01 > From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 17:09: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 4BE5D16A47B for ; Wed, 20 Sep 2006 17:09:57 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from mail.gregs-garage.com (h-64-105-8-34.chcgilgm.covad.net [64.105.8.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC1E43D76 for ; Wed, 20 Sep 2006 17:09:45 +0000 (GMT) (envelope-from ggroth@gregs-garage.com) Received: from [10.10.10.124] (localhost.gregs-garage.com [127.0.0.1]) by mail.gregs-garage.com (Postfix) with ESMTP id 74843114024 for ; Wed, 20 Sep 2006 12:11:15 -0500 (CDT) Message-ID: <451176C6.4050706@gregs-garage.com> Date: Wed, 20 Sep 2006 12:13:42 -0500 From: Greg Groth User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: portmanager ftp question. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 17:09:57 -0000 Here's the situation, I have 3 BSD servers sitting behind a pfsense firewall. When I run portmanager on any of the 3 servers, inevitably it runs into a distfile that can't be downloaded from an FTP site. Although I haven't checked the log files on the firewall, I'm fairly positive this is an active / passive issue. My workaround right now is to download the required distfile to a machine on the LAN (sitting behind the pfsense firewall), and SCP it to the server, and restart portmanager. I've played around with the FTP helper settings on pfsense, to no avail. Is there a way to globally set active or passive FTP connections on the servers so portmanager will work correctly? I'll occasionally run into the same issue when building a new port as well. I'm not sure what app the machine is using to download the distfiles, wget? If this is the case, my question would be is there a way to set a configuration for wget to use either active or passive ftp connections all the time, no matter which process is calling it? Best regards, Greg Groth From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 17:17: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 60DD316A416 for ; Wed, 20 Sep 2006 17:17:48 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-02.ohiordc.rr.com (ms-smtp-02.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFEF43D5D for ; Wed, 20 Sep 2006 17:17:47 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-71-65-68-20.woh.res.rr.com [71.65.68.20]) by ms-smtp-02.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id k8KHHiUr000784 for ; Wed, 20 Sep 2006 13:17:44 -0400 (EDT) Message-ID: <004f01c6dcd8$afcd6cc0$0200a8c0@satellite> From: "Dave" To: References: <45116E76.6020009@chamonix.reportlab.co.uk> <54db43990609201002x503b691fxe3b828ca81f13c5a@mail.gmail.com> Date: Wed, 20 Sep 2006 13:17:43 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: gmirror HD failure detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 17:17:48 -0000 Hi, I've got smartd going on a gmirror system, however when smartd starts up it says it can't find the various drives. I've tried both the autodetection line as well as specifying the individual drives. If this does work i'd like to know about it as i believe i might have one failing drive, but am not sure which one. Thanks. Dave. ----- Original Message ----- From: "Bob Johnson" To: "Robin Becker" Cc: Sent: Wednesday, September 20, 2006 1:02 PM Subject: Re: gmirror HD failure detection > On 9/20/06, Robin Becker wrote: >> After using Dru Lavigne's excellent article http://tinyurl.com/da66a >> about >> Raid-1 I have a full Raid-1 mirror on a new rack server. I'm wondering if >> anyone >> can tell me how best to monitor the hardware status to detect imminent >> failure >> of one of the disks? Do I use something like smartctl in a cron or what? > > When you installed smartmontools to get smartctl, it should have also > installed smartd. It will run in the background and notify you of > significant changes. man smartd for details. > > - 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" From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 17:17: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 8DA3016A47C for ; Wed, 20 Sep 2006 17:17:54 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 282BB43D49 for ; Wed, 20 Sep 2006 17:17:53 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.140] (helo=anti-virus02-07) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1GQ5hn-0005zC-W6; Wed, 20 Sep 2006 18:17:52 +0100 Received: from [82.41.35.166] (helo=[192.168.0.2]) by asmtp-out5.blueyonder.co.uk with esmtp (Exim 4.52) id 1GQ5Tp-00037I-B3; Wed, 20 Sep 2006 18:03:25 +0100 Message-ID: <4511745C.2080701@dial.pipex.com> Date: Wed, 20 Sep 2006 18:03:24 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Robin Becker References: <45116E76.6020009@chamonix.reportlab.co.uk> In-Reply-To: <45116E76.6020009@chamonix.reportlab.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: gmirror HD failure detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 17:17:54 -0000 Robin Becker wrote: > After using Dru Lavigne's excellent article http://tinyurl.com/da66a > about Raid-1 I have a full Raid-1 mirror on a new rack server. I'm > wondering if anyone can tell me how best to monitor the hardware > status to detect imminent failure of one of the disks? Do I use > something like smartctl in a cron or what? Assuming that the disks support SMART then just read the man page for smartd. No need for cron. You can also schedule "short" and "long" tests to run in off hours. smartmontools is easy to uninstall if it doesn't work for you. However, this will tell you that a disk is failing (or failed) which is not quite the same as array status. An array (theoretically) might be sub-optimal for non-SMART reasons. Someone familiar with gmirror will have to answer that bit... but gmirror status -s looks from the man page like it might be interesting and *that* could be run from cron and parsed to weed out "status OK results". --Alex From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 17:33: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 C3F3316A40F for ; Wed, 20 Sep 2006 17:33:45 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 2086143D76 for ; Wed, 20 Sep 2006 17:33:43 +0000 (GMT) (envelope-from robin@reportlab.com) Received: (qmail 35130 invoked from network); 20 Sep 2006 17:33:42 -0000 Received: from unknown (HELO ?192.168.0.3?) (unknown) by unknown with SMTP; 20 Sep 2006 17:33:42 -0000 X-pair-Authenticated: 217.196.247.135 Message-ID: <45117BA6.2040700@chamonix.reportlab.co.uk> Date: Wed, 20 Sep 2006 18:34:30 +0100 From: Robin Becker User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <45116E76.6020009@chamonix.reportlab.co.uk> <54db43990609201002x503b691fxe3b828ca81f13c5a@mail.gmail.com> <004f01c6dcd8$afcd6cc0$0200a8c0@satellite> In-Reply-To: <004f01c6dcd8$afcd6cc0$0200a8c0@satellite> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gmirror HD failure detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 17:33:45 -0000 Dave wrote: > Hi, > I've got smartd going on a gmirror system, however when smartd starts > up it says it can't find the various drives. I've tried both the > autodetection line as well as specifying the individual drives. If this > does work i'd like to know about it as i believe i might have one > failing drive, but am not sure which one. > Thanks. > Dave. > well as root I can certainly run smartctl -a /dev/ad4 (or /dev/ad6) so I assume smartd could. I like the idea of using gmirror status -s , but I don't know what the results would be if one of the disks were going bad. Would it change from COMPLETE to DEGRADED suddenly? -- Robin Becker From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 17:44: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 945B316A4D2 for ; Wed, 20 Sep 2006 17:44:08 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 453C143DA0 for ; Wed, 20 Sep 2006 17:44:04 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.24.241.5] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k8KHhljp036407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 Sep 2006 10:43:48 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <45117DC7.9010406@enabled.com> Date: Wed, 20 Sep 2006 13:43:35 -0400 From: Noah User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: "Peter N. M. Hansteen" References: <450C7555.6050502@enabled.com> <87eju9niiq.fsf@amidala.kakemonster.bsdly.net> In-Reply-To: <87eju9niiq.fsf@amidala.kakemonster.bsdly.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ipfw and temporary port access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 17:44:08 -0000 Peter N. M. Hansteen wrote: > Noah writes: > > >> Any clues if a system like this is a already coded and out there somewhere? >> > > Apart from the ipfw reqirement, you have just described authpf, see eg > http://www.freebsd.org/cgi/man.cgi?query=authpf&apropos=0&sektion=0&manpath=FreeBSD+6.1-RELEASE&format=html > > Hi there, authpf needs ssh access which is not something we have universally open - is there a way to integrate authpf without granting ssh access? Cheer,s Noah From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 18:00: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 81CB716A403 for ; Wed, 20 Sep 2006 18:00:23 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF5043D66 for ; Wed, 20 Sep 2006 18:00:16 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 9C0DDDA8342 for ; Wed, 20 Sep 2006 14:00:15 -0400 (EDT) Received: from heartbeat1.internal ([10.202.2.160]) by frontend3.internal (MEProxy); Wed, 20 Sep 2006 14:00:17 -0400 X-Sasl-enc: /VRAUMPBSzi+6G0TPlU6Wi6btmOL6GlVbUDKiOWO5Ye/ 1158775215 Received: from [192.168.1.2] (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id CC25515A66 for ; Wed, 20 Sep 2006 14:00:15 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Wed, 20 Sep 2006 19:00:04 +0100 User-Agent: KMail/1.9.4 References: <451176C6.4050706@gregs-garage.com> In-Reply-To: <451176C6.4050706@gregs-garage.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609201900.06499.list-freebsd-2004@morbius.sent.com> Subject: Re: portmanager ftp question. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 18:00:23 -0000 On Wednesday 20 September 2006 18:13, Greg Groth wrote: > Here's the situation, I have 3 BSD servers sitting behind a pfsense > firewall. When I run portmanager on any of the 3 servers, inevitably it > runs into a distfile that can't be downloaded from an FTP site. > Although I haven't checked the log files on the firewall, I'm fairly > positive this is an active / passive issue. My workaround right now is > to download the required distfile to a machine on the LAN (sitting > behind the pfsense firewall), and SCP it to the server, and restart > portmanager. I've played around with the FTP helper settings on > pfsense, to no avail. Is there a way to globally set active or passive > FTP connections on the servers so portmanager will work correctly? I'll > occasionally run into the same issue when building a new port as well. > I'm not sure what app the machine is using to download the distfiles, > wget? If this is the case, my question would be is there a way to set a > configuration for wget to use either active or passive ftp connections > all the time, no matter which process is calling it? What does "make -V FETCH_CMD" say? The default is "fetch -ApRr" where -p means passive. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 18:03: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 3EB7316A416 for ; Wed, 20 Sep 2006 18:03:34 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from mail.gregs-garage.com (h-64-105-8-34.chcgilgm.covad.net [64.105.8.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC47A43D77 for ; Wed, 20 Sep 2006 18:03:32 +0000 (GMT) (envelope-from ggroth@gregs-garage.com) Received: from [10.10.10.124] (localhost.gregs-garage.com [127.0.0.1]) by mail.gregs-garage.com (Postfix) with ESMTP id 52E2B114022 for ; Wed, 20 Sep 2006 13:05:02 -0500 (CDT) Message-ID: <45118361.9050806@gregs-garage.com> Date: Wed, 20 Sep 2006 13:07:29 -0500 From: Greg Groth User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: questions@FreeBSD.org References: <451176C6.4050706@gregs-garage.com> <200609201900.06499.list-freebsd-2004@morbius.sent.com> In-Reply-To: <200609201900.06499.list-freebsd-2004@morbius.sent.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: portmanager ftp question. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 18:03:34 -0000 > What does "make -V FETCH_CMD" say? The default is "fetch -ApRr" where -p means > passive. /usr/bin/fetch -ARr Best regards, Greg Groth From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 18:14: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 1C80A16A412 for ; Wed, 20 Sep 2006 18:14:40 +0000 (UTC) (envelope-from Alex.Franks@SoleTechnology.com) Received: from core.soletechnology.com (mail.soletechnology.com [216.103.149.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B4943D4C for ; Wed, 20 Sep 2006 18:14:39 +0000 (GMT) (envelope-from Alex.Franks@SoleTechnology.com) 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: Wed, 20 Sep 2006 11:14:38 -0700 Message-ID: <40BF70F735DE5643AF18FA29A17C253C07E627FE@core.soletechnology.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD 5.4 no inodes left Thread-Index: AcbcxTdrvp4aF8aEQu+KR52/hvsC2AAGymOA From: "Alex Franks" To: "Philip Radford" , Cc: Subject: RE: FreeBSD 5.4 no inodes left X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 18:14:40 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Philip Radford Sent: Wednesday, September 20, 2006 7:55 AM To: freebsd-questions@freebsd.org Subject: FreeBSD 5.4 no inodes left Hi All, I am running FreeBSD 5.4 and have recently received the following message on our box for the /var partiton. No inodes left. I have checked the statistics and there was an apache httpd log which was maxing out the usable space. I have since removed this file and the available space has dropped to over 50%. However I still get the 'no inodes left' message even though I have freed the space. Does anyone know how I can get the inodes to be freed up on the /var partition. Thanks in advance. Regards Phil. Hey all, I recently had the *exact* same problem on a 4.11-STABLE box. Plenty of disc space on /var but out of inodes. Also, the system was incredibly sluggish despite showing loads of 0.00 across the board in uptime and top. This problem coincided with a LOT of sleeping and zombie processes. I had a cron job running every 5 minutes and couldn't even edit the crontab because of the lack of inodes. I ended up just wiping out all the directories under /var/db/pkg (since these can easily be downloaded again) and shut off the cron jobs that were spawning new procs. Turns out (part of?) the problem was qmail had a very large amount of messages in its queue. Once I flushed qmail's queue and the messages were sent out, the system returned to normal. Hope this helps you or someone else. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 18:45: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 76A3C16A412 for ; Wed, 20 Sep 2006 18:45:37 +0000 (UTC) (envelope-from andrewgould@yahoo.com) Received: from web35303.mail.mud.yahoo.com (web35303.mail.mud.yahoo.com [66.163.179.97]) by mx1.FreeBSD.org (Postfix) with SMTP id EA79343D6A for ; Wed, 20 Sep 2006 18:45:33 +0000 (GMT) (envelope-from andrewgould@yahoo.com) Received: (qmail 98956 invoked by uid 60001); 20 Sep 2006 18:45:33 -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=S05LduU0RdI9VlIvJI2qMzOf1A6uRWBJL3P/taFaOyG7gOBuo26wt7NHTFxAYiUJGuoSoldXLMmvCdS6PzoNwobTFI5/qNu9QpSZ5lChsX31SwQ3fznNhX8jYxmt5daq7Ct+Qpi9ZVH3/LWfKkSZOWQI4q7zO7gLonsZZaz7jgY= ; Message-ID: <20060920184533.98954.qmail@web35303.mail.mud.yahoo.com> Received: from [206.255.31.21] by web35303.mail.mud.yahoo.com via HTTP; Wed, 20 Sep 2006 11:45:33 PDT Date: Wed, 20 Sep 2006 11:45:33 -0700 (PDT) From: Andrew Gould To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: extracting base names from package listing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 18:45:37 -0000 pkg_info provides a nice listing of package names that include version numbers. I'd like to have a list of the names without the version numbers so that I can write a script to install the newer versions after a clean installation. Looking at the package names, I'm having a hard time coming up with an algorithm for separating the package names from the version numbers. Many package names have dashes (postgresql-server), and some have letters in the version numbers (libid3tag-0.15.1b). Does anyone have a good way of separating the package names from the version numbers? Is there a better way of identifying and installing a set of packages after a clean installation? Any help would be appreciated. Thanks, Andrew L. Gould From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 18:48: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 A0A6516A416 for ; Wed, 20 Sep 2006 18:48:56 +0000 (UTC) (envelope-from andrewgould@yahoo.com) Received: from web35302.mail.mud.yahoo.com (web35302.mail.mud.yahoo.com [66.163.179.96]) by mx1.FreeBSD.org (Postfix) with SMTP id 2923343D6A for ; Wed, 20 Sep 2006 18:48:56 +0000 (GMT) (envelope-from andrewgould@yahoo.com) Received: (qmail 20700 invoked by uid 60001); 20 Sep 2006 18:48:55 -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=DtGR7m9HX7Y0N/BUYcnjRtGhMRt+jHZJKY5zx5qw0egdHEJmmXrAfxBYYWqAOm+8YlQqlpci9IhCts+x0ciayq0iE3MbLUH1HIkJyj48nj01EuOv5MDHkxe5SVh6mhefXeg0Nphc8AUpoEa+Oddui+edGWUn6H5gGQydh7+OJXI= ; Message-ID: <20060920184855.20698.qmail@web35302.mail.mud.yahoo.com> Received: from [206.255.31.21] by web35302.mail.mud.yahoo.com via HTTP; Wed, 20 Sep 2006 11:48:55 PDT Date: Wed, 20 Sep 2006 11:48:55 -0700 (PDT) From: Andrew Gould To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: FreeNX and NX tutorials? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 18:48:56 -0000 Does anyone know of any tutorials for running FreeNX and NX on FreeBSD? Thanks, Andrew L. Gould From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 19:12: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 7FDA816A4CE for ; Wed, 20 Sep 2006 19:12:31 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A5D043D72 for ; Wed, 20 Sep 2006 19:12:28 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 6927ADA8A8C for ; Wed, 20 Sep 2006 15:12:27 -0400 (EDT) Received: from heartbeat1.internal ([10.202.2.160]) by frontend3.internal (MEProxy); Wed, 20 Sep 2006 15:12:28 -0400 X-Sasl-enc: 3SgPPZG9EUCSwAFHKypa6ZOBDXPr8ZrSUsqs0mproPWV 1158779548 Received: from [192.168.1.2] (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id A502E8B80 for ; Wed, 20 Sep 2006 15:12:28 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Wed, 20 Sep 2006 20:12:22 +0100 User-Agent: KMail/1.9.4 References: <20060920184533.98954.qmail@web35303.mail.mud.yahoo.com> In-Reply-To: <20060920184533.98954.qmail@web35303.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: <200609202012.23996.list-freebsd-2004@morbius.sent.com> Subject: Re: extracting base names from package listing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 19:12:31 -0000 On Wednesday 20 September 2006 19:45, Andrew Gould wrote: > pkg_info provides a nice listing of package names that > include version numbers. I'd like to have a list of > the names without the version numbers so that I can > write a script to install the newer versions after a > clean installation. > > Looking at the package names, I'm having a hard time > coming up with an algorithm for separating the package > names from the version numbers. Many package names > have dashes (postgresql-server), and some have letters > in the version numbers (libid3tag-0.15.1b). > > Does anyone have a good way of separating the package > names from the version numbers? > > Is there a better way of identifying and installing a > set of packages after a clean installation? What you actually want is the origins, pkg_info -oq "*" will give you that. What I think is a better idea is to get a list of the leaf origins, and let the ports sytem sort out the rest itself - you may end up with a cleaner set of dependencies. See the thread "Moving to new PC" above for a way to get these from portmanager. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 19:17:10 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B978116A407 for ; Wed, 20 Sep 2006 19:17:10 +0000 (UTC) (envelope-from doug@safeport.com) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CAE643D55 for ; Wed, 20 Sep 2006 19:17:07 +0000 (GMT) (envelope-from doug@safeport.com) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.13.8/8.13.8) with ESMTP id k8KJH5jH063892 for ; Wed, 20 Sep 2006 15:17:05 -0400 (EDT) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by fledge.watson.org (8.13.8/8.13.8/Submit) with ESMTP id k8KJH4GO063888 for ; Wed, 20 Sep 2006 15:17:05 -0400 (EDT) (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Wed, 20 Sep 2006 15:17:04 -0400 (EDT) From: doug@safeport.com X-X-Sender: doug@fledge.watson.org To: freebsd-questions@FreeBSD.ORG In-Reply-To: <20060918154854.J52267@pemaquid.safeport.com> Message-ID: <20060920150924.H62846@fledge.watson.org> References: <20060918151000.K47377@pemaquid.safeport.com> <20060918192725.GA3262@osiris.chen.org.nz> <20060918154854.J52267@pemaquid.safeport.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: imap-uw question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 19:17:10 -0000 On Mon, 18 Sep 2006, doug@safeport.com wrote: > On Tue, 19 Sep 2006, Jonathan Chen wrote: > >> On Mon, Sep 18, 2006 at 03:16:26PM -0400, doug@safeport.com wrote: >>> Has anyone configure imap-uw to accept plaintext passwords? The options listed >>> in the doumentation do not work. I have tried various combinations of >>> PASSWDTYPE, SSLTYPE, and WITH_SSL_AND_PLAINTEXT with no success. >>> >>> Or is there a better imap/pop daemon to use? Thanks for any help. >> >> You have to make sure that BOTH mail/imap-uw and mail/cclient have >> been compiled with "-DWITH_SSL_AND_PLAINTEXT". >> >> Cheers. >> -- >> Jonathan Chen >> ---------------------------------------------------------------------- >> Power corrupts, Absolute Power is pretty neat >> > That (eventually) did it - thanks. From reading the UW docs, I had tried: > > make WITH_SSL_AND_PLAINTEXT=yes > > which looked liked reading the make file do the right thing. What's the > difference or where can I read about it? I other confusion came from having to > restart inetd. I would have thought that was not necessary. > The answer at least for imap-uw is do not pay too much attention to the makes files and docs in the source, rather use /usr/ports/mail/imap-uw/Makefile. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 19:18: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 2444E16A40F for ; Wed, 20 Sep 2006 19:18:14 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD09F43DA0 for ; Wed, 20 Sep 2006 19:17:43 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id C853ADA8AF5 for ; Wed, 20 Sep 2006 15:17:41 -0400 (EDT) Received: from heartbeat1.internal ([10.202.2.160]) by frontend3.internal (MEProxy); Wed, 20 Sep 2006 15:17:43 -0400 X-Sasl-enc: pG1ImbjLuNt1BjAXkxpjomW4JT/ejRZM+Far3BSeJH04 1158779863 Received: from [192.168.1.2] (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 1187A15A70 for ; Wed, 20 Sep 2006 15:17:43 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Wed, 20 Sep 2006 20:17:39 +0100 User-Agent: KMail/1.9.4 References: <451176C6.4050706@gregs-garage.com> <200609201900.06499.list-freebsd-2004@morbius.sent.com> <45118361.9050806@gregs-garage.com> In-Reply-To: <45118361.9050806@gregs-garage.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609202017.40388.list-freebsd-2004@morbius.sent.com> Subject: Re: portmanager ftp question. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 19:18:14 -0000 On Wednesday 20 September 2006 19:07, Greg Groth wrote: > > What does "make -V FETCH_CMD" say? The default is "fetch -ApRr" where -p > > means passive. > > /usr/bin/fetch -ARr Check that you don't have this defined in the environment, or make.conf. Updating your ports tree should bring in the new default, or you can simple define it in make.conf From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 19:41: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 D2F7216A4A0 for ; Wed, 20 Sep 2006 19:41:05 +0000 (UTC) (envelope-from andrewgould@yahoo.com) Received: from web35302.mail.mud.yahoo.com (web35302.mail.mud.yahoo.com [66.163.179.96]) by mx1.FreeBSD.org (Postfix) with SMTP id A2E5B43D64 for ; Wed, 20 Sep 2006 19:40:54 +0000 (GMT) (envelope-from andrewgould@yahoo.com) Received: (qmail 36928 invoked by uid 60001); 20 Sep 2006 19:40:54 -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=AZ+xKm9l5mhzHl2v56dXMiAReUffQr0GsS1woSo8ea+jFMDxkgqYczsq066moNJ4dGGydRmWMP0ln1RUAFPOmpxb9D0ntrZFAI6FoLe4uBJ+rYhS5UrQibOIIkvHwOJYWmmUw6Mu3BjmBi29JJ5Pa3iH67A0cMcIe176PUmZHMM= ; Message-ID: <20060920194054.36922.qmail@web35302.mail.mud.yahoo.com> Received: from [206.255.31.21] by web35302.mail.mud.yahoo.com via HTTP; Wed, 20 Sep 2006 12:40:54 PDT Date: Wed, 20 Sep 2006 12:40:54 -0700 (PDT) From: Andrew Gould To: RW , freebsd-questions@freebsd.org In-Reply-To: <200609202012.23996.list-freebsd-2004@morbius.sent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: extracting base names from package listing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 19:41:05 -0000 Thanks. --- RW wrote: > On Wednesday 20 September 2006 19:45, Andrew Gould > wrote: > > pkg_info provides a nice listing of package names > that > > include version numbers. I'd like to have a list > of > > the names without the version numbers so that I > can > > write a script to install the newer versions after > a > > clean installation. > > > > Looking at the package names, I'm having a hard > time > > coming up with an algorithm for separating the > package > > names from the version numbers. Many package > names > > have dashes (postgresql-server), and some have > letters > > in the version numbers (libid3tag-0.15.1b). > > > > Does anyone have a good way of separating the > package > > names from the version numbers? > > > > Is there a better way of identifying and > installing a > > set of packages after a clean installation? > > What you actually want is the origins, pkg_info -oq > "*" will give you that. > > What I think is a better idea is to get a list of > the leaf origins, and let > the ports sytem sort out the rest itself - you may > end up with a cleaner set > of dependencies. See the thread "Moving to new PC" > above for a way to get > these from portmanager. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 19:48:01 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFE316A407 for ; Wed, 20 Sep 2006 19:48:01 +0000 (UTC) (envelope-from adamlsd@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0F6343D45 for ; Wed, 20 Sep 2006 19:48:00 +0000 (GMT) (envelope-from adamlsd@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so366206wxd for ; Wed, 20 Sep 2006 12:48:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer:sender; b=S2BqcvDnZyquRVglSLwmb3ehqmVnXRNeLFgvGkEe862L5M1Gbxik7cI6lYlumjyjpF9QsPPNs18e4OjnoG2MC/qzsPF7DY9TUfoZ/8shlT3iknARX/g4z+w6utSbWC71TCZF0uQkIW0R6Xj5EEvt21oHw8ViBvwZYG8bB4bQD3s= Received: by 10.70.65.5 with SMTP id n5mr23608310wxa; Wed, 20 Sep 2006 12:48:00 -0700 (PDT) Received: from ?130.245.126.51? ( [130.245.126.51]) by mx.gmail.com with ESMTP id h16sm1589961wxd.2006.09.20.12.47.58; Wed, 20 Sep 2006 12:47:59 -0700 (PDT) In-Reply-To: <451000E4.2090000@averageadmins.com> References: <450F00C6.1060805@averageadmins.com> <450F1222.3080800@averageadmins.com> <451000E4.2090000@averageadmins.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Adam Martin Date: Wed, 20 Sep 2006 15:47:58 -0400 To: Jeff Cross X-Mailer: Apple Mail (2.624) Sender: Adam Martin Cc: questions@freebsd.org Subject: Re: Dell PE850 and FreeBSD 6.1-RELEASE - Boot Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 19:48:01 -0000 On 2006 Sep 19 , at 10:38, Jeff Cross wrote: > Adam Martin wrote: >> >> On 2006 Sep 18 , at 17:39, Jeff Cross wrote: >> >>> Adam Martin wrote: >>>> >>>> On 2006 Sep 18 , at 16:25, Jeff Cross wrote: >>>> >>>>> I am trying to run FreeBSD 6.1-RELEASE on a Dell PowerEdge 850 with >>>>> some >>>>> booting issues. I have searched the archives and found someone >>>>> having a >>>>> problem with the machine "booting too fast" but my problem is a >>>>> little >>>>> different. My machine hangs up after the following line is >>>>> displayed >>>>> during boot: >>>>> >>>>> acd0: CDROM at ata0-master UDMA33 >> >> [ Trimmed for brevity ] >> >>> Thanks for the reply, Adam. I actually tried the >>> verbose_logging="YES" >>> in my /boot/loader.conf file prior to posting but it still hangs >>> after >>> the CD-ROM line for some reason. >> >> Hey, no problem, Jeff. To be frank, I just signed up for >> Questions, >> after Google Summer of Code, and yours is the first one I've answered. >> Glad to see that I've started on the right foot though. >> >>> It appears the only way the machine will boot up properly is if I >>> hit 5 >>> on the boot menu. This obviously doesn't make remote reboots very >>> "admin friendly"! >> >> I know that I setup something like this once, because I needed it >> to >> always drop to command line. I can help you emulate what's in menu >> option 5, in a loader.4th script. But you'll have to drop the pretty >> menu, and logo... If you're willing let me know. >> >> >>> Thanks again for your reply! >> >> Like I said, no problem. Thanks for your enthusiastic support. >> >> Regards, >> >> -- >> ADAM David Alan Martin >> >> P.S.: It's still me, the same Adam. Just figured I should use my >> FreeBSD From: address instead of fsl. >> >> _______________________________________________ >> 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" >> >> >> > Hey, Adam. I unplugged the CD-ROM from the mainboard and the first > time > it came back up it booted up fine. However, I immediately rebooted and > it hung on the Timecounters tick every 1.000 msec. So, since this is > the line that displays before the acd0: CDROM CD-224E-N/3.AB> at ata0-master UDMA33 line, I wonder if it is hanging > on > whatever is *after* these in the boot process. > > ata2-slave: pio=PIO3 wdma=UNSUPPORTED udma=UNSUPPORTED cable=40 wire > ata2-master: pio=PIO3 wdma=UNSUPPORTED udma=UNSUPPORTED cable=40 wire > afd0: setting PIO3 on SiI 0680 chip > device_attach: afd0 attach returned 6 > acd1: setting PIO3 on SiI 0680 chip > acd1: CDROM drive at ata2 as slave > acd1: PIO3 > acd1: Reads: > acd1: Writes: > acd1: Mechanism: caddy > acd1: Medium: CD-ROM unknown > ata4-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire Hm... afd0... just noticed this... I have never used ATA floppy drives. Doesn't mean they're bad, but I wonder what would happen if you disabled this device too? > Maybe the virtual devices is hosing it up. I know there is a virtual > floppy drive in here somewhere too... I can see it in the BIOS but I > can't figure out how to disable it. Is your CPU hyperthreaded? You might want to go in the BIOS and try turning that off too... (Hyperthreading on FreeBSD doesn't give you that much extra in performance... And exposes a few potential hardware issues.) At this point, I'm kinda poking around in the dark as to what device could be causing it. In these situations, I start with the bare-minimum to boot it up, and keep adding devices until it fails... then remove everything, and try adding the failing device first. (This means physically removing cables and such. This screens for interactions between devices, and devices that may fail.) > Jeff Cross > http://www.averageadmins.com/ How long is it sitting and "hanging"? How long have you left it? I have one machine that needs about 3 or 5 minutes after the copyright line, to boot the kernel. Of course you may have stumbled upon a timing bug too. If that's the case, we should try to find as much information as possible, and pass this one up to the people who can track it down. I can help you force the machine to boot as you wanted... but there may be other issues. Hopefully someone can help you more than just forcing it to boot in option "5" all the time. -- Adam David Alan Martin From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 19:49: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 69B4D16A403 for ; Wed, 20 Sep 2006 19:49:21 +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 5310F43D4C for ; Wed, 20 Sep 2006 19:49:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 615581A3C1A; Wed, 20 Sep 2006 12:49:19 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 43E6C5164F; Wed, 20 Sep 2006 15:49:16 -0400 (EDT) Date: Wed, 20 Sep 2006 15:49:16 -0400 From: Kris Kennaway To: RW Message-ID: <20060920194915.GA84181@xor.obsecurity.org> References: <20060920184533.98954.qmail@web35303.mail.mud.yahoo.com> <200609202012.23996.list-freebsd-2004@morbius.sent.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <200609202012.23996.list-freebsd-2004@morbius.sent.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: extracting base names from package listing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 19:49:21 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 20, 2006 at 08:12:22PM +0100, RW wrote: > On Wednesday 20 September 2006 19:45, Andrew Gould wrote: > > pkg_info provides a nice listing of package names that > > include version numbers. I'd like to have a list of > > the names without the version numbers so that I can > > write a script to install the newer versions after a > > clean installation. > > > > Looking at the package names, I'm having a hard time > > coming up with an algorithm for separating the package > > names from the version numbers. Many package names > > have dashes (postgresql-server), and some have letters > > in the version numbers (libid3tag-0.15.1b). > > > > Does anyone have a good way of separating the package > > names from the version numbers? > > > > Is there a better way of identifying and installing a > > set of packages after a clean installation? >=20 > What you actually want is the origins, pkg_info -oq "*" will give you tha= t. Or look up the package name in the INDEX file. Kris --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFEZs7Wry0BWjoQKURAps5AKCVNe6FZ1aOsdSAr2QgY3hldSgqpgCeLBCb G2dFr9Qxz8NZTsKFDSz5FpU= =brS5 -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 19:52: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 1CFB016A40F for ; Wed, 20 Sep 2006 19:52:55 +0000 (UTC) (envelope-from adamlsd@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDE4643D7B for ; Wed, 20 Sep 2006 19:52:41 +0000 (GMT) (envelope-from adamlsd@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so367566wxd for ; Wed, 20 Sep 2006 12:52:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer:sender; b=BL6XuKSeYPvYdmLn0/UrfvSZSltVrRd7CN/ows7Qblw9Rc57zdoilZxxwNJLKXxnPtEayONarf5np3Yma7pBMjVs8s4hueM+4NoJwoOtvTwXyrPFbSQuubyCtiYAE4NkN0xf651K7NcDT9OrOmh516ucLY8lWPkg+Pgr5uYImeM= Received: by 10.70.46.1 with SMTP id t1mr25350246wxt; Wed, 20 Sep 2006 12:52:41 -0700 (PDT) Received: from ?130.245.126.51? ( [130.245.126.51]) by mx.gmail.com with ESMTP id i13sm1608457wxd.2006.09.20.12.52.41; Wed, 20 Sep 2006 12:52:41 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <7a17892a8d6af0a50c80db0f704941fa@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Adam Martin Date: Wed, 20 Sep 2006 15:52:41 -0400 To: FreeBSD Questions X-Mailer: Apple Mail (2.624) Sender: Adam Martin Cc: mailman@freebsd.org Subject: Re: [OT] spam on freebsd-question@ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 19:52:55 -0000 On 2006 Sep 20 , at 08:28, Pietro Cerutti wrote: > Hi List, > recently (last few days) a lot of spam has begun to arrive on this > list.... > could anyone concerned (mailman@freebsd.org, ...) check/upgrade the > filters? Incidentally I'm subscribed to about a dozen other FreeBSD mailing lists. It's probably not the right place to report this, but these past few days a lot of spam has hit the other lists too. So, I'll tack on a request for them to check the filters on the other lists too. -- Adam David Alan Martin From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:04: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 ABF6616A524 for ; Wed, 20 Sep 2006 20:04:37 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5A7C43F5D for ; Wed, 20 Sep 2006 20:01:01 +0000 (GMT) (envelope-from eoghanj@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so42722uge for ; Wed, 20 Sep 2006 13:01:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=e3fBYoeX0VTqTG08qRAU58khS6FMXq/plYuZkxTHp4ujiU4pVreeqpjwuX8YjQFz2H5BWwhKVmsw3aHGM/ygVreHnC9+S8anrO4ly+gzFC0F5kbKuKO/h/BHoxA8SamWBV+ZSWbHhsIo/TPw7VJTNs+WLaUxRlrqOymsRAF/PzQ= Received: by 10.66.219.11 with SMTP id r11mr8471543ugg; Wed, 20 Sep 2006 13:01:00 -0700 (PDT) Received: from ?192.168.1.33? ( [213.202.181.163]) by mx.gmail.com with ESMTP id l33sm180067ugc.2006.09.20.13.00.59; Wed, 20 Sep 2006 13:01:00 -0700 (PDT) In-Reply-To: <7FC2723C-29C4-40DC-A95D-2B7DEDF79575@mac.com> References: <451123D8.7090007@gmail.com> <7FC2723C-29C4-40DC-A95D-2B7DEDF79575@mac.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <36B8574F-B5B8-4CA6-A774-F81353E61953@gmail.com> Content-Transfer-Encoding: 7bit From: eoghan Date: Wed, 20 Sep 2006 21:00:57 +0100 To: Chuck Swiger X-Mailer: Apple Mail (2.752.2) Cc: freebsd Subject: Re: amd ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:04:37 -0000 On 20 Sep 2006, at 17:51, Chuck Swiger wrote: > On Sep 20, 2006, at 4:19 AM, eoghan wrote: >> Just a general question about the ports for freebsd. I am now >> running 6.1 on amd64. Got most of what I need, but noticed that >> some ports are only i386 - like the flock browser and skype. >> Obviously I can live without these but was just wondering if there >> is a place I could check to see whether these would be available >> for amd in the future? > > Certainly. The best place would be with the port maintainer, if > any is listed, and with the project-specific mailing list, > webforum, original developer(s), or whatever. The latter may be > more helpful, as not all port maintainers may have access to AMD64/ > EM64T hardware. Ok thanks for the info everyone. Eoghan From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:04: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 94BFE16A624 for ; Wed, 20 Sep 2006 20:04:47 +0000 (UTC) (envelope-from peter@bgnett.no) Received: from skapet.datadok.no (skapet.datadok.no [194.54.107.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF7DD43E49 for ; Wed, 20 Sep 2006 20:04:24 +0000 (GMT) (envelope-from peter@bgnett.no) Received: from [10.168.103.3] (helo=amidala.kakemonster.bsdly.net.bsdly.net ident=peter) by skapet.datadok.no with esmtp (Exim 4.60) (envelope-from ) id 1GQ8Ix-0006sK-US; Wed, 20 Sep 2006 22:04:24 +0200 To: Noah References: <450C7555.6050502@enabled.com> <87eju9niiq.fsf@amidala.kakemonster.bsdly.net> <45117DC7.9010406@enabled.com> From: peter@bgnett.no (Peter N. M. Hansteen) Date: Wed, 20 Sep 2006 22:04:22 +0200 In-Reply-To: <45117DC7.9010406@enabled.com> (Noah's message of "Wed, 20 Sep 2006 13:43:35 -0400") Message-ID: <87y7se9uex.fsf@amidala.kakemonster.bsdly.net> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: ipfw and temporary port access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:04:47 -0000 Noah writes: > authpf needs ssh access which is not something we have universally > open - is there a way to integrate authpf without  granting ssh > access? Out of the box, no. Then again, you only need ssh in to the authenticating gateway. It's up to you to decide which OpenSSH supported authentication methods you require before loading the rules which actually let traffic through. Cheers, -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/ "First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales" 20:11:56 delilah spamd[26905]: 146.151.48.74: disconnected after 36099 seconds From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:05:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEFDE16A415; Wed, 20 Sep 2006 20:05:42 +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 B8BC943D49; Wed, 20 Sep 2006 20:05:42 +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 6A1471A3C1A; Wed, 20 Sep 2006 13:05:42 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9E84C513F0; Wed, 20 Sep 2006 16:05:39 -0400 (EDT) Date: Wed, 20 Sep 2006 16:05:39 -0400 From: Kris Kennaway To: Adam Martin Message-ID: <20060920200539.GA84497@xor.obsecurity.org> References: <7a17892a8d6af0a50c80db0f704941fa@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7a17892a8d6af0a50c80db0f704941fa@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: mailman@freebsd.org, FreeBSD Questions Subject: Re: [OT] spam on freebsd-question@ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:05:43 -0000 On Wed, Sep 20, 2006 at 03:52:41PM -0400, Adam Martin wrote: > > On 2006 Sep 20 , at 08:28, Pietro Cerutti wrote: > > >Hi List, > >recently (last few days) a lot of spam has begun to arrive on this > >list.... > >could anyone concerned (mailman@freebsd.org, ...) check/upgrade the > >filters? > > Incidentally I'm subscribed to about a dozen other FreeBSD mailing > lists. It's probably not the right place to report this, but these > past few days a lot of spam has hit the other lists too. So, I'll tack > on a request for them to check the filters on the other lists too. See freebsd-chat@ Kris From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:09: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 326FA16A403 for ; Wed, 20 Sep 2006 20:09:18 +0000 (UTC) (envelope-from bill@celestial.com) Received: from mail.mi.celestial.com (hayek.celestial.com [192.136.111.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 576C043D60 for ; Wed, 20 Sep 2006 20:09:15 +0000 (GMT) (envelope-from bill@celestial.com) Received: from localhost (localhost [127.0.0.1]) by mail.mi.celestial.com (Postfix) with ESMTP id 6B5AB1358B1; Wed, 20 Sep 2006 13:09:14 -0700 (PDT) Received: from mail.mi.celestial.com ([127.0.0.1]) by localhost (alexis.mi.celestial.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 94261-04; Wed, 20 Sep 2006 13:09:13 -0700 (PDT) Received: by mail.mi.celestial.com (Postfix, from userid 203) id 7F5D912C674; Wed, 20 Sep 2006 13:09:13 -0700 (PDT) Date: Wed, 20 Sep 2006 13:09:13 -0700 From: Bill Campbell To: FreeBSD Questions Message-ID: <20060920200913.GA97152@alexis.mi.celestial.com> Mail-Followup-To: FreeBSD Questions References: <7a17892a8d6af0a50c80db0f704941fa@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7a17892a8d6af0a50c80db0f704941fa@FreeBSD.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: amavisd-new at mi.celestial.com Subject: Re: [OT] spam on freebsd-question@ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@celestial.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:09:18 -0000 On Wed, Sep 20, 2006, Adam Martin wrote: > >On 2006 Sep 20 , at 08:28, Pietro Cerutti wrote: > >>Hi List, >>recently (last few days) a lot of spam has begun to arrive on this >>list.... >>could anyone concerned (mailman@freebsd.org, ...) check/upgrade the >>filters? > > Incidentally I'm subscribed to about a dozen other FreeBSD mailing >lists. It's probably not the right place to report this, but these >past few days a lot of spam has hit the other lists too. So, I'll tack >on a request for them to check the filters on the other lists too. FWIW, the spam that has hit the lists has also failed to trigger my somewhat draconian spamassassin checks as well. One of the most effective things I've found on the Mailman mailing lists I maintain and host is to restrict postings to list members only. While this does generate some moderation requests when list members post from addresses other than their subscribed address, it also catches many spam/phishing messages that don't cause the spamassassin score to exceed our cutoff score. Bill -- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Systems, Inc. UUCP: camco!bill PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 URL: http://www.celestial.com/ ``Guns are no more responsible for killing people than the spoon is responsible for making Rosie O'Donnell fat.'' From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:10: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 AB85316A403 for ; Wed, 20 Sep 2006 20:10:12 +0000 (UTC) (envelope-from mrb@bmyster.com) Received: from loqtis.bmyster.com (ns1.bmyster.com [65.175.135.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E3443D49 for ; Wed, 20 Sep 2006 20:10:11 +0000 (GMT) (envelope-from mrb@bmyster.com) Received: from bmyster.com (localhost.bmyster.com [127.0.0.1]) by loqtis.bmyster.com (8.13.3/8.13.3) with ESMTP id k8KKA1WF088027; Wed, 20 Sep 2006 16:10:04 -0400 (EDT) From: "Brent" To: Robert Fitzpatrick , FreeBSD Date: Wed, 20 Sep 2006 16:09:56 -0400 Message-Id: <20060920200247.M27035@bmyster.com> In-Reply-To: <45116834.3080802@webtent.net> References: <45116834.3080802@webtent.net> X-Mailer: Open WebMail 2.51 20050228 X-OriginatingIP: 65.175.128.10 (mrb) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Cc: Subject: Re: Using FreeBSD as a router X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:10:12 -0000 You can easily do the Freebsd firewall just by following the FBSD handbook or go to http://mostgraveconcern.com/freebsd/ and look at the article on "Setting up a network gateway" -- Brent Bailey CCNA Bmyster LLC Computer Networking and Webhosting Network & Sytems Engineer, President mrb@bmyster.com --RIP Brother Dime-- ---------- Original Message ----------- From: Robert Fitzpatrick To: FreeBSD Sent: Wed, 20 Sep 2006 12:11:32 -0400 Subject: Using FreeBSD as a router > It's time to upgrade my old Cisco 10Mbps router and I am seriously > considering using FreeBSD. I have found some solutions and wonder > what one would recommend here on the list... > > Solution 1: http://tomclegg.net/256-router > Solution 2: http://m0n0.ch/wall/index.php > > I want to duplicate my Cisco setup. It has 4 Ethernet ports with the > WAN subnet assigned to the WAN port and 3 different subnets assigned > to each of the remaining 3 ports leading to their VLANs on the > switch. Looking for advise from those who have used the above > solutions and their experiences. > > Thanks in advance! > > -- > Robert > _______________________________________________ > 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" ------- End of Original Message ------- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:15: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 CC9A416A40F for ; Wed, 20 Sep 2006 20:15:31 +0000 (UTC) (envelope-from adamlsd@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4100F43D5C for ; Wed, 20 Sep 2006 20:15:22 +0000 (GMT) (envelope-from adamlsd@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so373943wxd for ; Wed, 20 Sep 2006 13:15:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer:sender; b=d7e3DyZhMzOrA0N69eE1lhTmlASCxp8r6FCmB2oG4mm3lNAQZiAbZqSu7cGdHfhYa9bWCerFbRLyEx+MlmO+f8VHVnbHeVrtNSkDvY3ZQIVk9oJ/ITjjJI6D13VRrBOGZQwGU1odurVIPMURuFyLXJe9zl77qO9EqGmRnJTiTL4= Received: by 10.70.117.1 with SMTP id p1mr24726559wxc; Wed, 20 Sep 2006 13:15:21 -0700 (PDT) Received: from ?130.245.126.51? ( [130.245.126.51]) by mx.gmail.com with ESMTP id i39sm1871703wxd.2006.09.20.13.15.20; Wed, 20 Sep 2006 13:15:20 -0700 (PDT) In-Reply-To: <200609191725.43937.nb_root@videotron.ca> References: <20060919165400.A4380@prime.gushi.org> <70e8236f0609191412p5779d94cqa16df5631f4de916@mail.gmail.com> <200609191725.43937.nb_root@videotron.ca> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <443e3284d31c7c017677e4e8f7e0ba89@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Adam Martin Date: Wed, 20 Sep 2006 16:15:20 -0400 To: Nicolas Blais X-Mailer: Apple Mail (2.624) Sender: Adam Martin Cc: FreeBSD Questions Subject: Re: sshd brute force attempts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:15:31 -0000 On 2006 Sep 19 , at 17:25, Nicolas Blais wrote: > On Tuesday 19 September 2006 17:12, Joao Barros wrote: >> On 9/19/06, Dan Mahoney, System Admin wrote: >>> Hey all, >>> >>> I've looked around and found several linux-centric things designed to >>> block brute-force SSH attempts. Anyone out there know of something >>> a bit >>> more BSD savvy? >>> >>> My best attempt will be to get this: >>> >>> http://www.csc.liv.ac.uk/~greg/sshdfilter/index_15.html >>> >>> running and adapt it. >>> >>> I've found a few things based on openBSD's pf, but that doesn't seem >>> to >>> be the default in BSD either. >>> >>> Any response appreciated. >> >> I'm using BruteForceBlocker quite successfully. >> I take the opportunity to thank danger for it :-) >> >> http://www.freshports.org/security/bruteforceblocker/ This has been a recent annoyance for me too, so I did a bit of research. At my site I run a number of Solaris, FreeBSD, NetBSD, and OpenBSD based machines (very few Linux machines.) So I googled for a very BSD specific solution to the problem. The issue of actual cracking doesn't concern me. (All user passwords are strong, and users have strong limitations.) What bothers me is that there's several hundred kilobytes worth of "invalid user" entries in my /var/log/auth.log. It's been rotated about 30 times these past 2 weeks. I preserve ALL logs (/etc/newsyslog.conf has 500 count for each log.) There is also the DoS potential that worries me. The solutions I read were for OpenBSD pf (which is my router) but could be used on FreeBSD pf, too. It seems that most of these bruteforce ssh attempts come from compromised Linux boxes. As a simple solution, one could add a pf rule which just drops linux hosts on port 22. As a stopgap measure for valid users, who login from linux boxes, I leave open port 2222, and inform these users to use that port. In addition to all of this, I also run bruteforceblocker, and maintain my own list of denied hosts. (Any host with more than 5 entries for all different invalid users is permanently banned.) > I like to protect myself by hiding what I have, which will reduce the > amount > of direct or random attacks by a lot, then deal with attacks using > tools > (like bruteforceblocker). Hiding your services is always a good idea. But it also potentially invites portscans, or other evils. > This is especially useful when attackers are using ip-range tools to > scan > common ports for their associated service. Eventually when we all do that, the attackers will just develop (or in most cases, one will, and the others will "borrow") new tools to harass us more. > Why keep sshd on port 22? Why not keep it there? Why should we all resort to migrating our standard services to non-standard ports, simply because a few [expletives deleted] script kiddies can't keep their packets to themselves? It's also advocating security by obscurity, to hide sshd on another port. Eventually the "bad guys" will just test every port, and we'll have more unnecessary traffic to the box. I don't know about you, but I'm not going to let a few immature teenagers who've hijacked a network of Linux boxes, setup by a "know-it-all" Linux newbie for his folks, bully me out of doing things the right way, or hiding outside of standardized channels. Certainly never invite trouble... But running from it doesn't make you much safer. (Maybe it's time somebody whipped up a rule for pf, that would direct garbage replies in response to packets we want to deny, instead of just dropping them? Actually, it probably won't do much to the attackers, besides confuse them.) > Nicolas -- Adam David Alan Martin From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:17: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 214B816A412 for ; Wed, 20 Sep 2006 20:17:21 +0000 (UTC) (envelope-from bsdml@werner.st) Received: from mail.werner.st (mail.werner.st [85.126.91.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8453D43D67 for ; Wed, 20 Sep 2006 20:17:20 +0000 (GMT) (envelope-from bsdml@werner.st) Received: from localhost (localhost.local.werner.st [127.0.0.1]) by web01.local.werner.st (Postfix) with ESMTP id 40AC35C70 for ; Mon, 18 Sep 2006 19:38:54 +0200 (CEST) Received: from web01.local.werner.st ([127.0.0.1]) by localhost (web01.local.werner.st [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25011-07 for ; Mon, 18 Sep 2006 19:38:54 +0200 (CEST) Received: by web01.local.werner.st (Postfix, from userid 1012) id EE9025C6F; Mon, 18 Sep 2006 19:38:53 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on web01.local.werner.st X-Spam-Level: X-Spam-Status: No, score=-1.4 required=4.0 tests=ALL_TRUSTED autolearn=disabled version=3.1.4 Received: from TABLET (85-126-91-51.work.xdsl-line.inode.at [85.126.91.51]) (Authenticated sender: bsdml@werner.st) by web01.local.werner.st (Postfix) with ESMTP id 793245C67 for ; Mon, 18 Sep 2006 19:38:53 +0200 (CEST) From: "Martin Werner" To: Date: Mon, 18 Sep 2006 19:40:04 +0200 Message-ID: <002a01c6db49$7967a910$2101a8c0@local.werner.st> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AcbbSXlMC/080jv5T1u1iHuIuEGZEg== X-Virus-Scanned: amavisd-new at werner.st Subject: FastTrak100 RAID-Controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:17:21 -0000 Hi, are there any issues known with the FastTrak100 RAID-Controller? I'd like to run it in HW RAID-1 and setup FreeBSD 6.1 onto that RAID-Volume. Thx in advance, cheers -Martin- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:17:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D19F16A4A0 for ; Wed, 20 Sep 2006 20:17:42 +0000 (UTC) (envelope-from bsdml@werner.st) Received: from mail.werner.st (mail.werner.st [85.126.91.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE17643D53 for ; Wed, 20 Sep 2006 20:17:41 +0000 (GMT) (envelope-from bsdml@werner.st) Received: from localhost (localhost.local.werner.st [127.0.0.1]) by mail.werner.st (Postfix) with ESMTP id A4DA15CA1 for ; Wed, 20 Sep 2006 22:18:29 +0200 (CEST) Received: from mail.werner.st ([127.0.0.1]) by localhost (web01.local.werner.st [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67430-03 for ; Wed, 20 Sep 2006 22:18:29 +0200 (CEST) Received: by mail.werner.st (Postfix, from userid 1012) id 53C325C9F; Wed, 20 Sep 2006 22:18:29 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on web01.local.werner.st X-Spam-Level: X-Spam-Status: No, score=-1.4 required=4.0 tests=ALL_TRUSTED autolearn=disabled version=3.1.4 Received: from TABLET (85-126-91-51.work.xdsl-line.inode.at [85.126.91.51]) (Authenticated sender: bsdml@werner.st) by mail.werner.st (Postfix) with ESMTP id C09145C67 for ; Wed, 20 Sep 2006 22:18:28 +0200 (CEST) From: "Martin Werner" To: Date: Wed, 20 Sep 2006 22:17:39 +0200 Message-ID: <001a01c6dcf1$d2419420$2201a8c0@local.werner.st> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: Acbc8EgV6bLs6FW/Qa+Dr1CCsBilhQAABiXAAAA+GKAAABxLwA== X-Virus-Scanned: amavisd-new at werner.st Subject: FW: postfix + maildrop and virtual mailboxes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:17:42 -0000 Hi, I'm trying to set up maildrop to act as virtual transport for my hosted domains to configure maildrop to deliver spam-mail into the users INBOX.spam IMAP folder. In main.cf I set virtual_transport=maildrop and of course virtual_mailbox_maps (works with the default postfix mda). Trying this with maildrop will not work (see excerpt from maillog): --------------- snip -------------- Sep 20 22:01:51 web01 postfix/pipe[67339]: 627BF5C9F: to=, orig_to=, relay=maildrop, delay=0.04, delays=0.01/0.01/0/0.03, dsn=5.1.1, status=bounced (user unknown. Command output: Invalid user specified. ) --------------- snip -------------- Although user@domain.com is of course defined in the virtual mailbox map! The postfix MAILDROP_README didn't really help. Any ideas? Thx in advance, cheers, -Martin- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:18: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 3E2E016A4A7 for ; Wed, 20 Sep 2006 20:18:45 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F68043D69 for ; Wed, 20 Sep 2006 20:18:40 +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 k8KKHbPa024241; Wed, 20 Sep 2006 16:17:37 -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 k8KKHaBD024240; Wed, 20 Sep 2006 16:17:36 -0400 (EDT) (envelope-from jerrymc) Date: Wed, 20 Sep 2006 16:17:36 -0400 From: Jerry McAllister To: Alex Franks Message-ID: <20060920201736.GA24140@gizmo.acns.msu.edu> References: <40BF70F735DE5643AF18FA29A17C253C07E627FE@core.soletechnology.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40BF70F735DE5643AF18FA29A17C253C07E627FE@core.soletechnology.com> User-Agent: Mutt/1.4.2.2i Cc: Philip Radford , freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 no inodes left X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:18:45 -0000 On Wed, Sep 20, 2006 at 11:14:38AM -0700, Alex Franks wrote: > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Philip Radford > Sent: Wednesday, September 20, 2006 7:55 AM > To: freebsd-questions@freebsd.org > Subject: FreeBSD 5.4 no inodes left > > Hi All, > > I am running FreeBSD 5.4 and have recently received the following > message on our box for the /var partiton. > No inodes left. > > I have checked the statistics and there was an apache httpd log which > was maxing out the usable space. I have since removed this file and the > available space has dropped to over 50%. However I still get the 'no > inodes left' message even though I have freed the space. > > Does anyone know how I can get the inodes to be freed up on the /var > partition. Yes. Delete some files. Then, when you have it cleared up temporarily (deleting files is only a brief temporary fix), back the file system up somewhere and remake it. In the newfs command, use bytes, block-size and frag-size arguments to force it to create more inodes in the filesystem and then restore the backup. Possibly just setting bytes=2 will be enough to cover it, but you may also need to set block-size=8192 and frag-size=1024 (which is kind of small). If you run out of inodes, it tends to mean you are creating a lot of small files. This can happen with some utilities that create a new file for each piece of data. But, the default values for bytes, block-size and frag-size usually provide plenty of inodes for most things. So, maybe some job you are running is overdoing creating small files for some reason or you have a database designed less efficiently or something. By using a smaller block and fragment size, you get more inodes, but you make reading and writing large files less efficient. Of course, if you have a hoard of small files, that isn't important. In fact, if the file system if full of small files, then it is less efficient to have large block and fragment sizes. ////jerry > > Thanks in advance. > > Regards > Phil. > From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:29:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBC2716A4F8 for ; Wed, 20 Sep 2006 20:29:51 +0000 (UTC) (envelope-from martin@werner.st) Received: from mail.werner.st (mail.werner.st [85.126.91.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DE643D60 for ; Wed, 20 Sep 2006 20:29:09 +0000 (GMT) (envelope-from martin@werner.st) Received: from localhost (localhost.local.werner.st [127.0.0.1]) by web01.local.werner.st (Postfix) with ESMTP id D9C505C9D for ; Wed, 20 Sep 2006 22:07:28 +0200 (CEST) Received: from web01.local.werner.st ([127.0.0.1]) by localhost (web01.local.werner.st [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09285-09 for ; Wed, 20 Sep 2006 22:07:28 +0200 (CEST) Received: by web01.local.werner.st (Postfix, from userid 1012) id 8B3ED5C9C; Wed, 20 Sep 2006 22:07:28 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on web01.local.werner.st X-Spam-Level: X-Spam-Status: No, score=-1.4 required=4.0 tests=ALL_TRUSTED autolearn=disabled version=3.1.4 Received: from TABLET (85-126-91-51.work.xdsl-line.inode.at [85.126.91.51]) (Authenticated sender: martin@werner.st) by web01.local.werner.st (Postfix) with ESMTP id 02A8D5C67 for ; Wed, 20 Sep 2006 22:07:27 +0200 (CEST) From: "Martin Werner" To: Date: Wed, 20 Sep 2006 22:06:38 +0200 Message-ID: <000c01c6dcf0$4861ab60$2201a8c0@local.werner.st> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: Acbc8EgV6bLs6FW/Qa+Dr1CCsBilhQ== X-Virus-Scanned: amavisd-new at werner.st Subject: postfix + maildrop and virtual mailboxes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:29:52 -0000 Hi, I'm trying to set up maildrop to act as virtual transport for my hosted domains to configure maildrop to deliver spam-mail into the users INBOX.spam IMAP folder. In main.cf I set virtual_transport=maildrop and of course virtual_mailbox_maps (works with the default postfix mda). Trying this with maildrop will not work (see excerpt from maillog): --------------- snip -------------- Sep 20 22:01:51 web01 postfix/pipe[67339]: 627BF5C9F: to=, orig_to=, relay=maildrop, delay=0.04, delays=0.01/0.01/0/0.03, dsn=5.1.1, status=bounced (user unknown. Command output: Invalid user specified. ) --------------- snip -------------- Although user@domain.com is of course defined in the virtual mailbox map! The postfix MAILDROP_README didn't really help. Any ideas? Thx in advance, cheers, -Martin- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:29:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 119BF16A51E for ; Wed, 20 Sep 2006 20:29:52 +0000 (UTC) (envelope-from bsdml@werner.st) Received: from mail.werner.st (mail.werner.st [85.126.91.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD8A343D62 for ; Wed, 20 Sep 2006 20:29:09 +0000 (GMT) (envelope-from bsdml@werner.st) Received: from localhost (localhost.local.werner.st [127.0.0.1]) by web01.local.werner.st (Postfix) with ESMTP id 2F24E5CA0 for ; Wed, 20 Sep 2006 22:08:26 +0200 (CEST) Received: from web01.local.werner.st ([127.0.0.1]) by localhost (web01.local.werner.st [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09285-10 for ; Wed, 20 Sep 2006 22:08:25 +0200 (CEST) Received: by web01.local.werner.st (Postfix, from userid 1012) id E07A65C9F; Wed, 20 Sep 2006 22:08:25 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on web01.local.werner.st X-Spam-Level: X-Spam-Status: No, score=-1.4 required=4.0 tests=ALL_TRUSTED autolearn=disabled version=3.1.4 Received: from TABLET (85-126-91-51.work.xdsl-line.inode.at [85.126.91.51]) (Authenticated sender: bsdml@werner.st) by web01.local.werner.st (Postfix) with ESMTP id 713E95C67 for ; Wed, 20 Sep 2006 22:08:25 +0200 (CEST) From: "Martin Werner" To: Date: Wed, 20 Sep 2006 22:07:36 +0200 Message-ID: <001801c6dcf0$6aa11080$2201a8c0@local.werner.st> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: Acbc8EgV6bLs6FW/Qa+Dr1CCsBilhQAABiXA X-Virus-Scanned: amavisd-new at werner.st Subject: postfix + maildrop and virtual mailboxes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:29:52 -0000 Hi, I'm trying to set up maildrop to act as virtual transport for my hosted domains to configure maildrop to deliver spam-mail into the users INBOX.spam IMAP folder. In main.cf I set virtual_transport=maildrop and of course virtual_mailbox_maps (works with the default postfix mda). Trying this with maildrop will not work (see excerpt from maillog): --------------- snip -------------- Sep 20 22:01:51 web01 postfix/pipe[67339]: 627BF5C9F: to=, orig_to=, relay=maildrop, delay=0.04, delays=0.01/0.01/0/0.03, dsn=5.1.1, status=bounced (user unknown. Command output: Invalid user specified. ) --------------- snip -------------- Although user@domain.com is of course defined in the virtual mailbox map! The postfix MAILDROP_README didn't really help. Any ideas? Thx in advance, cheers, -Martin- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:42: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 07F9716A407 for ; Wed, 20 Sep 2006 20:42:21 +0000 (UTC) (envelope-from bjm336@mail.usask.ca) Received: from mail.usask.ca (mail.usask.ca [128.233.192.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C1943D69 for ; Wed, 20 Sep 2006 20:42:15 +0000 (GMT) (envelope-from bjm336@mail.usask.ca) Received: from conversion-daemon.mail.usask.ca by mail.usask.ca (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) id <0J5W00E01R6Q34@mail.usask.ca> (original mail from bjm336@mail.usask.ca) for freebsd-questions@freebsd.org; Wed, 20 Sep 2006 14:42:14 -0600 (CST) Received: from paws3 (paws3.usask.ca [128.233.194.31]) by mail.usask.ca (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) with SMTP id <0J5W007DGS6D8E@mail.usask.ca> for freebsd-questions@freebsd.org; Wed, 20 Sep 2006 14:42:13 -0600 (CST) Date: Wed, 20 Sep 2006 14:42:13 -0600 (CST) From: Brett McLain To: freebsd-questions@freebsd.org Message-id: <2857701.1158784933804.JavaMail.bjm336@mail.usask.ca> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7BIT Subject: can't find my hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:42:21 -0000 Hi, i've got a Windows XP pro computer with two drives. Ones a 80gb western digital raptor, and the other is a 7200.10 seagate 320gb drive. The 320 gb drive has two partitions....one thats 29.5 gb and is in fat32 mode (i'm hoping to use it for freebsd) and then the rest is for my media. My boot and copy of xp are on the raptor. I'm trying to install freebsd 6.1 release but its not seeing my other drive (i don't think?) all I can see at the install screen is my raptor drive. I even tried unplugging my main raptor drive and installing to the seagate, but it says no drives found. It discovers it in the registry and stuff....anyone have some ideas? -Brett McLain From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:43: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 0006A16A4DE for ; Wed, 20 Sep 2006 20:43:50 +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 43B6A43DD7 for ; Wed, 20 Sep 2006 20:43:13 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:22674 helo=http.aseed.net) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1GQ8uV-000AWw-PS; Wed, 20 Sep 2006 20:43:11 +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 9B5CD5828A; Wed, 20 Sep 2006 22:43:25 +0200 (CEST) Date: Wed, 20 Sep 2006 22:43:10 +0200 From: albi To: "Martin Werner" Message-Id: <20060920224310.6b49d7d5.albi@scii.nl> In-Reply-To: <001801c6dcf0$6aa11080$2201a8c0@local.werner.st> References: <001801c6dcf0$6aa11080$2201a8c0@local.werner.st> 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: postfix + maildrop and virtual mailboxes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:43:51 -0000 On Wed, 20 Sep 2006 22:07:36 +0200 "Martin Werner" wrote: > I'm trying to set up maildrop to act as virtual transport for my > hosted domains to configure maildrop to deliver spam-mail into the > users INBOX.spam IMAP folder. > > In main.cf I set virtual_transport=maildrop and of course > virtual_mailbox_maps (works with the default postfix mda). > > Trying this with maildrop will not work (see excerpt from maillog): > > --------------- snip -------------- > Sep 20 22:01:51 web01 postfix/pipe[67339]: 627BF5C9F: > to=, orig_to=, relay=maildrop, > delay=0.04, delays=0.01/0.01/0/0.03, dsn=5.1.1, status=bounced (user > unknown. Command output: Invalid user specified. ) > --------------- snip -------------- > > Although user@domain.com is of course defined in the virtual mailbox > map! The postfix MAILDROP_README didn't really help. are you using mysql or postgresql or not ? if so, you need another config-file -- grtjs, albi From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:45:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05E3E16A416 for ; Wed, 20 Sep 2006 20:45:33 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: from smtp106.rog.mail.re2.yahoo.com (smtp106.rog.mail.re2.yahoo.com [68.142.225.204]) by mx1.FreeBSD.org (Postfix) with SMTP id CE97043D4C for ; Wed, 20 Sep 2006 20:45:08 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: (qmail 79962 invoked from network); 20 Sep 2006 20:45:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:In-Reply-To:X-MimeOLE:Thread-Index; b=nnvDvSOuGLLuDNVfzfFXA3vLezstgwSaEiBLSYPM3SAxFVYlP3B5PHEEdymKqJUDV5MwCmnBvSoDnovdH/kcq+9x9pkZhImaYiN9sFd4D1367M21QzRNqC2OWX3hXK2Zpviw/wuzi/EkCY+tkjP69H7o7oVJ5SO2QYwdF44cr9o= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login) by smtp106.rog.mail.re2.yahoo.com with SMTP; 20 Sep 2006 20:45:07 -0000 From: "Tamouh H." To: "'Martin Werner'" , Date: Wed, 20 Sep 2006 16:43:30 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <002a01c6db49$7967a910$2101a8c0@local.werner.st> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AcbbSXlMC/080jv5T1u1iHuIuEGZEgBq910A Message-Id: <20060920204508.CE97043D4C@mx1.FreeBSD.org> Cc: Subject: RE: FastTrak100 RAID-Controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:45:33 -0000 >=20 > Hi, >=20 > are there any issues known with the FastTrak100=20 > RAID-Controller? I'd like to run it in HW RAID-1 and setup=20 > FreeBSD 6.1 onto that RAID-Volume. >=20 > Thx in advance, cheers > -Martin- >=20 Have a server running it for couple of months so far with no issues = (knock on the wood) Tamouh From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20: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 4B49F16A403 for ; Wed, 20 Sep 2006 20:49:37 +0000 (UTC) (envelope-from herve_simplice@hotmail.com) Received: from bay0-omc2-s2.bay0.hotmail.com (bay0-omc2-s2.bay0.hotmail.com [65.54.246.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 105A343D6A for ; Wed, 20 Sep 2006 20:49:36 +0000 (GMT) (envelope-from herve_simplice@hotmail.com) Received: from hotmail.com ([64.4.19.31]) by bay0-omc2-s2.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 20 Sep 2006 13:49:36 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Sep 2006 13:49:36 -0700 Message-ID: Received: from 64.4.19.200 by by109fd.bay109.hotmail.msn.com with HTTP; Wed, 20 Sep 2006 20:49:31 GMT X-Originating-IP: [24.132.131.208] X-Originating-Email: [herve_simplice@hotmail.com] X-Sender: herve_simplice@hotmail.com From: =?iso-8859-1?B?SOhydukgU2ltcGxpY2UgdmFuIGRlciBFaWpr?= To: freebsd-questions@freebsd.org Date: Wed, 20 Sep 2006 22:49:31 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 20 Sep 2006 20:49:36.0213 (UTC) FILETIME=[4871F050:01C6DCF6] Subject: help please X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:49:37 -0000 Hi everybody, I recently install freebsd 5.4, bind9, isc-dhcp-server, openldap on my machine. DNS server is working oke, but since I'm running ipfw firewall on the machine, my windows client (internet Explorer kan reach my freeBsd webserver. can anyone tell me wich protocol and port I have to open up on my ipfw firewall so that windows client kan reach my webserver _________________________________________________________________ Zoeken is nog nooit zo eenvoudig geweest! http://toolbar.live.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 20:51: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 EB25C16A412 for ; Wed, 20 Sep 2006 20:51:47 +0000 (UTC) (envelope-from bsdml@werner.st) Received: from mail.werner.st (mail.werner.st [85.126.91.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A0143D67 for ; Wed, 20 Sep 2006 20:51:42 +0000 (GMT) (envelope-from bsdml@werner.st) Received: from localhost (localhost.local.werner.st [127.0.0.1]) by mail.werner.st (Postfix) with ESMTP id 4C30A5CA0; Wed, 20 Sep 2006 22:52:30 +0200 (CEST) Received: from mail.werner.st ([127.0.0.1]) by localhost (web01.local.werner.st [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 67407-09; Wed, 20 Sep 2006 22:52:29 +0200 (CEST) Received: by mail.werner.st (Postfix, from userid 1012) id 51B6A5C9F; Wed, 20 Sep 2006 22:52:29 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on web01.local.werner.st X-Spam-Level: X-Spam-Status: No, score=-0.9 required=4.0 tests=ALL_TRUSTED,NO_REAL_NAME autolearn=disabled version=3.1.4 Received: from webmail.werner.st (localhost.local.werner.st [127.0.0.1]) (Authenticated sender: bsdml@werner.st) by mail.werner.st (Postfix) with ESMTP id 9E3B65C70; Wed, 20 Sep 2006 22:52:28 +0200 (CEST) Received: from 85.126.91.51 (SquirrelMail authenticated user bsdml@werner.st) by webmail.werner.st with HTTP; Wed, 20 Sep 2006 22:52:28 +0200 (CEST) Message-ID: <12481.85.126.91.51.1158785548.squirrel@webmail.werner.st> In-Reply-To: <20060920224310.6b49d7d5.albi@scii.nl> References: <001801c6dcf0$6aa11080$2201a8c0@local.werner.st> <20060920224310.6b49d7d5.albi@scii.nl> Date: Wed, 20 Sep 2006 22:52:28 +0200 (CEST) From: bsdml@werner.st 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 X-Virus-Scanned: amavisd-new at werner.st Cc: Martin Werner , freebsd-questions@freebsd.org Subject: Re: postfix + maildrop and virtual mailboxes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 20:51:48 -0000 On Wed, September 20, 2006 10:43 pm, albi wrote: > On Wed, 20 Sep 2006 22:07:36 +0200 > "Martin Werner" wrote: > >> I'm trying to set up maildrop to act as virtual transport for my >> hosted domains to configure maildrop to deliver spam-mail into the >> users INBOX.spam IMAP folder. >> >> In main.cf I set virtual_transport=maildrop and of course >> virtual_mailbox_maps (works with the default postfix mda). >> >> Trying this with maildrop will not work (see excerpt from maillog): >> >> --------------- snip -------------- >> Sep 20 22:01:51 web01 postfix/pipe[67339]: 627BF5C9F: >> to=, orig_to=, relay=maildrop, >> delay=0.04, delays=0.01/0.01/0/0.03, dsn=5.1.1, status=bounced (user >> unknown. Command output: Invalid user specified. ) >> --------------- snip -------------- >> >> Although user@domain.com is of course defined in the virtual mailbox >> map! The postfix MAILDROP_README didn't really help. > > are you using mysql or postgresql or not ? if so, you need another > config-file Hi, for postfix I'm using the regular flat files for mapping, for dovecot I'm using a mysql-Database for my user-Information (Password, uid, Home-Directory). Any chance of using that one then? > > -- > grtjs, > albi > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 21:42:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6BD416A407 for ; Wed, 20 Sep 2006 21:42:41 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id A599543D55 for ; Wed, 20 Sep 2006 21:42:40 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k8KLgMq9065624; Wed, 20 Sep 2006 16:42:22 -0500 (CDT) Message-Id: <6.0.0.22.2.20060920164122.0212fe50@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 20 Sep 2006 16:41:59 -0500 To: Brett McLain , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <2857701.1158784933804.JavaMail.bjm336@mail.usask.ca> References: <2857701.1158784933804.JavaMail.bjm336@mail.usask.ca> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: can't find my hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 21:42:41 -0000 Does the second drive show up correctly in your BIOS? Or are you using a device driver to use the drive with windows? -Derek At 03:42 PM 9/20/2006, Brett McLain wrote: >Hi, i've got a Windows XP pro computer with two drives. Ones a 80gb >western digital raptor, and the other is a 7200.10 seagate 320gb drive. > The 320 gb drive has two partitions....one thats 29.5 gb and is in >fat32 mode (i'm hoping to use it for freebsd) and then the rest is for >my media. My boot and copy of xp are on the raptor. I'm trying to >install freebsd 6.1 release but its not seeing my other drive (i don't >think?) all I can see at the install screen is my raptor drive. I even >tried unplugging my main raptor drive and installing to the seagate, >but it says no drives found. It discovers it in the registry and >stuff....anyone have some ideas? > >-Brett McLain >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 21:50:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57FCB16A412 for ; Wed, 20 Sep 2006 21:50:02 +0000 (UTC) (envelope-from bjm336@mail.usask.ca) Received: from mail.usask.ca (mail.usask.ca [128.233.192.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id E40A343D46 for ; Wed, 20 Sep 2006 21:50:01 +0000 (GMT) (envelope-from bjm336@mail.usask.ca) Received: from conversion-daemon.mail.usask.ca by mail.usask.ca (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) id <0J5W00H01UX7XN@mail.usask.ca> (original mail from bjm336@mail.usask.ca) for freebsd-questions@freebsd.org; Wed, 20 Sep 2006 15:50:01 -0600 (CST) Received: from [128.233.107.206] (stealth7.usask.ca [128.233.107.206]) by mail.usask.ca (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) with ESMTPA id <0J5W002LTVB61Q@mail.usask.ca>; Wed, 20 Sep 2006 15:49:59 -0600 (CST) Date: Wed, 20 Sep 2006 15:49:54 -0600 From: Brett J McLain In-reply-to: <6.0.0.22.2.20060920164122.0212fe50@mail.computinginnovations.com> To: Derek Ragona Message-id: <4511B782.8050702@mail.usask.ca> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT User-Agent: Thunderbird 1.5.0.5 (X11/20060817) References: <2857701.1158784933804.JavaMail.bjm336@mail.usask.ca> <6.0.0.22.2.20060920164122.0212fe50@mail.computinginnovations.com> Cc: freebsd-questions@freebsd.org Subject: Re: can't find my hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 21:50:02 -0000 Er yeah sorry, I mean BIOS not registry haha. It shows up fine...when I tried unplugging my main 80gb drive, I tried booting twice to the other drive and it would just sit there after attempting to detect DMI settings or some such other thing. I found it odd because I expected an "Operating System Not Found" error. -Brett Derek Ragona wrote: > Does the second drive show up correctly in your BIOS? Or are you > using a device driver to use the drive with windows? > > -Derek > > > At 03:42 PM 9/20/2006, Brett McLain wrote: >> Hi, i've got a Windows XP pro computer with two drives. Ones a 80gb >> western digital raptor, and the other is a 7200.10 seagate 320gb drive. >> The 320 gb drive has two partitions....one thats 29.5 gb and is in >> fat32 mode (i'm hoping to use it for freebsd) and then the rest is for >> my media. My boot and copy of xp are on the raptor. I'm trying to >> install freebsd 6.1 release but its not seeing my other drive (i don't >> think?) all I can see at the install screen is my raptor drive. I even >> tried unplugging my main raptor drive and installing to the seagate, >> but it says no drives found. It discovers it in the registry and >> stuff....anyone have some ideas? >> >> -Brett McLain >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> -- >> This message has been scanned for viruses and >> dangerous content by MailScanner, and is >> believed to be clean. >> MailScanner thanks transtec Computers for their support. > From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 23:13: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 D192D16A403 for ; Wed, 20 Sep 2006 23:13:31 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3361143D49 for ; Wed, 20 Sep 2006 23:13:30 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k8KND98K066775; Wed, 20 Sep 2006 18:13:09 -0500 (CDT) Message-Id: <6.0.0.22.2.20060920181009.0219fec8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 20 Sep 2006 18:12:57 -0500 To: Brett J McLain From: Derek Ragona In-Reply-To: <4511B782.8050702@mail.usask.ca> References: <2857701.1158784933804.JavaMail.bjm336@mail.usask.ca> <6.0.0.22.2.20060920164122.0212fe50@mail.computinginnovations.com> <4511B782.8050702@mail.usask.ca> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: can't find my hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 23:13:31 -0000 To use the second drive you will probably need to also change a switch or jumper on the drive changing it from a slave drive to a master. At that point the BIOS should show it correctly as a master drive. In most BIOS these days there is a setting for boot device order, you may need to check that the second drive is in that list. -Derek At 04:49 PM 9/20/2006, Brett J McLain wrote: >Er yeah sorry, I mean BIOS not registry haha. It shows up fine...when I >tried unplugging my main 80gb drive, I tried booting twice to the other >drive and it would just sit there after attempting to detect DMI settings >or some such other thing. I found it odd because I expected an "Operating >System Not Found" error. > >-Brett > > >Derek Ragona wrote: >>Does the second drive show up correctly in your BIOS? Or are you using a >>device driver to use the drive with windows? >> >> -Derek >> >> >>At 03:42 PM 9/20/2006, Brett McLain wrote: >>>Hi, i've got a Windows XP pro computer with two drives. Ones a 80gb >>>western digital raptor, and the other is a 7200.10 seagate 320gb drive. >>> The 320 gb drive has two partitions....one thats 29.5 gb and is in >>>fat32 mode (i'm hoping to use it for freebsd) and then the rest is for >>>my media. My boot and copy of xp are on the raptor. I'm trying to >>>install freebsd 6.1 release but its not seeing my other drive (i don't >>>think?) all I can see at the install screen is my raptor drive. I even >>>tried unplugging my main raptor drive and installing to the seagate, >>>but it says no drives found. It discovers it in the registry and >>>stuff....anyone have some ideas? >>> >>>-Brett McLain >>>_______________________________________________ >>>freebsd-questions@freebsd.org mailing list >>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >>> >>>-- >>>This message has been scanned for viruses and >>>dangerous content by MailScanner, and is >>>believed to be clean. >>>MailScanner thanks transtec Computers for their support. > > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 20 23:45:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 581DB16A407 for ; Wed, 20 Sep 2006 23:45:33 +0000 (UTC) (envelope-from mikepeirson@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D47C43D5C for ; Wed, 20 Sep 2006 23:45:32 +0000 (GMT) (envelope-from mikepeirson@gmail.com) Received: by wx-out-0506.google.com with SMTP id s10so461921wxc for ; Wed, 20 Sep 2006 16:45:32 -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=NynpdOPR7gedJuNmOGE+Pi6iuN976YSnOUhPl8A7+r77+KapsHePkgRrPgnBQCXboH5lZCzv1rp8eVj6tTki7aUi33UR3T2n1NFpjATGkFCdsj7PE2/cCCwz3U3Qj/qz0fI/MOs/RgYjh2FWSg0bYa5WbV5K5iQVRVsj6bus82g= Received: by 10.70.37.12 with SMTP id k12mr25739468wxk; Wed, 20 Sep 2006 16:45:31 -0700 (PDT) Received: from ?192.168.0.3? ( [72.25.94.94]) by mx.gmail.com with ESMTP id i18sm1842805wxd.2006.09.20.16.45.31; Wed, 20 Sep 2006 16:45:31 -0700 (PDT) Message-ID: <4511D307.1070906@gmail.com> Date: Wed, 20 Sep 2006 16:47:19 -0700 From: Mike Peirson 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: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 23:45:33 -0000 Hi all, First off, I'm new to FreeBSD and this mailinglist so I hope I am in the right place. Anyways, right now I am having some problems with FreeBSD booting up. I have tried to install 3 times now and keep getting the same error. When I try to boot into FreeBSD, this eventually comes up: Manual root filesystem specification: : Mount using filesystem eg. ufs:da0s1a ? List valid disk boot devices abort manual input Mountroot> This seems to be a prompt where I need to specify the location of the root partition, but the problem here is that it hangs or freezes and I cannot input any text. At first I thought it may be a result of FreeBSD not properly recognizing my HDD's geometry but I manually fixed that and it still is giving me this same issue. If anyone has had a similar problem or knows how to fix this I would greatly appreciate any help. I looked through the Handbook and googled this but I haven't found a solution yet. -- Michael Peirson From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 00:25:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32D0F16A415 for ; Thu, 21 Sep 2006 00:25:17 +0000 (UTC) (envelope-from MTaylor@bytecraft.com.au) Received: from bcmelmx.bytecraft.au.com (bcmelmx.bytecraft.au.com [203.39.118.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 252E543D4C for ; Thu, 21 Sep 2006 00:25:14 +0000 (GMT) (envelope-from MTaylor@bytecraft.com.au) Received: from svmarshal2.bytecraft.internal (svmarshal2.bytecraft.internal [10.0.0.3]) by bcmelmx.bytecraft.au.com (8.12.11/8.12.11) with ESMTP id k8L0OvgG064114; Thu, 21 Sep 2006 10:25:03 +1000 (EST) (envelope-from MTaylor@bytecraft.com.au) Received: from svmailmel.bytecraft.internal (Not Verified[10.0.0.24]) by svmarshal2.bytecraft.internal with MailMarshal (v6, 1, 4, 441) id ; Thu, 21 Sep 2006 10:24:57 +1000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Thu, 21 Sep 2006 10:24:56 +1000 Message-ID: <04E232FDCD9FBE43857F7066CAD3C0F11EF58D@svmailmel.bytecraft.internal> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Is Active Directory integrated file sharing possible on FreeBSD? Thread-Index: Acbb6DtGv8FPezkQQCi5QHS7skuPMAACPSDgAEirqqA= From: "Murray Taylor" To: "Stephanie Bridges" , "Ashley Moran" 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: Thu, 21 Sep 2006 00:25:17 -0000 =20 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org=20 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of=20 > Stephanie Bridges > Sent: Tuesday, 19 September 2006 11:48 PM > To: 'Ashley Moran' > Cc: freebsd-questions@freebsd.org > Subject: RE: Is Active Directory integrated file sharing=20 > possible on FreeBSD? >=20 > Ashley Moran wrote: > > On 19 Sep 2006, at 12:51, Bob M. wrote: > >=20 > >> It's absolutely possible Ashley. We have samba 2.x=20 > running on a few=20 > >> solaris 8 through 10 servers, one might be 3.x. One of=20 > our solaris=20 > >> admins made the mistake of making one of them a domain=20 > controller and=20 > >> it was authenticating users in an AD domain. I've run=20 > samba at home=20 > >> on various releases of FreeBSD over the past few years.=20 > You're just=20 > >> looking to setup file shares with permissions, right? > >>=20 > >> Bob > >=20 > >=20 > > Hi Bob > >=20 > > Yep, all we need is a file server. We want folders in /var/share=20 > > available to users in Active Directory, eg=20 > /var/share/ashleymoran for=20 > > just me, and maybe a shared one for the office or the=20 > design team etc. =20 > > Nothing complicated really. > >=20 > > Our network admin said winbindd is broken on FreeBSD so he tried=20 > > compiling the Solaris version(!) but couldn't make that work. > > Unfortunately he's beeyessdeephobic, but I want to avoid=20 > looking into=20 > > it myself because, well, it's not my job :) If I have no=20 > choice, do=20 > > you think it will take long to learn how to set it up? I=20 > don't want=20 > > to lose a whole day to it. > >=20 >=20 >=20 > Ashley, >=20 > This is quite doable, and winbindd isn't broken on FreeBSD. =20 > It took me a bit to figure out how to make it work correctly,=20 > however. I have a FBSD system here that authenticates to our=20 > university AD server, and allows access based upon membership=20 > in certain security groups. We don't have any services for=20 > unix support on our AD server either. If your linux boy=20 > needs a little help, I'd be happy to send you my config=20 > files, sounds like maybe he hasn't actually done it on linux=20 > either as my FreeBSD/Linux setups are nearly identical. >=20 >=20 Please send me the configs if possible as we have a mixed environment that the IT guys have=20 just mandated 'shall be controlled by AD' ... and it was working so well before under BSD, but=20 the new ones didnt want to 'learn this command line stuff' ... sigh mjt=20 --------------------------------------------------------------- The information transmitted in this e-mail is for the exclusive use of the intended addressee and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of it, or the taking of any action in reliance upon this information by persons and/or entities other than the intended recipient is prohibited. If you received this in error, please inform the sender and/or addressee immediately and delete the material.=20 E-mails may not be secure, may contain computer viruses and may be corrupted in transmission. Please carefully check this e-mail (and any attachment) accordingly. No warranties are given and no liability is accepted for any loss or damage caused by such matters. --------------------------------------------------------------- ### This e-mail message has been scanned for Viruses by Bytecraft ### From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 00:51: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 6D7C616A40F for ; Thu, 21 Sep 2006 00:51:12 +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 E556A43D6B for ; Thu, 21 Sep 2006 00:51:11 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 13774 invoked from network); 21 Sep 2006 10:51:11 +1000 Received: from 203-158-61-199.dyn.iinet.net.au (HELO localhost) (203.158.61.199) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 21 Sep 2006 10:51:11 +1000 Date: Thu, 21 Sep 2006 10:51:07 +1000 From: Norberto Meijome To: Andrew Gould Message-ID: <20060921105107.31c4ac40@localhost> In-Reply-To: <20060920184855.20698.qmail@web35302.mail.mud.yahoo.com> References: <20060920184855.20698.qmail@web35302.mail.mud.yahoo.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 Cc: freebsd-questions@freebsd.org Subject: Re: FreeNX and NX tutorials? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 00:51:12 -0000 On Wed, 20 Sep 2006 11:48:55 -0700 (PDT) Andrew Gould wrote: > Does anyone know of any tutorials for running FreeNX > and NX on FreeBSD? have you tried something called Google? :) _________________________ {Beto|Norberto|Numard} Meijome "You can discover what your enemy fears most by observing the means he uses to frighten you." Eric Hoffer (1902 - 1983) 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 Thu Sep 21 01:08:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC71916A415 for ; Thu, 21 Sep 2006 01:08:06 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from mail2.valornet.net (mail2.valornet.net [69.30.128.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED3543D64 for ; Thu, 21 Sep 2006 01:08:05 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: (qmail 15311 invoked by uid 120); 21 Sep 2006 01:08:05 -0000 Received: from 66.55.255.50 by mail2.valornet.net (envelope-from , uid 89) with qmail-scanner-1.24st (clamdscan: 0.80/791. spamassassin: 3.0.1. perlscan: 1.24st. Clear:RC:1(66.55.255.50):. Processed in 0.106327 secs); 21 Sep 2006 01:08:05 -0000 Received: from unknown (HELO ?192.168.1.100?) (66.55.255.50) by 0 with SMTP; 21 Sep 2006 01:08:04 -0000 Message-ID: <4511E5E6.2020504@averageadmins.com> Date: Wed, 20 Sep 2006 20:07:50 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: Norberto Meijome References: <20060920184855.20698.qmail@web35302.mail.mud.yahoo.com> <20060921105107.31c4ac40@localhost> In-Reply-To: <20060921105107.31c4ac40@localhost> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Andrew Gould , freebsd-questions@freebsd.org Subject: Re: FreeNX and NX tutorials? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 01:08:06 -0000 Norberto Meijome wrote: > On Wed, 20 Sep 2006 11:48:55 -0700 (PDT) > Andrew Gould wrote: > >> Does anyone know of any tutorials for running FreeNX >> and NX on FreeBSD? > > have you tried something called Google? :) > > _________________________ > {Beto|Norberto|Numard} Meijome > > "You can discover what your enemy fears most by observing the means he uses to > frighten you." Eric Hoffer (1902 - 1983) > > 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" > > > I wrote one a while back. You can find it using the link below: http://www.averageadmins.com/blog/2006/03/29/freenx-on-freebsd/ Jeff Cross http://www.averageadmins.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 01:19: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 617AC16A407 for ; Thu, 21 Sep 2006 01:19:40 +0000 (UTC) (envelope-from mail_gn@yahoo.co.in) Received: from web8408.mail.in.yahoo.com (web8408.mail.in.yahoo.com [202.43.219.156]) by mx1.FreeBSD.org (Postfix) with SMTP id 471E543D46 for ; Thu, 21 Sep 2006 01:19:38 +0000 (GMT) (envelope-from mail_gn@yahoo.co.in) Received: (qmail 42649 invoked by uid 60001); 21 Sep 2006 01:19:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=NVMyBcxVfm1y8CQrfOw57rb59g7xqvuk/ix+mCemi4cwgmAlrRlQjKWHzPnq+v1c+dv8ciAwhU0t64HJjEvBbH4ni5WY0F47nYeqgEP3WssubFN3KK28rJVYr1RHpd4NQOI5VTfNEtyS9UtZUyLt5Cz3hkibqYcrbnPJOBPgNtk= ; Message-ID: <20060921011936.42647.qmail@web8408.mail.in.yahoo.com> Received: from [202.156.8.12] by web8408.mail.in.yahoo.com via HTTP; Thu, 21 Sep 2006 09:19:36 CST Date: Thu, 21 Sep 2006 09:19:36 +0800 (CST) From: Geeta Nagpal To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fwd: dial in modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 01:19:40 -0000 Hi, Could you please resend the reply, i accidentally lost it!! Kind regards, Geeta Geeta Nagpal wrote: Date: Wed, 20 Sep 2006 09:45:27 +0800 (CST) From: Geeta Nagpal Subject: dial in modem To: freebsd-questions@FreeBSD.org Dear Problem Solver, Greetings from Singapore J I have had a strange problem with my dial up modem. It is connected to a unix server, and I was able to dial in and connect to the server for 2 days. Now suddenly, when I dial in, I get some junk characters , instead of a login prompt!!! I read on the net that this happens when the modem speed is different from the getty speed.. but the strange part is that I have been using the same settings for 2 days, when suddenly today morning I started seeing the junk chars !! Any suggestions ? J Kind regards, Geeta Luck is Opportunity meeting Preparedness... --------------------------------- New and Improved Yahoo! Mail - 1GB free storage! Luck is Opportunity meeting Preparedness... --------------------------------- Real people. Real questions. Real answers. Share what you know. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 01:33:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06BBC16A403 for ; Thu, 21 Sep 2006 01:33:58 +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 A8C4743D53 for ; Thu, 21 Sep 2006 01:33:57 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (adsl-66-142-191-132.dsl.rcsntx.swbell.net [66.142.191.132]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id F3D4E11433D for ; Wed, 20 Sep 2006 20:35:43 -0500 (CDT) Date: Wed, 20 Sep 2006 20:33:58 -0500 From: pauls@utdallas.edu To: freebsd-questions@freebsd.org Message-ID: <3E8ECD061BAA9D85C75D332B@paul-schmehls-powerbook59.local> In-Reply-To: <20060919172523.dae07f80.wmoran@collaborativefusion.com> References: <77FB6F5780B514F6DFF40E0B@utd59514.utdallas.edu> <20060919135445.3718acb1.wmoran@collaborativefusion.com> <20060919172523.dae07f80.wmoran@collaborativefusion.com> X-Mailer: Mulberry/4.0.5 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========1A65C026D27052E606DF==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Weird problem with DRAC 5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 01:33:58 -0000 --==========1A65C026D27052E606DF========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On September 19, 2006 5:25:23 PM -0400 Bill Moran=20 wrote: > > Got it. > > ehci.c v 1.42: > = http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ehci.c?rev=3D1.42&co > ntent-type=3Dtext/x-cvsweb-markup > > Put this version in place in /usr/src/sys/dev/usb, comment out line 766 > and rebuild your kernel and the DRAC5 keyboard will start to work. > Thanks, Bill. I just recompiled the kernel, and now the mouse and=20 keyboard work fine. Now if I can just figure out why I can get to the DRAC card from one=20 machine and not from the other....... Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========1A65C026D27052E606DF==========-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 01:38:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E10816A40F; Thu, 21 Sep 2006 01:38:34 +0000 (UTC) (envelope-from freebsd@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE3743D45; Thu, 21 Sep 2006 01:38:34 +0000 (GMT) (envelope-from freebsd@hub.org) Received: from localhost (unknown [200.46.204.128]) by hub.org (Postfix) with ESMTP id B2CDA3A4663; Wed, 20 Sep 2006 22:38:16 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 96717-07; Thu, 21 Sep 2006 01:37:16 +0000 (UTC) Received: from ganymede.hub.org (blk-137-86-60.eastlink.ca [24.137.86.60]) by hub.org (Postfix) with ESMTP id AC0FF3A343D; Wed, 20 Sep 2006 22:36:57 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1027) id 2BF5C5DEB3; Wed, 20 Sep 2006 22:37:19 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 27F1636C4B; Wed, 20 Sep 2006 22:37:19 -0300 (ADT) Date: Wed, 20 Sep 2006 22:37:19 -0300 (ADT) From: "Marc G. Fournier" To: freebsd-questions@freebsd.org Message-ID: <20060920222944.M1031@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-geom@freebsd.org Subject: geom - help ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 01:38:34 -0000 'k, I'm used to vinum from back in 4.x days, but now running 6.x, am looking at using geom ... and am not sure exactly what I can do ... Pointers to tutorials always appreciated ... Basically, I have 5x72G drives ... I'd *love* to do RAID5 with them, but that doesn't appear to be available right now, so, figure I'll go with a RAID0+1 with hotspare configuration, if possible ... ? Now, trying to parse the geom man page(s), I'm not sure if the hotspare option is even ... an option ... if it is, please point me to where I should be looking for this ... So, again, if I'm reading through things correctly, I'll have to do something like: gstripe st1 da1 da2 gstripe st2 da3 da4 gmirror drive st1 st2 newfs drive is this correct, or am I *totally* missing something here? Thanks ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 01:54: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 64B2F16A40F for ; Thu, 21 Sep 2006 01:54:39 +0000 (UTC) (envelope-from jdow@earthlink.net) Received: from elasmtp-banded.atl.sa.earthlink.net (elasmtp-banded.atl.sa.earthlink.net [209.86.89.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0087043D45 for ; Thu, 21 Sep 2006 01:54:38 +0000 (GMT) (envelope-from jdow@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=h7fAMPykjmg5YGDNk+bXbMVqYC27WbQiyT/IW0KKxXNOZAY8o+5VCWy4zsv4mfse; h=Received:Message-ID:From:To:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE:X-ELNK-Trace:X-Originating-IP; Received: from [71.116.187.9] (helo=Wednesday) by elasmtp-banded.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GQDlp-0001td-5P for freebsd-questions@freebsd.org; Wed, 20 Sep 2006 21:54:33 -0400 Message-ID: <14f701c6dd20$e2526360$0225a8c0@Wednesday> From: "jdow" To: References: <7a17892a8d6af0a50c80db0f704941fa@FreeBSD.org> <20060920200913.GA97152@alexis.mi.celestial.com> Date: Wed, 20 Sep 2006 18:54:27 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-ELNK-Trace: bb89ecdb26a8f9f24d2b10475b571120bbba4abbf9c6e7664cfa10349472db8885e0aeacdf564a64350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.116.187.9 Subject: Re: [OT] spam on freebsd-question@ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 01:54:39 -0000 From: "Bill Campbell" > On Wed, Sep 20, 2006, Adam Martin wrote: >> >>On 2006 Sep 20 , at 08:28, Pietro Cerutti wrote: >> >>>Hi List, >>>recently (last few days) a lot of spam has begun to arrive on this >>>list.... >>>could anyone concerned (mailman@freebsd.org, ...) check/upgrade the >>>filters? >> >> Incidentally I'm subscribed to about a dozen other FreeBSD mailing >>lists. It's probably not the right place to report this, but these >>past few days a lot of spam has hit the other lists too. So, I'll tack >>on a request for them to check the filters on the other lists too. > > FWIW, the spam that has hit the lists has also failed to trigger > my somewhat draconian spamassassin checks as well. What is the spam format? So far I've not noticed any obvious spam on the list. I don't, however, read every message. (I have a rather draconian and well trained SpamAssassin here.) If the spam is image spam with random text there is a way to deal with it in development. It's called FuzzyOCR. And it can be found on the SA wiki under plugins, I believe. {^_^} Joanne From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 02:01: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 4D8D416A40F for ; Thu, 21 Sep 2006 02:01:22 +0000 (UTC) (envelope-from jdow@earthlink.net) Received: from elasmtp-banded.atl.sa.earthlink.net (elasmtp-banded.atl.sa.earthlink.net [209.86.89.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF4F43D5D for ; Thu, 21 Sep 2006 02:01:21 +0000 (GMT) (envelope-from jdow@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=JcOVWREb3j2nO0uAL3HQiuJUEN5xWaJgJAEIO8+ggsFD/YeEIPSs+fcTbW1hZ6Pm; h=Received:Message-ID:From:To:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE:X-ELNK-Trace:X-Originating-IP; Received: from [71.116.187.9] (helo=Wednesday) by elasmtp-banded.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GQDsJ-0001iN-JV for freebsd-questions@freebsd.org; Wed, 20 Sep 2006 22:01:15 -0400 Message-ID: <150901c6dd21$d233d7b0$0225a8c0@Wednesday> From: "jdow" To: References: <20060919195406.8D58C1BF48C@catbus.gts.cz><20060919210137.GA5274@osiris.chen.org.nz><45109A0A.7000107@sbcglobal.net> <45109FCA.4020808@adam.com.au> <3ee9ca710609200550o571066c0gbb058d6009657379@mail.gmail.com> Date: Wed, 20 Sep 2006 19:01:09 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-ELNK-Trace: bb89ecdb26a8f9f24d2b10475b571120bbba4abbf9c6e7669bc3885d0c359d7bcf2db02f6bc5f712350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.116.187.9 Subject: Re: PART TIME JOB OFFER FOR YOU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 02:01:22 -0000 It is even more fun when nature takes its course, Andy. There was a recent story about the two widows of a Nigerian 419 spammer who was worth about $13 million. He died and now his two widows are both trying to get the money. There is something delightful about that, especially if the government takes it because it was illegal profits. There was another posting I ran across lately that pointed to a video of the Nigerian authorities raiding a 419 Internet cafe operation. It turned a little ugly at the end. The crowd was on the side of the 419ers. But they were herded ito vans and taken off as the rocks started to fly. {^_^} From: "Andy Greenwood" > yup, if you have free time, it can be fun to mess with these guys, > plus the more people mess with them, the less profit they make. Check > out sites like www.thescambaiter.com. Lots of fun for free time. > > On 9/19/06, illoai@gmail.com wrote: >> On 9/19/06, David Lloyd wrote: >> > >> > Hmmm... >> > >> > >> How exactly does this spam-scam work? Does the spammer require a >> > >> proof-o-faith `donation' to initiate further communication or >> > >> something? >> > > >> > > Nigeria 4-1-9 >> > > >> > > They send you a counterfeit money order/ cheque, you deposit it, your >> > > bank makes the funds available, you send the bad guy the the money, and >> > > then your bank discovers the counterfeit cheque, and debits your account >> > > for the bad transaction. >> > >> > I presume that they have ways and means of not being detected, though, >> > or alternatively the place where they are turns a blind eye to such >> > shenanigans? >> >> Nigeria, Benin, Ivory Coast. None of these countries >> have extradition treaties with the United States (and >> likely so with most other so-called civilized countries), >> and it is somewhere around 50Musd into their wreched >> economies per annum. >> >> Guess what their authorities are willing to do about it. >> >> On the other hand, you can be put in jail for trying to >> cash a fraudulent money order, even if you whine that >> you did not know it was fraudulent. >> >> -- >> -- >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> > > > -- > I'm nerdy in the extreme and whiter than sour cream > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 02:26: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 4925616A40F for ; Thu, 21 Sep 2006 02:26:53 +0000 (UTC) (envelope-from andrewgould@yahoo.com) Received: from web35309.mail.mud.yahoo.com (web35309.mail.mud.yahoo.com [66.163.179.103]) by mx1.FreeBSD.org (Postfix) with SMTP id A1F0943D53 for ; Thu, 21 Sep 2006 02:26:52 +0000 (GMT) (envelope-from andrewgould@yahoo.com) Received: (qmail 6068 invoked by uid 60001); 21 Sep 2006 02:26:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=kGa2Yi55/DTso1sP1/Okv/vZ+Edy7qk6rqpGJLXtixCcrA8U/cyu9LSvzN3Xay7zOcOgAM4K7zg9SXX3dd0WCr0ME8wCoMYDBriAaH7SUx2s8Q8P/cCzH1nn0kAg/7vGSdByx/xO3fL5QKN1nQR3eKoZfaUUSFTbJYUrLDYbk0Y= ; Message-ID: <20060921022652.6066.qmail@web35309.mail.mud.yahoo.com> Received: from [206.255.31.21] by web35309.mail.mud.yahoo.com via HTTP; Wed, 20 Sep 2006 19:26:52 PDT Date: Wed, 20 Sep 2006 19:26:52 -0700 (PDT) From: Andrew Gould To: Norberto Meijome In-Reply-To: <20060921105107.31c4ac40@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeNX and NX tutorials? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 02:26:53 -0000 --- Norberto Meijome wrote: > On Wed, 20 Sep 2006 11:48:55 -0700 (PDT) > Andrew Gould wrote: > > > Does anyone know of any tutorials for running > FreeNX > > and NX on FreeBSD? > > have you tried something called Google? :) > > _________________________ > {Beto|Norberto|Numard} Meijome > Yes, I have. Andrew L. Gould From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 02:28: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 933CB16A415 for ; Thu, 21 Sep 2006 02:28:19 +0000 (UTC) (envelope-from andrewgould@yahoo.com) Received: from web35308.mail.mud.yahoo.com (web35308.mail.mud.yahoo.com [66.163.179.102]) by mx1.FreeBSD.org (Postfix) with SMTP id E588B43D5F for ; Thu, 21 Sep 2006 02:28:10 +0000 (GMT) (envelope-from andrewgould@yahoo.com) Received: (qmail 28991 invoked by uid 60001); 21 Sep 2006 02:28:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=lfLy+YC592T3WGgjTuZwIwFk6HwOE4db9wOEuLkFz/ifYtN/TPV7+Vwx7lgf8vS/smDUGxNrTz8+yLeMWo3o6V9+IamRT/XnBYj6rTvkjAHHy6oWx5RBk63QCcWeokomoQBHSiJI5e7lBwNs7b8blrUluLHO1dnKCM3hv/L+G1U= ; Message-ID: <20060921022810.28989.qmail@web35308.mail.mud.yahoo.com> Received: from [206.255.31.21] by web35308.mail.mud.yahoo.com via HTTP; Wed, 20 Sep 2006 19:28:10 PDT Date: Wed, 20 Sep 2006 19:28:10 -0700 (PDT) From: Andrew Gould To: Jeff Cross , Norberto Meijome In-Reply-To: <4511E5E6.2020504@averageadmins.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Andrew Gould , freebsd-questions@freebsd.org Subject: Re: FreeNX and NX tutorials? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 02:28:19 -0000 --- Jeff Cross wrote: > Norberto Meijome wrote: > > On Wed, 20 Sep 2006 11:48:55 -0700 (PDT) > > Andrew Gould wrote: > > > >> Does anyone know of any tutorials for running > FreeNX > >> and NX on FreeBSD? > > > > have you tried something called Google? :) > > > > _________________________ > > {Beto|Norberto|Numard} Meijome > > > > "You can discover what your enemy fears most by > observing the means he uses to > > frighten you." Eric Hoffer (1902 - 1983) > > > > 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" > > > > > > > I wrote one a while back. You can find it using the > link below: > > http://www.averageadmins.com/blog/2006/03/29/freenx-on-freebsd/ > > Jeff Cross > http://www.averageadmins.com/ Thanks for the link/help. Andrew L. Gould From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 02:32: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 6084C16A416 for ; Thu, 21 Sep 2006 02:32:01 +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 DAB2343D69 for ; Thu, 21 Sep 2006 02:32:00 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 28598 invoked from network); 21 Sep 2006 12:31:59 +1000 Received: from 203-158-61-199.dyn.iinet.net.au (HELO localhost) (203.158.61.199) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 21 Sep 2006 12:31:59 +1000 Date: Thu, 21 Sep 2006 12:31:55 +1000 From: Norberto Meijome To: "Marc G. Fournier" Message-ID: <20060921123155.73a25912@localhost> In-Reply-To: <20060920222944.M1031@ganymede.hub.org> References: <20060920222944.M1031@ganymede.hub.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-questions@freebsd.org, freebsd-geom@freebsd.org Subject: Re: geom - help ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 02:32:01 -0000 On Wed, 20 Sep 2006 22:37:19 -0300 (ADT) "Marc G. Fournier" wrote: > > 'k, I'm used to vinum from back in 4.x days, but now running 6.x, am > looking at using geom ... and am not sure exactly what I can do ... > > Pointers to tutorials always appreciated ... > > Basically, I have 5x72G drives ... I'd *love* to do RAID5 with them, but > that doesn't appear to be available right now, so, figure I'll go with a > RAID0+1 with hotspare configuration, if possible ... ? > > Now, trying to parse the geom man page(s), I'm not sure if the hotspare > option is even ... an option ... if it is, please point me to where I > should be looking for this ... > > So, again, if I'm reading through things correctly, I'll have to do > something like: > > gstripe st1 da1 da2 > gstripe st2 da3 da4 > gmirror drive st1 st2 > newfs drive > > is this correct, or am I *totally* missing something here? > Can you boot off a stripped set ? You can from a mirror (but make sure you have geom_mirror available at boot time... i've got it built into the kenrel..and loader.conf just in case I somehow manage to boot generic .... ) Other than that, it looks ok to me. you may want to read http://lists.freebsd.org/pipermail/freebsd-stable/2006-January/021638.html best, _________________________ {Beto|Norberto|Numard} Meijome "So limp of brain that for them to conceive an idea is to risk a haemorrhage. So limp of body that their purple dresses appear no more a dixative of housing nerves and sinews than when they hang suspended from their hooks" Mervin Peake, "Gormenghast", chap. 2, on the Earl's twin sisters 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 Thu Sep 21 04:43: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 97C6D16A403 for ; Thu, 21 Sep 2006 04:43:51 +0000 (UTC) (envelope-from wash@wananchi.com) Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB6843D4C for ; Thu, 21 Sep 2006 04:43:50 +0000 (GMT) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 4.63 #0 (FreeBSD 4.11-STABLE)) id 1GQGPY-0000EY-SV by authid ; Thu, 21 Sep 2006 07:43:44 +0300 Date: Thu, 21 Sep 2006 07:43:44 +0300 From: Odhiambo Washington To: Mike Peirson Message-ID: <20060921044344.GA97672@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , Mike Peirson , freebsd-questions@freebsd.org References: <4511D307.1070906@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4511D307.1070906@gmail.com> X-Disclaimer: Any views expressed in this message, where not explicitly attributed otherwise, are mine alone!. X-Mailer: Mutt 1.5.13 (2006-08-11) X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 04:43:51 -0000 * On 20/09/06 16:47 -0700, Mike Peirson wrote: | Hi all, | First off, I'm new to FreeBSD and this mailinglist so I hope I am in the | right place. Anyways, right now I am having some problems with FreeBSD | booting up. I have tried to install 3 times now and keep getting the | same error. When I try to boot into FreeBSD, this eventually comes up: | | Manual root filesystem specification: | : Mount using filesystem | | eg. ufs:da0s1a | ? List valid disk boot devices | abort manual input | Mountroot> | | This seems to be a prompt where I need to specify the location of the | root partition, but the problem here is that it hangs or freezes and I | cannot input any text. At first I thought it may be a result of FreeBSD | not properly recognizing my HDD's geometry but I manually fixed that and | it still is giving me this same issue. If anyone has had a similar | problem or knows how to fix this I would greatly appreciate any help. I | looked through the Handbook and googled this but I haven't found a | solution yet. Any further details about your hardware specs in general? -Wash http://www.netmeister.org/news/learn2quote.html DISCLAIMER: See http://www.wananchi.com/bms/terms.php -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ A man wrapped up in himself makes a very small package. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 04:47: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 88D8A16A403 for ; Thu, 21 Sep 2006 04:47:37 +0000 (UTC) (envelope-from WD@US-Webmasters.com) Received: from usw2.natel.net (2b.bz [209.152.117.190]) by mx1.FreeBSD.org (Postfix) with SMTP id 0672F43D53 for ; Thu, 21 Sep 2006 04:47:36 +0000 (GMT) (envelope-from WD@US-Webmasters.com) Received: (qmail 23988 invoked from network); 21 Sep 2006 04:47:31 -0000 Received: from batv-01-192.dsl.netins.net (HELO Htebazile.US-Webmasters.com) (207.199.193.192) by us-webmasters.com with SMTP; 21 Sep 2006 04:47:31 -0000 Message-Id: <5.1.0.14.2.20060920234610.06492910@209.152.117.178> X-Sender: wd@209.152.117.178 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Sep 2006 23:47:20 -0500 To: freebsd-questions@freebsd.org From: "W. D." In-Reply-To: <20060921022810.28989.qmail@web35308.mail.mud.yahoo.com> References: <4511E5E6.2020504@averageadmins.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: How "real time" is FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 04:47:37 -0000 Just reading this about Linux on ZDNet and was wondering: Start Here to Find It Fast!=99 ->= http://www.US-Webmasters.com/best-start-page/ $8.77 Domain Names -> http://domains.us-webmasters.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 05:12:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D1EA16A407 for ; Thu, 21 Sep 2006 05:12:45 +0000 (UTC) (envelope-from walt@wump.org) Received: from mxsf16.cluster1.charter.net (mxsf16.cluster1.charter.net [209.225.28.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C17643D46 for ; Thu, 21 Sep 2006 05:12:42 +0000 (GMT) (envelope-from walt@wump.org) Received: from mxip18a.cluster1.charter.net (mxip18a.cluster1.charter.net [209.225.28.148]) by mxsf16.cluster1.charter.net (8.12.11.20060308/8.12.11) with ESMTP id k8L5CfLG013866 for ; Thu, 21 Sep 2006 01:12:41 -0400 Received: from 68-116-98-9.dhcp.rsbg.or.charter.com (HELO [10.0.0.10]) ([68.116.98.9]) by mxip18a.cluster1.charter.net with ESMTP; 21 Sep 2006 01:12:41 -0400 X-IronPort-AV: i="4.09,194,1157342400"; d="scan'208"; a="898670670:sNHT53092764" Mime-Version: 1.0 X-Sender: wump@sorcom.com@mail.mcsi.net Message-Id: In-Reply-To: <5.1.0.14.2.20060920234610.06492910@209.152.117.178> References: <4511E5E6.2020504@averageadmins.com> <5.1.0.14.2.20060920234610.06492910@209.152.117.178> Date: Wed, 20 Sep 2006 22:12:16 -0700 To: "W. D." , freebsd-questions@freebsd.org From: Walt Pawley Content-Type: text/plain; charset="us-ascii" Cc: Subject: Re: How "real time" is FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 05:12:45 -0000 At 11:47 PM -0500 9/20/06, W. D. wrote: >Just reading this about Linux on ZDNet and was wondering: > Cybernetic floobydust, IMHO. -- Walter M. Pawley Wump Research & Company 676 River Bend Road, Roseburg, OR 97470 541-672-8975 From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 05: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 A584A16A47B for ; Thu, 21 Sep 2006 05:31:03 +0000 (UTC) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A1C243D45 for ; Thu, 21 Sep 2006 05:31:02 +0000 (GMT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id E11D89BE7F; Thu, 21 Sep 2006 15:01:01 +0930 (CST) Date: Thu, 21 Sep 2006 15:01:01 +0930 From: Greg 'groggy' Lehey To: Odhiambo Washington , Mike Peirson , freebsd-questions@freebsd.org Message-ID: <20060921053101.GG88782@wantadilla.lemis.com> References: <4511D307.1070906@gmail.com> <20060921044344.GA97672@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/Zw+/jwnNHcBRYYu" Content-Disposition: inline In-Reply-To: <20060921044344.GA97672@ns2.wananchi.com> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 05:31:03 -0000 --/Zw+/jwnNHcBRYYu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thursday, 21 September 2006 at 7:43:44 +0300, Odhiambo Washington wrote: > * On 20/09/06 16:47 -0700, Mike Peirson wrote: >> Hi all, >> First off, I'm new to FreeBSD and this mailinglist so I hope I am in the >> right place. Anyways, right now I am having some problems with FreeBSD >> booting up. I have tried to install 3 times now and keep getting the >> same error. When I try to boot into FreeBSD, this eventually comes up: >> >> Manual root filesystem specification: >> : Mount using filesystem >> >> eg. ufs:da0s1a >> ? List valid disk boot devices >> abort manual input >> Mountroot> >> >> This seems to be a prompt where I need to specify the location of the >> root partition, but the problem here is that it hangs or freezes and I >> cannot input any text. > > Any further details about your hardware specs in general? This is a keyboard problem. The background is that the boot process uses a different keyboard driver from the final kernel, and that it's much more finicky than the kernel version. It seems to have got worse in the last few years. I've found that a USB keyboard will do better, but YMMV. >> At first I thought it may be a result of FreeBSD not properly >> recognizing my HDD's geometry but I manually fixed that and it >> still is giving me this same issue. If anyone has had a similar >> problem or knows how to fix this I would greatly appreciate any >> help. I looked through the Handbook and googled this but I haven't >> found a solution yet. The background for the *message* (not the apparent freeze) is that your root file system can't be found. This happens typically when you change the device name. For example, my situation is that I'm doing development with a SATA disk drive and moving it from system to system. On my machine the root file system shows up as /dev/ad4s1a; on the other machine it's /dev/ad0s1a. It's probably worth putting in a PR about this problem. Greg -- See complete headers for address and phone numbers. --/Zw+/jwnNHcBRYYu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFFEiOVIubykFB6QiMRAofkAJ4jaC8OAosnFLNvY0gWOiwRMd68pACfZxDN 498cyf5DJ0HZh7pzY1zkda0= =rS4d -----END PGP SIGNATURE----- --/Zw+/jwnNHcBRYYu-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 05:38: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 4610B16A403; Thu, 21 Sep 2006 05:38:26 +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 57FAB43D45; Thu, 21 Sep 2006 05:38:24 +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 k8L5bwoI021315; Thu, 21 Sep 2006 06:37:59 +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 k8L5bwoI021315 Message-ID: <45122531.6010503@infracaninophile.co.uk> Date: Thu, 21 Sep 2006 06:37:53 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: "Marc G. Fournier" References: <20060920222944.M1031@ganymede.hub.org> In-Reply-To: <20060920222944.M1031@ganymede.hub.org> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig815541DFFD9F3A837117C746" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Thu, 21 Sep 2006 06:38:19 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1914/Wed Sep 20 20:24:45 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, freebsd-geom@freebsd.org Subject: Re: geom - help ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 05:38:26 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig815541DFFD9F3A837117C746 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Marc G. Fournier wrote: >=20 > So, again, if I'm reading through things correctly, I'll have to do > something like: >=20 > gstripe st1 da1 da2 > gstripe st2 da3 da4 > gmirror drive st1 st2 > newfs drive That's the wrong way round, I think. If you lose a drive, then you've the whole of one of your stripes and have no resilience. Shouldn't you rather stripe the mirrors: gmirror gm0 da1 da2 gmirror gm1 da3 da4 gstripe gs0 gm0 gm1 newfs gs0 This way if you lose a drive then only one of your gmirrors loses resilience and the other half of your disk space is unaffected. 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 --------------enig815541DFFD9F3A837117C746 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 iD8DBQFFEiU28Mjk52CukIwRCMaVAKCExvTfu+j6iHUDO5i+Pc8B4EWKBwCffraJ q0mLUNyB9cEMLVN4w9Byt2E= =ZJmJ -----END PGP SIGNATURE----- --------------enig815541DFFD9F3A837117C746-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 07:08: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 D67FF16A412 for ; Thu, 21 Sep 2006 07:08:24 +0000 (UTC) (envelope-from freebsd999@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C52143D53 for ; Thu, 21 Sep 2006 07:08:23 +0000 (GMT) (envelope-from freebsd999@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so547949wxd for ; Thu, 21 Sep 2006 00:08: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:mime-version:content-type; b=tvuYTHb3NkkSophvay+Mp2blIPtj6mVexAQmdWF4aLSitOWJmKWmkFQMtlDJ8Kxj6J2tk/AC42bnaJ2hgGqfjmnBqAmisCLquRcmCx6clPJpzoVO6XIqkER9Ed758sMJaT2sJNYNaNnSQd5hNELvcQkEJtBmSXKztdcY9izntMw= Received: by 10.90.29.15 with SMTP id c15mr2993600agc; Thu, 21 Sep 2006 00:08:23 -0700 (PDT) Received: by 10.90.25.17 with HTTP; Thu, 21 Sep 2006 00:08:23 -0700 (PDT) Message-ID: Date: Thu, 21 Sep 2006 07:08:23 +0000 From: "azhar freebsd" To: freebsd-questions@freebsd.org MIME-Version: 1.0 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 Subject: installing GNOME 2.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 07:08:24 -0000 hi i am new about freebsd . recently i am tried to install GNOME 2.14executing the following command # pkg_add -r gnome2 but when i check the install package it shows as follows . [root@belagelo]~#pkg_info | grep gnome2 gnome2-2.10.2 The "meta-port" for the GNOME 2 integrated X11 desktop [root@belagelo]~# why ? it seems i failed to install the latest one (gnome 2.14). can anybody tell me how to install that ? [root@belagelo]~#uname -a FreeBSD belagelo.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 [root@belagelo]~# From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 07:17: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 B122616A40F for ; Thu, 21 Sep 2006 07:17:20 +0000 (UTC) (envelope-from asanjuan@bolsabilbao.es) Received: from correo-1.bolsabilbao.es (correo-1.bolsabilbao.es [212.8.77.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C5243D45 for ; Thu, 21 Sep 2006 07:17:19 +0000 (GMT) (envelope-from asanjuan@bolsabilbao.es) Received: from correo_6.bolsabilbao.es ([10.33.5.206]) by correo-1.bolsabilbao.es with Microsoft SMTPSVC(6.0.3790.1830); Thu, 21 Sep 2006 09:17:17 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2757 Date: Thu, 21 Sep 2006 09:17:00 +0200 Message-ID: <8944F1E6DB931D4681FF94706234BF71E95A@BB06.bolsabilbao.local> In-Reply-To: <45116D40.7020904@lidstrom.eu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Using FreeBSD as a router Thread-Index: Acbc00PQOBmWjrb0ShCaGNx6R9izYQAeSyoQ From: "Aitor San Juan" To: "FreeBSD" X-OriginalArrivalTime: 21 Sep 2006 07:17:17.0927 (UTC) FILETIME=[F8936F70:01C6DD4D] Priority: normal Importance: normal X-ExchangeSecure-AntiSpam: valid(0) Subject: Default file creation permissions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 07:17:20 -0000 Hi List, I have a shell script whose execution is scheduled by CRON. The command = scheduled is of the form: 50 23 * * 1-5 /apps/batch/cronjobs/bd_backup.sh > = /apps/batch/logs/bd_backup.log 2>&1 This shell script runs under the id of root. The file permissions of the = log file created are 644 (owner: root, group: wheel). I'd like that the = file permissions of the log created be 600 (or 640 maximum). How could I = accomplish this? This is probably related to "umask", but I don't dare = changing anything in case that change could affect some other security = configuration as a side effect. What would you recommend? Any hint or suggestion would be highly appreciated. Thanks in advance. Aitor. ************ LEGEZKO OHARRA / AVISO LEGAL / LEGAL ADVICE *************=20 Mezu honek isilpeko informazioa gorde dezake, edo jabea duena, edota = legez babestuta dagoena. Zuri zuzendua ez bada, bidali duenari esan eta = ezabatu, inori berbidali edo gorde gabe, legeak debekatzen duelako = mezuak erabiltzea baimenik gabe.=20 -------------------------------------------------------------------------= - Este mensaje puede contener informaci=F3n confidencial, en propiedad o = legalmente protegida. Si usted no es el destinatario, le rogamos lo = comunique al remitente y proceda a borrarlo, sin reenviarlo ni = conservarlo, ya que su uso no autorizado est=E1 prohibido legalmente. -------------------------------------------------------------------------= - This message may contain confidential, proprietary or legally privileged = information. If you are not the intended recipient of this message, = please notify it to the sender and delete without resending or backing = it, as it is legally prohibited. *************************************************************************= * From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 07:17:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9711816A407 for ; Thu, 21 Sep 2006 07:17:30 +0000 (UTC) (envelope-from bjm336@mail.usask.ca) Received: from mail.usask.ca (mail.usask.ca [128.233.192.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B7143D4C for ; Thu, 21 Sep 2006 07:17:30 +0000 (GMT) (envelope-from bjm336@mail.usask.ca) Received: from conversion-daemon.mail.usask.ca by mail.usask.ca (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) id <0J5X00D01L46DZ@mail.usask.ca> (original mail from bjm336@mail.usask.ca) for freebsd-questions@freebsd.org; Thu, 21 Sep 2006 01:17:28 -0600 (CST) Received: from paws1 (paws1.usask.ca [128.233.194.29]) by mail.usask.ca (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with SMTP id <0J5X00DX1LL4U4@mail.usask.ca>; Thu, 21 Sep 2006 01:17:28 -0600 (CST) Date: Thu, 21 Sep 2006 01:17:29 -0600 (CST) From: Brett McLain To: Derek Ragona Message-id: <2327212.1158823049143.JavaMail.bjm336@mail.usask.ca> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7BIT Cc: freebsd-questions@freebsd.org Subject: can't find my hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 07:17:30 -0000 Hmm they're both SATA drives set as masters. I tried some more today and i'm still unable to do it. There seems no way to make it recognize it. It would SEEM that it doesn't recognize the drive when the cd begins its setup. I'm not 100% sure on that....although i know for sure its in the BIOS and working properly and fine. Its already set up with a partition in fat 32....anyone have some ideas? -Brett Derek Ragona wrote: >To use the second drive you will probably need to also change a switch or >jumper on the drive changing it from a slave drive to a master. At that >point the BIOS should show it correctly as a master drive. In most BIOS >these days there is a setting for boot device order, you may need to check >that the second drive is in that list. > > -Derek > > > > >At 04:49 PM 9/20/2006, Brett J McLain wrote: >>Er yeah sorry, I mean BIOS not registry haha. It shows up fine...when I >>tried unplugging my main 80gb drive, I tried booting twice to the other >>drive and it would just sit there after attempting to detect DMI settings >>or some such other thing. I found it odd because I expected an "Operating >>System Not Found" error. >> >>-Brett >> >> >>Derek Ragona wrote: >>>Does the second drive show up correctly in your BIOS? Or are you using a >>>device driver to use the drive with windows? >>> >>> -Derek >>> >>> >>>At 03:42 PM 9/20/2006, Brett McLain wrote: >>>>Hi, i've got a Windows XP pro computer with two drives. Ones a 80gb >>>>western digital raptor, and the other is a 7200.10 seagate 320gb drive. >>>> The 320 gb drive has two partitions....one thats 29.5 gb and is in >>>>fat32 mode (i'm hoping to use it for freebsd) and then the rest is for >>>>my media. My boot and copy of xp are on the raptor. I'm trying to >>>>install freebsd 6.1 release but its not seeing my other drive (i don't >>>>think?) all I can see at the install screen is my raptor drive. I even >>>>tried unplugging my main raptor drive and installing to the seagate, >>>>but it says no drives found. It discovers it in the registry and >>>>stuff....anyone have some ideas? >>>> >>>>-Brett McLain >>>>_______________________________________________ >>>>freebsd-questions@freebsd.org mailing list >>>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >>>> >>>>-- >>>>This message has been scanned for viruses and >>>>dangerous content by MailScanner, and is >>>>believed to be clean. >>>>MailScanner thanks transtec Computers for their support. >> >> >>-- >>This message has been scanned for viruses and >>dangerous content by MailScanner, and is >>believed to be clean. >>MailScanner thanks transtec Computers for their support. >> > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 07:29: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 E059616A403 for ; Thu, 21 Sep 2006 07:29:09 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E3B843D45 for ; Thu, 21 Sep 2006 07:29:08 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k8L7SmXj073706; Thu, 21 Sep 2006 02:28:48 -0500 (CDT) Message-Id: <6.0.0.22.2.20060921022721.02100648@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 21 Sep 2006 02:28:36 -0500 To: Brett McLain From: Derek Ragona In-Reply-To: <2327212.1158823049143.JavaMail.bjm336@mail.usask.ca> References: <2327212.1158823049143.JavaMail.bjm336@mail.usask.ca> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: can't find my hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 07:29:10 -0000 I would verify your installation using the utilities from the manufacturer of the second hard disk. You should be able to download a bootable iso with the utility and boot that to verify your drive is properly installed. -Derek At 02:17 AM 9/21/2006, Brett McLain wrote: >Hmm they're both SATA drives set as masters. I tried some more today >and i'm still unable to do it. There seems no way to make it recognize >it. It would SEEM that it doesn't recognize the drive when the cd >begins its setup. I'm not 100% sure on that....although i know for >sure its in the BIOS and working properly and fine. Its already set up >with a partition in fat 32....anyone have some ideas? > >-Brett > >Derek Ragona wrote: > > > >To use the second drive you will probably need to also change a switch >or > >jumper on the drive changing it from a slave drive to a master. At >that > >point the BIOS should show it correctly as a master drive. In most >BIOS > >these days there is a setting for boot device order, you may need to >check > >that the second drive is in that list. > > > > -Derek > > > > > > > > > >At 04:49 PM 9/20/2006, Brett J McLain wrote: > >>Er yeah sorry, I mean BIOS not registry haha. It shows up fine...when >I > >>tried unplugging my main 80gb drive, I tried booting twice to the other > >>drive and it would just sit there after attempting to detect DMI >settings > >>or some such other thing. I found it odd because I expected an >"Operating > >>System Not Found" error. > >> > >>-Brett > >> > >> > >>Derek Ragona wrote: > >>>Does the second drive show up correctly in your BIOS? Or are you using >a > >>>device driver to use the drive with windows? > >>> > >>> -Derek > >>> > >>> > >>>At 03:42 PM 9/20/2006, Brett McLain wrote: > >>>>Hi, i've got a Windows XP pro computer with two drives. Ones a 80gb > >>>>western digital raptor, and the other is a 7200.10 seagate 320gb drive. > >>>> The 320 gb drive has two partitions....one thats 29.5 gb and is in > >>>>fat32 mode (i'm hoping to use it for freebsd) and then the rest is for > >>>>my media. My boot and copy of xp are on the raptor. I'm trying to > >>>>install freebsd 6.1 release but its not seeing my other drive (i don't > >>>>think?) all I can see at the install screen is my raptor drive. I even > >>>>tried unplugging my main raptor drive and installing to the seagate, > >>>>but it says no drives found. It discovers it in the registry and > >>>>stuff....anyone have some ideas? > >>>> > >>>>-Brett McLain > >>>>_______________________________________________ > >>>>freebsd-questions@freebsd.org mailing list > >>>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >>>>To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >>>> > >>>>-- > >>>>This message has been scanned for viruses and > >>>>dangerous content by MailScanner, and is > >>>>believed to be clean. > >>>>MailScanner thanks transtec Computers for their support. > >> > >> > >>-- > >>This message has been scanned for viruses and > >>dangerous content by MailScanner, and is > >>believed to be clean. > >>MailScanner thanks transtec Computers for their support. > >> > > > >-- > >This message has been scanned for viruses and > >dangerous content by MailScanner, and is > >believed to be clean. > >MailScanner thanks transtec Computers for their support. > > > >_______________________________________________ > >freebsd-questions@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > > > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 07:33: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 9BBB716A417 for ; Thu, 21 Sep 2006 07:33:29 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD48343D45 for ; Thu, 21 Sep 2006 07:33:28 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k8L7XCCY073812; Thu, 21 Sep 2006 02:33:12 -0500 (CDT) Message-Id: <6.0.0.22.2.20060921023026.021010a8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 21 Sep 2006 02:32:59 -0500 To: Mike Peirson , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <4511D307.1070906@gmail.com> References: <4511D307.1070906@gmail.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 07:33:29 -0000 I have seen this in a few situations: 1.) the BIOS is set to not allow boot area writes 2.) The root partition is outside the first 1024 cylinders. This was on older hardware that didn't do good geometry translation on big drives. 3.) moved the root partition to another slice -Derek At 06:47 PM 9/20/2006, Mike Peirson wrote: >Hi all, >First off, I'm new to FreeBSD and this mailinglist so I hope I am in the >right place. Anyways, right now I am having some problems with FreeBSD >booting up. I have tried to install 3 times now and keep getting the same >error. When I try to boot into FreeBSD, this eventually comes up: > > Manual root filesystem specification: > : Mount using filesystem > eg. ufs:da0s1a > ? List valid disk boot devices > abort manual input > Mountroot> > >This seems to be a prompt where I need to specify the location of the root >partition, but the problem here is that it hangs or freezes and I cannot >input any text. At first I thought it may be a result of FreeBSD not >properly recognizing my HDD's geometry but I manually fixed that and it >still is giving me this same issue. If anyone has had a similar problem or >knows how to fix this I would greatly appreciate any help. I looked >through the Handbook and googled this but I haven't found a solution yet. >-- >Michael Peirson >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 08:06: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 4E15316A403 for ; Thu, 21 Sep 2006 08:06:17 +0000 (UTC) (envelope-from mikepeirson@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA89A43D64 for ; Thu, 21 Sep 2006 08:06:15 +0000 (GMT) (envelope-from mikepeirson@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so289739nzn for ; Thu, 21 Sep 2006 01:06:15 -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:references:in-reply-to:content-type:content-transfer-encoding; b=M81nDOpolwA40p/DZODuHUzrlnVxaMGNax100118I+g62xBpSWtBNZbWLhdqsNiXNBiaYBMdP467JZFmgLckvmQ2pm06S+4AsC/78RUqxO5gqajsVHzW5Hl9UBa40SEJoViFVyocoAs81Vvvm/RREy9nk51jNjdR4gI/O+CQQYA= Received: by 10.64.148.8 with SMTP id v8mr20808323qbd; Thu, 21 Sep 2006 01:06:15 -0700 (PDT) Received: from ?192.168.0.3? ( [72.25.94.94]) by mx.gmail.com with ESMTP id e14sm1833520qbe.2006.09.21.01.06.14; Thu, 21 Sep 2006 01:06:14 -0700 (PDT) Message-ID: <4512485B.6080302@gmail.com> Date: Thu, 21 Sep 2006 01:07:55 -0700 From: Mike Peirson User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4511D307.1070906@gmail.com> <20060921044344.GA97672@ns2.wananchi.com> In-Reply-To: <20060921044344.GA97672@ns2.wananchi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 08:06:17 -0000 Odhiambo Washington wrote: > * On 20/09/06 16:47 -0700, Mike Peirson wrote: > | Hi all, > | First off, I'm new to FreeBSD and this mailinglist so I hope I am in the > | right place. Anyways, right now I am having some problems with FreeBSD > | booting up. I have tried to install 3 times now and keep getting the > | same error. When I try to boot into FreeBSD, this eventually comes up: > | > | Manual root filesystem specification: > | : Mount using filesystem > | > | eg. ufs:da0s1a > | ? List valid disk boot devices > | abort manual input > | Mountroot> > | > | This seems to be a prompt where I need to specify the location of the > | root partition, but the problem here is that it hangs or freezes and I > | cannot input any text. At first I thought it may be a result of FreeBSD > | not properly recognizing my HDD's geometry but I manually fixed that and > | it still is giving me this same issue. If anyone has had a similar > | problem or knows how to fix this I would greatly appreciate any help. I > | looked through the Handbook and googled this but I haven't found a > | solution yet. > > Any further details about your hardware specs in general? > > > -Wash > > http://www.netmeister.org/news/learn2quote.html > > DISCLAIMER: See http://www.wananchi.com/bms/terms.php > > -- > +======================================================================+ > |\ _,,,---,,_ | Odhiambo Washington > Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com > |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 > '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 > +======================================================================+ > > A man wrapped up in himself makes a very small package. > Nothing out of the ordinary.. I've got a Abit VT7 socket 478 mother board with an Intel P4. Standard Western Digital 120GB HDD. I've got video and keyboard/mouse running through a KVM switch, so after reading what Greg posted.. I can see why I would be having issues with inputing any text at the mountroot> prompt. -- Michael Peirson From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 08:29: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 C81B716A403 for ; Thu, 21 Sep 2006 08:29:10 +0000 (UTC) (envelope-from mikepeirson@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id D313443D55 for ; Thu, 21 Sep 2006 08:29:08 +0000 (GMT) (envelope-from mikepeirson@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so568832wxd for ; Thu, 21 Sep 2006 01:29:08 -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:references:in-reply-to:content-type:content-transfer-encoding; b=n65GN4n+pJpSctweR1dKCrlY8zWzSTPdWrvfLmtPBKmP45i4XnK4Pb0oRyrVta6TP1zu6A7Kl/CxLPWqxGKAAxhIZPq/uy5yJ0Bk/grhkrh2MhTuJU4T9YgFoKRj4M+C5AAUAvu9EToOUPL8warrNc/WMJFTK5Rd5fO3rI12mqc= Received: by 10.70.32.10 with SMTP id f10mr24773225wxf; Thu, 21 Sep 2006 01:29:07 -0700 (PDT) Received: from ?192.168.0.3? ( [72.25.94.94]) by mx.gmail.com with ESMTP id h19sm147450wxd.2006.09.21.01.29.06; Thu, 21 Sep 2006 01:29:07 -0700 (PDT) Message-ID: <45124DBC.6010906@gmail.com> Date: Thu, 21 Sep 2006 01:30:52 -0700 From: Mike Peirson User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4511D307.1070906@gmail.com> <20060921044344.GA97672@ns2.wananchi.com> <20060921053101.GG88782@wantadilla.lemis.com> In-Reply-To: <20060921053101.GG88782@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 08:29:11 -0000 Greg 'groggy' Lehey wrote: > On Thursday, 21 September 2006 at 7:43:44 +0300, Odhiambo Washington wrote: >> * On 20/09/06 16:47 -0700, Mike Peirson wrote: >>> Hi all, >>> First off, I'm new to FreeBSD and this mailinglist so I hope I am in the >>> right place. Anyways, right now I am having some problems with FreeBSD >>> booting up. I have tried to install 3 times now and keep getting the >>> same error. When I try to boot into FreeBSD, this eventually comes up: >>> >>> Manual root filesystem specification: >>> : Mount using filesystem >>> >>> eg. ufs:da0s1a >>> ? List valid disk boot devices >>> abort manual input >>> Mountroot> >>> >>> This seems to be a prompt where I need to specify the location of the >>> root partition, but the problem here is that it hangs or freezes and I >>> cannot input any text. >> Any further details about your hardware specs in general? > > This is a keyboard problem. The background is that the boot process > uses a different keyboard driver from the final kernel, and that it's > much more finicky than the kernel version. It seems to have got worse > in the last few years. I've found that a USB keyboard will do better, > but YMMV. > >>> At first I thought it may be a result of FreeBSD not properly >>> recognizing my HDD's geometry but I manually fixed that and it >>> still is giving me this same issue. If anyone has had a similar >>> problem or knows how to fix this I would greatly appreciate any >>> help. I looked through the Handbook and googled this but I haven't >>> found a solution yet. > > The background for the *message* (not the apparent freeze) is that > your root file system can't be found. This happens typically when you > change the device name. For example, my situation is that I'm doing > development with a SATA disk drive and moving it from system to > system. On my machine the root file system shows up as /dev/ad4s1a; > on the other machine it's /dev/ad0s1a. > > It's probably worth putting in a PR about this problem. > > Greg > -- > See complete headers for address and phone numbers. About the keyboard.. I have it running through a KVM switch, would this also cause any problems? I booted into safemode and noticed that the problem with inputting text was nonexistant. I am not sure why it can't find my root filesystem. I haven't changed the device name or moved anything around at all. BTW, is there any way I can get into FreeBSD (maybe via the install disc?) to get a detailed printout of my FreeBSD slice? Posting that on here may be of some use. -- Michael Peirson From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 08:42: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 A6D4E16A47C for ; Thu, 21 Sep 2006 08:42:06 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3780243D45 for ; Thu, 21 Sep 2006 08:42:04 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k8L8ffSS075272; Thu, 21 Sep 2006 03:41:42 -0500 (CDT) Message-Id: <6.0.0.22.2.20060921033642.02186af8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 21 Sep 2006 03:41:29 -0500 To: Mike Peirson , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <45124DBC.6010906@gmail.com> References: <4511D307.1070906@gmail.com> <20060921044344.GA97672@ns2.wananchi.com> <20060921053101.GG88782@wantadilla.lemis.com> <45124DBC.6010906@gmail.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 08:42:06 -0000 Some kvm's can be problematic, you may want to just plug a keyboard into the server for now. You can boot the CD and at a shell prompt run fdisk. You can give it the argument for the other drive to see that drive's partition table. -Derek At 03:30 AM 9/21/2006, Mike Peirson wrote: >Greg 'groggy' Lehey wrote: >>On Thursday, 21 September 2006 at 7:43:44 +0300, Odhiambo Washington wrote: >>>* On 20/09/06 16:47 -0700, Mike Peirson wrote: >>>>Hi all, >>>>First off, I'm new to FreeBSD and this mailinglist so I hope I am in the >>>>right place. Anyways, right now I am having some problems with FreeBSD >>>>booting up. I have tried to install 3 times now and keep getting the >>>>same error. When I try to boot into FreeBSD, this eventually comes up: >>>> >>>> Manual root filesystem specification: >>>> : Mount using filesystem >>>> >>>> eg. ufs:da0s1a >>>> ? List valid disk boot devices >>>> abort manual input >>>> Mountroot> >>>> >>>>This seems to be a prompt where I need to specify the location of the >>>>root partition, but the problem here is that it hangs or freezes and I >>>>cannot input any text. >>>Any further details about your hardware specs in general? >>This is a keyboard problem. The background is that the boot process >>uses a different keyboard driver from the final kernel, and that it's >>much more finicky than the kernel version. It seems to have got worse >>in the last few years. I've found that a USB keyboard will do better, >>but YMMV. >> >>>>At first I thought it may be a result of FreeBSD not properly >>>>recognizing my HDD's geometry but I manually fixed that and it >>>>still is giving me this same issue. If anyone has had a similar >>>>problem or knows how to fix this I would greatly appreciate any >>>>help. I looked through the Handbook and googled this but I haven't >>>>found a solution yet. >>The background for the *message* (not the apparent freeze) is that >>your root file system can't be found. This happens typically when you >>change the device name. For example, my situation is that I'm doing >>development with a SATA disk drive and moving it from system to >>system. On my machine the root file system shows up as /dev/ad4s1a; >>on the other machine it's /dev/ad0s1a. >>It's probably worth putting in a PR about this problem. >>Greg >>-- >>See complete headers for address and phone numbers. > >About the keyboard.. I have it running through a KVM switch, would this >also cause any problems? I booted into safemode and noticed that the >problem with inputting text was nonexistant. I am not sure why it can't >find my root filesystem. I haven't changed the device name or moved >anything around at all. BTW, is there any way I can get into FreeBSD >(maybe via the install disc?) to get a detailed printout of my FreeBSD >slice? Posting that on here may be of some use. >-- >Michael Peirson >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 09:01: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 CFC4816A407 for ; Thu, 21 Sep 2006 09:01:05 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from omta01ps.mx.bigpond.com (omta01ps.mx.bigpond.com [144.140.82.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E90D43D5C for ; Thu, 21 Sep 2006 09:00:48 +0000 (GMT) (envelope-from andrew@areilly.bpa.nu) Received: from areilly.bpa.nu ([141.168.7.22]) by omta01ps.mx.bigpond.com with ESMTP id <20060921090045.HQYU8871.omta01ps.mx.bigpond.com@areilly.bpa.nu> for ; Thu, 21 Sep 2006 09:00:45 +0000 Received: (qmail 89930 invoked by uid 501); 21 Sep 2006 08:59:40 -0000 Date: Thu, 21 Sep 2006 18:59:40 +1000 From: Andrew Reilly To: freebsd-questions@freebsd.org Message-ID: <20060921085940.GA89698@duncan.reilly.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: ataraid/fsck glitch on upgrade from 5.5 to 6-stable? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 09:01:05 -0000 Hi all, I ran into an unexpected problem today, when I tried to do an in-place upgrade from FreeBSD 5.5 (actually RELENG_5) to 6-STABLE, following the procedure in /usr/src/UPDATING. The buildworld and buildkernel went without a hitch, and installkernel was fine, too. When I rebooted to single-user, though, the fsck -p step reported that my /usr partition was bad, and unfixable. Something about not being able to find a good superblock, but I didn't copy down the details. The root partition was OK, though, so I upgraded the mount to r/w and moved /boot/kernel out of the way to /boot/kernel.6 and moved /boot/kernel.old back to /boot/kernel, and rebooted back to multi-user in 5.5. The system claimed that /usr had not been unmounted properly, and fired off a background fsck, which finished without finding any problems. I tried this twice (since fsck had given the /usr partition a clean bill of health again), and it failed the same way the second time. Any thoughts on what could be going wrong? This is a server, using ataraid to bind a pair of SATA drives into a mirrored pair. I had good success previously, with an in-place upgrade of my workstation from RELENG_5 to RELENG_6, but that wasn't using ataraid. Details: The top of dmesg.boot says: FreeBSD 5.5-STABLE #1: Thu Sep 21 08:23:18 EST 2006 root@corvus.dolby.net:/usr/obj/usr/src/sys/CORVUS ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (2992.52-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf43 Stepping = 3 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 1065242624 (1015 MB) avail memory = 1032859648 (985 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 and the parts related to the disk controllers says: atapci0: port 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 atapci1: port 0xc400-0xc40f,0xc480-0xc483,0xc800-0xc807,0xc880-0xc883,0xcc00-0xcc07 irq 19 at device 31.2 on pci0 ata2: channel #0 on atapci1 ata3: channel #1 on atapci1 and the drives: acd0: DVDROM at ata0-master PIO4 ad4: 76319MB [155061/16/63] at ata2-master SATA150 ad6: 76319MB [155061/16/63] at ata3-master SATA150 ar0: 76319MB [9729/255/63] status: READY subdisks: disk0 READY on ad4 at ata2-master disk1 READY on ad6 at ata3-master fdisk says: ******* Working on device /dev/ar0 ******* parameters extracted from in-core disklabel are: cylinders=9729 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=9729 heads=255 sectors/track=63 (16065 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 63, size 156296322 (76316 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: and bsdlabel ar0s1 says: # /dev/ar0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 524288 0 4.2BSD 2048 16384 32776 b: 4126128 524288 swap c: 156296322 0 unused 0 0 # "raw" part, don't edit d: 524288 4650416 4.2BSD 2048 16384 32776 e: 524288 5174704 4.2BSD 2048 16384 32776 f: 150597330 5698992 4.2BSD 2048 16384 28552 and /etc/fstab says: # Device Mountpoint FStype Options Dump Pass# /dev/ar0s1b none swap sw 0 0 /dev/ar0s1a / ufs rw 1 1 /dev/ar0s1e /tmp ufs rw 2 2 /dev/ar0s1f /usr ufs rw 2 2 /dev/ar0s1d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 and df says: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ar0s1a 253678 60566 172818 26% / devfs 1 1 0 100% /dev /dev/ar0s1e 253678 10266 223118 4% /tmp /dev/ar0s1f 72924656 23641878 43448806 35% /usr /dev/ar0s1d 253678 94556 138828 41% /var Would anything else be useful? -- Andrew From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 09:07: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 DCF5A16A40F for ; Thu, 21 Sep 2006 09:07:50 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678E343D46 for ; Thu, 21 Sep 2006 09:07:50 +0000 (GMT) (envelope-from dominique.goncalves@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so578775wxd for ; Thu, 21 Sep 2006 02:07:50 -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=phD1MMIarRPyJNIeMWkbFxJmrMkXrmjH9F2qsdlBsJ9USpijp4YrsQJ6i8IpgbYZ3ib0tSRU2XlonFx3juVXmEseEglH/HhqHx9yC1qAowVsFuQipJKpYcR3/Gp/NeNfOE1wUoMdt7OLgyczLeKgJlNwaJrfprKr0vJBkjqQXp4= Received: by 10.90.55.19 with SMTP id d19mr7157336aga; Thu, 21 Sep 2006 02:07:50 -0700 (PDT) Received: by 10.90.50.2 with HTTP; Thu, 21 Sep 2006 02:07:49 -0700 (PDT) Message-ID: <7daacbbe0609210207m1a28d8bdid2af744ee71524fe@mail.gmail.com> Date: Thu, 21 Sep 2006 11:07:49 +0200 From: "Dominique Goncalves" To: "Mike Peirson" In-Reply-To: <4511D307.1070906@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4511D307.1070906@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 09:07:50 -0000 Hi, On 9/21/06, Mike Peirson wrote: > Hi all, > First off, I'm new to FreeBSD and this mailinglist so I hope I am in the > right place. Anyways, right now I am having some problems with FreeBSD > booting up. I have tried to install 3 times now and keep getting the > same error. When I try to boot into FreeBSD, this eventually comes up: > > Manual root filesystem specification: > : Mount using filesystem > > eg. ufs:da0s1a > ? List valid disk boot devices > abort manual input > Mountroot> > > This seems to be a prompt where I need to specify the location of the > root partition, but the problem here is that it hangs or freezes and I > cannot input any text. At first I thought it may be a result of FreeBSD > not properly recognizing my HDD's geometry but I manually fixed that and > it still is giving me this same issue. If anyone has had a similar > problem or knows how to fix this I would greatly appreciate any help. I > looked through the Handbook and googled this but I haven't found a > solution yet. > -- > Michael Peirson > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > I guess you are using 6.1-RELEASE if so It's a bug in kbdmux, it was solved after in FreeBSD-STABLE. Booting in 'Safe mode' from the beastie menu, should workarround your hang problem. HTH Regards. -- There's this old saying: "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life." From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 09:30: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 0D1D516A416 for ; Thu, 21 Sep 2006 09:30:40 +0000 (UTC) (envelope-from arne_woerner@yahoo.com) Received: from web30303.mail.mud.yahoo.com (web30303.mail.mud.yahoo.com [209.191.69.65]) by mx1.FreeBSD.org (Postfix) with SMTP id C789D43D46 for ; Thu, 21 Sep 2006 09:30:38 +0000 (GMT) (envelope-from arne_woerner@yahoo.com) Received: (qmail 57968 invoked by uid 60001); 21 Sep 2006 09:30:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=r+evmhTqqvvf/EfmQAhn9HHyTVaKfY+cvTyF8Us4Se+kbdTqGzbgdTzJ3qmsGbK4fSmn5n2S/Y380qDJKlJWhgZSPZzfTXsIRuV3Ev5YCEtHzHPIXg+/JXqG/bjHsNGnfQU291KC2bOSbqmgNnzjnNjwLORsZ1UYKccvmRNgp7I= ; Message-ID: <20060921093038.57966.qmail@web30303.mail.mud.yahoo.com> Received: from [213.54.71.203] by web30303.mail.mud.yahoo.com via HTTP; Thu, 21 Sep 2006 02:30:37 PDT Date: Thu, 21 Sep 2006 02:30:37 -0700 (PDT) From: "R. B. Riddick" To: Matthew Seaman , "Marc G. Fournier" In-Reply-To: <45122531.6010503@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org, freebsd-geom@freebsd.org Subject: Re: geom - help ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 09:30:40 -0000 --- Matthew Seaman wrote: > Marc G. Fournier wrote: > > > > So, again, if I'm reading through things correctly, I'll have to do > > something like: > > > > gstripe st1 da1 da2 > > gstripe st2 da3 da4 > > gmirror drive st1 st2 > > newfs drive > > That's the wrong way round, I think. If you lose a drive, then you've > the whole of one of your stripes and have no resilience. Shouldn't you > rather stripe the mirrors: > > gmirror gm0 da1 da2 > gmirror gm1 da3 da4 > gstripe gs0 gm0 gm1 > newfs gs0 > > This way if you lose a drive then only one of your gmirrors loses > resilience and the other half of your disk space is unaffected. > Yup! In the case M(S(a,b),S(c,d)) the content on 'a' and 'c' and on 'b' and 'd' would be identical, so that the u had to do it handish and efficient or automatically and inefficient in case of a disk failure. I personally put the boot-stuff on a gmirror (no striping). So u might want to use something like this: M(a1,c1) for / S(b1,d1) for /not-so-important S(M(a2,c2),M(b2,d2)) for /usr/home By the way: A correct syntax would be gmirror label -b load gm0 da1s1a da3s1a gmirror label -b load gm1 da1s2d da3s2d gmirror label -b load gm2 da2s2d da4s2d gstripe label -s 65536 gs0 da2s1d da4s1d gstripe label -s 65536 gs1 mirror/gm1 mirror/gm2 Oh! And I am experimenting with my geom_raid5 implementation... But it is quite slow in write to UFS (but non-concurrrent write to raw-device is quite fast already). U can download it here (but it is quite difficult to integrate - many files have to be changed handish): http://home.tiscali.de/cmdr_faako/geom_raid5.tbz :-) -A __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 09:39: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 E997316A407 for ; Thu, 21 Sep 2006 09:39:18 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id B273443D68 for ; Thu, 21 Sep 2006 09:39:17 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i27so587394wxd for ; Thu, 21 Sep 2006 02:39:17 -0700 (PDT) Received: by 10.70.125.2 with SMTP id x2mr16826163wxc; Thu, 21 Sep 2006 02:39:16 -0700 (PDT) Received: from scorpio.seibercom.net ( [67.189.184.224]) by mx.gmail.com with ESMTP id h38sm195947wxd.2006.09.21.02.39.16; Thu, 21 Sep 2006 02:39:16 -0700 (PDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) by scorpio.seibercom.net (Postfix) with ESMTP id BB2DBC287 for ; Thu, 21 Sep 2006 05:39:15 -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 30D89C170 for ; Thu, 21 Sep 2006 05:39:15 -0400 (EDT) Date: Thu, 21 Sep 2006 05:39:20 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom In-Reply-To: <8944F1E6DB931D4681FF94706234BF71E95A@BB06.bolsabilbao.local> References: <45116D40.7020904@lidstrom.eu> <8944F1E6DB931D4681FF94706234BF71E95A@BB06.bolsabilbao.local> 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: <20060921053436.00EA.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: Default file creation permissions 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: Thu, 21 Sep 2006 09:39:19 -0000 Aitor San Juan wrote: > I have a shell script whose execution is scheduled by CRON. The > command scheduled is of the form: >=20 > 50 23 * * 1-5 /apps/batch/cronjobs/bd_backup.sh > > /apps/batch/logs/bd_backup.log 2>&1 >=20 > This shell script runs under the id of root. The file permissions of > the log file created are 644 (owner: root, group: wheel). I'd like that > the file permissions of the log created be 600 (or 640 maximum). How > could I accomplish this? This is probably related to "umask", but I > don't dare changing anything in case that change could affect some > other security configuration as a side effect. >=20 > What would you recommend? I have a few shell scripts that are run from CRON also. To accomplish what you want, I have 'chmod' and 'chown' commands in the scripts. Perhaps you might be able to incorporate something like that into yours. --=20 Gerard "Health experts in Europe now say one carrot a day can keep you free= of colon cancer. You know, I just hope they mean you eat it." From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 09:56:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10DB716A403 for ; Thu, 21 Sep 2006 09:56:09 +0000 (UTC) (envelope-from off@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D70143D69 for ; Thu, 21 Sep 2006 09:56:05 +0000 (GMT) (envelope-from off@panix.com) Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mail1.panix.com (Postfix) with ESMTP id A52A85A22D for ; Thu, 21 Sep 2006 05:56:04 -0400 (EDT) Received: from localhost (off@localhost) by panix1.panix.com (8.11.6p3/8.8.8/PanixN1.1) with ESMTP id k8L9u5V05781 for ; Thu, 21 Sep 2006 05:56:05 -0400 (EDT) Date: Thu, 21 Sep 2006 05:56:05 -0400 (EDT) From: Jeffrey Katz To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: nested labels X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 09:56:09 -0000 I have hit the limit of 8 disklabels per slice. Supposedly, one can create lables within a label, thus overcoming this limit. I googled everything but could only find references to gpt-- nothing about nested labels or partitions. Can anyone detail the steps involved in setting up nested labels or partitions? P.S. I am a BSD newbie, coming to BSD from Linux. Jeffrey Owen Katz, Ph.D. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 10:00:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3015E16A403 for ; Thu, 21 Sep 2006 10:00:30 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77ED343D58 for ; Thu, 21 Sep 2006 10:00:30 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GQLLe-0004Gu-Gh for freebsd-questions@freebsd.org; Thu, 21 Sep 2006 12:00:02 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Sep 2006 12:00:02 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Sep 2006 12:00:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Thu, 21 Sep 2006 11:49:20 +0200 Lines: 12 Message-ID: References: <20060920222944.M1031@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.4 (X11/20060625) In-Reply-To: <20060920222944.M1031@ganymede.hub.org> Sender: news Cc: freebsd-geom@freebsd.org Subject: Re: geom - help ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 10:00:31 -0000 Marc G. Fournier wrote: > Basically, I have 5x72G drives ... I'd *love* to do RAID5 with them, but > that doesn't appear to be available right now Maybe you could try geom_raid3 instead? It's pretty nice, especially for databases. The only caveat is that you cannot boot off it if you use all the drives. Maybe raid3(3 drives for data)+mirror(2 disks for system) will be useful to you (since you can boot a mirrored drive). (note that geom_raid3 is not RAID3 as theoretically defined, but more like RAID4). From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 10:02: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 0293116A40F for ; Thu, 21 Sep 2006 10:02:35 +0000 (UTC) (envelope-from asanjuan@bolsabilbao.es) Received: from correo-1.bolsabilbao.es (correo-1.bolsabilbao.es [212.8.77.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 282B943D46 for ; Thu, 21 Sep 2006 10:02:33 +0000 (GMT) (envelope-from asanjuan@bolsabilbao.es) Received: from correo_6.bolsabilbao.es ([10.33.5.206]) by correo-1.bolsabilbao.es with Microsoft SMTPSVC(6.0.3790.1830); Thu, 21 Sep 2006 12:02:32 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2757 Date: Thu, 21 Sep 2006 12:02:15 +0200 Message-ID: <8944F1E6DB931D4681FF94706234BF71E9E3@BB06.bolsabilbao.local> In-Reply-To: <20060921053436.00EA.GERARD@seibercom.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Default file creation permissions Thread-Index: AcbdYljoh56rlCqvSgOlR5wICnvKpQAAUMVA From: "Aitor San Juan" To: X-OriginalArrivalTime: 21 Sep 2006 10:02:32.0768 (UTC) FILETIME=[0E481C00:01C6DD65] Importance: normal Priority: normal X-ExchangeSecure-AntiSpam: valid(0) Subject: RE: Default file creation permissions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 10:02:35 -0000 Thanks for your reply, Gerard. As you can see, the log file is not created from within the shell = script. It's created as the redirection of the output, so your = suggestion implies modifying the shell script source code. That script = calls some other scripts too and imports other scripts which define some = predefined common functions with common behaviour among all the shell = scripts developed. This means that is this case the backup script is = called by CRON but there's also the possibility of invoking it manually = (for example in the need of a backup out of the normal scheduled time). = When invoked manually, the results are shown in the screen to the = user... You know, the script is not isolated, it's part of a bigger = infrastructure behinf the scene, hidden to some users which may invoke = batch script from within menus (with no command line access). I'd like to find another solution, having to modify the shell script in = the last resort. Thanks in advance. -----Mensaje original----- De: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]En nombre de Gerard Seibert Enviado el: jueves, 21 de septiembre de 2006 11:39 Para: freebsd-questions@freebsd.org Asunto: Re: Default file creation permissions Aitor San Juan wrote: > I have a shell script whose execution is scheduled by CRON. The > command scheduled is of the form: >=20 > 50 23 * * 1-5 /apps/batch/cronjobs/bd_backup.sh > > /apps/batch/logs/bd_backup.log 2>&1 >=20 > This shell script runs under the id of root. The file permissions of > the log file created are 644 (owner: root, group: wheel). I'd like = that > the file permissions of the log created be 600 (or 640 maximum). How > could I accomplish this? This is probably related to "umask", but I > don't dare changing anything in case that change could affect some > other security configuration as a side effect. >=20 > What would you recommend? I have a few shell scripts that are run from CRON also. To accomplish what you want, I have 'chmod' and 'chown' commands in the scripts. Perhaps you might be able to incorporate something like that into yours. --=20 Gerard ************ LEGEZKO OHARRA / AVISO LEGAL / LEGAL ADVICE *************=20 Mezu honek isilpeko informazioa gorde dezake, edo jabea duena, edota = legez babestuta dagoena. Zuri zuzendua ez bada, bidali duenari esan eta = ezabatu, inori berbidali edo gorde gabe, legeak debekatzen duelako = mezuak erabiltzea baimenik gabe.=20 -------------------------------------------------------------------------= - Este mensaje puede contener informaci=C3=B3n confidencial, en propiedad = o legalmente protegida. Si usted no es el destinatario, le rogamos lo = comunique al remitente y proceda a borrarlo, sin reenviarlo ni = conservarlo, ya que su uso no autorizado est=C3=A1 prohibido legalmente. -------------------------------------------------------------------------= - This message may contain confidential, proprietary or legally privileged = information. If you are not the intended recipient of this message, = please notify it to the sender and delete without resending or backing = it, as it is legally prohibited. *************************************************************************= * From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 10:15: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 E757816A412 for ; Thu, 21 Sep 2006 10:15:46 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7899543D46 for ; Thu, 21 Sep 2006 10:15:45 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.137] (helo=anti-virus01-08) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1GQLaq-0003CI-AT; Thu, 21 Sep 2006 11:15:44 +0100 Received: from [82.41.35.166] (helo=[192.168.0.2]) by asmtp-out4.blueyonder.co.uk with esmtp (Exim 4.52) id 1GQLak-0004NX-IB; Thu, 21 Sep 2006 11:15:38 +0100 Message-ID: <4512664A.1090606@dial.pipex.com> Date: Thu, 21 Sep 2006 11:15:38 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Robin Becker References: <45116E76.6020009@chamonix.reportlab.co.uk> <54db43990609201002x503b691fxe3b828ca81f13c5a@mail.gmail.com> <004f01c6dcd8$afcd6cc0$0200a8c0@satellite> <45117BA6.2040700@chamonix.reportlab.co.uk> In-Reply-To: <45117BA6.2040700@chamonix.reportlab.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: gmirror HD failure detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 10:15:47 -0000 Robin Becker wrote: > Dave wrote: > >> Hi, >> I've got smartd going on a gmirror system, however when smartd >> starts up it says it can't find the various drives. I've tried both >> the autodetection line as well as specifying the individual drives. >> If this does work i'd like to know about it as i believe i might have >> one failing drive, but am not sure which one. >> Thanks. >> Dave. >> > > > well as root I can certainly run smartctl -a /dev/ad4 (or /dev/ad6) so > I assume smartd could. > > I like the idea of using gmirror status -s , but I don't know what the > results would be if one of the disks were going bad. Would it change > from COMPLETE to DEGRADED suddenly? I would expect gmirror to report a problem when a disk gad *gone* bad. Going bad from a SMART point of view can mean, for example, too high a rate of read retries or too many bad sectors remapped. At that point the drive is technically working, so there is nothing technically wrong with the array status. In such a case SMART would just be telling you that the disk is likely to go kablooey soon; time for backups, new drive etc. etc. Something like gmirror status -s you can presumably run even every five minutes from cron; if you weed out the good results you'll only get email if something does go wrong. Use both approaches since they tell you different things which just happen some of the time to coincide. --Alex From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 10:24: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 5417016A52B for ; Thu, 21 Sep 2006 10:24:53 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A495243D64 for ; Thu, 21 Sep 2006 10:24:52 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so795936pyc for ; Thu, 21 Sep 2006 03:24:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=WaTF/IPCu4Sta4f5CbQihlUcslocdtJ9NjXOa3xZ7EFAHC0IcyACjoF/hiVkZUFBUgYoJmXtXo1vD2IBF2K988jUDeJ/383K9LnEWk5jT9vJn/E3y2nn0YNAejNZNcF4yUfqQ2iT2BWIgJK1batys0yJpEuyhffYhmmXoAxzZfc= Received: by 10.35.97.17 with SMTP id z17mr30566925pyl; Thu, 21 Sep 2006 03:24:42 -0700 (PDT) Received: by 10.35.119.12 with HTTP; Thu, 21 Sep 2006 03:24:42 -0700 (PDT) Message-ID: Date: Thu, 21 Sep 2006 14:24:42 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Jeffrey Katz" 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: X-Google-Sender-Auth: 6882b54c57801e12 Cc: freebsd-questions@freebsd.org Subject: Re: nested labels X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 10:24:53 -0000 On 9/21/06, Jeffrey Katz wrote: > I have hit the limit of 8 disklabels per slice. Supposedly, one can > create lables within a label, thus overcoming this limit. I googled > everything but could only find references to gpt-- nothing about nested > labels or partitions. Can anyone detail the steps involved in setting up > nested labels or partitions? You might want to have a look at glabel(8), or maybe gnop(8), or even http://wiki.freebsd.org/gvirstor From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 10:39: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 0B48916A407 for ; Thu, 21 Sep 2006 10:39:12 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94EF743D49 for ; Thu, 21 Sep 2006 10:39:10 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.142] (helo=anti-virus02-09) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1GQLxS-0002Se-6b; Thu, 21 Sep 2006 11:39:06 +0100 Received: from [82.41.35.166] (helo=[192.168.0.2]) by asmtp-out3.blueyonder.co.uk with esmtp (Exim 4.52) id 1GQLxO-00025G-7Z; Thu, 21 Sep 2006 11:39:02 +0100 Message-ID: <45126BC5.7070501@dial.pipex.com> Date: Thu, 21 Sep 2006 11:39:01 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Jeffrey Katz References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: nested labels X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 10:39:12 -0000 On 9/21/06, Jeffrey Katz wrote: > I have hit the limit of 8 disklabels per slice. Supposedly, one can > create lables within a label, thus overcoming this limit. I googled > everything but could only find references to gpt-- nothing about nested > labels or partitions. Can anyone detail the steps involved in setting up > nested labels or partitions? There was a discussion on hackers@ recently which mentioned nested labels. Have a search of the archives. Personally I wouldn't touch that solution with a 10ft pole. You explain far too little about *why* you have run out of partitions and what your current disk setup is like. Another option to consider is logical/extended slices (DOS partitions). Inside one of those you can create more FreeBSD slices. The only caveat is that I believe sysinstall will not recognise them so you are down to bsdlabelling them by hand (but you are with nested labels as well); or you can forget labelling them and just use each slice as a partition. Another solution: buy another disk. Slightly wasteful, but by far the easiest. --Alex From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 10:46: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 CB01A16A4C8 for ; Thu, 21 Sep 2006 10:46:28 +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 261ED43D55 for ; Thu, 21 Sep 2006 10:46:28 +0000 (GMT) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id 6FCFF10E685; Thu, 21 Sep 2006 12:46:02 +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 EB4z0unPjAj7; Thu, 21 Sep 2006 12:46:01 +0200 (CEST) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id 5A8A010E697; Thu, 21 Sep 2006 12:46:01 +0200 (CEST) Date: Thu, 21 Sep 2006 12:46:24 +0200 From: Daniel Gerzo Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <1478726631.20060921124624@rulez.sk> To: =?iso-8859-1?Q?H=E8rv=E9_Simplice_van_der_Eijk?= In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: help please 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: Thu, 21 Sep 2006 10:46:28 -0000 Hello H=E8rv=E9, Wednesday, September 20, 2006, 10:49:31 PM, you wrote: > Hi everybody, > I recently install freebsd 5.4, bind9, isc-dhcp-server, openldap on my > machine. > DNS server is working oke, but since I'm running ipfw firewall on the=20 > machine, my windows client (internet Explorer kan reach my > freeBsd webserver. > can anyone tell me wich protocol and port I have to open up on my ipfw > firewall > so that windows client kan reach my webserver 80/tcp --=20 Best regards, Daniel mailto:danger@FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 10:48: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 8A14116A415 for ; Thu, 21 Sep 2006 10:48:17 +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 0CE8843D58 for ; Thu, 21 Sep 2006 10:48:16 +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 4CBCE2E02D; Thu, 21 Sep 2006 12:48:14 +0200 (CEST) Message-ID: <45126DEC.1090106@locolomo.org> Date: Thu, 21 Sep 2006 12:48:12 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: =?ISO-8859-1?Q?H=E8rv=E9_Simplice_van_der_Eijk?= References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: help please X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 10:48:17 -0000 Hèrvé Simplice van der Eijk wrote: > Hi everybody, > > I recently install freebsd 5.4, bind9, isc-dhcp-server, openldap on my > machine. > DNS server is working oke, but since I'm running ipfw firewall on the > machine, my windows client (internet Explorer kan reach my > freeBsd webserver. > can anyone tell me wich protocol and port I have to open up on my ipfw > firewall > so that windows client kan reach my webserver Are you actually running a web server? given your list above it seems not. Secondly, I'm a bit surprised if you can successfully setup bind, dhcpd and ldap but not figure out which port the web service is running on... Heard about sockstat or /etc/services? 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 Thu Sep 21 10:48:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A812216A403 for ; Thu, 21 Sep 2006 10:48:59 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B4E643D45 for ; Thu, 21 Sep 2006 10:48:59 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.142] (helo=anti-virus02-09) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1GQM6z-0005Gl-Vn; Thu, 21 Sep 2006 11:48:58 +0100 Received: from [82.41.35.166] (helo=[192.168.0.2]) by asmtp-out2.blueyonder.co.uk with esmtp (Exim 4.52) id 1GQLng-0008O9-4w; Thu, 21 Sep 2006 11:29:00 +0100 Message-ID: <4512696B.3080106@dial.pipex.com> Date: Thu, 21 Sep 2006 11:28:59 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Aitor San Juan References: <8944F1E6DB931D4681FF94706234BF71E9E3@BB06.bolsabilbao.local> In-Reply-To: <8944F1E6DB931D4681FF94706234BF71E9E3@BB06.bolsabilbao.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Default file creation permissions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 10:48:59 -0000 Aitor San Juan wrote: >I have a shell script whose execution is scheduled by CRON. The >command scheduled is of the form: > >50 23 * * 1-5 /apps/batch/cronjobs/bd_backup.sh > >/apps/batch/logs/bd_backup.log 2>&1 > >This shell script runs under the id of root. The file permissions of >the log file created are 644 (owner: root, group: wheel). I'd like that >the file permissions of the log created be 600 (or 640 maximum). How >could I accomplish this? This is probably related to "umask", but I >don't dare changing anything in case that change could affect some >other security configuration as a side effect. > >What would you recommend? > > One solution: write a simple wrapper shell script for this which: a) creates the backup.log file, deleting any existing (> backup.log would probably do) b) changes the permissions to the ones you want with chmod, chgrps etc. etc. c) runs /apps/batch/cronjobs/bd_backup.sh >> /apps/batch/logs/bd_backup.log 2>&1 I.e. appends output to the file you just blanked. Two solution: Always use >> in your cron job, then set up the backup.log to be rotated through newsyslog which can set the permissions correctly. You probably need to create a balnk file with the correct permission once to seed the the process or use newsyslog -C. See the man page for more info. Solution one is easier, solution two also gets you a more permanent record of how the command ran, rather than losing it every day. --Alex From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 10:50:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8058216A403; Thu, 21 Sep 2006 10:50:11 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 636EA43D76; Thu, 21 Sep 2006 10:50:08 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id ABD6745CD9; Thu, 21 Sep 2006 12:50:06 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id F417A45696; Thu, 21 Sep 2006 12:49:57 +0200 (CEST) Date: Thu, 21 Sep 2006 12:49:34 +0200 From: Pawel Jakub Dawidek To: Ivan Voras Message-ID: <20060921104934.GB12198@garage.freebsd.pl> References: <20060920222944.M1031@ganymede.hub.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline In-Reply-To: X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: freebsd-questions@freebsd.org, freebsd-geom@freebsd.org Subject: Re: geom - help ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 10:50:11 -0000 --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 21, 2006 at 11:49:20AM +0200, Ivan Voras wrote: > Marc G. Fournier wrote: >=20 > >Basically, I have 5x72G drives ... I'd *love* to do RAID5 with them, but= that doesn't appear to be available right now >=20 > Maybe you could try geom_raid3 instead? It's pretty nice, especially for = databases. The only caveat is that you cannot boot off it if you use all th= e drives. Maybe raid3(3=20 > drives for data)+mirror(2 disks for system) will be useful to you (since = you can boot a mirrored drive). >=20 > (note that geom_raid3 is not RAID3 as theoretically defined, but more lik= e RAID4). This is RAID3, RAID4 is totally different. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --pvezYHf7grwyp3Bc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFFEm4+ForvXbEpPzQRAgStAJ9JhND2wmHiVOib2XcZkUhDugaqigCguGBv sj/5XLzvS6WppfUE8PWgnDw= =2ORy -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 02:29:41 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D75316A584 for ; Thu, 21 Sep 2006 02:29:41 +0000 (UTC) (envelope-from tardi@prairie.ca) Received: from pol1.prairie.ca (mail.prairie.ca [64.201.179.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2886B43D53 for ; Thu, 21 Sep 2006 02:29:20 +0000 (GMT) (envelope-from tardi@prairie.ca) Received: from ryan37ebc46477 (slkrmb01bbh-ac01-48-66.dial.mts.net [205.200.48.66]) by [10.10.1.4] (8.12.0.Beta19/8.12.0.Beta19/Debian 8.12.0.Beta19) with ESMTP id k8L2TFWi026586 for ; Wed, 20 Sep 2006 21:29:16 -0500 From: "Ryan and Sabrina Tardi" To: Date: Wed, 20 Sep 2006 21:29:11 -0500 Message-ID: <000501c6dd25$bd0cd0e0$4230c8cd@ryan37ebc46477> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Mailman-Approved-At: Thu, 21 Sep 2006 11:24:30 +0000 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: downloading Free BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 02:29:41 -0000 What do I do with the ISO files once they are downloaded? Do I burn them directly to a CD then use the CD to install? Forgive me for my ignorance of ISO files! Ryan and Sabrina Tardi 155 Calder Rd. St. Andrews, MB R1A 4B6 H 204.785.9781 C 204.799.3968 tardi@prairie.ca -- Internal Virus Database is out-of-date. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.3/447 - Release Date: 13.09.06 From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 11:24: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 A07FB16A40F for ; Thu, 21 Sep 2006 11:24:58 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA4543D55 for ; Thu, 21 Sep 2006 11:24:30 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so817264pyc for ; Thu, 21 Sep 2006 04:24:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=BW7Pw5VhBovB3OZB/fCa7ZoeEPh8ml91j3uA88dBo9sUnCs0o5NnnOb93Qt+pLRAQ280di2rVzk8ilucbJQfYkRHSD5Wg7HtQal6NfFw980jVxu9KuFeGIyA3B4pP1r7t5HbzrVqFvNMS9mivDEWh1ClnU4nWrx60/EENKjr/wA= Received: by 10.35.90.20 with SMTP id s20mr16087906pyl; Thu, 21 Sep 2006 04:24:29 -0700 (PDT) Received: by 10.35.91.17 with HTTP; Thu, 21 Sep 2006 04:24:29 -0700 (PDT) Message-ID: Date: Thu, 21 Sep 2006 07:24:29 -0400 From: "michael johnson" Sender: buhnux@gmail.com To: "azhar freebsd" In-Reply-To: MIME-Version: 1.0 References: X-Google-Sender-Auth: a8091f124c03340b 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: installing GNOME 2.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 11:24:58 -0000 On 9/21/06, azhar freebsd wrote: > > hi > i am new about freebsd . recently i am tried to install GNOME > 2.14executing the following command > # pkg_add -r gnome2 > but when i check the install package it shows as follows . > > [root@belagelo]~#pkg_info | grep gnome2 > gnome2-2.10.2 The "meta-port" for the GNOME 2 integrated X11 desktop > [root@belagelo]~# > > why ? it seems i failed to install the latest one (gnome 2.14). can > anybody > tell me how to install that > ? > > > > [root@belagelo]~#uname -a > FreeBSD belagelo.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 > 09:36:13 > UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 > [root@belagelo]~# ^^^ The reason you have gnome 2.10 is because gnome 2.10 is what shipped with 6.0-RELEASE. see http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and http://www.freebsd.org/gnome/docs/faq214.html for directions to keep your ports up to date and upgrade gnome. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 11:43:37 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC61C16A403 for ; Thu, 21 Sep 2006 11:43:37 +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 80E8143D77 for ; Thu, 21 Sep 2006 11:43:37 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate02.web.de (Postfix) with ESMTP id 8EF1A20C0D26; Thu, 21 Sep 2006 13:41:46 +0200 (CEST) Received: from [83.99.27.193] (helo=[10.0.0.11]) by smtp06.web.de with esmtp (WEB.DE 4.107 #114) id 1GQMw6-00065q-00; Thu, 21 Sep 2006 13:41:46 +0200 Message-ID: <45127A79.6000804@web.de> Date: Thu, 21 Sep 2006 13:41:45 +0200 From: Jona Joachim User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: Ryan and Sabrina Tardi References: <000501c6dd25$bd0cd0e0$4230c8cd@ryan37ebc46477> In-Reply-To: <000501c6dd25$bd0cd0e0$4230c8cd@ryan37ebc46477> 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: questions@FreeBSD.org Subject: Re: downloading Free BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 11:43:38 -0000 Ryan and Sabrina Tardi wrote: > What do I do with the ISO files once they are downloaded? Do I burn > them directly to a CD then use the CD to install? Hi and welcome to FreeBSD! Yes, you use your favorite CD burning software like Nero or CloneCD and tell it to burn the ISO to the CD. This is a very common procedure and should be well documented in the software manual. After having done this you should read the FreeBSD Handbook: http://www.freebsd.org/doc/handbook/ It should answer most of your questions. --jona From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 11:46: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 F1F0016A4C9 for ; Thu, 21 Sep 2006 11:46:19 +0000 (UTC) (envelope-from khoogc@singnet.com.sg) Received: from smtp43.singnet.com.sg (smtp43.singnet.com.sg [165.21.103.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4384743D7C for ; Thu, 21 Sep 2006 11:46:18 +0000 (GMT) (envelope-from khoogc@singnet.com.sg) Received: from win98.singnet.com.sg (qtas3202.singnet.com.sg [165.21.167.192]) by smtp43.singnet.com.sg (8.13.8/8.13.6) with ESMTP id k8LBkAC7027462 for ; Thu, 21 Sep 2006 19:46:16 +0800 Message-Id: <6.2.5.6.1.20060921193135.0308c080@singnet.com.sg> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Thu, 21 Sep 2006 19:49:20 +0800 To: freebsd-questions@freebsd.org From: KHOO Guan_Chen Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: what happened to /dev/cuaa0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 11:46:20 -0000 I installed FreeBSD 6.0 on an old compaq 500 desktop a few weeks ago and am now interested in connecting to the internet with dial up modem. But when I gave the command pppd (as root), I got the error "unregnized option /dev/cuaa0". Sure enough I could not find /dev/cuaa(0,1). I could only find /dev/cuad(0,1) Changing to /dev/cuad0 in my options file was not help Could some kind soul tell me what to do. Thanks alot Richard KHOO Guan Chen From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 13:45:42 2006 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C366716A403 for ; Thu, 21 Sep 2006 13:45:42 +0000 (UTC) (envelope-from a.pirko@inode.at) Received: from mx.inode.at (lb01nat17.inode.at [62.99.145.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 449F543D6A for ; Thu, 21 Sep 2006 13:45:41 +0000 (GMT) (envelope-from a.pirko@inode.at) Received: from [85.124.24.139] (port=4701 helo=[192.168.1.11]) by smartmx-15.inode.at with esmtp (Exim 4.50) id 1GQOry-0007Es-Qv; Thu, 21 Sep 2006 15:45:39 +0200 Message-ID: <45129778.1070300@inode.at> Date: Thu, 21 Sep 2006 15:45:28 +0200 From: Armin Pirkovitsch User-Agent: Thunderbird 1.5.0.7 (X11/20060916) MIME-Version: 1.0 To: Ryan and Sabrina Tardi References: <000501c6dd25$bd0cd0e0$4230c8cd@ryan37ebc46477> In-Reply-To: <000501c6dd25$bd0cd0e0$4230c8cd@ryan37ebc46477> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: questions@FreeBSD.org Subject: Re: downloading Free BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 13:45:42 -0000 Ryan and Sabrina Tardi wrote: > What do I do with the ISO files once they are downloaded? Do I burn > them directly to a CD then use the CD to install? Forgive me for my > ignorance of ISO files! correct. the 1st iso/cd is bootable and contains most of the basic programs. -- Armin Pirkovitsch a.pirko@inode.at From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 13:48: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 5E4A316A40F for ; Thu, 21 Sep 2006 13:48:05 +0000 (UTC) (envelope-from elessar@bsdforen.de) Received: from fix.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id C581943D53 for ; Thu, 21 Sep 2006 13:48:03 +0000 (GMT) (envelope-from elessar@bsdforen.de) Received: by fix.bsdforen.de (Postfix, from userid 20000) id 7DDFF44A419; Thu, 21 Sep 2006 15:48:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.2]) by fix.bsdforen.de (Postfix) with ESMTP id 3C1A944A410; Thu, 21 Sep 2006 15:48:01 +0200 (CEST) X-Virus-Scanned: amavisd-new at bsdforen.de Received: from fix.bsdforen.de ([127.0.0.2]) by localhost (fix.bsdforen.de [127.0.0.2]) (amavisd-new, port 10024) with LMTP id u4nBhmy5af7E; Thu, 21 Sep 2006 15:48:00 +0200 (CEST) Received: from loki.starkstrom.lan (p54A4603C.dip.t-dialin.net [84.164.96.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fix.bsdforen.de (Postfix) with ESMTP id 155C344A40D; Thu, 21 Sep 2006 15:47:59 +0200 (CEST) Date: Thu, 21 Sep 2006 15:47:58 +0200 From: Joerg Pernfuss To: freebsd-geom@freebsd.org Message-ID: <20060921154758.6d609b07@loki.starkstrom.lan> In-Reply-To: <45122531.6010503@infracaninophile.co.uk> References: <20060920222944.M1031@ganymede.hub.org> <45122531.6010503@infracaninophile.co.uk> X-Mailer: Sylpheed-Claws 2.2.3 (GTK+ 2.8.9; i386-portbld-freebsd6.1) Mime-Version: 1.0 X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Thu Sep 21 15:48:02 2006 X-DSPAM-Confidence: 0.9988 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 45129812886361680728247 Content-Type: multipart/mixed; boundary=DSPAM_MULTIPART_EX-88636 Cc: freebsd-questions@freebsd.org Subject: Re: geom - help ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 13:48:05 -0000 --DSPAM_MULTIPART_EX-88636 Content-Type: multipart/signed; boundary=Sig_bJCzycZOewlS1bzeFRk_pml; protocol="application/pgp-signature"; micalg=PGP-SHA1 --Sig_bJCzycZOewlS1bzeFRk_pml Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable On Thu, 21 Sep 2006 06:37:53 +0100 Matthew Seaman wrote: > Marc G. Fournier wrote: > > So, again, if I'm reading through things correctly, I'll have to do > > something like: > >=20 > > gstripe st1 da1 da2 > > gstripe st2 da3 da4 > > gmirror drive st1 st2 > > newfs drive >=20 > That's the wrong way round, I think. Not exactly. This is RAID 0+1 (mirrored stripes) as he said. What you described is RAID10 (striped mirrors). And as you pointed out, if one has the choice, going with 10 is better for most cases, as the failure case behaviour is much better. It can have better performance in some cases though - at the cost of reliability. J=F6rg --=20 | /"\ ASCII ribbon | GnuPG Key ID | e86d b753 3deb e749 6c3a | | \ / campaign against | 0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 | | X HTML in email | .the next sentence is true. | | / \ and news | .the previous sentence was a lie. | --Sig_bJCzycZOewlS1bzeFRk_pml Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFFEpgOH31s/bvKrSQRApejAJ9bXykkHV48AzYzPV86N9tSwpA2QgCeJpr2 NVCmT1tJuLIgGg6hHwM9adw= =5Bg8 -----END PGP SIGNATURE----- --Sig_bJCzycZOewlS1bzeFRk_pml-- --DSPAM_MULTIPART_EX-88636 Content-Type: text/plain X-DSPAM-Signature: 45129812886361680728247 !DSPAM:45129812886361680728247! --DSPAM_MULTIPART_EX-88636-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 13:49: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 27EC516A412 for ; Thu, 21 Sep 2006 13:49:50 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF83443D5C for ; Thu, 21 Sep 2006 13:49:45 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GQOso-00065K-MS for freebsd-questions@freebsd.org; Thu, 21 Sep 2006 15:46:30 +0200 Received: from cmung27.cmu.carnet.hr ([193.198.128.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Sep 2006 15:46:30 +0200 Received: from ivoras by cmung27.cmu.carnet.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Sep 2006 15:46:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Thu, 21 Sep 2006 15:44:04 +0200 Lines: 10 Message-ID: References: <20060920222944.M1031@ganymede.hub.org> <20060921104934.GB12198@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cmung27.cmu.carnet.hr User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: <20060921104934.GB12198@garage.freebsd.pl> Sender: news Cc: freebsd-geom@freebsd.org Subject: Re: geom - help ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 13:49:50 -0000 Pawel Jakub Dawidek wrote: > This is RAID3, RAID4 is totally different. They are similar, at least in definitions I could find. Both use a dedicated parity disk, RAID3 stripes "bytes" while RAID3 stripes "blocks". Because geom_raid3 stripes at sector level, I think it's more similar to RAID4. Of course, I'm willing to be educated on the subject :) From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 14:01: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 9171116A519 for ; Thu, 21 Sep 2006 14:01:15 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 437A943D53 for ; Thu, 21 Sep 2006 14:01:15 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 14662 invoked from network); 21 Sep 2006 14:01:14 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Sep 2006 14:01:14 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 3E3E22842C; Thu, 21 Sep 2006 10:01:14 -0400 (EDT) To: Saifi References: <20060920103437.7245.qmail@coolhost77.com> From: Lowell Gilbert Date: Thu, 21 Sep 2006 10:01:14 -0400 In-Reply-To: <20060920103437.7245.qmail@coolhost77.com> (saifi@twincling.org's message of "Wed, 20 Sep 2006 16:04:36 +0530") Message-ID: <44k63xuxn9.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 Subject: Re: cu 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: Thu, 21 Sep 2006 14:01:15 -0000 "Saifi" writes: > I am using cu to connect to a device on a serial port (/dev/cuaa0) > > How do I setup the option to "capture output to a file" ? How about script(1)? From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 14:06: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 8067216A47C for ; Thu, 21 Sep 2006 14:06:47 +0000 (UTC) (envelope-from esavage@reyrey.net) Received: from mailrtr04.reyrey.net (mailrtr04.reyrey.net [205.157.244.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB89C43D66 for ; Thu, 21 Sep 2006 14:06:44 +0000 (GMT) (envelope-from esavage@reyrey.net) Date: Thu, 21 Sep 2006 10:07:32 -0400 From: Elijah Savage In-reply-to: <45116834.3080802@webtent.net> To: Robert Fitzpatrick Message-id: <45129CA4.10104@reyrey.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) References: <45116834.3080802@webtent.net> Cc: FreeBSD Subject: Re: Using FreeBSD as a router X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 14:06:47 -0000 Robert Fitzpatrick wrote: > It's time to upgrade my old Cisco 10Mbps router and I am seriously > considering using FreeBSD. I have found some solutions and wonder what > one would recommend here on the list... > > Solution 1: http://tomclegg.net/256-router > Solution 2: http://m0n0.ch/wall/index.php > > I want to duplicate my Cisco setup. It has 4 Ethernet ports with the > WAN subnet assigned to the WAN port and 3 different subnets assigned > to each of the remaining 3 ports leading to their VLANs on the switch. > Looking for advise from those who have used the above solutions and > their experiences. > > Thanks in advance! > > -- > Robert > _______________________________________________ > 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" > Monowall is very nice, I have a pentium pro 200 with 256 meg of ram on a 6meg small business circuit with 3 vpn tunnels to remote sites that have a Cisco 831, cisco pix 501, and cisco pix515. The server runs at about 10% average and it took literally about 10 minutes to set all of this up. The problem you may have with monoowall and I need to refresh myself with the documentation again but I believe it only supports 3 network interfaces. If you populate the box with Intel pro 1000 gigabit network cards they do support vlan tagging though. Good luck and let us know what you might end up with. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 14:11:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEF9116A412 for ; Thu, 21 Sep 2006 14:11:26 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720FD43D4C for ; Thu, 21 Sep 2006 14:11:26 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 49877DA9696 for ; Thu, 21 Sep 2006 10:11:25 -0400 (EDT) Received: from heartbeat2.internal ([10.202.2.161]) by frontend3.internal (MEProxy); Thu, 21 Sep 2006 10:11:26 -0400 X-Sasl-enc: 0x37EnXdQCNE4c4+lO5Pd+35MbfGQ9F7duTk/UdF+D7t 1158847885 Received: from [192.168.1.2] (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id DC1B2EB43 for ; Thu, 21 Sep 2006 10:11:25 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Thu, 21 Sep 2006 15:11:09 +0100 User-Agent: KMail/1.9.4 References: <4511E5E6.2020504@averageadmins.com> <5.1.0.14.2.20060920234610.06492910@209.152.117.178> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609211511.10829.list-freebsd-2004@morbius.sent.com> Subject: Re: How "real time" is FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 14:11:26 -0000 On Thursday 21 September 2006 06:12, Walt Pawley wrote: > At 11:47 PM -0500 9/20/06, W. D. wrote: > >Just reading this about Linux on ZDNet and was wondering: > > >nn> > > Cybernetic floobydust, IMHO. If you read what the banker says: " for each thousandth of a second that its trading software can act faster than competitors' software, the company would see $100 million a year in new revenue." It seems to me that they are really misunderstanding the problem. What they need is a system that's fast most of the time, rather than one that meets an arbitary deadline all the time. In other words they need a fast system, not a realtime system. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 14: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 9A9B116A47C for ; Thu, 21 Sep 2006 14:19:13 +0000 (UTC) (envelope-from listsub@401.cx) Received: from ns2.twenty4help.se (ns2.twenty4help.se [80.65.195.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF1443D5C for ; Thu, 21 Sep 2006 14:19:12 +0000 (GMT) (envelope-from listsub@401.cx) Received: from [127.0.0.1] (132.dairy.twenty4help.se [80.65.195.132]) by ns2.twenty4help.se (8.13.6/8.13.6) with ESMTP id k8LEHw9I022212; Thu, 21 Sep 2006 16:17:59 +0200 (CEST) (envelope-from listsub@401.cx) Message-ID: <45129F56.7020409@401.cx> Date: Thu, 21 Sep 2006 16:19:02 +0200 From: "Roger 'Rocky' Vetterberg" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: jekillen References: <2d6e28fbc9d4d02b9c37e9f9c2ee62d7@prodigy.net> In-Reply-To: <2d6e28fbc9d4d02b9c37e9f9c2ee62d7@prodigy.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: mail to root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 14:19:13 -0000 jekillen wrote: > Hello again; > I have a question about how mail from the system is generated for root. > This question was prompted when I edited the Postfix aliases file and > ran newaliases, then did postfix reload, assuming the mail system was > running. I was informed that Postfix was not running. So the question, > how does mail generated by the system get delivered to the root account? > Here is my motive: > I have a server that I want to run headless. I want to be able to retrieve > mail to root from another machine via ssh login (on the same private net > work number/netmask 255.255.255.0). I cannot login to the system as > root over ssh. I don't know if I can read root mail with su (as wheel group > member). I tried this but maybe I'm not using the appropriate parameter. > Or maybe there isn't any. I don't know where to look for an answer to this > question, other than this knowledgeable group.....Oh, man mail maybe? > Thanks in advance > Jeff K I suggest you use .forward to get root's mail to another account. As root, do this: echo username >> /root/.forward That should forward root's mail to whatever username you specified. -- R From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 14:21: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 B173816A5AA for ; Thu, 21 Sep 2006 14:21:44 +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 E293843D5D for ; Thu, 21 Sep 2006 14:21:42 +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 k8LEKc4c032011; Thu, 21 Sep 2006 10:20:38 -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 k8LEKbE8032010; Thu, 21 Sep 2006 10:20:37 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 21 Sep 2006 10:20:37 -0400 From: Jerry McAllister To: Mike Peirson Message-ID: <20060921142037.GA31986@gizmo.acns.msu.edu> References: <4511D307.1070906@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4511D307.1070906@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 14:21:51 -0000 On Wed, Sep 20, 2006 at 04:47:19PM -0700, Mike Peirson wrote: > Hi all, > First off, I'm new to FreeBSD and this mailinglist so I hope I am in the > right place. Anyways, right now I am having some problems with FreeBSD > booting up. I have tried to install 3 times now and keep getting the > same error. When I try to boot into FreeBSD, this eventually comes up: > > Manual root filesystem specification: > : Mount using filesystem > > eg. ufs:da0s1a > ? List valid disk boot devices > abort manual input > Mountroot> > Hmmm. this looks like there is no boot sector available. I haven't seen messages before just exactly like this, but sort of. Maybe it would help if you described the sequence of things you did or tried, such as for the install. Which version did you install? Did you initiate the install (boot) from a CD? If not, what? Did you choose to use the FreeBSD MBR? Did you create a FreeBSD slice in sysinstall? Did you mark that slice as bootable? Did you create partitions within that FreeBSD slice? Did you choose which things to install? Did it appear to load things properly? After installation finished and you got the congradulations message, what did you do? ////jerry > This seems to be a prompt where I need to specify the location of the > root partition, but the problem here is that it hangs or freezes and I > cannot input any text. At first I thought it may be a result of FreeBSD > not properly recognizing my HDD's geometry but I manually fixed that and > it still is giving me this same issue. If anyone has had a similar > problem or knows how to fix this I would greatly appreciate any help. I > looked through the Handbook and googled this but I haven't found a > solution yet. > -- > Michael Peirson > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 14:24:23 2006 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25C1116A407 for ; Thu, 21 Sep 2006 14:24:23 +0000 (UTC) (envelope-from bill@wiliweld.com) Received: from web31914.mail.mud.yahoo.com (web31914.mail.mud.yahoo.com [68.142.207.94]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B60643D73 for ; Thu, 21 Sep 2006 14:24:22 +0000 (GMT) (envelope-from bill@wiliweld.com) Received: (qmail 4968 invoked by uid 60001); 21 Sep 2006 14:24:21 -0000 Message-ID: <20060921142421.4966.qmail@web31914.mail.mud.yahoo.com> Received: from [71.141.72.46] by web31914.mail.mud.yahoo.com via HTTP; Thu, 21 Sep 2006 07:24:21 PDT X-RocketYMMF: billschoolcraft Date: Thu, 21 Sep 2006 07:24:21 -0700 (PDT) From: Bill Schoolcraft To: FreeBSD-Questions@FreeBSD.org In-Reply-To: <20060918174011.GB31815@Grumpy.DynDNS.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: David Kelly 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: bill@wiliweld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 14:24:23 -0000 --- David Kelly wrote: > 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 Thank you very much for the above info David, I've always been challenged with my (encrypted) wireless card though, and usually have my own manual script that I run. Always wanted to have it start "automagically" when/if it is the card I'm using. (question) Besides the single line you have in /etc/rc.conf above to instruct DHCP to be used, can one place all the following somehow in rc.conf or will I have to get this going in a script location? Currently I give my card a static ip but would like to have it grab it's ipaddr by DHCP, here is the majority of the script, omitted are my ping tests of the gateway at the end. TIA ######################### #!/bin/sh ifconfig wi0 ssid nwname ifconfig wi0 wepmode on ifconfig wi0 192.168.1.222 broadcast 192.168.1.255 netmask 255.255.255.0 ifconfig wi0 up wicontrol wi0 wepkey 0x1465466964 route add default 192.168.1.1 ######################### From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 14:33: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 0D6FC16A403 for ; Thu, 21 Sep 2006 14:33:02 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83112.mail.mud.yahoo.com (web83112.mail.mud.yahoo.com [216.252.101.41]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A98743D7B for ; Thu, 21 Sep 2006 14:33:01 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 97920 invoked by uid 60001); 21 Sep 2006 14:33:01 -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=bgQZpo3tzjWzKxHHms5/Mst6SsN7isUQbjrZTZ6VYgcLUMuzp8HNob8x1Nx+rRrYFQ0fogXzb0XoHmsqXCImCUy/DBLmLHuzI2qMXF/wln9cmjHDyxq+v2/mfwGcRxF9E8e4PgxKYFjANzyUPkAT48yYaa+baTUX+5Xoa5Y6lgo= ; Message-ID: <20060921143301.97918.qmail@web83112.mail.mud.yahoo.com> Received: from [63.240.228.37] by web83112.mail.mud.yahoo.com via HTTP; Thu, 21 Sep 2006 07:33:01 PDT Date: Thu, 21 Sep 2006 07:33:01 -0700 (PDT) From: backyard To: Roger 'Rocky' Vetterberg , jekillen In-Reply-To: <45129F56.7020409@401.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD Mailing List Subject: Re: mail to root 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: Thu, 21 Sep 2006 14:33:02 -0000 --- Roger 'Rocky' Vetterberg wrote: > jekillen wrote: > > Hello again; > > I have a question about how mail from the system > is generated for root. > > This question was prompted when I edited the > Postfix aliases file and > > ran newaliases, then did postfix reload, assuming > the mail system was > > running. I was informed that Postfix was not > running. So the question, > > how does mail generated by the system get > delivered to the root account? > > Here is my motive: > > I have a server that I want to run headless. I > want to be able to retrieve > > mail to root from another machine via ssh login > (on the same private net > > work number/netmask 255.255.255.0). I cannot login > to the system as > > root over ssh. I don't know if I can read root > mail with su (as wheel group > > member). I tried this but maybe I'm not using the > appropriate parameter. su - root will load up roots environment and let you check his mail. At least that worked for me last night... > > Or maybe there isn't any. I don't know where to > look for an answer to this > > question, other than this knowledgeable > group.....Oh, man mail maybe? > > Thanks in advance > > Jeff K > > I suggest you use .forward to get root's mail to > another account. > As root, do this: > echo username >> /root/.forward > > That should forward root's mail to whatever username > you specified. probably the best solution for a headless box, then you don't have to su'in in to the machine. Nor risk snoops gaining the password of all passwords... > > -- > R > -brian From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 14:45: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 D8F7E16A407 for ; Thu, 21 Sep 2006 14:45:30 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 146FC43D7C for ; Thu, 21 Sep 2006 14:45: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 k8LEiPTs032219; Thu, 21 Sep 2006 10:44:25 -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 k8LEiPcN032218; Thu, 21 Sep 2006 10:44:25 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 21 Sep 2006 10:44:25 -0400 From: Jerry McAllister To: Ryan and Sabrina Tardi Message-ID: <20060921144425.GD31986@gizmo.acns.msu.edu> References: <000501c6dd25$bd0cd0e0$4230c8cd@ryan37ebc46477> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000501c6dd25$bd0cd0e0$4230c8cd@ryan37ebc46477> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: downloading Free BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 14:45:30 -0000 On Wed, Sep 20, 2006 at 09:29:11PM -0500, Ryan and Sabrina Tardi wrote: > What do I do with the ISO files once they are downloaded? Do I burn > them directly to a CD then use the CD to install? Forgive me for my > ignorance of ISO files! Exactly correct. Burn them directly to a CD. They are already bootable ISOs, so don't use any parameters on the burner to convert them to ISOs or make them bootable. Have fun. ////jerry > > Ryan and Sabrina Tardi > 155 Calder Rd. > St. Andrews, MB R1A 4B6 > H 204.785.9781 > C 204.799.3968 > tardi@prairie.ca > > -- > Internal Virus Database is out-of-date. > Checked by AVG Free Edition. > Version: 7.1.405 / Virus Database: 268.12.3/447 - Release Date: 13.09.06 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 15:00:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 400EB16A64C for ; Thu, 21 Sep 2006 15:00:50 +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 04A4D43D55 for ; Thu, 21 Sep 2006 15:00:06 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.6) id k8LF06RJ036393; Thu, 21 Sep 2006 10:00:06 -0500 (CDT) (envelope-from dan) Date: Thu, 21 Sep 2006 10:00:06 -0500 From: Dan Nelson To: KHOO Guan_Chen Message-ID: <20060921150005.GA73717@dan.emsphone.com> References: <6.2.5.6.1.20060921193135.0308c080@singnet.com.sg> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.5.6.1.20060921193135.0308c080@singnet.com.sg> 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: what happened to /dev/cuaa0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 15:00:53 -0000 In the last episode (Sep 21), KHOO Guan_Chen said: > I installed FreeBSD 6.0 on an old compaq 500 desktop a few weeks ago > and am now interested in connecting to the internet with dial up > modem. But when I gave the command pppd (as root), I got the error > "unregnized option /dev/cuaa0". Sure enough I could not find > /dev/cuaa(0,1). I could only find /dev/cuad(0,1) Changing to > /dev/cuad0 in my options file was not help > > Could some kind soul tell me what to do. Switching to cuad* should have worked. sio(4) was the only driver where the cua* and tty* devices had different letters, so the cuaa* devices were renamed in 6.0 to match their ttyd* counterparts. If you're using an internal modem, if may be a "Winmodem" requiring a special driver. The comms/ltmdm port may help here. If it's an external modem, try cuad1. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 15:21: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 65BE516A407 for ; Thu, 21 Sep 2006 15:21:21 +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 EF48443D55 for ; Thu, 21 Sep 2006 15:21:10 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 31433 invoked by uid 60001); 21 Sep 2006 15:21:10 -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=qW3pXuzU4Vx+B4CLGCProFEolHXM8dEakOtUpa1MS1XhHVyKPwHK8f4IsauNiB5+mTwV+mKUAb7koST4yDcCEbteq6yeaqrTo16J9BaIAJ7Xc/MHGhQ4s5/S3TjfjtBOIAtfvyVL+A3JYUW9GIKv3zgIXyN0SX3OvDXvkv1UQ9c= ; Message-ID: <20060921152110.31431.qmail@web83109.mail.mud.yahoo.com> Received: from [63.240.228.37] by web83109.mail.mud.yahoo.com via HTTP; Thu, 21 Sep 2006 08:21:10 PDT Date: Thu, 21 Sep 2006 08:21:10 -0700 (PDT) From: backyard To: RW , freebsd-questions@freebsd.org In-Reply-To: <200609211511.10829.list-freebsd-2004@morbius.sent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: How "real time" is FreeBSD? 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: Thu, 21 Sep 2006 15:21:21 -0000 --- RW wrote: > On Thursday 21 September 2006 06:12, Walt Pawley > wrote: > > At 11:47 PM -0500 9/20/06, W. D. wrote: > > >Just reading this about Linux on ZDNet and was > wondering: > > > > > >nn> > > > > Cybernetic floobydust, IMHO. > > If you read what the banker says: " for each > thousandth of a second that its > trading software can act faster than competitors' > software, the company would > see $100 million a year in new revenue." > and for every extra trade they do they change the stock price faster and faster making them more money. They're creating the money by manipulating the market faster; the market doesn't create itself... How can they even quantify this so called loss when their trading is constantly changing the state of the market. > It seems to me that they are really misunderstanding > the problem. What they > need is a system that's fast most of the time, > rather than one that meets an > arbitary deadline all the time. In other words they > need a fast system, not a > realtime system. > I would imagine an extra 100 million would buy quite a dusy of a system at that... processing data at a rate of 1000 Hz doesn't seem to suggest a real-time system is required when the average clock is 1 million times faster then that. its not like they're doing FFT's on a Radar signal, to determine if its a bogey and arming the appropriate countermeasures so they can be deployed the second the blip appears on the operators screen. -brian From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 15:43: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 0272D16A4C8 for ; Thu, 21 Sep 2006 15:43:52 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from diri.bris.ac.uk (diri.bris.ac.uk [137.222.10.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8824743D68 for ; Thu, 21 Sep 2006 15:40:56 +0000 (GMT) (envelope-from mexas@bristol.ac.uk) Received: from seis.bris.ac.uk ([137.222.10.93]) by diri.bris.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1GQQfN-0007Pb-9n; Thu, 21 Sep 2006 16:40:52 +0100 Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33]) by seis.bris.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1GQQdj-0000U6-Uj; Thu, 21 Sep 2006 16:39:10 +0100 Received: from mech-aslap33.men.bris.ac.uk (localhost.men.bris.ac.uk [127.0.0.1]) by mech-aslap33.men.bris.ac.uk (8.13.4/8.13.4) with ESMTP id k8LFbRY5021059; Thu, 21 Sep 2006 16:37:27 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from shterenl@localhost) by mech-aslap33.men.bris.ac.uk (8.13.4/8.13.4/Submit) id k8LFbRIE021058; Thu, 21 Sep 2006 16:37:27 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: shterenl set sender to mexas@bristol.ac.uk using -f Date: Thu, 21 Sep 2006 16:37:27 +0100 From: Anton Shterenlikht To: Dan Nelson Message-ID: <20060921153727.GA20997@mech-aslap33.men.bris.ac.uk> References: <6.2.5.6.1.20060921193135.0308c080@singnet.com.sg> <20060921150005.GA73717@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060921150005.GA73717@dan.emsphone.com> User-Agent: Mutt/1.4.2.1i X-Spam-Score: -1.0 X-Spam-Level: - Cc: freebsd-questions@freebsd.org Subject: Re: what happened to /dev/cuaa0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 15:43:52 -0000 > Switching to cuad* should have worked. sio(4) was the only driver > where the cua* and tty* devices had different letters, so the cuaa* > devices were renamed in 6.0 to match their ttyd* counterparts. If > you're using an internal modem, if may be a "Winmodem" requiring a > special driver. The comms/ltmdm port may help here. If it's an > external modem, try cuad1. After reading Section 22.2.2.2.2 of the Handbook my understaning is that the same serial port can be addressed as either /dev/ttydN or /dev/cuadN. Is that correct? I'm confused by the "Call-in" - "Call-out" terminology. I have an external modem connected to 1st serial port, and I use it as /dev/ttyd0. Does it mean it becomes a call-in device? thanks anton From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 15:56: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 4D76F16A494 for ; Thu, 21 Sep 2006 15:56:03 +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 EC45D43D5A for ; Thu, 21 Sep 2006 15:55:59 +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 k8LFss7w032563; Thu, 21 Sep 2006 11:54:54 -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 k8LFsrc2032562; Thu, 21 Sep 2006 11:54:53 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 21 Sep 2006 11:54:53 -0400 From: Jerry McAllister To: backyard Message-ID: <20060921155453.GA32545@gizmo.acns.msu.edu> References: <200609211511.10829.list-freebsd-2004@morbius.sent.com> <20060921152110.31431.qmail@web83109.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060921152110.31431.qmail@web83109.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org, RW Subject: Re: How "real time" is FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 15:56:03 -0000 On Thu, Sep 21, 2006 at 08:21:10AM -0700, backyard wrote: > --- RW wrote: > > > On Thursday 21 September 2006 06:12, Walt Pawley > > wrote: > > > At 11:47 PM -0500 9/20/06, W. D. wrote: > > > >Just reading this about Linux on ZDNet and was > > wondering: > > > > > > > >nn> > > > > > > Cybernetic floobydust, IMHO. > > > > If you read what the banker says: " for each > > thousandth of a second that its > > trading software can act faster than competitors' > > software, the company would > > see $100 million a year in new revenue." > > and for every extra trade they do they change the > stock price faster and faster making them more money. > They're creating the money by manipulating the market > faster; the market doesn't create itself... How can > they even quantify this so called loss when their > trading is constantly changing the state of the > market. Yes, Mr Heisenberg... > > It seems to me that they are really misunderstanding > > the problem. What they > > need is a system that's fast most of the time, > > rather than one that meets an > > arbitary deadline all the time. In other words they > > need a fast system, not a > > realtime system. > > > > I would imagine an extra 100 million would buy quite a > dusy of a system at that... processing data at a rate > of 1000 Hz doesn't seem to suggest a real-time system > is required when the average clock is 1 million times > faster then that. its not like they're doing FFT's on > a Radar signal, to determine if its a bogey and arming > the appropriate countermeasures so they can be > deployed the second the blip appears on the operators > screen. They have all kinds of calculus and successive approximations in their models. The more CPU they have, the more they add to the design. ////jerry > > -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 Thu Sep 21 16:00: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 1330516A403 for ; Thu, 21 Sep 2006 16:00:15 +0000 (UTC) (envelope-from mikepeirson@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A37B43D49 for ; Thu, 21 Sep 2006 16:00:15 +0000 (GMT) (envelope-from mikepeirson@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so381333nzn for ; Thu, 21 Sep 2006 09:00:14 -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:references:in-reply-to:content-type:content-transfer-encoding; b=AoVdhX04zYwTrRXd4UJ/XogMeJOhv/BMIYpkxAvfp04Y8WgUagG1qbRsQ/jALzp768/JK35pzr4jwhOUEWGFT1MmS39UZMH9he+iiemaQN4LmlpjpWIwVo5kHKjsyA6W/VGcI0aa3g9XF/A93TwiAj8r6Cr6iKlo0CBu1EXKs2c= Received: by 10.65.232.12 with SMTP id j12mr21952692qbr; Thu, 21 Sep 2006 09:00:14 -0700 (PDT) Received: from ?192.168.0.3? ( [72.25.94.94]) by mx.gmail.com with ESMTP id e17sm2266829qbe.2006.09.21.09.00.13; Thu, 21 Sep 2006 09:00:14 -0700 (PDT) Message-ID: <4512B776.1070909@gmail.com> Date: Thu, 21 Sep 2006 09:01:58 -0700 From: Mike Peirson User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4511D307.1070906@gmail.com> <20060921142037.GA31986@gizmo.acns.msu.edu> In-Reply-To: <20060921142037.GA31986@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 16:00:16 -0000 Jerry McAllister wrote: > On Wed, Sep 20, 2006 at 04:47:19PM -0700, Mike Peirson wrote: > >> Hi all, >> First off, I'm new to FreeBSD and this mailinglist so I hope I am in the >> right place. Anyways, right now I am having some problems with FreeBSD >> booting up. I have tried to install 3 times now and keep getting the >> same error. When I try to boot into FreeBSD, this eventually comes up: >> >> Manual root filesystem specification: >> : Mount using filesystem >> >> eg. ufs:da0s1a >> ? List valid disk boot devices >> abort manual input >> Mountroot> >> > > Hmmm. this looks like there is no boot sector available. I haven't > seen messages before just exactly like this, but sort of. > > Maybe it would help if you described the sequence of things you > did or tried, such as for the install. > > Which version did you install? > Did you initiate the install (boot) from a CD? If not, what? > Did you choose to use the FreeBSD MBR? > Did you create a FreeBSD slice in sysinstall? > Did you mark that slice as bootable? > Did you create partitions within that FreeBSD slice? > Did you choose which things to install? > Did it appear to load things properly? > > After installation finished and you got the congradulations message, > what did you do? > > ////jerry > >> This seems to be a prompt where I need to specify the location of the >> root partition, but the problem here is that it hangs or freezes and I >> cannot input any text. At first I thought it may be a result of FreeBSD >> not properly recognizing my HDD's geometry but I manually fixed that and >> it still is giving me this same issue. If anyone has had a similar >> problem or knows how to fix this I would greatly appreciate any help. I >> looked through the Handbook and googled this but I haven't found a >> solution yet. >> -- >> Michael Peirson >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Hi Jerry, I started the install from the standard 2 disc set and it is FreeBSD 6.1-release. I used the FreeBSD MBR. I created a FreeBSD slice using up all of the HDD in sysinstall. I did not mark the slice as bootable.. I tried to use that option but it told me that it didn't apply. I created several partitions inside the FreeBSD slice. /, swap, /var, /tmp, /usr, /home, /etc. I did a standard install and chose the Developer set of packages (I don't need X because I plan to run a server). I also went through and added extra programs off of the disc. Everything appeared to load properly. I rebooted after I finished with the install and it began to boot up fine but then I got that mountroot> message. -- Michael Peirson From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 16:09: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 E76BF16A642 for ; Thu, 21 Sep 2006 16:09:29 +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 C0FAF43D5F for ; Thu, 21 Sep 2006 16:09:18 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.6) id k8LG94te019520; Thu, 21 Sep 2006 11:09:04 -0500 (CDT) (envelope-from dan) Date: Thu, 21 Sep 2006 11:09:04 -0500 From: Dan Nelson To: Anton Shterenlikht Message-ID: <20060921160904.GB73717@dan.emsphone.com> References: <6.2.5.6.1.20060921193135.0308c080@singnet.com.sg> <20060921150005.GA73717@dan.emsphone.com> <20060921153727.GA20997@mech-aslap33.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060921153727.GA20997@mech-aslap33.men.bris.ac.uk> 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: what happened to /dev/cuaa0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 16:09:30 -0000 In the last episode (Sep 21), Anton Shterenlikht said: > After reading Section 22.2.2.2.2 of the Handbook my understaning is > that the same serial port can be addressed as either /dev/ttydN or > /dev/cuadN. Is that correct? Yes. > I'm confused by the "Call-in" - "Call-out" terminology. I have an > external modem connected to 1st serial port, and I use it as > /dev/ttyd0. Does it mean it becomes a call-in device? The only real difference between the devices is that call-in devices block when you try to open them, and unblock when carrier is detected (i.e. if someone calls into the modem and it's set to auto-answer). When a process is blocked, another process can "steal" the port by opening the callout device, which doesn't block. It's described in the sio manpage, too. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 16:13: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 A40C516A55C for ; Thu, 21 Sep 2006 16:13: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 6F77643F51 for ; Thu, 21 Sep 2006 16:13:15 +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 k8LGCAqo032675; Thu, 21 Sep 2006 12:12:10 -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 k8LGCAQu032674; Thu, 21 Sep 2006 12:12:10 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 21 Sep 2006 12:12:10 -0400 From: Jerry McAllister To: Mike Peirson Message-ID: <20060921161210.GA32638@gizmo.acns.msu.edu> References: <4511D307.1070906@gmail.com> <20060921142037.GA31986@gizmo.acns.msu.edu> <4512B776.1070909@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4512B776.1070909@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 16:13:51 -0000 On Thu, Sep 21, 2006 at 09:01:58AM -0700, Mike Peirson wrote: > Jerry McAllister wrote: > >On Wed, Sep 20, 2006 at 04:47:19PM -0700, Mike Peirson wrote: > > > >>Hi all, > >>First off, I'm new to FreeBSD and this mailinglist so I hope I am in the > >>same error. When I try to boot into FreeBSD, this eventually comes up: > >> > >> Manual root filesystem specification: > >> : Mount using filesystem > >> > >> eg. ufs:da0s1a > >> ? List valid disk boot devices > >> abort manual input > >> Mountroot> > >> > > > >Hmmm. this looks like there is no boot sector available. I haven't > >seen messages before just exactly like this, but sort of. > > > >Did it appear to load things properly? > > > >After installation finished and you got the congradulations message, > >what did you do? > > > >////jerry > > > >>-- > >>Michael Peirson > > > > Hi Jerry, > > I started the install from the standard 2 disc set and it is FreeBSD > 6.1-release. I used the FreeBSD MBR. I created a FreeBSD slice using up > all of the HDD in sysinstall. I did not mark the slice as bootable.. I > tried to use that option but it told me that it didn't apply. I created > several partitions inside the FreeBSD slice. /, swap, /var, /tmp, /usr, > /home, /etc. I did a standard install and chose the Developer set of > packages (I don't need X because I plan to run a server). I also went > through and added extra programs off of the disc. Everything appeared to > load properly. I rebooted after I finished with the install and it > began to boot up fine but then I got that mountroot> message. Most of that looks normal except for one thing. /etc should not really be in its own partition. It needs to stay in root. That is because the system needs to have it available during the boot up process. It mounts the assumed root (partition a) read-only in a temporary spot and reads necessary stuff from it. Then later, after fsck and such, it remounts it appropriately. Maybe, for some reason, it thinks it need information from something like /etc/fstab or another place and that is not available until after the remount. That is sort of grabbing at straws, but it is the only thing I can see at the moment. So, maybe try rethinking your slice division. ////jerry > -- > Michael Peirson > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 16:38:30 2006 Return-Path: X-Original-To: FreeBSD-Questions@FreeBSD.org Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2B8516A417 for ; Thu, 21 Sep 2006 16:38:30 +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 4BD3343D73 for ; Thu, 21 Sep 2006 16:38:30 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 21340 invoked by uid 0); 21 Sep 2006 16:38:28 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp1.knology.net with SMTP; 21 Sep 2006 16:38:28 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id C1C8328420; Thu, 21 Sep 2006 11:38:27 -0500 (CDT) Date: Thu, 21 Sep 2006 11:38:27 -0500 From: David Kelly To: Bill Schoolcraft Message-ID: <20060921163827.GB4809@Grumpy.DynDNS.org> References: <20060918174011.GB31815@Grumpy.DynDNS.org> <20060921142421.4966.qmail@web31914.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060921142421.4966.qmail@web31914.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.2i 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: Thu, 21 Sep 2006 16:38:30 -0000 On Thu, Sep 21, 2006 at 07:24:21AM -0700, Bill Schoolcraft wrote: > --- David Kelly wrote: > > > 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" > > Thank you very much for the above info David, I've always been > challenged with my (encrypted) wireless card though, and usually have > my own manual script that I run. Always wanted to have it start > "automagically" when/if it is the card I'm using. > > (question) > > Besides the single line you have in /etc/rc.conf above to instruct DHCP > to be used, can one place all the following somehow in rc.conf or will > I have to get this going in a script location? > > Currently I give my card a static ip but would like to have it grab > it's ipaddr by DHCP, here is the majority of the script, omitted are > my ping tests of the gateway at the end. The reason you do not put a script such as you describe within rc.conf is that rc.conf is widely sourced as part of other scripts. As such, its run many times, not just once at boot. I think you should be able to remove the ifconfig setting static IP address, and the "route add" from your script, name the script if_start.wi0, and add "ifconfig_wi0='DHCP'" to rc.conf and be in business (assuming your wireless access point serves DHCP). Thats the whole point of start_if., to do things such as change MAC addresses, set WEP keys, etc. Things which lack formal support in rc.conf. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 17:47: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 AA76816A407 for ; Thu, 21 Sep 2006 17:47:00 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D7A943D46 for ; Thu, 21 Sep 2006 17:46:59 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k8LHktLc032962; Thu, 21 Sep 2006 10:46:56 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Thu, 21 Sep 2006 13:46:52 -0400 User-Agent: KMail/1.9.4 References: <45116E76.6020009@chamonix.reportlab.co.uk> <45117BA6.2040700@chamonix.reportlab.co.uk> <4512664A.1090606@dial.pipex.com> In-Reply-To: <4512664A.1090606@dial.pipex.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609211346.53159.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Robin Becker , Alex Zbyslaw Subject: Re: gmirror HD failure detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 17:47:00 -0000 On Thursday 21 September 2006 06:15, Alex Zbyslaw wrote: > Robin Becker wrote: > > Dave wrote: > >> Hi, > >> I've got smartd going on a gmirror system, however when smartd > >> starts up it says it can't find the various drives. I've tried both > >> the autodetection line as well as specifying the individual drives. > >> If this does work i'd like to know about it as i believe i might have > >> one failing drive, but am not sure which one. > >> Thanks. > >> Dave. > > > > well as root I can certainly run smartctl -a /dev/ad4 (or /dev/ad6) so > > I assume smartd could. > > > > I like the idea of using gmirror status -s , but I don't know what the > > results would be if one of the disks were going bad. Would it change > > from COMPLETE to DEGRADED suddenly? > > I would expect gmirror to report a problem when a disk gad *gone* bad. > Going bad from a SMART point of view can mean, for example, too high a > rate of read retries or too many bad sectors remapped. At that point > the drive is technically working, so there is nothing technically wrong > with the array status. In such a case SMART would just be telling you > that the disk is likely to go kablooey soon; time for backups, new drive > etc. etc. > > Something like gmirror status -s you can presumably run even every five > minutes from cron; if you weed out the good results you'll only get > email if something does go wrong. > > Use both approaches since they tell you different things which just > happen some of the time to coincide. If you happen to be one of the smart admins who actually reviews the output of the periodic scripts, then simply adding daily_status_gmirror_enable="YES" to /etc/periodic.conf will give you a daily health check. If you want more granularity than a single day, you could use the contents of the periodic script as a starting point for rolling your own. JN From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 17:51: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 7743916A47E; Thu, 21 Sep 2006 17:51:45 +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 9FD7443D77; Thu, 21 Sep 2006 17:51:40 +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 md50000288458.msg; Thu, 21 Sep 2006 08:05:19 -1000 Message-ID: <4512D0E5.50007@hdk5.com> Date: Thu, 21 Sep 2006 07:50:29 -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: owner-freebsd-questions@freebsd.org CC: freebsd-questions@freebsd.org References: <4511D307.1070906@gmail.com> <20060921044344.GA97672@ns2.wananchi.com> <20060921053101.GG88782@wantadilla.lemis.com> <45124DBC.6010906@gmail.com> In-Reply-To: <45124DBC.6010906@gmail.com> 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, Thu, 21 Sep 2006 08:05:19 -1000 (not processed: message from valid local sender) X-MDRemoteIP: 66.180.149.18 X-Return-Path: admin@hdk5.com X-MDAV-Processed: mail.alohahosting.net, Thu, 21 Sep 2006 08:05:21 -1000 Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup 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: Thu, 21 Sep 2006 17:51:45 -0000 Mike Peirson wrote: > Greg 'groggy' Lehey wrote: > >> On Thursday, 21 September 2006 at 7:43:44 +0300, Odhiambo Washington >> wrote: >> >>> * On 20/09/06 16:47 -0700, Mike Peirson wrote: >>> >>>> Hi all, >>>> First off, I'm new to FreeBSD and this mailinglist so I hope I am >>>> in the >>>> right place. Anyways, right now I am having some problems with FreeBSD >>>> booting up. I have tried to install 3 times now and keep getting the >>>> same error. When I try to boot into FreeBSD, this eventually comes up: >>>> >>>> Manual root filesystem specification: >>>> : Mount using filesystem >>>> >>>> eg. ufs:da0s1a >>>> ? List valid disk boot devices >>>> abort manual input >>>> Mountroot> >>>> >>>> This seems to be a prompt where I need to specify the location of the >>>> root partition, but the problem here is that it hangs or freezes and I >>>> cannot input any text. >>> >>> Any further details about your hardware specs in general? >> >> >> This is a keyboard problem. The background is that the boot process >> uses a different keyboard driver from the final kernel, and that it's >> much more finicky than the kernel version. It seems to have got worse >> in the last few years. I've found that a USB keyboard will do better, >> but YMMV. >> >>>> At first I thought it may be a result of FreeBSD not properly >>>> recognizing my HDD's geometry but I manually fixed that and it >>>> still is giving me this same issue. If anyone has had a similar >>>> problem or knows how to fix this I would greatly appreciate any >>>> help. I looked through the Handbook and googled this but I haven't >>>> found a solution yet. >>> >> >> The background for the *message* (not the apparent freeze) is that >> your root file system can't be found. This happens typically when you >> change the device name. For example, my situation is that I'm doing >> development with a SATA disk drive and moving it from system to >> system. On my machine the root file system shows up as /dev/ad4s1a; >> on the other machine it's /dev/ad0s1a. >> >> It's probably worth putting in a PR about this problem. >> >> Greg >> -- >> See complete headers for address and phone numbers. > > > About the keyboard.. I have it running through a KVM switch, would > this also cause any problems? I booted into safemode and noticed that > the problem with inputting text was nonexistant. I am not sure why it > can't find my root filesystem. I haven't changed the device name or > moved anything around at all. BTW, is there any way I can get into > FreeBSD (maybe via the install disc?) to get a detailed printout of my > FreeBSD slice? Posting that on here may be of some use. You get errors with KVM switches, yes. In my case one box that gives an error still works fine after the bios or whatever it is that complains has its say. Then continues the boot and doesnt complain again. Its an old HP Vector. 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 Thu Sep 21 17:57: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 B276116A417 for ; Thu, 21 Sep 2006 17:57:27 +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 7144743D58 for ; Thu, 21 Sep 2006 17:57:27 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from p4 (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 k8LHvPxa015262 for ; Thu, 21 Sep 2006 10:57:26 -0700 (PDT) Date: Thu, 21 Sep 2006 07:57:25 -1000 From: Robert Marella To: freebsd-questions@freebsd.org Message-ID: <20060921075725.364576de@p4> In-Reply-To: <2327212.1158823049143.JavaMail.bjm336@mail.usask.ca> References: <2327212.1158823049143.JavaMail.bjm336@mail.usask.ca> 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: can't find my hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 17:57:27 -0000 On Thu, 21 Sep 2006 01:17:29 -0600 (CST) Brett McLain wrote: > > Hmm they're both SATA drives set as masters. I tried some more today > and i'm still unable to do it. There seems no way to make it > recognize it. It would SEEM that it doesn't recognize the drive when > the cd begins its setup. I'm not 100% sure on that....although i > know for sure its in the BIOS and working properly and fine. Its > already set up with a partition in fat 32....anyone have some ideas? > > -Brett > > Hello Brett I had this problem last week when I added a second SATA to my Asus A8N-VM. I had to make a change in the bios setup. In my setup I had an expandable menu named "IDE Configuration". In that menu I enabled "nVidia Raid Function" and that expanded to allow me to enable both SATA devices. HTH Robert From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 18:21:27 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D19C16A47E for ; Thu, 21 Sep 2006 18:21:27 +0000 (UTC) (envelope-from m@obmail.net) Received: from unclebob.obfuscated.net (stewie.obfuscated.net [66.118.188.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9931843D77 for ; Thu, 21 Sep 2006 18:21:25 +0000 (GMT) (envelope-from m@obmail.net) Received: from [10.0.1.5] (cpe-72-185-195-99.tampabay.res.rr.com [72.185.195.99]) by unclebob.obfuscated.net (Postfix) with ESMTP id 9E37817042 for ; Thu, 21 Sep 2006 14:21:24 -0400 (EDT) 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: questions@freebsd.org From: Michael Conlen Date: Thu, 21 Sep 2006 14:21:08 -0400 X-Mailer: Apple Mail (2.752.2) Cc: Subject: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 18:21:27 -0000 I recall that FreeBSD 6.1 had some NFS & lockd issues that were a show stopper at one time for me however I'm having trouble finding information on the current state of NFS. Anyone have a pointer to information? -- Michael Conlen From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 18:22:54 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8C5816A403 for ; Thu, 21 Sep 2006 18:22:54 +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 9303343D5F for ; Thu, 21 Sep 2006 18:22:53 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6FFCA1A3C19; Thu, 21 Sep 2006 11:22:53 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D4A6F5135C; Thu, 21 Sep 2006 14:22:52 -0400 (EDT) Date: Thu, 21 Sep 2006 14:22:52 -0400 From: Kris Kennaway To: Michael Conlen Message-ID: <20060921182252.GA24321@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 18:22:55 -0000 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 21, 2006 at 02:21:08PM -0400, Michael Conlen wrote: > I recall that FreeBSD 6.1 had some NFS & lockd issues that were a =20 > show stopper at one time for me however I'm having trouble finding =20 > information on the current state of NFS. Anyone have a pointer to =20 > information? rpc.lockd remains unreliable; avoid using it if practical. Kris --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFEth8Wry0BWjoQKURAhKsAKDRvRJS0j1+pNdqADEnnRw6Yy9SRACfRX+v HSTnsok+NAieKUEqn1D0mX0= =H0gJ -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 18:39: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 0EFD616A415 for ; Thu, 21 Sep 2006 18:39:57 +0000 (UTC) (envelope-from freebsd@penx.com) Received: from Elmer.dco.penx.com (elmer-sprint.dco.penx.com [65.173.215.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E0243D55 for ; Thu, 21 Sep 2006 18:39:55 +0000 (GMT) (envelope-from freebsd@penx.com) Received: from sylvester.dco.penx.com (sylvester.dco.penx.com [172.19.10.240]) by Elmer.dco.penx.com (8.13.8/8.13.8) with ESMTP id k8LIdsH8008439 for ; Thu, 21 Sep 2006 12:39:54 -0600 (MDT) (envelope-from freebsd@penx.com) From: Dennis Glatting To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Thu, 21 Sep 2006 12:39:50 -0600 Message-Id: <1158863990.76312.2.camel@Sylvester.dco.penx.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Boot fails on Dell 2950, any SCSI riser card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 18:39:57 -0000 I have a Dell 2950 that fails to boot if I have a SCSI card in the PCIX riser card slots. I have tried this with a i386 kernel and an amd64 kernel. Under the i386 kernel the system will sometimes boot. Under the amd64 kernel, forget it. When boot failure occurs I must cycle power to get the machine back. What happens is the system enters its boot sequence and parses through the devices, then halts the boot process typically without an error message. Under the i386 kernel I sometimes got an error message about interrupts being disabled but I didn't preserve those messages. I have tried booting with several different Adaptec cards and a LSI Logic Ultra320 SCSI card. I have enclosed the boot output of a failed boot with an Adaptec card below followed by a failed boot with the LSI Logic card. I noticed the system will boot if I remove the ahc device from the kernel for against the Adaptec cards. I have removed various peices of the kernel in the hope there is a conflict but the problem seems to be related to the riser card. I have used the same Adaptec cards in "normal" PCs under the i386 kernels and they worked without trouble. Help is appreciated. This is a failed boot against an Adaptec card. boot: -Dv kernel Consoles: internal video/keyboard serial port BIOS drive A: is disk0 BIOS drive C: is disk1 BIOS drive D: is disk2 BIOS 640kB/2095776kB available memory FreeBSD/i386 bootstrap loader, Revision 1.1 (root@Elmer.dco.penx.com, Wed Sep 20 03:00:51 MDT 2006) Loading /boot/defaults/loader.conf boot/kernel/kernel text=0x610808 data=0xd6bb8+0x6c988 syms=[0x8+0x98bc8+0x8+0x7ffac] SMAP type=01 base=0000000000000000 len=00000000000a0000 SMAP type=01 base=0000000000100000 len=000000007fea8000 SMAP type=03 base=000000007ffa8000 len=000000000000fc00 SMAP type=02 base=000000007ffb7c00 len=0000000000048400 SMAP type=02 base=00000000e0000000 len=0000000010000000 SMAP type=02 base=00000000fe000000 len=0000000002000000 Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.2-PRERELEASE #7: Wed Sep 20 17:34:53 MDT 2006 root@Elmer:/usr/src/sys/amd64/compile/ELMER Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff80a6e000. INTR: Adding local APIC 0 as a target ACPI APIC Table: Calibrating clock(s) ... i8254 clock: 1193160 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2992523346 Hz CPU: Intel(R) Xeon(TM) CPU 3.00GHz (2992.52-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0xf64 Stepping = 4 Features=0xbfebfbff Features2=0xe4bd,> AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 2 Logical CPUs per core: 2 real memory = 2147123200 (2047 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages) 0x0000000000b6b000 - 0x000000007c35afff, 2071920640 bytes (505840 pages) avail memory = 2061656064 (1966 MB) INTR: Adding local APIC 2 as a target FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 3 APIC: CPU 2 has ACPI ID 2 APIC: CPU 3 has ACPI ID 4 MADT: Found IO APIC ID 4, Interrupt 0 at 0xfec00000 ioapic0: Changing APIC ID to 4 ioapic0: Routing external 8259A's -> intpin 0 ioapic0: intpin 0 -> ExtINT (edge, high) ioapic0: intpin 1 -> ISA IRQ 1 (edge, high) ioapic0: intpin 2 -> ISA IRQ 2 (edge, high) ioapic0: intpin 3 -> ISA IRQ 3 (edge, high) ioapic0: intpin 4 -> ISA IRQ 4 (edge, high) ioapic0: intpin 5 -> ISA IRQ 5 (edge, high) ioapic0: intpin 6 -> ISA IRQ 6 (edge, high) ioapic0: intpin 7 -> ISA IRQ 7 (edge, high) ioapic0: intpin 8 -> ISA IRQ 8 (edge, high) ioapic0: intpin 9 -> ISA IRQ 9 (edge, high) ioapic0: intpin 10 -> ISA IRQ 10 (edge, high) ioapic0: intpin 11 -> ISA IRQ 11 (edge, high) ioapic0: intpin 12 -> ISA IRQ 12 (edge, high) ioapic0: intpin 13 -> ISA IRQ 13 (edge, high) ioapic0: intpin 14 -> ISA IRQ 14 (edge, high) ioapic0: intpin 15 -> ISA IRQ 15 (edge, high) ioapic0: intpin 16 -> PCI IRQ 16 (level, low) ioapic0: intpin 17 -> PCI IRQ 17 (level, low) ioapic0: intpin 18 -> PCI IRQ 18 (level, low) ioapic0: intpin 19 -> PCI IRQ 19 (level, low) ioapic0: intpin 20 -> PCI IRQ 20 (level, low) ioapic0: intpin 21 -> PCI IRQ 21 (level, low) ioapic0: intpin 22 -> PCI IRQ 22 (level, low) ioapic0: intpin 23 -> PCI IRQ 23 (level, low) MADT: Found IO APIC ID 5, Interrupt 64 at 0xfec81000 ioapic1: Changing APIC ID to 5 ioapic1: WARNING: intbase 64 != expected base 24 ioapic1: intpin 0 -> PCI IRQ 64 (level, low) ioapic1: intpin 1 -> PCI IRQ 65 (level, low) ioapic1: intpin 2 -> PCI IRQ 66 (level, low) ioapic1: intpin 3 -> PCI IRQ 67 (level, low) ioapic1: intpin 4 -> PCI IRQ 68 (level, low) ioapic1: intpin 5 -> PCI IRQ 69 (level, low) ioapic1: intpin 6 -> PCI IRQ 70 (level, low) ioapic1: intpin 7 -> PCI IRQ 71 (level, low) ioapic1: intpin 8 -> PCI IRQ 72 (level, low) ioapic1: intpin 9 -> PCI IRQ 73 (level, low) ioapic1: intpin 10 -> PCI IRQ 74 (level, low) ioapic1: intpin 11 -> PCI IRQ 75 (level, low) ioapic1: intpin 12 -> PCI IRQ 76 (level, low) ioapic1: intpin 13 -> PCI IRQ 77 (level, low) ioapic1: intpin 14 -> PCI IRQ 78 (level, low) ioapic1: intpin 15 -> PCI IRQ 79 (level, low) ioapic1: intpin 16 -> PCI IRQ 80 (level, low) ioapic1: intpin 17 -> PCI IRQ 81 (level, low) ioapic1: intpin 18 -> PCI IRQ 82 (level, low) ioapic1: intpin 19 -> PCI IRQ 83 (level, low) ioapic1: intpin 20 -> PCI IRQ 84 (level, low) ioapic1: intpin 21 -> PCI IRQ 85 (level, low) ioapic1: intpin 22 -> PCI IRQ 86 (level, low) ioapic1: intpin 23 -> PCI IRQ 87 (level, low) MADT: Found IO APIC ID 6, Interrupt 160 at 0xfec84000 ioapic2: Changing APIC ID to 6 ioapic2: WARNING: intbase 160 != expected base 88 ioapic2: intpin 0 -> PCI IRQ 160 (level, low) ioapic2: intpin 1 -> PCI IRQ 161 (level, low) ioapic2: intpin 2 -> PCI IRQ 162 (level, low) ioapic2: intpin 3 -> PCI IRQ 163 (level, low) ioapic2: intpin 4 -> PCI IRQ 164 (level, low) ioapic2: intpin 5 -> PCI IRQ 165 (level, low) ioapic2: intpin 6 -> PCI IRQ 166 (level, low) ioapic2: intpin 7 -> PCI IRQ 167 (level, low) ioapic2: intpin 8 -> PCI IRQ 168 (level, low) ioapic2: intpin 9 -> PCI IRQ 169 (level, low) ioapic2: intpin 10 -> PCI IRQ 170 (level, low) ioapic2: intpin 11 -> PCI IRQ 171 (level, low) ioapic2: intpin 12 -> PCI IRQ 172 (level, low) ioapic2: intpin 13 -> PCI IRQ 173 (level, low) ioapic2: intpin 14 -> PCI IRQ 174 (level, low) ioapic2: intpin 15 -> PCI IRQ 175 (level, low) ioapic2: intpin 16 -> PCI IRQ 176 (level, low) ioapic2: intpin 17 -> PCI IRQ 177 (level, low) ioapic2: intpin 18 -> PCI IRQ 178 (level, low) ioapic2: intpin 19 -> PCI IRQ 179 (level, low) ioapic2: intpin 20 -> PCI IRQ 180 (level, low) ioapic2: intpin 21 -> PCI IRQ 181 (level, low) ioapic2: intpin 22 -> PCI IRQ 182 (level, low) ioapic2: intpin 23 -> PCI IRQ 183 (level, low) MADT: Found IO APIC ID 7, Interrupt 224 at 0xfec84800 ioapic3: Changing APIC ID to 7 ioapic3: WARNING: intbase 224 != expected base 184 ioapic3: intpin 0 -> PCI IRQ 224 (level, low) ioapic3: intpin 1 -> PCI IRQ 225 (level, low) ioapic3: intpin 2 -> PCI IRQ 226 (level, low) ioapic3: intpin 3 -> PCI IRQ 227 (level, low) ioapic3: intpin 4 -> PCI IRQ 228 (level, low) ioapic3: intpin 5 -> PCI IRQ 229 (level, low) ioapic3: intpin 6 -> PCI IRQ 230 (level, low) ioapic3: intpin 7 -> PCI IRQ 231 (level, low) ioapic3: intpin 8 -> PCI IRQ 232 (level, low) ioapic3: intpin 9 -> PCI IRQ 233 (level, low) ioapic3: intpin 10 -> PCI IRQ 234 (level, low) ioapic3: intpin 11 -> PCI IRQ 235 (level, low) ioapic3: intpin 12 -> PCI IRQ 236 (level, low) ioapic3: intpin 13 -> PCI IRQ 237 (level, low) ioapic3: intpin 14 -> PCI IRQ 238 (level, low) ioapic3: intpin 15 -> PCI IRQ 239 (level, low) ioapic3: intpin 16 -> PCI IRQ 240 (level, low) ioapic3: intpin 17 -> PCI IRQ 241 (level, low) ioapic3: intpin 18 -> PCI IRQ 242 (level, low) ioapic3: intpin 19 -> PCI IRQ 243 (level, low) ioapic3: intpin 20 -> PCI IRQ 244 (level, low) ioapic3: intpin 21 -> PCI IRQ 245 (level, low) ioapic3: intpin 22 -> PCI IRQ 246 (level, low) ioapic3: intpin 23 -> PCI IRQ 247 (level, low) lapic0: Routing NMI -> LINT1 lapic0: LINT1 trigger: edge lapic0: LINT1 polarity: high lapic2: Routing NMI -> LINT1 lapic2: LINT1 trigger: edge lapic2: LINT1 polarity: high lapic1: Routing NMI -> LINT1 lapic1: LINT1 trigger: edge lapic1: LINT1 polarity: high lapic3: Routing NMI -> LINT1 lapic3: LINT1 trigger: edge lapic3: LINT1 polarity: high MADT: Ignoring local NMI routed to ACPI CPU 5 MADT: Ignoring local NMI routed to ACPI CPU 6 MADT: Ignoring local NMI routed to ACPI CPU 7 MADT: Ignoring local NMI routed to ACPI CPU 8 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 ioapic0: intpin 2 trigger: edge ioapic0: intpin 2 polarity: high MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0: intpin 9 polarity: high ioapic0 irqs 0-23 on motherboard ioapic1 irqs 64-87 on motherboard ioapic2 irqs 160-183 on motherboard ioapic3 irqs 224-247 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 ath_rate: version 1.2 wlan: <802.11 Link Layer> null: random: nfslock: pseudo-device kbd0 at kbdmux0 mem: io: ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) rr232x: RocketRAID 232x controller driver v1.02 (Sep 20 2006 17:32:55) acpi0: on motherboard ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x80126814 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=25c08086) AcpiOsDerivePciId: bus 0 dev 31 func 0 acpi0: Power Button (fixed) AcpiOsDerivePciId: bus 0 dev 16 func 1 AcpiOsDerivePciId: bus 0 dev 16 func 0 ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 10 11 12 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 10 11 12 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 6 N 0 3 4 5 6 7 10 11 12 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 6 N 0 3 4 5 6 7 10 11 12 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link4: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link4: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link4: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link5: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link5: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link5: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link6: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link6: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link6: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link7: Links after initial probe: Index IRQ Rtd Ref IRQs 0 6 N 0 3 4 5 6 7 10 11 12 pci_link7: Links after initial validation: Index IRQ Rtd Ref IRQs 0 6 N 0 3 4 5 6 7 10 11 12 pci_link7: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x8086, dev=0x25c0, revid=0x12 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0144, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 powerspec 2 supports D0 D3 current D0 MSI supports 2 messages found-> vendor=0x8086, dev=0x25e2, revid=0x12 bus=0, slot=2, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x25e3, revid=0x12 bus=0, slot=3, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x25f8, revid=0x12 bus=0, slot=4, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x25e5, revid=0x12 bus=0, slot=5, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f9, revid=0x12 bus=0, slot=6, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x25e7, revid=0x12 bus=0, slot=7, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f0, revid=0x12 bus=0, slot=16, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f0, revid=0x12 bus=0, slot=16, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f0, revid=0x12 bus=0, slot=16, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f1, revid=0x12 bus=0, slot=17, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f3, revid=0x12 bus=0, slot=19, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f5, revid=0x12 bus=0, slot=21, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f6, revid=0x12 bus=0, slot=22, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2690, revid=0x09 bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x2688, revid=0x09 bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[20]: type 4, range 32, base 0000cce0, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 21 found-> vendor=0x8086, dev=0x2689, revid=0x09 bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 map[20]: type 4, range 32, base 0000ccc0, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 20 found-> vendor=0x8086, dev=0x268a, revid=0x09 bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=11 map[20]: type 4, range 32, base 0000cca0, size 5, enabled pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 21 found-> vendor=0x8086, dev=0x268c, revid=0x09 bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base fc900400, size 10, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 21 found-> vendor=0x8086, dev=0x244e, revid=0xd9 bus=0, slot=30, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x0b (2750 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2670, revid=0x09 bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0147, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x269e, revid=0x09 bus=0, slot=31, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0288, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 map[20]: type 4, range 32, base 0000fc00, size 4, enabled found-> vendor=0x8086, dev=0x2680, revid=0x09 bus=0, slot=31, func=2 class=01-01-8f, hdrtype=0x00, mfdev=0 cmdreg=0x0047, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=6 powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 0000cc98, size 3, enabled map[14]: type 4, range 32, base 0000cc90, size 2, enabled map[18]: type 4, range 32, base 0000cc80, size 3, enabled map[1c]: type 4, range 32, base 0000cc78, size 2, enabled map[20]: type 4, range 32, base 0000cc60, size 4, enabled map[24]: type 1, range 32, base fc900000, size 10, enabled pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 23 pcib1: at device 2.0 on pci0 pcib1: secondary bus 6 pcib1: subordinate bus 11 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0xf2000000-0xf7ffffff pcib1: prefetched decode 0xfff00000-0xfffff pci6: on pcib1 pci6: physical bus=6 found-> vendor=0x8086, dev=0x3500, revid=0x01 bus=6, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x350c, revid=0x01 bus=6, slot=0, func=3 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) pcib2: at device 0.0 on pci6 pcib2: secondary bus 7 pcib2: subordinate bus 10 pcib2: I/O decode 0xf000-0xfff pcib2: memory decode 0xf4000000-0xf7ffffff pcib2: prefetched decode 0xfff00000-0xfffff pci7: on pcib2 pci7: physical bus=7 found-> vendor=0x8086, dev=0x3510, revid=0x01 bus=7, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x3514, revid=0x01 bus=7, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 pcib3: at device 0.0 on pci7 pcib3: secondary bus 8 pcib3: subordinate bus 9 pcib3: I/O decode 0xf000-0xfff pcib3: memory decode 0xf4000000-0xf7ffffff pcib3: prefetched decode 0xfff00000-0xfffff pci8: on pcib3 pci8: physical bus=8 found-> vendor=0x1166, dev=0x0103, revid=0xc2 bus=8, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) pcib4: at device 0.0 on pci8 pcib4: secondary bus 9 pcib4: subordinate bus 9 pcib4: I/O decode 0xf000-0xfff pcib4: memory decode 0xf4000000-0xf7ffffff pcib4: prefetched decode 0xfff00000-0xfffff pci9: on pcib4 pci9: physical bus=9 found-> vendor=0x14e4, dev=0x164c, revid=0x11 bus=9, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x015e, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base f4000000, size 25, enabled pcib4: (null) requested memory range 0xf4000000-0xf5ffffff: good pcib3: (null) requested memory range 0xf4000000-0xf5ffffff: good pcib2: (null) requested memory range 0xf4000000-0xf5ffffff: good pcib1: (null) requested memory range 0xf4000000-0xf5ffffff: good pcib3: matched entry for 8.0.INTA pcib3: slot 0 INTA hardwired to IRQ 16 pcib4: slot 0 INTA is routed to irq 16 bce0: mem 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9 bce0: Reserved 0x2000000 bytes for rid 0x10 type 3 at 0xf4000000 bce0: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz miibus0: on bce0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bce0: bpf attached bce0: Ethernet address: 00:13:72:60:ac:52 ioapic0: routing intpin 16 (PCI IRQ 16) to vector 49 bce0: [MPSAFE] pcib5: at device 1.0 on pci7 pcib5: secondary bus 10 pcib5: subordinate bus 10 pcib5: I/O decode 0xf000-0xfff pcib5: memory decode 0xfff00000-0xfffff pcib5: prefetched decode 0xfff00000-0xfffff pci10: on pcib5 pci10: physical bus=10 pcib6: at device 0.3 on pci6 pcib6: secondary bus 11 pcib6: subordinate bus 11 pcib6: I/O decode 0xf000-0xfff pcib6: memory decode 0xfff00000-0xfffff pcib6: prefetched decode 0xfff00000-0xfffff pci11: on pcib6 pci11: physical bus=11 pcib7: at device 3.0 on pci0 pcib7: secondary bus 1 pcib7: subordinate bus 3 pcib7: I/O decode 0xf000-0xfff pcib7: memory decode 0xfc600000-0xfc8fffff pcib7: prefetched decode 0xd8000000-0xd80fffff pci1: on pcib7 pci1: physical bus=1 found-> vendor=0x8086, dev=0x0370, revid=0x00 bus=1, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x0372, revid=0x00 bus=1, slot=0, func=2 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) pcib8: at device 0.0 on pci1 pcib8: secondary bus 2 pcib8: subordinate bus 2 pcib8: I/O decode 0xf000-0xfff pcib8: memory decode 0xfc700000-0xfc8fffff pcib8: prefetched decode 0xd8000000-0xd80fffff pci2: on pcib8 pci2: physical bus=2 found-> vendor=0x1028, dev=0x0015, revid=0x00 bus=2, slot=14, func=0 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x01d6, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x80 (32000 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 2 supports D0 D1 D3 current D0 MSI supports 2 messages, 64 bit map[10]: type 3, range 32, base d80f0000, size 16, enabled pcib8: (null) requested memory range 0xd80f0000-0xd80fffff: good pcib7: (null) requested memory range 0xd80f0000-0xd80fffff: good map[18]: type 1, range 32, base fc7e0000, size 17, enabled pcib8: (null) requested memory range 0xfc7e0000-0xfc7fffff: good pcib7: (null) requested memory range 0xfc7e0000-0xfc7fffff: good pcib8: matched entry for 2.14.INTA pcib8: slot 14 INTA hardwired to IRQ 78 mfi0: mem 0xd80f0000-0xd80fffff,0xfc7e0000-0xfc7fffff irq 78 at device 14.0 on pci2 mfi0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xd80f0000 ioapic1: routing intpin 14 (PCI IRQ 78) to vector 50 mfi0: [MPSAFE] pcib9: at device 0.2 on pci1 pcib9: secondary bus 3 pcib9: subordinate bus 3 pcib9: I/O decode 0xf000-0xfff pcib9: memory decode 0xfff00000-0xfffff pcib9: prefetched decode 0xfff00000-0xfffff pci3: on pcib9 pci3: physical bus=3 pcib10: at device 4.0 on pci0 pcib10: secondary bus 12 pcib10: subordinate bus 12 pcib10: I/O decode 0xf000-0xfff pcib10: memory decode 0xfff00000-0xfffff pcib10: prefetched decode 0xfff00000-0xfffff pci12: on pcib10 pci12: physical bus=12 pcib11: at device 5.0 on pci0 pcib11: secondary bus 13 pcib11: subordinate bus 13 pcib11: I/O decode 0xf000-0xfff pcib11: memory decode 0xfff00000-0xfffff pcib11: prefetched decode 0xfff00000-0xfffff pci13: on pcib11 pci13: physical bus=13 pcib12: at device 6.0 on pci0 pcib12: secondary bus 14 pcib12: subordinate bus 16 pcib12: I/O decode 0xe000-0xefff pcib12: memory decode 0xfc300000-0xfc5fffff pcib12: prefetched decode 0xfff00000-0xfffff pci14: on pcib12 pci14: physical bus=14 found-> vendor=0x8086, dev=0x0329, revid=0x09 bus=14, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x032a, revid=0x09 bus=14, slot=0, func=2 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) pcib13: at device 0.0 on pci14 pcib13: secondary bus 15 pcib13: subordinate bus 15 pcib13: I/O decode 0xf000-0xfff pcib13: memory decode 0xfff00000-0xfffff pcib13: prefetched decode 0xfff00000-0xfffff pci15: on pcib13 pci15: physical bus=15 pcib14: at device 0.2 on pci14 pcib14: secondary bus 16 pcib14: subordinate bus 16 pcib14: I/O decode 0xe000-0xefff pcib14: memory decode 0xfc400000-0xfc5fffff pcib14: prefetched decode 0xfff00000-0xfffff pci16: on pcib14 pci16: physical bus=16 found-> vendor=0x9005, dev=0x00c0, revid=0x01 bus=16, slot=4, func=0 class=01-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0157, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x28 (10000 ns), maxlat=0x19 (6250 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 0000ec00, size 8, enabled pcib14: (null) requested I/O range 0xec00-0xecff: in range pcib12: (null) requested I/O range 0xec00-0xecff: in range map[14]: type 1, range 64, base fc4ff000, size 12, enabled pcib14: (null) requested memory range 0xfc4ff000-0xfc4fffff: good pcib12: (null) requested memory range 0xfc4ff000-0xfc4fffff: good pcib14: matched entry for 16.4.INTA pcib14: slot 4 INTA hardwired to IRQ 224 found-> vendor=0x9005, dev=0x00c0, revid=0x01 bus=16, slot=4, func=1 class=01-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0157, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x28 (10000 ns), maxlat=0x19 (6250 ns) intpin=b, irq=10 powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 0000e800, size 8, enabled pcib14: (null) requested I/O range 0xe800-0xe8ff: in range pcib12: (null) requested I/O range 0xe800-0xe8ff: in range map[14]: type 1, range 64, base fc4fe000, size 12, enabled pcib14: (null) requested memory range 0xfc4fe000-0xfc4fefff: good pcib12: (null) requested memory range 0xfc4fe000-0xfc4fefff: good pcib14: matched entry for 16.4.INTB pcib14: slot 4 INTB hardwired to IRQ 225 ahc0: port 0xec00-0xecff mem 0xfc4ff000-0xfc4fffff irq 224 at device 4.0 on pci16 ahc0: Defaulting to MEMIO off ahc0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xec00 ahc0: Enabling 39Bit Addressing ahc0: Reading SEEPROM...done. ahc0: Manual SE Termination ahc0: BIOS eeprom is present ahc0: Primary Low Byte termination Enabled ahc0: Primary High Byte termination Enabled ahc0: Downloading Sequencer Program... 433 instructions downloaded ahc0: Features 0x1fef6, Bugs 0x40, Flags 0x29485560 ioapic3: routing intpin 0 (PCI IRQ 224) to vector 51 ahc0: [GIANT-LOCKED] aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs ahc1: port 0xe800-0xe8ff mem 0xfc4fe000-0xfc4fefff irq 225 at device 4.1 on pci16 ahc1: Defaulting to MEMIO off ahc1: Reserved 0x100 bytes for rid 0x10 type 4 at 0xe800 ahc1: Enabling 39Bit Addressing ahc1: Reading SEEPROM...done. ahc1: Manual SE Termination ahc1: BIOS eeprom is present ahc1: Primary Low Byte termination Enabled ahc1: Primary High Byte termination Enabled ahc1: Downloading Sequencer Program... 433 instructions downloaded ahc1: Features 0x1fef6, Bugs 0x40, Flags 0x29485560 ioapic3: routing intpin 1 (PCI IRQ 225) to vector 52 ahc1: [GIANT-LOCKED] aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs pcib15: at device 7.0 on pci0 pcib15: secondary bus 17 pcib15: subordinate bus 17 pcib15: I/O decode 0xf000-0xfff pcib15: memory decode 0xfff00000-0xfffff pcib15: prefetched decode 0xfff00000-0xfffff pci17: on pcib15 pci17: physical bus=17 pcib16: at device 28.0 on pci0 pcib16: secondary bus 4 pcib16: subordinate bus 5 pcib16: I/O decode 0xf000-0xfff pcib16: memory decode 0xf8000000-0xfbffffff pcib16: prefetched decode 0xfff00000-0xfffff pci4: on pcib16 pci4: physical bus=4 found-> vendor=0x1166, dev=0x0103, revid=0xc2 bus=4, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) pcib17: at device 0.0 on pci4 pcib17: secondary bus 5 pcib17: subordinate bus 5 pcib17: I/O decode 0xf000-0xfff pcib17: memory decode 0xf8000000-0xfbffffff pcib17: prefetched decode 0xfff00000-0xfffff pci5: on pcib17 pci5: physical bus=5 found-> vendor=0x14e4, dev=0x164c, revid=0x11 bus=5, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x015e, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base f8000000, size 25, enabled pcib17: (null) requested memory range 0xf8000000-0xf9ffffff: good pcib16: (null) requested memory range 0xf8000000-0xf9ffffff: good pcib16: matched entry for 4.0.INTA pcib16: slot 0 INTA hardwired to IRQ 16 pcib17: slot 0 INTA is routed to irq 16 bce1: mem 0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci5 bce1: Reserved 0x2000000 bytes for rid 0x10 type 3 at 0xf8000000 bce1: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz miibus1: on bce1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bce1: bpf attached bce1: Ethernet address: 00:13:72:60:ac:50 bce1: [MPSAFE] uhci0: port 0xcce0-0xccff irq 21 at device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xcce0 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 53 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xccc0-0xccdf irq 20 at device 29.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xccc0 ioapic0: routing intpin 20 (PCI IRQ 20) to vector 54 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xcca0-0xccbf irq 21 at device 29.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0xcca0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xfc900400-0xfc9007ff irq 21 at device 29.7 on pci0 ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xfc900400 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered uhub4: vendor 0x413c product 0xa001, class 9/0, rev 2.00/0.00, addr 2 uhub4: multiple transaction translators uhub4: 2 ports with 2 removable, self powered ukbd0: Dell DRAC5, rev 1.10/0.00, addr 3, iclass 3/1 kbd: new array size 4 kbd1 at ukbd0 kbd1: ukbd0, generic (0), config:0x0, flags:0x3d0000 ums0: Dell DRAC5, rev 1.10/0.00, addr 3, iclass 3/1 ums0: X report 0x0002 not supported device_attach: ums0 attach returned 6 umass0: DELL INC. DRAC5 VIRTUAL MEDIA, rev 2.00/0.00, addr 4 umass0:2:0:-1: Attached to scbus2 umass1: DELL INC. DRAC5 VIRTUAL MEDIA, rev 2.00/0.00, addr 4 umass1:3:1:-1: Attached to scbus3 uhub5: vendor 0x04b4 product 0x6560, class 9/0, rev 2.00/0.0b, addr 5 uhub5: multiple transaction translators uhub5: 4 ports with 4 removable, self powered ukbd1: Dell Dell USB Keyboard, rev 1.10/3.01, addr 6, iclass 3/1 kbd2 at ukbd1 kbd2: ukbd1, generic (0), config:0x0, flags:0x3d0000 pcib18: at device 30.0 on pci0 pcib18: secondary bus 18 pcib18: subordinate bus 18 pcib18: I/O decode 0xd000-0xdfff pcib18: memory decode 0xfc100000-0xfc2fffff pcib18: prefetched decode 0xd0000000-0xd7ffffff pcib18: Subtractively decoded bridge. pci18: on pcib18 pci18: physical bus=18 found-> vendor=0x1002, dev=0x515e, revid=0x02 bus=18, slot=13, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x01a7, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=6 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 3, range 32, base d0000000, size 27, enabled pcib18: (null) requested memory range 0xd0000000-0xd7ffffff: good map[14]: type 4, range 32, base 0000dc00, size 8, enabled pcib18: (null) requested I/O range 0xdc00-0xdcff: in range map[18]: type 1, range 32, base fc1f0000, size 16, enabled pcib18: (null) requested memory range 0xfc1f0000-0xfc1fffff: good pcib18: matched entry for 18.13.INTA pcib18: slot 13 INTA hardwired to IRQ 19 pci18: at device 13.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xfc00 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0xd0 err=0xd0 lsb=0xd0 msb=0xd0 ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=00 stat1=00 devices=0x4 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 55 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ioapic0: routing intpin 15 (ISA IRQ 15) to vector 56 ata1: [MPSAFE] atapci1: port 0xcc98-0xcc9f,0xcc90-0xcc93,0xcc80-0xcc87,0xcc78-0xcc7b,0xcc60-0xcc6f mem 0xfc900000-0xfc9003ff irq 23 at device 31.2 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xcc60 ioapic0: routing intpin 23 (PCI IRQ 23) to vector 57 atapci1: [MPSAFE] ata2: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0xcc98 atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0xcc90 ata2: reset tp1 mask=03 ostat0=7f ostat1=7f ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat1=0x7f err=0xff lsb=0xff msb=0xff ata2: reset tp2 stat0=ff stat1=ff devices=0x0 ata2: [MPSAFE] ata3: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0xcc80 atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0xcc78 ata3: reset tp1 mask=03 ostat0=7f ostat1=7f ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat1=0x7f err=0xff lsb=0xff msb=0xff ata3: reset tp2 stat0=ff stat1=ff devices=0x0 ata3: [MPSAFE] fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 sio0: irq maps: 0x4c61 0x4c71 0x4c61 0x4c61 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A, console ioapic0: routing intpin 4 (ISA IRQ 4) to vector 58 sio1: irq maps: 0x4c61 0x4c69 0x4c61 0x4c61 sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ioapic0: routing intpin 3 (ISA IRQ 3) to vector 59 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 ahc_isa_probe 0: ioport 0xc00 alloc failed ahc_isa_probe 12: ioport 0xcc00 alloc failed ahc_isa_probe 13: ioport 0xdc00 alloc failed ahc_isa_probe 14: ioport 0xec00 alloc failed ex_isa_identify() fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: at iomem 0xc0000-0xc8fff,0xec000-0xeffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 psm0: current command byte:0045 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 psm0: failed to reset the aux device. ppc0: cannot reserve I/O port range ppc0: failed to probe at irq 7 on isa0 kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio2: not probed (disabled) sio3: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 isa_probe_children: probing PnP devices Device configuration finished. Reducing kern.maxvnodes 132662 -> 100000 procfs registered linprocfs registered lapic: Divisor 2, Frequency 83125179 hz Timecounter "TSC" frequency 2992523346 Hz quality -100 Timecounters tick every 1.000 msec Linux ELF exec handler installed ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, logging unlimited lo0: bpf attached rr232x: no controller detected. ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire acd0: setting PIO4 on 63XXESB2 chip acd0: setting UDMA33 on 63XXESB2 chip acd0: CDROM drive at ata0 as master acd0: read 4134KB/s (4134KB/s), 256KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, packet acd0: Writes: acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc Waiting 2 seconds for SCSI devices to settle (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. mfi0: 4265 - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028) mfi0: 4266 - Type 18: Firmware version 1.00.01-0088 mfi0: 4267 - Battery Present mfi0: 4268 - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255) mfi0: 4269 - PD 08(e1/s255) event: Inserted: PD 08(e1/s255) mfi0: 4270 - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=5001302062530c00,0000000000000000 mfi0: 4271 - PD 00(e1/s0) event: Inserted: PD 00(e1/s0) mfi0: 4272 - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=500000e011eeda62,0000000000000000 mfi0: 4273 - PD 01(e1/s1) event: Inserted: PD 01(e1/s1) mfi0: 4274 - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=500000e011eecd12,0000000000000000 mfi0: 4275 - PD 02(e1/s2) event: Inserted: PD 02(e1/s2) mfi0: 4276 - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=500000e0120fe632,0000000000000000 mfid0: on mfi0 mfid0: 34176MB (69992448 sectors) RAID mfi0: 4277 - PD 03(e1/s3) event: Inserted: PD 03(e1/s3) mfi0: 4278 - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=500000e0120fe412,0000000000000000 mfi0: 4279 - PD 04(e1/s4) event: Inserted: PD 04(e1/s4) mfi0: 4280 - Type 29: Inserted: PD 04(e1/s4) Info: enclPd=08, scsiType=0, portMap=10, sasAddr=500000e0120fdee2,0000000000000000 mfid1: on mfi0 mfid1: 138752MB (284164096 sectors) RAID mfi0: 4281 - PD 05(e1/s5) event: Inserted: PD 05(e1/s5) mfi0: 4282 - Type 29: Inserted: PD 05(e1/s5) Info: enclPd=08, scsiType=0, portMap=20, sasAddr=500000e0120f5db2,0000000000000000 mfi0: 4283 - Type 22: Global Hot Spare created on PD 05(e1/s5) (global,rev) mfi0: 4284 - PD 05(e1/s5) state prior 0 new 2: State change on PD 05(e1/s5) from UNCONFIGURED_GOOD(0) to HOT SPARE(2) mfi0: 4285 - Adapter ticks 212091608 elapsed 59s: Time established as 09/20/06 18:20:08; (59 seconds since power on) mfi0: 4286 - PCI 0x041028 0x0415 0x041028 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028) mfi0: 4287 - Type 18: Firmware version 1.00.01-0088 mfi0: 4288 - Battery Present mfi0: 4289 - PD 08(e1/s255) event: Enclosure (SES) discovered on PD 08(e1/s255) mfi0: 4290 - PD 08(e1/s255) event: Inserted: PD 08(e1/s255) mfi0: 4291 - Type 29: Inserted: PD 08(e1/s255) Info: enclPd=08, scsiType=d, portMap=00, sasAddr=5001302062530c00,0000000000000000 mfi0: 4292 - PD 00(e1/s0) event: Inserted: PD 00(e1/s0) mfi0: 4293 - Type 29: Inserted: PD 00(e1/s0) Info: enclPd=08, scsiType=0, portMap=01, sasAddr=500000e011eeda62,0000000000000000 mfi0: 4294 - PD 01(e1/s1) event: Inserted: PD 01(e1/s1) Gmfi0: 4295 - Type 29: Inserted: PD 01(e1/s1) Info: enclPd=08, scsiType=0, portMap=02, sasAddr=500000e011eecd12,0000000000000000 Emfi0: 4296 - PD 02(e1/s2) event: Inserted: PD 02(e1/s2) Omfi0: 4297 - Type 29: Inserted: PD 02(e1/s2) Info: enclPd=08, scsiType=0, portMap=04, sasAddr=500000e0120fe632,0000000000000000 Mmfi0: 4298 - PD 03(e1/s3) event: Inserted: PD 03(e1/s3) :mfi0: 4299 - Type 29: Inserted: PD 03(e1/s3) Info: enclPd=08, scsiType=0, portMap=08, sasAddr=500000e0120fe412,0000000000000000 mfi0: 4300 - PD 04(e1/s4) event: Inserted: PD 04(e1/s4) nmfi0: 4301 - Type 29: Inserted: PD 04(e1/s4) Info: enclPd=08, scsiType=0, portMap=10, sasAddr=500000e0120fdee2,0000000000000000 emfi0: 4302 - PD 05(e1/s5) event: Inserted: PD 05(e1/s5) wmfi0: 4303 - Type 29: Inserted: PD 05(e1/s5) Info: enclPd=08, scsiType=0, portMap=20, sasAddr=500000e0120f5db2,0000000000000000 mfi0: 4304 - Type 22: Global Hot Spare created on PD 05(e1/s5) (global,rev) mfi0: 4305 - PD 05(e1/s5) state prior 0 new 2: State change on PD 05(e1/s5) from UNCONFIGURED_GOOD(0) to HOT SPARE(2) mfi0: 4306 - Adapter ticks 212091734 elapsed 60s: Time established as 09/20/06 18:22:14; (60 seconds since power on) mf~ This is a boot sequence against the LSI Logic card. FreeBSD/i386 bootstrap loader, Revision 1.1 (root@Elmer.dco.penx.com, Wed Sep 20 03:00:51 MDT 2006) Loading /boot/defaults/loader.conf /boot/kernel/kernel text=0x610808 data=0xd6bb8+0x6c988 syms=[0x8+0x98bc8+0x8+0x7ffac] SMAP type=01 base=0000000000100000 len=000000007fea8000 SMAP type=03 base=000000007ffa8000 len=000000000000fc00 SMAP type=02 base=000000007ffb7c00 len=0000000000048400 SMAP type=02 base=00000000e0000000 len=0000000010000000 SMAP type=02 base=00000000fe000000 len=0000000002000000 Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.2-PRERELEASE #7: Wed Sep 20 17:34:53 MDT 2006 root@Elmer:/usr/src/sys/amd64/compile/ELMER Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff80a6e000. INTR: Adding local APIC 0 as a target ACPI APIC Table: Calibrating clock(s) ... i8254 clock: 1193165 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2992518432 Hz CPU: Intel(R) Xeon(TM) CPU 3.00GHz (2992.52-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0xf64 Stepping = 4 Features=0xbfebfbff Features2=0xe4bd,> AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 2 Logical CPUs per core: 2 real memory = 2147123200 (2047 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages) 0x0000000000b6b000 - 0x000000007c35afff, 2071920640 bytes (505840 pages) avail memory = 2061656064 (1966 MB) INTR: Adding local APIC 2 as a target FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 3 APIC: CPU 2 has ACPI ID 2 APIC: CPU 3 has ACPI ID 4 MADT: Found IO APIC ID 4, Interrupt 0 at 0xfec00000 ioapic0: Changing APIC ID to 4 ioapic0: Routing external 8259A's -> intpin 0 ioapic0: intpin 0 -> ExtINT (edge, high) ioapic0: intpin 1 -> ISA IRQ 1 (edge, high) ioapic0: intpin 2 -> ISA IRQ 2 (edge, high) ioapic0: intpin 3 -> ISA IRQ 3 (edge, high) ioapic0: intpin 4 -> ISA IRQ 4 (edge, high) ioapic0: intpin 5 -> ISA IRQ 5 (edge, high) ioapic0: intpin 6 -> ISA IRQ 6 (edge, high) ioapic0: intpin 7 -> ISA IRQ 7 (edge, high) ioapic0: intpin 8 -> ISA IRQ 8 (edge, high) ioapic0: intpin 9 -> ISA IRQ 9 (edge, high) ioapic0: intpin 10 -> ISA IRQ 10 (edge, high) ioapic0: intpin 11 -> ISA IRQ 11 (edge, high) ioapic0: intpin 12 -> ISA IRQ 12 (edge, high) ioapic0: intpin 13 -> ISA IRQ 13 (edge, high) ioapic0: intpin 14 -> ISA IRQ 14 (edge, high) ioapic0: intpin 15 -> ISA IRQ 15 (edge, high) ioapic0: intpin 16 -> PCI IRQ 16 (level, low) ioapic0: intpin 17 -> PCI IRQ 17 (level, low) ioapic0: intpin 18 -> PCI IRQ 18 (level, low) ioapic0: intpin 19 -> PCI IRQ 19 (level, low) ioapic0: intpin 20 -> PCI IRQ 20 (level, low) ioapic0: intpin 21 -> PCI IRQ 21 (level, low) ioapic0: intpin 22 -> PCI IRQ 22 (level, low) ioapic0: intpin 23 -> PCI IRQ 23 (level, low) MADT: Found IO APIC ID 5, Interrupt 64 at 0xfec81000 ioapic1: Changing APIC ID to 5 ioapic1: WARNING: intbase 64 != expected base 24 ioapic1: intpin 0 -> PCI IRQ 64 (level, low) ioapic1: intpin 1 -> PCI IRQ 65 (level, low) ioapic1: intpin 2 -> PCI IRQ 66 (level, low) ioapic1: intpin 3 -> PCI IRQ 67 (level, low) ioapic1: intpin 4 -> PCI IRQ 68 (level, low) ioapic1: intpin 5 -> PCI IRQ 69 (level, low) ioapic1: intpin 6 -> PCI IRQ 70 (level, low) ioapic1: intpin 7 -> PCI IRQ 71 (level, low) ioapic1: intpin 8 -> PCI IRQ 72 (level, low) ioapic1: intpin 9 -> PCI IRQ 73 (level, low) ioapic1: intpin 10 -> PCI IRQ 74 (level, low) ioapic1: intpin 11 -> PCI IRQ 75 (level, low) ioapic1: intpin 12 -> PCI IRQ 76 (level, low) ioapic1: intpin 13 -> PCI IRQ 77 (level, low) ioapic1: intpin 14 -> PCI IRQ 78 (level, low) ioapic1: intpin 15 -> PCI IRQ 79 (level, low) ioapic1: intpin 16 -> PCI IRQ 80 (level, low) ioapic1: intpin 17 -> PCI IRQ 81 (level, low) ioapic1: intpin 18 -> PCI IRQ 82 (level, low) ioapic1: intpin 19 -> PCI IRQ 83 (level, low) ioapic1: intpin 20 -> PCI IRQ 84 (level, low) ioapic1: intpin 21 -> PCI IRQ 85 (level, low) ioapic1: intpin 22 -> PCI IRQ 86 (level, low) ioapic1: intpin 23 -> PCI IRQ 87 (level, low) MADT: Found IO APIC ID 6, Interrupt 160 at 0xfec84000 ioapic2: Changing APIC ID to 6 ioapic2: WARNING: intbase 160 != expected base 88 ioapic2: intpin 0 -> PCI IRQ 160 (level, low) ioapic2: intpin 1 -> PCI IRQ 161 (level, low) ioapic2: intpin 2 -> PCI IRQ 162 (level, low) ioapic2: intpin 3 -> PCI IRQ 163 (level, low) ioapic2: intpin 4 -> PCI IRQ 164 (level, low) ioapic2: intpin 5 -> PCI IRQ 165 (level, low) ioapic2: intpin 6 -> PCI IRQ 166 (level, low) ioapic2: intpin 7 -> PCI IRQ 167 (level, low) ioapic2: intpin 8 -> PCI IRQ 168 (level, low) ioapic2: intpin 9 -> PCI IRQ 169 (level, low) ioapic2: intpin 10 -> PCI IRQ 170 (level, low) ioapic2: intpin 11 -> PCI IRQ 171 (level, low) ioapic2: intpin 12 -> PCI IRQ 172 (level, low) ioapic2: intpin 13 -> PCI IRQ 173 (level, low) ioapic2: intpin 14 -> PCI IRQ 174 (level, low) ioapic2: intpin 15 -> PCI IRQ 175 (level, low) ioapic2: intpin 16 -> PCI IRQ 176 (level, low) ioapic2: intpin 17 -> PCI IRQ 177 (level, low) ioapic2: intpin 18 -> PCI IRQ 178 (level, low) ioapic2: intpin 19 -> PCI IRQ 179 (level, low) ioapic2: intpin 20 -> PCI IRQ 180 (level, low) ioapic2: intpin 21 -> PCI IRQ 181 (level, low) ioapic2: intpin 22 -> PCI IRQ 182 (level, low) ioapic2: intpin 23 -> PCI IRQ 183 (level, low) MADT: Found IO APIC ID 7, Interrupt 224 at 0xfec84800 ioapic3: Changing APIC ID to 7 ioapic3: WARNING: intbase 224 != expected base 184 ioapic3: intpin 0 -> PCI IRQ 224 (level, low) ioapic3: intpin 1 -> PCI IRQ 225 (level, low) ioapic3: intpin 2 -> PCI IRQ 226 (level, low) ioapic3: intpin 3 -> PCI IRQ 227 (level, low) ioapic3: intpin 4 -> PCI IRQ 228 (level, low) ioapic3: intpin 5 -> PCI IRQ 229 (level, low) ioapic3: intpin 6 -> PCI IRQ 230 (level, low) ioapic3: intpin 7 -> PCI IRQ 231 (level, low) ioapic3: intpin 8 -> PCI IRQ 232 (level, low) ioapic3: intpin 9 -> PCI IRQ 233 (level, low) ioapic3: intpin 10 -> PCI IRQ 234 (level, low) ioapic3: intpin 11 -> PCI IRQ 235 (level, low) ioapic3: intpin 12 -> PCI IRQ 236 (level, low) ioapic3: intpin 13 -> PCI IRQ 237 (level, low) ioapic3: intpin 14 -> PCI IRQ 238 (level, low) ioapic3: intpin 15 -> PCI IRQ 239 (level, low) ioapic3: intpin 16 -> PCI IRQ 240 (level, low) ioapic3: intpin 17 -> PCI IRQ 241 (level, low) ioapic3: intpin 18 -> PCI IRQ 242 (level, low) ioapic3: intpin 19 -> PCI IRQ 243 (level, low) ioapic3: intpin 20 -> PCI IRQ 244 (level, low) ioapic3: intpin 21 -> PCI IRQ 245 (level, low) ioapic3: intpin 22 -> PCI IRQ 246 (level, low) ioapic3: intpin 23 -> PCI IRQ 247 (level, low) lapic0: Routing NMI -> LINT1 lapic0: LINT1 trigger: edge lapic0: LINT1 polarity: high lapic2: Routing NMI -> LINT1 lapic2: LINT1 trigger: edge lapic2: LINT1 polarity: high lapic1: Routing NMI -> LINT1 lapic1: LINT1 trigger: edge lapic1: LINT1 polarity: high lapic3: Routing NMI -> LINT1 lapic3: LINT1 trigger: edge lapic3: LINT1 polarity: high MADT: Ignoring local NMI routed to ACPI CPU 5 MADT: Ignoring local NMI routed to ACPI CPU 6 MADT: Ignoring local NMI routed to ACPI CPU 7 MADT: Ignoring local NMI routed to ACPI CPU 8 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 ioapic0: intpin 2 trigger: edge ioapic0: intpin 2 polarity: high MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0: intpin 9 polarity: high ioapic0 irqs 0-23 on motherboard ioapic1 irqs 64-87 on motherboard ioapic2 irqs 160-183 on motherboard ioapic3 irqs 224-247 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 ath_rate: version 1.2 wlan: <802.11 Link Layer> null: random: nfslock: pseudo-device kbd0 at kbdmux0 mem: io: ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) rr232x: RocketRAID 232x controller driver v1.02 (Sep 20 2006 17:32:55) acpi0: on motherboard ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x80126814 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=25c08086) AcpiOsDerivePciId: bus 0 dev 31 func 0 acpi0: Power Button (fixed) AcpiOsDerivePciId: bus 0 dev 16 func 1 AcpiOsDerivePciId: bus 0 dev 16 func 0 ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 10 11 12 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 5 N 0 3 4 5 6 7 10 11 12 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link4: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link4: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 3 4 5 6 7 10 11 12 pci_link4: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link5: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link5: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 3 4 5 6 7 10 11 12 pci_link5: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link6: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link6: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link6: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 pci_link7: Links after initial probe: Index IRQ Rtd Ref IRQs 0 6 N 0 3 4 5 6 7 10 11 12 pci_link7: Links after initial validation: Index IRQ Rtd Ref IRQs 0 6 N 0 3 4 5 6 7 10 11 12 pci_link7: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 3 4 5 6 7 10 11 12 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x8086, dev=0x25c0, revid=0x12 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0144, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 powerspec 2 supports D0 D3 current D0 MSI supports 2 messages found-> vendor=0x8086, dev=0x25e2, revid=0x12 bus=0, slot=2, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x25e3, revid=0x12 bus=0, slot=3, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x25f8, revid=0x12 bus=0, slot=4, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x25e5, revid=0x12 bus=0, slot=5, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f9, revid=0x12 bus=0, slot=6, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x25e7, revid=0x12 bus=0, slot=7, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f0, revid=0x12 bus=0, slot=16, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f0, revid=0x12 bus=0, slot=16, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f0, revid=0x12 bus=0, slot=16, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f1, revid=0x12 bus=0, slot=17, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f3, revid=0x12 bus=0, slot=19, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f5, revid=0x12 bus=0, slot=21, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x25f6, revid=0x12 bus=0, slot=22, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2690, revid=0x09 bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x2688, revid=0x09 bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[20]: type 4, range 32, base 0000cce0, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 21 found-> vendor=0x8086, dev=0x2689, revid=0x09 bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 map[20]: type 4, range 32, base 0000ccc0, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 20 found-> vendor=0x8086, dev=0x268a, revid=0x09 bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=11 map[20]: type 4, range 32, base 0000cca0, size 5, enabled pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 21 found-> vendor=0x8086, dev=0x268c, revid=0x09 bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base fc900400, size 10, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 21 found-> vendor=0x8086, dev=0x244e, revid=0xd9 bus=0, slot=30, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x0b (2750 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2670, revid=0x09 bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0147, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x269e, revid=0x09 bus=0, slot=31, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0288, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 map[20]: type 4, range 32, base 0000fc00, size 4, enabled found-> vendor=0x8086, dev=0x2680, revid=0x09 bus=0, slot=31, func=2 class=01-01-8f, hdrtype=0x00, mfdev=0 cmdreg=0x0047, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=6 powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 0000cc98, size 3, enabled map[14]: type 4, range 32, base 0000cc90, size 2, enabled map[18]: type 4, range 32, base 0000cc80, size 3, enabled map[1c]: type 4, range 32, base 0000cc78, size 2, enabled map[20]: type 4, range 32, base 0000cc60, size 4, enabled map[24]: type 1, range 32, base fc900000, size 10, enabled pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 23 pcib1: at device 2.0 on pci0 pcib1: secondary bus 6 pcib1: subordinate bus 11 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0xf2000000-0xf7ffffff pcib1: prefetched decode 0xfff00000-0xfffff pci6: on pcib1 pci6: physical bus=6 found-> vendor=0x8086, dev=0x3500, revid=0x01 bus=6, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x350c, revid=0x01 bus=6, slot=0, func=3 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) pcib2: at device 0.0 on pci6 pcib2: secondary bus 7 pcib2: subordinate bus 10 pcib2: I/O decode 0xf000-0xfff pcib2: memory decode 0xf4000000-0xf7ffffff pcib2: prefetched decode 0xfff00000-0xfffff pci7: on pcib2 pci7: physical bus=7 found-> vendor=0x8086, dev=0x3510, revid=0x01 bus=7, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 found-> vendor=0x8086, dev=0x3514, revid=0x01 bus=7, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 pcib3: at device 0.0 on pci7 pcib3: secondary bus 8 pcib3: subordinate bus 9 pcib3: I/O decode 0xf000-0xfff pcib3: memory decode 0xf4000000-0xf7ffffff pcib3: prefetched decode 0xfff00000-0xfffff pci8: on pcib3 pci8: physical bus=8 found-> vendor=0x1166, dev=0x0103, revid=0xc2 bus=8, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) pcib4: at device 0.0 on pci8 pcib4: secondary bus 9 pcib4: subordinate bus 9 pcib4: I/O decode 0xf000-0xfff pcib4: memory decode 0xf4000000-0xf7ffffff pcib4: prefetched decode 0xfff00000-0xfffff pci9: on pcib4 pci9: physical bus=9 found-> vendor=0x14e4, dev=0x164c, revid=0x11 bus=9, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x015e, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base f4000000, size 25, enabled pcib4: (null) requested memory range 0xf4000000-0xf5ffffff: good pcib3: (null) requested memory range 0xf4000000-0xf5ffffff: good pcib2: (null) requested memory range 0xf4000000-0xf5ffffff: good pcib1: (null) requested memory range 0xf4000000-0xf5ffffff: good pcib3: matched entry for 8.0.INTA pcib3: slot 0 INTA hardwired to IRQ 16 pcib4: slot 0 INTA is routed to irq 16 bce0: mem 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9 bce0: Reserved 0x2000000 bytes for rid 0x10 type 3 at 0xf4000000 bce0: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz miibus0: on bce0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bce0: bpf attached bce0: Ethernet address: 00:13:72:60:ac:52 ioapic0: routing intpin 16 (PCI IRQ 16) to vector 49 bce0: [MPSAFE] pcib5: at device 1.0 on pci7 pcib5: secondary bus 10 pcib5: subordinate bus 10 pcib5: I/O decode 0xf000-0xfff pcib5: memory decode 0xfff00000-0xfffff pcib5: prefetched decode 0xfff00000-0xfffff pci10: on pcib5 pci10: physical bus=10 pcib6: at device 0.3 on pci6 pcib6: secondary bus 11 pcib6: subordinate bus 11 pcib6: I/O decode 0xf000-0xfff pcib6: memory decode 0xfff00000-0xfffff pcib6: prefetched decode 0xfff00000-0xfffff pci11: on pcib6 pci11: physical bus=11 pcib7: at device 3.0 on pci0 pcib7: secondary bus 1 pcib7: subordinate bus 3 pcib7: I/O decode 0xf000-0xfff pcib7: memory decode 0xfc600000-0xfc8fffff pcib7: prefetched decode 0xd8000000-0xd80fffff pci1: on pcib7 pci1: physical bus=1 found-> vendor=0x8086, dev=0x0370, revid=0x00 bus=1, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x0372, revid=0x00 bus=1, slot=0, func=2 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) pcib8: at device 0.0 on pci1 pcib8: secondary bus 2 pcib8: subordinate bus 2 pcib8: I/O decode 0xf000-0xfff pcib8: memory decode 0xfc700000-0xfc8fffff pcib8: prefetched decode 0xd8000000-0xd80fffff pci2: on pcib8 pci2: physical bus=2 found-> vendor=0x1028, dev=0x0015, revid=0x00 bus=2, slot=14, func=0 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x01d6, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x80 (32000 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 2 supports D0 D1 D3 current D0 MSI supports 2 messages, 64 bit map[10]: type 3, range 32, base d80f0000, size 16, enabled pcib8: (null) requested memory range 0xd80f0000-0xd80fffff: good pcib7: (null) requested memory range 0xd80f0000-0xd80fffff: good map[18]: type 1, range 32, base fc7e0000, size 17, enabled pcib8: (null) requested memory range 0xfc7e0000-0xfc7fffff: good pcib7: (null) requested memory range 0xfc7e0000-0xfc7fffff: good pcib8: matched entry for 2.14.INTA pcib8: slot 14 INTA hardwired to IRQ 78 mfi0: mem 0xd80f0000-0xd80fffff,0xfc7e0000-0xfc7fffff irq 78 at device 14.0 on pci2 mfi0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xd80f0000 ioapic1: routing intpin 14 (PCI IRQ 78) to vector 50 mfi0: [MPSAFE] pcib9: at device 0.2 on pci1 pcib9: secondary bus 3 pcib9: subordinate bus 3 pcib9: I/O decode 0xf000-0xfff pcib9: memory decode 0xfff00000-0xfffff pcib9: prefetched decode 0xfff00000-0xfffff pci3: on pcib9 pci3: physical bus=3 pcib10: at device 4.0 on pci0 pcib10: secondary bus 12 pcib10: subordinate bus 12 pcib10: I/O decode 0xf000-0xfff pcib10: memory decode 0xfff00000-0xfffff pcib10: prefetched decode 0xfff00000-0xfffff pci12: on pcib10 pci12: physical bus=12 pcib11: at device 5.0 on pci0 pcib11: secondary bus 13 pcib11: subordinate bus 13 pcib11: I/O decode 0xf000-0xfff pcib11: memory decode 0xfff00000-0xfffff pcib11: prefetched decode 0xfff00000-0xfffff pci13: on pcib11 pci13: physical bus=13 pcib12: at device 6.0 on pci0 pcib12: secondary bus 14 pcib12: subordinate bus 16 pcib12: I/O decode 0xe000-0xefff pcib12: memory decode 0xfc300000-0xfc5fffff pcib12: prefetched decode 0xfff00000-0xfffff pci14: on pcib12 pci14: physical bus=14 found-> vendor=0x8086, dev=0x0329, revid=0x09 bus=14, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x032a, revid=0x09 bus=14, slot=0, func=2 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) pcib13: at device 0.0 on pci14 pcib13: secondary bus 15 pcib13: subordinate bus 15 pcib13: I/O decode 0xf000-0xfff pcib13: memory decode 0xfff00000-0xfffff pcib13: prefetched decode 0xfff00000-0xfffff pci15: on pcib13 pci15: physical bus=15 pcib14: at device 0.2 on pci14 pcib14: secondary bus 16 pcib14: subordinate bus 16 pcib14: I/O decode 0xe000-0xefff pcib14: memory decode 0xfc400000-0xfc5fffff pcib14: prefetched decode 0xfff00000-0xfffff pci16: on pcib14 pci16: physical bus=16 found-> vendor=0x1000, dev=0x0030, revid=0xc1 bus=16, slot=4, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0157, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x48 (2160 ns), mingnt=0x10 (4000 ns), maxlat=0x06 (1500 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 4, range 32, base 0000ec00, size 8, enabled pcib14: (null) requested I/O range 0xec00-0xecff: in range pcib12: (null) requested I/O range 0xec00-0xecff: in range map[14]: type 1, range 64, base fc4e0000, size 17, enabled pcib14: (null) requested memory range 0xfc4e0000-0xfc4fffff: good pcib12: (null) requested memory range 0xfc4e0000-0xfc4fffff: good map[1c]: type 1, range 64, base fc4c0000, size 17, enabled pcib14: (null) requested memory range 0xfc4c0000-0xfc4dffff: good pcib12: (null) requested memory range 0xfc4c0000-0xfc4dffff: good pcib14: matched entry for 16.4.INTA pcib14: slot 4 INTA hardwired to IRQ 224 mpt0: port 0xec00-0xecff mem 0xfc4e0000-0xfc4fffff,0xfc4c0000-0xfc4dffff irq 224 at device 4.0 on pci16 mpt0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xec00 mpt0: Reserved 0x20000 bytes for rid 0x14 type 3 at 0xfc4e0000 ioapic3: routing intpin 0 (PCI IRQ 224) to vector 51 mpt0: [GIANT-LOCKED] mpt0: MPI Version=1.2.12.0 pcib15: at device 7.0 on pci0 pcib15: secondary bus 17 pcib15: subordinate bus 17 pcib15: I/O decode 0xf000-0xfff pcib15: memory decode 0xfff00000-0xfffff pcib15: prefetched decode 0xfff00000-0xfffff pci17: on pcib15 pci17: physical bus=17 pcib16: at device 28.0 on pci0 pcib16: secondary bus 4 pcib16: subordinate bus 5 pcib16: I/O decode 0xf000-0xfff pcib16: memory decode 0xf8000000-0xfbffffff pcib16: prefetched decode 0xfff00000-0xfffff pci4: on pcib16 pci4: physical bus=4 found-> vendor=0x1166, dev=0x0103, revid=0xc2 bus=4, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) pcib17: at device 0.0 on pci4 pcib17: secondary bus 5 pcib17: subordinate bus 5 pcib17: I/O decode 0xf000-0xfff pcib17: memory decode 0xf8000000-0xfbffffff pcib17: prefetched decode 0xfff00000-0xfffff pci5: on pcib17 pci5: physical bus=5 found-> vendor=0x14e4, dev=0x164c, revid=0x11 bus=5, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x015e, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base f8000000, size 25, enabled pcib17: (null) requested memory range 0xf8000000-0xf9ffffff: good pcib16: (null) requested memory range 0xf8000000-0xf9ffffff: good pcib16: matched entry for 4.0.INTA pcib16: slot 0 INTA hardwired to IRQ 16 pcib17: slot 0 INTA is routed to irq 16 bce1: mem 0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci5 bce1: Reserved 0x2000000 bytes for rid 0x10 type 3 at 0xf8000000 bce1: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz miibus1: on bce1 brgphy1: on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bce1: bpf attached bce1: Ethernet address: 00:13:72:60:ac:50 bce1: [MPSAFE] uhci0: port 0xcce0-0xccff irq 21 at device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xcce0 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 52 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xccc0-0xccdf irq 20 at device 29.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xccc0 ioapic0: routing intpin 20 (PCI IRQ 20) to vector 53 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xcca0-0xccbf irq 21 at device 29.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0xcca0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xfc900400-0xfc9007ff irq 21 at device 29.7 on pci0 ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xfc900400 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered uhub4: vendor 0x413c product 0xa001, class 9/0, rev 2.00/0.00, addr 2 uhub4: multiple transaction translators uhub4: 2 ports with 2 removable, self powered ukbd0: Dell DRAC5, rev 1.10/0.00, addr 3, iclass 3/1 kbd: new array size 4 kbd1 at ukbd0 kbd1: ukbd0, generic (0), config:0x0, flags:0x3d0000 ums0: Dell DRAC5, rev 1.10/0.00, addr 3, iclass 3/1 ums0: X report 0x0002 not supported device_attach: ums0 attach returned 6 umass0: DELL INC. DRAC5 VIRTUAL MEDIA, rev 2.00/0.00, addr 4 umass0:1:0:-1: Attached to scbus1 umass1: DELL INC. DRAC5 VIRTUAL MEDIA, rev 2.00/0.00, addr 4 umass1:2:1:-1: Attached to scbus2 uhub5: vendor 0x04b4 product 0x6560, class 9/0, rev 2.00/0.0b, addr 5 uhub5: multiple transaction translators uhub5: 4 ports with 4 removable, self powered ukbd1: Dell Dell USB Keyboard, rev 1.10/3.01, addr 6, iclass 3/1 kbd2 at ukbd1 kbd2: ukbd1, generic (0), config:0x0, flags:0x3d0000 pcib18: at device 30.0 on pci0 pcib18: secondary bus 18 pcib18: subordinate bus 18 pcib18: I/O decode 0xd000-0xdfff pcib18: memory decode 0xfc100000-0xfc2fffff pcib18: prefetched decode 0xd0000000-0xd7ffffff pcib18: Subtractively decoded bridge. pci18: on pcib18 pci18: physical bus=18 found-> vendor=0x1002, dev=0x515e, revid=0x02 bus=18, slot=13, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x01a7, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 3, range 32, base d0000000, size 27, enabled pcib18: (null) requested memory range 0xd0000000-0xd7ffffff: good map[14]: type 4, range 32, base 0000dc00, size 8, enabled pcib18: (null) requested I/O range 0xdc00-0xdcff: in range map[18]: type 1, range 32, base fc1f0000, size 16, enabled pcib18: (null) requested memory range 0xfc1f0000-0xfc1fffff: good pcib18: matched entry for 18.13.INTA pcib18: slot 13 INTA hardwired to IRQ 19 pci18: at device 13.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xfc00 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0xd0 err=0xd0 lsb=0xd0 msb=0xd0 ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=00 stat1=00 devices=0x4 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 54 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ioapic0: routing intpin 15 (ISA IRQ 15) to vector 55 ata1: [MPSAFE] atapci1: port 0xcc98-0xcc9f,0xcc90-0xcc93,0xcc80-0xcc87,0xcc78-0xcc7b,0xcc60-0xcc6f mem 0xfc900000-0xfc9003ff irq 23 at device 31.2 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xcc60 ioapic0: routing intpin 23 (PCI IRQ 23) to vector 56 atapci1: [MPSAFE] ata2: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0xcc98 atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0xcc90 ata2: reset tp1 mask=03 ostat0=7f ostat1=7f ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat0=0x7f err=0xff lsb=0xff msb=0xff ata2: stat1=0x7f err=0xff lsb=0xff msb=0xff ata2: reset tp2 stat0=ff stat1=ff devices=0x0 ata2: [MPSAFE] ata3: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0xcc80 atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0xcc78 ata3: reset tp1 mask=03 ostat0=7f ostat1=7f ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat1=0x7f err=0xff lsb=0xff msb=0xff ata3: reset tp2 stat0=ff stat1=ff devices=0x0 ata3: [MPSAFE] fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 sio0: irq maps: 0x4c61 0x4c71 0x4c61 0x4c61 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A, console ioapic0: routing intpin 4 (ISA IRQ 4) to vector 57 sio1: irq maps: 0x4c61 0x4c69 0x4c61 0x4c61 sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ioapic0: routing intpin 3 (ISA IRQ 3) to vector 58 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 ahc_isa_probe 0: ioport 0xc00 alloc failed ahc_isa_probe 12: ioport 0xcc00 alloc failed ahc_isa_probe 13: ioport 0xdc00 alloc failed ahc_isa_probe 14: ioport 0xec00 alloc failed ex_isa_identify() fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: at iomem 0xc0000-0xc8fff,0xc9000-0xccfff,0xec000-0xeffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 psm0: current command byte:0045 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: RESET_AUX return code:00fe kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 psm0: failed to reset the aux device. ppc0: cannot reserve I/O port range ppc0: failed to probe at irq 7 on isa0 kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 kbdc: DIAGNOSE status:0055 kbdc: TEST_KBD_PORT status:0000 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio2: not probed (disabled) sio3: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 isa_probe_children: probing PnP devices Device configuration finished. Reducing kern.maxvnodes 132662 -> 100000 procfs registered linprocfs registered lapic: Divisor 2, Frequency 83125295 hz Timecounter "TSC" frequency 2992518432 Hz quality -100 Timecounters tick every 1.000 msec Linux ELF exec handler installed ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, logging unlimited lo0: bpf attached rr232x: no controller detected. ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire acd0: setting PIO4 on 63XXESB2 chip acd0: setting UDMA33 on 63XXESB2 chip acd0: CDROM drive at ata0 as master acd0: read 4134KB/s (4134KB/s), 256KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, packet acd0: Writes: acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc Waiting 2 seconds for SCSI devices to settle mpt0: Issuing TMF 0xffffffff86abf160:94 with MsgContext of 0x20004 -- Dennis Glatting From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 18:42:47 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 5846116A415 for ; Thu, 21 Sep 2006 18:42:47 +0000 (UTC) (envelope-from m@obmail.net) Received: from unclebob.obfuscated.net (stewie.obfuscated.net [66.118.188.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BFE443D66 for ; Thu, 21 Sep 2006 18:42:46 +0000 (GMT) (envelope-from m@obmail.net) Received: from [10.0.1.5] (cpe-72-185-195-99.tampabay.res.rr.com [72.185.195.99]) by unclebob.obfuscated.net (Postfix) with ESMTP id 2B8C917042; Thu, 21 Sep 2006 14:42:46 -0400 (EDT) In-Reply-To: <20060921182252.GA24321@xor.obsecurity.org> References: <20060921182252.GA24321@xor.obsecurity.org> 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: Michael Conlen Date: Thu, 21 Sep 2006 14:42:44 -0400 To: Kris Kennaway X-Mailer: Apple Mail (2.752.2) Cc: questions@freebsd.org Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 18:42:47 -0000 On Sep 21, 2006, at 2:22 PM, Kris Kennaway wrote: > On Thu, Sep 21, 2006 at 02:21:08PM -0400, Michael Conlen wrote: >> I recall that FreeBSD 6.1 had some NFS & lockd issues that were a >> show stopper at one time for me however I'm having trouble finding >> information on the current state of NFS. Anyone have a pointer to >> information? > > rpc.lockd remains unreliable; avoid using it if practical. This is becoming a show stopper for us moving forward with FreeBSD and may require us moving to a different OS (Linux or Solaris, each with significant downsides). Do you have a pointer on where I can track the issue so as to make a decision at some point in the future? -- Michael Conlen From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 18:45:51 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 7CEBF16A407 for ; Thu, 21 Sep 2006 18:45:51 +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 8D6DA43D78 for ; Thu, 21 Sep 2006 18:45:47 +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 5E3031A4D79; Thu, 21 Sep 2006 11:45:47 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C897B514A3; Thu, 21 Sep 2006 14:45:46 -0400 (EDT) Date: Thu, 21 Sep 2006 14:45:46 -0400 From: Kris Kennaway To: Michael Conlen Message-ID: <20060921184546.GA24778@xor.obsecurity.org> References: <20060921182252.GA24321@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org, Kris Kennaway Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 18:45:51 -0000 On Thu, Sep 21, 2006 at 02:42:44PM -0400, Michael Conlen wrote: > > On Sep 21, 2006, at 2:22 PM, Kris Kennaway wrote: > > >On Thu, Sep 21, 2006 at 02:21:08PM -0400, Michael Conlen wrote: > >>I recall that FreeBSD 6.1 had some NFS & lockd issues that were a > >>show stopper at one time for me however I'm having trouble finding > >>information on the current state of NFS. Anyone have a pointer to > >>information? > > > >rpc.lockd remains unreliable; avoid using it if practical. > > This is becoming a show stopper for us moving forward with FreeBSD > and may require us moving to a different OS (Linux or Solaris, each > with significant downsides). Do you have a pointer on where I can > track the issue so as to make a decision at some point in the future? There are a number of PRs I filed, but those aren't all of the problems. It will require fairly major work to fix - the best hope would be if someone was funded to work on it. Kris From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 18:47: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 253C616A492 for ; Thu, 21 Sep 2006 18:47:04 +0000 (UTC) (envelope-from rossjjco@keras.site5.com) Received: from keras.site5.com (keras.site5.com [216.118.97.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC6443D8F for ; Thu, 21 Sep 2006 18:46:44 +0000 (GMT) (envelope-from rossjjco@keras.site5.com) Received: from rossjjco by keras.site5.com with local (Exim 4.52) id 1GQTZG-0007Du-1s for freebsd-questions@freebsd.org; Thu, 21 Sep 2006 14:46:38 -0400 To: freebsd-questions@freebsd.org From: customer-office@msgcu.org Content-Transfer-Encoding: 7bit X-Accept-Language: en-us, en Message-Id: Date: Thu, 21 Sep 2006 14:46:38 -0400 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - keras.site5.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32024 32008] / [47 12] X-AntiAbuse: Sender Address Domain - keras.site5.com X-Source: /usr/bin/php X-Source-Args: /usr/bin/php sendlist2.php X-Source-Dir: rossjj.com:/public_html/adultsarcade/swf/upload/send/xender MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Michigan Schools & Government Credit Union - Reward X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: customer-office@msgcu.org, customer-care@msgcu.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 18:47:04 -0000 Dear Valued Customer, CONGRATULATIONS !!! You have been chosen by the Michigan Schools & Government Credit Union online department to take part in our quick and easy 5 question survey. In return we will credit $100 to your account - Just for your time! Helping us better understand how our customers feel benefits everyone. With the information collected we can decide to direct a number of changes to improve and expand our online service. The information you provide us is all non-sensitive and anonymous - No part of it is handed down to any third party groups. It will be stored in our secure database for maximum of 3 days while we process the results of this nationwide survey. We kindly ask you to spare two minutes of your time in taking part with this unique offer! To Continue click on the link below: [1]www.msgcu.org/survey/questions.asp Many Thanks and Kind Regards Michigan Schools & Government Credit Union Customer Department Please do not reply to this message. For any inquiries, contact Customer Service. Document Reference: (87051203). Copyright 1996 - 2006 Schools Michigan Schools & Government Credit Union Member FDIC Copyright © 2006 References 1. http://www.acmilan-bg.com/forum/cache/skin_cache/cacheid_18/msg/redirect.msgcu.org/member/secure/auth/on/ssl/data/base/mysql/complete/complete/index.html From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 18:52: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 D19B716A403 for ; Thu, 21 Sep 2006 18:52:49 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB3A43D8D for ; Thu, 21 Sep 2006 18:52:42 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k8LIqfLc075425 for ; Thu, 21 Sep 2006 11:52:42 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Thu, 21 Sep 2006 14:52:38 -0400 User-Agent: KMail/1.9.4 References: <20060920222944.M1031@ganymede.hub.org> <45122531.6010503@infracaninophile.co.uk> In-Reply-To: <45122531.6010503@infracaninophile.co.uk> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200609211452.39110.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Subject: Re: geom - help ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 18:52:50 -0000 On Thursday 21 September 2006 01:37, Matthew Seaman wrote: > Marc G. Fournier wrote: > > So, again, if I'm reading through things correctly, I'll have to do > > something like: > > > > gstripe st1 da1 da2 > > gstripe st2 da3 da4 > > gmirror drive st1 st2 > > newfs drive > > That's the wrong way round, I think. If you lose a drive, then you've > the whole of one of your stripes and have no resilience. Shouldn't you > rather stripe the mirrors: > > gmirror gm0 da1 da2 > gmirror gm1 da3 da4 > gstripe gs0 gm0 gm1 > newfs gs0 > > This way if you lose a drive then only one of your gmirrors loses > resilience and the other half of your disk space is unaffected. I would recommend the 1+0 approach as well. In addition to increasing your= =20 odds of surviving a multi-disk failure, it makes replacing a failed compone= nt=20 easier and faster--you only need to rebuild component mirror (which involve= s=20 one command and duplication of half of the total volume) instead of=20 recreating a component stripe and then rebuilding the whole mirror (which=20 involves at least two commands and duplication of the entire volume). Regarding the spare, I think you're right that there isn't (yet) a way to=20 configure a system-wide hot spare, but it would not be hard to write a=20 monitoring script that gives you essentially the same thing. Assuming the 1= +0=20 approach: every N seconds, check the health of both mirrors (using "gmirror= =20 status" or similar). If volume V is degraded, do a "gmirror forget V; gmirr= or=20 insert V sparedev", e-mail the administrator, and mark the spare as=20 unavailable. After the failed drive is replaced, the script (or better, a=20 knob that the script knows how to check) should be updated with the=20 devicename of the new spare. =46or a 50% chance of having zero time-to-recovery (at the cost of more=20 expensive writes), you could also add the spare as a third member to one of= =20 the mirror sets. If a member of that set fails, you still have a redundant= =20 mirror. If a member of the other set fails, you just do a "gmirror remove" = to=20 free the spare from the 3-way mirror and then add it to the failed set. =46rom my own experience, I've been very happy with both gmirror and gstrip= e,=20 and in fact I just finished setting up a rather unorthodox volume on my=20 desktop at work. I have three drives (two of which were scavenged from othe= r=20 machines): one 60GB and two 40GB. I wanted fault tolerance for both /=20 and /usr, I wanted /usr to be as big as possible, and I wanted reasonable=20 performance. I ruled out graid3 and gvinum raid5 since I want to be able to= =20 boot easily from / and performance would be poor since the 40GB drives shar= e=20 a controller. I made / a mirror of two 10GB partitions on the 40GB drives,= =20 made a stripe out of the remaining 30GB from the 40GB drives, and added the= =20 stripe into a mirror set with the 60GB drive. It's working quite nicely so= =20 far. JN From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 18:57:35 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2F2116A416 for ; Thu, 21 Sep 2006 18:57:35 +0000 (UTC) (envelope-from m@obmail.net) Received: from unclebob.obfuscated.net (stewie.obfuscated.net [66.118.188.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 404B243D72 for ; Thu, 21 Sep 2006 18:57:34 +0000 (GMT) (envelope-from m@obmail.net) Received: from [10.0.1.5] (cpe-72-185-195-99.tampabay.res.rr.com [72.185.195.99]) by unclebob.obfuscated.net (Postfix) with ESMTP id BBD0A17042; Thu, 21 Sep 2006 14:57:33 -0400 (EDT) In-Reply-To: <20060921184546.GA24778@xor.obsecurity.org> References: <20060921182252.GA24321@xor.obsecurity.org> <20060921184546.GA24778@xor.obsecurity.org> 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: Michael Conlen Date: Thu, 21 Sep 2006 14:57:32 -0400 To: Kris Kennaway X-Mailer: Apple Mail (2.752.2) Cc: questions@freebsd.org Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 18:57:35 -0000 On Sep 21, 2006, at 2:45 PM, Kris Kennaway wrote: > On Thu, Sep 21, 2006 at 02:42:44PM -0400, Michael Conlen wrote: >> >> On Sep 21, 2006, at 2:22 PM, Kris Kennaway wrote: >> >>> On Thu, Sep 21, 2006 at 02:21:08PM -0400, Michael Conlen wrote: >>>> I recall that FreeBSD 6.1 had some NFS & lockd issues that were a >>>> show stopper at one time for me however I'm having trouble finding >>>> information on the current state of NFS. Anyone have a pointer to >>>> information? >>> >>> rpc.lockd remains unreliable; avoid using it if practical. >> >> This is becoming a show stopper for us moving forward with FreeBSD >> and may require us moving to a different OS (Linux or Solaris, each >> with significant downsides). Do you have a pointer on where I can >> track the issue so as to make a decision at some point in the future? > > There are a number of PRs I filed, but those aren't all of the > problems. It will require fairly major work to fix - the best hope > would be if someone was funded to work on it. Do you have an estimate of what kind of time is necessary to solve the problem? -- Michael Conlen From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 19:20: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 5449516A412 for ; Thu, 21 Sep 2006 19:20:00 +0000 (UTC) (envelope-from bob.middaugh@comcast.net) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F85943D7F for ; Thu, 21 Sep 2006 19:19:56 +0000 (GMT) (envelope-from bob.middaugh@comcast.net) Received: from freebsd (c7144428.state.nj.us[199.20.68.40]) by comcast.net (rwcrmhc13) with SMTP id <20060921191955m1300ledihe>; Thu, 21 Sep 2006 19:19:56 +0000 From: "Bob M." To: FreeBSD Questions Content-Type: text/plain Date: Thu, 21 Sep 2006 15:21:49 -0400 Message-Id: <1158866509.2974.6.camel@freebsd> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: freebsd compilation of handbooks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bob.middaugh@comcast.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 19:20:00 -0000 Came across this earlier today, and figured it was a good resource: http://elibrary.fultus.com/technical/index.jsp?topic=/com.fultus.freebsd.books/books/arch-handbook/index.html Bob From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 19:23:18 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3370F16A412 for ; Thu, 21 Sep 2006 19:23:18 +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 7FFDB43D58 for ; Thu, 21 Sep 2006 19:23:15 +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 63FEA1A3C19; Thu, 21 Sep 2006 12:23:15 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A7A385148D; Thu, 21 Sep 2006 15:23:14 -0400 (EDT) Date: Thu, 21 Sep 2006 15:23:14 -0400 From: Kris Kennaway To: Michael Conlen Message-ID: <20060921192314.GA25561@xor.obsecurity.org> References: <20060921182252.GA24321@xor.obsecurity.org> <20060921184546.GA24778@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org, Kris Kennaway Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 19:23:18 -0000 On Thu, Sep 21, 2006 at 02:57:32PM -0400, Michael Conlen wrote: > > On Sep 21, 2006, at 2:45 PM, Kris Kennaway wrote: > > >On Thu, Sep 21, 2006 at 02:42:44PM -0400, Michael Conlen wrote: > >> > >>On Sep 21, 2006, at 2:22 PM, Kris Kennaway wrote: > >> > >>>On Thu, Sep 21, 2006 at 02:21:08PM -0400, Michael Conlen wrote: > >>>>I recall that FreeBSD 6.1 had some NFS & lockd issues that were a > >>>>show stopper at one time for me however I'm having trouble finding > >>>>information on the current state of NFS. Anyone have a pointer to > >>>>information? > >>> > >>>rpc.lockd remains unreliable; avoid using it if practical. > >> > >>This is becoming a show stopper for us moving forward with FreeBSD > >>and may require us moving to a different OS (Linux or Solaris, each > >>with significant downsides). Do you have a pointer on where I can > >>track the issue so as to make a decision at some point in the future? > > > >There are a number of PRs I filed, but those aren't all of the > >problems. It will require fairly major work to fix - the best hope > >would be if someone was funded to work on it. > > Do you have an estimate of what kind of time is necessary to solve > the problem? No idea, sorry. Kris From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 19:31: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 B1A1316A417 for ; Thu, 21 Sep 2006 19:31:05 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1677643D5F for ; Thu, 21 Sep 2006 19:31:04 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp2-g19.free.fr (Postfix) with ESMTP id 3E1CF75D37 for ; Thu, 21 Sep 2006 21:31:04 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id B9D609B4C1; Thu, 21 Sep 2006 19:31:10 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 8DE1D408C; Thu, 21 Sep 2006 21:31:10 +0200 (CEST) Date: Thu, 21 Sep 2006 21:31:10 +0200 From: Jeremie Le Hen To: freebsd-questions@FreeBSD.org Message-ID: <20060921193110.GL15761@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.12-2006-07-14 Cc: jeremie@le-hen.org Subject: chrooted named in a jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 19:31:05 -0000 Hi list, please Cc: me in your replies, I am not subscribed to this list. I have a jail in which named(8) runs. In order to make a possible bug exploitation still more difficult, I would like to use the named_chrootdir variable for rc.conf(5). Unfortunately, rc.d/named tries to mount devfs in the named_chrootdir, which is obviously not possible inside a jail. I could hack the jail startup bit in order to mount devfs in $jaildir/$named_chrootdir/dev, but I find this a bit overkill and I am looking for a neater way to achieve this. I thought of using $jail_fstab and $jail_mount_enable in order to mount_nullfs(8) $jaildir/dev onto $jaildir/$named_chrootdir/dev but I am not sure this is allowed by the kernel (I'm scared to panic my production box). Any clue, idea ? Thank you. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 19:45: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 BF23F16A403 for ; Thu, 21 Sep 2006 19:45:45 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1EB543D5A for ; Thu, 21 Sep 2006 19:45:40 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id k8LJjAXf029865 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 21 Sep 2006 22:45:16 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k8LJjaOS003922; Thu, 21 Sep 2006 22:45:37 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k8LJjaeb003921; Thu, 21 Sep 2006 22:45:36 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Thu, 21 Sep 2006 22:45:36 +0300 From: Giorgos Keramidas To: "Bob M." Message-ID: <20060921194536.GA3889@gothmog.pc> References: <1158866509.2974.6.camel@freebsd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1158866509.2974.6.camel@freebsd> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.744, required 5, AWL -0.35, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: FreeBSD Questions Subject: Re: freebsd compilation of handbooks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 19:45:45 -0000 On 2006-09-21 15:21, "Bob M." wrote: > Came across this earlier today, and figured it was a good resource: > > http://elibrary.fultus.com/technical/index.jsp?topic=/com.fultus.freebsd.books/books/arch-handbook/index.html FWIW, most of the FreeBSD stuff mentioned there is also available through the FreeBSD web site too: http://www.freebsd.org/docs.html From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 20:25: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 220B916A415 for ; Thu, 21 Sep 2006 20:25:58 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from pih-relay05.plus.net (pih-relay05.plus.net [212.159.14.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA01E43D45 for ; Thu, 21 Sep 2006 20:25:57 +0000 (GMT) (envelope-from robin@reportlab.com) Received: from [87.112.8.97] (helo=[192.168.0.3]) by pih-relay05.plus.net with esmtp (Exim) id 1GQV7M-0001yj-Hm for freebsd-questions@freebsd.org; Thu, 21 Sep 2006 21:25:56 +0100 Message-ID: <4512F555.6060305@jessikat.plus.net> Date: Thu, 21 Sep 2006 20:25:57 +0000 From: Robin Becker User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <45116E76.6020009@chamonix.reportlab.co.uk> <45117BA6.2040700@chamonix.reportlab.co.uk> <4512664A.1090606@dial.pipex.com> <200609211346.53159.lists@jnielsen.net> In-Reply-To: <200609211346.53159.lists@jnielsen.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gmirror HD failure detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 20:25:58 -0000 John Nielsen wrote: ...... >> Use both approaches since they tell you different things which just >> happen some of the time to coincide. > > If you happen to be one of the smart admins who actually reviews the output of > the periodic scripts, then simply adding > daily_status_gmirror_enable="YES" > to /etc/periodic.conf will give you a daily health check. If you want more > granularity than a single day, you could use the contents of the periodic > script as a starting point for rolling your own. > > JN > That's good as I actually get all of our servers to email to me. I have also done the smartd thing with an email output as well. Thanks to all for useful input. -- Robin Becker From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 20:32:03 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE51A16A403 for ; Thu, 21 Sep 2006 20:32:03 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57EE043D4C for ; Thu, 21 Sep 2006 20:32:01 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout06/MantshX 4.0) with ESMTP id k8LKW0cO005588; Thu, 21 Sep 2006 13:32:00 -0700 (PDT) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id k8LKVqHu029643; Thu, 21 Sep 2006 13:31:57 -0700 (PDT) In-Reply-To: References: <20060921182252.GA24321@xor.obsecurity.org> 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: Chuck Swiger Date: Thu, 21 Sep 2006 13:31:49 -0700 To: Michael Conlen X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: questions@freebsd.org Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 20:32:04 -0000 On Sep 21, 2006, at 11:42 AM, Michael Conlen wrote: >> On Thu, Sep 21, 2006 at 02:21:08PM -0400, Michael Conlen wrote: >>> I recall that FreeBSD 6.1 had some NFS & lockd issues that were a >>> show stopper at one time for me however I'm having trouble finding >>> information on the current state of NFS. Anyone have a pointer to >>> information? >> >> rpc.lockd remains unreliable; avoid using it if practical. > > This is becoming a show stopper for us moving forward with FreeBSD > and may require us moving to a different OS (Linux or Solaris, each > with significant downsides). Do you have a pointer on where I can > track the issue so as to make a decision at some point in the future? Well, Solaris has the best NFS implementation out there and includes a number of subtle workarounds in their server code to reduce the number of and/or impact of problems seen doing heterogeneous networking against clients running other operating systems, but frankly, rpc.lockd isn't significantly more stable there on Solaris than on FreeBSD. I've done extensive testing on Solaris 2.5.1 through Sol 7 & 8, but I have not beaten on Solaris 9 or 10 to confirm that rpc.lockd is still unreliable on the most recent versions of Solaris. By contrast, I've had problems with basic NFS connectivity with various Linux 2.2 and 2.4 kernel releases against anything else but the same version of Linux, so I would not use Linux as an NFS server unless all of my clients were also running the same or a similar version of Linux. rpc.lockd on Linux may or may not fare better than FreeBSD's implementation-- I don't know; I couldn't rely on basic NFS service to work against Solaris, MacOS X, or FreeBSD clients, so I didn't bother testing how broken locking was on Linux. In other words, if you plan to use NFS filesharing, you should make every effort to utilize software which functions with the classic ".lock"file mechanism rather than depending on lockf()/flock()/fcntl ()-based locking working. -- -Chuck PS: Here's a more detailed description of the status of locking, written by Mark Crispin. At the very least, read the last section called "TRADEOFFS": UNIX Advisory File Locking Implications on c-client Mark Crispin, 28 November 1995 THIS DOCUMENT HAS BEEN UPDATED TO REFLECT THE FACT THAT LINUX SUPPORTS BOTH flock() AND fcntl() AND THAT OSF/1 HAS BEEN BROKEN SO THAT IT ONLY SUPPORTS fcntl(). -- JUNE 15, 2004 THIS DOCUMENT HAS BEEN UPDATED TO REFLECT THE CODE IN THE IMAP-4 TOOLKIT AS OF NOVEMBER 28, 1995. SOME STATEMENTS IN THIS DOCUMENT DO NOT APPLY TO EARLIER VERSIONS OF THE IMAP TOOLKIT. INTRODUCTION Advisory locking is a mechanism by which cooperating processes can signal to each other their usage of a resource and whether or not that usage is critical. It is not a mechanism to protect against processes which do not cooperate in the locking. The most basic form of locking involves a counter. This counter is -1 when the resource is available. If a process wants the lock, it executes an atomic increment-and-test-if-zero. If the value is zero, the process has the lock and can execute the critical code that needs exclusive usage of a resource. When it is finished, it sets the lock back to -1. In C terms: while (++lock) /* try to get lock */ invoke_other_threads (); /* failed, try again */ . . /* critical code here */ . lock = -1; /* release lock */ This particular form of locking appears most commonly in multi-threaded applications such as operating system kernels. It makes several presumptions: (1) it is alright to keep testing the lock (no overflow) (2) the critical resource is single-access only (3) there is shared writeable memory between the two threads (4) the threads can be trusted to release the lock when finished In applications programming on multi-user systems, most commonly the other threads are in an entirely different process, which may even be logged in as a different user. Few operating systems offer shared writeable memory between such processes. A means of communicating this is by use of a file with a mutually agreed upon name. A binary semaphore can be passed by means of the existance or non-existance of that file, provided that there is an atomic means to create a file if and only if that file does not exist. In C terms: /* try to get lock */ while ((fd = open ("lockfile",O_WRONLY|O_CREAT|O_EXCL,0666)) < 0) sleep (1); /* failed, try again */ close (fd); /* got the lock */ . . /* critical code here */ . unlink ("lockfile"); /* release lock */ This form of locking makes fewer presumptions, but it still is guilty of presumptions (2) and (4) above. Presumption (2) limits the ability to have processes sharing a resource in a non-conflicting fashion (e.g. reading from a file). Presumption (4) leads to deadlocks should the process crash while it has a resource locked. Most modern operating systems provide a resource locking system call that has none of these presumptions. In particular, a mechanism is provided for identifying shared locks as opposed to exclusive locks. A shared lock permits other processes to obtain a shared lock, but denies exclusive locks. In other words: current state want shared want exclusive ------------- ----------- -------------- unlocked YES YES locked shared YES NO locked exclusive NO NO Furthermore, the operating system automatically relinquishes all locks held by that process when it terminates. A useful operation is the ability to upgrade a shared lock to exclusive (provided there are no other shared users of the lock) and to downgrade an exclusive lock to shared. It is important that at no time is the lock ever removed; a process upgrading to exclusive must not relenquish its shared lock. Most commonly, the resources being locked are files. Shared locks are particularly important with files; multiple simultaneous processes can read from a file, but only one can safely write at a time. Some writes may be safer than others; an append to the end of the file is safer than changing existing file data. In turn, changing a file record in place is safer than rewriting the file with an entirely different structure. FILE LOCKING ON UNIX In the oldest versions of UNIX, the use of a semaphore lockfile was the only available form of locking. Advisory locking system calls were not added to UNIX until after the BSD vs. System V split. Both of these system calls deal with file resources only. Most systems only have one or the other form of locking. AIX and newer versions of OSF/1 emulate the BSD form of locking as a jacket into the System V form. Ultrix and Linux implement both forms. BSD BSD added the flock() system call. It offers capabilities to acquire shared lock, acquire exclusive lock, and unlock. Optionally, the process can request an immediate error return instead of blocking when the lock is unavailable. FLOCK() BUGS flock() advertises that it permits upgrading of shared locks to exclusive and downgrading of exclusive locks to shared, but it does so by releasing the former lock and then trying to acquire the new lock. This creates a window of vulnerability in which another process can grab the exclusive lock. Therefore, this capability is not useful, although many programmers have been deluded by incautious reading of the flock() man page to believe otherwise. This problem can be programmed around, once the programmer is aware of it. flock() always returns as if it succeeded on NFS files, when in fact it is a no-op. There is no way around this. Leaving aside these two problems, flock() works remarkably well, and has shown itself to be robust and trustworthy. SYSTEM V/POSIX System V added new functions to the fnctl() system call, and a simple interface through the lockf() subroutine. This was subsequently included in POSIX. Both offer the facility to apply the lock to a particular region of the file instead of to the entire file. lockf() only supports exclusive locks, and calls fcntl() internally; hence it won't be discussed further. Functionally, fcntl() locking is a superset of flock(); it is possible to implement a flock() emulator using fcntl(), with one minor exception: it is not possible to acquire an exclusive lock if the file is not open for write. The fcntl() locking functions are: query lock station of a file region, lock/unlock a region, and lock/unlock a region and block until have the lock. The locks may be shared or exclusive. By means of the statd and lockd daemons, fcntl() locking is available on NFS files. When statd is started at system boot, it reads its /etc/state file (which contains the number of times it has been invoked) and /etc/sm directory (which contains a list of all remote sites which are client or server locking with this site), and notifies the statd on each of these systems that it has been restarted. Each statd then notifies the local lockd of the restart of that system. lockd receives fcntl() requests for NFS files. It communicates with the lockd at the server and requests it to apply the lock, and with the statd to request it for notification when the server goes down. It blocks until all these requests are completed. There is quite a mythos about fcntl() locking. One religion holds that fcntl() locking is the best thing since sliced bread, and that programs which use flock() should be converted to fcntl() so that NFS locking will work. However, as noted above, very few systems support both calls, so such an exercise is pointless except on Ultrix and Linux. Another religion, which I adhere to, has the opposite viewpoint. FCNTL() BUGS For all of the hairy code to do individual section locking of a file, it's clear that the designers of fcntl() locking never considered some very basic locking operations. It's as if all they knew about locking they got out of some CS textbook with not investigation of real-world needs. It is not possible to acquire an exclusive lock unless the file is open for write. You could have append with shared read, and thus you could have a case in which a read-only access may need to go exclusive. This problem can be programmed around once the programmer is aware of it. If the file is opened on another file designator in the same process, the file is unlocked even if no attempt is made to do any form of locking on the second designator. This is a very bad bug. It means that an application must keep track of all the files that it has opened and locked. If there is no statd/lockd on the NFS server, fcntl() will hang forever waiting for them to appear. This is a bad bug. It means that any attempt to lock on a server that doesn't run these daemons will hang. There is no way for an application to request flock() style ``try to lock, but no-op if the mechanism ain't there''. There is a rumor to the effect that fcntl() will hang forever on local files too if there is no local statd/lockd. These daemons are running on mailer.u, although they appear not to have much CPU time. A useful experiment would be to kill them and see if imapd is affected in any way, but I decline to do so without an OK from UCS! ;-) If killing statd/lockd can be done without breaking fcntl() on local files, this would become one of the primary means of dealing with this problem. The statd and lockd daemons have quite a reputation for extreme fragility. There have been numerous reports about the locking mechanism being wedged on a systemwide or even clusterwide basis, requiring a reboot to clear. It is rumored that this wedge, once it happens, also blocks local locking. Presumably killing and restarting statd would suffice to clear the wedge, but I haven't verified this. There appears to be a limit to how many locks may be in use at a time on the system, although the documentation only mentions it in passing. On some of their systems, UCS has increased lockd's ``size of the socket buffer'', whatever that means. C-CLIENT USAGE c-client uses flock(). On System V systems, flock() is simulated by an emulator that calls fcntl(). BEZERK AND MMDF Locking in the traditional UNIX formats was largely dictated by the status quo in other applications; however, additional protection is added against inadvertantly running multiple instances of a c-client application on the same mail file. (1) c-client attempts to create a .lock file (mail file name with ``.lock'' appended) whenever it reads from, or writes to, the mail file. This is an exclusive lock, and is held only for short periods of time while c-client is actually doing the I/O. There is a 5-minute timeout for this lock, after which it is broken on the presumption that it is a stale lock. If it can not create the .lock file due to an EACCES (protection failure) error, it once silently proceeded without this lock; this was for systems which protect /usr/spool/mail from unprivileged processes creating files. Today, c-client reports an error unless it is built otherwise. The purpose of this lock is to prevent against unfavorable interactions with mail delivery. (2) c-client applies a shared flock() to the mail file whenever it reads from the mail file, and an exclusive flock() whenever it writes to the mail file. This lock is freed as soon as it finishes reading. The purpose of this lock is to prevent against unfavorable interactions with mail delivery. (3) c-client applies an exclusive flock() to a file on /tmp (whose name represents the device and inode number of the file) when it opens the mail file. This lock is maintained throughout the session, although c-client has a feature (called ``kiss of death'') which permits c-client to forcibly and irreversibly seize the lock from a cooperating c-client application that surrenders the lock on demand. The purpose of this lock is to prevent against unfavorable interactions with other instances of c-client (rewriting the mail file). Mail delivery daemons use lock (1), (2), or both. Lock (1) works over NFS; lock (2) is the only one that works on sites that protect /usr/spool/mail against unprivileged file creation. Prudent mail delivery daemons use both forms of locking, and of course so does c-client. If only lock (2) is used, then multiple processes can read from the mail file simultaneously, although in real life this doesn't really change things. The normal state of locks (1) and (2) is unlocked except for very brief periods. TENEX AND MTX The design of the locking mechanism of these formats was motivated by a design to enable multiple simultaneous read/write access. It is almost the reverse of how locking works with bezerk/mmdf. (1) c-client applies a shared flock() to the mail file when it opens the mail file. It upgrades this lock to exclusive whenever it tries to expunge the mail file. Because of the flock() bug that upgrading a lock actually releases it, it will not do so until it has acquired an exclusive lock (2) first. The purpose of this lock is to prevent against expunge taking place while some other c-client has the mail file open (and thus knows where all the messages are). (2) c-client applies a shared flock() to a file on /tmp (whose name represents the device and inode number of the file) when it parses the mail file. It applies an exclusive flock() to this file when it appends new mail to the mail file, as well as before it attempts to upgrade lock (1) to exclusive. The purpose of this lock is to prevent against data being appended while some other c-client is parsing mail in the file (to prevent reading of incomplete messages). It also protects against the lock-releasing timing race on lock (1). OBSERVATIONS In a perfect world, locking works. You are protected against unfavorable interactions with the mailer and against your own mistake by running more than one instance of your mail reader. In tenex/mtx formats, you have the additional benefit that multiple simultaneous read/write access works, with the sole restriction being that you can't expunge if there are any sharers of the mail file. If the mail file is NFS-mounted, then flock() locking is a silent no-op. This is the way BSD implements flock(), and c-client's emulation of flock() through fcntl() tests for NFS files and duplicates this functionality. There is no locking protection for tenex/mtx mail files at all, and only protection against the mailer for bezerk/mmdf mail files. This has been the accepted state of affairs on UNIX for many sad years. If you can not create .lock files, it should not affect locking, since the flock() locks suffice for all protection. This is, however, not true if the mailer does not check for flock() locking, or if the the mail file is NFS-mounted. What this means is that there is *no* locking protection at all in the case of a client using an NFS-mounted /usr/spool/mail that does not permit file creation by unprivileged programs. It is impossible, under these circumstances, for an unprivileged program to do anything about it. Worse, if EACCES errors on .lock file creation are no-op'ed , the user won't even know about it. This is arguably a site configuration error. The problem with not being able to create .lock files exists on System V as well, but the failure modes for flock() -- which is implemented via fcntl() -- are different. On System V, if the mail file is NFS-mounted and either the client or the server lacks a functioning statd/lockd pair, then the lock attempt would have hung forever if it weren't for the fact that c-client tests for NFS and no-ops the flock() emulator in this case. Systemwide or clusterwide failures of statd/lockd have been known to occur which cause all locks in all processes to hang (including local?). Without the special NFS test made by c-client, there would be no way to request BSD-style no-op behavior, nor is there any way to determine that this is happening other than the system being hung. The additional locking introduced by c-client was shown to cause much more stress on the System V locking mechanism than has traditionally been placed upon it. If it was stressed too far, all hell broke loose. Fortunately, this is now past history. TRADEOFFS c-client based applications have a reasonable chance of winning as long as you don't use NFS for remote access to mail files. That's what IMAP is for, after all. It is, however, very important to realize that you can *not* use the lock-upgrade feature by itself because it releases the lock as an interim step -- you need to have lock-upgrading guarded by another lock. If you have the misfortune of using System V, you are likely to run into problems sooner or later having to do with statd/lockd. You basically end up with one of three unsatisfactory choices: 1) Grit your teeth and live with it. 2) Try to make it work: a) avoid NFS access so as not to stress statd/lockd. b) try to understand the code in statd/lockd and hack it to be more robust. c) hunt out the system limit of locks, if there is one, and increase it. Figure on at least two locks per simultaneous imapd process and four locks per Pine process. Better yet, make the limit be 10 times the maximum number of processes. d) increase the socket buffer (-S switch to lockd) if it is offered. I don't know what this actually does, but giving lockd more resources to do its work can't hurt. Maybe. 3) Decide that it can't possibly work, and turn off the fcntl() calls in your program. 4) If nuking statd/lockd can be done without breaking local locking, then do so. This would make SVR4 have the same limitations as BSD locking, with a couple of additional bugs. 5) Check for NFS, and don't do the fcntl() in the NFS case. This is what c-client does. Note that if you are going to use NFS to access files on a server which does not have statd/lockd running, your only choice is (3), (4), or (5). Here again, IMAP can bail you out. These problems aren't unique to c-client applications; they have also been reported with Elm, Mediamail, and other email tools. Of the other two SVR4 locking bugs: Programmer awareness is necessary to deal with the bug that you can not get an exclusive lock unless the file is open for write. I believe that c-client has fixed all of these cases. The problem about opening a second designator smashing any current locks on the file has not been addressed satisfactorily yet. This is not an easy problem to deal with, especially in c-client which really doesn't know what other files/streams may be open by Pine. Aren't you so happy that you bought an System V system? From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 20:32: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 860D216A407 for ; Thu, 21 Sep 2006 20:32:36 +0000 (UTC) (envelope-from justins@justnosweat.net) Received: from justnosweat.net (justnosweat.net [80.126.252.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B4943D45 for ; Thu, 21 Sep 2006 20:32:35 +0000 (GMT) (envelope-from justins@justnosweat.net) Received: from justnosweat.net (localhost [127.0.0.1]) by justnosweat.net (8.13.6/8.13.7) with ESMTP id k8LMbjBF063214 for ; Thu, 21 Sep 2006 22:37:45 GMT (envelope-from justins@justnosweat.net) Received: from localhost (justins@localhost) by justnosweat.net (8.13.6/8.13.6/Submit) with ESMTP id k8LMbi15063211 for ; Thu, 21 Sep 2006 22:37:45 GMT (envelope-from justins@justnosweat.net) Date: Thu, 21 Sep 2006 22:37:44 +0000 (UTC) From: justin To: freebsd-questions@freebsd.org Message-ID: <20060921222701.D63174@justnosweat.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on justnosweat.net Subject: squirrelmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 20:32:36 -0000 I`ve got a problem with squirrelmail when i try to reach it through my browser i get the index.php with the following message: /** * index.php * * Redirects to the login page. * * @copyright © 1999-2006 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id: index.php,v 1.14.2.7 2006/02/03 22:27:46 jervfors Exp $ * @package squirrelmail */ // Are we configured yet? if( ! file_exists ( 'config/config.php' ) ) { echo '

ERROR: Config file ' . '"config/config.php" not found. You need to ' . 'configure SquirrelMail before you can use it.

'; exit; } // If we are, go ahead to the login page. header('Location: src/login.php'); Looks like as if my php5 module isn`t funtioning well. It is installed well though. I have got the library libphp5.so in the libexec section and got my apache module: LoadModule php5_module libexec/apache2/libphp5.so So my questions is why the squirrelmail interface isnt executeted. Thansk in advance, Justin. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 20:41: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 C982D16A40F for ; Thu, 21 Sep 2006 20:41:37 +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 70FB243D49 for ; Thu, 21 Sep 2006 20:41:35 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:22636 helo=http.aseed.net) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1GQVMU-0003Ie-9P; Thu, 21 Sep 2006 20:41:34 +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 E7E9E58297; Thu, 21 Sep 2006 22:41:47 +0200 (CEST) Date: Thu, 21 Sep 2006 22:41:32 +0200 From: albi To: justin Message-Id: <20060921224132.2e3a5c9e.albi@scii.nl> In-Reply-To: <20060921222701.D63174@justnosweat.net> References: <20060921222701.D63174@justnosweat.net> 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: squirrelmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 20:41:37 -0000 On Thu, 21 Sep 2006 22:37:44 +0000 (UTC) justin wrote: > I`ve got a problem with squirrelmail > when i try to reach it through my browser i get the index.php > with the following message: --cut -- > // Are we configured yet? > if( ! file_exists ( 'config/config.php' ) ) { -- cut -- > So my questions is why the squirrelmail interface isnt executeted. did you run ./configure in /usr/local/www/squirrelmail/ ? and do you have in apache's config the following ? DirectoryIndex index.html index.html.var index.php AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps -- grtjs, albi From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 20:49: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 2DDE516A403 for ; Thu, 21 Sep 2006 20:49:43 +0000 (UTC) (envelope-from paul.eskello@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E3F143D5A for ; Thu, 21 Sep 2006 20:49:41 +0000 (GMT) (envelope-from paul.eskello@gmail.com) Received: by wr-out-0506.google.com with SMTP id i5so418527wra for ; Thu, 21 Sep 2006 13:49:40 -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:content-transfer-encoding:content-disposition; b=nVphkB0hdD+0usctK5ogeJl7NJ8Ozg6htFjyKEHjxJvtNbeuUP9i3VPFMY/yXXKvxRLIy7b1klQeVycsGm6m7C/PwqkRjqaXoallB04CV61whmL04GWuWnAsp4forTuK26Peu0jR6h0sBpHuxGzmZ7Mg5lcbwH6SBUobZa9ih1o= Received: by 10.90.27.6 with SMTP id a6mr7808190aga; Thu, 21 Sep 2006 13:49:40 -0700 (PDT) Received: by 10.90.71.18 with HTTP; Thu, 21 Sep 2006 13:49:39 -0700 (PDT) Message-ID: <8cdf6c720609211349v85087e2p15369e2bf0c9abb9@mail.gmail.com> Date: Thu, 21 Sep 2006 22:49:39 +0200 From: "Paul Eskello" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: want login class / openldap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 20:49:43 -0000 Hi list, got openldap running with freebsd, great. Now: I used to have a login class defined on that specific server for a special group of people limiting their memory usage and nice-ing their jobs using login.conf. The 5th field in the y'old master.passwdis used for that. I looked in the schema files and google how to re-create that using ldap. I found nothing. Does someone care to tell me what to include in the ldif files besides the usual uidNumber gidNumber homeDirectory gecos cn uid etc etc. TIA. Regards, Paul From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 20:50: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 0C60516A40F for ; Thu, 21 Sep 2006 20:50:09 +0000 (UTC) (envelope-from herve_simplice@hotmail.com) Received: from bay0-omc2-s32.bay0.hotmail.com (bay0-omc2-s32.bay0.hotmail.com [65.54.246.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id A538943D45 for ; Thu, 21 Sep 2006 20:50:09 +0000 (GMT) (envelope-from herve_simplice@hotmail.com) Received: from hotmail.com ([64.4.19.11]) by bay0-omc2-s32.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 21 Sep 2006 13:50:09 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 21 Sep 2006 13:50:09 -0700 Message-ID: Received: from 64.4.19.200 by by109fd.bay109.hotmail.msn.com with HTTP; Thu, 21 Sep 2006 20:50:08 GMT X-Originating-IP: [24.132.131.208] X-Originating-Email: [herve_simplice@hotmail.com] X-Sender: herve_simplice@hotmail.com From: =?iso-8859-1?B?SOhydukgU2ltcGxpY2UgdmFuIGRlciBFaWpr?= To: freebsd-questions@freebsd.org Date: Thu, 21 Sep 2006 22:50:08 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 21 Sep 2006 20:50:09.0195 (UTC) FILETIME=[868457B0:01C6DDBF] Subject: Firewall X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 20:50:10 -0000 on 1 machine I set up a freebsd 5.4 server with dhcp, dns, ldap running on it. on an other machine I set up apachy webserver and both are working fine. when I'm making an http request on a windows client (internet explore) it shows my web site. but since I install ipfw firewall on my freebsd 5.4 (dhcp, dns ldap server) my windows client cant reach my webserver anymore. Please can somebody tell me wich port I have to open up in my firewall. _________________________________________________________________ Gratis 500 foto's per maand uploaden en delen met vrienden? http://spaces.live.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 20:51:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFBFD16A40F for ; Thu, 21 Sep 2006 20:51:33 +0000 (UTC) (envelope-from wittig.robert@sbcglobal.net) Received: from smtp106.sbc.mail.re2.yahoo.com (smtp106.sbc.mail.re2.yahoo.com [68.142.229.99]) by mx1.FreeBSD.org (Postfix) with SMTP id 657EB43D46 for ; Thu, 21 Sep 2006 20:51:30 +0000 (GMT) (envelope-from wittig.robert@sbcglobal.net) Received: (qmail 29597 invoked from network); 21 Sep 2006 20:51:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=1zemoVHNnnss3ewXH7UpeqX9Z/jNOm7ijgHrFO5L9lNSrerdI6IZ32MG25qbEwO0MfT+D6dPaYnE/Rq/DrbtvU2LU3I9pt4zLOs+ijo2t6XW8ZZWv1/6P+zlIr0LkmlZyHUe/BrE7qbUSyxLG+2emRFF/QX9/xd3bXdSQTvQmlw= ; Received: from unknown (HELO ?192.168.1.3?) (wittig.robert@sbcglobal.net@70.142.248.62 with plain) by smtp106.sbc.mail.re2.yahoo.com with SMTP; 21 Sep 2006 20:51:29 -0000 Message-ID: <4512FB99.3070101@sbcglobal.net> Date: Thu, 21 Sep 2006 15:52:41 -0500 From: Robert C Wittig User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: bob.middaugh@comcast.net References: <1158866509.2974.6.camel@freebsd> In-Reply-To: <1158866509.2974.6.camel@freebsd> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: freebsd compilation of handbooks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 20:51:34 -0000 Bob M. wrote: > Came across this earlier today, and figured it was a good resource: > > http://elibrary.fultus.com/technical/index.jsp?topic=/com.fultus.freebsd.books/books/arch-handbook/index.html > Backing up a notch, brings up an interesting page listing a bunch of FreeBSD (and Linux) e-books, etc: http://elibrary.fultus.com/technical/index.jsp?topic=/com.fultus.freebsd.books/books/ -- -wittig http://www.robertwittig.com/ . http://robertwittig.net/ From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 21:03: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 E088416A494 for ; Thu, 21 Sep 2006 21:03:59 +0000 (UTC) (envelope-from justins@justnosweat.net) Received: from justnosweat.net (justnosweat.net [80.126.252.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id D184643D5F for ; Thu, 21 Sep 2006 21:03:58 +0000 (GMT) (envelope-from justins@justnosweat.net) Received: from justnosweat.net (localhost [127.0.0.1]) by justnosweat.net (8.13.6/8.13.7) with ESMTP id k8LN98wP063342; Thu, 21 Sep 2006 23:09:08 GMT (envelope-from justins@justnosweat.net) Received: from localhost (justins@localhost) by justnosweat.net (8.13.6/8.13.6/Submit) with ESMTP id k8LN98p0063339; Thu, 21 Sep 2006 23:09:08 GMT (envelope-from justins@justnosweat.net) Date: Thu, 21 Sep 2006 23:09:08 +0000 (UTC) From: justin To: albi In-Reply-To: <20060921224132.2e3a5c9e.albi@scii.nl> Message-ID: <20060921230838.T63174@justnosweat.net> References: <20060921222701.D63174@justnosweat.net> <20060921224132.2e3a5c9e.albi@scii.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on justnosweat.net Cc: freebsd-questions@freebsd.org Subject: Re: squirrelmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 21:04:00 -0000 Ok that was the fix!!!! thanks On Thu, 21 Sep 2006, albi wrote: > On Thu, 21 Sep 2006 22:37:44 +0000 (UTC) > justin wrote: > >> I`ve got a problem with squirrelmail >> when i try to reach it through my browser i get the index.php >> with the following message: > --cut -- >> // Are we configured yet? >> if( ! file_exists ( 'config/config.php' ) ) { > -- cut -- >> So my questions is why the squirrelmail interface isnt executeted. > > did you run ./configure in /usr/local/www/squirrelmail/ ? > > and do you have in apache's config the following ? > > DirectoryIndex index.html index.html.var index.php > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > > > -- > grtjs, > albi > From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 21:11: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 0561116A403 for ; Thu, 21 Sep 2006 21:11:35 +0000 (UTC) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 199BE43D73 for ; Thu, 21 Sep 2006 21:11:32 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [10.1.99.103] ([10.1.99.103]) by mail.scls.lib.wi.us (8.13.1/8.13.1) with ESMTP id k8LLA9tL006207; Thu, 21 Sep 2006 16:10:11 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <45130000.5090605@scls.lib.wi.us> Date: Thu, 21 Sep 2006 16:11:28 -0500 From: Greg Barniskis User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: =?ISO-8859-1?Q?H=E8rv=E9_Simplice_van_der_Eijk?= References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Firewall X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 21:11:35 -0000 Hèrvé Simplice van der Eijk wrote: > on 1 machine I set up a freebsd 5.4 server with dhcp, dns, ldap > running on it. > > on an other machine I set up apachy webserver and both are working fine. > > when I'm making an http request on a windows client (internet explore) > it shows my web site. > > but since I install ipfw firewall on my freebsd 5.4 (dhcp, dns ldap > server) my windows client > cant reach my webserver anymore. > > Please can somebody tell me wich port I have to open up in my firewall. 80? 8080? 443? Depends on your Apache configuration. Default is 80. Check which port(s) your httpd process is listening on. # sockstat | grep httpd -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 21:12: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 7EB3E16A403 for ; Thu, 21 Sep 2006 21:12:04 +0000 (UTC) (envelope-from wittig.robert@sbcglobal.net) Received: from smtp101.sbc.mail.re2.yahoo.com (smtp101.sbc.mail.re2.yahoo.com [68.142.229.104]) by mx1.FreeBSD.org (Postfix) with SMTP id 5995943D6A for ; Thu, 21 Sep 2006 21:11:59 +0000 (GMT) (envelope-from wittig.robert@sbcglobal.net) Received: (qmail 57578 invoked from network); 21 Sep 2006 21:11:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=wCac7UXPFzYE6uLNruBaIhLS0Zri+HwpTNNEh/ft4BQGrc4KjP3BHGhkCfgRNbGtFWZJj3wN9B3bCEy7FWbvB5e9dIR2XpIqcsrRvXpXbjXXhsR8E2AWNWwjm9Z64hnEs3JsgoB2H7VmK+51XWAyll+3gv61/HoQoaqwV8fpvX8= ; Received: from unknown (HELO ?192.168.1.3?) (wittig.robert@sbcglobal.net@70.142.248.62 with plain) by smtp101.sbc.mail.re2.yahoo.com with SMTP; 21 Sep 2006 21:11:58 -0000 Message-ID: <45130066.7070807@sbcglobal.net> Date: Thu, 21 Sep 2006 16:13:10 -0500 From: Robert C Wittig User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: =?ISO-8859-1?Q?H=E8rv=E9_Simplice_van_der_Eijk?= References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Firewall X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 21:12:04 -0000 Hèrvé Simplice van der Eijk wrote: > on 1 machine I set up a freebsd 5.4 server with dhcp, dns, ldap > running on it. > > on an other machine I set up apachy webserver and both are working fine. > > when I'm making an http request on a windows client (internet explore) > it shows my web site. > > but since I install ipfw firewall on my freebsd 5.4 (dhcp, dns ldap > server) my windows client > cant reach my webserver anymore. > > Please can somebody tell me wich port I have to open up in my firewall. > Assuming that you did not change Apache's default, port 80 -- -wittig http://www.robertwittig.com/ . http://robertwittig.net/ From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 21:23: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 3497716A403 for ; Thu, 21 Sep 2006 21:23:06 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from alnrmhc14.comcast.net (alnrmhc14.comcast.net [204.127.225.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF71443D49 for ; Thu, 21 Sep 2006 21:23:05 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (alnrmhc14) with ESMTP id <20060921212305b1400ijvije>; Thu, 21 Sep 2006 21:23:05 +0000 Message-ID: <451302B8.9080805@computer.org> Date: Thu, 21 Sep 2006 16:23:04 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.7 (X11/20060918) MIME-Version: 1.0 To: Robert C Wittig References: <45130066.7070807@sbcglobal.net> In-Reply-To: <45130066.7070807@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: =?ISO-8859-1?Q?H=E8rv=E9_Simplice_van_der_Eijk?= , freebsd-questions@freebsd.org Subject: Re: Firewall X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 21:23:06 -0000 On 09/21/2006 16:13, Robert C Wittig wrote: > Hèrvé Simplice van der Eijk wrote: >> on 1 machine I set up a freebsd 5.4 server with dhcp, dns, ldap >> running on it. >> >> on an other machine I set up apachy webserver and both are working fine. >> >> when I'm making an http request on a windows client (internet explore) >> it shows my web site. >> >> but since I install ipfw firewall on my freebsd 5.4 (dhcp, dns ldap >> server) my windows client >> cant reach my webserver anymore. >> >> Please can somebody tell me wich port I have to open up in my firewall. >> > > Assuming that you did not change Apache's default, port 80 > > Not sure I follow you.... Apache is on a machine *other* than the firewalled machine? Is your Windows machine attempting to reach the machine by name? Thus requiring Windows to use the DNS server on the firewalled machine? If so... port 53 is the one of interest. -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 21:26: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 6AF6C16A407 for ; Thu, 21 Sep 2006 21:26:57 +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 E618543D49 for ; Thu, 21 Sep 2006 21:26:56 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [10.35.4.65] (65.4-35-10-static.chueca.wifi [10.35.4.65]) by strange.daemonsecurity.com (Postfix) with ESMTP id 9FF882E024; Thu, 21 Sep 2006 23:26:54 +0200 (CEST) Message-ID: <4513035E.5080604@locolomo.org> Date: Thu, 21 Sep 2006 23:25:50 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.7 (X11/20060916) MIME-Version: 1.0 To: =?ISO-8859-1?Q?H=E8rv=E9_Simplice_van_der_Eijk?= References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Firewall X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 21:26:57 -0000 Hèrvé Simplice van der Eijk wrote: > on 1 machine I set up a freebsd 5.4 server with dhcp, dns, ldap running on > it. > > on an other machine I set up apachy webserver and both are working fine. > > when I'm making an http request on a windows client (internet explore) it > shows my web site. > > but since I install ipfw firewall on my freebsd 5.4 (dhcp, dns ldap server) > my windows client > cant reach my webserver anymore. > > Please can somebody tell me wich port I have to open up in my firewall. You don't only need to open a port, you also need to enable routing, I assume your setup is like this: Client ---- FBSD ---- Apache You need to open port 80 (default) for the destination ip (the Apache host) and enable routing in the kernel: # sysctl net.inet.ip.forwarding=1 set this in /etc/sysctl.conf to enable on reboot. How to do the routing with ipfw I don't know, I use packet filter. 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 Thu Sep 21 21:45:29 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF88916A407 for ; Thu, 21 Sep 2006 21:45:29 +0000 (UTC) (envelope-from robert@ml.erje.net) Received: from smtpout-1.iphouse.net (smtpout-1.iphouse.net [216.250.188.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82EC543D55 for ; Thu, 21 Sep 2006 21:45:27 +0000 (GMT) (envelope-from robert@ml.erje.net) Received: from smtpout-1.iphouse.net (localhost [127.0.0.1]) by outbound-clamsmtpd.iphouse.net (Postfix) with ESMTP id 240D12AC451 for ; Thu, 21 Sep 2006 16:45:27 -0500 (CDT) Received: from ziemel.erje.net (ismet.erje.net [213.84.32.196]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpout-1.iphouse.net (Postfix) with ESMTP id C65BC2AC44B for ; Thu, 21 Sep 2006 16:45:26 -0500 (CDT) Received: from ismet.erje.net (ismet.erje.net [IPv6:2001:888:1f33::8e45:7e]) by ziemel.erje.net (PostFix 2.3.3) with ESMTP id 351821288E3 for ; Thu, 21 Sep 2006 23:45:06 +0200 (CEST) Received: by ismet.erje.net (PostFix 2.3.3, from userid 1001) id 261C716C4AF; Thu, 21 Sep 2006 23:45:05 +0200 (CEST) Date: Thu, 21 Sep 2006 23:43:16 +0200 From: Robert Joosten To: questions@freebsd.org Message-ID: <20060921214316.GD673@iphouse.com> References: <20060921182252.GA24321@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060921182252.GA24321@xor.obsecurity.org> X-ICQ: 13643672 X-geek-code-v3.1: G!>CS@O dx>--@ s: a31(32) C+++ UBL++++$ P++ L-@+++$ !E W(+) N+++(*) o-- K- w- O- M- V- PS+@ PE- Y+ PGP++ t- 5- X- R* !tv b++@ DI++ D G-- e@ h*(+) r>+@ z+c X-FreeBSD: 026746 X-Mobile/GSM/cell: +3162526777 X-msn: BlixKater X-No-rights-can-be-derived: Indeed X-Face: 0[uRd; X4=_; G; $DL6Wm=\]R/TWu1f+t|,Li1Q-maBcUyCJsAw(Nmj-(aDA!Kk#hLr#njX9T@U-rQm?Z53"_]SBYab3-NCkCN/{1-#0T4U1Ry"TPY~dtpzfxs$9"BrXKPylt/#5QQb/y+|LF}; X-bored-?-crack-this: b938b801a0bfbd5ca4825715039e7574e73af36376314c7c0022cb1d204f76b3b938b801a0bfbd5ca4825715039e7574fd3ba6fa132c34aff2476c18fe9286682cd6ee2c70b0bde53fbe6cac3c8b8bb1e73af36376314c7c0022cb1d204f76b3fe13119fb084fe8bbf5fe3ab7cc89b3bf5302386464f953ed581edac03556e5572cfd272ace172fa35026445fbef9b0360b725f10c9c85c70d97880dfe8191b3b7269fa2508548e4032c455818f1e321e85dde330c34efb0e526ee3082e4353b12f54a96f64443246930da001cafda8b60b725f10c9c85c70d97880dfe8191b3557b444e04c3134f026cd0055caa1725e73af36376314c7c0022cb1d204f76b3fe13119fb084fe8bbf5fe3ab7cc89b3bf4d5d0c0671be202bc241807c243e80b User-Agent: Mutt/1.5.11 X-ziemel.erje.net-MailScanner: Ok, found to be clean X-Spam-Status: No X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 21:45:29 -0000 Hi, > rpc.lockd remains unreliable; avoid using it if practical. Hmmm, is there a way to run pxe-boxes without rpc.lockd and then still able to run adduser and so on ? Regards, Robert From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 21:49:31 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE46316A416 for ; Thu, 21 Sep 2006 21:49:31 +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 64E6C43D4C for ; Thu, 21 Sep 2006 21:49:31 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4CA251A4D84; Thu, 21 Sep 2006 14:49:31 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A651B51567; Thu, 21 Sep 2006 17:49:30 -0400 (EDT) Date: Thu, 21 Sep 2006 17:49:30 -0400 From: Kris Kennaway To: Robert Joosten Message-ID: <20060921214930.GA28898@xor.obsecurity.org> References: <20060921182252.GA24321@xor.obsecurity.org> <20060921214316.GD673@iphouse.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline In-Reply-To: <20060921214316.GD673@iphouse.com> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 21:49:31 -0000 --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 21, 2006 at 11:43:16PM +0200, Robert Joosten wrote: > Hi, >=20 > > rpc.lockd remains unreliable; avoid using it if practical. >=20 > Hmmm, is there a way to run pxe-boxes without rpc.lockd and then still=20 > able to run adduser and so on ? Use the nolockd option to mount_nfs, that's what I meant by 'avoid using it'. Kris --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFEwjqWry0BWjoQKURAvicAKDPs6Nr9M4OucdoDc5mCxv2sFACTQCfd7Cw 6Q1vncZ74czJc4HRK7SznV0= =8FL+ -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 21:58:24 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E67B16A47E for ; Thu, 21 Sep 2006 21:58:24 +0000 (UTC) (envelope-from robert@ml.erje.net) Received: from smtpout-2.iphouse.net (smtpout-2.iphouse.net [216.250.188.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CF5243D73 for ; Thu, 21 Sep 2006 21:58:04 +0000 (GMT) (envelope-from robert@ml.erje.net) Received: from smtpout-2.iphouse.net (localhost.iphouse.net [127.0.0.1]) by outbound-clamsmtpd.iphouse.net (Postfix) with ESMTP id E8D822AC4AF for ; Thu, 21 Sep 2006 16:58:03 -0500 (CDT) Received: from ziemel.erje.net (ismet.erje.net [213.84.32.196]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpout-2.iphouse.net (Postfix) with ESMTP id 95E1E2AC49B for ; Thu, 21 Sep 2006 16:58:03 -0500 (CDT) Received: from ismet.erje.net (ismet.erje.net [IPv6:2001:888:1f33::8e45:7e]) by ziemel.erje.net (PostFix 2.3.3) with ESMTP id C3A041288E3 for ; Thu, 21 Sep 2006 23:57:44 +0200 (CEST) Received: by ismet.erje.net (PostFix 2.3.3, from userid 1001) id 8FF4B16C4AF; Thu, 21 Sep 2006 23:57:44 +0200 (CEST) Date: Thu, 21 Sep 2006 23:55:59 +0200 From: Robert Joosten To: questions@freebsd.org Message-ID: <20060921215559.GE673@iphouse.com> References: <20060921182252.GA24321@xor.obsecurity.org> <20060921214316.GD673@iphouse.com> <20060921214930.GA28898@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060921214930.GA28898@xor.obsecurity.org> X-ICQ: 13643672 X-geek-code-v3.1: G!>CS@O dx>--@ s: a31(32) C+++ UBL++++$ P++ L-@+++$ !E W(+) N+++(*) o-- K- w- O- M- V- PS+@ PE- Y+ PGP++ t- 5- X- R* !tv b++@ DI++ D G-- e@ h*(+) r>+@ z+c X-FreeBSD: 026746 X-Mobile/GSM/cell: +3162526777 X-msn: BlixKater X-No-rights-can-be-derived: Indeed X-Face: 0[uRd; X4=_; G; $DL6Wm=\]R/TWu1f+t|,Li1Q-maBcUyCJsAw(Nmj-(aDA!Kk#hLr#njX9T@U-rQm?Z53"_]SBYab3-NCkCN/{1-#0T4U1Ry"TPY~dtpzfxs$9"BrXKPylt/#5QQb/y+|LF}; X-bored-?-crack-this: b938b801a0bfbd5ca4825715039e7574e73af36376314c7c0022cb1d204f76b3b938b801a0bfbd5ca4825715039e7574fd3ba6fa132c34aff2476c18fe9286682cd6ee2c70b0bde53fbe6cac3c8b8bb1e73af36376314c7c0022cb1d204f76b3fe13119fb084fe8bbf5fe3ab7cc89b3bf5302386464f953ed581edac03556e5572cfd272ace172fa35026445fbef9b0360b725f10c9c85c70d97880dfe8191b3b7269fa2508548e4032c455818f1e321e85dde330c34efb0e526ee3082e4353b12f54a96f64443246930da001cafda8b60b725f10c9c85c70d97880dfe8191b3557b444e04c3134f026cd0055caa1725e73af36376314c7c0022cb1d204f76b3fe13119fb084fe8bbf5fe3ab7cc89b3bf4d5d0c0671be202bc241807c243e80b User-Agent: Mutt/1.5.11 X-ziemel.erje.net-MailScanner: Ok, found to be clean X-Spam-Status: No X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 21:58:24 -0000 Hi Kris, > > > rpc.lockd remains unreliable; avoid using it if practical. > > Hmmm, is there a way to run pxe-boxes without rpc.lockd and then still > > able to run adduser and so on ? > Use the nolockd option to mount_nfs, nolockd, aha. Okay, I'll look at that, thx. Regards, Robert From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 22:10: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 C4EAF16A403 for ; Thu, 21 Sep 2006 22:10:53 +0000 (UTC) (envelope-from esperto85@yahoo.com.br) Received: from web58612.mail.re3.yahoo.com (web58612.mail.re3.yahoo.com [68.142.236.210]) by mx1.FreeBSD.org (Postfix) with SMTP id DB30343D46 for ; Thu, 21 Sep 2006 22:10:52 +0000 (GMT) (envelope-from esperto85@yahoo.com.br) Received: (qmail 10712 invoked by uid 60001); 21 Sep 2006 22:10:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=pl3qix4bR39CkPLzpzRVraIjzr01f66PvAwdmpW+el5K0/LF+RZlVotsIOM8Y2myBVY3WUtx1gvDKNKuB0j0oO0+DGLSroL66YwTZCbiue74IG4w4YGW+8hdMxBjd5/dwIy7P1xjcXcG4rbf/Zhd8171X1wu+IwQT6O/ixGQG/o= ; Message-ID: <20060921221052.10709.qmail@web58612.mail.re3.yahoo.com> Received: from [201.9.100.57] by web58612.mail.re3.yahoo.com via HTTP; Thu, 21 Sep 2006 19:10:52 ART Date: Thu, 21 Sep 2006 19:10:52 -0300 (ART) From: xnow xsnow To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Partitions??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 22:10:53 -0000 First I'd like to know if there's a faster way to resize partitions than using GParted livecd, and no i am not supposed to pay, also, why freebsd has no resizer in its installation? Second I'd like to add new systems to fbsd boot manager, i've been told to read man page of boot0cfg but didn't understand much, on linux my freebsd is mounted on hda1 and my linux is on hda3, how can I add my hda3 to be hitted as F3 to boot on freebsd boot manager?how can I easyly configure it? Thanks. --------------------------------- O Yahoo! está de cara nova. Venha conferir! From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 22:24:19 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A333016A40F for ; Thu, 21 Sep 2006 22:24:19 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42FAC43D53 for ; Thu, 21 Sep 2006 22:24:19 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin03-en2 [10.13.10.148]) by smtpout.mac.com (Xserve/8.12.11/smtpout04/MantshX 4.0) with ESMTP id k8LMOIcH000424; Thu, 21 Sep 2006 15:24:19 -0700 (PDT) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin03/MantshX 4.0) with ESMTP id k8LMODN0020612; Thu, 21 Sep 2006 15:24:16 -0700 (PDT) In-Reply-To: <20060921214316.GD673@iphouse.com> References: <20060921182252.GA24321@xor.obsecurity.org> <20060921214316.GD673@iphouse.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6180D198-A44B-46D0-8A0B-FC5D3ACA115C@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Thu, 21 Sep 2006 15:24:12 -0700 To: Robert Joosten X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: questions@freebsd.org Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 22:24:19 -0000 On Sep 21, 2006, at 2:43 PM, Robert Joosten wrote: >> rpc.lockd remains unreliable; avoid using it if practical. > > Hmmm, is there a way to run pxe-boxes without rpc.lockd and then still > able to run adduser and so on ? Safely? No. But then, flock() doesn't work via NFS even if rpc.lockd is running, so you aren't any worse off. Details follow: adduser invokes pw underneath, and pw should share the same password locking convention that vipw uses to avoid simultaneous/conflicting updates to the password files. Both pw and vipw use the pw_lock() routine from src/lib/libutil: pw_lock(void) { if (*masterpasswd == '\0') return (-1); /* * If the master password file doesn't exist, the system is hosed. * Might as well try to build one. Set the close-on-exec bit so * that users can't get at the encrypted passwords while editing. * Open should allow flock'ing the file; see 4.4BSD. XXX */ for (;;) { struct stat st; lockfd = open(masterpasswd, O_RDONLY, 0); if (lockfd < 0 || fcntl(lockfd, F_SETFD, 1) == -1) err(1, "%s", masterpasswd); /* XXX vulnerable to race conditions */ if (flock(lockfd, LOCK_EX|LOCK_NB) == -1) { if (errno == EWOULDBLOCK) { errx(1, "the password db file is busy"); } else { err(1, "could not lock the passwd file: "); } } [ ... ] Note the "XXX"es. And, as Mark said in the section I quoted in my previous email on this thread: > flock() always returns as if it succeeded on NFS files, when in > fact it is a no-op. There is no way around this. However, I believe that some systems have actually re-implemented the BSD flock() call in terms of calling the POSIX lockf(), which would attempt to use rpc.lockd and thus have some chance of working over NFS. I believe this was done in Linux by Andy Walker and for MacOS X by Justin Walker (odd naming coincidence, there), IIRC; perhaps some of these changes have made their way back to the other BSDs. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 23:14: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 CBF8616A407 for ; Thu, 21 Sep 2006 23:14:29 +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 7BCFD43D49 for ; Thu, 21 Sep 2006 23:14:29 +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 k8LNDiVe020946 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 21 Sep 2006 16:13:44 -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 k8LNDiZX020944 for freebsd-questions@FreeBSD.org; Thu, 21 Sep 2006 16:13:44 -0700 (PDT) Received: by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA29712; Thu, 21 Sep 06 16:12:03 PDT Date: Thu, 21 Sep 06 16:12:03 PDT From: perryh@pluto.rain.com (Perry Hutchison) Message-Id: <10609212312.AA29712@pluto.rain.com> To: freebsd-questions@FreeBSD.org In-Reply-To: References: <20060921182252.GA24321@xor.obsecurity.org> Cc: Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 23:14:29 -0000 >> rpc.lockd remains unreliable; avoid using it if practical. statd and lockd have been problematic ever since Sun invented them a couple of decades ago, at least partly because what they are trying to do is fundamentally not computable. (There is no way to distinguish between the other side having crashed, and a temporary network communication problem that has not yet been resolved but will be eventually. At best, you find out about the other side's crash after it has rebooted, which could be hours or days later if the crash was caused by a hardware failure.) The best solution is to avoid locking files over NFS. For example: * As pointed out in Mark Crispin's article, use IMAP (or POP) instead of having the mailserver export the spool directory. * ssh to the server to do things like adduser, rather than trying to run it on the client. File locking works reasonably well within a single "system" (defined as a combination of hardware and software that all crashes together :) I doubt anyone will ever get it to work all that well when the locks must be shared across a larger entity. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 23:17:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D49216A40F for ; Thu, 21 Sep 2006 23:17:10 +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 0468E43D46 for ; Thu, 21 Sep 2006 23:17:09 +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 k8LNG4er034164; Thu, 21 Sep 2006 19:16:04 -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 k8LNG4GK034163; Thu, 21 Sep 2006 19:16:04 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 21 Sep 2006 19:16:04 -0400 From: Jerry McAllister To: xnow xsnow Message-ID: <20060921231604.GB34040@gizmo.acns.msu.edu> References: <20060921221052.10709.qmail@web58612.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060921221052.10709.qmail@web58612.mail.re3.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Partitions??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 23:17:10 -0000 On Thu, Sep 21, 2006 at 07:10:52PM -0300, xnow xsnow wrote: > First I'd like to know if there's a faster way to resize partitions than > using GParted livecd, and no i am not supposed to pay, also, why freebsd > has no resizer in its installation? There is, called growfs. But, its use is limited. You have to have space contiguous with the partition to grow in to. Generally, in something like FreeBSD you carve up the slice in to partitions and use all the space in the slice. Although I have heard of people doing so, I don't think it is common to leave extra unused space lying around. More often, people put all the space that might be left after divvying up the other partitions in to one remaining partition, typically mounted as something like /home or /work or /scratch. Then, if something in one of the other file systems grows bigger than expected, they just move that directory to the larger remainder file system and make a symlink to it. That is so much easier than mucking around with bits and pieces of partitions and trying to resize them when they grow unexpectedly that resizing is uninteresting in FreeBSD. If you run out of space in both the original file system and that large left over one, then you have to get more disk, rather than just resizing the one you have. Now, some people sometimes leave a chunk of disk that is not allocated in any of the primary slices with the thought of adding another bootable OS at some later time. But that is a different story. And even then, if what you are doing unexpectedly uses up your space, you would just create another FreeBSD slice in that held out space and put a nice large single partition in and move some things there and make a link. It is so much easier than resizing and risking losing stuff as in other unnamed systems. > Second I'd like to add new systems to fbsd boot manager, i've been told > to read man page of boot0cfg but didn't understand much, on linux my > freebsd is mounted on hda1 and my linux is on hda3, how can I add my > hda3 to be hitted as F3 to boot on freebsd boot manager?how can I > easyly configure it? You just need to put the MBR on both HDD-1 and HDD-3 and have boot sectors in each of the bootable primary slices on disk. Then it should find all of everything automatically just fine. The boot0cfg utility writes that MBR out for you. You just need to tell it to replace the MBR and which disk to do it to. I think 'boot0cfg -B ad0' would do it for you first disk for example. You need to look at your dmesg(8) output or /var/run/dmesg.boot file and find out what names the system has assigned to the two disks. They will look something like ado: ad1: ad2: for ata or da0: da1: da2: for SCSI. Note that the first one is 0, second is 1, etc. What it will do is put F1-Fn(maz 4) for the bootable slices on the first disk and then F5 to go to the next bootable disk. If you then hit F5, it will put up the bootable slices on that one (and F5 if there is yet another disk with an MBR and bootable slices in the boot order). It might seem a little clumsy having to hit two F-keys to get to any boot slice beyond those on the first disk, but that is partly because FreeBSD keeps its MBR size down to fit in the officialy legal 1 sector and doesn't steal sectors that just might not be available on some systems in order to have a fancier selection menu. If I understood your question, I think that answers it. But, I may not have understood you correctly ////jerry > > Thanks. > > --------------------------------- > O Yahoo! est? de cara nova. Venha conferir! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 00:27: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 CF96F16A403 for ; Fri, 22 Sep 2006 00:27:25 +0000 (UTC) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37A9743D46 for ; Fri, 22 Sep 2006 00:27:25 +0000 (GMT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 9845B9BE7E; Fri, 22 Sep 2006 09:57:23 +0930 (CST) Date: Fri, 22 Sep 2006 09:57:23 +0930 From: Greg 'groggy' Lehey To: Derek Ragona Message-ID: <20060922002723.GJ88782@wantadilla.lemis.com> References: <4511D307.1070906@gmail.com> <6.0.0.22.2.20060921023026.021010a8@mail.computinginnovations.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GlnCQLZWzqLRJED8" Content-Disposition: inline In-Reply-To: <6.0.0.22.2.20060921023026.021010a8@mail.computinginnovations.com> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: Mike Peirson , freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 00:27:25 -0000 --GlnCQLZWzqLRJED8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [rearranged, trimmed] On Thursday, 21 September 2006 at 2:32:59 -0500, Derek Ragona wrote: > At 06:47 PM 9/20/2006, Mike Peirson wrote: >> Hi all, >> First off, I'm new to FreeBSD and this mailinglist so I hope I am in the >> right place. Anyways, right now I am having some problems with FreeBSD >> booting up. I have tried to install 3 times now and keep getting the same >> error. When I try to boot into FreeBSD, this eventually comes up: >> >> Manual root filesystem specification: >> : Mount using filesystem >> >> eg. ufs:da0s1a >> ? List valid disk boot devices >> abort manual input >> Mountroot> >> >> This seems to be a prompt where I need to specify the location of >> the root partition, but the problem here is that it hangs or >> freezes and I cannot input any text. > > I have seen this in a few situations: > 1.) the BIOS is set to not allow boot area writes > 2.) The root partition is outside the first 1024 cylinders. This was on > older hardware that didn't do good geometry translation on big drives. > 3.) moved the root partition to another slice I don't think any of these can cause the keyboard to freeze. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers. --GlnCQLZWzqLRJED8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFFEy3rIubykFB6QiMRAtU1AJ0eihd5qM10BTYvcaGcZ5Ny5bfyBwCeNjO8 nj4npaIMPQu5fhYoR9k4jyQ= =74ET -----END PGP SIGNATURE----- --GlnCQLZWzqLRJED8-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 00:28: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 3900E16A40F for ; Fri, 22 Sep 2006 00:28:12 +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 CBCC843D45 for ; Fri, 22 Sep 2006 00:28:11 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 63476 invoked by uid 60001); 22 Sep 2006 00:28:07 -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=FVmgasyZX/6vnSho2RAfaUHtaUdAVxhg6XLFzGDqnfF7nHhpsvZuB2uoSv+SosSL8Fq8uLS7w0l2lDmM3hnre9s7Nm5xZeV72RTmr6WjmyAVYjIeVJ/5lZ0YAL9GlEXOkzF1JHOEIS3RUOXO27+4pTMSGReYN5hyU55lZK7TlSo= ; Message-ID: <20060922002807.63474.qmail@web83109.mail.mud.yahoo.com> Received: from [75.15.29.212] by web83109.mail.mud.yahoo.com via HTTP; Thu, 21 Sep 2006 17:28:07 PDT Date: Thu, 21 Sep 2006 17:28:07 -0700 (PDT) From: backyard To: Jerry McAllister , backyard In-Reply-To: <20060921155453.GA32545@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org, RW Subject: Re: How "real time" is FreeBSD? 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: Fri, 22 Sep 2006 00:28:12 -0000 --- Jerry McAllister wrote: > On Thu, Sep 21, 2006 at 08:21:10AM -0700, backyard > wrote: > > > --- RW wrote: > > > > > On Thursday 21 September 2006 06:12, Walt Pawley > > > wrote: > > > > At 11:47 PM -0500 9/20/06, W. D. wrote: > > > > >Just reading this about Linux on ZDNet and > was > > > wondering: > > > > > > > > > > > >nn> > > > > > > > > Cybernetic floobydust, IMHO. > > > > > > If you read what the banker says: " for each > > > thousandth of a second that its > > > trading software can act faster than > competitors' > > > software, the company would > > > see $100 million a year in new revenue." > > > > and for every extra trade they do they change the > > stock price faster and faster making them more > money. > > They're creating the money by manipulating the > market > > faster; the market doesn't create itself... How > can > > they even quantify this so called loss when their > > trading is constantly changing the state of the > > market. > > Yes, Mr Heisenberg... > if you buy the stock goes up if you sell the stock goes down. how can one calculate how long your car will last if it is based on how you drive and how many red cars you see; considering how you drive is dependant on how many red cars you see... I say my car will last 10 years longer then the competition if I see one more red car then them on my way to work... the only thing that is certain is death, taxes, and uncertainty. > > > It seems to me that they are really > misunderstanding > > > the problem. What they > > > need is a system that's fast most of the time, > > > rather than one that meets an > > > arbitary deadline all the time. In other words > they > > > need a fast system, not a > > > realtime system. > > > > > > > I would imagine an extra 100 million would buy > quite a > > dusy of a system at that... processing data at a > rate > > of 1000 Hz doesn't seem to suggest a real-time > system > > is required when the average clock is 1 million > times > > faster then that. its not like they're doing FFT's > on > > a Radar signal, to determine if its a bogey and > arming > > the appropriate countermeasures so they can be > > deployed the second the blip appears on the > operators > > screen. > > They have all kinds of calculus and successive > approximations > in their models. The more CPU they have, the more > they add > to the design. you know, I forgot how trivial a fast fourier transform is to compute on a 2-10 GHz signal... So they add more to the design to process more calc and propabilities based on past events in likely a recursive fashion and get back to deadlocking the systems with math and having real time processing is going to fix this? I think this is the managers solution to not listening to IT telling them they need more powerful cores on the cluster to handle processing thousands of tickers at once, while crunching the nastiest of nastiest probablities and executing trades. "Fixing" software is always cheaper then buying hardware. of course I'm likely slightly jaded due to dealing with architects all day; that and a pushy financial advisor trying to sell me their services... > > ////jerry > > > -brian From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 01:12: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 9722116A417 for ; Fri, 22 Sep 2006 01:12:00 +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 6CB1843D6E for ; Fri, 22 Sep 2006 01:11:53 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 9838 invoked by uid 60001); 22 Sep 2006 01:11:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=QwDe3NvX8FGdYZfdKzUkt0z65hOEkriSVRSJE+0O4dkoD/Bkw/K3Q+ngh7t0DivFHkjtdrvzPhmPCGtl/8+J+WpgSMQPQmRKbyDE8K19HXnnnKv6oFMmi33qifCKCI2WpYB54AbwCM0rWHLj8+5grrDLFd8Y1OMny0fl0utkoks= ; Message-ID: <20060922011152.9836.qmail@web83111.mail.mud.yahoo.com> Received: from [75.15.29.212] by web83111.mail.mud.yahoo.com via HTTP; Thu, 21 Sep 2006 18:11:52 PDT Date: Thu, 21 Sep 2006 18:11:52 -0700 (PDT) From: backyard To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: TCL84 Build error Socket Tests Hang FreeBSD 6.1-Stable #6 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: Fri, 22 Sep 2006 01:12:00 -0000 Hello, I'm having trouble building tcl84. These issues did not seem to exist until I updated the ports tree and world the other day Heres the basic stuff: FreeBSD 6.1-STABLE #6 Sun Sept 17 22:03:38 is what uname -a spits out ports were updated right before the system source update. make.conf has CFLAGS=-pipe -O2 -fno-strict-aliasing CXXFLAGS+=-O3 -fno-strict-aliasing COPTS=-pipe -O2 -fno-strict-aliasing CPUTYPE=pentium4m MAKEOPTS="-j5" my ports.conf has: .if ${.CURDIR:M*/lang/tcl84} WITH_THREADS=YES BLACKHOLE=YES .endif ports.conf is loaded into make.conf with this .if ${.CURDIR:M/usr/ports*} include /foo/bar/ports.conf .endif I use it to make configuring ports easier and more standard then the portupgrades configuration method. I initially attempted to rebuild the system with portupgrade -afR but found tcl84-threads hanging on socket test 7.4 although it says every single test fails. So because my system was a little messed up due to having half of gnome-2.12.x and gnome-2.14.x because of updating the ports tree halfway through the build to start because of a then broken port... and now because of a hlf rebuilt system. I decided to do a pkg_delete -a and start over from scratch to see if my configs would work right. The port still halts on socket 7.4 test, and halted at one point for 8+ hours when I was off at work. on a tangent Xorg seemed to be busted after being rebuilt and configured (X -configure) I did notice something about drm in the kernel now is I915 support in there now??? I've read socket test hangs could be because the tunable net.inet.tcp.blackhole is enabled but it is not on my system. That is why I added BLACKHOLE=YES to my config to try to disable the tests as the Makefile suggests but the build seemed to ignore me. then I starting getting these kernel panics. Once while it was testing and the next time right after I rebooted in to single user mode to assess filesystem damage. Fatal double fault: eip=0xc0729c9c esp=0xdc4fe00c ebp=0xdc4feb78 panic: double fault I suspect that my 2nd dimm banks memory controller has finally shit the bed in my laptop, but post cause maybe it is related. I'm not certain what a double fault is exactly; not off a tennis court anyway... I will see if I can find the reason for the double faults by removing the likely unreadable memory stick and attempt to update the source and ports trees and see if that helps, but not before dumping my system to tape. any help would be appreciated. -brian From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 01:18: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 0E19116A4B3 for ; Fri, 22 Sep 2006 01:18:17 +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 D897843D78 for ; Fri, 22 Sep 2006 01:18:00 +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 6BDFE1A3C1A; Thu, 21 Sep 2006 18:18:00 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C75155148D; Thu, 21 Sep 2006 21:17:59 -0400 (EDT) Date: Thu, 21 Sep 2006 21:17:59 -0400 From: Kris Kennaway To: backyard Message-ID: <20060922011759.GA32442@xor.obsecurity.org> References: <20060922011152.9836.qmail@web83111.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: <20060922011152.9836.qmail@web83111.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: TCL84 Build error Socket Tests Hang FreeBSD 6.1-Stable #6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 01:18:17 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 21, 2006 at 06:11:52PM -0700, backyard wrote: > Hello, >=20 > I'm having trouble building tcl84. These issues did > not seem to exist until I updated the ports tree and > world the other day >=20 > Heres the basic stuff: >=20 > FreeBSD 6.1-STABLE #6 Sun Sept 17 22:03:38=20 > is what uname -a spits out ports were updated right > before the system source update.=20 >=20 > make.conf has >=20 > CXXFLAGS+=3D-O3 -fno-strict-aliasing Don't do that, it can cause problems > MAKEOPTS=3D"-j5" Don't do that, it can cause problems kris --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFEznHWry0BWjoQKURApgQAJ0UoP2eQjuuqhexK3k4US+NDwCvHwCgq0bG XCKuFm9V5/+rxoBU0hN2Xf8= =0vlV -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 01:29: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 B5D9B16A415 for ; Fri, 22 Sep 2006 01:29:53 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83108.mail.mud.yahoo.com (web83108.mail.mud.yahoo.com [216.252.101.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 1A29543D6B for ; Fri, 22 Sep 2006 01:29:52 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 79407 invoked by uid 60001); 22 Sep 2006 01:29:52 -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=OX6jDXOPljq/cmwmJVk7JizmWBQx4Dv8awHUKy4RGHCuoTRKKwK4O3C1qktZN61ezoxfrQmpchs/9/Di61KesooEkk6eMoL2TyXxcM0eBSWuiPgT47IsV3eL/wZ/gZRIlpsy29RUAJdYYhHUNwOzo9RrrQDLuBDPWqlGqRq7Yl0= ; Message-ID: <20060922012952.79405.qmail@web83108.mail.mud.yahoo.com> Received: from [75.15.29.212] by web83108.mail.mud.yahoo.com via HTTP; Thu, 21 Sep 2006 18:29:52 PDT Date: Thu, 21 Sep 2006 18:29:52 -0700 (PDT) From: backyard To: freebsd-questions@freebsd.org In-Reply-To: <20060922011759.GA32442@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: TCL84 Build error Socket Tests Hang FreeBSD 6.1-Stable #6 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: Fri, 22 Sep 2006 01:29:53 -0000 --- Kris Kennaway wrote: > On Thu, Sep 21, 2006 at 06:11:52PM -0700, backyard > wrote: > > Hello, > > > > I'm having trouble building tcl84. These issues > did > > not seem to exist until I updated the ports tree > and > > world the other day > > > > Heres the basic stuff: > > > > FreeBSD 6.1-STABLE #6 Sun Sept 17 22:03:38 > > is what uname -a spits out ports were updated > right > > before the system source update. > > > > make.conf has > > > > > CXXFLAGS+=-O3 -fno-strict-aliasing > > Don't do that, it can cause problems can you be a little more specific? I was just using CXXFLAGS+=-O3 before I thought the aliasing issues because of type casting could cause issues and so -fno-strict-aliasing was what you had to do to make optimization above level 1 work rigt. At least thats what reading about -fno-strict-aliasing seemed to get at with FreeBSD specifically. should it be CXXFLAGS+= dafaulting to O2 with no strict aliasing? given my CFLAGS=-pipe -O2 -fno-strict-aliasing > > > MAKEOPTS="-j5" > > Don't do that, it can cause problems I know doing make -j5 buildworld or buildkernel or just about anything else would/used to puke things. But I haven't seen any issues with MAKEOPTS doing that. Perhaps until now? I know specifically make -j5 on the shell would cause the build to skip the build and fail on the install or skip the build of the objects and fail on linking the uncompiled library. > > kris dazed confused and ignorant... -brian From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 01:31: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 DFAEE16A5D4 for ; Fri, 22 Sep 2006 01:31:36 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp113.sbc.mail.mud.yahoo.com (smtp113.sbc.mail.mud.yahoo.com [68.142.198.212]) by mx1.FreeBSD.org (Postfix) with SMTP id 369B843D72 for ; Fri, 22 Sep 2006 01:31:33 +0000 (GMT) (envelope-from jekillen@prodigy.net) Received: (qmail 48225 invoked from network); 22 Sep 2006 01:31:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:Mime-Version:Content-Transfer-Encoding:Message-Id:Content-Type:To:From:Subject:Date:X-Mailer; b=YTj7O5c2KPFjHUBJSbkZr0MN2H8L/ORJJ74fSyQkLbrBKsrcUzrf3xmdGWuG//Wf5At1ykPxzqEfxxaBlTR7t9TWkdZivE8zuXD3j29lM9uEKDuFDar/VOxZLQWr7tP0dFTisYNyIgDT4pOdJUI0kMtz9xpvIR6n7Kkyct1Zt8I= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 22 Sep 2006 01:31:32 -0000 Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Mailing List From: jekillen Date: Thu, 21 Sep 2006 18:35:53 -0700 X-Mailer: Apple Mail (2.622) Subject: next episode, continuing saga X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 01:31:37 -0000 Hello again; With FreeBSD and in general, If the monitor is turned off is it safe to disconnect it from the machine while the machine is running? AMD64 socket 754 with separate PCI video card on ECS motherboard; no Xwindows installed. if it makes a difference. want to run the machine headless without shutting it down to switch the monitor to another machine. Thanks to the gracious responses on previous queries I don't have to buy another KVM switch. Jeff K From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 01:34: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 97AF516A40F for ; Fri, 22 Sep 2006 01:34:24 +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 50F9243D5D for ; Fri, 22 Sep 2006 01:34:24 +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 8A2521A4D86; Thu, 21 Sep 2006 18:34:23 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C99DF51592; Thu, 21 Sep 2006 21:34:20 -0400 (EDT) Date: Thu, 21 Sep 2006 21:34:20 -0400 From: Kris Kennaway To: backyard Message-ID: <20060922013420.GA32796@xor.obsecurity.org> References: <20060922011759.GA32442@xor.obsecurity.org> <20060922012952.79405.qmail@web83108.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <20060922012952.79405.qmail@web83108.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: TCL84 Build error Socket Tests Hang FreeBSD 6.1-Stable #6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 01:34:24 -0000 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 21, 2006 at 06:29:52PM -0700, backyard wrote: >=20 >=20 > --- Kris Kennaway wrote: >=20 > > On Thu, Sep 21, 2006 at 06:11:52PM -0700, backyard > > wrote: > > > Hello, > > >=20 > > > I'm having trouble building tcl84. These issues > > did > > > not seem to exist until I updated the ports tree > > and > > > world the other day > > >=20 > > > Heres the basic stuff: > > >=20 > > > FreeBSD 6.1-STABLE #6 Sun Sept 17 22:03:38=20 > > > is what uname -a spits out ports were updated > > right > > > before the system source update.=20 > > >=20 > > > make.conf has > > >=20 > >=20 > > > CXXFLAGS+=3D-O3 -fno-strict-aliasing > >=20 > > Don't do that, it can cause problems >=20 > can you be a little more specific? I was just using=20 > CXXFLAGS+=3D-O3=20 > before I thought the aliasing issues because of type > casting could cause issues and so -fno-strict-aliasing > was what you had to do to make optimization above > level 1 work rigt. At least thats what reading about > -fno-strict-aliasing seemed to get at with FreeBSD > specifically.=20 >=20 > should it be > CXXFLAGS+=3D > dafaulting to O2 with no strict aliasing? given my=20 > CFLAGS=3D-pipe -O2 -fno-strict-aliasing Just use the defaults (which is currently the same as your CFLAGS). > > > MAKEOPTS=3D"-j5" > >=20 > > Don't do that, it can cause problems >=20 > I know doing=20 > make -j5 buildworld or buildkernel or just about > anything else would/used to puke things. But I haven't > seen any issues with MAKEOPTS doing that. Perhaps > until now? I know specifically make -j5 on the shell > would cause the build to skip the build and fail on > the install or skip the build of the objects and fail > on linking the uncompiled library. The base system is fine, but many ports of third party software fail to build (or the build misbehaves) with make -j. Kris --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFEz2cWry0BWjoQKURAkI4AKCvjek5WEWltKyl0Ksd89FZHWBBkACfdVed 0wiIJBu2Pw5OFFyomlpusT4= =geyR -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 01:50:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 985BE16A412 for ; Fri, 22 Sep 2006 01:50:09 +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 ABC2F43D60 for ; Fri, 22 Sep 2006 01:50:05 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 21776 invoked by uid 60001); 22 Sep 2006 01:50: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=4hpmhuLOQhIzXhOCIZgEiGu+UisoGPq5+FrwH0FzTorYyNJ1XebV3D4s3wPwW1Bg40QC6pl0PWOUKHPBmtyEd9S8rv8OiT8z3DFl/WMMf6RtdEDwuPWqOefHIpid9hzFdLdgx3LjqW9OH21bWSFGYEygslhnEMgwoKkmGaCM0EQ= ; Message-ID: <20060922015005.21774.qmail@web83106.mail.mud.yahoo.com> Received: from [75.15.29.212] by web83106.mail.mud.yahoo.com via HTTP; Thu, 21 Sep 2006 18:50:05 PDT Date: Thu, 21 Sep 2006 18:50:05 -0700 (PDT) From: backyard To: freebsd-questions@freebsd.org In-Reply-To: <20060922013420.GA32796@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: TCL84 Build error Socket Tests Hang FreeBSD 6.1-Stable #6 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: Fri, 22 Sep 2006 01:50:09 -0000 --- Kris Kennaway wrote: > On Thu, Sep 21, 2006 at 06:29:52PM -0700, backyard > wrote: > > > > > > --- Kris Kennaway wrote: > > > > > On Thu, Sep 21, 2006 at 06:11:52PM -0700, > backyard > > > wrote: > > > > Hello, > > > > > > > > I'm having trouble building tcl84. These > issues > > > did > > > > not seem to exist until I updated the ports > tree > > > and > > > > world the other day > > > > > > > > Heres the basic stuff: > > > > > > > > FreeBSD 6.1-STABLE #6 Sun Sept 17 22:03:38 > > > > is what uname -a spits out ports were updated > > > right > > > > before the system source update. > > > > > > > > make.conf has > > > > > > > > > > > CXXFLAGS+=-O3 -fno-strict-aliasing > > > > > > Don't do that, it can cause problems > > > > can you be a little more specific? I was just > using > > CXXFLAGS+=-O3 > > before I thought the aliasing issues because of > type > > casting could cause issues and so > -fno-strict-aliasing > > was what you had to do to make optimization above > > level 1 work rigt. At least thats what reading > about > > -fno-strict-aliasing seemed to get at with FreeBSD > > specifically. > > > > should it be > > CXXFLAGS+= > > dafaulting to O2 with no strict aliasing? given my > > > CFLAGS=-pipe -O2 -fno-strict-aliasing > > Just use the defaults (which is currently the same > as your CFLAGS). > > > > > MAKEOPTS="-j5" > > > > > > Don't do that, it can cause problems > > > > I know doing > > make -j5 buildworld or buildkernel or just about > > anything else would/used to puke things. But I > haven't > > seen any issues with MAKEOPTS doing that. Perhaps > > until now? I know specifically make -j5 on the > shell > > would cause the build to skip the build and fail > on > > the install or skip the build of the objects and > fail > > on linking the uncompiled library. > > The base system is fine, but many ports of third > party software fail > to build (or the build misbehaves) with make -j. > > Kris > well I'll see if I have any better luck with the more conservative CXXFLAGS and the removal of -j5 from MAKEOPTS. I have a conditional build directive for the system build so I can update ports and sys separately as having SUPFILE and PORTSUPFILE set seems to update both whether I'm in /usr/ports or /usr/sys with a "make update". If -j5 is safe for the FreeBSD build I'll cut Makeopts into that knob, I hope thats the right way to use that term... thanks -brian From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 01:57: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 8F02F16A40F for ; Fri, 22 Sep 2006 01:57:25 +0000 (UTC) (envelope-from davidschulz@tca-cable-connector.com) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD1C43D7B for ; Fri, 22 Sep 2006 01:57:13 +0000 (GMT) (envelope-from davidschulz@tca-cable-connector.com) Received: from [218.16.58.208] (helo=munin.tcaportal.com) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis), id 0ML25U-1GQaHu3cMg-0007kC; Fri, 22 Sep 2006 03:57:12 +0200 Received: from localhost (localhost.tcaportal.com [127.0.0.1]) by munin.tcaportal.com (Postfix) with SMTP id ADB2FA6C26 for ; Fri, 22 Sep 2006 09:56:42 +0800 (HKT) Received: from [10.0.1.102] (loki.tcaportal.com [10.0.1.102]) by munin.tcaportal.com (Postfix) with ESMTP id 91818A6C1F; Fri, 22 Sep 2006 09:56:36 +0800 (HKT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8A9C90B0-E258-4ECE-9B0D-67F5020E104A@tca-cable-connector.com> Content-Transfer-Encoding: 7bit From: David Schulz Date: Fri, 22 Sep 2006 09:56:58 +0800 To: FreeBSD Users Questions X-Mailer: Apple Mail (2.752.2) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:1405312fe15d228f5bad0d2fcbb6dc17 Subject: Zabbix Port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 01:57:25 -0000 Hello, The /usr/ports/net-mgmt/zabbix Port consists out of two components, Server and Agent. I would like to install the Agent only, so it shouldnt need all these large dependencies such as mysql etc, but i cant figure out how to do that. I skimmed trough the Makefile, and it mentions things about ZABBIX_AGENT_ONLY , but i can figure out how to turn that knob. Can anyone tell me please? Thanks a lot, David From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 02:33:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BD2C16A407 for ; Fri, 22 Sep 2006 02:33:34 +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 269FF43D45 for ; Fri, 22 Sep 2006 02:33:33 +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; Thu, 21 Sep 2006 22:33:33 -0400 id 00056403.45134B7D.0000999B Date: Thu, 21 Sep 2006 22:33:31 -0400 From: Bill Moran To: jekillen Message-Id: <20060921223331.18a8d05c.wmoran@collaborativefusion.com> In-Reply-To: References: 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 Mailing List Subject: Re: next episode, continuing saga X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 02:33:34 -0000 jekillen wrote: > Hello again; > With FreeBSD and in general, If the monitor is turned off > is it safe to disconnect it from the machine while the machine > is running? > AMD64 socket 754 with separate PCI video card on ECS > motherboard; no Xwindows installed. if it makes a difference. > > want to run the machine headless without shutting it down to > switch the monitor to another machine. Yes. It's safe to do that with any OS I'm familiar with. -- Bill Moran Someting happened or something. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 05:53: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 319CA16A407 for ; Fri, 22 Sep 2006 05:53:35 +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 7DCF043D60 for ; Fri, 22 Sep 2006 05:53:30 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 4082 invoked from network); 22 Sep 2006 15:53:29 +1000 Received: from 210-84-59-175.dyn.iinet.net.au (HELO localhost) (210.84.59.175) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 22 Sep 2006 15:53:29 +1000 Date: Fri, 22 Sep 2006 15:53:23 +1000 From: Norberto Meijome To: David Schulz Message-ID: <20060922155323.710aeb62@localhost> In-Reply-To: <8A9C90B0-E258-4ECE-9B0D-67F5020E104A@tca-cable-connector.com> References: <8A9C90B0-E258-4ECE-9B0D-67F5020E104A@tca-cable-connector.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 Cc: FreeBSD Users Questions Subject: Re: Zabbix Port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 05:53:35 -0000 On Fri, 22 Sep 2006 09:56:58 +0800 David Schulz wrote: > The /usr/ports/net-mgmt/zabbix Port consists out of two components, > Server and Agent. I would like to install the Agent only, so it > shouldnt need all these large dependencies such as mysql etc, but i > cant figure out how to do that. I skimmed trough the Makefile, and > it mentions things about ZABBIX_AGENT_ONLY , but i can figure out how > to turn that knob. Can anyone tell me please? Hi David, you need to define the value you see in the makefile when building the port. so, cd /usr/ports/net-mgmt/zabbix sudo make -DZABBIX_AGENT_ONLY install and you should be set. You can check the output of the build and figure out if something is not going to plans... B _________________________ {Beto|Norberto|Numard} Meijome "Everything is interesting if you go into it deeply enough" Richard Feynman 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 Fri Sep 22 05:54: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 7E32116A40F for ; Fri, 22 Sep 2006 05:54:24 +0000 (UTC) (envelope-from esperto85@yahoo.com.br) Received: from web58615.mail.re3.yahoo.com (web58615.mail.re3.yahoo.com [68.142.236.213]) by mx1.FreeBSD.org (Postfix) with SMTP id 01FD743D45 for ; Fri, 22 Sep 2006 05:54:23 +0000 (GMT) (envelope-from esperto85@yahoo.com.br) Received: (qmail 64082 invoked by uid 60001); 22 Sep 2006 05:54:23 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=BYb2r3DwGS+FByaKJSHMijj/+6+nQrsRQhR3vQiMkF+bn+o/4OiOaiszpGcl7cttTBm4S5fCV9TxKRd/NKn3bp5zt0fh6mnsMaFU6VqFhpq5xZ9SJtdn38SHaBF4WGEfIZob0nCKvUlZlx+Wm/Px0CguJgVPn8QVpwXRo41+wfI= ; Message-ID: <20060922055423.64080.qmail@web58615.mail.re3.yahoo.com> Received: from [200.157.218.95] by web58615.mail.re3.yahoo.com via HTTP; Fri, 22 Sep 2006 02:54:23 ART Date: Fri, 22 Sep 2006 02:54:23 -0300 (ART) From: xnow xsnow To: Jerry McAllister In-Reply-To: <20060921231604.GB34040@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Partitions??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 05:54:24 -0000 "Now, some people sometimes leave a chunk of disk that is not allocated in any of the primary slices with the thought of adding another bootable OS at some later time. But that is a different story. And even then, if what you are doing unexpectedly uses up your space, you would just create another FreeBSD slice in that held out space and put a nice large single partition in and move some things there and make a link. It is so much easier than resizing and risking losing stuff as in other unnamed systems." Yea, more like that...I have many machines in my work, they have linux reiserfs partitions, ext3...some FAT32, ntfs, and they are in full disk, and i want to install fbsd there without any lose of any data. When you said "you should create another fbsd slice(...) then make a link" but these machines have no fbsd partition and never had, nor any other partition besides the only one used by this other system, like a 60GB disk with full with only only partition, like fat32. I think growfs wouldn't help then. I understood that 'boot0cfg -B ad0' would try to detect all of it automatic, and yes in my situation it is ad0. But since we have many different systems here, I am afraid some of them don't get detected, is there any possibility?like windows xp, windows 98, solaris, linux, I don't even know all of them, and if so, any of them don't get detected automatic after boot0cfg -B ad0 i would not have any idea of what to do. On linux we have /etc/lilo.conf which i have manually full acess and makes me be able to add anything, on fbsd i don't know... But if you tell me it is able to detect anything automatic, I'd leave this fear away and have fun tomorrow. Thanks for your reply. --------------------------------- Yahoo! Search Música para ver e ouvir: You're Beautiful, do James Blunt From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 06:47: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 3147E16A403 for ; Fri, 22 Sep 2006 06:47:39 +0000 (UTC) (envelope-from ct.lists@qgsltd.co.uk) Received: from mailrelay1.qgsltd.co.uk (mailrelay1.qgsltd.co.uk [195.97.223.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69FCE43D68 for ; Fri, 22 Sep 2006 06:47:38 +0000 (GMT) (envelope-from ct.lists@qgsltd.co.uk) Received: from qgsltd.co.uk (mail.qgroup.com [192.168.0.12]) by mailrelay1.qgsltd.co.uk (8.13.6/8.13.4) with ESMTP id k8M6nIJ7087632 for ; Fri, 22 Sep 2006 07:49:19 +0100 (BST) (envelope-from ct.lists@qgsltd.co.uk) X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.54 (ClamAV engine v0.88.4) Received: from [192.168.0.139] (account charlest HELO [192.168.0.139]) by qgsltd.co.uk (CommuniGate Pro SMTP 5.0.10) with ESMTPSA id 457640 for freebsd-questions@freebsd.org; Fri, 22 Sep 2006 07:45:22 +0100 Message-ID: <4513868C.3070403@qgsltd.co.uk> Date: Fri, 22 Sep 2006 07:45:32 +0100 From: Charles Trevor User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <8A9C90B0-E258-4ECE-9B0D-67F5020E104A@tca-cable-connector.com> <20060922155323.710aeb62@localhost> In-Reply-To: <20060922155323.710aeb62@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/1924/Fri Sep 22 03:19:18 2006 on mailrelay1.qgsltd.co.uk X-Virus-Status: Clean Subject: Re: Zabbix Port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 06:47:39 -0000 Norberto Meijome wrote: > On Fri, 22 Sep 2006 09:56:58 +0800 > David Schulz wrote: > >> The /usr/ports/net-mgmt/zabbix Port consists out of two components, >> Server and Agent. I would like to install the Agent only, so it >> shouldnt need all these large dependencies such as mysql etc, but i >> cant figure out how to do that. I skimmed trough the Makefile, and >> it mentions things about ZABBIX_AGENT_ONLY , but i can figure out how >> to turn that knob. Can anyone tell me please? > > Hi David, > you need to define the value you see in the makefile when building the port. > so, > > cd /usr/ports/net-mgmt/zabbix > sudo make -DZABBIX_AGENT_ONLY install > > and you should be set. You can check the output of the build and figure out if > something is not going to plans... > > B > David, Perhaps an easier alternative would be to use /usr/ports/net/zabbix-agent, which will gve you the client install only. If done this way portupgrade et al shouldnt revert to building the full package, which they seem to if you use a make flag to build the client portion only. Charlie From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 07:27: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 D855B16A403 for ; Fri, 22 Sep 2006 07:27:26 +0000 (UTC) (envelope-from eayesta@portugalete.uned.es) Received: from hermes-uno.uned.es (hermes-uno.uned.es [62.204.192.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC1443D49 for ; Fri, 22 Sep 2006 07:27:26 +0000 (GMT) (envelope-from eayesta@portugalete.uned.es) Received: from hermes-uno.uned.es (localhost.localdomain [127.0.0.1]) by localhost.uned.es (Postfix) with ESMTP id 95DC530D1DF for ; Fri, 22 Sep 2006 09:27:24 +0200 (CEST) Received: from stargate-1.unedbizkaia.es (ca6200-010-200-062-201.uned.es [10.200.62.201]) by hermes-uno.uned.es (Postfix) with ESMTP id 8198E30D03F for ; Fri, 22 Sep 2006 09:27:24 +0200 (CEST) From: Enrique Ayesta Perojo To: freebsd-questions@freebsd.org Date: Fri, 22 Sep 2006 09:27:29 +0200 User-Agent: KMail/1.9.4 X-Face: 1Ap'j*2\*m:5K9|Z3(3hw}>e7y}bKl>WsTt:A%1stWDEm9`D?s("Bk-4(uS((PR|BJ|^+)=?iso-8859-15?q?=0A=099rL=26=251*N1v57h=5E+/7=2E=5E?=<|jyu`lrfTXqiA5.*wrD0kx@J\Qbd[Ik3GF+av(g. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609220927.29519.eayesta@portugalete.uned.es> Subject: Adaptec 1200A & atacontrol X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 07:27:26 -0000 Hello, recently i have had a problem with one of the disks attached to an Adaptec 1200A RAID controller doing a 0+1 RAID. After replacing the disk and rebuilding the array FreeBSD says the array is degraded, marking the new disk and the other in the same channel as FREE. Is there anything needed to do with atacontrol to make FreeBSD recognize the array? From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 08:17: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 F3E6516A40F for ; Fri, 22 Sep 2006 08:17:44 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from mail.attiksystem.ch (f29.attiksystem.ch [212.147.59.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 692BC43D5A for ; Fri, 22 Sep 2006 08:17:43 +0000 (GMT) (envelope-from philippe.lang@attiksystem.ch) Received: from poweredge.attiksystem.ch (poweredge.attiksystem.ch [10.0.0.29]) by mail.attiksystem.ch (8.12.11/8.12.11) with ESMTP id k8M8Hf4t090981 for ; Fri, 22 Sep 2006 10:17:41 +0200 (CEST) (envelope-from philippe.lang@attiksystem.ch) content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 22 Sep 2006 10:17:40 +0200 Content-Type: multipart/signed; boundary="----=_NextPart_000_0012_01C6DE30.557734F0"; micalg=SHA1; protocol="application/x-pkcs7-signature" X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Message-ID: <6C0CF58A187DA5479245E0830AF84F421D1282@poweredge.attiksystem.ch> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: Serial port speed & Terminal configuration Thread-Index: Acbd3ioXdGOwuVu/QeaPP3UybmnAmAAPpjEw From: "Philippe Lang" To: X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.49 on 10.0.0.111 Subject: Serial port speed & Terminal 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: Fri, 22 Sep 2006 08:17:45 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0012_01C6DE30.557734F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I've just installed a nanobsd soekris box next to the serial port of my server, in order to be able to boot in single-mode from a remote network location. Everything runs fine, except two things: 1) I am unable to connect to the server with anything else than 9600 bds. I've tried setting ttyd0 "/usr/libexec/getty std.57600" dialup on secure ... on the server, and using cu -l/dev/cuad0 -s57600 ... on the client, but without luck: I get strange characters on my ssh terminal (putty on windows) Working at 9600bds is really slow, I'd appreciate a little more speed... 2) vi and ee do not work well through this remote access connection. All lines are mixed-up. Is there a terminal configuration that could help here? Thanks! --------------- Philippe Lang Attik System ------=_NextPart_000_0012_01C6DE30.557734F0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII/zCCAocw ggHwoAMCAQICEEdYYafa1wkm0CP4DOffAiswDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA2MDYyMjE3MzE0NloXDTA3MDYyMjE3MzE0 NlowZzENMAsGA1UEBBMETGFuZzERMA8GA1UEKhMIUGhpbGlwcGUxFjAUBgNVBAMTDVBoaWxpcHBl IExhbmcxKzApBgkqhkiG9w0BCQEWHHBoaWxpcHBlLmxhbmdAYXR0aWtzeXN0ZW0uY2gwgZ8wDQYJ KoZIhvcNAQEBBQADgY0AMIGJAoGBAOfvCPREDwfIbzsNRoyBDoSOWfI2NNWdRRMJXuj5ldF22gSQ 6MiXFUjt4HlRIwPb8x13hrv89GW/SmLjFThxf7NKZ8dPTZzp4ZlvrQBRAYhSuTQOJ8azyzruZu54 Ak7fa3pz26Q3B8kg4knZBz3O9Q4K1tK8AEdjNQpyDg/iDdzjAgMBAAGjOTA3MCcGA1UdEQQgMB6B HHBoaWxpcHBlLmxhbmdAYXR0aWtzeXN0ZW0uY2gwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQF AAOBgQAAzz+I6MrhWjbfWSgngW/DthHvXiTR6x0cCeb4T5mBb5dgueqgLnrh/2blsbCQuLWh0URe /1l/QQ2dY2elG3PEDPv9cCl/LcwsCsE1Nj3bGM4gdVx9crYvTw5dyyUuDq1KShV3uziE+o5Lyfx4 qWRYd6/yIBDVarohdpL8J0DJczCCAy0wggKWoAMCAQICAQAwDQYJKoZIhvcNAQEEBQAwgdExCzAJ BgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMg RGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3 DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw05NjAxMDEwMDAwMDBaFw0yMDEy MzEyMzU5NTlaMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQH EwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZp Y2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wgZ8wDQYJ KoZIhvcNAQEBBQADgY0AMIGJAoGBANRp19SwlGRbcelH2AxRtupykbCEXn0tDY97Et+FJXUodDpC LGMnn5V7S+9+GYcdhuqj3bnOlmQawhRuRKx85o/oTQ9xH0A4pgCjh3j2+ZSGXq3qwF5269kUo11u enwMpUtVfwYZKX+emibVars4JAhqmMex2qOYkf152+VaxBy5AgMBAAGjEzARMA8GA1UdEwEB/wQF MAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAx+ySfk749ZalZ2IqpPBNEWDQb41gWGGsJrtSNVwIzzD7 qEqWih9iQiOMFw/0umScF6xHKd+dmF7SbGBxXKKs3Hnj524ARx+1DSjoAp3kmv0T9KbZfLH43F8j JgmRgHPQFBveQ6mDJfLmnC8Vyv6mq4oHdYsM3VGEa+T40c53ooEwggM/MIICqKADAgECAgENMA0G CSqGSIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYD VQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0 aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJl ZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcN MDMwNzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5o wHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH 5/EfkTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7 AgMBAAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8v Y3JsLnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYw KQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUA A4GBAEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZ Ohl+hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NW IXiC3CEZNd4ksdMdRv9dX2VPMYIC+DCCAvQCAQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0ECEEdYYafa1wkm0CP4DOffAiswCQYFKw4DAhoFAKCCAdgwGAYJKoZI hvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDYwOTIyMDgxNzQwWjAjBgkqhkiG 9w0BCQQxFgQUpVEslw0GKFbVdb9tlj6tDUY3+rYwZwYJKoZIhvcNAQkPMVowWDAKBggqhkiG9w0D BzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgw BwYFKw4DAhowCgYIKoZIhvcNAgUwgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMCWkExJTAj BgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJz b25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhBHWGGn2tcJJtAj+Azn3wIrMIGHBgsqhkiG9w0BCRAC CzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0 ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhBHWGGn2tcJ JtAj+Azn3wIrMA0GCSqGSIb3DQEBAQUABIGALD4MXS8x5eDWPdgM9cRfZvG7bqYvTl2V9VlejULh 84Jkyy0016Lyca1VO22BUNgG+bZB8O9JyNO9ZTZUR9iae8kukwm8M1nitjE05WpSi1cC9AA991kh 50Dl4BOJrgMrLVXanBWsFZUNcZWB8jtoTjMMMeh1Ap+8/DvL5kUJtXYAAAAAAAA= ------=_NextPart_000_0012_01C6DE30.557734F0-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 10:35: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 A3DA616A403 for ; Fri, 22 Sep 2006 10:35:46 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: from recife.ipad.com.br (recife.ipadnet.com.br [200.249.204.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F9943D46 for ; Fri, 22 Sep 2006 10:35:45 +0000 (GMT) (envelope-from mario.lobo@ipad.com.br) Received: from lobo.ipad.com.br ([192.168.64.1]) (authenticated bits=0) by recife.ipad.com.br (8.12.8/8.12.8) with ESMTP id k8MB46jx000961 for ; Fri, 22 Sep 2006 08:04:07 -0300 From: Mario Lobo Organization: IPAD To: freebsd-questions@freebsd.org Date: Fri, 22 Sep 2006 07:41:02 +0000 User-Agent: KMail/1.9.3 References: <20060921223331.18a8d05c.wmoran@collaborativefusion.com> In-Reply-To: <20060921223331.18a8d05c.wmoran@collaborativefusion.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609220741.02811.mario.lobo@ipad.com.br> Subject: Re: next episode, continuing saga X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 10:35:46 -0000 On Friday 22 September 2006 02:33, Bill Moran wrote: > jekillen wrote: > > Hello again; > > With FreeBSD and in general, If the monitor is turned off > > is it safe to disconnect it from the machine while the machine > > is running? > > AMD64 socket 754 with separate PCI video card on ECS > > motherboard; no Xwindows installed. if it makes a difference. > > > > want to run the machine headless without shutting it down to > > switch the monitor to another machine. > > Yes. It's safe to do that with any OS I'm familiar with. And the keyboard & mouse too. -- //| //| // |// | // // | // // |||||||| ---------------------- mario.lobo@ipad.com.br http://www.ipad.com.br (FreeBSD since 2.2.8 - 100% Rwindows-free) From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 12:41: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 6205716A407 for ; Fri, 22 Sep 2006 12:41:12 +0000 (UTC) (envelope-from Steve@nurserysupplies.com) Received: from netsrv.nurserysupplies.com (oh-65-40-136-8.sta.embarqhsd.net [65.40.136.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF14043D46 for ; Fri, 22 Sep 2006 12:41:11 +0000 (GMT) (envelope-from Steve@nurserysupplies.com) Received: from ASSP (spamfilter.nsi.local [10.1.0.31]) by netsrv.nurserysupplies.com (8.12.9p2/8.12.9) with ESMTP id k8MCeHi6019226; Fri, 22 Sep 2006 08:40:18 -0400 (EDT) (envelope-from Steve@nurserysupplies.com) Received: from 10.1.0.1 ([10.1.0.1] helo=wilee.nsi.local) by ASSP ; 22 Sep 06 12:39:36 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 22 Sep 2006 08:39:31 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Partitions??? Thread-Index: AcbeGUpZxRLUoZI5R5OCpbENCyCsWQAKhADA From: "Brown, Steve" To: "xnow xsnow" , "Jerry McAllister" Cc: freebsd-questions@freebsd.org Subject: RE: Partitions??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 12:41:12 -0000 You need to check out the gparted-livecd. This will allow you to grow = or shrink partitions, just like Partition Magic. It should work with = all the filesystems in question here. I have recently used it and will = never go back to Partition Magic. http://gparted.sourceforge.net/features.php Once you have performed a shrink, you will have additional unpartitioned = space where you can load another OS if you want. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of xnow xsnow Sent: Friday, September 22, 2006 1:54 AM To: Jerry McAllister Cc: freebsd-questions@freebsd.org Subject: Re: Partitions??? "Now, some people sometimes leave a chunk of disk that is not allocated in any of the primary slices with the thought of adding another bootable OS at some later time. But that is a different story. And even then, if what you are doing unexpectedly uses up your space, you would just create another FreeBSD slice in that held out space and put a nice large single partition in and move some things there and make a link. It is so much easier than resizing and risking losing stuff as in other unnamed systems." =20 Yea, more like that...I have many machines in my work, they have linux = reiserfs partitions, ext3...some FAT32, ntfs, and they are in full disk, = and i want to install fbsd there without any lose of any data. =20 When you said "you should create another fbsd slice(...) then make a = link" but these machines have no fbsd partition and never had, nor any = other partition besides the only one used by this other system, like a = 60GB disk with full with only only partition, like fat32. =20 I think growfs wouldn't help then. =20 =20 I understood that 'boot0cfg -B ad0' would try to detect all of it = automatic, and yes in my situation it is ad0. =20 But since we have many different systems here, I am afraid some of = them don't get detected, is there any possibility?like windows xp, = windows 98, solaris, linux, I don't even know all of them, and if so, = any of them don't get detected automatic after boot0cfg -B ad0 i would = not have any idea of what to do. =20 On linux we have /etc/lilo.conf which i have manually full acess and = makes me be able to add anything, on fbsd i don't know... =20 But if you tell me it is able to detect anything automatic, I'd leave = this fear away and have fun tomorrow. =20 Thanks for your reply. =09 --------------------------------- Yahoo! Search M=FAsica para ver e ouvir: You're Beautiful, do James Blunt _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 14:13: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 9AED216A47E for ; Fri, 22 Sep 2006 14:13:15 +0000 (UTC) (envelope-from bcook@poklib.org) Received: from c.mx.poklib.org (c.mx.poklib.org [64.72.87.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A5E343D95 for ; Fri, 22 Sep 2006 14:12:57 +0000 (GMT) (envelope-from bcook@poklib.org) Received: from [192.168.1.249] (port=60820 helo=mail.poklib.org) by c.mx.poklib.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62; FreeBSD) (envelope-from ) id 1GQllr-0009fP-Nn for freebsd-questions@freebsd.org ; Fri, 22 Sep 2006 10:12:51 -0400 Received: from [192.168.1.218] by mail.poklib.org with esmtp (Exim 4.60; FreeBSD) (envelope-from ) id 1GQllw-0009X5-68 for freebsd-questions@freebsd.org ; Fri, 22 Sep 2006 10:12:56 -0400 X-Virus-Check: ClamAV 0.88.4/1927 on c.mx.poklib.org; Fri, 22 Sep 2006 10:12:51 -0400 Message-ID: <4513EF68.6020108@poklib.org> Date: Fri, 22 Sep 2006 10:12:56 -0400 From: "B. Cook" Organization: Adriance Memorial Library 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-RcvHost: [192.168.1.218] X-RcvFor: X-Auth-Id: X-AntiVirus: No Virus Found X-MIME-Character-set: ISO-8859-1 Subject: make installworld fails error 126 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 14:13:15 -0000 Hello All, I have always had this problem on the one or two (web) servers that I have a separate /tmp partition defined. I found the answer a long time ago to "unmount /tmp and try again" and that always works.. but I've never found a way to make installworld with a separate /tmp partition on my systems. Is there a way? Is it something I'm doing? Is it the nosuid? or noexec? Can I tell installworld to use /var/tmp instead? ..etc.. Ultimately I am looking to be able to 'make installworld' like I do on my other boxes.. if I need something in /etc/make.conf to tell it not to use /tmp what is it.. b/c I've not found it.. [~]$ 2 > grep tmp /etc/fstab /dev/ad0s1f /tmp ufs rw,nosuid,noexec 2 2 Thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 14:24: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 71F3016A403 for ; Fri, 22 Sep 2006 14:24:18 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from mail.gregs-garage.com (h-64-105-8-34.chcgilgm.covad.net [64.105.8.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2750F43D45 for ; Fri, 22 Sep 2006 14:24:13 +0000 (GMT) (envelope-from ggroth@gregs-garage.com) Received: from [192.168.0.150] (unknown [192.168.0.150]) by mail.gregs-garage.com (Postfix) with ESMTP id 8C65F114022 for ; Fri, 22 Sep 2006 09:25:49 -0500 (CDT) Message-ID: <4513F20D.2000807@gregs-garage.com> Date: Fri, 22 Sep 2006 09:24:13 -0500 From: Greg Groth User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060921223331.18a8d05c.wmoran@collaborativefusion.com> <200609220741.02811.mario.lobo@ipad.com.br> In-Reply-To: <200609220741.02811.mario.lobo@ipad.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: next episode, continuing saga X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 14:24:18 -0000 Mario Lobo wrote: > On Friday 22 September 2006 02:33, Bill Moran wrote: >> jekillen wrote: >>> Hello again; >>> With FreeBSD and in general, If the monitor is turned off >>> is it safe to disconnect it from the machine while the machine >>> is running? >>> AMD64 socket 754 with separate PCI video card on ECS >>> motherboard; no Xwindows installed. if it makes a difference. >>> >>> want to run the machine headless without shutting it down to >>> switch the monitor to another machine. >> Yes. It's safe to do that with any OS I'm familiar with. > > And the keyboard & mouse too. > I've never had any issues, provided I set the option to NOT halt on keyboard errors at boot in the bios. Best regards, Greg Groth From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 14:36: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 5A27516A415 for ; Fri, 22 Sep 2006 14:36:54 +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 7ED1B43D62 for ; Fri, 22 Sep 2006 14:36:49 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [172.16.3.238] (gateway.ash.thebunker.net [213.129.64.4]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id k8MEaBoO045995 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 22 Sep 2006 15:36:23 +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 k8MEaBoO045995 Message-ID: <4513F4D4.9000500@infracaninophile.co.uk> Date: Fri, 22 Sep 2006 15:36:04 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060919) MIME-Version: 1.0 To: "B. Cook" References: <4513EF68.6020108@poklib.org> In-Reply-To: <4513EF68.6020108@poklib.org> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig073349B8AD611D10F73904CA" X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [81.187.76.162]); Fri, 22 Sep 2006 15:36:43 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1927/Fri Sep 22 11:06:31 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_TESTING,SPF_SOFTFAIL autolearn=no 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: make installworld fails error 126 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 14:36:54 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig073349B8AD611D10F73904CA Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable B. Cook wrote: > Hello All, >=20 > I have always had this problem on the one or two (web) servers that I > have a separate /tmp partition defined. >=20 > I found the answer a long time ago to "unmount /tmp and try again" and > that always works.. but I've never found a way to make installworld wit= h > a separate /tmp partition on my systems. >=20 > Is there a way? > Is it something I'm doing? > Is it the nosuid? or noexec? > Can I tell installworld to use /var/tmp instead? > ..etc.. >=20 > Ultimately I am looking to be able to 'make installworld' like I do on > my other boxes.. if I need something in /etc/make.conf to tell it not t= o > use /tmp what is it.. b/c I've not found it.. >=20 > [~]$ 2 > grep tmp /etc/fstab > /dev/ad0s1f /tmp ufs rw,nosuid,noexec 2 = 2 ^^^^^^ There's your problem. make buildworld needs to be able to execute progra= ms that it writes into /tmp. Simply re-mount /tmp without the noexec flag a= nd all should be well.=20 Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. Flat 3 7 Priory Courtyard PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW, UK --------------enig073349B8AD611D10F73904CA 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 iD8DBQFFE/Tb8Mjk52CukIwRA8haAJ9Pk6YS+OS+hQEDVOrUd54E9dLwwgCfdWt4 w07WQQxm+sTFG3QTAj3cFqk= =hKcC -----END PGP SIGNATURE----- --------------enig073349B8AD611D10F73904CA-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 14:39:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A726216A40F for ; Fri, 22 Sep 2006 14:39:22 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A5943D55 for ; Fri, 22 Sep 2006 14:39:22 +0000 (GMT) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.12.6/8.12.6) with ESMTP id k8MEdLsN010608 for ; Fri, 22 Sep 2006 09:39:21 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200609221439.k8MEdLsN010608@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <10240.1158935936.1@dc.cis.okstate.edu> Date: Fri, 22 Sep 2006 09:39:21 -0500 From: Martin McCormick Subject: Cron /usr/libexec/save-entropy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 14:39:22 -0000 I must have dome something wrong setting up a FreeBSD5.4 system, but I haven't a clue as to what. The script is called save-entropy, a great idea, but it acts as if lots of the configuration it needs is missing. I do have ipfw running and it got all the rules I put in to it via a rule-setting script called in rc.conf.local but the message that cron generates every eleven minutes shows that something is very unhappy. For now, I simply commented out the save-entropy run for a bit of peace and quiet, but the entropy is now not being updated which is not a good thing. What do I need to look at to fix this properly? Thank you. Martin McCormick WB5AGZ Stillwater, OK Systems Engineer OSU Information Technology Department Network Operations Group ------- Forwarded Message Date: Fri, 22 Sep 2006 08:55:00 CDT From: operator@fqdn (Cron Daemon) Subject: Cron /usr/libexec/save-entropy ipfw: not found That repeats 15 more times. ------- End of Forwarded Message From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 14: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 5D94D16A407 for ; Fri, 22 Sep 2006 14:40:47 +0000 (UTC) (envelope-from hemi@puresimplicity.net) Received: from just.puresimplicity.net (just.puresimplicity.net [68.77.126.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8384443D55 for ; Fri, 22 Sep 2006 14:40:44 +0000 (GMT) (envelope-from hemi@puresimplicity.net) Received: from just.puresimplicity.net (localhost.puresimplicity.net [127.0.0.1]) by just.puresimplicity.net (8.13.6/8.13.6) with ESMTP id k8MEefi6032393 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 22 Sep 2006 09:40:41 -0500 (CDT) (envelope-from hemi@just.puresimplicity.net) Received: (from hemi@localhost) by just.puresimplicity.net (8.13.6/8.13.6/Submit) id k8MEeejN032392; Fri, 22 Sep 2006 09:40:40 -0500 (CDT) (envelope-from hemi) Date: Fri, 22 Sep 2006 09:40:40 -0500 From: Josh Tolbert To: Mario Lobo Message-ID: <20060922144040.GA32335@just.puresimplicity.net> References: <20060921223331.18a8d05c.wmoran@collaborativefusion.com> <200609220741.02811.mario.lobo@ipad.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609220741.02811.mario.lobo@ipad.com.br> User-Agent: Mutt/1.4.2.1i X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2 (just.puresimplicity.net [127.0.0.1]); Fri, 22 Sep 2006 09:40:41 -0500 (CDT) Cc: freebsd-questions@freebsd.org Subject: Re: next episode, continuing saga X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 14:40:47 -0000 On Fri, Sep 22, 2006 at 07:41:02AM +0000, Mario Lobo wrote: > And the keyboard & mouse too. Actually, not quite. If the keyboard and mouse are PS/2, then they are not technically hot-swappable. Lots of people get away with it just fine, but every now and then someone fries a keyboard controller hot-plugging PS/2 peripherals. If they're USB, fine...PS/2, not so fine. Lots of people get away with it, but hot-swap/plug is not part of the PS/2 spec...So don't complain if something breaks. Thanks, Josh -- Josh Tolbert hemi@puresimplicity.net || http://www.puresimplicity.net/~hemi/ Security is mostly a superstition. It does not exist in nature, nor do the children of men as a whole experience it. Avoiding danger is no safer in the long run than outright exposure. Life is either a daring adventure, or nothing. -- Helen Keller From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 14:56: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 9A6F916A415 for ; Fri, 22 Sep 2006 14:56:28 +0000 (UTC) (envelope-from hackmiester@hackmiester.com) Received: from smtpout08-04.prod.mesa1.secureserver.net (smtpout08-04.prod.mesa1.secureserver.net [64.202.165.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 348CB43D46 for ; Fri, 22 Sep 2006 14:56:28 +0000 (GMT) (envelope-from hackmiester@hackmiester.com) Received: (qmail 714 invoked from network); 22 Sep 2006 14:56:27 -0000 Received: from unknown (67.32.30.221) by smtpout08-04.prod.mesa1.secureserver.net (64.202.165.12) with ESMTP; 22 Sep 2006 14:56:26 -0000 In-Reply-To: <4513F20D.2000807@gregs-garage.com> References: <20060921223331.18a8d05c.wmoran@collaborativefusion.com> <200609220741.02811.mario.lobo@ipad.com.br> <4513F20D.2000807@gregs-garage.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: "hackmiester (Hunter Fuller)" Date: Fri, 22 Sep 2006 09:56:24 -0500 To: Greg Groth X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: next episode, continuing saga X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 14:56:28 -0000 On 22 September 2006, at 09:24, Greg Groth wrote: > Mario Lobo wrote: >> On Friday 22 September 2006 02:33, Bill Moran wrote: >>> jekillen wrote: >>>> Hello again; >>>> With FreeBSD and in general, If the monitor is turned off >>>> is it safe to disconnect it from the machine while the machine >>>> is running? >>>> AMD64 socket 754 with separate PCI video card on ECS >>>> motherboard; no Xwindows installed. if it makes a difference. >>>> >>>> want to run the machine headless without shutting it down to >>>> switch the monitor to another machine. >>> Yes. It's safe to do that with any OS I'm familiar with. >> And the keyboard & mouse too. The keyboard and mouse are NOT supposed to be hot plugged if they are PS/2 (although I must admit I haven't had any issues, but I wouldn't risk a dead PS/2 controller on a production box). USB ones don't care. The neat thing about that is you can have your machine boot with no keyboard, you can plug in a USB one and then hook up a monitor and have a head all of a sudden. This is handy when your box's sshd dies for some reason, which has happened to me once... > > I've never had any issues, provided I set the option to NOT halt on > keyboard errors at boot in the bios. > > Best regards, > Greg Groth > _______________________________________________ > 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 Fri Sep 22 15:02: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 6885916A403 for ; Fri, 22 Sep 2006 15:02:51 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A2C743D5A for ; Fri, 22 Sep 2006 15:02:45 +0000 (GMT) (envelope-from mexas@bristol.ac.uk) Received: from seis.bris.ac.uk ([137.222.10.93]) by dirg.bris.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1GQmY2-0003D0-1T for freebsd-questions@freebsd.org; Fri, 22 Sep 2006 16:02:44 +0100 Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33]) by seis.bris.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1GQmX7-0005kO-Tp for freebsd-questions@freebsd.org; Fri, 22 Sep 2006 16:01:48 +0100 Received: from mech-aslap33.men.bris.ac.uk (localhost.men.bris.ac.uk [127.0.0.1]) by mech-aslap33.men.bris.ac.uk (8.13.4/8.13.4) with ESMTP id k8MExkj5001218 for ; Fri, 22 Sep 2006 15:59:46 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from shterenl@localhost) by mech-aslap33.men.bris.ac.uk (8.13.4/8.13.4/Submit) id k8MExj3n001217 for freebsd-questions@freebsd.org; Fri, 22 Sep 2006 15:59:46 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: shterenl set sender to mexas@bristol.ac.uk using -f Date: Fri, 22 Sep 2006 15:59:45 +0100 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20060922145945.GA1176@mech-aslap33.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Spam-Score: -0.9 X-Spam-Level: / Subject: Is /boot/device.hints required if kernel is built with hints? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 15:02:51 -0000 I was trying to build a kernel with statical device hints by uncommenting the following line in my kernel configuration file: # To statically compile in device wiring instead of /boot/device.hints hints "VT.hints" # Default places to look for devices. Before doing this I moved /boot/device.hints to another location. when I do #make install I get You must set up a /boot/device.hints file first. *** Error code 1 Stop in /usr/src/sys/i386/compile/VT. Why do I need /boot/device.hints if I have the hints in the kernel? thanks anton From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 15:07: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 A026216A416 for ; Fri, 22 Sep 2006 15:07:56 +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 96C3943D53 for ; Fri, 22 Sep 2006 15:07:55 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 22 Sep 2006 11:07:53 -0400 X-IronPort-AV: i="4.09,203,1157342400"; d="scan'208"; a="305543216:sNHT144567432" Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id HBC17478; Fri, 22 Sep 2006 11:07:43 -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; 22 Sep 2006 11:07:40 -0400 X-IronPort-AV: i="4.09,203,1157342400"; d="scan'208"; a="281341285:sNHT21514768" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17683.64338.594051.206609@jerusalem.litteratus.org> Date: Fri, 22 Sep 2006 11:03:46 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <20060922144040.GA32335@just.puresimplicity.net> References: <20060921223331.18a8d05c.wmoran@collaborativefusion.com> <200609220741.02811.mario.lobo@ipad.com.br> <20060922144040.GA32335@just.puresimplicity.net> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Status: score=10/50, host=mr08.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090202.4513FA4F.0074,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.113/2006-07-26 Subject: Re: next episode, continuing saga X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 15:07:56 -0000 Josh Tolbert writes: > Actually, not quite. If the keyboard and mouse are PS/2, then they are not > technically hot-swappable. Lots of people get away with it just fine, but > every now and then someone fries a keyboard controller s/keyboard controller/keyboard controller or even motherboard/ Robert Huff From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 15:26: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 7D7F016A412 for ; Fri, 22 Sep 2006 15:26:14 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from mail.gregs-garage.com (h-64-105-8-34.chcgilgm.covad.net [64.105.8.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1854F43D69 for ; Fri, 22 Sep 2006 15:26:05 +0000 (GMT) (envelope-from ggroth@gregs-garage.com) Received: from [192.168.0.150] (unknown [192.168.0.150]) by mail.gregs-garage.com (Postfix) with ESMTP id D8875114024 for ; Fri, 22 Sep 2006 10:27:41 -0500 (CDT) Message-ID: <4514008D.2000601@gregs-garage.com> Date: Fri, 22 Sep 2006 10:26:05 -0500 From: Greg Groth User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060921223331.18a8d05c.wmoran@collaborativefusion.com> <200609220741.02811.mario.lobo@ipad.com.br> <4513F20D.2000807@gregs-garage.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: next episode, continuing saga X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 15:26:14 -0000 hackmiester (Hunter Fuller) wrote: > > On 22 September 2006, at 09:24, Greg Groth wrote: > >> Mario Lobo wrote: >>> On Friday 22 September 2006 02:33, Bill Moran wrote: >>>> jekillen wrote: >>>>> Hello again; >>>>> With FreeBSD and in general, If the monitor is turned off >>>>> is it safe to disconnect it from the machine while the machine >>>>> is running? >>>>> AMD64 socket 754 with separate PCI video card on ECS >>>>> motherboard; no Xwindows installed. if it makes a difference. >>>>> >>>>> want to run the machine headless without shutting it down to >>>>> switch the monitor to another machine. >>>> Yes. It's safe to do that with any OS I'm familiar with. >>> And the keyboard & mouse too. > > The keyboard and mouse are NOT supposed to be hot plugged if they are > PS/2 (although I must admit I haven't had any issues, but I wouldn't > risk a dead PS/2 controller on a production box). USB ones don't care. > The neat thing about that is you can have your machine boot with no > keyboard, you can plug in a USB one and then hook up a monitor and have > a head all of a sudden. This is handy when your box's sshd dies for some > reason, which has happened to me once... >> >> I've never had any issues, provided I set the option to NOT halt on >> keyboard errors at boot in the bios. >> >> Best regards, >> Greg Groth I've never hot-swapped a keyboard, although I have unplugged one from a running machine with no issues. Best regards, Greg Groth From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 15:27: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 D992C16A403 for ; Fri, 22 Sep 2006 15:27:21 +0000 (UTC) (envelope-from hackmiester@hackmiester.com) Received: from smtpauth03.prod.mesa1.secureserver.net (smtpauth03.prod.mesa1.secureserver.net [64.202.165.183]) by mx1.FreeBSD.org (Postfix) with SMTP id 4E06C43D7B for ; Fri, 22 Sep 2006 15:27:13 +0000 (GMT) (envelope-from hackmiester@hackmiester.com) Received: (qmail 23623 invoked from network); 22 Sep 2006 15:27:13 -0000 Received: from unknown (67.32.30.221) by smtpauth03-04.prod.mesa1.secureserver.net (64.202.165.183) with ESMTP; 22 Sep 2006 15:27:13 -0000 In-Reply-To: <17683.64338.594051.206609@jerusalem.litteratus.org> References: <20060921223331.18a8d05c.wmoran@collaborativefusion.com> <200609220741.02811.mario.lobo@ipad.com.br> <20060922144040.GA32335@just.puresimplicity.net> <17683.64338.594051.206609@jerusalem.litteratus.org> 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: Fri, 22 Sep 2006 10:27:11 -0500 To: Robert Huff X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: next episode, continuing saga X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 15:27:21 -0000 On 22 September 2006, at 10:03, Robert Huff wrote: > > Josh Tolbert writes: > >> Actually, not quite. If the keyboard and mouse are PS/2, then >> they are not >> technically hot-swappable. Lots of people get away with it just >> fine, but >> every now and then someone fries a keyboard controller > > s/keyboard controller/keyboard controller or even motherboard/ Really? I've never seen a mobo... well, you learn something new every day. :-D > > > Robert Huff > _______________________________________________ > 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 Fri Sep 22 15:36: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 C583316A412 for ; Fri, 22 Sep 2006 15:36:17 +0000 (UTC) (envelope-from hemi@puresimplicity.net) Received: from just.puresimplicity.net (just.puresimplicity.net [68.77.126.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8689A43D69 for ; Fri, 22 Sep 2006 15:36:16 +0000 (GMT) (envelope-from hemi@puresimplicity.net) Received: from just.puresimplicity.net (localhost.puresimplicity.net [127.0.0.1]) by just.puresimplicity.net (8.13.6/8.13.6) with ESMTP id k8MFaF3A032989 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 22 Sep 2006 10:36:16 -0500 (CDT) (envelope-from hemi@just.puresimplicity.net) Received: (from hemi@localhost) by just.puresimplicity.net (8.13.6/8.13.6/Submit) id k8MFaFBG032988; Fri, 22 Sep 2006 10:36:15 -0500 (CDT) (envelope-from hemi) Date: Fri, 22 Sep 2006 10:36:15 -0500 From: Josh Tolbert To: "hackmiester (Hunter Fuller)" Message-ID: <20060922153615.GD32335@just.puresimplicity.net> References: <20060921223331.18a8d05c.wmoran@collaborativefusion.com> <200609220741.02811.mario.lobo@ipad.com.br> <20060922144040.GA32335@just.puresimplicity.net> <17683.64338.594051.206609@jerusalem.litteratus.org> 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-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2 (just.puresimplicity.net [127.0.0.1]); Fri, 22 Sep 2006 10:36:16 -0500 (CDT) Cc: Robert Huff , freebsd-questions@freebsd.org Subject: Re: next episode, continuing saga X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 15:36:17 -0000 On Fri, Sep 22, 2006 at 10:27:11AM -0500, hackmiester (Hunter Fuller) wrote: > Really? I've never seen a mobo... well, you learn something new every > day. :-D Yeah, I'd never seen a whole motherboard get toasted cause of that, but I suppose it could happen. Thanks, Josh -- Josh Tolbert hemi@puresimplicity.net || http://www.puresimplicity.net/~hemi/ Security is mostly a superstition. It does not exist in nature, nor do the children of men as a whole experience it. Avoiding danger is no safer in the long run than outright exposure. Life is either a daring adventure, or nothing. -- Helen Keller From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 16:29:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E93C16A407 for ; Fri, 22 Sep 2006 16:29:30 +0000 (UTC) (envelope-from budiyt@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A6BC43D46 for ; Fri, 22 Sep 2006 16:29:29 +0000 (GMT) (envelope-from budiyt@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so1282565nfc for ; Fri, 22 Sep 2006 09:29:28 -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:content-transfer-encoding:content-disposition; b=cK6TRr0Ju/C7iAAEvjXOgVfZiMskWCVvsj1k+Ht1BWuHIaMPO27FV4+ToAXeOt+/UmUKNleVDdo9sE2D9upQWk1fuDmv2pP7wHEEU/xrYm61VxEEJR9UiT4LaegLXvw4HdnD0+HBPY37Jr3R4ybeVCt72taWtSlx1huCcJMIQ1E= Received: by 10.49.8.10 with SMTP id l10mr2281346nfi; Fri, 22 Sep 2006 09:29:28 -0700 (PDT) Received: by 10.49.27.3 with HTTP; Fri, 22 Sep 2006 09:29:28 -0700 (PDT) Message-ID: <4d4dc3640609220929u5e43300fk8d61eaaa1edad5c3@mail.gmail.com> Date: Fri, 22 Sep 2006 23:29:28 +0700 From: budsz To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Help about dynamic rule dummynet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 16:29:30 -0000 Hi, I've old problem with dynamic rule dummynet. I've internet cafe and of couse they could using download accelerator for download large file from HTTP/FTP server. In this case they use Freshget or something like that. In /etc/rc.firewall I have rule like: # Downstream for client ipcl="192.168.0.0/24{1,10,11,12,13,14,50}" bwdown="68Kbit/s" ${fwcmd} add 52 queue 1 ip from any to ${ipcl} out via ${ifint} ${fwcmd} queue 1 config weight 5 pipe 2 mask dst-ip 0x000000ff ${fwcmd} pipe 2 config bw ${bwdown} # Upstream for client bwup="36Kbit/s" ${fwcmd} add 53 queue 2 ip from ${ipcl} to any in via ${ifint} ${fwcmd} queue 2 config weight 5 pipe 3 mask src-ip 0x000000ff ${fwcmd} pipe 3 config bw ${bwup} My LAN using private ip address block C (192.168.0.0/24), my client's ip address 192.168.0.1, 192.168.0.10 - 192.168.0.14, ${ifint} is inside interface, also I use 4.10-STABLE FreeBSD. This illustration with output iftop: www.yahoo.com <=> client10.example.com 1.91Kb 1.93Kb 1.82Kb www.hotmail.com <=> client11.example.com 1.90Kb 1.91Kb 1.80Kb www.friendster.com <=> client12.example.com 1.50Kb 1.52Kb 1.51Kb www.geocities.com <=> client13.example.com 1.60Kb 1.64Kb 1.61Kb www.geocities.com <=> client14.example.com 1.54Kb 1.57Kb 1.53Kb ftp.freebsd.org <=> client01.example.com 10.92Kb 10.90Kb 10.89Kb ftp.freebsd.org <=> client01.example.com 11.87Kb 11.91Kb 11.90Kb ftp.freebsd.org <=> client01.example.com 12.88Kb 12.91Kb 12.89Kb ftp.freebsd.org <=> client01.example.com 10.70Kb 10.72Kb 10.71Kb ftp.freebsd.org <=> client01.example.com 10.75Kb 10.78Kb 10.77Kb If 192.168.0.1 using accelerator to download large file and splited to 5 file simultantly, the client's (192.168.0.10 - 192.168.0.14) will exhausted bandwidht. How to resolve this problem, any suggestion? TIA -- budsz From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 16:45: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 C307816A403 for ; Fri, 22 Sep 2006 16:45:37 +0000 (UTC) (envelope-from phatfish@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BD9C43D58 for ; Fri, 22 Sep 2006 16:45:37 +0000 (GMT) (envelope-from phatfish@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so552455wri for ; Fri, 22 Sep 2006 09:45: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:mime-version:content-type; b=GugkhfwSfmCAvsfVsvg97rpJYnbuhcfmvvqX1lDrY2PSfTKHjQwO6cAvgV7ATPm55rNiiVjfNrmygZzyMda79DNxSO9Cm8CcbFbdwQskqFF+FEEXY7pwYaNBJkkiS0/UXKCkXVqj/wqJ9/2rWiB3hU413Z5eT93ixamMz24XSYc= Received: by 10.90.120.6 with SMTP id s6mr544693agc; Fri, 22 Sep 2006 09:45:36 -0700 (PDT) Received: by 10.90.84.14 with HTTP; Fri, 22 Sep 2006 09:45:36 -0700 (PDT) Message-ID: <718eeb340609220945q7c626bdet439840d9e44e10a6@mail.gmail.com> Date: Fri, 22 Sep 2006 17:45:36 +0100 From: Chris To: freebsd-questions@freebsd.org MIME-Version: 1.0 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 Subject: Creating a bootable CD with CD Loader X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 16:45:37 -0000 Hi, I'm looking to create my own custom boot CD that will be used to bootstrap fully encrypted system using GEOM ELI. All the CD needs to do is load a kernel to initialize the encrypted root partition on the HDD, and read a key file to decrypt it. Ive looked at some tutorials for creating your own boot CD's but often they seem overly complicated or old. It seems to me the easiest way to do this is either: To use one of the FreeBSD floppy images and get it to boot from CD correctly. Or to use the CD Loader that the the distributed FreeBSD CD's use. I ripped the CD Loader image out of one of the FreeBSD 6.1 CD's, and it seems to work as wanted. It loads the kernel from the system I'm running at the moment, I just put my current /boot directory on the CD (although it doesn't fully boot, i guess it just needs some config changes). But I'm a little wary of using something that i don't really understand. Rather than just ripping the CD Loader out of an already made ISO i would be interested in knowing how it is created. So i could create a bootable CD without needing to borrow parts from a distributed one, and get a better idea of how it works. Any help appreciated. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 16:47: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 66EB416A412 for ; Fri, 22 Sep 2006 16:47:00 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A59443D45 for ; Fri, 22 Sep 2006 16:46:59 +0000 (GMT) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.12.6/8.12.6) with ESMTP id k8MGkxsN005691 for ; Fri, 22 Sep 2006 11:46:59 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200609221646.k8MGkxsN005691@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <5689.1158943619.1@dc.cis.okstate.edu> Date: Fri, 22 Sep 2006 11:46:59 -0500 From: Martin McCormick Subject: Re: Cron /usr/libexec/save-entropy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 16:47:00 -0000 Martin McCormick writes: > I must have dome something wrong setting up a FreeBSD5.4 > system, but I haven't a clue as to what. This is still Martin McCormick. I haven't found exactly what I did yet, but I remembered that I do have a second 5.4 box and it appears to be fine so I can probably solve this after some digging. Sorry to waste anybody's time. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 16:52: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 BB03816A416 for ; Fri, 22 Sep 2006 16:52:39 +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 402ED43D7D for ; Fri, 22 Sep 2006 16:52:35 +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 E8F8B1A3C20; Fri, 22 Sep 2006 09:52:34 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 74CC151379; Fri, 22 Sep 2006 12:52:31 -0400 (EDT) Date: Fri, 22 Sep 2006 12:52:31 -0400 From: Kris Kennaway To: Anton Shterenlikht Message-ID: <20060922165231.GA62769@xor.obsecurity.org> References: <20060922145945.GA1176@mech-aslap33.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline In-Reply-To: <20060922145945.GA1176@mech-aslap33.men.bris.ac.uk> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Is /boot/device.hints required if kernel is built with hints? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 16:52:39 -0000 --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 22, 2006 at 03:59:45PM +0100, Anton Shterenlikht wrote: > I was trying to build a kernel with statical device hints by > uncommenting the following line in my kernel configuration file: >=20 > # To statically compile in device wiring instead of /boot/device.hints > hints "VT.hints" # Default places to look for devices. >=20 > Before doing this I moved /boot/device.hints to another location. >=20 > when I do #make install I get >=20 > You must set up a /boot/device.hints file first. > *** Error code 1 >=20 > Stop in /usr/src/sys/i386/compile/VT. >=20 > Why do I need /boot/device.hints if I have the hints in the kernel? You don't, but the test doesn't check whether it's compiled in to the kernel. Just make an empty file. Kris --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFFBTOWry0BWjoQKURAopcAKD+baHpSTAsTFQRhiCNgetANcu24QCfQ2DQ 8HL8MmMMI+WmrBp1uRPD2aY= =93iq -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 16:54: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 D731216A407 for ; Fri, 22 Sep 2006 16:54:20 +0000 (UTC) (envelope-from trip@nosubject.org) Received: from server4.xenserve.com (ns7.xenserve.com [212.187.158.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 085A743D67 for ; Fri, 22 Sep 2006 16:54:19 +0000 (GMT) (envelope-from trip@nosubject.org) Received: (qmail 562 invoked from network); 22 Sep 2006 17:54:18 +0100 Received: from localhost.34sp.com (HELO localhost) (127.0.0.1) by localhost.34sp.com with SMTP; 22 Sep 2006 17:54:18 +0100 Received: from 213.94.74.144 ([213.94.74.144]) by webmail.nosubject.org (Horde MIME library) with HTTP; Fri, 22 Sep 2006 17:54:17 +0100 Message-ID: <20060922175417.ixzbkp8gsg000c8k@webmail.nosubject.org> Date: Fri, 22 Sep 2006 17:54:17 +0100 From: Bernd Trippel To: freebsd-questions@freebsd.org References: <200609221439.k8MEdLsN010608@dc.cis.okstate.edu> In-Reply-To: <200609221439.k8MEdLsN010608@dc.cis.okstate.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) Cc: Martin McCormick Subject: Re: Cron /usr/libexec/save-entropy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 16:54:20 -0000 Quoting Martin McCormick : > I must have dome something wrong setting up a FreeBSD5.4 > system, but I haven't a clue as to what. > > The script is called save-entropy, a great idea, but it > acts as if lots of the configuration it needs is missing. I do > have ipfw running and it got all the rules I put in to it via a > rule-setting script called in rc.conf.local but the message that > cron generates every eleven minutes shows that something is very > unhappy. > > For now, I simply commented out the save-entropy run for > a bit of peace and quiet, but the entropy is now not being > updated which is not a good thing. > > What do I need to look at to fix this properly? > > Thank you. > > Martin McCormick WB5AGZ Stillwater, OK > Systems Engineer > OSU Information Technology Department Network Operations Group > > ------- Forwarded Message > > > Date: Fri, 22 Sep 2006 08:55:00 CDT > > From: operator@fqdn (Cron Daemon) > Subject: Cron /usr/libexec/save-entropy > > > ipfw: not found > > That repeats 15 more times. > > > ------- End of Forwarded Message > > Seems you have a line containing only "ipfw" in your rc.conf. Comment it out or remove it. save-entropy relies on files specified in rc.conf. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 17:02:00 2006 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 5C91916A5A6; Fri, 22 Sep 2006 17:02:00 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20060922170200.5C91916A5A6@hub.freebsd.org> Date: Fri, 22 Sep 2006 17:02:00 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 17:02:00 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 17:02:00 2006 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 615B116A5AD; Fri, 22 Sep 2006 17:02:00 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20060922170200.615B116A5AD@hub.freebsd.org> Date: Fri, 22 Sep 2006 17:02:00 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 17:02:00 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Note also that the book has now been released for free download in PDF form. Instead of downloading the changed pages, you may prefer to download the entire book. See http://www.lemis.com/grog/Documentation/CFBSD/ for more information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm no longer constantly updating it, but I may be able to help Greg From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 17:54: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 6108D16A407 for ; Fri, 22 Sep 2006 17:54:25 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: from recife.ipad.com.br (recife.ipadnet.com.br [200.249.204.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21CEF43D45 for ; Fri, 22 Sep 2006 17:54:20 +0000 (GMT) (envelope-from mario.lobo@ipad.com.br) Received: from lobo.ipad.com.br ([192.168.64.1]) (authenticated bits=0) by recife.ipad.com.br (8.12.8/8.12.8) with ESMTP id k8MIMajx012532 for ; Fri, 22 Sep 2006 15:22:39 -0300 From: Mario Lobo Organization: IPAD To: freebsd-questions@freebsd.org Date: Fri, 22 Sep 2006 14:59:32 +0000 User-Agent: KMail/1.9.3 References: <20060922153615.GD32335@just.puresimplicity.net> In-Reply-To: <20060922153615.GD32335@just.puresimplicity.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609221459.33177.mario.lobo@ipad.com.br> Subject: Re: next episode, continuing saga X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 17:54:25 -0000 On Friday 22 September 2006 15:36, Josh Tolbert wrote: > On Fri, Sep 22, 2006 at 10:27:11AM -0500, hackmiester (Hunter Fuller) wrote: > > Really? I've never seen a mobo... well, you learn something new every > > day. :-D > > Yeah, I'd never seen a whole motherboard get toasted cause of that, but I > suppose it could happen. > > Thanks, > Josh That's why I never by lottery tickets. In over 2 decades working with PCs, the only time I saw a crash (not a toast!) was when I unplugged a keyboard from a PC-XT. The AT boards didn't do that anymore. And beleive me, I have done these swapings many,many,many,many, many times over, continued using the machine and NEVER smelled anything burning. But a new thing is a new thing and I am a fast learner, so, agreeing with Josh, I too suppose it could happen. -- //| //| // |// | // // | // // |||||||| ---------------------- mario.lobo@ipad.com.br http://www.ipad.com.br (FreeBSD since 2.2.8 - 100% Rwindows-free) From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 18:03:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79A6F16A602 for ; Fri, 22 Sep 2006 18:03:41 +0000 (UTC) (envelope-from up@3.am) Received: from richard2.pil.net (mail.pil.net [207.7.198.3]) by mx1.FreeBSD.org (Postfix) with SMTP id AED7343D45 for ; Fri, 22 Sep 2006 18:03:40 +0000 (GMT) (envelope-from up@3.am) Received: (qmail 55444 invoked by uid 1825); 22 Sep 2006 18:03:37 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 22 Sep 2006 18:03:37 -0000 Date: Fri, 22 Sep 2006 14:03:37 -0400 (EDT) From: up@3.am X-X-Sender: up@richard2.pil.net To: freebsd-questions@freebsd.org, Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-acpi@freebsd.org Subject: Bug in 6.1 acpi? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:03:41 -0000 (Please respond directly, as I am not subscribed) I've asked about this error message before, but this has gotten serious. Not sure if it's related, but this server keeps spontaneously having what appear to be power events every 13-40 hours or so. No errors or panic messages or core dumps. The system has dual power supplies and was rock stable running 4.X. The problem only started occuring after upgrading to 6.1-STABLE. Could it be related to this DMESG? : acpi0: on motherboard acpi0: Power Button (fixed) acpi: bad write to port 0x070 (8), val 0x43 acpi: bad read from port 0x071 (8) The hardware is an Intel L440GX+ MB with dual 1Ghz CPUs with SMP (I tried a kernel without SMP, but it didn't help), 1GB ECC RAM, 1GB Swap, Adaptec 2100 SCSI RAID level 1. It apppears to be lightly loaded in terms of CPU and RAM. This server is in production, so any advice would be greatly apppreciated. James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 18:04:05 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D6BE16A403 for ; Fri, 22 Sep 2006 18:04:05 +0000 (UTC) (envelope-from robert@ml.erje.net) Received: from smtpout-1.iphouse.net (smtpout-1.iphouse.net [216.250.188.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD7FE43D45 for ; Fri, 22 Sep 2006 18:04:04 +0000 (GMT) (envelope-from robert@ml.erje.net) Received: from smtpout-1.iphouse.net (localhost [127.0.0.1]) by outbound-clamsmtpd.iphouse.net (Postfix) with ESMTP id DC8E92AC495 for ; Fri, 22 Sep 2006 13:04:03 -0500 (CDT) Received: from ziemel.erje.net (ismet.erje.net [213.84.32.196]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpout-1.iphouse.net (Postfix) with ESMTP id 74A1D2AC494 for ; Fri, 22 Sep 2006 13:04:03 -0500 (CDT) Received: from ismet.erje.net (ismet.erje.net [IPv6:2001:888:1f33::8e45:7e]) by ziemel.erje.net (PostFix 2.3.3) with ESMTP id 5683A128914 for ; Fri, 22 Sep 2006 20:03:31 +0200 (CEST) Received: by ismet.erje.net (PostFix 2.3.3, from userid 3003) id 5838A16C4CA; Fri, 22 Sep 2006 20:03:30 +0200 (CEST) Date: Fri, 22 Sep 2006 20:02:02 +0200 From: Robert Joosten To: questions@freebsd.org Message-ID: <20060922180202.GB918@iphouse.com> References: <20060921182252.GA24321@xor.obsecurity.org> <20060921214316.GD673@iphouse.com> <6180D198-A44B-46D0-8A0B-FC5D3ACA115C@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6180D198-A44B-46D0-8A0B-FC5D3ACA115C@mac.com> X-ICQ: 13643672 X-geek-code-v3.1: G!>CS@O dx>--@ s: a31(32) C+++ UBL++++$ P++ L-@+++$ !E W(+) N+++(*) o-- K- w- O- M- V- PS+@ PE- Y+ PGP++ t- 5- X- R* !tv b++@ DI++ D G-- e@ h*(+) r>+@ z+c X-FreeBSD: 026746 X-Mobile/GSM/cell: +3162526777 X-msn: BlixKater X-No-rights-can-be-derived: Indeed X-Face: 0[uRd; X4=_; G; $DL6Wm=\]R/TWu1f+t|,Li1Q-maBcUyCJsAw(Nmj-(aDA!Kk#hLr#njX9T@U-rQm?Z53"_]SBYab3-NCkCN/{1-#0T4U1Ry"TPY~dtpzfxs$9"BrXKPylt/#5QQb/y+|LF}; X-bored-?-crack-this: b938b801a0bfbd5ca4825715039e7574e73af36376314c7c0022cb1d204f76b3b938b801a0bfbd5ca4825715039e7574fd3ba6fa132c34aff2476c18fe9286682cd6ee2c70b0bde53fbe6cac3c8b8bb1e73af36376314c7c0022cb1d204f76b3fe13119fb084fe8bbf5fe3ab7cc89b3bf5302386464f953ed581edac03556e5572cfd272ace172fa35026445fbef9b0360b725f10c9c85c70d97880dfe8191b3b7269fa2508548e4032c455818f1e321e85dde330c34efb0e526ee3082e4353b12f54a96f64443246930da001cafda8b60b725f10c9c85c70d97880dfe8191b3557b444e04c3134f026cd0055caa1725e73af36376314c7c0022cb1d204f76b3fe13119fb084fe8bbf5fe3ab7cc89b3bf4d5d0c0671be202bc241807c243e80b User-Agent: Mutt/1.5.11 X-ziemel.erje.net-MailScanner: Ok, found to be clean X-Spam-Status: No X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:04:05 -0000 Hi, > >Hmmm, is there a way to run pxe-boxes without rpc.lockd and then still > >able to run adduser and so on ? > Safely? No. But then, flock() doesn't work via NFS even if > rpc.lockd is running, so you aren't any worse off. flock() .. hmm yeah, I discoverd trouble with sendmail as well, it rings my bell. At least I know where to look for digging in the code finding clues about why. You say flock() doesn't work with rpc.lockd running. I observed running a pxe client running fbsd 5.[45] being served by nfs-box running 5 (and 4 nowadays because of asr0 trouble due to geom) having disabled rpc.lockd the box doens't let me run adduser, but with rpc.lockd enabled it's fine with 'em. Is that strange or am I missing (some) insight about this matter ? > However, I believe that some systems have actually re-implemented the > BSD flock() call in terms of calling the POSIX lockf(), which would > attempt to use rpc.lockd and thus have some chance of working over > NFS. I believe this was done in Linux by Andy Walker and for MacOS X > by Justin Walker (odd naming coincidence, there), IIRC; perhaps some > of these changes have made their way back to the other BSDs. Interesting observation. Thx for your reply ! Regards, Robert From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 18:17: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 364A016A40F for ; Fri, 22 Sep 2006 18:17:26 +0000 (UTC) (envelope-from lauasanf@wilderness.homeip.net) Received: from mail.ecommerce.com (mail.ecommerce.com [80.121.204.32]) by mx1.FreeBSD.org (Postfix) with SMTP id C5D6743D7D for ; Fri, 22 Sep 2006 18:17:24 +0000 (GMT) (envelope-from lauasanf@wilderness.homeip.net) Received: (qmail 16925 invoked by uid 399); 22 Sep 2006 18:32:38 -0000 Received: from unknown (HELO ?172.31.215.2?) (80.121.204.1) by mail.opentransfer.com with SMTP; 22 Sep 2006 18:32:38 -0000 Message-ID: <4514280A.5060702@wilderness.homeip.net> Date: Fri, 22 Sep 2006 13:14:34 -0500 From: Drew Sanford User-Agent: Thunderbird 1.5.0.5 (X11/20060804) MIME-Version: 1.0 To: up@3.am References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@freebsd.org, freebsd-questions@freebsd.org, freebsd-acpi@freebsd.org Subject: Re: Bug in 6.1 acpi? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:17:26 -0000 up@3.am wrote: > (Please respond directly, as I am not subscribed) > > I've asked about this error message before, but this has gotten serious. > Not sure if it's related, but this server keeps spontaneously having what > appear to be power events every 13-40 hours or so. No errors or panic > messages or core dumps. > > The system has dual power supplies and was rock stable running 4.X. The > problem only started occuring after upgrading to 6.1-STABLE. Could it be > related to this DMESG? : > > acpi0: on motherboard > acpi0: Power Button (fixed) > acpi: bad write to port 0x070 (8), val 0x43 > acpi: bad read from port 0x071 (8) > > The hardware is an Intel L440GX+ MB with dual 1Ghz CPUs with SMP (I tried > a kernel without SMP, but it didn't help), 1GB ECC RAM, 1GB Swap, Adaptec > 2100 SCSI RAID level 1. It apppears to be lightly loaded in terms of CPU > and RAM. > > This server is in production, so any advice would be greatly apppreciated. > > James, When you say power events, what exactly are we talking about here? Does the system just shut down, does it power down cleanly, or is it spontaneously rebooting? From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 18:17: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 A617716A500 for ; Fri, 22 Sep 2006 18:17:57 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from mail4.valornet.net (mail4.valornet.net [69.30.128.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id A937843D69 for ; Fri, 22 Sep 2006 18:17:53 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: (qmail 1687 invoked by uid 89); 22 Sep 2006 18:17:53 -0000 Received: by simscan 1.1.0 ppid: 1679, pid: 1680, t: 0.0999s scanners: attach: 1.1.0 clamav: 0.85.1/m:31/d:910 spam: 3.0.2 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail4.valornet.net X-Spam-Level: X-Spam-Status: No, score=0.0 required=15.0 tests=AWL autolearn=disabled version=3.1.0 Received: from unknown (HELO ?192.168.1.100?) (66.55.255.50) by 0 with SMTP; 22 Sep 2006 18:17:52 -0000 Message-ID: <451428C1.2060902@averageadmins.com> Date: Fri, 22 Sep 2006 13:17:37 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: questions@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Savecore Errors? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:17:57 -0000 I have noticed the following messages when booting up my laptop recently. Can anyone explain this to me, if it is good or bad (it looks bad), and how I can correct it? Sep 19 08:57:54 xtop savecore: reboot after panic: vinvalbuf: dirty bufs Sep 19 08:57:54 xtop savecore: no dump, not enough free space on device (232748 available, need 753090) Sep 19 08:57:54 xtop savecore: unsaved dumps found but not saved I don't want to have "dirty bufs" any more! :) Jeff Cross http://www.averageadmins.com From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 18:21: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 A2D1216A403 for ; Fri, 22 Sep 2006 18:21:40 +0000 (UTC) (envelope-from up@3.am) Received: from richard2.pil.net (mail.pil.net [207.7.198.3]) by mx1.FreeBSD.org (Postfix) with SMTP id E0AC743D49 for ; Fri, 22 Sep 2006 18:21:38 +0000 (GMT) (envelope-from up@3.am) Received: (qmail 70481 invoked by uid 1825); 22 Sep 2006 18:21:37 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 22 Sep 2006 18:21:37 -0000 Date: Fri, 22 Sep 2006 14:21:37 -0400 (EDT) From: up@3.am X-X-Sender: up@richard2.pil.net To: Drew Sanford In-Reply-To: <4514280A.5060702@wilderness.homeip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-bugs@freebsd.org, freebsd-questions@freebsd.org, freebsd-acpi@freebsd.org Subject: Re: Bug in 6.1 acpi? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:21:40 -0000 On Fri, 22 Sep 2006, Drew Sanford wrote: > up@3.am wrote: > > (Please respond directly, as I am not subscribed) > > > > I've asked about this error message before, but this has gotten serious. > > Not sure if it's related, but this server keeps spontaneously having what > > appear to be power events every 13-40 hours or so. No errors or panic > > messages or core dumps. > > > > The system has dual power supplies and was rock stable running 4.X. The > > problem only started occuring after upgrading to 6.1-STABLE. Could it be > > related to this DMESG? : > > > > acpi0: on motherboard > > acpi0: Power Button (fixed) > > acpi: bad write to port 0x070 (8), val 0x43 > > acpi: bad read from port 0x071 (8) > > > > The hardware is an Intel L440GX+ MB with dual 1Ghz CPUs with SMP (I tried > > a kernel without SMP, but it didn't help), 1GB ECC RAM, 1GB Swap, Adaptec > > 2100 SCSI RAID level 1. It apppears to be lightly loaded in terms of CPU > > and RAM. > > > > This server is in production, so any advice would be greatly apppreciated. > > > > > > James, > When you say power events, what exactly are we talking about here? Does > the system just shut down, does it power down cleanly, or is it > spontaneously rebooting? Spontaneously rebooting. NOT cleanly, but so far, it has come back up every time. I'm not sure how high the risk is for serious file system damage in this situation, but it sure makes me nervous. James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 18:23:56 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A402516A40F for ; Fri, 22 Sep 2006 18:23:56 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from mail3.valornet.net (mail3.valornet.net [69.30.128.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8768843D9E for ; Fri, 22 Sep 2006 18:23:44 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: (qmail 15513 invoked by uid 89); 22 Sep 2006 18:17:41 -0000 Received: by simscan 1.1.0 ppid: 15491, pid: 15500, t: 0.3015s scanners: attach: 1.1.0 clamav: 0.85.1/m:31/d:910 spam: 3.0.2 Received: from unknown (HELO ?192.168.1.100?) (66.55.255.50) by 0 with SMTP; 22 Sep 2006 18:17:40 -0000 Message-ID: <45142A20.5040601@averageadmins.com> Date: Fri, 22 Sep 2006 13:23:28 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: questions@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on mail3.valornet.net X-Spam-Level: X-Spam-Status: No, score=-1.6 required=15.0 tests=AWL, BAYES_00 autolearn=ham version=3.0.2 Cc: Subject: Resizing Partitions, Losing Windows XP... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:23:56 -0000 I have been dual booting FreeBSD and Windows XP for quite sometime. However, I never boot into Windows XP any longer. I can pretty much do everything I need to do from within FreeBSD. Is there a way that I can wipe out the Windows XP partition, resize the FreeBSD partition, and install a standard FreeBSD MBR (no boot manager) without slicking and reloading the hard drive? I really like the way I have my stuff setup within FreeBSD and would hate to have to recreate a lot of it as well as install applications over again. Could I do a dump of my current FreeBSD partition, reformat and partition the whole drive, install FreeBSD, and then restore my data to the new partition or would this cause issues? Any assistance is greatly appreciated! Jeff Cross http://www.averageadmins.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 18:29:43 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F83E16A403 for ; Fri, 22 Sep 2006 18:29:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B3A443D83 for ; Fri, 22 Sep 2006 18:29:42 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout13/MantshX 4.0) with ESMTP id k8MITdaa025509; Fri, 22 Sep 2006 11:29:39 -0700 (PDT) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id k8MITSpV011188; Fri, 22 Sep 2006 11:29:30 -0700 (PDT) In-Reply-To: <20060922180202.GB918@iphouse.com> References: <20060921182252.GA24321@xor.obsecurity.org> <20060921214316.GD673@iphouse.com> <6180D198-A44B-46D0-8A0B-FC5D3ACA115C@mac.com> <20060922180202.GB918@iphouse.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <186AD616-6739-41EF-88F1-4F8B9BD417BC@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 22 Sep 2006 11:29:28 -0700 To: Robert Joosten X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: questions@freebsd.org Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:29:43 -0000 On Sep 22, 2006, at 11:02 AM, Robert Joosten wrote: >>> Hmmm, is there a way to run pxe-boxes without rpc.lockd and then >>> still >>> able to run adduser and so on ? >> Safely? No. But then, flock() doesn't work via NFS even if >> rpc.lockd is running, so you aren't any worse off. > > flock() .. hmm yeah, I discoverd trouble with sendmail as well, it > rings > my bell. At least I know where to look for digging in the code finding > clues about why. > > You say flock() doesn't work with rpc.lockd running. At least at one point, flock() used against an NFS-mount filesystem would simply return as if the call was successful, but no locking was done. Whether rpc.lockd is running or not would have no impact. > I observed running a pxe client running fbsd 5.[45] being served by > nfs-box running 5 (and 4 > nowadays because of asr0 trouble due to geom) having disabled > rpc.lockd > the box doens't let me run adduser, but with rpc.lockd enabled it's > fine > with 'em. Is that strange or am I missing (some) insight about this > matter? That's interesting. Are you getting a "could not lock the passwd file: EOPNOTSUPP" failure with rpc.lockd not enabled? I suspect that the pw_lock() code in libutil ought to use O_EXLOCK in the open() call rather than calling flock() separately: [EOPNOTSUPP] O_SHLOCK or O_EXLOCK is specified but the underlying file system does not support locking. ...? -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 18:56: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 27C0C16A40F for ; Fri, 22 Sep 2006 18:56:58 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D6CC43D4C for ; Fri, 22 Sep 2006 18:56:57 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k8MIuoLc049364; Fri, 22 Sep 2006 11:56:52 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Fri, 22 Sep 2006 14:56:49 -0400 User-Agent: KMail/1.9.4 References: <45142A20.5040601@averageadmins.com> In-Reply-To: <45142A20.5040601@averageadmins.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609221456.50165.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Jeff Cross Subject: Re: Resizing Partitions, Losing Windows XP... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 18:56:58 -0000 On Friday 22 September 2006 14:23, Jeff Cross wrote: > I have been dual booting FreeBSD and Windows XP for quite sometime. > However, I never boot into Windows XP any longer. I can pretty much do > everything I need to do from within FreeBSD. Is there a way that I can > wipe out the Windows XP partition, resize the FreeBSD partition, and > install a standard FreeBSD MBR (no boot manager) without slicking and > reloading the hard drive? Probably several. See below. > I really like the way I have my stuff setup within FreeBSD and would > hate to have to recreate a lot of it as well as install applications > over again. Could I do a dump of my current FreeBSD partition, reformat > and partition the whole drive, install FreeBSD, and then restore my data > to the new partition or would this cause issues? Yes you could, and this is probably the recommended approach. Make sure you get a dump of each FreeBSD partition if you have more than one ( /, /usr, etc). You'll need to know how to use fdisk, bsdlabel, and newfs in order to create your new partitions from a FreeBSD install CD's rescue prompt. If you pass a -B flag to both fdisk and bsdlabel you should be fine as far as the MBR and boot blocks are concerned. Of course you'll also need to be able to access your dumps on whatever media or network location you put them on, and know how to use restore. Depending on how your disk is currently laid out, it might be possible to wipe out your windows partition and use growfs, but you really should have good backups before attempting this, so get a dump of everything in any case. JN From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 19:26:51 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 7963016A403 for ; Fri, 22 Sep 2006 19:26:51 +0000 (UTC) (envelope-from robert@ml.erje.net) Received: from smtpout-2.iphouse.net (smtpout-2.iphouse.net [216.250.188.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id E056743D45 for ; Fri, 22 Sep 2006 19:26:49 +0000 (GMT) (envelope-from robert@ml.erje.net) Received: from smtpout-2.iphouse.net (localhost.iphouse.net [127.0.0.1]) by outbound-clamsmtpd.iphouse.net (Postfix) with ESMTP id D9F422AC465; Fri, 22 Sep 2006 14:26:46 -0500 (CDT) Received: from ziemel.erje.net (ismet.erje.net [213.84.32.196]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpout-2.iphouse.net (Postfix) with ESMTP id 715072AC422; Fri, 22 Sep 2006 14:26:46 -0500 (CDT) Received: from ismet.erje.net (ismet.erje.net [IPv6:2001:888:1f33::8e45:7e]) by ziemel.erje.net (PostFix 2.3.3) with ESMTP id 42ED01288E5; Fri, 22 Sep 2006 21:26:24 +0200 (CEST) Received: by ismet.erje.net (PostFix 2.3.3, from userid 3003) id 52AFA16C4CA; Fri, 22 Sep 2006 21:26:23 +0200 (CEST) Date: Fri, 22 Sep 2006 21:25:21 +0200 From: Robert Joosten To: Chuck Swiger Message-ID: <20060922192520.GD918@iphouse.com> References: <20060921182252.GA24321@xor.obsecurity.org> <20060921214316.GD673@iphouse.com> <6180D198-A44B-46D0-8A0B-FC5D3ACA115C@mac.com> <20060922180202.GB918@iphouse.com> <186AD616-6739-41EF-88F1-4F8B9BD417BC@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <186AD616-6739-41EF-88F1-4F8B9BD417BC@mac.com> X-ICQ: 13643672 X-geek-code-v3.1: G!>CS@O dx>--@ s: a31(32) C+++ UBL++++$ P++ L-@+++$ !E W(+) N+++(*) o-- K- w- O- M- V- PS+@ PE- Y+ PGP++ t- 5- X- R* !tv b++@ DI++ D G-- e@ h*(+) r>+@ z+c X-FreeBSD: 026746 X-Mobile/GSM/cell: +3162526777 X-msn: BlixKater X-No-rights-can-be-derived: Indeed X-Face: 0[uRd; X4=_; G; $DL6Wm=\]R/TWu1f+t|,Li1Q-maBcUyCJsAw(Nmj-(aDA!Kk#hLr#njX9T@U-rQm?Z53"_]SBYab3-NCkCN/{1-#0T4U1Ry"TPY~dtpzfxs$9"BrXKPylt/#5QQb/y+|LF}; X-bored-?-crack-this: b938b801a0bfbd5ca4825715039e7574e73af36376314c7c0022cb1d204f76b3b938b801a0bfbd5ca4825715039e7574fd3ba6fa132c34aff2476c18fe9286682cd6ee2c70b0bde53fbe6cac3c8b8bb1e73af36376314c7c0022cb1d204f76b3fe13119fb084fe8bbf5fe3ab7cc89b3bf5302386464f953ed581edac03556e5572cfd272ace172fa35026445fbef9b0360b725f10c9c85c70d97880dfe8191b3b7269fa2508548e4032c455818f1e321e85dde330c34efb0e526ee3082e4353b12f54a96f64443246930da001cafda8b60b725f10c9c85c70d97880dfe8191b3557b444e04c3134f026cd0055caa1725e73af36376314c7c0022cb1d204f76b3fe13119fb084fe8bbf5fe3ab7cc89b3bf4d5d0c0671be202bc241807c243e80b User-Agent: Mutt/1.5.11 X-ziemel.erje.net-MailScanner: Ok, found to be clean X-Spam-Status: No X-Virus-Scanned: ClamAV using ClamSMTP Cc: questions@freebsd.org Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 19:26:51 -0000 Hi, > >I observed running a pxe client running fbsd 5.[45] being served by > >nfs-box running 5 (and 4 > >nowadays because of asr0 trouble due to geom) having disabled > >rpc.lockd > >the box doens't let me run adduser, but with rpc.lockd enabled it's > >fine > >with 'em. Is that strange or am I missing (some) insight about this > >matter? > That's interesting. Are you getting a "could not lock the passwd > file: EOPNOTSUPP" failure with rpc.lockd not enabled? I never witnissed any message. After I press enter (adduser) nothing appears on the screen at all. But it has been a long time ago and I'm currently unable to experiment. I hope tomorrow I will. I assume it's a good idea to run a debug kernel ? I also recall there were some occaisions I once run adduser that went ok, but the second (and more) times in a row it just locked. These cases were never reproducable, however I had the idea something called some rpc.lockd procedure before. In all these cases, the box ran the standard sendmail enabled. Maybe in these occasions the box did a 'lock' before, and all subsequent flock() calls stall. Something like that. I'm not sure but at that time I presume I ran a 6.0-rel pxe client served by a 5.3-rel nfs server; I really forget though and didn't take any notes either. Regards, Robert From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 19:33:21 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFA716A412 for ; Fri, 22 Sep 2006 19:33:21 +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 CBD3743D55 for ; Fri, 22 Sep 2006 19:33:20 +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 k8MJW9qf041158; Fri, 22 Sep 2006 15:32:09 -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 k8MJW9Qg041157; Fri, 22 Sep 2006 15:32:09 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 22 Sep 2006 15:32:08 -0400 From: Jerry McAllister To: Jeff Cross Message-ID: <20060922193208.GA41114@gizmo.acns.msu.edu> References: <45142A20.5040601@averageadmins.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45142A20.5040601@averageadmins.com> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: Resizing Partitions, Losing Windows XP... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 19:33:21 -0000 On Fri, Sep 22, 2006 at 01:23:28PM -0500, Jeff Cross wrote: > I have been dual booting FreeBSD and Windows XP for quite sometime. > However, I never boot into Windows XP any longer. I can pretty much do > everything I need to do from within FreeBSD. Is there a way that I can > wipe out the Windows XP partition, resize the FreeBSD partition, and > install a standard FreeBSD MBR (no boot manager) without slicking and > reloading the hard drive? > > I really like the way I have my stuff setup within FreeBSD and would > hate to have to recreate a lot of it as well as install applications > over again. Could I do a dump of my current FreeBSD partition, reformat > and partition the whole drive, install FreeBSD, and then restore my data > to the new partition or would this cause issues? That would be one good way of doing it. Just make sure and check your dumps before wiping everything. (create a scratch space. Cd to it and read a few things back from the dumps and check them. You don't need to reformat the drive - that is too low level for this. Just fdisk it and put all the disk in one slice - slice 1. Make that slice marked bootable. Then use bsdlabel (disklabel pre 5.xxx) to divide up the slice in to partitions. They will need to be the same partition identifiers (a-h) as used currently. Finally, use newfs to build filesystems on the partitions (except for swap) and then restore the dumps to their original partitions. Make sure you mount the partition as something and then cd in to that appropriate partition to do the restore. You will need to do the wiping and rebuilding from some other media such as a fixit CD or another bootable disk. You can't wipe the slice that you are running from. An alternative would be to leave the existing slice alone, but use fdisk to mark the MS slice as a FreeBSD slice (not bootable) and then either create one single partition in that slice or divide it as you choose and use newfs to create file systems. Then, create a mount point for each new partition you made (put them in /etc/fstab and mount them up. Then move some of your big directories in the existing FreeBSD slice over then and made symlinks to them. That way you would free up room in the FreeBSD bootable slice, but not have to dump/restore and rebuild everything. It is quicker and works just as well, but slightly less clean, though it could be helpful if your file systems are too large for your backup media. ////jerry > > Any assistance is greatly appreciated! > > Jeff Cross > http://www.averageadmins.com/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 19:50:49 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 2C1F716A500 for ; Fri, 22 Sep 2006 19:50:49 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from mail4.valornet.net (mail4.valornet.net [69.30.128.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF01D43D46 for ; Fri, 22 Sep 2006 19:50:48 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: (qmail 13614 invoked by uid 89); 22 Sep 2006 19:50:48 -0000 Received: by simscan 1.1.0 ppid: 13531, pid: 13537, t: 0.9253s scanners: attach: 1.1.0 clamav: 0.85.1/m:31/d:910 spam: 3.0.2 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail4.valornet.net X-Spam-Level: X-Spam-Status: No, score=0.0 required=15.0 tests=AWL autolearn=disabled version=3.1.0 Received: from unknown (HELO ?192.168.1.100?) (66.55.255.50) by 0 with SMTP; 22 Sep 2006 19:50:47 -0000 Message-ID: <45143E87.3020402@averageadmins.com> Date: Fri, 22 Sep 2006 14:50:31 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: Jerry McAllister References: <45142A20.5040601@averageadmins.com> <20060922193208.GA41114@gizmo.acns.msu.edu> In-Reply-To: <20060922193208.GA41114@gizmo.acns.msu.edu> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Resizing Partitions, Losing Windows XP... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 19:50:49 -0000 Jerry McAllister wrote: > On Fri, Sep 22, 2006 at 01:23:28PM -0500, Jeff Cross wrote: > >> I have been dual booting FreeBSD and Windows XP for quite sometime. >> However, I never boot into Windows XP any longer. I can pretty much do >> everything I need to do from within FreeBSD. Is there a way that I can >> wipe out the Windows XP partition, resize the FreeBSD partition, and >> install a standard FreeBSD MBR (no boot manager) without slicking and >> reloading the hard drive? >> >> I really like the way I have my stuff setup within FreeBSD and would >> hate to have to recreate a lot of it as well as install applications >> over again. Could I do a dump of my current FreeBSD partition, reformat >> and partition the whole drive, install FreeBSD, and then restore my data >> to the new partition or would this cause issues? > > That would be one good way of doing it. Just make sure and check > your dumps before wiping everything. (create a scratch space. Cd to it > and read a few things back from the dumps and check them. > > You don't need to reformat the drive - that is too low level for this. > Just fdisk it and put all the disk in one slice - slice 1. Make that > slice marked bootable. Then use bsdlabel (disklabel pre 5.xxx) to > divide up the slice in to partitions. They will need to be the > same partition identifiers (a-h) as used currently. Finally, > use newfs to build filesystems on the partitions (except for swap) > and then restore the dumps to their original partitions. > Make sure you mount the partition as something and then cd in to > that appropriate partition to do the restore. > > You will need to do the wiping and rebuilding from some other > media such as a fixit CD or another bootable disk. You can't > wipe the slice that you are running from. > > > An alternative would be to leave the existing slice alone, but > use fdisk to mark the MS slice as a FreeBSD slice (not bootable) > and then either create one single partition in that slice or > divide it as you choose and use newfs to create file systems. > Then, create a mount point for each new partition you made (put > them in /etc/fstab and mount them up. Then move some of your big > directories in the existing FreeBSD slice over then and made > symlinks to them. That way you would free up room in the FreeBSD > bootable slice, but not have to dump/restore and rebuild everything. > It is quicker and works just as well, but slightly less clean, though > it could be helpful if your file systems are too large for your > backup media. > > ////jerry > >> Any assistance is greatly appreciated! >> >> Jeff Cross >> http://www.averageadmins.com/ >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > This sounds scary, I mean ok, but will doing what you have mentioned in this post do anything for the MBR? Is that why I would be setting the bootable flag in fdisk? I am currently using NTLOADER to boot Windows XP and FreeBSD 6.1-SECURITY. Jeff Cross http://www.averageadmins.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 20:30:14 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 E35AB16A416 for ; Fri, 22 Sep 2006 20:30:14 +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 C29E943D8B for ; Fri, 22 Sep 2006 20:30:00 +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 k8MKSmLs041454; Fri, 22 Sep 2006 16:28: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 k8MKSmBP041453; Fri, 22 Sep 2006 16:28:48 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 22 Sep 2006 16:28:47 -0400 From: Jerry McAllister To: Jeff Cross Message-ID: <20060922202847.GA41371@gizmo.acns.msu.edu> References: <45142A20.5040601@averageadmins.com> <20060922193208.GA41114@gizmo.acns.msu.edu> <45143E87.3020402@averageadmins.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45143E87.3020402@averageadmins.com> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: Resizing Partitions, Losing Windows XP... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 20:30:15 -0000 On Fri, Sep 22, 2006 at 02:50:31PM -0500, Jeff Cross wrote: > Jerry McAllister wrote: > > On Fri, Sep 22, 2006 at 01:23:28PM -0500, Jeff Cross wrote: > > > >> I really like the way I have my stuff setup within FreeBSD and would > >> hate to have to recreate a lot of it as well as install applications > >> over again. Could I do a dump of my current FreeBSD partition, reformat > >> and partition the whole drive, install FreeBSD, and then restore my data > >> to the new partition or would this cause issues? > > > > That would be one good way of doing it. Just make sure and check > > your dumps before wiping everything. (create a scratch space. Cd to it > > and read a few things back from the dumps and check them. > > > > You don't need to reformat the drive - that is too low level for this. > > Just fdisk it and put all the disk in one slice - slice 1. Make that > > slice marked bootable. Then use bsdlabel (disklabel pre 5.xxx) to > > divide up the slice in to partitions. They will need to be the > > same partition identifiers (a-h) as used currently. Finally, > > use newfs to build filesystems on the partitions (except for swap) > > and then restore the dumps to their original partitions. > > Make sure you mount the partition as something and then cd in to > > that appropriate partition to do the restore. > > > > You will need to do the wiping and rebuilding from some other > > media such as a fixit CD or another bootable disk. You can't > > wipe the slice that you are running from. > > > > > > An alternative would be to leave the existing slice alone, but > > use fdisk to mark the MS slice as a FreeBSD slice (not bootable) > > and then either create one single partition in that slice or > > divide it as you choose and use newfs to create file systems. > > Then, create a mount point for each new partition you made (put > > them in /etc/fstab and mount them up. Then move some of your big > > directories in the existing FreeBSD slice over then and made > > symlinks to them. That way you would free up room in the FreeBSD > > bootable slice, but not have to dump/restore and rebuild everything. > > It is quicker and works just as well, but slightly less clean, though > > it could be helpful if your file systems are too large for your > > backup media. > > > > ////jerry > > > >> Any assistance is greatly appreciated! > >> > >> Jeff Cross > >> http://www.averageadmins.com/ > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > > This sounds scary, I mean ok, but will doing what you have mentioned in > this post do anything for the MBR? Is that why I would be setting the > bootable flag in fdisk? I am currently using NTLOADER to boot Windows > XP and FreeBSD 6.1-SECURITY. There is a command line '-B' flag to fdisk that makes it write the MBR. Setting the slice as bootable during the fdisk session just sets a flag for it. Then in bsdlabel you need to tell it to write the boot sector for that slice. That flag is also '-B' but the one in bsdlabel writes the slice's boot code and the one in fdisk writes the whole drive's MBR. Note that a drive's MBR runs, checks for bootable slices, gives you a menu to choose bootable slices and when you choose, loads the boot code from that slice and transfers control to it. Actually, you don't really really need an MBR if there is only one slice and it is bootable. But, skip that. Do it the whole hog way. In the bsdlabel man page there is an example group of commands that do just what you want - wipe the disk, fdisk it to a single slice and do the bsdlabels (two of them in a row) to set it up. In the second one, you get an edit screen and in that you set up the partition with identifiers and sizes you want. When you tell it to write and exit (standard 'ESC : w q' you use in vi) it writes out the label. >From man bsdlabel: dd if=/dev/zero of=/dev/da0 bs=512 count=32 fdisk -BI da0 dd if=/dev/zero of=/dev/da0s1 bs=512 count=32 bsdlabel -w -B da0s1 bsdlabel -e da0s1 The one block dd makes sure the disk is wiped and may not be needed. I would skip the second dd -- I never use it. Notice it is referencing slice 1 on da0 whereas the first dd is referencing the drive itself without a slice. The first one would nuke the MBR, the second one would nuke the partition table and boot code on slice 1. The first bsdlabel writes the boot code in slice 1. The second bsdlabel sets up an edit session for the partition table. After this, you just need to do a newfs for each partition you create except the one for swap (partition b). Partition a should be root. Partition label c is for the whole drive, not a real partition. After a, b and c, the rest is up to you how to use the identifiers. bsdlabel is much more forgiving about formats for partition sizes nodays, but I like to still figure it out in number of blocks (512 bytes each) As a sample, here is the partition setup from my desktop machine which has FreeBSD on the third slice (Diagnostics on 1, XP on 2, FBSD on 3) This is a 37.3 GB slice. #-> bsdlabel ad0s3 # /dev/ad0s3: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 524288 0 4.2BSD 2048 16384 32776 b: 2572288 524288 swap c: 78316875 0 unused 0 0 # "raw" part, don't edit d: 1048576 3096576 4.2BSD 2048 16384 8 e: 4194304 4145152 4.2BSD 2048 16384 28552 f: 6291456 8339456 4.2BSD 2048 16384 28552 g: 63685963 14630912 4.2BSD 2048 16384 28552 Note, don't modify any of the stuff above the partition table, even if it looks wrong to you. Also note that nowdays you can put in * for offsets and also * for the last partition and bsdlabel will figure those things out for you and make the last partition take up all the remainder of the slice. And NOTE. The disk name will be adx for sata and dax for SCSI where 'x' is the drive number starting with 0. If you have just one drive, it will be either ad0 or da0. Really, this all works - but do make a reliable backup in case you fat-finger something along the way. Good luck, have fun, ////jerry > > Jeff Cross > http://www.averageadmins.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 20:38:23 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FC6B16A407 for ; Fri, 22 Sep 2006 20:38:23 +0000 (UTC) (envelope-from calebflynn@gmail.com) Received: from carter.lisco.com (carter.lisco.com [69.18.32.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id D996E43D53 for ; Fri, 22 Sep 2006 20:38:22 +0000 (GMT) (envelope-from calebflynn@gmail.com) Received: from [192.168.10.148] (69-18-51-220.lisco.net [69.18.51.220]) by carter.lisco.com (Postfix) with ESMTP id 2CD0B5480F; Fri, 22 Sep 2006 15:38:22 -0500 (CDT) Message-ID: <451449BD.4000601@gmail.com> Date: Fri, 22 Sep 2006 15:38:21 -0500 From: Caleb Flynn User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: File and folder permissions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 20:38:23 -0000 Hello list, This has probably come up before, but I can't seem to find any entries for it. I'm helping a new public radio station to implement a shared music library via NFS (& Samba for 1 Windows box) on 6.1. The library needs to be accessible by everyone in the station, and we'd like volunteers to be able to write files to the library, but not delete them. Files will be organized into folders by artist first name: library/a/artist/album/track.ogg. I found this: http://www.greenend.org.uk/rjk/2004/perms.html Some platforms, e.g. FreeBSD, optionally take note of the setuid bit on a directory: any files or directories created in that directory use the directory's user ID as their user ID and new directories have the setuid bit turned on. I've tried this approach and it does not seem to work, or maybe I'd doing something wrong. The setup is: drwsrwxr-x 2 test2 wheel 512 Sep 22 02:16 test When I create a file as another user i get this: -rw-r--r-- 1 test1 wheel 0 Sep 22 01:39 uid When I create a directory: drwxr-xr-x 2 test2 wheel 512 Sep 22 15:29 yo The other problem is that if the folder is writable by the group then I can `rm -R test` and I can override the deletion for files inside the folder, but not the folder itself: override rwxr-xr-x test2/wheel for /test/yo? y $ ls -l /test total 0 Any thoughts or tips regarding the method I describe or another method that will be appreciated. Thanks, Caleb From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 20:53:05 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 695E716A403 for ; Fri, 22 Sep 2006 20:53:05 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83102.mail.mud.yahoo.com (web83102.mail.mud.yahoo.com [216.252.101.31]) by mx1.FreeBSD.org (Postfix) with SMTP id 0318B43D46 for ; Fri, 22 Sep 2006 20:53:04 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 67415 invoked by uid 60001); 22 Sep 2006 20:53:04 -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=6nDMBCYwYcoMJbyljVw92O8qfKGE7We6fisBE7Uocgw8eiFGGutqum6Uh6hpzbrmCtjVp7+Ug1aRX2akWMBR1APVZj02Dj5sBUy3Co4lK9AtQhM9TYerLYLf6Wk4PKPpT59N2TnmH7nOh/4m6g6BCL6s+4yLZ7dvRGWvhLrIXzE= ; Message-ID: <20060922205304.67413.qmail@web83102.mail.mud.yahoo.com> Received: from [75.15.29.212] by web83102.mail.mud.yahoo.com via HTTP; Fri, 22 Sep 2006 13:53:04 PDT Date: Fri, 22 Sep 2006 13:53:04 -0700 (PDT) From: backyard To: questions@freebsd.org In-Reply-To: <45142A20.5040601@averageadmins.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Resizing Partitions, Losing Windows XP... 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: Fri, 22 Sep 2006 20:53:05 -0000 --- Jeff Cross wrote: > > I really like the way I have my stuff setup within > FreeBSD and would > hate to have to recreate a lot of it as well as > install applications > over again. Could I do a dump of my current FreeBSD > partition, reformat > and partition the whole drive, install FreeBSD, and > then restore my data > to the new partition or would this cause issues? > > Any assistance is greatly appreciated! > > Jeff Cross > http://www.averageadmins.com/ > Yes failrly easily you can back everything up to "tape" first you must find a suitable backup medium such as a USB hard drive. I use a 5 gig seagate drive I picked up along the way. This allows a typcial root, var and about 5.6 gig of stuff on /usr. With compression things aught to work. You might want to clean up /usr/ports/distfiles, /usr/obj, and run a "cd /usr/ports; make -DNOCLEANDEPENDS clean" to get rid of any "unnecessary" files, but this is up to you. then... I would suggest booting to safe mode on your current FreeBSD install first of all then do a #fsck -p for paranoia #swapon -a for swap # mount -a -o ro to mount the partitions read only. this isn't required but if the drives are rw you need -L as a switch to the dump command below. mount -u /tmp dump will use /tmp then mount you backup media whereever you want I will use /mnt as my mount point I also assume you have separate partions for each drive. then this monster will backup everything (dump -0 -C 32 -f - / | bzip2 | dd of=/mnt/root.dbz2) && (dump -0 -C 32 -f - /var | bzip2 | dd of=/mnt/var.dbz2) && (dump -0 -C 32 -f - /usr | bzip2 | dd of=/mnt/usr.dbz2) then grab a coffee and wait for the tapes to be made. now to restore there are better ways to do it but this method has worked for me... reboot with the FreeBSD install disk go to fdisk and delete the old slices and create the new slice. Use all disk, I would not do this dangerously dedicated keep it compatible I've had boot issues with boot drives in dangerously dedicated mode. hit w to write the table it will ask if you are sure say yes and install the boot loader you want, standard MBR or the boot manager, your choice. reboot load up the cd and do bsdlabel mode setup root, usr, var, tmp, swap whatever you use as a partitioning scheme. this tool will require a root partitio to be specified to work. then w to write the label now go to fixit mode on the cd and you'll be at a prompt. if your backup media was Fat32, ext2, basically anything but UFS1 or 2 you will type sysctl kern.module_path="/dist/boot/kernel" to let the kernel find the right modules to support fat32 then I generally do a mkdir /TAPE and mount the backup media there. you should also have the swap already loaded and root will be mounted on /mnt usr will be /mnt/usr and var will be /mnt/var next type #mdconfig -a -t swap -s 512m this will give you a md node prolly md1 512m is what I use (512 mb of swap) but less may work fine. #newfs md1 mkdir /junk; mount /dev/md1 /junk; cp /tmp/* /junk/; umount /junk; mount /dev/md1 /tmp restore will need this tmp directory to have space or things will get messy then I would #umount /mnt/var /mnt/usr /mnt then I usually reformat the partitions to get rid of annoying error messages about directories alrady being present during the restore #newfs -O 2 -L root -n /dev/ad0s1a (adjust your device as required the -L option isn't necessary #newfs -0 2 -L var -U -n /dev/ad0s1d #newfs =O 2 -L usr -U -n /dev/ad0s1e again adust the devices as required then remount root to /mnt then #bzip2 -dc /TAPE/root.dbz2 | (cd /mnt; restore -r -f -) mount var and usr then repeat for them with "cd /mnt/usr" and "cd /mnt/var" as required. make any changes to /mnt/etc/fstab as required, unmount everything and you should be good to go for a reboot. you may get some "expected 23423234 got 234253546" messages in the restore. a few of them aren't a problem. As suggested by others MAKE SURE YOUR DUMPS ARE GOOD PRIOR TO DOING THE RESLICING AND PARTITIONING!!!! you can use that restore command to restore to whereever you want with the right change dir so find some free space and doit. even if you run a newfs on the windows slice and mount it unlabeled just to see the dumps are good, and assuming you don't care about windows being lost. after the reboot delete the restoresymtable files on each of the filesystems of course if you know fdisk and bsdlabel from the command line using a freesbie live cd would prolly make this easier and not require a reboot after the fdisk... I have had issues with the drives being able to boot up so I generally like to use grub. so readup on manually installing the MBR or boot manager just in case. I think my last restore I just chose the standard MBR and everything went fine. good luck -brian From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 21:14:49 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 AFDBA16A492 for ; Fri, 22 Sep 2006 21:14:49 +0000 (UTC) (envelope-from SRS0=Qwz2=DF=trop-amsterdam2007.com=info@srs.kundenserver.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D2C43D6D for ; Fri, 22 Sep 2006 21:14:01 +0000 (GMT) (envelope-from SRS0=Qwz2=DF=trop-amsterdam2007.com=info@srs.kundenserver.de) Received: from [88.119.44.243] (helo=trop-amsterdam2007.com) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis), id 0ML25U-1GQsKl48Sv-0007cp; Fri, 22 Sep 2006 23:13:20 +0200 Date: Fri, 22 Sep 2006 14:13:19 -0700 Mime-version: 1.0 From: info@trop-amsterdam2007.com To: Questions Message-Id: <9221413.UTHKYOAR@trop-amsterdam2007.com> X-Priority: 2 X-Provags-ID: kundenserver.de abuse@kundenserver.de login:ec9151e44ff112f9449adacb22a08384 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 5th European Conference on Tropical Medicine and International Health - May 24-28, 2007, Amsterdam X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 21:14:49 -0000 5th European Congress on Tropical Medicine and International Health May 24 - 28, 2007 - Amsterdam, Netherlands ****UPDATED WEBSITE**** Please visit our website www=2Etrop-amsterdam2007=2Ecom in order find the - Latest scientific program - Register online - Book your hotel online -Submit your abstract online -Download the 2nd announcement For any queries please contact us at: 5th ECMITH Conference Secretariat info@trop-amsterdam2007=2Ecom Tel: +49-30-24603-0 www=2Etrop-amsterdam2007=2Ecom From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 22:09:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26F7216A417 for ; Fri, 22 Sep 2006 22:09:11 +0000 (UTC) (envelope-from rj45@slacknet.com) Received: from slacknet.com (slacknet.com [166.70.153.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 652CB43D76 for ; Fri, 22 Sep 2006 22:09:10 +0000 (GMT) (envelope-from rj45@slacknet.com) Received: from rj45 (helo=localhost) by slacknet.com with local-esmtp (Exim 4.50 #1 (Debian)) id 1GQtCo-00058c-2m for ; Fri, 22 Sep 2006 16:09:10 -0600 Date: Fri, 22 Sep 2006 16:09:10 -0600 (MDT) From: RJ45 To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: rj45@slacknet.com X-SA-Exim-Scanned: No (on slacknet.com); SAEximRunCond expanded to false Subject: FreeBSD locale and sympa X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 22:09:11 -0000 Hello, I installed sympa5 from the FreeBSD ports collection. I am running FreeSBD 6.1 The problem is that the main sympa web interface does not show me the language options, so I cannot choose a language, and also the language menu is filled of spaces, empty spaces. Also I can't even set a default language, only en_US works. IS there any problem related to FreeBSD gettext ? anyone had this problem using sympa 5.2.1 on FreeBSD ? thanks Rick From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 23:04: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 6D00416A407 for ; Fri, 22 Sep 2006 23:04:49 +0000 (UTC) (envelope-from lists@rhavenn.net) Received: from smtp154.iad.emailsrvr.com (smtp154.iad.emailsrvr.com [207.97.245.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id E810143D49 for ; Fri, 22 Sep 2006 23:04:48 +0000 (GMT) (envelope-from lists@rhavenn.net) Received: from arucard.int.ecreativeworks.com (unknown [66.173.15.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: henrik@ecwwebworks.com) by relay5.relay.iad.emailsrvr.com (SMTP Server) with ESMTP id CCF5C1837C for ; Fri, 22 Sep 2006 19:04:47 -0400 (EDT) From: Henrik Hudson To: freebsd-questions@freebsd.org Date: Fri, 22 Sep 2006 18:04:46 -0500 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609221804.46751.lists@rhavenn.net> Subject: keepassX and FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lists@rhavenn.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 23:04:49 -0000 Hey List- anyone had luck compiling keepassX on their box? I know it required QT 4,1 and I compiled and installed the QT 4.1.1 in it's own directory (/usr/local/qt-4.1) and then I wrote a quick script to set the following environment variables: setenv QTDIR /usr/local/qt-4.1 setenv PATH ${PATH}:${QTDIR}/bin setenv LD_LIBRARY_PATH ${QTDIR}/lib setenv QMAKESPEC freebsd-g++ is there anything else I need to set / do? When I run qmake in the keepassX src tree I get a permanent loop of: QFile::open: No file name specified QFile::open: No file name specified QFile::open: No file name specified QFile::open: No file name specified QFile::open: No file name specified QFile::open: No file name specified I'm a total newb when it comes to QT. Where to start or what to do? Henrik -- Henrik Hudson lists@rhavenn.net ------------------------------ "God, root, what is difference?" Pitr; UF (http://www.userfriendly.org/) From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 23:13:14 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 963F016A415 for ; Fri, 22 Sep 2006 23:13:14 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from mail4.valornet.net (mail4.valornet.net [69.30.128.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB1243D45 for ; Fri, 22 Sep 2006 23:13:11 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: (qmail 8619 invoked by uid 89); 22 Sep 2006 23:13:11 -0000 Received: by simscan 1.1.0 ppid: 8610, pid: 8614, t: 0.1577s scanners: attach: 1.1.0 clamav: 0.85.1/m:31/d:910 spam: 3.0.2 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail4.valornet.net X-Spam-Level: X-Spam-Status: No, score=0.0 required=15.0 tests=AWL autolearn=disabled version=3.1.0 Received: from unknown (HELO ?192.168.1.100?) (66.55.255.50) by 0 with SMTP; 22 Sep 2006 23:13:11 -0000 Message-ID: <45146DF7.1000002@averageadmins.com> Date: Fri, 22 Sep 2006 18:12:55 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: Jeff Cross References: <451428C1.2060902@averageadmins.com> In-Reply-To: <451428C1.2060902@averageadmins.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Savecore Errors? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 23:13:14 -0000 Jeff Cross wrote: > I have noticed the following messages when booting up my laptop > recently. Can anyone explain this to me, if it is good or bad (it looks > bad), and how I can correct it? > > Sep 19 08:57:54 xtop savecore: reboot after panic: vinvalbuf: dirty bufs > Sep 19 08:57:54 xtop savecore: no dump, not enough free space on device > (232748 > available, need 753090) > Sep 19 08:57:54 xtop savecore: unsaved dumps found but not saved > > I don't want to have "dirty bufs" any more! :) > > Jeff Cross > http://www.averageadmins.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Any takers on this one? The laptop boots and runs fine. No issues, I just wondered if this was something to be concerned about. Thanks in advance! Jeff Cross http://www.averageadmins.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 22 23:20:53 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6ECD16A415 for ; Fri, 22 Sep 2006 23:20:53 +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 8724E43D46 for ; Fri, 22 Sep 2006 23:20:53 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6D5D31A3C1C; Fri, 22 Sep 2006 16:20:53 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CA7DC51667; Fri, 22 Sep 2006 19:20:52 -0400 (EDT) Date: Fri, 22 Sep 2006 19:20:52 -0400 From: Kris Kennaway To: Jeff Cross Message-ID: <20060922232052.GA68649@xor.obsecurity.org> References: <451428C1.2060902@averageadmins.com> <45146DF7.1000002@averageadmins.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45146DF7.1000002@averageadmins.com> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: Savecore Errors? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 23:20:53 -0000 On Fri, Sep 22, 2006 at 06:12:55PM -0500, Jeff Cross wrote: > Jeff Cross wrote: > > I have noticed the following messages when booting up my laptop > > recently. Can anyone explain this to me, if it is good or bad (it looks > > bad), and how I can correct it? > > > > Sep 19 08:57:54 xtop savecore: reboot after panic: vinvalbuf: dirty bufs > > Sep 19 08:57:54 xtop savecore: no dump, not enough free space on device > > (232748 > > available, need 753090) > > Sep 19 08:57:54 xtop savecore: unsaved dumps found but not saved > > > > I don't want to have "dirty bufs" any more! :) > > > > Jeff Cross > > http://www.averageadmins.com > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > > Any takers on this one? The laptop boots and runs fine. No issues, I > just wondered if this was something to be concerned about. Your laptop previous panicked. See the developers handbook for more. kris From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 00:39: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 9098A16A403 for ; Sat, 23 Sep 2006 00:39:26 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from S3.cableone.net (s3.cableone.net [24.116.0.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 402FB43D49 for ; Sat, 23 Sep 2006 00:39:26 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from [172.16.0.101] (unverified [24.117.52.220]) by S3.cableone.net (CableOne SMTP Service S3) with ESMTP id 75540172 for multiple; Fri, 22 Sep 2006 17:39:25 -0700 Message-ID: <4514822D.4070203@averageadmins.com> Date: Fri, 22 Sep 2006 19:39:09 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5.0.7 (X11/20060914) MIME-Version: 1.0 To: Kris Kennaway References: <451428C1.2060902@averageadmins.com> <45146DF7.1000002@averageadmins.com> <20060922232052.GA68649@xor.obsecurity.org> In-Reply-To: <20060922232052.GA68649@xor.obsecurity.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 4, First 141, in=44, out=0, spam=0 X-External-IP: 24.117.52.220 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: questions@freebsd.org Subject: Re: Savecore Errors? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 00:39:26 -0000 Kris Kennaway wrote: > On Fri, Sep 22, 2006 at 06:12:55PM -0500, Jeff Cross wrote: >> Jeff Cross wrote: >>> I have noticed the following messages when booting up my laptop >>> recently. Can anyone explain this to me, if it is good or bad (it looks >>> bad), and how I can correct it? >>> >>> Sep 19 08:57:54 xtop savecore: reboot after panic: vinvalbuf: dirty bufs >>> Sep 19 08:57:54 xtop savecore: no dump, not enough free space on device >>> (232748 >>> available, need 753090) >>> Sep 19 08:57:54 xtop savecore: unsaved dumps found but not saved >>> >>> I don't want to have "dirty bufs" any more! :) >>> >>> Jeff Cross >>> http://www.averageadmins.com >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >>> >>> >>> >> Any takers on this one? The laptop boots and runs fine. No issues, I >> just wondered if this was something to be concerned about. > > Your laptop previous panicked. See the developers handbook for more. > > kris > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Thanks, Kris. I'm heading that way now! Jeff Cross http://www.averageadmins.com/ From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 01:24: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 B9F3316A417 for ; Sat, 23 Sep 2006 01:24:54 +0000 (UTC) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (jasper.nighttide.net [207.5.141.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41D7E43D45 for ; Sat, 23 Sep 2006 01:24:54 +0000 (GMT) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (darren@localhost [127.0.0.1]) by olmec.nighttide.net (8.13.8/8.13.8) with ESMTP id k8N1OrQG022320 for ; Fri, 22 Sep 2006 21:24:53 -0400 (EDT) (envelope-from darren@nighttide.net) Received: from localhost (darren@localhost) by olmec.nighttide.net (8.13.8/8.13.8/Submit) with ESMTP id k8N1Or0h022317 for ; Fri, 22 Sep 2006 21:24:53 -0400 (EDT) (envelope-from darren@nighttide.net) X-Authentication-Warning: olmec.nighttide.net: darren owned process doing -bs Date: Fri, 22 Sep 2006 21:24:53 -0400 (EDT) From: Darren Henderson To: freebsd-questions@freebsd.org In-Reply-To: <200609190355.35277.list-freebsd-2004@morbius.sent.com> Message-ID: <20060922211719.F22066@olmec> References: <200609190355.35277.list-freebsd-2004@morbius.sent.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: csh as default root Shell X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 01:24:54 -0000 On Tue, 19 Sep 2006, RW wrote: > What you shouldn't do is set a shell installed from packages as the root > shell, such as bash. This has become so what canonized however... there is no problem in running your chosen shell. If you boot single user it will ask you for a shell to use. Just use /bin/sh if the volume containing your chosen shell isn't mounted. Take appropriate steps to configure your login scripts accordingly if they are doing anything important that is dependent on the shell. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 02:39: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 C7D6216A407 for ; Sat, 23 Sep 2006 02:39:46 +0000 (UTC) (envelope-from gary@gnomonic.org) Received: from mail-ihug.icp-qv1-irony2.iinet.net.au (ihug-mail.icp-qv1-irony2.iinet.net.au [203.59.1.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFA5843D45 for ; Sat, 23 Sep 2006 02:39:44 +0000 (GMT) (envelope-from gary@gnomonic.org) Received: from unknown (HELO elegia.gnomonic.org) ([203.206.97.36]) by mail-ihug.icp-qv1-irony2.iinet.net.au with ESMTP; 23 Sep 2006 10:39:25 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.09,205,1157299200"; d="scan'208"; a="644512937:sNHT33586067054" Received: by elegia.gnomonic.org (Postfix, from userid 1001) id 42C68395; Sat, 23 Sep 2006 12:38:35 +1000 (EST) Date: Sat, 23 Sep 2006 12:38:34 +1000 From: Gary Newcombe To: freebsd-questions@freebsd.org Message-Id: <20060923123834.c72119da.gary@pattersonsoftware.com> Organization: Patterson Software 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: phatfish@gmail.com Subject: Creating a bootable CD with CD Loader X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 02:39:46 -0000 On Fri, 22 Sep 2006 17:45:36 +0100 "Chris" wrote: > Hi, I'm looking to create my own custom boot CD that will be used to > bootstrap fully encrypted system using GEOM ELI. All the CD needs to do is > load a kernel to initialize the encrypted root partition on the HDD, and > read a key file to decrypt it. Hi Chris, I recently did this for two laptops, one booting from usb and the other from cd with both of them getting the key from a usb drive. If your key is on the cd, then it's no problem. A bit harder if you have to boot from cd and then mount a usb drive to read the key. > I ripped the CD Loader image out of one of the FreeBSD 6.1 CD's, and it > seems to work as wanted. It loads the kernel from the system I'm running at > the moment, I just put my current /boot directory on the CD (although it > doesn't fully boot, i guess it just needs some config changes). How do you mean it doesn't boot fully? Creating a bootable cd is in the handbook. # mkisofs -R -no-emul-boot -b boot/cdboot -o /tmp/bootable.iso /tmp/cdfiles Your tmp/cdfiles should contain a boot folder matching that on the encrypted system. You'll only need the kernel and modules that you load though and gzipping them will speed up the slow boot. You'll also need to modify your loader.conf: geom_eli_load="YES" kern.geom.eli.debug=0 kern.geom.eli.visible_passphrase=0 geli_ad0_keyfile0_load="YES" geli_ad0_keyfile0_type="ad0:geli_keyfile0" geli_ad0_keyfile0_name="/ad0.key" You'll also need an /etc/fstab in /tmp/cdfiles with the root partition: eg /dev/ad0.elia / ufs rw 1 1 The other thing I recall is that bug kbdmux bug in 6.1. Shows up on some but not all from what I can remember. If you are using a password as well as a key, and the keyboard seems to have frozen when you try to enter the password, try this in device.hints: hint.kbdmux.0.disabled="1" Cheers Gary From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 04:03: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 AA11816A412 for ; Sat, 23 Sep 2006 04:03:02 +0000 (UTC) (envelope-from sunilts@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 F2C3343D49 for ; Sat, 23 Sep 2006 04:03:01 +0000 (GMT) (envelope-from sunilts@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1556004pye for ; Fri, 22 Sep 2006 21:03:01 -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:content-transfer-encoding:content-disposition; b=t9BKPiq1aH1dHQIujwMokoBP5rAkNWHwJ4P/I5qoXNvIyMv3mo4DSm8EIV0hAGGFhR5IAuIoeyZ+06kthIqmgE+dwRLARGrXhk0zB/odvKsBS38CHOPTxglX/ixlZQvCW46xrD2ce1lCb121EVy2dSA2u5e+36v8IDL1EhjFajI= Received: by 10.64.156.1 with SMTP id d1mr1606136qbe; Fri, 22 Sep 2006 21:03:01 -0700 (PDT) Received: by 10.64.251.4 with HTTP; Fri, 22 Sep 2006 21:03:00 -0700 (PDT) Message-ID: <4bf1239f0609222103t352b3a64q4ed17deeae366a70@mail.gmail.com> Date: Sat, 23 Sep 2006 04:03:01 +0000 From: "Sunil Kumar" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Problems during installing FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 04:03:02 -0000 Hi: I have been trying to install FreeBSD on a system which already has Red Hat Linux installed with grub boot loader on a x86 hardware. I managed to provide one of the partitions for FreeBSD and use the option "A' (Auto Defaults) for creating the "/", "/var", '/usr" and "/swap" configuration inside this parition. After selecting all the required packages I get an error stating it is not able to find necessary packages in the media and should it retry. This occurs for every package. I downloaded three *.iso images from the www.freebsd.org website and burnt in on 3 CDs and used the first CD which just contains the "/boot" directory for starting the installation. My question is: 1) Why doesn't it ask me to load the next CD in to the CDRom Drive during the installation, which I presume contains all the required packages and binaries? 2) Will I be able to still boot Linux if I allow FreeBSD to overwrite the MBR with its own boot loader, which it asks during installation? Can somebody please help me with this issue? thanks, Sunil From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 05:20:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 391E716A412 for ; Sat, 23 Sep 2006 05:20:19 +0000 (UTC) (envelope-from freebsd999@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 A971443D45 for ; Sat, 23 Sep 2006 05:20:18 +0000 (GMT) (envelope-from freebsd999@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1244728wxd for ; Fri, 22 Sep 2006 22:20:18 -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=epJB/CgSE1nmB2BgbFoVsSk8g/1ZR+uuNbohsVI9M50bUxi7ob8tHlaXYjrEF4zbpeof07CdDssgUphoszGwiEyaqZ72jY+1Wkwjc055xZZrewVxu0YsegOnmMKFguTdcwY1pxEwVmHygHXRXpO17aGdgTU97FFLAD7vDlR33UQ= Received: by 10.90.105.19 with SMTP id d19mr937381agc; Fri, 22 Sep 2006 22:20:17 -0700 (PDT) Received: by 10.90.25.17 with HTTP; Fri, 22 Sep 2006 22:20:17 -0700 (PDT) Message-ID: Date: Sat, 23 Sep 2006 14:20:17 +0900 From: "azhar freebsd" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Gnome 2.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 05:20:19 -0000 KkhvdyBkbyBJIHVwZ3JhZGUgdG8gR05PTUUgMi4xND8qCgpUaGUgYW5zd2VyIGlzIG11Y2ggc2lt cGxlciB0aGFuIGl0IGhhcyBiZWVuIGluIHRoZSBwYXN0OgoKICAgMS4KCiAgIFRvIGJ1aWxkIEdO T01FIDIuMTQsIHlvdSBuZWVkIHRvIG9idGFpbiB0aGUgbGF0ZXN0IHBvcnRzIHRyZWUKICAgc2tl bGV0b24uIFRoaXMgaXMgbW9zdCBlYXNpbHkgYWNjb21wbGlzaGVkIHdpdGggcG9ydHNuYXAoOCkg b3IKQ1ZTdXA8aHR0cDovL3d3dy5mcmVlYnNkLm9yZy9kb2MvZW5fVVMuSVNPODg1OS0xL2Jvb2tz L2hhbmRib29rL2N2c3VwLmh0bWw+LgogICBTaW1wbHkgb2J0YWluIHRoZSBsYXRlc3QgcG9ydHMg dHJlZSwgYW5kIHlvdSBhcmUgcmVhZHkgdG8gZ28uIFRoZW4gZG8gdGhlCiAgIGZvbGxvd2luZzoK CiAgICMgcGtnZGIgLUZmCiAgICMgcG9ydHVwZ3JhZGUgLW8gbmV0L2F2YWhpIC1mIGhvd2wKICAg IyBwb3J0dXBncmFkZSAtbyB4MTEvZ25vbWUtc2NyZWVuc2F2ZXIgLWYgeHNjcmVlbnNhdmVyLWdu b21lCgogICBUaGVuIHlvdSBjYW4gcnVuIHBvcnR1cGdyYWRlKDgpIGFzIHlvdSBub3JtYWxseSB3 b3VsZC4gKk5PVEU6KiBpdCBpcwogICByZWNvbW1lbmRlZCB0byBydW4gKnBvcnR1cGdyYWRlIC1h KiB0byBtYWtlIHN1cmUgeW91IGdldCBhbGwgdGhlCiAgIG5lY2Vzc2FyeSBwb3J0cy4KCmZyb20g c2l0ZSAuIGh0dHA6Ly93d3cuZnJlZWJzZC5vcmcvZ25vbWUvZG9jcy9mYXEyMTQuaHRtbAoKCnJv b3RAYmVsYWdlbG9dfiN1bmFtZSAtYQpGcmVlQlNEIGJlbGFnZWxvLmNvbSA2LjAtUkVMRUFTRSBG cmVlQlNEIDYuMC1SRUxFQVNFICMwOiBUaHUgTm92ICAzIDA5OjM2OjEzClVUQyAyMDA1ICAgICBy b290QHg2NC5zYW1zY28uaG9tZTovdXNyL29iai91c3Ivc3JjL3N5cy9HRU5FUklDICBpMzg2Cllv dSBoYXZlIG5ldyBtYWlsLgpbcm9vdEBiZWxhZ2Vsb11+IwoKCmkgZGlkIGFzIGFib3ZlIC4gdGhl IGN2c2lwIHdhcyBzdWNjZXNmdWwgLgouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uCgouLi4u Li4uLi4uLi4uLi4uLi4uCiAgRGVsZXRlIHBvcnRzL3gxMS13bS93bXRoZW1laW5zdGFsbC9wa2ct cGxpc3QKIEVkaXQgcG9ydHMveDExLXdtL3hjb21wbWdyL01ha2VmaWxlCiBFZGl0IHBvcnRzL3gx MS13bS94Y29tcG1nci9kaXN0aW5mbwogRWRpdCBwb3J0cy94MTEtd20veGZjZS9NYWtlZmlsZQog RWRpdCBwb3J0cy94MTEtd20veGZjZS9kaXN0aW5mbwogRWRpdCBwb3J0cy94MTEtd20veGZjZTQv TWFrZWZpbGUKIEVkaXQgcG9ydHMveDExLXdtL3hmY2U0L3BrZy1wbGlzdAogRWRpdCBwb3J0cy94 MTEtd20veGZjZTQtZGVza3RvcC9NYWtlZmlsZQogRWRpdCBwb3J0cy94MTEtd20veGZjZTQtZGVz a3RvcC9kaXN0aW5mbwogRWRpdCBwb3J0cy94MTEtd20veGZjZTQtZGVza3RvcC9wa2ctcGxpc3QK IEVkaXQgcG9ydHMveDExLXdtL3hmY2U0LXBhbmVsL01ha2VmaWxlCiBFZGl0IHBvcnRzL3gxMS13 bS94ZmNlNC1wYW5lbC9kaXN0aW5mbwogRWRpdCBwb3J0cy94MTEtd20veGZjZTQtcGFuZWwvcGtn LXBsaXN0CiBFZGl0IHBvcnRzL3gxMS13bS94ZmNlNC1zZXNzaW9uL01ha2VmaWxlCiBFZGl0IHBv cnRzL3gxMS13bS94ZmNlNC1zZXNzaW9uL2Rpc3RpbmZvCiBFZGl0IHBvcnRzL3gxMS13bS94ZmNl NC1zZXNzaW9uL3BrZy1wbGlzdAogRWRpdCBwb3J0cy94MTEtd20veGZjZTQtc3lzdHJheS9NYWtl ZmlsZQogRWRpdCBwb3J0cy94MTEtd20veGZjZTQtc3lzdHJheS9kaXN0aW5mbwogRWRpdCBwb3J0 cy94MTEtd20veGZjZTQtc3lzdHJheS9wa2ctcGxpc3QKIEVkaXQgcG9ydHMveDExLXdtL3hmY2U0 LXdtL01ha2VmaWxlCiBFZGl0IHBvcnRzL3gxMS13bS94ZmNlNC13bS9kaXN0aW5mbwogRWRpdCBw b3J0cy94MTEtd20veGZjZTQtd20vcGtnLXBsaXN0CiBFZGl0IHBvcnRzL3gxMS13bS95YXdtL01h a2VmaWxlCiBFZGl0IHBvcnRzL3gxMS13bS95YXdtL2Rpc3RpbmZvCkZpbmlzaGVkIHN1Y2Nlc3Nm dWxseQoKIFRoZSBjdnN1cCBmaWxlIHdhcyBhcyBiZWxvdwojIElNUE9SVEFOVDogQ2hhbmdlIHRo ZSBuZXh0IGxpbmUgdG8gdXNlIG9uZSBvZiB0aGUgQ1ZTdXAgbWlycm9yIHNpdGVzCiMgbGlzdGVk IGF0IGh0dHA6Ly93d3cuZnJlZWJzZC5vcmcvZG9jL2hhbmRib29rL21pcnJvcnMuaHRtbC4KKmRl ZmF1bHQgaG9zdD1jdnN1cDIuanAuZnJlZWJzZC5vcmcKKmRlZmF1bHQgYmFzZT0vdmFyL2RiCipk ZWZhdWx0IHByZWZpeD0vdXNyCipkZWZhdWx0IHJlbGVhc2U9Y3ZzIHRhZz0uCipkZWZhdWx0IGRl bGV0ZSB1c2UtcmVsLXN1ZmZpeAoKIyBJZiB5b3Ugc2VlbSB0byBiZSBsaW1pdGVkIGJ5IENQVSBy YXRoZXIgdGhhbiBuZXR3b3JrIG9yIGRpc2sgYmFuZHdpZHRoLAp0cnkKIyBjb21tZW50aW5nIG91 dCB0aGUgZm9sbG93aW5nIGxpbmUuICAoTm9ybWFsbHksIHRvZGF5J3MgQ1BVcyBhcmUgZmFzdApl bm91Z2gKIyB0aGF0IHlvdSB3YW50IHRvIHJ1biBjb21wcmVzc2lvbi4pCipkZWZhdWx0IGNvbXBy ZXNzCgojIyBQb3J0cyBDb2xsZWN0aW9uLgojCiMgVGhlIGVhc2llc3Qgd2F5IHRvIGdldCB0aGUg cG9ydHMgdHJlZSBpcyB0byB1c2UgdGhlICJwb3J0cy1hbGwiCiMgbWVnYS1jb2xsZWN0aW9uLiAg SXQgaW5jbHVkZXMgYWxsIG9mIHRoZSBpbmRpdmlkdWFsICJwb3J0cy0qIgojIGNvbGxlY3Rpb25z LApwb3J0cy1hbGwKCgoKIyBwa2dkYiAtRmYgY29tbWFuZCB3YXMgb2sgLmhlcmUgaXMgdGhlIHNj cmlwdCBmaWxlIC4KClNjcmlwdCBzdGFydGVkIG9uIEZyaSBTZXAgMjIgMDI6NTM6NDggMjAwNgpl eGVjdXRpbmcgLmNzaHJjCmZpbmlzaGVkIGV4ZWN1dGluZyAuY3NocmMKW++/vTFtcm9vdEBiZWxh Z2Vsb++/vW0PXe+/vTFtL2hvbWXvv71tDyNwa2dkYiAtRmYKCi0tLT4gIENoZWNraW5nIHRoZSBw YWNrYWdlIHJlZ2lzdHJ5IGRhdGFiYXNlCltSZWJ1aWxkaW5nIHRoZSBwa2dkYiA8Zm9ybWF0OmJk YjFfYnRyZWU+IGluIC92YXIvZGIvcGtnIC4uLiAtIDIyNSBwYWNrYWdlcwpmb3VuZCAoLTAgKzIy NSkKLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u CmRvbmVdClN0YWxlIG9yaWdpbjogJ2RldmVsL2J1Z2J1ZGR5JzogcGVyaGFwcyBtb3ZlZCBvciBv YnNvbGV0ZWQuCi0+IFRoZSBwb3J0ICdkZXZlbC9idWdidWRkeScgd2FzIG1vdmVkIHRvICdkZXZl bC9idWctYnVkZHknIG9uIDIwMDYtMDUtMjcKYmVjYXVzZToKICAgICJSZW5hbWVkIHRvIHVzZSBy ZWFsIHZlbmRvciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4gZGV2ZWwvYnVnLWJ1ZGR5KQpTdGFs ZSBvcmlnaW46ICdhcmNoaXZlcnMvZmlsZXJvbGxlcic6IHBlcmhhcHMgbW92ZWQgb3Igb2Jzb2xl dGVkLgotPiBUaGUgcG9ydCAnYXJjaGl2ZXJzL2ZpbGVyb2xsZXInIHdhcyBtb3ZlZCB0byAnYXJj aGl2ZXJzL2ZpbGUtcm9sbGVyJyBvbgoyMDA2LTA1LTI3IGJlY2F1c2U6CiAgICAiUmVuYW1lZCB0 byB1c2UgcmVhbCB2ZW5kb3IgcGFja2FnZSBuYW1lIgpGaXhlZC4gKC0+IGFyY2hpdmVycy9maWxl LXJvbGxlcikKU3RhbGUgb3JpZ2luOiAneDExL2dub21lYXBwbGV0czInOiBwZXJoYXBzIG1vdmVk IG9yIG9ic29sZXRlZC4KLT4gVGhlIHBvcnQgJ3gxMS9nbm9tZWFwcGxldHMyJyB3YXMgbW92ZWQg dG8gJ3gxMS9nbm9tZS1hcHBsZXRzJyBvbgoyMDA2LTA1LTI4IGJlY2F1c2U6CiAgICAiUmVuYW1l ZCB0byB1c2UgcmVhbCB2ZW5kb3IgcGFja2FnZSBuYW1lIgpGaXhlZC4gKC0+IHgxMS9nbm9tZS1h cHBsZXRzKQpTdGFsZSBvcmlnaW46ICdhdWRpby9nbm9tZWF1ZGlvMic6IHBlcmhhcHMgbW92ZWQg b3Igb2Jzb2xldGVkLgotPiBUaGUgcG9ydCAnYXVkaW8vZ25vbWVhdWRpbzInIHdhcyBtb3ZlZCB0 byAnYXVkaW8vZ25vbWUtYXVkaW8nIG9uCjIwMDYtMDUtMjcgYmVjYXVzZToKICAgICJSZW5hbWVk IHRvIHVzZSByZWFsIHZlbmRvciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4gYXVkaW8vZ25vbWUt YXVkaW8pClN0YWxlIG9yaWdpbjogJ3N5c3V0aWxzL2dub21lY29udHJvbGNlbnRlcjInOiBwZXJo YXBzIG1vdmVkIG9yIG9ic29sZXRlZC4KLT4gVGhlIHBvcnQgJ3N5c3V0aWxzL2dub21lY29udHJv bGNlbnRlcjInIHdhcyBtb3ZlZCB0bwonc3lzdXRpbHMvZ25vbWUtY29udHJvbC1jZW50ZXInIG9u IDIwMDYtMDUtMjggYmVjYXVzZToKICAgICJSZW5hbWVkIHRvIHVzZSByZWFsIHZlbmRvciBwYWNr YWdlIG5hbWUiCkZpeGVkLiAoLT4gc3lzdXRpbHMvZ25vbWUtY29udHJvbC1jZW50ZXIpClN0YWxl IG9yaWdpbjogJ3gxMS9nbm9tZWRlc2t0b3AnOiBwZXJoYXBzIG1vdmVkIG9yIG9ic29sZXRlZC4K LT4gVGhlIHBvcnQgJ3gxMS9nbm9tZWRlc2t0b3AnIHdhcyBtb3ZlZCB0byAneDExL2dub21lLWRl c2t0b3AnIG9uCjIwMDYtMDUtMjggYmVjYXVzZToKICAgICJSZW5hbWVkIHRvIHVzZSByZWFsIHZl bmRvciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4geDExL2dub21lLWRlc2t0b3ApClN0YWxlIG9y aWdpbjogJ3RleHRwcm9jL2dub21lZG9jdXRpbHMnOiBwZXJoYXBzIG1vdmVkIG9yIG9ic29sZXRl ZC4KLT4gVGhlIHBvcnQgJ3RleHRwcm9jL2dub21lZG9jdXRpbHMnIHdhcyBtb3ZlZCB0byAndGV4 dHByb2MvZ25vbWUtZG9jLXV0aWxzJwpvbiAyMDA2LTA1LTI4IGJlY2F1c2U6CiAgICAiUmVuYW1l ZCB0byB1c2UgcmVhbCB2ZW5kb3IgcGFja2FnZSBuYW1lIgpGaXhlZC4gKC0+IHRleHRwcm9jL2du b21lLWRvYy11dGlscykKU3RhbGUgb3JpZ2luOiAnZ2FtZXMvZ25vbWVnYW1lczInOiBwZXJoYXBz IG1vdmVkIG9yIG9ic29sZXRlZC4KLT4gVGhlIHBvcnQgJ2dhbWVzL2dub21lZ2FtZXMyJyB3YXMg bW92ZWQgdG8gJ2dhbWVzL2dub21lLWdhbWVzJyBvbgoyMDA2LTA1LTI4IGJlY2F1c2U6CiAgICAi UmVuYW1lZCB0byB1c2UgcmVhbCB2ZW5kb3IgcGFja2FnZSBuYW1lIgpGaXhlZC4gKC0+IGdhbWVz L2dub21lLWdhbWVzKQpTdGFsZSBvcmlnaW46ICdzZWN1cml0eS9nbm9tZWtleXJpbmcnOiBwZXJo YXBzIG1vdmVkIG9yIG9ic29sZXRlZC4KLT4gVGhlIHBvcnQgJ3NlY3VyaXR5L2dub21la2V5cmlu Zycgd2FzIG1vdmVkIHRvICdzZWN1cml0eS9nbm9tZS1rZXlyaW5nJyBvbgoyMDA2LTA1LTI4IGJl Y2F1c2U6CiAgICAiUmVuYW1lZCB0byB1c2UgcmVhbCB2ZW5kb3IgcGFja2FnZSBuYW1lIgpGaXhl ZC4gKC0+IHNlY3VyaXR5L2dub21lLWtleXJpbmcpClN0YWxlIG9yaWdpbjogJ2FjY2Vzc2liaWxp dHkvZ25vbWVtYWcnOiBwZXJoYXBzIG1vdmVkIG9yIG9ic29sZXRlZC4KLT4gVGhlIHBvcnQgJ2Fj Y2Vzc2liaWxpdHkvZ25vbWVtYWcnIHdhcyBtb3ZlZCB0byAnYWNjZXNzaWJpbGl0eS9nbm9tZS1t YWcnCm9uIDIwMDYtMDUtMjcgYmVjYXVzZToKICAgICJSZW5hbWVkIHRvIHVzZSByZWFsIHZlbmRv ciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4gYWNjZXNzaWJpbGl0eS9nbm9tZS1tYWcpClN0YWxl IG9yaWdpbjogJ2F1ZGlvL2dub21lbWVkaWEyJzogcGVyaGFwcyBtb3ZlZCBvciBvYnNvbGV0ZWQu Ci0+IFRoZSBwb3J0ICdhdWRpby9nbm9tZW1lZGlhMicgd2FzIG1vdmVkIHRvICdhdWRpby9nbm9t ZS1tZWRpYScgb24KMjAwNi0wNS0yNyBiZWNhdXNlOgogICAgIlJlbmFtZWQgdG8gdXNlIHJlYWwg dmVuZG9yIHBhY2thZ2UgbmFtZSIKRml4ZWQuICgtPiBhdWRpby9nbm9tZS1tZWRpYSkKU3RhbGUg b3JpZ2luOiAnbWlzYy9nbm9tZW1pbWVkYXRhJzogcGVyaGFwcyBtb3ZlZCBvciBvYnNvbGV0ZWQu Ci0+IFRoZSBwb3J0ICdtaXNjL2dub21lbWltZWRhdGEnIHdhcyBtb3ZlZCB0byAnbWlzYy9nbm9t ZS1taW1lLWRhdGEnIG9uCjIwMDYtMDUtMjggYmVjYXVzZToKICAgICJSZW5hbWVkIHRvIHVzZSBy ZWFsIHZlbmRvciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4gbWlzYy9nbm9tZS1taW1lLWRhdGEp ClN0YWxlIG9yaWdpbjogJ25ldC9nbm9tZW5ldHN0YXR1cyc6IHBlcmhhcHMgbW92ZWQgb3Igb2Jz b2xldGVkLgotPiBUaGUgcG9ydCAnbmV0L2dub21lbmV0c3RhdHVzJyB3YXMgbW92ZWQgdG8gJ25l dC9nbm9tZS1uZXRzdGF0dXMnIG9uCjIwMDYtMDUtMjggYmVjYXVzZToKICAgICJSZW5hbWVkIHRv IHVzZSByZWFsIHZlbmRvciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4gbmV0L2dub21lLW5ldHN0 YXR1cykKU3RhbGUgb3JpZ2luOiAnbmV0L2dub21lbmV0dG9vbCc6IHBlcmhhcHMgbW92ZWQgb3Ig b2Jzb2xldGVkLgotPiBUaGUgcG9ydCAnbmV0L2dub21lbmV0dG9vbCcgd2FzIG1vdmVkIHRvICdu ZXQvZ25vbWUtbmV0dG9vbCcgb24KMjAwNi0wNS0yOCBiZWNhdXNlOgogICAgIlJlbmFtZWQgdG8g dXNlIHJlYWwgdmVuZG9yIHBhY2thZ2UgbmFtZSIKRml4ZWQuICgtPiBuZXQvZ25vbWUtbmV0dG9v bCkKU3RhbGUgb3JpZ2luOiAneDExL2dub21lcGFuZWwnOiBwZXJoYXBzIG1vdmVkIG9yIG9ic29s ZXRlZC4KLT4gVGhlIHBvcnQgJ3gxMS9nbm9tZXBhbmVsJyB3YXMgbW92ZWQgdG8gJ3gxMS9nbm9t ZS1wYW5lbCcgb24gMjAwNi0wNS0yOApiZWNhdXNlOgogICAgIlJlbmFtZWQgdG8gdXNlIHJlYWwg dmVuZG9yIHBhY2thZ2UgbmFtZSIKRml4ZWQuICgtPiB4MTEvZ25vbWUtcGFuZWwpClN0YWxlIG9y aWdpbjogJ3gxMS9nbm9tZXNlc3Npb24nOiBwZXJoYXBzIG1vdmVkIG9yIG9ic29sZXRlZC4KLT4g VGhlIHBvcnQgJ3gxMS9nbm9tZXNlc3Npb24nIHdhcyBtb3ZlZCB0byAneDExL2dub21lLXNlc3Np b24nIG9uCjIwMDYtMDUtMjggYmVjYXVzZToKICAgICJSZW5hbWVkIHRvIHVzZSByZWFsIHZlbmRv ciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4geDExL2dub21lLXNlc3Npb24pClN0YWxlIG9yaWdp bjogJ2FjY2Vzc2liaWxpdHkvZ25vbWVzcGVlY2gnOiBwZXJoYXBzIG1vdmVkIG9yIG9ic29sZXRl ZC4KLT4gVGhlIHBvcnQgJ2FjY2Vzc2liaWxpdHkvZ25vbWVzcGVlY2gnIHdhcyBtb3ZlZCB0bwon YWNjZXNzaWJpbGl0eS9nbm9tZS1zcGVlY2gnIG9uIDIwMDYtMDUtMjcgYmVjYXVzZToKICAgICJS ZW5hbWVkIHRvIHVzZSByZWFsIHZlbmRvciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4gYWNjZXNz aWJpbGl0eS9nbm9tZS1zcGVlY2gpClN0YWxlIG9yaWdpbjogJ3RleHRwcm9jL2dub21lc3BlbGwn OiBwZXJoYXBzIG1vdmVkIG9yIG9ic29sZXRlZC4KLT4gVGhlIHBvcnQgJ3RleHRwcm9jL2dub21l c3BlbGwnIHdhcyBtb3ZlZCB0byAndGV4dHByb2MvZ25vbWUtc3BlbGwnIG9uCjIwMDYtMDUtMjgg YmVjYXVzZToKICAgICJSZW5hbWVkIHRvIHVzZSByZWFsIHZlbmRvciBwYWNrYWdlIG5hbWUiCkZp eGVkLiAoLT4gdGV4dHByb2MvZ25vbWUtc3BlbGwpClN0YWxlIG9yaWdpbjogJ3N5c3V0aWxzL2du b21lc3lzdGVtbW9uaXRvcic6IHBlcmhhcHMgbW92ZWQgb3Igb2Jzb2xldGVkLgotPiBUaGUgcG9y dCAnc3lzdXRpbHMvZ25vbWVzeXN0ZW1tb25pdG9yJyB3YXMgbW92ZWQgdG8KJ3N5c3V0aWxzL2du b21lLXN5c3RlbS1tb25pdG9yJyBvbiAyMDA2LTA1LTI4IGJlY2F1c2U6CiAgICAiUmVuYW1lZCB0 byB1c2UgcmVhbCB2ZW5kb3IgcGFja2FnZSBuYW1lIgpGaXhlZC4gKC0+IHN5c3V0aWxzL2dub21l LXN5c3RlbS1tb25pdG9yKQpTdGFsZSBvcmlnaW46ICdzeXN1dGlscy9nbm9tZXN5c3RlbXRvb2xz JzogcGVyaGFwcyBtb3ZlZCBvciBvYnNvbGV0ZWQuCi0+IFRoZSBwb3J0ICdzeXN1dGlscy9nbm9t ZXN5c3RlbXRvb2xzJyB3YXMgbW92ZWQgdG8KJ3N5c3V0aWxzL2dub21lLXN5c3RlbS10b29scycg b24gMjAwNi0wNS0yOCBiZWNhdXNlOgogICAgIlJlbmFtZWQgdG8gdXNlIHJlYWwgdmVuZG9yIHBh Y2thZ2UgbmFtZSIKRml4ZWQuICgtPiBzeXN1dGlscy9nbm9tZS1zeXN0ZW0tdG9vbHMpClN0YWxl IG9yaWdpbjogJ3gxMS9nbm9tZXRlcm1pbmFsJzogcGVyaGFwcyBtb3ZlZCBvciBvYnNvbGV0ZWQu Ci0+IFRoZSBwb3J0ICd4MTEvZ25vbWV0ZXJtaW5hbCcgd2FzIG1vdmVkIHRvICd4MTEvZ25vbWUt dGVybWluYWwnIG9uCjIwMDYtMDUtMjggYmVjYXVzZToKICAgICJSZW5hbWVkIHRvIHVzZSByZWFs IHZlbmRvciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4geDExL2dub21lLXRlcm1pbmFsKQpTdGFs ZSBvcmlnaW46ICdtaXNjL2dub21ldXNlcmRvY3MyJzogcGVyaGFwcyBtb3ZlZCBvciBvYnNvbGV0 ZWQuCi0+IFRoZSBwb3J0ICdtaXNjL2dub21ldXNlcmRvY3MyJyB3YXMgbW92ZWQgdG8gJ21pc2Mv Z25vbWUtdXNlci1kb2NzJyBvbgoyMDA2LTA1LTI4IGJlY2F1c2U6CiAgICAiUmVuYW1lZCB0byB1 c2UgcmVhbCB2ZW5kb3IgcGFja2FnZSBuYW1lIgpGaXhlZC4gKC0+IG1pc2MvZ25vbWUtdXNlci1k b2NzKQpTdGFsZSBvcmlnaW46ICdkZXNrdXRpbHMvZ25vbWV1dGlsczInOiBwZXJoYXBzIG1vdmVk IG9yIG9ic29sZXRlZC4KLT4gVGhlIHBvcnQgJ2Rlc2t1dGlscy9nbm9tZXV0aWxzMicgd2FzIG1v dmVkIHRvICdkZXNrdXRpbHMvZ25vbWUtdXRpbHMnIG9uCjIwMDYtMDUtMjcgYmVjYXVzZToKICAg ICJSZW5hbWVkIHRvIHVzZSByZWFsIHZlbmRvciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4gZGVz a3V0aWxzL2dub21lLXV0aWxzKQpTdGFsZSBvcmlnaW46ICdkZXZlbC9nbm9tZXZmczInOiBwZXJo YXBzIG1vdmVkIG9yIG9ic29sZXRlZC4KLT4gVGhlIHBvcnQgJ2RldmVsL2dub21ldmZzMicgd2Fz IG1vdmVkIHRvICdkZXZlbC9nbm9tZS12ZnMnIG9uIDIwMDYtMDUtMjgKYmVjYXVzZToKICAgICJS ZW5hbWVkIHRvIHVzZSByZWFsIHZlbmRvciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4gZGV2ZWwv Z25vbWUtdmZzKQpTdGFsZSBvcmlnaW46ICdncmFwaGljcy9saWJhcnRfbGdwbDInOiBwZXJoYXBz IG1vdmVkIG9yIG9ic29sZXRlZC4KLT4gVGhlIHBvcnQgJ2dyYXBoaWNzL2xpYmFydF9sZ3BsMicg d2FzIG1vdmVkIHRvICdncmFwaGljcy9saWJhcnRfbGdwbCcgb24KMjAwNi0wNS0yOCBiZWNhdXNl OgogICAgIlJlbmFtZWQgdG8gdXNlIHJlYWwgdmVuZG9yIHBhY2thZ2UgbmFtZSIKRml4ZWQuICgt PiBncmFwaGljcy9saWJhcnRfbGdwbCkKU3RhbGUgb3JpZ2luOiAnZGV2ZWwvbGliZ3RvcDInOiBw ZXJoYXBzIG1vdmVkIG9yIG9ic29sZXRlZC4KLT4gVGhlIHBvcnQgJ2RldmVsL2xpYmd0b3AyJyB3 YXMgbW92ZWQgdG8gJ2RldmVsL2xpYmd0b3AnIG9uIDIwMDYtMDUtMjcKYmVjYXVzZToKICAgICJS ZW5hbWVkIHRvIHVzZSByZWFsIHZlbmRvciBwYWNrYWdlIG5hbWUiCkZpeGVkLiAoLT4gZGV2ZWwv bGliZ3RvcCkKU3RhbGUgb3JpZ2luOiAneDExLWZtL25hdXRpbHVzMic6IHBlcmhhcHMgbW92ZWQg b3Igb2Jzb2xldGVkLgotPiBUaGUgcG9ydCAneDExLWZtL25hdXRpbHVzMicgd2FzIG1vdmVkIHRv ICd4MTEtZm0vbmF1dGlsdXMnIG9uIDIwMDYtMDUtMjgKYmVjYXVzZToKICAgICJVc2UgdW52ZXJz aW9uZWQgbmFtZSIKRml4ZWQuICgtPiB4MTEtZm0vbmF1dGlsdXMpClN0YWxlIG9yaWdpbjogJ2Rl dmVsL3BrZ2NvbmZpZyc6IHBlcmhhcHMgbW92ZWQgb3Igb2Jzb2xldGVkLgotPiBUaGUgcG9ydCAn ZGV2ZWwvcGtnY29uZmlnJyB3YXMgbW92ZWQgdG8gJ2RldmVsL3BrZy1jb25maWcnIG9uIDIwMDYt MDUtMjcKYmVjYXVzZToKICAgICJSZW5hbWVkIHRvIHVzZSByZWFsIHZlbmRvciBwYWNrYWdlIG5h bWUiCkZpeGVkLiAoLT4gZGV2ZWwvcGtnLWNvbmZpZykKU3RhbGUgb3JpZ2luOiAnbWFpbC94aW1p YW4tY29ubmVjdG9yJzogcGVyaGFwcyBtb3ZlZCBvciBvYnNvbGV0ZWQuCi0+IFRoZSBwb3J0ICdt YWlsL3hpbWlhbi1jb25uZWN0b3InIHdhcyBtb3ZlZCB0byAnbWFpbC9ldm9sdXRpb24tZXhjaGFu Z2UnCm9uIDIwMDUtMTEtMDQgYmVjYXVzZToKICAgICJQT09GISBOb3cgaXQncyBjYWxsZWQgZXZv bHV0aW9uLWV4Y2hhbmdlISIKRml4ZWQuICgtPiBtYWlsL2V2b2x1dGlvbi1leGNoYW5nZSkKW++/ vTFtcm9vdEBiZWxhZ2Vsb++/vW0PXe+/vTFtL2hvbWXvv71tDyNleGl0CgpleGl0CgpTY3JpcHQg ZG9uZSBvbiBGcmkgU2VwIDIyIDAyOjU2OjIzIDIwMDYKCgp0aGVuIHRoZSAjIHBvcnR1cGdyYWRl IC1vIG5ldC9hdmFoaSAtZiBob3dsIGNvbW1hbmQgLml0IHdhcyBhbHNvIG9rIC4KClvvv70xbXJv b3RAYmVsYWdlbG/vv71tD13vv70xbS9ob21l77+9bQ8jcG9ydHVwZ3JhZGUgLW8gbmV0L2F2YWhp IC1mIGhvd2wKCltVcGRhdGluZyB0aGUgcG9ydHNkYiA8Zm9ybWF0OmJkYjFfYnRyZWU+IGluIC91 c3IvcG9ydHMgLi4uIC0gMTMzMDYgcG9ydAplbnRyaWVzIGZvdW5kCi4uLi4uLi4uLjEwMDAuLi4u Li4uLi4yMDAwLi4uLi4uLi4uMzAwMC4uLi4uLi4uLjQwMDAuLi4uLi4uLi41MDAwLi4uLi4uLi4u NjAwMC4uLi4uLi4uLjcwMDAuLi4uLi4uLi44MDAwLi4uLi4uLi4uOTAwMC4uLi4uLi4uLjEwMDAw Li4uLi4uLi4uMTEwMDAuLi4uLi4uLi4xMjAwMC4uLi4uLi4uLjEzMDAwLi4uCi4uLi4uIGRvbmVd CioqIERldGVjdGVkIGEgcGFja2FnZSBuYW1lIGNoYW5nZTogaG93bCAobmV0L2hvd2wpIC0+ICdh dmFoaScgKG5ldC9hdmFoaSkKLS0tPiAgRG93bmdyYWRpbmcgJ2hvd2wtMS4wLjAnIHRvICdhdmFo aS0wLjYuMTNfMycgKG5ldC9hdmFoaSkKLS0tPiAgQnVpbGRpbmcgJy91c3IvcG9ydHMvbmV0L2F2 YWhpJwo9PT0+ICBDbGVhbmluZyBmb3IgbGlidG9vbC0xLjUuMjJfMgo9PT0+ICBDbGVhbmluZyBm b3IgZ21ha2UtMy44MV8xCj09PT4gIENsZWFuaW5nIGZvciBwa2ctY29uZmlnLTAuMjEKPT09PiAg Q2xlYW5pbmcgZm9yIGV4cGF0LTIuMC4wXzEKPT09PiAgQ2xlYW5pbmcgZm9yIGxpYmRhZW1vbi0w LjEwXzEKPT09PiAgQ2xlYW5pbmcgZm9yIGRidXMtMC42Ml8xCj09PT4gIENsZWFuaW5nIGZvciBn ZGJtLTEuOC4zXzIKPT09PiAgQ2xlYW5pbmcgZm9yIGdsaWItMi4xMC4zCj09PT4gIENsZWFuaW5n IGZvciBsZGNvbmZpZ19jb21wYXQtMS4wXzgKPT09PiAgQ2xlYW5pbmcgZm9yIGdldHRleHQtMC4x NC41XzIKPT09PiAgQ2xlYW5pbmcgZm9yIGxpYnhtbDItMi42LjI2Cj09PT4gIENsZWFuaW5nIGZv ciBwZXJsLTUuOC44Cj09PT4gIENsZWFuaW5nIGZvciBsaWJpY29udi0xLjkuMl8yCj09PT4gIENs ZWFuaW5nIGZvciBhdmFoaS0wLjYuMTNfMwouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uCgo9PT0+ICBDbGVhbmluZyBmb3IgaW1ha2UtNi45LjAKPT09 PiAgQ2xlYW5pbmcgZm9yIGxpYmRybS0yLjAuMgo9PT0+ICBDbGVhbmluZyBmb3IgZm9udGNvbmZp Zy0yLjMuMl81ICwxCj09PT4gIENsZWFuaW5nIGZvciB4b3JnLWNsaWVudHMtNi45LjBfMwo9PT0+ ICBDbGVhbmluZyBmb3IgYml0c3RyZWFtLXZlcmEtMS4xMF8yCj09PT4gIENsZWFuaW5nIGZvciB4 dGVybS0yMjAKPT09PiAgQ2xlYW5pbmcgZm9yIGF2YWhpK2xpYmRucy0wLjYuMTNfMwotLS0+ICBD bGVhbmluZyBvdXQgb2Jzb2xldGUgc2hhcmVkIGxpYnJhcmllcwpbVXBkYXRpbmcgdGhlIHBrZ2Ri IDxmb3JtYXQ6YmRiMV9idHJlZT4gaW4gL3Zhci9kYi9wa2cgLi4uIC0gMjM3IHBhY2thZ2VzCmZv dW5kICgtMCArMikgLi4gZG9uZV0KWW91IGhhdmUgbmV3IG1haWwuClvvv70xbXJvb3RAYmVsYWdl bG/vv71tD13vv70xbS9ob21l77+9bQ8jZXhpdAoKZXhpdAoKU2NyaXB0IGRvbmUgb24gRnJpIFNl cCAyMiAwMzozNDo0OSAyMDA2CgoKYnV0IHRoZSBwcm9ibGVtIGFwcGVhcmVkICMgcG9ydHVwZ3Jh ZGUgLW8geDExL2dub21lLXNjcmVlbnNhdmVyIC1mCnhzY3JlZW5zYXZlci1nbm9tZQppdHMgYWJv dXQgbGliYm9ub2JvIC4KClNjcmlwdCBzdGFydGVkIG9uIEZyaSBTZXAgMjIgMDM6MzQ6NTYgMjAw NgpleGVjdXRpbmcgLmNzaHJjCmZpbmlzaGVkIGV4ZWN1dGluZyAuY3NocmMKWW91IGhhdmUgbWFp bC4KW++/vTFtcm9vdEBiZWxhZ2Vsb++/vW0PXe+/vTFtL2hvbWXvv71tDyNzc3Nzc3NzICMgcG9y dHVwZ3JhZGUgLW8KeDExL2dub21lLXNjcmVlbnNhdmVyIC1mIHhzY3JlZW5zYSAIdmVyLWdub21l Cgpzc3Nzc3NzOiBDb21tYW5kIG5vdCBmb3VuZC4KW++/vTFtcm9vdEBiZWxhZ2VsbyDvv71tD13v v70xbS9ob21l77+9bQ8jc3Nzc3NzcyAjIHBvcnR1cGdyYWRlIC1vCngxMS9nbm9tZS1zY3JlZW5z YXZlciAtZiB4c2NyZWVuc2EKdmVyLWdub21lCAgICAgICAgK77+9Qe+/vTc5QwgICAgICAgICAgI CAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAggCO+/vVDvv700OUN2dgrvv71Q 77+9Qe+/vTMwQwjvv71Q77+9NTBDZWUK77+9UO+/vUHvv70yOUMI77+9UO+/vTUxQ3JyCu+/vVDv v71B77+9MjhDCO+/vVDvv701MkMtLQrvv71Q77+9Qe+/vTI3Qwjvv71Q77+9NTNDZ2cK77+9UO+/ vUHvv70yNkMI77+9UO+/vTU0Q25uCm9tZe+/vUvvv71B77+9MjJDCO+/vVDvv701NUNvbwptZe+/ vUvvv71B77+9MjJDCO+/vVDvv701NkNtbQpl77+9S++/vUHvv70yMkMI77+9UO+/vTU3Q2VlCu+/ vUvvv71B77+9MjJDCO+/vVAHBwcKCioqIERldGVjdGVkIGEgcGFja2FnZSBuYW1lIGNoYW5nZTog eHNjcmVlbnNhdmVyLWdub21lCih4MTEveHNjcmVlbnNhdmVyLWdub21lKSAtPiAnZ25vbWUtc2Ny ZWVuc2F2ZXInICh4MTEvZ25vbWUtc2NyZWVuc2F2ZXIpCi0tLT4gIERvd25ncmFkaW5nICd4c2Ny ZWVuc2F2ZXItZ25vbWUtNC4yMicgdG8gJ2dub21lLXNjcmVlbnNhdmVyLTIuMTQuMycKKHgxMS9n bm9tZS1zY3JlZW5zYXZlcikKLS0tPiAgQnVpbGRpbmcgJy91c3IvcG9ydHMveDExL2dub21lLXNj cmVlbnNhdmVyJwoKLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uCgoKCj09PT4gIEluc3RhbGxpbmcgZm9yIG9w ZW5sZGFwLWNsaWVudC0yLjMuMjcKCj09PT4gIG9wZW5sZGFwLWNsaWVudC0yLjMuMjcgY29uZmxp Y3RzIHdpdGggaW5zdGFsbGVkIHBhY2thZ2Uocyk6CiAgICAgIG9wZW5sZGFwLWNsaWVudC0yLjIu MjcKCiAgICAgIFRoZXkgaW5zdGFsbCBmaWxlcyBpbnRvIHRoZSBzYW1lIHBsYWNlLgogICAgICBQ bGVhc2UgcmVtb3ZlIHRoZW0gZmlyc3Qgd2l0aCBwa2dfZGVsZXRlKDEpLgoqKiogRXJyb3IgY29k ZSAxCgpTdG9wIGluIC91c3IvcG9ydHMvbmV0L29wZW5sZGFwMjMtY2xpZW50LgoqKiogRXJyb3Ig Y29kZSAxCgpTdG9wIGluIC91c3IvcG9ydHMvZGV2ZWwvZ2NvbmYyLgoqKiogRXJyb3IgY29kZSAx CgpTdG9wIGluIC91c3IvcG9ydHMveDExL2dub21lLXNjcmVlbnNhdmVyLgoqKiogRXJyb3IgY29k ZSAxCgpTdG9wIGluIC91c3IvcG9ydHMveDExL2dub21lLXNjcmVlbnNhdmVyLgoqKiBDb21tYW5k IGZhaWxlZCBbZXhpdCBjb2RlIDFdOiAvdXNyL2Jpbi9zY3JpcHQgLXFhIC90bXAvcG9ydHVwZ3Jh ZGU2MDQwOS4wCm1ha2UKKiogRml4IHRoZSBwcm9ibGVtIGFuZCB0cnkgYWdhaW4uCioqIExpc3Rp bmcgdGhlIGZhaWxlZCBwYWNrYWdlcyAoKjpza2lwcGVkIC8gITpmYWlsZWQpCiAgICAhIHgxMS9n bm9tZS1zY3JlZW5zYXZlciAoeHNjcmVlbnNhdmVyLWdub21lLTQuMjIpICAgICh1bmtub3duIGJ1 aWxkCmVycm9yKQotLS0+ICBQYWNrYWdlcyBwcm9jZXNzZWQ6IDAgZG9uZSwgMCBpZ25vcmVkLCAw IHNraXBwZWQgYW5kIDEgZmFpbGVkClvvv70xbXJvb3RAYmVsYWdlbG/vv71tD13vv70xbS9ob21l 77+9bQ8jcGtnX2RlbGV0ZSBvcAdlbmxkYXAtY2xpZW50LTIuMy4yCO+/vVtLCO+/vUsI77+9SzIu MjcKCnBrZ19kZWxldGU6IHBhY2thZ2UgJ29wZW5sZGFwLWNsaWVudC0yLjIuMjcnIGlzIHJlcXVp cmVkIGJ5IHRoZXNlIG90aGVyCnBhY2thZ2VzCmFuZCBtYXkgbm90IGJlIGRlaW5zdGFsbGVkOgpl dm9sdXRpb24tMi4yLjNfMQpldm9sdXRpb24tZGF0YS1zZXJ2ZXItMS4yLjMKZXZvbHV0aW9uLXdl YmNhbC0yLjIuMQpnbm9tZTItMi4xMC4yCmdub21lYXBwbGV0czItMi4xMC4xXzMKZ25vbWVuZXRz dGF0dXMtMi4xMC4wXzEKZ25vbWVwYW5lbC0yLjEwLjIKZ25vbWV1dGlsczItMi4xMC4xLDEKCi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uCgpjaGVja2luZyBmb3IgU09VTkRf VEVTVC4uLiB5ZXMKY2hlY2tpbmcgZm9yIExJQkdOT01FLi4uIGNvbmZpZ3VyZTogZXJyb3I6IFBh Y2thZ2UgcmVxdWlyZW1lbnRzICggZ2xpYi0yLjA+PQoyLjguMCAgIGdvYmplY3QtMi4wID49IDIu MC4wICAgZ21vZHVsZS0yLjAgPj0gMi44LjAgICBnb2JqZWN0LTIuMCA+PSAyLjguMApnbm9tZS12 ZnMtMi4wID49IDIuNS4zICAgbGliYm9ub2JvLTIuMCA+PSAyLjEzLjAgICBnY29uZi0yLjAgPj0g MS4xLjExCmVzb3VuZCA+PSAwLjIuMjYgICAgICAgICBhdWRpb2ZpbGUgPj0gMC4yLjMpIHdlcmUg bm90IG1ldDoKClJlcXVlc3RlZCAnbGliYm9ub2JvLTIuMCA+PSAyLjEzLjAnIGJ1dCB2ZXJzaW9u IG9mIGxpYmJvbm9ibyBpcyAyLjEwLjAKCkNvbnNpZGVyIGFkanVzdGluZyB0aGUgUEtHX0NPTkZJ R19QQVRIIGVudmlyb25tZW50IHZhcmlhYmxlIGlmIHlvdQppbnN0YWxsZWQgc29mdHdhcmUgaW4g YSBub24tc3RhbmRhcmQgcHJlZml4LgoKQWx0ZXJuYXRpdmVseSwgeW91IG1heSBzZXQgdGhlIGVu dmlyb25tZW50IHZhcmlhYmxlcyBMSUJHTk9NRV9DRkxBR1MKYW5kIExJQkdOT01FX0xJQlMgdG8g YXZvaWQgdGhlIG5lZWQgdG8gY2FsbCBwa2ctY29uZmlnLgpTZWUgdGhlIHBrZy1jb25maWcgbWFu IHBhZ2UgZm9yIG1vcmUgZGV0YWlscy4KCj09PT4gIFNjcmlwdCAiY29uZmlndXJlIiBmYWlsZWQg dW5leHBlY3RlZGx5LgpQbGVhc2UgcnVuIHRoZSBnbm9tZWxvZ2FseXplciwgYXZhaWxhYmxlIGZy b20KImh0dHA6Ly93d3cuZnJlZWJzZC5vcmcvZ25vbWUvZ25vbWVsb2dhbHl6ZXIuc2ggIiwgd2hp Y2ggd2lsbCBkaWFnbm9zZSB0aGUKcHJvYmxlbSBhbmQgc3VnZ2VzdCBhIHNvbHV0aW9uLiBJZiAt IGFuZCBvbmx5IGlmIC0gdGhlIGdub21lbG9nYWx5emVyIGNhbm5vdAoKc29sdmUgdGhlIHByb2Js ZW0sIHJlcG9ydCB0aGUgYnVpbGQgZmFpbHVyZSB0byB0aGUgRnJlZUJTRCBHTk9NRSB0ZWFtIGF0 Cmdub21lQEZyZWVCU0Qub3JnLCBhbmQgYXR0YWNoIChhKQoiL3Vzci9wb3J0cy94MTEvbGliZ25v bWUvd29yay9saWJnbm9tZS0yLjE0LjEvY29uZmlnLmxvZyIsIChiKSB0aGUgb3V0cHV0IG9mCgp0 aGUgZmFpbGVkIG1ha2UgY29tbWFuZCwgYW5kIChjKSB0aGUgZ25vbWVsb2dhbHl6ZXIgb3V0cHV0 LiBBbHNvLCBpdCBtaWdodApiZSBhIGdvb2QgaWRlYSB0byBwcm92aWRlIGFuIG92ZXJ2aWV3IG9m IGFsbCBwYWNrYWdlcyBpbnN0YWxsZWQgb24geW91cgpzeXN0ZW0KKGkuZS4gYW4gYGxzIC92YXIv ZGIvcGtnYCkuIFB1dCB5b3VyIGF0dGFjaG1lbnQgdXAgb24gYW55IHdlYnNpdGUsCmNvcHktYW5k LXBhc3RlIGludG8gaHR0cDovL2ZyZWVic2QtZ25vbWUucGFzdGViaW4uY29tLCBvciB1c2Ugc2Vu ZC1wcigxKQp3aXRoCnRoZSBhdHRhY2htZW50LiBUcnkgdG8gYXZvaWQgc2VuZGluZyBhbnkgYXR0 YWNobWVudHMgdG8gdGhlIG1haWxpbmcgbGlzdAooIGdub21lQEZyZWVCU0Qub3JnKSwgYmVjYXVz ZSBhdHRhY2htZW50cyBzZW50IHRvIEZyZWVCU0QgbWFpbGluZyBsaXN0cyBhcmUKdXN1YWxseSBk aXNjYXJkZWQgYnkgdGhlIG1haWxpbmcgbGlzdCBzb2Z0d2FyZS4KKioqIEVycm9yIGNvZGUgMQoK U3RvcCBpbiAvdXNyL3BvcnRzL3gxMS9saWJnbm9tZS4KKioqIEVycm9yIGNvZGUgMQoKU3RvcCBp biAvdXNyL3BvcnRzL3gxMS9nbm9tZS1zY3JlZW5zYXZlci4KKiogQ29tbWFuZCBmYWlsZWQgW2V4 aXQgY29kZSAxXTogL3Vzci9iaW4vc2NyaXB0IC1xYSAvdG1wL3BvcnR1cGdyYWRlOTc0MzguMApt YWtlCioqIEZpeCB0aGUgcHJvYmxlbSBhbmQgdHJ5IGFnYWluLgoqKiBMaXN0aW5nIHRoZSBmYWls ZWQgcGFja2FnZXMgKCo6c2tpcHBlZCAvICE6ZmFpbGVkKQogICAgISB4MTEvZ25vbWUtc2NyZWVu c2F2ZXIgKHhzY3JlZW5zYXZlci1nbm9tZS00LjIyICkgICAgKGNvbmZpZ3VyZSBlcnJvcikKLS0t PiAgUGFja2FnZXMgcHJvY2Vzc2VkOiAwIGRvbmUsIDAgaWdub3JlZCwgMCBza2lwcGVkIGFuZCAx IGZhaWxlZAoKCnRoZW4gaSBkZWxldGVkIHRoZSBpbnN0YWxsZWQgYm9ub2JvKHNlZW1zIG9sZCB2 ZXJzaW9uKSBhbmQgYWdhaW4gdHJpZWQKdG8gZXhlY3V0ZSB0aGlzIGNvbW1hbmQKCgp0aGlzIHRp bWUgaXQgdGhlIG1lc3NhZ2UgaXMgbGlrZSBiZWxvdyAuCgpCb25vYm9fU2FtcGxlX0VjaG8uaDo0 ODogZXJyb3I6IHN5bnRheCBlcnJvciBiZWZvcmUgInN0cnVjdCIKQm9ub2JvX1NhbXBsZV9FY2hv LWNvbW1vbi5jOjQzOiBlcnJvcjogc3ludGF4IGVycm9yIGJlZm9yZSAic3RydWN0IgpnbWFrZVsz XTogKioqIFtCb25vYm9fU2FtcGxlX0VjaG8tY29tbW9uLm9dIOODu+OCo+ODu+msmOOCtyAxCmdt YWtlWzNdOiDjg7vjg4zjg7vjgI3jg7vjg7vjg4Pjg7vjg43jg7vjg7tgL3Vzci9wb3J0cy9kZXZl bC9saWJib25vYm8vd29yay9saWJib25vYm8tCjIuMTQuMC9zYW1wbGVzL2VjaG8nCuOAgeOCqeOA gemuqOODn+OAgeOCm+OAgeOCsQpnbWFrZVsyXTogKioqIFthbGwtcmVjdXJzaXZlXSDjg7vjgqPj g7vprJjjgrcgMQpnbWFrZVsyXTog44O744OM44O744CN44O744O744OD44O744ON44O744O7YC91 c3IvcG9ydHMvZGV2ZWwvbGliYm9ub2JvL3dvcmsvbGliYm9ub2JvLTIuMTQuMC9zYW1wbGVzJwrj gIHjgqnjgIHprqjjg5/jgIHjgpvjgIHjgrEKZ21ha2VbMV06ICoqKiBbYWxsLXJlY3Vyc2l2ZV0g 44O744Kj44O76ayY44K3IDEKZ21ha2VbMV06IOODu+ODjOODu+OAjeODu+ODu+ODg+ODu+ODjeOD u+ODu2AvdXNyL3BvcnRzL2RldmVsL2xpYmJvbm9iby93b3JrL2xpYmJvbm9iby0gMi4xNC4wJwrj gIHjgqnjgIHprqjjg5/jgIHjgpvjgIHjgrEKZ21ha2U6ICoqKiBbYWxsXSDjg7vjgqPjg7vprJjj grcgMgoqKiogRXJyb3IgY29kZSAyCgpTdG9wIGluIC91c3IvcG9ydHMvZGV2ZWwvbGliYm9ub2Jv LgoqKiogRXJyb3IgY29kZSAxCgpTdG9wIGluIC91c3IvcG9ydHMveDExL2dub21lLXNjcmVlbnNh dmVyLgoqKiBDb21tYW5kIGZhaWxlZCBbZXhpdCBjb2RlIDFdOiAvdXNyL2Jpbi9zY3JpcHQgLXFh IC90bXAvcG9ydHVwZ3JhZGU0MzkzOS4wCm1ha2UKKiogRml4IHRoZSBwcm9ibGVtIGFuZCB0cnkg YWdhaW4uCioqIExpc3RpbmcgdGhlIGZhaWxlZCBwYWNrYWdlcyAoKjpza2lwcGVkIC8gITpmYWls ZWQpCiAgICAhIHgxMS9nbm9tZS1zY3JlZW5zYXZlciAoeHNjcmVlbnNhdmVyLWdub21lLTQuMjIp ICAgIChuZXcgY29tcGlsZXIKZXJyb3IpCi0tLT4gIFBhY2thZ2VzIHByb2Nlc3NlZDogMCBkb25l LCAwIGlnbm9yZWQsIDAgc2tpcHBlZCBhbmQgMSBmYWlsZWQKW++/vTFtcm9vdEBiZWxhZ2Vsb++/ vW0PXe+/vTFtL2hvbWXvv71tDyNleGl0CgpleGl0CgpTY3JpcHQgZG9uZSBvbiBGcmkgU2VwIDIy IDE1OjIxOjA4IDIwMDYKCgpwbGVhc2UgZ2l2ZSBtZSBzb21lIGFkdmljZSAuIGhvdyBpIGNhbiBp bnN0YWxsIGdub21lMi4xNCAuIHRoYW5rcyBpbiBhZHZhbmNlCi4KCgpiZXN0IHJlZ2FyZHMKYXpo YXIK From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 05:45:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C26FF16A407 for ; Sat, 23 Sep 2006 05:45:52 +0000 (UTC) (envelope-from illoai@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 0F40D43D46 for ; Sat, 23 Sep 2006 05:45:51 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1582009pye for ; Fri, 22 Sep 2006 22:45:51 -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=WH8ibLwSF93ss41uWb8pxTsYnRWdlSOYjQAR6SNGwte6Wm6VdOnE/nJE6bGe2JYdcXAYlHoH0Z+SHxppqpddKEFYbl1Fecx59WgEwnQQroCNj2HjV7pgLYZXSjc3g48YU31oKJ+xIxHPeGkNpdTk5uL38rNKDM9HV9vjtCdaGL0= Received: by 10.65.159.2 with SMTP id l2mr1695545qbo; Fri, 22 Sep 2006 22:45:51 -0700 (PDT) Received: by 10.64.84.5 with HTTP; Fri, 22 Sep 2006 22:45:51 -0700 (PDT) Message-ID: Date: Sat, 23 Sep 2006 00:45:51 -0500 From: "illoai@gmail.com" To: "Andrew Pantyukhin" 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: Jeffrey Katz , freebsd-questions@freebsd.org Subject: Re: nested labels X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 05:45:53 -0000 On 9/21/06, Andrew Pantyukhin wrote: > On 9/21/06, Jeffrey Katz wrote: > > I have hit the limit of 8 disklabels per slice. Supposedly, one can > > create lables within a label, thus overcoming this limit. I googled > > everything but could only find references to gpt-- nothing about nested > > labels or partitions. Can anyone detail the steps involved in setting up > > nested labels or partitions? > > You might want to have a look at glabel(8), or maybe gnop(8), > or even http://wiki.freebsd.org/gvirstor And with file backed memory disks feeding from qemu nfs servers . . . -- -- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 08: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 A28C116A403 for ; Sat, 23 Sep 2006 08:04:18 +0000 (UTC) (envelope-from phoenix.lists@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id D94B743D49 for ; Sat, 23 Sep 2006 08:04:17 +0000 (GMT) (envelope-from phoenix.lists@gmail.com) Received: by nf-out-0910.google.com with SMTP id n15so1279024nfc for ; Sat, 23 Sep 2006 01:04:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:x-face:mime-version:message-id:content-type:content-transfer-encoding; b=k++6hFIwdRnd5adQLOCtxWrjCe1KRrVHto+Z1scsBfWlsOc6ocJlwmFl/dSCv7DUTkV2stUl544VWRu7QpLdHD0fPSwAutKUm5QNM6X3ZcHEYj9+1I++AJLS05fhKErMMqnjg7CJnP+wWmcURZODi0TzFhxFrQi+pvgHATqaoi8= Received: by 10.78.148.8 with SMTP id v8mr666070hud; Sat, 23 Sep 2006 01:04:16 -0700 (PDT) Received: from sp0-host.localdomain ( [85.202.143.206]) by mx.gmail.com with ESMTP id 11sm8401hug.2006.09.23.01.04.15; Sat, 23 Sep 2006 01:04:15 -0700 (PDT) From: Simon Phoenix Organization: Phoenix Lab. To: freebsd-questions@freebsd.org, lists@rhavenn.net Date: Sat, 23 Sep 2006 11:04:11 +0300 User-Agent: KMail/1.9.4 References: <200609221804.46751.lists@rhavenn.net> In-Reply-To: <200609221804.46751.lists@rhavenn.net> X-Face: "=L]82cHM+NGLiS.'>u\lu0j9cWt=ccFg>G~.],2MSJ!1{46\L-nW{fVinB14}"(=?iso-8859-1?q?f09I0=3A=0A=09=60so=5FzFTao=7B?=:}]wp:TJ\^>7-Oa`tQY,Tqlz!GMaqqf\Ra; 0`ebm?*-'P+)FpXRP]-)}%@}"=?iso-8859-1?q?+42=7B+gT=24C6HucdR=25LJR=0A=09G?=(V4m; ?|$7CUzt MIME-Version: 1.0 Message-Id: <200609231104.17573.phoenix.lists@gmail.com> Content-Type: multipart/signed; boundary="nextPart1315738.Q0ICcLhqdq"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: keepassX and FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 08:04:18 -0000 --nextPart1315738.Q0ICcLhqdq Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 23 September 2006 02:04, Henrik Hudson wrote: > Hey List- > > anyone had luck compiling keepassX on their box? > > I know it required QT 4,1 and I compiled and installed the QT 4.1.1 in it= 's > own directory (/usr/local/qt-4.1) and then I wrote a quick script to set > the following environment variables: > > setenv QTDIR /usr/local/qt-4.1 > setenv PATH ${PATH}:${QTDIR}/bin > setenv LD_LIBRARY_PATH ${QTDIR}/lib > setenv QMAKESPEC freebsd-g++ > > is there anything else I need to set / do? > > When I run qmake in the keepassX src tree I get a permanent loop of: > > QFile::open: No file name specified > QFile::open: No file name specified > QFile::open: No file name specified > QFile::open: No file name specified > QFile::open: No file name specified > QFile::open: No file name specified > > > I'm a total newb when it comes to QT. Where to start or what to do? > > > Henrik Use precompiled binaries:=20 http://surfnet.dl.sourceforge.net/sourceforge/keepassx/KeePassX-0.2.2-bin.t= ar.gz It's work fine on 6.2-PRERELEASE Or install Qt4 to another destination. For more details read INSTALL in the= =20 QT4 tarball. And compile KeePassX from sources. =2D-=20 Best regards, Simon Phoenix (Phoenix Lab.) =2D-------------------------------------------------------------- KeyID: 0x2569D30B =46ingerprint: 78FC 5C40 07CC D331 148E CC79 84B8 D514 2569 D30B =2D-------------------------------------------------------------- --nextPart1315738.Q0ICcLhqdq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFFOqBhLjVFCVp0wsRAyNYAKCXLEcG/kIhf7GEr8FOsNUm3hz7WwCeIR8l ictVRgP4UL/VETvuIfbf+KU= =HwAR -----END PGP SIGNATURE----- --nextPart1315738.Q0ICcLhqdq-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 09:19:13 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 48F5416A75C for ; Sat, 23 Sep 2006 09:19:13 +0000 (UTC) (envelope-from qczozsajyk@est.it) Received: from est.it (cjm79.neoplus.adsl.tpnet.pl [83.31.62.79]) by mx1.FreeBSD.org (Postfix) with SMTP id 39F5843D60 for ; Sat, 23 Sep 2006 09:19:12 +0000 (GMT) (envelope-from qczozsajyk@est.it) Date: Sat, 23 Sep 2006 11:19:11 +0100 From: "Mina Alyda" To: Message-Id: <7265150609.FxAfZPMq-90757-461092373@est.it> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit 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: Sat, 23 Sep 2006 09:19:13 -0000 Company- A L L I A N C E E N T E R P R I S E Symbol - A E T R (Pink Sheets) C u r r e n t P r i c e: $ 0.48 Estimated Target - $ 2.00 + S T R O N G B U Y AE TR is undergoing a massive promotion and NOW is the time to get in. Add this Gem to your Watch list. Watch it Start a run monday About A L L I A N C E E N T E R P R I S E (.TaeCorp.) TaeCorp's vision is to be the recognized leader in providing Aerial Detection Systems including global de-mining, clearing a path to a safer planet for all humankind. TaeCorp's mission is to reclaim lands around the globe embedded with landmines that victimize countries and their stakeholders. N E W S TaeCorp Appoints TAM Oilfield Services as Representative in Sudan The A L L I A N C E E N T E R P R I S E Corporation ("TaeCorp") (AETR - News) is pleased to announce that it has appointed TAM Oilfield Services ("TAM"), of Khartoum, the capital of Sudan, as its representative to introduce and establish business relationships with oil and related companies interested in TaeCorp's unique landmine detection, location, mapping and removal systems and services. TAM Oilfield Services, established in 2001 under the laws and regulations of the Sudan government, has forged strong relationships with the leading petroleum companies that operate in the Sudan. "TAM's experience in the petroleum field, both with government and operating companies, will allow TaeCorp to 0ffer its services more efficiently and effectively and we are very pleased to have TAM join our team," says Ralph Proceviat, CFO of TaeCorp. Read more A C T N O W on this great news and get in before the move starts. What's good for the goose is good for the gander. The season of goodwill. Shake like a leaf. Putting the cart before the horse. When you get lemons, make lemonade.(When life gives you scraps make quilts.) Wrinkled as a prune. A rose is a rose is a rose. Rise and shine. A snail's pace. Sweating blood. A snail's pace. Strong as an ox. Read the tea leaves. This is for the birds. Your ass is grass. To rule the mountains is to rule the river. Run to seed. Useless as tits on bull. Red as a beet. Shiver me timber. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 09:27: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 CD3F316A47B; Sat, 23 Sep 2006 09:27:00 +0000 (UTC) (envelope-from ohartman@uni-mainz.de) Received: from mailgate02.zdv.uni-mainz.de (mailgate02.zdv.Uni-Mainz.DE [134.93.178.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB88543D60; Sat, 23 Sep 2006 09:26:56 +0000 (GMT) (envelope-from ohartman@uni-mainz.de) Received: from exfront01.zdv.uni-mainz.de ([134.93.176.49]) by mailgate02.zdv.uni-mainz.de with ESMTP; 23 Sep 2006 11:26:55 +0200 Received: from mail.uni-mainz.de ([134.93.176.49]) by exfront01.zdv.Uni-Mainz.DE with Microsoft SMTPSVC(6.0.3790.1830); Sat, 23 Sep 2006 11:26:54 +0200 Received: from [192.168.1.128] ([85.178.18.198] RDNS failed) by mail.uni-mainz.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Sat, 23 Sep 2006 11:26:54 +0200 Message-ID: <4514FDD1.70804@mail.uni-mainz.de> Date: Sat, 23 Sep 2006 11:26:41 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.7 (X11/20060917) MIME-Version: 1.0 To: Jonathan Gray , freebsd-amd64@freebsd.org, freebsd-questions@freebsd.org References: <20060923061837.GA457@mail.netspace.net.au> In-Reply-To: <20060923061837.GA457@mail.netspace.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Sep 2006 09:26:54.0805 (UTC) FILETIME=[68C85850:01C6DEF2] Cc: Subject: Re: FBSD 6.2-PRE/AMD64: two times SMBUS on ASUS A8N32-SLI? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 09:27:00 -0000 Jonathan Gray wrote: > The sensors are part of the Super-IO chip and appear in the ISA address space. > > On my A8N32-SLI board with OpenBSD I get > > it2 at isa0 port 0xd00/8: IT87 > > hw.sensors.0=it2, Fan1, 3154 RPM > hw.sensors.2=it2, Fan3, 767 RPM > hw.sensors.3=it2, VCORE_A, 1.41 V DC > hw.sensors.4=it2, VCORE_B, 4.08 V DC > hw.sensors.5=it2, +3.3V, 3.20 V DC > hw.sensors.6=it2, +5V, 4.95 V DC > hw.sensors.7=it2, +12V, 11.90 V DC > hw.sensors.8=it2, Unused, 4.05 V DC > hw.sensors.9=it2, -12V, 4.01 V DC > hw.sensors.10=it2, +5VSB, 6.85 V DC > hw.sensors.11=it2, VBAT, 3.10 V DC > hw.sensors.12=it2, Temp 1, 34.00 degC > hw.sensors.13=it2, Temp 2, 37.00 degC > hw.sensors.14=it2, Temp 3, 128.00 degC > > hw.vendor=ASUSTeK Computer INC. > hw.product=A8N32-SLI-Deluxe > Dear Jonathan. Thank you very much. FreeBSD 6.2-PRE amd64 does not show anything like you showed above, I regret. As I can see, OpenBSD already addressed the Super-IO chip on those boards while FreeBSD does obviously not - or there is a secret I havn't discovered yet. I'm a little bit confused by the Temp 3 value. What is connected to this sensor line? It looks strange, mearly 130 degree Celsius ... Regards, Oliver From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 09:42: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 D1C0C16A412 for ; Sat, 23 Sep 2006 09:42:57 +0000 (UTC) (envelope-from extazyti@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5678243D64 for ; Sat, 23 Sep 2006 09:42:54 +0000 (GMT) (envelope-from extazyti@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1279225wxd for ; Sat, 23 Sep 2006 02:42:53 -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=JfPT/+HPol5YuY8AZ/yCwwY5+5yJuevlNTW1HGnPXpyP+eGIkvqdPab3kFW1iov2mLPHpTMaLvThxrP6hH2l5vNrY3fufYSGu018IWPh+SE9BRS1hSqZJi7SGj9rrVjdnWA8o9pbjZW7FGksJ3sF13VYPTTI+kmwIkgcIJWRlQE= Received: by 10.70.80.14 with SMTP id d14mr2815710wxb; Sat, 23 Sep 2006 02:42:53 -0700 (PDT) Received: by 10.70.11.15 with HTTP; Sat, 23 Sep 2006 02:42:53 -0700 (PDT) Message-ID: <468d29450609230242r4c3f6d0w5f1a24d11d604bd3@mail.gmail.com> Date: Sat, 23 Sep 2006 12:42:53 +0300 From: ExTaZyTi To: freebsd-questions@freebsd.org MIME-Version: 1.0 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 Subject: Please Help, My natd/firewall Not Work :( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 09:42:57 -0000 Hi again, I have problem with my network, I use 2 Network Cards in my FreeBSD computer and 1 Network Cards in WinXP Prof sp2, one of the network card - rl0 is my real static ip address with DHCP, 2 network card is - rl1 is my local gateway ip: 192.168.0.1, I don't set the gateway for the rl1, just ip: 192.168.0.1, DNS from the ISP, mask: 255.255.255.0,.. I precompiled my kernel with options FIREWALL, IPDIVER, IPFIREWALL_DEFAULT_TO_ACCEPT, IPFIREWALL_VERBOSE. --------- my /etc/rc.conf is: --------- gateway_enable="YES" firewall_enable="YES" firewall_script="/etc/firewall.sh" natd_enable="YES" natd_interface="rl1" natd_flags="" sendmail_enable="NONE" hostname="root.extremebg.biz" ifconfig_rl0="DHCP" linux_enable="YES" sshd_enable="YES" usbd_enable="YES" inetd_enable="NO" ifconfig_rl1="inet 192.168.0.1 netmask 255.255.255.0" hostname="root.extremebg.biz" --------- my /etc/firewall.sh is: --------- #!/bin/sh /sbin/ipfw -f flush /sbin/ipfw add 1000 pass all from any to any via lo0 /sbin/ipfw add 1100 deny all from any to 127.0.0.0/8 /sbin/ipfw add 1200 deny icmp from any to any frag /sbin/ipfw add 1300 deny icmp from any to any in icmptype 5,9,13,14,15,16,17 /sbin/ipfw add 1400 deny tcp from any to any not established tcpflags fin /sbin/ipfw add 1500 deny tcp from any to any tcpflags fin,syn,rst,psh,ack,urg /sbin/ipfw add 1600 deny tcp from any to any tcpflags !fin,!syn,!rst,!psh,!ack,!urg /sbin/ipfw add 4000 deny udp from any 137-139 to any via rl0 /sbin/ipfw add 4100 deny udp from any to any 137-139 via rl0 /sbin/ipfw add 5000 divert natd ip from 192.168.0.0:255.255.255.128 to any out xmit rl1 /sbin/ipfw add 5100 divert natd ip from any to 192.168.0.1 /sbin/ipfw add 5500 deny all from 192.168.0.0/24 to not 192.168.0.0/2480,21,443 /sbin/ipfw add 600 allow all from any to any --------- my ifconfig is: --------- rl0: flags=8843 mtu 1500 options=8 inet6 fe80::2c0:26ff:fe5e:72a4%rl0 prefixlen 64 scopeid 0x1 inet 85.239.153.142 netmask 0xffffff80 broadcast 85.239.153.255 ether 00:c0:26:5e:72:a4 media: Ethernet autoselect (100baseTX ) status: active rl1: flags=8843 mtu 1500 options=8 inet6 fe80::2e0:4cff:fe3c:f2f%rl1 prefixlen 64 scopeid 0x2 inet 192.168.0.1 netmask 0xffffff80 broadcast 192.168.0.127 ether 00:e0:4c:3c:0f:2f media: Ethernet autoselect (100baseTX ) status: active plip0: flags=108810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet 127.0.0.1 netmask 0xff000000 --------- my /etc/sysctl.conf is: --------- net.inet.ip.forwarding=1 --------- My network ISP gateway is: 85.239.153.129, submask: 255.255.255.128, my static real ip is: 85.239.153.142, my ISP DNS server is: 85.239.155.1. --------- my pc start natd successfully, and other services .. -- my WinXP network configuration is: DNS 85.239.155.1, gateway: 192.168.0.1, mask: 255.255.255.0, ip addess: 192.168.0.2. I connected my computers in LAN, but not going traffic from my freebsd to the windows :( I don't know how to route traffic from FreeBSD to the windows :( please help From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 09:53: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 4737016A415 for ; Sat, 23 Sep 2006 09:53:23 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C6D843D53 for ; Sat, 23 Sep 2006 09:53:22 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from fenrirw.private.submonkey.net ([192.168.10.23]) by shrike.submonkey.net with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GR4C7-0008cr-DM; Sat, 23 Sep 2006 10:53:21 +0100 User-Agent: Microsoft-Entourage/11.2.5.060620 Date: Sat, 23 Sep 2006 10:53:11 +0100 From: Ceri Davies To: Robert Davison , Message-ID: Thread-Topic: Thin Terminals Thread-Index: Acbe9hREUpR2lkrpEduySwAUUSJIlg== In-Reply-To: <1371583389-1158755863-cardhu_blackberry.rim.net-21401-@engine55.bwc.produk.on.blackberry> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: Subject: Re: Thin Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 09:53:23 -0000 On 20/9/06 13:37, "Robert Davison" wrote: > I've been looking at the Sun Ray terminals and like the idea of using thin > clients to connect to the main server to run apps. Are they any programms in > thr ports which allow a similar set-up using FreeBSD. I know you can do this > with X but would need a tutorial to help me through it. > > Anyone had a go at connecting a sun ray to FreeBSD or are the protocols > totally different. The Sun Ray Server software runs on Linux as well as Solaris, so I'd say that there's an outside chance that it might work. One day I'll get round to buying a Sun Ray client and try it out. Ceri -- That must be wonderful! I don't understand it at all. -- Moliere From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 10:51: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 3C88616A40F for ; Sat, 23 Sep 2006 10:51:05 +0000 (UTC) (envelope-from wittig.robert@sbcglobal.net) Received: from smtp109.sbc.mail.re2.yahoo.com (smtp109.sbc.mail.re2.yahoo.com [68.142.229.96]) by mx1.FreeBSD.org (Postfix) with SMTP id BBDD643D45 for ; Sat, 23 Sep 2006 10:51:04 +0000 (GMT) (envelope-from wittig.robert@sbcglobal.net) Received: (qmail 84007 invoked from network); 23 Sep 2006 10:51:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=zlGTil+U67snO+LP9eALp/LVYhk8Bga/91HdMryvnDCTVl4E6wA+N60XRR1hct/2M+xs219X55KXCaYU6KkOQa2MHPdISxwPskXnrG7OE3+irpqmdPCFxl2garV3615HGjwVHjtDMgNZm5kVJgW2vW9MOHF6jfsuGO1WgLy5lLc= ; Received: from unknown (HELO ?192.168.1.3?) (wittig.robert@sbcglobal.net@70.142.248.62 with plain) by smtp109.sbc.mail.re2.yahoo.com with SMTP; 23 Sep 2006 10:51:03 -0000 Message-ID: <451511E2.9090204@sbcglobal.net> Date: Sat, 23 Sep 2006 05:52:18 -0500 From: Robert C Wittig User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Sunil Kumar References: <4bf1239f0609222103t352b3a64q4ed17deeae366a70@mail.gmail.com> In-Reply-To: <4bf1239f0609222103t352b3a64q4ed17deeae366a70@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Problems during installing FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 10:51:05 -0000 Sunil Kumar wrote: > I have been trying to install FreeBSD on a system which already has > Red Hat Linux installed with grub boot loader on a x86 hardware. I > managed to provide one of the partitions for FreeBSD and use the > option "A' (Auto Defaults) for creating the "/", "/var", '/usr" and > "/swap" configuration inside this parition. After selecting all the > required packages I get an error stating it is not able to find > necessary packages in the media and should it retry. This occurs for > every package. I'm not sure what you mean by 'managed to provide one of the partitions for FreeBSD'. I am guessing that you mean, you had some unallocated space on your HD, and you created a FreeBSD slice in that space, and then you created the partitions '/', '/var' etc. inside that slice. I just downloaded, burned, and installed the FreeBSD *.iso's last week, but I only downloaded and burned two of them... the ones labeled 'disk1' and 'disk2' at: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/6.1/ I did not bother downloading and burning the one labeled 'bootonly' as it is unnecessary. I ran the entire installation [All] from disk1, which is bootable, and which, for me, was all that my machine (an MSI dual PIII server board) required... did not need to mess with disk2. > I downloaded three *.iso images from the www.freebsd.org website and > burnt in on 3 CDs and used the first CD which just contains the > "/boot" directory for starting the installation. My question is: > 1) Why doesn't it ask me to load the next CD in to the CDRom Drive > during the installation, which I presume contains all the required > packages and binaries? If you were using the bootonly.iso, I suspect that it is what I assumed it was... just a 'boot only' CD, w/o the installation files. I made that assumption bases on the size of the image... only 23,722 KB, as opposed to the 500,000+ KB of the other iso's. > 2) Will I be able to still boot Linux if I allow FreeBSD to overwrite > the MBR with its own boot loader, which it asks during installation? I am guessing from past experience, that you have several ways to go that would work... Either you can choose to leave the MBR alone, and later you can add an entry to GRUB, so that FreeBSD can be booted from there, or you can choose to install the FreeBSD boot loader, which will in all likelihood find your Linux kernel(s) and add that/them to the list, or you can leave the MBR alone and just boot FreeBSD from the 'boot only' CD you have created, by typing in an argument at the boot> prompt, telling it where the kernel is. -- -wittig http://www.robertwittig.com/ . http://robertwittig.net/ From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 10:59: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 A199A16A403 for ; Sat, 23 Sep 2006 10:59:05 +0000 (UTC) (envelope-from nospam@mgedv.net) Received: from mail.mgedv.net (mail.mgedv.net [81.223.168.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 434EB43D49 for ; Sat, 23 Sep 2006 10:59:04 +0000 (GMT) (envelope-from nospam@mgedv.net) Received: from metis (sslint.my.loop [1.1.1.1]) by mail.my.loop (mgedv) with ESMTP id CF4334581A for ; Sat, 23 Sep 2006 12:59:02 +0200 (CEST) From: "no@spam@mgedv.net" To: Date: Sat, 23 Sep 2006 12:59:06 +0200 Message-ID: <003c01c6deff$4a036100$01010101@avalon.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: Acbe/0iPuZSOOOSbTNyaQQRhSmCDfQ== Subject: freebsd black-listed on dsbl... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 10:59:05 -0000 hey guys, dunno whether this is the correct list, but if there's someone feeling responsible for that, please try to fix ;-) > In: MAIL FROM: SIZE=4342 > Out: 521 Service unavailable; Sender address > [owner-freebsd-current@freebsd.org] blocked using list.dsbl.org br & cu... From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 11:57:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B323716A403 for ; Sat, 23 Sep 2006 11:57:46 +0000 (UTC) (envelope-from ohartman@uni-mainz.de) Received: from mailgate01.zdv.uni-mainz.de (mailgate01.zdv.Uni-Mainz.DE [134.93.178.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2306143D49 for ; Sat, 23 Sep 2006 11:57:45 +0000 (GMT) (envelope-from ohartman@uni-mainz.de) Received: from exfront01.zdv.uni-mainz.de ([134.93.176.49]) by mailgate01.zdv.uni-mainz.de with ESMTP; 23 Sep 2006 13:57:44 +0200 Received: from mail.uni-mainz.de ([134.93.176.49]) by exfront01.zdv.Uni-Mainz.DE with Microsoft SMTPSVC(6.0.3790.1830); Sat, 23 Sep 2006 13:57:42 +0200 Received: from [192.168.1.128] ([85.178.18.198] RDNS failed) by mail.uni-mainz.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Sat, 23 Sep 2006 13:57:38 +0200 Message-ID: <45152129.5090905@mail.uni-mainz.de> Date: Sat, 23 Sep 2006 13:57:29 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.7 (X11/20060917) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Sep 2006 11:57:38.0695 (UTC) FILETIME=[775C7170:01C6DF07] Subject: HDA compatible pci sound X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 11:57:46 -0000 Hello. Looking for a HDA compatible PCI soundcard for my FreeBSD 6.X/AMD64 box. Are there any suggestions for a cheap and good one? Thanks in advance, oliver From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 12:24: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 E992516A412 for ; Sat, 23 Sep 2006 12:24:49 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D5B43D4C for ; Sat, 23 Sep 2006 12:24:49 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from fenrirw.private.submonkey.net ([192.168.10.23]) by shrike.submonkey.net with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GR6Ya-000KnK-Pn; Sat, 23 Sep 2006 13:24:41 +0100 User-Agent: Microsoft-Entourage/11.2.5.060620 Date: Sat, 23 Sep 2006 13:24:32 +0100 From: Ceri Davies To: Bachilo Dmitry , Message-ID: Thread-Topic: Sun X4200 FreeBSD 6.1 experience?? Thread-Index: AcbfCzj3d2o0yEr+EduySwAUUSJIlg== In-Reply-To: <200609190920.21910.root@solink.ru> Mime-version: 1.0 Content-type: text/plain; charset="windows-1251" Content-transfer-encoding: quoted-printable Cc: Subject: Re: 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: Sat, 23 Sep 2006 12:24:50 -0000 On 19/9/06 03:20, "Bachilo Dmitry" wrote: > =C2 =F1=EE=EE=E1=F9=E5=ED=E8=E8 =EE=F2 =CF=EE=ED=E5=E4=E5=EB=FC=ED=E8=EA 18 =F1=E5=ED=F2=FF=E1=F0=FF 2006 21:20 ke han =ED=E0=EF=E8=F1=E0=EB(a): >> 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 >=20 > Yes, I have. FreeBSD 6.1 (both i386 and amd64 versions) runs perfect on S= un > X4000-series servers. As well as on X2100 and on v20z and v40z. ILOM work= s > independently with OS, so there is no difference. RAID-1 is hardware, ot > software so it does not depend on OS too and works ok. We had an X4100 on trial and the FreeBSD installer didn't recognise any of the disks. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 12:28:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F3B516A403 for ; Sat, 23 Sep 2006 12:28:11 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 838C943D55 for ; Sat, 23 Sep 2006 12:28:10 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from fenrirw.private.submonkey.net ([192.168.10.23]) by shrike.submonkey.net with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GR6bw-0001FC-KL; Sat, 23 Sep 2006 13:28:09 +0100 User-Agent: Microsoft-Entourage/11.2.5.060620 Date: Sat, 23 Sep 2006 13:28:00 +0100 From: Ceri Davies To: "no@spam@mgedv.net" , Message-ID: Thread-Topic: freebsd black-listed on dsbl... Thread-Index: Acbe/0iPuZSOOOSbTNyaQQRhSmCDfQADGxgT In-Reply-To: <003c01c6deff$4a036100$01010101@avalon.lan> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: Subject: Re: freebsd black-listed on dsbl... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 12:28:11 -0000 On 23/9/06 11:59, "no@spam@mgedv.net" wrote: > > hey guys, > > dunno whether this is the correct list, but if there's > someone feeling responsible for that, please try to fix ;-) > >> In: MAIL FROM: SIZE=4342 >> Out: 521 Service unavailable; Sender address >> [owner-freebsd-current@freebsd.org] blocked using list.dsbl.org Should go to postmaster@. Ceri -- That must be wonderful! I don't understand it at all. -- Moliere From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 12:38:59 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC3E716A407 for ; Sat, 23 Sep 2006 12:38:59 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774D643D4C for ; Sat, 23 Sep 2006 12:38:59 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp2-g19.free.fr (Postfix) with ESMTP id 5A53575C08 for ; Sat, 23 Sep 2006 14:38:58 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 13CA49B4C1; Sat, 23 Sep 2006 12:39:03 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id DF070408C; Sat, 23 Sep 2006 14:39:02 +0200 (CEST) Date: Sat, 23 Sep 2006 14:39:02 +0200 From: Jeremie Le Hen To: freebsd-questions@FreeBSD.org Message-ID: <20060923123902.GV15761@obiwan.tataz.chchile.org> References: <20060921193110.GL15761@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060921193110.GL15761@obiwan.tataz.chchile.org> User-Agent: Mutt/1.5.12-2006-07-14 Cc: jeremie@le-hen.org Subject: Re: [fbsd] chrooted named in a jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 12:38:59 -0000 Hi list, On Thu, Sep 21, 2006 at 09:31:10PM +0200, Jeremie Le Hen wrote: > Hi list, > > please Cc: me in your replies, I am not subscribed to this list. > > I have a jail in which named(8) runs. In order to make a possible bug > exploitation still more difficult, I would like to use the named_chrootdir > variable for rc.conf(5). > > Unfortunately, rc.d/named tries to mount devfs in the named_chrootdir, > which is obviously not possible inside a jail. I could hack the jail > startup bit in order to mount devfs in $jaildir/$named_chrootdir/dev, > but I find this a bit overkill and I am looking for a neater way to > achieve this. I thought of using $jail_fstab and $jail_mount_enable > in order to mount_nullfs(8) $jaildir/dev onto $jaildir/$named_chrootdir/dev > but I am not sure this is allowed by the kernel (I'm scared to panic my > production box). > > Any clue, idea ? For your information, I achieved to run a chrooted named(8) inside a jail with two small patches I submitted in the following PRs: http://www.freebsd.org/cgi/query-pr.cgi?pr=103486 http://www.freebsd.org/cgi/query-pr.cgi?pr=103489 The second PR prevents rc.d/named from doing devfs stuff inside a jail, using the security.jail.jailed sysctl. The first PR makes rc.d/jail mount jail's devfs before jail's fstab. This way, I can use /etc/fstab. to null-mount $jail_rootdir/dev onto $jail_rootdir/$named_chrootdir/dev. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 13:13:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F400A16A407 for ; Sat, 23 Sep 2006 13:13:05 +0000 (UTC) (envelope-from phatfish@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD2943D4C for ; Sat, 23 Sep 2006 13:13:02 +0000 (GMT) (envelope-from phatfish@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1310851wxd for ; Sat, 23 Sep 2006 06:13:02 -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=i1jg/TzZx63anpPmNAUmplATx/rRw+mVTLynzCDa1AAaSaa8TGnc+mUm3/PrNWfQmR5KqTM3rQ/IiLgB4CHpZMV4ruhHQN7GYnuQ0Ij4Ns7/Mpe4uMfb+fbAR96Ck4Foy4tLWBAdouFYD70RfIOJiqzXzrYZ2JFRjoLXNHYBKzg= Received: by 10.90.28.12 with SMTP id b12mr964815agb; Sat, 23 Sep 2006 06:13:02 -0700 (PDT) Received: by 10.90.84.14 with HTTP; Sat, 23 Sep 2006 06:13:02 -0700 (PDT) Message-ID: <718eeb340609230613p37f7048fw123622f968ac8565@mail.gmail.com> Date: Sat, 23 Sep 2006 14:13:02 +0100 From: Chris To: freebsd-questions@freebsd.org In-Reply-To: <20060923123834.c72119da.gary@pattersonsoftware.com> MIME-Version: 1.0 References: <20060923123834.c72119da.gary@pattersonsoftware.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: gary@pattersonsoftware.com Subject: Re: Creating a bootable CD with CD Loader X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 13:13:06 -0000 Hi Gary, thanks for the reply. How do you mean it doesn't boot fully? Creating a bootable cd is in the > handbook. My first test cd didn't boot because it couldn't find a root filesystem to mount i think. I sorted that by just borrowing my fstab from my running system and put in on the cd in /etc/fstab. # mkisofs -R -no-emul-boot -b boot/cdboot -o /tmp/bootable.iso /tmp/cdfiles > > Your tmp/cdfiles should contain a boot folder matching that on the > encrypted system. You'll only need the kernel and modules that you load > though and gzipping them will speed up the slow boot. You'll also need > to modify your loader.conf: Thanks for that, i was wondering where that cdboot binary was, it seems it's in the /boot directory. Dunno how i missed that :) Unfortunately my BIOS wont boot from a pendrive, so ill just run it all off a CD. But making the bootable CD ended up being harder than it should have. Chris From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 13:41: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 9737C16A403 for ; Sat, 23 Sep 2006 13:41:10 +0000 (UTC) (envelope-from a.pirko@inode.at) Received: from mx.inode.at (lb01nat16.inode.at [62.99.145.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF88043D4C for ; Sat, 23 Sep 2006 13:41:09 +0000 (GMT) (envelope-from a.pirko@inode.at) Received: from [85.124.24.139] (port=10519 helo=[192.168.1.11]) by smartmx-14.inode.at with esmtp (Exim 4.50) id 1GR7ki-0007T4-DN; Sat, 23 Sep 2006 15:41:08 +0200 Message-ID: <45153971.90406@inode.at> Date: Sat, 23 Sep 2006 15:41:05 +0200 From: Armin Pirkovitsch User-Agent: Thunderbird 1.5.0.7 (X11/20060916) MIME-Version: 1.0 To: ExTaZyTi References: <468d29450609230242r4c3f6d0w5f1a24d11d604bd3@mail.gmail.com> In-Reply-To: <468d29450609230242r4c3f6d0w5f1a24d11d604bd3@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Please Help, My natd/firewall Not Work :( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 13:41:10 -0000 ExTaZyTi wrote: > Hi again, > > I have problem with my network, I use 2 Network Cards in my FreeBSD > computer > and 1 Network Cards in WinXP Prof sp2, > one of the network card - rl0 is my real static ip address with DHCP, 2 > network card is - rl1 is my local gateway ip: 192.168.0.1, > I don't set the gateway for the rl1, just ip: 192.168.0.1, DNS from the > ISP, > mask: 255.255.255.0,.. > I precompiled my kernel with options FIREWALL, IPDIVER, > IPFIREWALL_DEFAULT_TO_ACCEPT, IPFIREWALL_VERBOSE. > --------- > my /etc/rc.conf is: > --------- > gateway_enable="YES" > firewall_enable="YES" > firewall_script="/etc/firewall.sh" > natd_enable="YES" > natd_interface="rl1" > natd_flags="" > sendmail_enable="NONE" > hostname="root.extremebg.biz" > ifconfig_rl0="DHCP" > linux_enable="YES" > sshd_enable="YES" > usbd_enable="YES" > inetd_enable="NO" > ifconfig_rl1="inet 192.168.0.1 netmask 255.255.255.0" > hostname="root.extremebg.biz" > --------- > my /etc/firewall.sh is: > --------- > #!/bin/sh > /sbin/ipfw -f flush > /sbin/ipfw add 1000 pass all from any to any via lo0 > /sbin/ipfw add 1100 deny all from any to 127.0.0.0/8 > /sbin/ipfw add 1200 deny icmp from any to any frag > /sbin/ipfw add 1300 deny icmp from any to any in icmptype > 5,9,13,14,15,16,17 > /sbin/ipfw add 1400 deny tcp from any to any not established tcpflags fin > /sbin/ipfw add 1500 deny tcp from any to any tcpflags > fin,syn,rst,psh,ack,urg > /sbin/ipfw add 1600 deny tcp from any to any tcpflags > !fin,!syn,!rst,!psh,!ack,!urg > /sbin/ipfw add 4000 deny udp from any 137-139 to any via rl0 > /sbin/ipfw add 4100 deny udp from any to any 137-139 via rl0 > /sbin/ipfw add 5000 divert natd ip from 192.168.0.0:255.255.255.128 to any > out xmit rl1 > /sbin/ipfw add 5100 divert natd ip from any to 192.168.0.1 you should have a look at http://www.freebsddiary.org/ipfw.php - especially the natd divert part (your divert uses the wrong interface imho) > /sbin/ipfw add 5500 deny all from 192.168.0.0/24 to not > 192.168.0.0/2480,21,443 > /sbin/ipfw add 600 allow all from any to any i guess the last rule was just for test purpose, if not - first rule that matches takes it - which means rule number 600 would "kill" your whole firewall > --------- > my ifconfig is: > --------- > rl0: flags=8843 mtu 1500 > options=8 > inet6 fe80::2c0:26ff:fe5e:72a4%rl0 prefixlen 64 scopeid 0x1 > inet 85.239.153.142 netmask 0xffffff80 broadcast 85.239.153.255 > ether 00:c0:26:5e:72:a4 > media: Ethernet autoselect (100baseTX ) > status: active > rl1: flags=8843 mtu 1500 > options=8 > inet6 fe80::2e0:4cff:fe3c:f2f%rl1 prefixlen 64 scopeid 0x2 > inet 192.168.0.1 netmask 0xffffff80 broadcast 192.168.0.127 > ether 00:e0:4c:3c:0f:2f > media: Ethernet autoselect (100baseTX ) > status: active > plip0: flags=108810 mtu 1500 > lo0: flags=8049 mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 > inet 127.0.0.1 netmask 0xff000000 > --------- > my /etc/sysctl.conf is: > --------- > net.inet.ip.forwarding=1 > --------- > My network ISP gateway is: 85.239.153.129, submask: 255.255.255.128, my > static real ip is: 85.239.153.142, my ISP DNS server is: > 85.239.155.1. > --------- > > my pc start natd successfully, and other services .. > -- > > my WinXP network configuration is: > > DNS 85.239.155.1, gateway: 192.168.0.1, mask: 255.255.255.0, ip addess: > 192.168.0.2. > > I connected my computers in LAN, but not going traffic from my freebsd to > the windows :( > I don't know how to route traffic from FreeBSD to the windows :( > please help -- Armin Pirkovitsch a.pirko@inode.at From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 14:01:03 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D33B516A412 for ; Sat, 23 Sep 2006 14:01:03 +0000 (UTC) (envelope-from steve@pepcross.com) Received: from mk-ironport-4.mail.uk.tiscali.com (mk-ironport-4.mail.uk.tiscali.com [212.74.114.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C63C43D45 for ; Sat, 23 Sep 2006 14:01:02 +0000 (GMT) (envelope-from steve@pepcross.com) Received: from mk-smarthost-8.mail.uk.tiscali.com ([212.74.114.47]) by mk-ironport-4.mail.uk.tiscali.com with ESMTP; 23 Sep 2006 15:01:00 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AQAAAL/aFEWBToohAgIHAgwHBh0 Received: from 88-106-171-38.dynamic.dsl.as9105.com ([88.106.171.38]:62455 helo=mail.pepcross.com) by mk-smarthost-8.mail.uk.tiscali.com with smtp (Exim 4.30) id 1GR83v-000EPi-Uj for questions@freebsd.org; Sat, 23 Sep 2006 14:01:00 +0000 Received: by mail.pepcross.com (sSMTP sendmail emulation); Sat, 23 Sep 2006 15:00:58 +0100 From: "Steve Roome" Date: Sat, 23 Sep 2006 15:00:58 +0100 To: questions@freebsd.org Message-ID: <20060923140057.GA1286@zebedee.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: Radeon >R300 3d support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 14:01:03 -0000 Hi, I've noticed a lot of people trying to get radeons with R300 and newer cores working with FreeBSD and 3D acceleration. At least there's been a fair few unanswered requests for it for a while now. So, does anyone know when the newer ati drivers will be put in the x.org port, or when that will be updated. I've managed to shoehorn a newer ati driver into the old port and now have sort of working 3D on 6.2-PRERELEASE/amd64 with an x700 mobility. If it's going to be a while before this is integrated into FreeBSD and anyone wants patches I could make it available, but it might need more work for i386 and it's a bit of kludge to get parts of the newer modular X into our 6.9.whatever port. Steve Roome P.S. I'm not subscribed to the list, so please cc me directly. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 14:26: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 AFF2E16A416 for ; Sat, 23 Sep 2006 14:26:54 +0000 (UTC) (envelope-from lists@rhavenn.net) Received: from smtp134.iad.emailsrvr.com (smtp134.iad.emailsrvr.com [207.97.245.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A6243D45 for ; Sat, 23 Sep 2006 14:26:54 +0000 (GMT) (envelope-from lists@rhavenn.net) Received: from [172.20.0.94] (rrcs-24-106-16-90.west.biz.rr.com [24.106.16.90]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: henrik@ecwwebworks.com) by relay3.r3.iad.emailsrvr.com (SMTP Server) with ESMTP id 6B07644C007; Sat, 23 Sep 2006 10:26:53 -0400 (EDT) From: Henrik Hudson To: freebsd-questions@freebsd.org Date: Sat, 23 Sep 2006 09:26:51 -0500 User-Agent: KMail/1.9.3 References: <4bf1239f0609222103t352b3a64q4ed17deeae366a70@mail.gmail.com> In-Reply-To: <4bf1239f0609222103t352b3a64q4ed17deeae366a70@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609230926.52135.lists@rhavenn.net> Cc: Sunil Kumar Subject: Re: Problems during installing FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lists@rhavenn.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 14:26:54 -0000 On Friday 22 September 2006 23:03, "Sunil Kumar" sent a missive stating: > Hi: > > I downloaded three *.iso images from the www.freebsd.org website and > burnt in on 3 CDs and used the first CD which just contains the > "/boot" directory for starting the installation. My question is: > 1) Why doesn't it ask me to load the next CD in to the CDRom Drive > during the installation, which I presume contains all the required > packages and binaries? If you have a decent internet connection, just use the bootonly ISO and then grab the packages / files via an FTP or FTP Passive connection during install. Otherwise, just use the 2nd disc. The handbook has some good info: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff-media.html should answer your questions. > 2) Will I be able to still boot Linux if I allow FreeBSD to overwrite > the MBR with its own boot loader, which it asks during installation? If you want a nicer looking boot loader then don't install anything into the MBR and configure LILO or GRUB to boot FreeBSD. There are docs in the handbook about this. Just do a search for LILO on the FreeBSD site. > Can somebody please help me with this issue? Check the handbook. It's very good. Henrik -- Henrik Hudson lists@rhavenn.net ------------------------------ "God, root, what is difference?" Pitr; UF (http://www.userfriendly.org/) From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 15:13:01 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1005E16A412 for ; Sat, 23 Sep 2006 15:13:01 +0000 (UTC) (envelope-from robert@ml.erje.net) Received: from smtpout-2.iphouse.net (smtpout-2.iphouse.net [216.250.188.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DDDF43D55 for ; Sat, 23 Sep 2006 15:12:59 +0000 (GMT) (envelope-from robert@ml.erje.net) Received: from smtpout-2.iphouse.net (localhost.iphouse.net [127.0.0.1]) by outbound-clamsmtpd.iphouse.net (Postfix) with ESMTP id 3035B2AC572; Sat, 23 Sep 2006 10:12:59 -0500 (CDT) Received: from ziemel.erje.net (ismet.erje.net [213.84.32.196]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpout-2.iphouse.net (Postfix) with ESMTP id CCF952AC571; Sat, 23 Sep 2006 10:12:58 -0500 (CDT) Received: from ismet.erje.net (ismet.erje.net [IPv6:2001:888:1f33::8e45:7e]) by ziemel.erje.net (PostFix 2.3.3) with ESMTP id 5CAB11288E5; Sat, 23 Sep 2006 17:12:25 +0200 (CEST) Received: by ismet.erje.net (PostFix 2.3.3, from userid 3003) id E2EC716C4CA; Sat, 23 Sep 2006 17:12:31 +0200 (CEST) Date: Sat, 23 Sep 2006 17:10:14 +0200 From: Robert Joosten To: Chuck Swiger Message-ID: <20060923151014.GA846@iphouse.com> References: <20060921182252.GA24321@xor.obsecurity.org> <20060921214316.GD673@iphouse.com> <6180D198-A44B-46D0-8A0B-FC5D3ACA115C@mac.com> <20060922180202.GB918@iphouse.com> <186AD616-6739-41EF-88F1-4F8B9BD417BC@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <186AD616-6739-41EF-88F1-4F8B9BD417BC@mac.com> X-ICQ: 13643672 X-geek-code-v3.1: G!>CS@O dx>--@ s: a31(32) C+++ UBL++++$ P++ L-@+++$ !E W(+) N+++(*) o-- K- w- O- M- V- PS+@ PE- Y+ PGP++ t- 5- X- R* !tv b++@ DI++ D G-- e@ h*(+) r>+@ z+c X-FreeBSD: 026746 X-Mobile/GSM/cell: +3162526777 X-msn: BlixKater X-No-rights-can-be-derived: Indeed X-Face: 0[uRd; X4=_; G; $DL6Wm=\]R/TWu1f+t|,Li1Q-maBcUyCJsAw(Nmj-(aDA!Kk#hLr#njX9T@U-rQm?Z53"_]SBYab3-NCkCN/{1-#0T4U1Ry"TPY~dtpzfxs$9"BrXKPylt/#5QQb/y+|LF}; X-bored-?-crack-this: b938b801a0bfbd5ca4825715039e7574e73af36376314c7c0022cb1d204f76b3b938b801a0bfbd5ca4825715039e7574fd3ba6fa132c34aff2476c18fe9286682cd6ee2c70b0bde53fbe6cac3c8b8bb1e73af36376314c7c0022cb1d204f76b3fe13119fb084fe8bbf5fe3ab7cc89b3bf5302386464f953ed581edac03556e5572cfd272ace172fa35026445fbef9b0360b725f10c9c85c70d97880dfe8191b3b7269fa2508548e4032c455818f1e321e85dde330c34efb0e526ee3082e4353b12f54a96f64443246930da001cafda8b60b725f10c9c85c70d97880dfe8191b3557b444e04c3134f026cd0055caa1725e73af36376314c7c0022cb1d204f76b3fe13119fb084fe8bbf5fe3ab7cc89b3bf4d5d0c0671be202bc241807c243e80b User-Agent: Mutt/1.5.11 X-ziemel.erje.net-MailScanner: Ok, found to be clean X-Spam-Status: No X-Virus-Scanned: ClamAV using ClamSMTP Cc: questions@freebsd.org Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 15:13:01 -0000 Hi, > That's interesting. Are you getting a "could not lock the passwd > file: EOPNOTSUPP" failure with rpc.lockd not enabled? Negative, I rebuild the kernel on one box today, commented out rpc.lockd="YES" in /etc/rc.conf and rebooted into single user mode and remounted / rw. I then ran adduser: [some output deleted] Home : /home/koekoek Shell : /bin/sh Locked : no OK? (yes/no): pw: group update: Operation not supported pwd_mkdb: flock: Operation not supported pw: user 'koekoek' disappeared during update adduser: ERROR: There was an error adding user (koekoek). and uploaded the kdump to http://members.iphouse.com/robertj/ktrace.adduser.no.rpc.lockd.txt, same story with vipw: vipw: could not lock the passwd file: : Operation not supported (http://members.iphouse.com/robertj/ktrace.vipw.no.rpc.lockd.txt). After that, I rebooted once again into the normal multi-user modus with rpc.lockd running and took ktraces for vipw and adduser (http://members.iphouse.com/robertj/ktrace.vipw.rpc.lockd.txt and http://members.iphouse.com/robertj/ktrace.adduser.rpc.lockd.txt respectively) for the record. The pxe box runs 5.4-RELEASE-p11, being served by a 4.11-RELEASE-p19 box. Please feel free to contact me to let me do something else, test or whatswhoever. Regards, Robert PS: koekoek is a bird, dutch for Cuculus Canorus :-) From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 16:39:12 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93BCE16A403 for ; Sat, 23 Sep 2006 16:39:12 +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 4D5E843D5D for ; Sat, 23 Sep 2006 16:39:12 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (adsl-66-142-190-185.dsl.rcsntx.swbell.net [66.142.190.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id 6ED04114314 for ; Sat, 23 Sep 2006 11:40:37 -0500 (CDT) Date: Sat, 23 Sep 2006 11:39:09 -0500 From: Paul Schmehl To: questions@freebsd.org Message-ID: <174ED5B3F73AC65965235FC2@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="==========4D9315E811C2CD87907F==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Apache2* and mod_perl2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 16:39:12 -0000 --==========4D9315E811C2CD87907F========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Last night I spend several hours trying to get a website working with=20 apache22 and then apache20 and mod_perl2. I never succeeded. This website works fine with apache1.3.* and mod_perl. We run the UBB=20 bulletin board, which is written in perl. All the executable files are=20 named *.cgi. I googled and read document after document, waded through the apache=20 mod_perl site until my eyes were crossed, all to no avail. In apache20,=20 after configuring httpd.conf in what I thought was the right way, I got a=20 Forbidden error. Obviously, I checked perms (even made the 777 briefly),=20 but no go. In apache22, all I ever got was the plain text of the program=20 file. Does anyone know of a website that can unlock the mystery of mod_perl2 on=20 apache2? I figure sooner or later I'm going to have to move to apache2,=20 but I sure can't do that until I figure out how to get it working. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========4D9315E811C2CD87907F==========-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 16:50:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A34516A47B for ; Sat, 23 Sep 2006 16:50:13 +0000 (UTC) (envelope-from kurt@pinboard.com) Received: from deer.pinboard.com (teufen.pinboard.com [194.158.253.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1511F43D70 for ; Sat, 23 Sep 2006 16:50:03 +0000 (GMT) (envelope-from kurt@pinboard.com) Received: from ant.pbdhome.pinboard.com (ant.pbdhome.pinboard.com [192.168.0.34]) by deer.pinboard.com (8.13.1/8.13.1/20060623-01/KK) with ESMTP id k8NGo0ln051416 for ; Sat, 23 Sep 2006 18:50:00 +0200 (CEST) envelope-from: kurt@pinboard.com (kurt@pinboard.com) client: 192.168.0.34:207 ant.pbdhome.pinboard.com OK recipients: 1 ultimo: 200609231650 X-FromHost: ant.pbdhome.pinboard.com Received: from ant.pbdhome.pinboard.com (localhost.pbdhome.pinboard.com [127.0.0.1]) by ant.pbdhome.pinboard.com (8.13.3/8.13.3/20051223-01/KK) with ESMTP id k8NGGxuq044029 for ; Sat, 23 Sep 2006 18:16:59 +0200 (CEST) envelope-from: kurt@ant.pbdhome.pinboard.com (kurt@ant.pbdhome.pinboard.com) client: 127.0.0.1:48856 localhost.pbdhome.pinboard.com OK recipients: 1 ultimo: 200609231616 Received: (from kurt@localhost) by ant.pbdhome.pinboard.com (8.13.3/8.13.3/Submit) id k8NGGtsq044028 for freebsd-questions@freebsd.org; Sat, 23 Sep 2006 18:16:55 +0200 (CEST) (envelope-from kurt) Date: Sat, 23 Sep 2006 18:16:55 +0200 From: pbdlists@pinboard.com To: freebsd-questions@freebsd.org Message-ID: <20060923161655.GB43124@pinboard.com> Mail-Followup-To: pbdlists@pinboard.com, freebsd-questions@freebsd.org References: <20060921182252.GA24321@xor.obsecurity.org> <10609212312.AA29712@pluto.rain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10609212312.AA29712@pluto.rain.com> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.88.4/1930/Sat Sep 23 12:23:49 2006 on deer.pinboard.com X-Virus-Scanned: ClamAV 0.88.4/1930/Sat Sep 23 12:23:49 2006 on ant.pbdhome.pinboard.com X-Virus-Status: Clean Subject: Re: 6.1 and NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 16:50:13 -0000 On Thu, Sep 21, 2006 at 04:12:03PM -0700, Perry Hutchison wrote: > > File locking works reasonably well within a single "system" (defined > as a combination of hardware and software that all crashes together > :) I doubt anyone will ever get it to work all that well when the > locks must be shared across a larger entity. Not yet extensive 'real-world-usage-experience' but from what I have learnt and seen myself, DLM (Distributed Lock Manager) coming with GFS v6.1 (Global File System) does quite a nice job. However, it is not NFS and requries quite a bit more pocket money to setup as a SAN is required (unless you use iSCSI served off a spare box...). So building a reliable lock manager over multiple systems can be done. Kurt From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 16:53: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 9A85116A412; Sat, 23 Sep 2006 16:53:32 +0000 (UTC) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D3E43D79; Sat, 23 Sep 2006 16:53:31 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1GRAkk-0005nJ-00; Sat, 23 Sep 2006 18:53:22 +0200 Date: Sat, 23 Sep 2006 18:53:22 +0200 To: "O. Hartmann" Message-ID: <20060923165322.GW4945@poupinou.org> References: <20060923061837.GA457@mail.netspace.net.au> <4514FDD1.70804@mail.uni-mainz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4514FDD1.70804@mail.uni-mainz.de> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: Jonathan Gray , freebsd-amd64@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FBSD 6.2-PRE/AMD64: two times SMBUS on ASUS A8N32-SLI? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 16:53:32 -0000 On Sat, Sep 23, 2006 at 11:26:41AM +0200, O. Hartmann wrote: > I'm a little bit confused by the Temp 3 value. What is connected to this > sensor line? It looks strange, mearly 130 degree Celsius ... > More likely bit 8 is used for error. -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 17:07:55 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 673FA16A416 for ; Sat, 23 Sep 2006 17:07:55 +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 7577443D62 for ; Sat, 23 Sep 2006 17:07:53 +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 k8NH7STa049116; Sat, 23 Sep 2006 18:07:28 +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 k8NH7STa049116 Message-ID: <451569C8.70807@infracaninophile.co.uk> Date: Sat, 23 Sep 2006 18:07:20 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: Paul Schmehl References: <174ED5B3F73AC65965235FC2@paul-schmehls-powerbook59.local> In-Reply-To: <174ED5B3F73AC65965235FC2@paul-schmehls-powerbook59.local> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigC44EF431FF5E46DC11E6EACE" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Sat, 23 Sep 2006 18:07:48 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.4/1930/Sat Sep 23 11:23:49 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: questions@freebsd.org Subject: Re: Apache2* and mod_perl2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 17:07:55 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC44EF431FF5E46DC11E6EACE Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Paul Schmehl wrote: > Does anyone know of a website that can unlock the mystery of mod_perl2 > on apache2? I figure sooner or later I'm going to have to move to > apache2, but I sure can't do that until I figure out how to get it work= ing. Can you follow the procedure on this page and get the rocks.pl script to = work either as a registry script or as a handler? http://perl.apache.org/docs/2.0/user/intro/start_fast.html If those work, then there's no great systemic problems with your mod_perl= 2 setup. There's a fairly big section on troubleshooting on that site whic= h would probably be helpful: http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html= 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 --------------enigC44EF431FF5E46DC11E6EACE 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 iD8DBQFFFWnP8Mjk52CukIwRCOUKAJ4lbuuaSUluZ/BqQ/N3KOkZdbdjHQCdFaUw 891ukyp9CgEBlTRIO/3CBPY= =6GxT -----END PGP SIGNATURE----- --------------enigC44EF431FF5E46DC11E6EACE-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 17:10:20 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F25316A40F for ; Sat, 23 Sep 2006 17:10:20 +0000 (UTC) (envelope-from linyin.cn@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3FB243D55 for ; Sat, 23 Sep 2006 17:10:19 +0000 (GMT) (envelope-from linyin.cn@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1773040pye for ; Sat, 23 Sep 2006 10:10:19 -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:content-transfer-encoding:content-disposition; b=g4k0LER3Ax04NukccdwiLxTI2+B7LlCG0ElcUVLBrKW521wUo0Qb+U2QRj2NYTNu0jkLQ3F448VRbO/2cEOQ8Iewn33esWHeTsQUiB++eXOL+PWu00yOoBZsdy9xRfrkS5wVQcgwPbtMZ0zfwhHDQPeltZfpicpVRcwLSOvvAeg= Received: by 10.35.114.16 with SMTP id r16mr4081740pym; Sat, 23 Sep 2006 10:10:19 -0700 (PDT) Received: by 10.35.98.20 with HTTP; Sat, 23 Sep 2006 10:10:18 -0700 (PDT) Message-ID: <1bab11bd0609231010n41d437e3of219aa2478ba3ff4@mail.gmail.com> Date: Sun, 24 Sep 2006 01:10:18 +0800 From: Linyin To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: USE Vsftp with SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 17:10:20 -0000 Hello,guys,I use FreeBSD6.1 on Sun platform. I wanna use VSFTP with SSL for security,how can I do it? I like install the softwares via ports. -- Regards Linyin SooChow China http://eaa13.8866.org/~linyin/ From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 17:23:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED36216A403 for ; Sat, 23 Sep 2006 17:23:12 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC1443D64 for ; Sat, 23 Sep 2006 17:23:11 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so149257qbd for ; Sat, 23 Sep 2006 10:23:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=BGoxaNhuFQ9O5/Mz0hEy1JxAMBtSItzC+H/YMEb+rf+4fhjWxoZfEi0lri3ZqwCRZkFZJs8zGWeTiZvgXWXJCDQkuo2zEYnAVhmHLHkXVrypq8sTmkZA2U6lShpQ/IKTgXVmDFs1qhlQ2NqPAKYaS6sz49UZKw5Pt2T4mBxKpHE= Received: by 10.35.52.18 with SMTP id e18mr4109152pyk; Sat, 23 Sep 2006 10:23:10 -0700 (PDT) Received: by 10.35.119.12 with HTTP; Sat, 23 Sep 2006 10:23:10 -0700 (PDT) Message-ID: Date: Sat, 23 Sep 2006 21:23:10 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "illoai@gmail.com" 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: X-Google-Sender-Auth: 4e9d90da9f1046b9 Cc: Jeffrey Katz , freebsd-questions@freebsd.org Subject: Re: nested labels X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 17:23:13 -0000 On 9/23/06, illoai@gmail.com wrote: > On 9/21/06, Andrew Pantyukhin wrote: > > On 9/21/06, Jeffrey Katz wrote: > > > I have hit the limit of 8 disklabels per slice. Supposedly, one can > > > create lables within a label, thus overcoming this limit. I googled > > > everything but could only find references to gpt-- nothing about nested > > > labels or partitions. Can anyone detail the steps involved in setting up > > > nested labels or partitions? > > > > You might want to have a look at glabel(8), or maybe gnop(8), > > or even http://wiki.freebsd.org/gvirstor > > And with file backed memory disks feeding from > qemu nfs servers . . . Come on, geom is not that bad. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 17:27: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 E1F0016A403 for ; Sat, 23 Sep 2006 17:27:07 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B8C43D66 for ; Sat, 23 Sep 2006 17:27:04 +0000 (GMT) (envelope-from chris@chrismaness.com) X-ORBL: [75.30.150.245] Received: from [192.168.4.2] (adsl-75-30-150-245.dsl.irvnca.sbcglobal.net [75.30.150.245]) by ylpvm12.prodigy.net (8.13.7 out spool5000 dk/8.13.7) with ESMTP id k8NHQDSv031167; Sat, 23 Sep 2006 13:26:13 -0400 Message-ID: <45156EA0.9000806@chrismaness.com> Date: Sat, 23 Sep 2006 10:28:00 -0700 From: Chris Maness User-Agent: Thunderbird 1.5.0.5 (X11/20060728) MIME-Version: 1.0 To: gayn.winters@bristolsystems.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-update defaults and restrictions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 17:27:08 -0000 > Colin Percival's *freebsd-update* utility has a number of options/flags > that I can't figure out from > man *freebsd-update* or > man *freebsd-update*.conf or > *freebsd-update*.conf.sample > > Syntax: > *freebsd-update* [-b basedir] [--branch branchname] [-k *KEY*] command > [URL] > > -b basedir "Act on a FreeBSD world based at ... basedir" > What does this mean? If omitted, what is the default? > > --branch branchname Possibilities are nocrypto, crypto, ... . > The example in Bejtlich's paper > www.taosecurity.com/keeping_freebsd_up-to-date.html > > doesn't use --branch, and yet he implies the default is crypto and that > most installations need crypto. Is the default crypto? How would I > know what I need? > > -k *KEY* "A public *key* with a *given* MD5 hash" > URL "The URL from which updates are fetched" > > The above two can also be specified in *freebsd-update*.conf and the > sample file has URL pointing to update.daemonology.net (Colin's web > server). Bejtlich states that the *KEY* and the URL in the .conf file > are > cooked to get updates from Colin's site, and to use the sample file "if > you trust [Colin] to securely build binary updates for you to blindly > install ..." Aside from Bejtlich's obvious tongue-in-cheek negativity > (they are both security guys after all, and Colin is the FreeBSD > security officer), are there other possible sites for updates? How do I > figure out a correct value for *KEY* if I know the URL? Incidentally, > the > *KEY* and the URL are required, since they either need to be specified on > the command line as in the above syntax or *via* the configuration file. > > Finally, *freebsd-update **must* operate on a GENERIC kernel, but does > this > mean I can still use device.hints? > > Any help would be greatly appreciated. > > -gayn > > Bristol Systems Inc. > 714/532-6776 > www.bristolsystems.com If freebsd-update installs new kernel modules, will the system have to be re-booted? If the system does need to be re-booted, will freebsd-update do it? If I have to manually reboot, when do I know a particular update calls for re-booting? Sorry for the 20 questions. Chris Maness From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 19:05: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 AFF4E16A407 for ; Sat, 23 Sep 2006 19:05:20 +0000 (UTC) (envelope-from ansarm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id E98CD43D55 for ; Sat, 23 Sep 2006 19:05:19 +0000 (GMT) (envelope-from ansarm@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1802754pye for ; Sat, 23 Sep 2006 12:05:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:in-reply-to:x-mimeole; b=JZ8WbgNcEnrBdBEzVENFnLWO2GHEpAb633gIscB+YIAO4Dv2NP6kiZQhYuC2Z16Jw10SBm2astm0I/3wevPEPGaTG1w51kextwWKRXB4DLhTxPCNAzzqybpAwd8sjbCcAHRSWTGQFBI/Us6kvpN2qDrUgzlFHORb4nYDdgBs8pU= Received: by 10.35.132.13 with SMTP id j13mr4269803pyn; Sat, 23 Sep 2006 12:05:19 -0700 (PDT) Received: from ansarmm2 ( [70.49.102.200]) by mx.gmail.com with ESMTP id 19sm2210018nzp.2006.09.23.12.05.18; Sat, 23 Sep 2006 12:05:18 -0700 (PDT) From: "Ansar Mohammed" To: "'Ceri Davies'" , "'Robert Davison'" , Date: Sat, 23 Sep 2006 15:05:14 -0400 Message-ID: <000001c6df43$3445cb70$0405a8c0@northamerica.corp.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acbe9hREUpR2lkrpEduySwAUUSJIlgAS1GBQ In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Cc: Subject: RE: Thin Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 19:05:20 -0000 The Netier xl2000 is a much better platform. It's an amd k6 and upgradable to 128Mb RAM. You can get them on ebay for about 10$ > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Ceri Davies > Sent: September 23, 2006 5:53 AM > To: Robert Davison; Freebsd-questions@freebsd.org > Subject: Re: Thin Terminals > > On 20/9/06 13:37, "Robert Davison" wrote: > > > I've been looking at the Sun Ray terminals and like the idea of using > thin > > clients to connect to the main server to run apps. Are they any > programms in > > thr ports which allow a similar set-up using FreeBSD. I know you can do > this > > with X but would need a tutorial to help me through it. > > > > Anyone had a go at connecting a sun ray to FreeBSD or are the protocols > > totally different. > > The Sun Ray Server software runs on Linux as well as Solaris, so I'd say > that there's an outside chance that it might work. One day I'll get round > to buying a Sun Ray client and try it out. > > Ceri > -- > That must be wonderful! I don't understand it at all. > -- Moliere > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 19:49:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76EBF16A416 for ; Sat, 23 Sep 2006 19:49:22 +0000 (UTC) (envelope-from vohtenbk@stonline.sk) Received: from sas4.stonline.sk (sas4.t-com.sk [213.81.152.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC82F43D45 for ; Sat, 23 Sep 2006 19:49:21 +0000 (GMT) (envelope-from vohtenbk@stonline.sk) Received: from av3.stonline.sk ([192.168.133.65]) by sas4.stonline.sk (8.13.6/8.13.1) with ESMTP id k8NJnKDD008462 for ; Sat, 23 Sep 2006 21:49:20 +0200 Received: from stonline.sk ([192.168.32.20]) by av3.stonline.sk (8.13.6/8.13.5) with ESMTP id k8NJnKG3008457; Sat, 23 Sep 2006 21:49:20 +0200 Received: from [192.168.170.19] (Forwarded-For: [212.5.205.51]) by ims-1.stonline.sk (mshttpd); Sat, 23 Sep 2006 21:49:20 +0200 From: =?iso-8859-2?Q?Vo=B9ten=E1k_Vladim=EDr_?= To: freebsd-questions@freebsd.org, Message-ID: Date: Sat, 23 Sep 2006 21:49:20 +0200 X-Mailer: iPlanet Messenger Express 5.2 HotFix 2.09 (built Nov 18 2005) MIME-Version: 1.0 Content-Language: sk X-Accept-Language: sk Priority: normal Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: freebsd 6.1 floppy installation problem - boot loader finds only 16MB, but I have 256 MB - and it hangs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 19:49:22 -0000 Hi I have an old HP NETSERVER PRO 2xpentium pro=2C 256 MB ram=2C = and I tried to install the actual FREEBSD 6=2E1 there=2E I made 3 = floppies=3A boot=2C kernel1 and kernel2=2E When it starts booting from = the boot floppy=2C the loader show I only have 16 MB of RAM = (instead 256MB I have there)=2E Then it asks for kernel1 and 2 = disk=2C and boot disk again=2E It gives me also the entry FREEBSD = display with countdown - to choose boot type - default=2C no = acpi=2C secure etc=2E I tried it all=2C but it alwaysl hangs after about = 5 = second after any choice=2E So I must just reboot=2E I think it is just = because the lack of RAM=2C because=2C I think it requirets at least 24 = MB of RAM=2E I have found something about this on the web=2C that it is = necessary options =22MAXMEM=3Dn=22 to use all the RAM=2C because old = BIOSes shows just first 16 MB or so=2C but I am just doing the = installation=2E So how can I modify the kernel on the floppies to = use such option during the installation from floppies=3F Or should I = install from other media=3F=3F=3FPlease can you help me with = this=3F=3F=3F=3F=3F=3FHow can I make the installation boot floppy see all= the = RAM I have=3F Thank you very much for your reply=2E Greetings Vladim=EDr Vo=B9ten=E1k From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 19:51: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 CD08B16A407 for ; Sat, 23 Sep 2006 19:51:27 +0000 (UTC) (envelope-from snagit@cbpratt.prohosting.com) Received: from n016.sc0.cp.net (smtpout1094.sc0.he.tucows.com [64.97.144.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9413743D45 for ; Sat, 23 Sep 2006 19:51:27 +0000 (GMT) (envelope-from snagit@cbpratt.prohosting.com) Received: from [192.168.1.100] (67.47.213.85) by n016.sc0.cp.net (7.2.069.1) (authenticated as eagletree@hughes.net) id 4514CBEF0001E76C for freebsd-questions@freebsd.org; Sat, 23 Sep 2006 19:51:21 +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 From: Chris Date: Sat, 23 Sep 2006 12:51:10 -0700 X-Mailer: Apple Mail (2.752.2) Subject: Patches for jail support of multiple IPs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 19:51:27 -0000 Are there any official patches to support multiple IPs in jails or would I be limited to taking a chance with the few 6.1 patch files I've found on the net. I searched the UPDATING on HEAD and for anything that might be related but found nothing. Everything I could google on the subject led me to sources that didn't appear to be related to the project. I'm suspicious of using patches being developed outside of the freebsd community yet I'd really hoped to move to a completely jailed OS for our servers. Is it just too soon to be looking for this capability in a production capacity? Thank you, Chris From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 20:15:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7968C16A412 for ; Sat, 23 Sep 2006 20:15:03 +0000 (UTC) (envelope-from j65nko@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE9C43D46 for ; Sat, 23 Sep 2006 20:15:02 +0000 (GMT) (envelope-from j65nko@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so331166uge for ; Sat, 23 Sep 2006 13:15:01 -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=naFKgh3glbuNgCRibylDurfXwik+tvco3awXwQpdEf7aqalBx957Mthlel0Te6nK5Lwp7TyGu6SNl+62/YKaCBgbsj3Z5AMcMzxZi/3Kl2vOV7c3x+COamkJjKTz+BIt6S6GAXXZUpHih6sHljrwgIymxaDXKJyTbVoW15Ig5rk= Received: by 10.66.216.20 with SMTP id o20mr1868276ugg; Sat, 23 Sep 2006 13:15:01 -0700 (PDT) Received: by 10.67.86.10 with HTTP; Sat, 23 Sep 2006 13:15:01 -0700 (PDT) Message-ID: <19861fba0609231315t49deb0fax3856129d56e143bd@mail.gmail.com> Date: Sat, 23 Sep 2006 22:15:01 +0200 From: J65nko To: freebsd-questions@freebsd.org 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: Subject: Re: nested labels X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 20:15:03 -0000 On 9/21/06, Jeffrey Katz wrote: > I have hit the limit of 8 disklabels per slice. Supposedly, one can > create lables within a label, thus overcoming this limit. I googled > everything but could only find references to gpt-- nothing about nested > labels or partitions. Can anyone detail the steps involved in setting up > nested labels or partitions? > A slice can have 8 labels, a disk can have 4 slices, so 4 x 8 labels = 32 labels Deduct from those 32 the reserved "c" and possibly "b" and you still have a lot to spare ;) From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 20:34:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C601F16A4E2 for ; Sat, 23 Sep 2006 20:34:33 +0000 (UTC) (envelope-from jasonartz@yahoo.com) Received: from web34314.mail.mud.yahoo.com (web34314.mail.mud.yahoo.com [66.163.178.146]) by mx1.FreeBSD.org (Postfix) with SMTP id E4D5943D7C for ; Sat, 23 Sep 2006 20:34:19 +0000 (GMT) (envelope-from jasonartz@yahoo.com) Received: (qmail 64220 invoked by uid 60001); 23 Sep 2006 20:34:09 -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=C8tRCXBaZAKxwH+Rf+BYjWGgNMFtmhjRABYpdO0W8wE5wsLDGb3Ad5yk6UkXNVJKEjhjdcHoltYIV+qyfyl+og0eNVzk7DekXvq67RPTV6hR3OXny+IdHTI1LGQEbwUGKkxWuRcZhW4S49eG13p8iENxHrKT5ttHF7MrP98Ezx8= ; Message-ID: <20060923203409.64218.qmail@web34314.mail.mud.yahoo.com> Received: from [66.67.98.178] by web34314.mail.mud.yahoo.com via HTTP; Sat, 23 Sep 2006 13:34:09 PDT Date: Sat, 23 Sep 2006 13:34:09 -0700 (PDT) From: Jason Artz To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Want to install RELEASE-6.1, have 5.3 disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 20:34:33 -0000 Hello, I want to install FreeBSD 6.1 on my system, but I only have a version 5.3 CD. I can tell sysinstall to get 6.1 instead of 5.3 via FTP (under "Options, Release name"), but I read that using an old sysinstall to install a new version is a bad idea. I cannot figure out how to obtain a new sysinstall without making boot floppies (I have no floppy drive nor a CDRW). Can I install 5.3 and then somehow upgrade via FTP to 6.1? Or download the new sysinstall to my 5.3 installation, run it, and install 6.1 instead? What's the best method? Thanks, Jason From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 20:39: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 2C4AF16A407 for ; Sat, 23 Sep 2006 20:39:35 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (mail.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC6343D45 for ; Sat, 23 Sep 2006 20:39:34 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.51) id 1GREHe-000Cey-7K; Sat, 23 Sep 2006 14:39:34 -0600 In-Reply-To: <20060923203409.64218.qmail@web34314.mail.mud.yahoo.com> References: <20060923203409.64218.qmail@web34314.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: Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Sat, 23 Sep 2006 14:39:33 -0600 To: Jason Artz X-Mailer: Apple Mail (2.752.2) X-SA-Exim-Connect-IP: 67.171.127.191 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: freebsd-questions@freebsd.org Subject: Re: Want to install RELEASE-6.1, have 5.3 disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 20:39:35 -0000 On Sep 23, 2006, at 2:34 PM, Jason Artz wrote: > Hello, > > I want to install FreeBSD 6.1 on my system, but I only > have a version 5.3 CD. I can tell sysinstall to get > 6.1 instead of 5.3 via FTP (under "Options, Release > name"), but I read that using an old sysinstall to > install a new version is a bad idea. I cannot figure > out how to obtain a new sysinstall without making boot > floppies (I have no floppy drive nor a CDRW). Can I > install 5.3 and then somehow upgrade via FTP to 6.1? > Or download the new sysinstall to my 5.3 installation, > run it, and install 6.1 instead? What's the best > method? Can you just download the 6.1 iso disks and make new installer disks? Otherwise, you can install 5.3 and use cvsup to upgrade to 6.1 through a source upgrade. Just follow the instructions carefully. Chad > > Thanks, > Jason > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 21:39: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 41D0C16A403 for ; Sat, 23 Sep 2006 21:39:09 +0000 (UTC) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxsf01.cluster1.charter.net (mxsf01.cluster1.charter.net [209.225.28.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E3643D58 for ; Sat, 23 Sep 2006 21:39:08 +0000 (GMT) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxip21a.cluster1.charter.net (mxip21a.cluster1.charter.net [209.225.28.151]) by mxsf01.cluster1.charter.net (8.12.11.20060308/8.12.11) with ESMTP id k8NLd40C010055 for ; Sat, 23 Sep 2006 17:39:04 -0400 Received: from 24-159-55-136.dhcp.jcsn.tn.charter.com (HELO [192.168.1.6]) ([24.159.55.136]) by mxip21a.cluster1.charter.net with ESMTP; 23 Sep 2006 17:39:05 -0400 Message-ID: <4515A97E.8020706@wilderness.homeip.net> Date: Sat, 23 Sep 2006 16:39:10 -0500 From: Laurence Sanford User-Agent: Thunderbird 1.5.0.5 (X11/20060804) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: tunefs average file size? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 21:39:09 -0000 I've been looking at some ways to make fsck and general day to day functionality faster with a large file system I have mounted on one of my machines. I see a setting for average file size in tunefs. What I'm wondering, is what affect this would have on day to day functionality and fsck processes when they have to happen. The default file size looks a little on the small side (I suspect it's the size in bytes?) considering the contents of this fs are all audio and video files averaging 5+ megs each. Any pointers on where I can find more information? The man page for tunefs doesn't go into much detail, nor does newfs. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 21:58: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 265D816A4E1 for ; Sat, 23 Sep 2006 21:58:38 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id B74CE43D68 for ; Sat, 23 Sep 2006 21:58:37 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from fenrirw.private.submonkey.net ([192.168.10.23]) by shrike.submonkey.net with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GRFVw-0009qh-C8; Sat, 23 Sep 2006 22:58:34 +0100 User-Agent: Microsoft-Entourage/11.2.5.060620 Date: Sat, 23 Sep 2006 22:58:21 +0100 From: Ceri Davies To: Ansar Mohammed , 'Robert Davison' , Message-ID: Thread-Topic: Thin Terminals Thread-Index: Acbe9hREUpR2lkrpEduySwAUUSJIlgAS1GBQAAZ/HvQ= In-Reply-To: <000001c6df43$3445cb70$0405a8c0@northamerica.corp.microsoft.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cc: Subject: Re: Thin Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 21:58:38 -0000 On 23/9/06 20:05, "Ansar Mohammed" wrote: > >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- >> questions@freebsd.org] On Behalf Of Ceri Davies >> Sent: September 23, 2006 5:53 AM >> To: Robert Davison; Freebsd-questions@freebsd.org >> Subject: Re: Thin Terminals >> >> On 20/9/06 13:37, "Robert Davison" wrote: >> >>> I've been looking at the Sun Ray terminals and like the idea of using >> thin >>> clients to connect to the main server to run apps. Are they any >> programms in >>> thr ports which allow a similar set-up using FreeBSD. I know you can do >> this >>> with X but would need a tutorial to help me through it. >>> >>> Anyone had a go at connecting a sun ray to FreeBSD or are the protocols >>> totally different. >> >> The Sun Ray Server software runs on Linux as well as Solaris, so I'd say >> that there's an outside chance that it might work. One day I'll get round >> to buying a Sun Ray client and try it out. > The Netier xl2000 is a much better platform. It's an amd k6 and upgradable > to 128Mb RAM. You can get them on ebay for about 10$ Does it dance the Sun Ray dance, or are we back to rolling our own? Ceri -- That must be wonderful! I don't understand it at all. -- Moliere From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 22:36:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4DD716A417 for ; Sat, 23 Sep 2006 22:36:15 +0000 (UTC) (envelope-from peter.schuller@infidyne.com) Received: from hyperion.scode.org (hyperion.scode.org [85.17.42.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50EE143D49 for ; Sat, 23 Sep 2006 22:36:15 +0000 (GMT) (envelope-from peter.schuller@infidyne.com) Received: from localhost (www.scode.org [85.17.42.115]) by hyperion.scode.org (Postfix) with ESMTP id 79EE523947E for ; Sun, 24 Sep 2006 00:36:13 +0200 (CEST) From: Peter Schuller To: freebsd-questions@freebsd.org Date: Sun, 24 Sep 2006 00:36:11 +0200 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609240036.12322.peter.schuller@infidyne.com> Subject: pf + ipv6 + keep state - any known 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: Sat, 23 Sep 2006 22:36:15 -0000 Hello, I am using pf on a 6.1 machine. I have a tunneling interface (gif0) for my IPv6 feed. The problem I am having is connecting to myself in spite of firewalling. I am allowing traffic on port 22 to my public ipv6 address. I am also allowing all outgoing traffic on the tunneling interface, with 'keep state'. ping6:ing myself works, but connecting to port 22 does not. The intial SYN gets through and is responded to by an ACK, but that ACK is seemingly dropped. This inspite of the fact that 'pfctl -s state' shows a tracked connection for the relevant port pair. I can work around it by allowing all packets from my own IP on the tunneling interface, but as far as I know this should not be required. That is, connection tracking should be working even for local connections on a particular interface - correct? Note that connecting to port 22 works perfectly from outside IP:s (I had someone external verify this) without any special casing of the rules. That is, I only have the usual rules for allowing the incoming packets to port 22, and the rule allowing outgoing packets with 'keep state'. The fact that this allows successful establishment to port 22 by an external party suggests to me that I have not made some trivial misstake in the rule - yet connections to myself do not work. My question is whether there are any known issues that this sounds like - or of course if there is some reason why this is not supposed to work by design. Thank you, -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller ' Key retrieval: Send an E-Mail to getpgpkey@scode.org E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org From owner-freebsd-questions@FreeBSD.ORG Sat Sep 23 23:08:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF9816A415 for ; Sat, 23 Sep 2006 23:08:42 +0000 (UTC) (envelope-from phatfish@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 4591743D45 for ; Sat, 23 Sep 2006 23:08:42 +0000 (GMT) (envelope-from phatfish@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1426609wxd for ; Sat, 23 Sep 2006 16:08:41 -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=I1temypdQKQCasPwmnho3t47wzQ4Whveq48TAKGFrAAvWCGzRFYe6hWSo/GMvGYiqKULJ6CnRCRYTaWkRJUa36fEwUvR0BDwvrT/cDtiTn50cmPR2+wksUKZ91EMN6FE/05CYw0Rn7KgKKg5ntlZRXDBEeDWVAJAnqm8HK5Cg5E= Received: by 10.90.119.15 with SMTP id r15mr1061403agc; Sat, 23 Sep 2006 16:08:41 -0700 (PDT) Received: by 10.90.84.14 with HTTP; Sat, 23 Sep 2006 16:08:41 -0700 (PDT) Message-ID: <718eeb340609231608v7d5f7062g4c15d8f20d826274@mail.gmail.com> Date: Sun, 24 Sep 2006 00:08:41 +0100 From: Chris To: freebsd-questions@freebsd.org MIME-Version: 1.0 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 Subject: Installing to a custom location with buildworld/DESTDIR X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 23:08:42 -0000 Hi, I have an encrypted disk setup where i want to install a fresh system using buildworld/buildkernel on my current install. I looked around and it seems that the bellow commands should do what i want. But I'm not sure if it is the best way to do it, or if the procedure is out of date (I'm running 6.1). cd /usr/src setenv DESTDIR /mnt/root make buildworld && make buildkernel KERNCONF=MYKERNEL cd /usr/src/etc; make distribution I get the feeling you may have to do something a little different to a normal buildworld procedure when installing to another location. But i couldn't seem to find much information on it, so any help is appreciated. Thanks